4.7.19 • Published 2 years ago

infra-design-icons v4.7.19

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NPM version NPM downloads

Install

yarn add infra-design-icons

Basic Usage

You can import it directly or destructure from infra-design-icons when tree-shaking enabled.

import { SmileOutlined } from 'infra-design-icons';

Component Interface

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

Release

npm run generate
npm run compile
npm publish