@open-react-hub/react-icons
v1.0.8
Published
Lightweight, customizable React icon library
Maintainers
Readme
@open-react-hub/react-icons
A lightweight, customizable React icon library.
Installation
npm install @open-react-hub/react-iconsUsage
import { Menu, Code } from "@open-react-hub/react-icons";
function MyComponent() {
return (
<div>
<Menu size={32} color="blue" />
<Code strokeWidth={3} />
</div>
);
}Props
size: Icon size in pixels (default: 24)color: Icon color (default: currentColor)strokeWidth: Line thickness (default: 2)
