<svg class="icon " role="img">
<title>Angle down icon</title>
<use xlink:href="/images/icons-sprite.svg#angle-down"></use>
</svg>
<svg class="icon {{ class }}" {{{ attributes }}} role="img">
{{#if title }}
<title>{{ title }}</title>
{{/if}}
<use xlink:href="{{ svg id }}"></use>
</svg>
{
"id": "angle-down",
"title": "Angle down icon"
}
$icon__size : 24px !default;
$icon__padding : 2px !default;
.icon {
display: block;
width: $icon__size;
height: $icon__size;
padding: $icon__padding;
transition: all 0.3s ease-in-out, outline-offset 1ms;
}
There are no notes for this item.