Icon
Add icons to your app. Based on Iconify
Usage
This component is a wrapper based on the @nuxt/icon
library, which is based on Iconify. So you can use any icon name available on icones.js.org.
<template>
<RayIcon name="tabler:brand-github" class="w-6 h-6" />
</template>
Collections
It's recommended to install the icon collection you want to use locally. You can do this by running:
Terminal
pnpm i @iconify-icons/[collection_name]