0.1.2 • Published 4 years ago

@mtjs/icons v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Install

yarn add @mtjs/icons@4.0.0

Basic Usage

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

Component Interface

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

Release

npm run generate
npm run compile
npm publish