0.2.2 • Published 2 years ago
react-common-icons v0.2.2
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
Welcome PR
If you need some icons, welcome PR