200+ Icons For React – Supercons

Description:

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:

200+ Icons For React - Supercons

Tags:

Add Comment