Mujaddadi / react-icons-kit

React Svg Icons

Home Page:https://wmira.github.io/react-icons-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-icons-kit

Installation

npm install --save-dev react-icons-kit

Documentation / Demo

Please visit react-icons-kit

Bundled Icon Sets

Plus more to come.

Browse Icon Sets

Browse all available icons here: react-icons-kit

Quick Start Guide

    import Icon from 'react-icons-kit';
    import { ic_add_a_photo } from 'react-icons-kit/md/ic_add_a_photo';
    import { lock } from 'react-icons-kit/fa/lock';

    export const ShowIcons = () => {

        return (
            <div>
                <div><Icon icon={ic_add_a_photo}/><div>
                <div><Icon icon={lock}/><div>
            </div>
        )
    }

About

React Svg Icons

https://wmira.github.io/react-icons-kit

License:MIT License


Languages

Language:JavaScript 92.3%Language:CSS 6.2%Language:HTML 1.5%