@ant-design/icons
<h1 align="center"> Ant Design Icons for React </h1>
Last updated 6 years ago by vagusx .
MIT · Repository · Original npm
$ cnpm install @ant-design/icons 
SYNC missed versions from official npm registry.

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

Current Tags

  • 4.0.0-alpha.15                                ...           alpha (6 years ago)
  • 5.0.1                                ...           latest (3 years ago)
  • 4.0.0-rc.0                                ...           next (6 years ago)

13 Versions

  • 5.0.1                                ...           3 years ago
  • 4.8.0                                ...           3 years ago
  • 4.7.0                                ...           4 years ago
  • 4.6.4                                ...           4 years ago
  • 4.6.2                                ...           4 years ago
  • 4.3.0                                ...           5 years ago
  • 4.2.2                                ...           5 years ago
  • 4.0.0-rc.0                                ...           6 years ago
  • 4.0.0-alpha.15                                ...           6 years ago
  • 4.2.1                                ...           5 years ago
  • 1.1.16                                ...           7 years ago
  • 4.1.0                                ...           5 years ago
  • 2.1.1                                ...           6 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (5)
Dev Dependencies (22)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org