praveenjuge / mynaui-icons

Beautifully crafted open source icons from Myna UI.

Home Page:https://icons.mynaui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://icons.mynaui.com

License:MIT License


Languages

Language:Less 27.7%Language:SCSS 22.3%Language:JavaScript 22.2%Language:CSS 13.9%Language:Stylus 13.9%