Skip to content

Commit

Permalink
v2.85
Browse files Browse the repository at this point in the history
新增114个图标,优化2个,总计2326
1.用户相关图标新增36个
  • Loading branch information
Richard9394 committed Jun 16, 2023
1 parent d5e24a8 commit 14166f2
Show file tree
Hide file tree
Showing 136 changed files with 6,428 additions and 4,460 deletions.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
![image](https://github.com/Richard9394/MingCute/raw/main/MingCute_cover.png "MingCute Icon")

[![npm](https://img.shields.io/npm/v/mingcute_icon.svg?labelColor=4A4A4A&color=006AFF&style=flat-square)](https://www.npmjs.com/package/mingcute_icon)
[![downloads](https://img.shields.io/npm/dt/mingcute_icon.svg?labelColor=4A4A4A&color=23AF5F&style=flat-square)](https://www.npmjs.com/package/mingcute_icon)
[![npm](https://img.shields.io/npm/v/mingcute_icon.svg?labelColor=4A4A4A&color=007AFF&style=shield)](https://www.npmjs.com/package/mingcute_icon)
[![stars](https://img.shields.io/github/stars/Richard9394/MingCute.svg?labelColor=4A4A4A&color=FE7D37&style=shield)](https://github.com/Richard9394/MingCute/stargazers)
[![downloads](https://img.shields.io/npm/dt/mingcute_icon.svg?labelColor=4A4A4A&color=23AF5F&style=shield)](https://www.npmjs.com/package/mingcute_icon)
[![twitter](https://img.shields.io/twitter/follow/MingCute_icon.svg?label=MingCute_icon&style=social)](https://twitter.com/MingCute_icon)


Expand Down
28 changes: 28 additions & 0 deletions README的副本.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
![image](https://github.com/Richard9394/MingCute/raw/main/MingCute_cover.png "MingCute Icon")

[![npm](https://img.shields.io/npm/v/mingcute_icon.svg?labelColor=4A4A4A&color=006AFF&style=flat-square)](https://www.npmjs.com/package/mingcute_icon)
[![downloads](https://img.shields.io/npm/dt/mingcute_icon.svg?labelColor=4A4A4A&color=23AF5F&style=flat-square)](https://www.npmjs.com/package/mingcute_icon)
[![twitter](https://img.shields.io/twitter/follow/MingCute_icon.svg?label=MingCute_icon&style=social)](https://twitter.com/MingCute_icon)



# MingCute Icon
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.Every icon is designed within a 24 x 24 grid, giving outline and filled styles, 2px stroke. Support for SVG,PNG and webfont.
## Usage
### Website
Head 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.
### Installation
```shell
npm install mingcute_icon --save
```
## Webfont
Copy the font files from `/fonts` and import the `mingcute.css` file. Add icon with class name, class name rule: mgc_{name}_{style}
```html
<span class="mgc_search_line"></span>
<span class="mgc_search_fill"></span>
```
## Preview
![image](https://github.com/Richard9394/MingCute/raw/main/MingCute_icon.png "MingCute Icon")
## License
MingCute 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.

Loading

0 comments on commit 14166f2

Please sign in to comment.