0.2.2 • Published 2 years ago

react-common-icons v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install react-common-icons

or

yarn add react-common-icons

Usage

import React from 'react'
import { render } from "react-dom";
import Icon from "react-common-icons";

function App() {
  return (
    <div id="app">
      <Icon name="youtube" size={30} />
    </div>
  );
}

render(<App />, document.getElementById("app"));

Preview Icons

View All Icons

Welcome PR

If you need some icons, welcome PR

License

MIT

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago