Icon

<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"
}
  • Content:
    $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;
    }
    
  • URL: /components/raw/icon/_icon.scss
  • Filesystem Path: build/components/01-globals/icon/_icon.scss
  • Size: 230 Bytes

There are no notes for this item.