@ohu-mobile/icons
Version:
24 lines (15 loc) • 306 B
Markdown
# @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} />
```