This commit is contained in:
2025-05-24 01:49:48 +09:00
commit 62abbcf4eb
2376 changed files with 325522 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
### 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-->