@mynaui/icons-react
v0.3.2
Published
1180+ beautifully crafted open source icons for your next project.
Downloads
14,578
Maintainers
Readme
MynaUI Icons React
Beautifully crafted open source icons from Myna UI.
Install
npm i @mynaui/icons-react
or
bun i @mynaui/icons-react
or
yarn add @mynaui/icons-react
or download the package from here.
Usage
import { Heart } from "@mynaui/icons-react";
const App = () => {
return <Heart color="green" />;
};
Props
| name | type | default |
| -------- | ------ | ------------ |
| size
| Number | 24 |
| stroke
| Number | 1.5 |
| color
| String | currentColor |