Beautifully crafted open source icons from Myna UI.
npm i @mynaui/icons
or
bun i @mynaui/icons
or
yarn add @mynaui/icons
For React Projects:
npm i @mynaui/icons-react
or
bun i @mynaui/icons-react
or
yarn add @mynaui/icons-react
or download the package from here.
For HTML Projects:
<link rel="stylesheet" href="path/to/mynaui.css" />
For React Projects:
import { ArrowDown } from "@mynaui/icons-react";
const App = () => {
return <ArrowDown color="green" />;
};
name | type | default |
---|---|---|
size |
Number | 24 |
color |
String | currentColor |
stroke |
Number | 1.5 |