# @yopem-ui/react-icons

Yopem UI React Icons is just a wrapper around the
[lucide icon](https://lucide.dev) library. We created this package to make it
easier to use the lucide icons in a react project.

## Installation

```sh
npm install @yopem-ui/react-icons
# or
pnpm add @yopem-ui/react-icons
# or
yarn add @yopem-ui/react-icons
# or
bun add @yopem-ui/react-icons
# or
deno install npm:@yopem-ui/react-icons
```

## Licence

This project is licensed under the terms of the
[MIT license](https://github.com/yopem/ui/blob/main/LICENSE.md).
