@hacimertgokhan/lucide-icon-picker
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Lucide Icon Picker

A simple utility function library for Lucide icons.

Installation

npm install @hacimertgokhan/lucide-icon-picker

Usage

import { LucideIconPicker } from '@hacimertgokhan/lucide-icon-picker';

function MyComponent() {
  return (
      <LucideIconPicker icon={"camera"} size={20} />
  );
}

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.


Readme

Keywords

Package Sidebar

Install

npm i @hacimertgokhan/lucide-icon-picker

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

14.1 kB

Total Files

8

Last publish

Collaborators

  • hacimertgokhan