1.0.9 • Published 1 year ago

@ireact-material-icons/outline v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

IReact Material Icons

NPM version

Install

yarn add @ireact-material-icons/outline

Basic Usage

You can import it directly or destructure from @ireact-material-icons/outline when tree-shaking enabled.

import ABC from '@ireact-material-icons/outline/ABC';
import { ABC } from '@ireact-material-icons/outline';

Component Interface

interface IReactMaterialIconProps {
  className?: string;
  onClick?: React.MouseEventHandler<SVGSVGElement>;
  style?: React.CSSProperties;
}

Release

npm run g
npm run build
npm publish