# @ant-design/icons-vue

> Ant Design Icons for Vue

Latest version **7.0.1** (published 2023-10-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ant-design/icons-vue
pnpm add @ant-design/icons-vue
yarn add @ant-design/icons-vue
bun add @ant-design/icons-vue
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 7.0.1 |
| Published | 2023-10-07 |
| First published | 2018-11-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1091 |
| Maintainers | madccc, afc163, vthinkxie, zombiej, chenshuai2144, vagusx, wynterding, yutingzhao1991, arvinxx, rdmclin2, tangjinzhou |

## Links

- npm: https://www.npmjs.com/package/@ant-design/icons-vue
- Repository: https://github.com/ant-design/ant-design-icons.git#master
- Homepage: https://github.com/ant-design/ant-design-icons/tree/master#readme
- Issues: https://github.com/ant-design/ant-design-icons/issues
- npm.io page: https://npm.io/package/@ant-design/icons-vue

## Dependencies (2)

- [@ant-design/colors](https://npm.io/package/@ant-design/colors.md) ^6.0.0
- [@ant-design/icons-svg](https://npm.io/package/@ant-design/icons-svg.md) ^4.2.1

## Recent versions

- 7.0.1 (latest) — 2023-10-07
- 7.0.0 — 2023-09-09
- 6.1.0 — 2022-03-13
- 6.0.1 — 2021-01-30
- 6.0.0 — 2021-01-22
- 5.1.9 — 2021-01-07
- 5.1.8 — 2020-12-10
- 5.1.7 — 2020-11-26
- 5.1.6 — 2020-11-20
- 5.1.5 — 2020-08-31
- 5.1.4 — 2020-08-25
- 5.1.3 — 2020-08-24
- 5.1.2 — 2020-08-24
- 5.1.1 — 2020-08-21
- 5.1.0 — 2020-08-21
- … 13 more at https://npm.io/package/@ant-design/icons-vue/versions

## README

<h1 align="center">
Ant Design Icons for Vue
</h1>

<div align="center">

[![NPM version](https://img.shields.io/npm/v/@ant-design/icons-vue.svg?style=flat)](https://npmjs.org/package/@ant-design/icons-vue)
[![NPM downloads](http://img.shields.io/npm/dm/@ant-design/icons-vue.svg?style=flat)](https://npmjs.org/package/@ant-design/icons-vue)

</div>

## Install

```bash
yarn add @ant-design/icons-vue
```

## Basic Usage

First, you should add the icons that you need into the library.

```js
import Vue from 'vue'
import { Filter } from '@ant-design/icons-vue';
Vue.component(Filter.name, Filter);
```

After that, you can use antd icons in your Vue components as simply as this:

```jsx
<icon-filter />
```

## Build project

```bash
npm run generate # Generate files to ./src
npm run compile # Build library
npm run test # Runing Test
```

---
_Source: https://npm.io/package/@ant-design/icons-vue · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
