0.1.0 • Published 1 year ago

runrun-icons2 v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

RunRun Icons2

This library has the icons for Run Run that can be custom or be part of Material Symbols.

Get started

Check your .npmrc file if there is this line in the file, otherwise add it in order to install dependency. echo @internal-tools:registry=https://gitlab.extranet.fluxit.com.ar/api/v4/packages/npm/

Then, for installing Run Run Icons 2 in your project npm i @internal-tools/runrun-icons -S

How to use it

Material Symbols

This library uses Material Symbols that has all variable icon fonts and CSS, and for Run Run Icons only outlined version is necessary.

For using this icons, there are three classes for visualizing icons according UI design in Figma

Font weight 400

<span class="material-symbols-outlined">face</span>

Font weight 600

<span class="material-symbols-outlined icon-600">face</span>

Font filled

<span class="material-symbols-outlined icon-fill">face</span>

Font weight 600 and filled

<span class="material-symbols-outlined" icon-600-fill>face</span>

0.1.0

1 year ago