2.7.0 • Published 12 months ago

@3yourmind/yoco v2.7.0

Weekly downloads
73
License
MIT
Repository
github
Last release
12 months ago

Yoco Icon

In-house-designed icons for kotti design system.

👓 Check the Icons

Installation

Using yarn

yarn add @3yourmind/yoco

Using npm

npm install --save @3yourmind/yoco

Add Yoco Icon to your project

With module bundler

@import '@3yourmind/yoco'; // might need a sass importer
// enum of icons and the associated ligature / svg name
import { Yoco } from '@3yourmind/yoco'

console.log(Yoco.Icon.ANNOUNCE)
// 'announce'

With HTML

<link rel="stylesheet" href="./path/to/yoco/style.css" />

Using yoco icons

Yoco uses ligatures, which allows rendering the icon glyph by simply using its name with the yoco font.

<i class="yoco">cloud</i>

<!-- or, use .svg -->

<img src="./path/to/yoco/svg/cloud.svg" />

How to Build and Generate Yoco Font

yarn --cwd packages/yoco run build
# or
yarn run build
2.7.0

12 months ago

2.6.0

1 year ago

2.5.0

1 year ago

2.4.6

2 years ago

2.4.5

2 years ago

2.4.4

2 years ago

2.4.3

2 years ago

2.4.2

2 years ago

2.3.0

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.2.0

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5-hotfix.1

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2-beta.4

7 years ago

0.0.2

7 years ago

0.0.2-beta.3

7 years ago

0.0.2-beta.2

7 years ago

0.0.2-beta.1

7 years ago

0.0.1-beta.3

7 years ago

0.0.1-beta.2

8 years ago

0.0.1-beta2

8 years ago

0.0.1

8 years ago

0.0.1-beta

8 years ago