# @nutui/icons-vue

> 京东风格的轻量级移动端 Vue 组件库 NutUI 图标包

Latest version **0.1.1** (published 2023-06-25) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2023-06-25 |
| First published | 2022-12-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 764.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | jdf2e |
| Maintainers | nutui |

## Links

- npm: https://www.npmjs.com/package/@nutui/icons-vue
- npm.io page: https://npm.io/package/@nutui/icons-vue

## Recent versions

- 0.1.1 (latest) — 2023-06-25
- 0.1.0-beta.1 (beta) — 2023-06-21
- 0.1.0 — 2023-06-25
- 0.0.26 — 2023-03-10
- 0.0.26-beta.1 — 2023-03-10
- 0.0.26-beta.0 — 2023-03-10
- 0.0.25 — 2023-01-16
- 0.0.24 — 2023-01-09
- 0.0.23 — 2023-01-06
- 0.0.22 — 2023-01-06
- 0.0.21 — 2023-01-05
- 0.0.20 — 2023-01-05
- 0.0.19 — 2022-12-28
- 0.0.18 — 2022-12-28
- 0.0.17 — 2022-12-28
- … 16 more at https://npm.io/package/@nutui/icons-vue/versions

## README

# NutUI Icons for Vue

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

## Install

```bash
npm i @nutui/icons-vue
```

## Basic Usage

You can import it directly or destructure from `@nutui/icons-vue` when tree-shaking enabled.

```ts
import { Add } from '@nutui/icons-vue';
```

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