##  📣 Introduce

Semantic Icons design by Semi Team

## 🏷 Features

- 330+ Icons
- Filled and Stroked Icons
- Support custom color

##  🚀 Getting Start

### install deps

```shell
npm install @douyinfe/semi-icons
```

### as a react component

```tsx
import { IconSend } from '@douyinfe/semi-icons';

ReactDOM.render(<IconSend />, root);
```

