@uyun/icons
<h1 align="center"> Ant Design Icons for React </h1>
Last updated 3 years ago by wangxiang .
MIT · Repository ·
$ cnpm install @uyun/icons 
Private package

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

  • 1.2.0                                ...           latest (3 years ago)

6 Versions

  • 1.2.0                                ...           3 years ago
  • 1.1.0                                ...           3 years ago
  • 1.0.0                                ...           3 years ago
  • 0.1.0-alpha.0                                ...           3 years ago
  • 0.0.1-alpha.1                                ...           3 years ago
  • 0.0.1-alpha.0                                ...           3 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (5)
Dev Dependencies (24)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org