Capítulo 62 de 147
Learn how to use Lucide Lab or custom icons in your Solid applications using the Icon component.
Icon componentimport { Icon } from 'lucide-solid';
import { coconut } from '@lucide/lab';
const App = () => (
<Icon iconNode={coconut} />
);
Icon component