Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@3yourmind/yoco

Package Overview
Dependencies
Maintainers
10
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3yourmind/yoco

3YOURMIND Icon Font

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
67
increased by6.35%
Maintainers
10
Weekly downloads
 
Created
Source

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 like @3yourmind/sass-node-modules-importer
// enum of icons and the associated ligature / svg name
import { Icon } "@3yourmind/yoco";

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

With HTML

<link rel="stylesheet" href="./path/to/yoco/styles.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

Keywords

FAQs

Package last updated on 17 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc