4.2.25 • Published 10 months ago

msb-icons-svg v4.2.25

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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
4.2.25

10 months ago

4.2.23

1 year ago

4.2.24

1 year ago

4.2.20

1 year ago

4.2.21

1 year ago

4.2.22

1 year ago

4.2.17

1 year ago

4.2.18

1 year ago

4.2.19

1 year ago

4.2.13

2 years ago

4.2.14

2 years ago

4.2.15

2 years ago

4.2.16

1 year ago

4.2.12

2 years ago

4.2.11

2 years ago

4.2.1

2 years ago