4.2.25 • Published 2 years ago

msb-icons-svg v4.2.25

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

2 years ago

4.2.23

2 years ago

4.2.24

2 years ago

4.2.20

3 years ago

4.2.21

3 years ago

4.2.22

3 years ago

4.2.17

3 years ago

4.2.18

3 years ago

4.2.19

3 years ago

4.2.13

3 years ago

4.2.14

3 years ago

4.2.15

3 years ago

4.2.16

3 years ago

4.2.12

3 years ago

4.2.11

3 years ago

4.2.1

3 years ago