© 2026 Hedgehog Software, LLC
const displayIcon = computed(() => { if (!state.icon) return '' return `i-heroicons-${state.icon}` }) <UIcon class="h-full" :name="displayIcon" dynamic />