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: 2 months ago
JSON representation

Collection of icons for React

Lists

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)