Lucide Svelte (javascript / icons)

lucide-icons/lucide last check 238 releases recent
Notes
no notes yet
Release notes
vAdding Icon component for external libs · 1y+
view on github

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

See the docs