Skip to content

danielchungf/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.

About

Beautifully crafted open source icons from Myna UI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Less 27.7%
  • SCSS 22.3%
  • JavaScript 22.2%
  • CSS 13.9%
  • Stylus 13.9%