Lucide Svelte (javascript / icons)
Notes
no notes yet
Release notes
vAdding Icon component for external libs
· 1y+
Implementation of the <Icon /> component which makes it easier to create (custom) icons from iconNodes.
This will be useful for external packages like @lucide/lab and more.
Example with lucide-react
import { burger } from '@lucide/lab';
import { Icon } from 'lucide-react';
<Icon iconNode={burger} /> // Renders burger icon