Add @blokwise/icons dependency to your project:
yarn add @blokwise/iconsnpm install @blokwise/iconsThen, add @blokwise/icons to the modules section of nuxt.config.js:
{
modules: [
[
'@blokwise/icons',
{
prefix: 'icon'
}
]
],
}
<template>
<IconGitHub />
</template>The icon components can be loaded lazily as LazyIconGitHub.
<template>
<LazyIconGitHub />
</template>A lot of the icons are made by the tailwind labs team and are taken from https://heroicons.dev/