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