custicon
v1.0.21
Published
svg icon component library, custom icon
Downloads
26
Maintainers
Readme
Custicon
Include popular icons in your React projects easily with custicon
, which utilizes ES6 imports that allows you to include only the icons that your project is using.
Installation (for standard modern project)
yarn add custicon
# or
npm install custicon --save
example usage
import Icon from 'custicon';
export const Home = () => {
return (
<div>Let's add svg home icon <Icon type='ci-00281'/></div>
);
};
More icon click here - https://custicon.com
CSS
.custIcon {
font-size:30px; /* for icon size */
color:red; /* for icon color */
}
Information
For list of icons visit this link click here and click on icon and get the code and more details about the icon, there is option to download SVG file also
Licence
MIT