Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/malicons
Collection of icons for React
https://github.com/malcodeman/malicons
icons react
Last synced: 11 days ago
JSON representation
Collection of icons for React
- Host: GitHub
- URL: https://github.com/malcodeman/malicons
- Owner: malcodeman
- License: mit
- Created: 2019-12-14T15:55:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T22:46:58.000Z (5 months ago)
- Last Synced: 2024-10-02T09:06:51.256Z (about 1 month ago)
- Topics: icons, react
- Language: JavaScript
- Homepage: http://malicons.surge.sh
- Size: 231 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - malicons - Collection of icons for React. (Packages)
README
# [malicons](http://malicons.surge.sh)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/malicons/blob/master/LICENSE)Collection of icons for React.
## Getting started
```
yarn add malicons
``````jsx
import React from "react";
import { Plus } from "malcomponents";function App() {
return ;
}export default App;
```## License
[MIT](./LICENSE)