An open API service indexing awesome lists of open source software.

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.

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.

---