# @ohu-mobile/icons

> Icon package for `ohu-mobile`

## Installation

```bash
# with npm
npm install @ohu-mobile/icons
# with pnpm
pnpm add @ohu-mobile/icons
```

## Usage

```tsx
import { Icon } from '@ohu-mobile/core';
import { AppleFilled } from '@ohu-mobile/icons';

<Icon type={AppleFilled} />
```


