Beautifully crafted open source icons from Myna UI.
npm i @mynaui/icons-react
or
bun i @mynaui/icons-react
or
yarn add @mynaui/icons-react
or download the package from here.
import { Heart } from "@mynaui/icons-react";
const App = () => {
return <Heart color="green" />;
};
name | type | default |
---|---|---|
size |
Number | 24 |
stroke |
Number | 1.5 |
color |
String | currentColor |