@ireact-material-icons/twotone
v1.0.9
Published
google material icons svg
Downloads
3
Readme
IReact Material Icons
Install
yarn add @ireact-material-icons/sharp
Basic Usage
You can import it directly or destructure from @ireact-material-icons/sharp
when tree-shaking enabled.
import ABC from '@ireact-material-icons/sharp/ABC';
import { ABC } from '@ireact-material-icons/sharp';
Component Interface
interface IReactMaterialIconProps {
className?: string;
onClick?: React.MouseEventHandler<SVGSVGElement>;
style?: React.CSSProperties;
}
Release
npm run g
npm run build
npm publish