I get the error message as soon as I add this reference in my vue component:
<script setup>
import { ExclamationTriangleIcon, XMarkIcon } from '@heroicons/vue/24/outline'
I am using tailwindcss 3.1.8.
I have executed this:
npm install @headlessui/vue @heroicons/vue
I have version 1.0.6 of heroicons installed. Why is the icon not found?