Supercons is an icon set that includes 200+ well-designed icons for React apps.
How to use it:
1. Import both React and Supercons.
# Yarn $ yarn add supercons # NPM $ npm i supercons
import React from 'react' import Icon from 'supercons'
2. Add icons to the app.
export default () => ( <div style={{ color: 'magenta' }}> <Icon glyph="like" size={128} /> <Icon glyph="cloud" size={32} /> </div> )
Preview:
Download Details:
Author: lachlanjc
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/lachlanjc/supercons
License: MIT