vue-remix-icons
Version:
Remix Icon is a set of open source neutral style system symbols elaborately crafted for designers and developers. Powered by remixicon.
39 lines (22 loc) • 963 B
Markdown
# vue-remix-icons
[](https://npm.im/vue-remix-icons)
[](https://npm.im/vue-remix-icons)
Remix Icon is a set of open source neutral style system symbols elaborately crafted for designers and developers.
## Features
- [x] Support Vue 2 & 3 by `.vue` source file
## Install
```bash
npm i vue-remix-icons
```
## Usage
```ts
import { RiHomeLine, RiAirplayFill } from "vue-remix-icons";
```
See all icons here: http://remixicon.com/
Note that just change the usage from `<i class="ri-home-line"></i>` to import `RiHomeLine` .
## Credits
- [remixicon](https://github.com/Remix-Design/remixicon)
## Sponsors
[](https://github.com/sponsors/2nthony)
## License
Apache-2.0 © [2nthony](https://github.com/sponsors/2nthony)