Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 830 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 830 Bytes

Yoco Icon

In house designed icons for kotti design system.

👓 Check the Icons

Get yoco

Using npm

$ npm install @3yourmind/yoco

Using yarn

$ yarn add @3yourmind/yoco

Add Yoco Icon to your project

With module bundler

@import "@3yourmind/yoco";

With HTML

<!-- Add yoco.css to your project -->
<link rel="stylesheet" href="./path/to/yoco-icon.css">

Using yoco icons

Yoco use ligatures feature, which allows rendering of an icon glyph simply by using its textual name.

<!-- cloud is icon's textual name -->
<i class="yoco">cloud</i>

How to Build and Generate Yoco Font

More details are here