https://github.com/hacimertgokhan/lucide-icon-picker
A simple icon pick tool for lucide icons.
https://github.com/hacimertgokhan/lucide-icon-picker
icon lucide-icons lucide-react npm npm-package typescript
Last synced: 3 months ago
JSON representation
A simple icon pick tool for lucide icons.
- Host: GitHub
- URL: https://github.com/hacimertgokhan/lucide-icon-picker
- Owner: hacimertgokhan
- Created: 2024-11-23T21:25:58.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-23T21:26:01.000Z (11 months ago)
- Last Synced: 2025-06-20T22:19:00.429Z (4 months ago)
- Topics: icon, lucide-icons, lucide-react, npm, npm-package, typescript
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# Lucide Icon Picker
A simple utility function library for Lucide icons.## Installation
```bash
npm install @hacimertgokhan/lucide-icon-picker
```## Usage
```jsx
import { LucideIconPicker } from '@hacimertgokhan/lucide-icon-picker';function MyComponent() {
return (
);
}
```## Features
- Retrieve Lucide icons by name
- TypeScript support
- Error handling## License
MIT## Contributing
We are open to pull requests. For major changes, please open an issue first.
---