infra-design-icons
TypeScript icon, indicating that this package has built-in type declarations

4.7.19 • Public • Published

Infra design Icons for React.

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

Readme

Keywords

none

Package Sidebar

Install

npm i infra-design-icons

Weekly Downloads

28

Version

4.7.19

License

MIT

Unpacked Size

16.8 MB

Total Files

3741

Last publish

Collaborators

  • ytftianwen