{"id":26518692,"url":"https://github.com/Richard9394/MingCute","last_synced_at":"2025-03-21T10:01:44.095Z","repository":{"id":37291145,"uuid":"383325254","full_name":"Richard9394/MingCute","owner":"Richard9394","description":"Carefully Designed Icon Library. MingCute is a set of simple and exquisite open-source icon library. Whether you're a designer or a developer, it's perfect for use in web and mobile.","archived":false,"fork":false,"pushed_at":"2024-12-25T00:58:22.000Z","size":12111,"stargazers_count":985,"open_issues_count":42,"forks_count":34,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-02-27T05:17:04.238Z","etag":null,"topics":["icon","icon-font","icon-pack","icons","svg"],"latest_commit_sha":null,"homepage":"https://www.mingcute.com","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Richard9394.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-07-06T03:14:27.000Z","updated_at":"2025-02-24T21:00:19.000Z","dependencies_parsed_at":"2024-12-23T04:28:10.254Z","dependency_job_id":"c7427602-6d08-44f4-a6ad-d416c1fea87d","html_url":"https://github.com/Richard9394/MingCute","commit_stats":{"total_commits":26,"total_committers":4,"mean_commits":6.5,"dds":"0.11538461538461542","last_synced_commit":"fa87509290ed43c4633776b3acaff6f1e50e7a32"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richard9394%2FMingCute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richard9394%2FMingCute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richard9394%2FMingCute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richard9394%2FMingCute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Richard9394","download_url":"https://codeload.github.com/Richard9394/MingCute/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244776289,"owners_count":20508505,"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":["icon","icon-font","icon-pack","icons","svg"],"created_at":"2025-03-21T10:01:33.392Z","updated_at":"2025-03-21T10:01:44.087Z","avatar_url":"https://github.com/Richard9394.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"[![image](https://github.com/Richard9394/MingCute/raw/main/MingCute_cover.png \"MingCute Icon\")](https://www.mingcute.com/)\n[![npm](https://img.shields.io/npm/v/mingcute_icon.svg?labelColor=4A4A4A\u0026color=007AFF\u0026style=shield)](https://www.npmjs.com/package/mingcute_icon)\n[![stars](https://img.shields.io/github/stars/Richard9394/MingCute.svg?labelColor=4A4A4A\u0026color=FE7D37\u0026style=shield)](https://github.com/Richard9394/MingCute/stargazers)\n[![downloads](https://img.shields.io/npm/dt/mingcute_icon.svg?labelColor=4A4A4A\u0026color=23AF5F\u0026style=shield)](https://www.npmjs.com/package/mingcute_icon)\n[![twitter](https://img.shields.io/twitter/follow/MingCute_icon.svg?label=MingCute_icon\u0026style=social)](https://twitter.com/MingCute_icon)\n\n# MingCute Icon\n\nMingCute is a set of simple and exquisite open-source icon library. Whether you're a designer or a developer, it's perfect for use in web and mobile.Every icon is designed within a 24 x 24 grid, giving outline and filled styles, 2px stroke. Support for SVG,PNG and webfont.\n\n## Usage\n### Website\n\nHead on to the website of [MingCute](https://www.mingcute.com/). Click the icons, you can adjust the color size, and then download the icons in SVG or PNG format. \n\n### Installation\n\nInstall npm package:\n\n```shell\nnpm install mingcute_icon --save\n```\n\nImport CSS styles into the project entry file:\n\n```js\n// main.js\nimport 'mingcute_icon/font/Mingcute.css'\n```\n\nOverwrite the initial color of the icon in the global style file:\n\n```css\n// index.css\n[class^='mgc_']::before,\n[class*=' mgc_']::before {\n  color: inherit !important;\n}\n```\n\n## Webfont\n\nCopy the font files from  `/fonts` and import the `mingcute.css` file. Add icon with class name, class name rule: mgc_{name}_{style}\n\n```html\n\u003cspan class=\"mgc_search_line\"\u003e\u003c/span\u003e\n\u003cspan class=\"mgc_search_fill\"\u003e\u003c/span\u003e\n```\n\n## Figma Plug\n\n[![image](https://github.com/Richard9394/MingCute/raw/main/update/figmaplug.png \"MingCute Figma Plug\")](https://www.figma.com/community/plugin/1306884809438005528/mingcute-icon)\n\n[MingCute Icons Figma plugin](https://www.figma.com/community/plugin/1306884809438005528/mingcute-icon)\n\n## MGC Icon System\n\n[![image](https://github.com/Richard9394/MingCute/raw/main/update/MGC_cover.png \"MGC Icon System\")](https://mgc.mingcute.com)\n\n[MGC Icon System](https://mgc.mingcute.com) is a comprehensive collection of over 13,600 high-quality vector icons across nine styles: cute light, cute regular, cute filled, sharp, light, regular, filled, duotone, and two-tone.It is an upgraded version of MingCute.\n\n## Animation\n\n[![image](https://lemonsqueezy.imgix.net/media/7619/00f4cbab-8730-4c3f-8a8d-799c2a8417dd.gif \"MGC animation icons pack\")](https://www.mingcute.com/animation)\n\nWe have launched the [MingCute animation icons pack](https://www.mingcute.com/animation), which is a meticulously designed library of animated icons featuring lifelike lottie animations.\n\n## Preview\n![image](https://github.com/Richard9394/MingCute/raw/main/MingCute_icon.png \"MingCute Icon\")\n\n## License\nMingCute icon is available under [Apache-2.0 License](https://github.com/Richard9394/MingCute/blob/main/LICENSE). Feel free to use the set in both personal and commercial projects. Attribution is much appreciated but not required. The only thing we ask is that these icons are not for sale.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRichard9394%2FMingCute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRichard9394%2FMingCute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRichard9394%2FMingCute/lists"}