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 | 
 | 
Changelog
 No recent changes