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