You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/misc/icons/template/webicon.inc.styl

7 lines
215 B
Stylus

$icon-font-name = '{{ options.fontName }}'
{% for icon in glyphs %}
$icon-{{ icon.name }} = '\{{ icon.unicode[0].charCodeAt(0).toString(16)|upper }}'
$icon-{{ icon.name }}-file = '{{ icon.name }}.svg'
{% endfor %}