mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 08:13:40 +09:00
20 lines
482 B
Markdown
20 lines
482 B
Markdown
### Iconify
|
|
|
|
Vuero is bundled with the `Iconify` icon svg library and mostly use
|
|
lucide icon set. You can use **over 40,000 icons** from popular fonts
|
|
and emoji sets. You can browse all the available [icons here](https://icones.js.org/).
|
|
Please refer to the code example for more details about usage.
|
|
|
|
**Usage:**
|
|
`<VIcon name="provider-name:icon-name" />`
|
|
<!--code-->
|
|
|
|
```vue
|
|
<template>
|
|
<!--Feather icon usage -->
|
|
<VIcon icon="lucide:activity" />
|
|
</template>
|
|
```
|
|
|
|
<!--/code-->
|