MingCute icon library for Vue applications.

Implementation of the MingCute Icons library for Vue applications.

Browse all icons at MingCute.com →

[![npm](https://img.shields.io/npm/v/@mingcute/vue.svg?labelColor=4A4A4A&color=007AFF&style=shield)](https://www.npmjs.com/package/@mingcute/vue) [![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://x.com/MingCute_icon) # MingCute Icons for Vue ## Installation ```bash npm install @mingcute/vue # or yarn add @mingcute/vue # or pnpm add @mingcute/vue ``` ## Usage ### Basic Usage Import icons from `@mingcute/vue`. ```vue ``` ### Props All icons accept standard SVG attributes and the following optional props: | Prop | Type | Default | Description | | --- | --- | --- | --- | | `size` | `number \| string` | `24` | The size of the icon (width and height). | | `color` | `string` | `currentColor` | The color of the icon. | ### Color Control You can control the icon color using the `color` prop or CSS `color` property. The icons use `currentColor` by default, so they will inherit the text color of their parent element. ```vue
``` ## License [Apache-2.0 License](https://github.com/mingcute-design/mingcute-icons/blob/main/LICENSE)