1.0.5-publish • Published 4 months ago

@indredk/icons v1.0.5-publish

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

Ant Design Icons for React

NPM version NPM downloads

Install

yarn add @ant-design/icons@4.0.0

Basic Usage

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

import SmileOutlined from '@ant-design/icons/SmileOutlined';
import { SmileOutlined } from '@ant-design/icons';

import SmileFilled from '@ant-design/icons/SmileFilled';
import SmileTwoTone from '@ant-design/icons/SmileTwoTone';
import { SmileFilled, SmileTwoTone } from '@ant-design/icons';

Component Interface

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

Release

npm run generate
npm run compile
npm publish
1.0.2

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.5-publish

4 months ago

1.0.3

4 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.1

11 months ago