All Heroicons icons are available using the component:
1<x-icon name="home" class="w-5 h-5" />2<x-icon name="home" class="w-5 h-5" mini />3<x-icon name="home" class="w-5 h-5" solid />4<x-icon name="home" class="w-5 h-5" outline />5 6<x-heroicons::outline.user />7<x-heroicons::solid.user />8<x-heroicons::mini.solid.user class="w-5 h-5" />
You can publish the icon configuration and define what will be the default variant
1php artisan vendor:publish --tag="wireui.config"