1.0.21 • Published 2 years ago

custicon v1.0.21

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

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

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.16

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago