Icons
200,000+ ready to use icons to your application, based on Iconify.
Ydeisgn Starter use Nuxt Icon module to provide a collection of icons that you can use in your site. It is powered by Iconify engine, which provides over 200,000 open source icons. SSR friendly, and Support both CSS / SVG mode.
Usage
You can use any name from the icones.js.org collection, and then use the <Icon />
component:
<Icon name="lucide:chevrons-up-down" />
# usage with tailwindcss
<Icon name="lucide:chevrons-up-down" class="h-5 w-5 mr-2" />