Skip to content

jviz-deprecated/jviz-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jviz-icons

Dependency Status

SVG icons suite for web and user interface design.

Overview

arrow_down arrow_left arrow_right arrow_up bio_karyotypes chevron_down chevron_left chevron_right chevron_up close completed_outline completed done error_outline error home_outline home info_outline info search settings star_outline star trash warning_outline warning zoom_in zoom_out

Include on your project

You can use our icons via our free and public CDN:

https://icons.jviz.juanes.xyz/{COLOR}/{ICON}.svg

Where {COLOR} is the icon color, and {ICON} is the icon name. The following colors are available:

blue green grey navy orange
pink purple red water white

Build

By default, you have all the icons on the svg/ folder. Yo can also build the icons with the colors provided on the colors.json file following the next steps.

First of all, you need to install NPM. When you have installed it, run

npm install

This will install all the dependencies. For build the icons, now you can run

gulp build

This will generate one folder in the dist/ folder for each color defined in the colors.json file.

License

jviz-icons is under the MIT LICENSE.

Some icons have been extracted from the great Material design Icons, designed by Google and licensed under CC-BY 4.0.

Releases

No releases published

Packages

No packages published