1.0.9 • Published 1 year ago

@ireact-material-icons/baseline v1.0.9

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

IReact Material Icons

NPM version

Install

yarn add @ireact-material-icons/baseline

Basic Usage

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

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

Component Interface

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

Release

npm run g
npm run build
npm publish
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago