Icon
A component to display any icon from Iconify.
Usage
Use the name prop to display an icon:
<template>
  <UIcon name="i-lucide-lightbulb" class="size-5" />
</template>
API
Props
| Prop | Default | Type | 
|---|---|---|
name | 
  | |
mode | 
  | |
size | 
  | |
customize | 
  | 
Use the name prop to display an icon:
<template>
  <UIcon name="i-lucide-lightbulb" class="size-5" />
</template>
| Prop | Default | Type | 
|---|---|---|
name | 
  | |
mode | 
  | |
size | 
  | |
customize | 
  |