Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/praveenjuge/mynaui-icons

Beautifully crafted open source icons from Myna UI.
https://github.com/praveenjuge/mynaui-icons

figma figma-icons figma-plugin icon icon-font icon-library icons icons-pack mynaui react react-icon react-icons svg

Last synced: 3 days ago
JSON representation

Beautifully crafted open source icons from Myna UI.

Awesome Lists containing this project

README

        

# MynaUI Icons

Beautifully crafted open source icons from Myna UI.

## Install

```sh
npm i @mynaui/icons
or
bun i @mynaui/icons
or
yarn add @mynaui/icons
```

For React Projects:

```sh
npm i @mynaui/icons-react
or
bun i @mynaui/icons-react
or
yarn add @mynaui/icons-react
```

or download the package from [here](https://github.com/praveenjuge/mynaui-icons/releases).

## Usage

For HTML Projects:

```html

```

For React Projects:

```jsx
import { ArrowDown } from "@mynaui/icons-react";

const App = () => {
return ;
};
```

### React Props

| name | type | default |
| -------- | ------ | ------------ |
| `size` | Number | 24 |
| `color` | String | currentColor |
| `stroke` | Number | 1.5 |

## Raycast Extension

## License

[MIT License](https://github.com/praveenjuge/mynaui-icons/blob/master/LICENSE).