custicon

1.0.21 • Public • Published

custicon logo

Custicon

npm

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

Package Sidebar

Install

npm i custicon

Homepage

custicon.com

Weekly Downloads

0

Version

1.0.21

License

MIT

Unpacked Size

2.25 MB

Total Files

7

Last publish

Collaborators

  • nikrunic