UNPKG

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
# vue-remix-icons [![version](https://img.shields.io/npm/v/vue-remix-icons?label=&color=29BC9B)](https://npm.im/vue-remix-icons) [![downloads](https://img.shields.io/npm/dm/vue-remix-icons?label=&color=29BC9B)](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 [![sponsors](https://cdn.jsdelivr.net/gh/2nthony/sponsors-image/sponsors.svg)](https://github.com/sponsors/2nthony) ## License Apache-2.0 &copy; [2nthony](https://github.com/sponsors/2nthony)