1.0.9 • Published 2 years ago

@ireact-material-icons/baseline v1.0.9

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

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

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago