@ohu-mobile/icons

Ohu Mobile SVG Icons.

Usage no npm install needed!

<script type="module">
  import ohuMobileIcons from 'https://cdn.skypack.dev/@ohu-mobile/icons';
</script>

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} />