Skip to content

praveenjuge/mynaui-icons

Repository files navigation

MynaUI Icons

Beautifully crafted open source icons from Myna UI.

Install

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.

Usage

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" />;
};

React Props

name type default
size Number 24
color String currentColor
stroke Number 1.5

Raycast Extension

License

MIT License.