@rivo-icons/vue
v0.0.4
Published
Free, open-source SVG icons for Vue 3 — currentColor, TypeScript, tree-shakeable
Downloads
254
Maintainers
Readme
@rivo-icons/vue
Free, open-source SVG icons for Vue 3. 46 hand-crafted icons with
currentColorsupport, TypeScript types, and tree-shaking.
Install
npm install @rivo-icons/vue
# or
pnpm add @rivo-icons/vue
# or
yarn add @rivo-icons/vueUsage
<script setup>
import { Setting, Dollar, Clock } from '@rivo-icons/vue'
</script>
<template>
<Setting />
<Dollar :size="32" />
<Clock :size="20" color="#6366f1" />
</template>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| size | number \| string | 24 | Width and height in px |
| color | string | currentColor | SVG stroke / fill color |
| strokeWidth | number \| string | 1.5 | Stroke width (outline icons) |
| class | string | — | CSS class attribute |
Links
License
MIT
