1.0.0 • Published 1 year ago

@hacimertgokhan/lucide-icon-picker v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.


1.0.0

1 year ago