README
@ohu-mobile/icons
Icon package for
ohu-mobile
Installation
# with npm
npm install @ohu-mobile/icons
# with yarn
yarn add @ohu-mobile/icons
Usage
import { Icon } from '@ohu-mobile/core';
import { AppleFilled } from '@ohu-mobile/icons';
<Icon type={AppleFilled} />