SVG-icons

All the svg-icons used in the template are located in the .. \ src \ svg-icons \ .. folder.

 

There is a file icons.svg in the .. \ src \ svg-icons \ sprites \ folder. This file is an svg-sprite, generated via http://app.fontastic.me. It contains a set of svg-icons, each of which has its own unique id. To call and place any icon from the sprite, you should use the html markup (for example):

 

<svg class="woox-icon icon-close"><use xlink:href="svg-icons/sprites/icons.svg#icon-close"></use></svg>