This package includes all Material Icons as reusable react components
In order to use this package you have to install it through npm
npm install @aboutbits/react-material-iconsAfter you successfully installed the package you can simply use the icons in you react application like this
import React from 'react'
const MyCommponent = () => {
return (
<IconCached />
);
}SVG related parameters like height and width can be passed as props
To build the package, simply run the following command
npm run buildTo publish the package commit all changes and push them to master. Then run one of the following commands locally:
npm version patch
npm version minor
npm version majorTo remove all generated files run the clean script
npm run cleanAbout Bits is a company based in South Tyrol, Italy. You can find more information about us on our website.
For support, please contact info@aboutbits.it.
The MIT License (MIT). Please see the license file for more information.