Revert "chore: use nuxt-icon"

This reverts commit 70495e0a22.
This commit is contained in:
Benjamin Canac
2022-09-12 19:15:54 +02:00
parent ae6b3c0ba6
commit 6a2159da94
16 changed files with 56 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ import { ref, computed, useSlots } from 'vue'
import type { PropType } from 'vue'
import type { RouteLocationNormalized } from 'vue-router'
import NuxtLink from '#app/components/nuxt-link'
import Icon from '../elements/Icon.vue'
import { classNames } from '../../utils'
import $ui from '#build/ui'