Capítulo 75 de 147
Learn how to use Lucide Lab or custom icons in your Astro applications using the Icon component.
Icon component---
import { Icon } from '@lucide/astro';
import { burger, sausage } from '@lucide/lab';
---
<Icon iconNode={burger} />
<Icon iconNode={sausage} color="red"/>
Icon component