@mynaui/icons-react
v0.4.11
Published
1180+ beautifully crafted open source icons for your next project.
Maintainers
Readme
MynaUI Icons React
Beautifully crafted open source icons from Myna UI.
Install
npm i @mynaui/icons-reactor
bun i @mynaui/icons-reactor
yarn add @mynaui/icons-reactor 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 |
