# Ant Design Icons

## status: **Alpha**

The APIs and icons may change in the future, please **do NOT** use in any production environment.

## Install

```bash
yarn add antd-icons # or npm install antd-icons
```

## Use Libraries Adapter

- React: See [react-antd-icons](./packages/react-antd-icons)

## Usage
```ts
import { library, Alibaba } from 'antd-icons/esm';

library.add(Alibaba);
```

## Build
```bash
npm run g # generate react-component
npm run build # generate es module bundle
```
