A simple utility function library for Lucide icons.
npm install @hacimertgokhan/lucide-icon-picker
import { LucideIconPicker } from '@hacimertgokhan/lucide-icon-picker';
function MyComponent() {
return (
<LucideIconPicker icon={"camera"} size={20} />
);
}
- Retrieve Lucide icons by name
- TypeScript support
- Error handling
MIT
We are open to pull requests. For major changes, please open an issue first.