UNPKG

@yopem-ui/react-icons

Version:

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.

4 lines (3 loc) 122 B
export { Icon, IconProps } from './icon.js'; export { LucideIcon as LucideIconType } from 'lucide-react'; import 'react';