@geist-ui/vue-icons
Version:
Vue icon components for Geist UI.
32 lines (19 loc) • 495 B
Markdown
## vue-icons
Vue icon components for Geist UI.
`vue-icons` is a high quality icon library, all components are displayed by `svg`.
<br/>
### Usage
1. install: `yarn add @geist-ui/themes @geist-ui/vue-icons`.
2. import all:
```js
import '@geist-ui/themes/index.css'
import { install } from '@geist-ui/vue-icons'
import Vue from 'vue'
install(Vue)
```
<br/>
### Documentation
- [vue-icons](https://vue-icons.geist-ui.dev/)
<br/>
### LICENSE
[MIT](LICENSE)