{"id":28484371,"url":"https://github.com/themuhamed/mcicons","last_synced_at":"2026-05-10T05:43:42.692Z","repository":{"id":298004806,"uuid":"990803533","full_name":"themuhamed/mcicons","owner":"themuhamed","description":"Minecraft UI icon set — 1300+ PNG icons with CSS classes. Laravel-ready and Composer-installable.","archived":false,"fork":false,"pushed_at":"2025-05-28T11:50:19.000Z","size":1614,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-08T22:20:42.027Z","etag":null,"topics":["composer","icons","laravel","minecraft","ui","web-design"],"latest_commit_sha":null,"homepage":"https://mcicons.dev","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themuhamed.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-26T16:56:54.000Z","updated_at":"2025-06-07T01:56:27.000Z","dependencies_parsed_at":"2025-06-08T22:20:48.318Z","dependency_job_id":"2608570b-0caa-421c-9263-2f8e0bacf8d3","html_url":"https://github.com/themuhamed/mcicons","commit_stats":null,"previous_names":["themuhamed/mcicons"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/themuhamed/mcicons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themuhamed%2Fmcicons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themuhamed%2Fmcicons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themuhamed%2Fmcicons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themuhamed%2Fmcicons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themuhamed","download_url":"https://codeload.github.com/themuhamed/mcicons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themuhamed%2Fmcicons/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262646995,"owners_count":23342565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","icons","laravel","minecraft","ui","web-design"],"created_at":"2025-06-07T22:06:48.056Z","updated_at":"2026-05-10T05:43:42.653Z","avatar_url":"https://github.com/themuhamed.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch2\u003e🌐 Official Website – \u003ca href=\"https://mcicons.dev\" target=\"_blank\"\u003emcicons.dev\u003c/a\u003e\u003c/h2\u003e\n    \u003cp\u003eExplore all icons, try live previews, use the CDN, and more!\u003c/p\u003e\n    \u003ca href=\"https://mcicons.dev\"\u003e\n        \u003cimg src=\"https://mcicons.dev/img/mcicons.png\" alt=\"McIcons Logo\" width=\"300px\"/\u003e\n    \u003c/a\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://mcicons.dev\" style=\"text-decoration: none;\"\u003e\n            \u003cimg src=\"https://img.shields.io/badge/Visit-Site-green?style=for-the-badge\u0026logo=google-chrome\" alt=\"Visit Site\"\u003e\n        \u003c/a\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/themuhamed/mcicons\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/themuhamed/mcicons?style=flat-square\" alt=\"Latest Release\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/themuhamed/mcicons\"\u003e\u003cimg src=\"https://img.shields.io/github/repo-size/themuhamed/mcicons?style=flat-square\" alt=\"Repo Size\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/themuhamed/mcicons/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/themuhamed/mcicons\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/themuhamed/mcicons?style=flat-square\" alt=\"Packagist Downloads\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eMcIcons – Minecraft UI Icon Library\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    A handcrafted icon system for the Minecraft aesthetic.\u003cbr/\u003e\n    Over 1300+ pixel-style PNG icons, pure CSS integration, and CDN support for any PHP, Laravel, or web project.\n\u003c/p\u003e\n\n---\n\n## 🚀 Installation\n\n```bash\ncomposer require themuhamed/mcicons\n```\n\nThen publish the assets in Laravel:\n\n```bash\nphp artisan vendor:publish --tag=mcicons-assets\n```\n\nOr copy manually:\n\n```bash\nmkdir -p public/vendor/mcicons\ncp -r vendor/themuhamed/mcicons/resources/css/mcicons.css public/vendor/mcicons/\ncp -r vendor/themuhamed/mcicons/public/icons public/vendor/mcicons/\n```\n\n---\n\n## 🌐 CDN (Recommended)\n\nAdd this line to your `\u003chead\u003e` tag to use McIcons via CDN:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.mcicons.dev/releases/v1.0.0/css/all.css\"\u003e\n```\n\nThen use icons like this:\n\n```html\n\u003ci class=\"mc mc-diamond-sword mc-2xl\"\u003e\u003c/i\u003e\n\u003ci class=\"mc mc-anvil mc-xl\"\u003e\u003c/i\u003e\n\u003ci class=\"mc mc-apple mc-sm\"\u003e\u003c/i\u003e\n```\n\n---\n\n## 📂 Structure\n\n```\nmcicons/\n├── public/icons/           # 1300+ PNGs\n├── resources/css/          # mcicons.css\n├── src/                    # Laravel ServiceProvider\n├── composer.json\n└── README.md\n```\n\n---\n\n## 📏 Icon Sizes\n\n| Class       | Size     |\n|-------------|----------|\n| `.mc-sm`    | 1rem     |\n| `.mc`       | 1.5rem   |\n| `.mc-xl`    | 2rem     |\n| `.mc-2xl`   | 2.5rem   |\n| `.mc-3xl`   | 3rem     |\n| `.mc-4xl`   | 4rem     |\n| `.mc-5xl`   | 5rem     |\n\n---\n\n## 🖥️ Official Website\n\n👉 Visit [https://mcicons.dev](https://mcicons.dev) for:\n- Icon browser\n- Live previews\n- CDN access\n- Usage instructions\n- Ready-to-copy code\n\n---\n\n## 🧑‍💻 Author\n\nDeveloped by [Muhamed](https://github.com/themuhamed)  \n📧 [juniorhmd@pm.com](mailto:juniorhmd@pm.com)\n\n---\n\n## 📦 Coming Soon\n\n- NPM package support\n\n---\n\n## 📄 License\n\nMcIcons is open-source and licensed under the [MIT License](https://opensource.org/licenses/MIT).\n\n---\n\n\u003cp align=\"center\"\u003e\n   \u003cstrong\u003eIf you love McIcons, star it on GitHub ⭐\u003c/strong\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemuhamed%2Fmcicons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemuhamed%2Fmcicons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemuhamed%2Fmcicons/lists"}