Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/praveenjuge/mynaui-icons
- Owner: praveenjuge
- License: mit
- Created: 2023-09-21T04:04:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T18:47:22.000Z (19 days ago)
- Last Synced: 2024-12-03T17:57:30.957Z (10 days ago)
- Topics: figma, figma-icons, figma-plugin, icon, icon-font, icon-library, icons, icons-pack, mynaui, react, react-icon, react-icons, svg
- Language: Less
- Homepage: https://mynaui.com/icons
- Size: 12.7 MB
- Stars: 122
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).