<svg xmlns='http://www.w3.org/2000/svg' width='11' height='7.9' viewBox='0 0 4.4 7.9'>
    <polygon points='4.1 3.5 1.6 0 0 1.1 1.9 3.9 0 6.7 1.6 7.9 4.1 4.4 4.4 3.9 4.1 3.5' />
</svg>
<svg xmlns='http://www.w3.org/2000/svg' width='11' height='7.9' viewBox='0 0 4.4 7.9'>
    <polygon points='4.1 3.5 1.6 0 0 1.1 1.9 3.9 0 6.7 1.6 7.9 4.1 4.4 4.4 3.9 4.1 3.5'/>
</svg>
/* No context defined for this component. */
  • Content:
    $icon-size: 1em; // Make sure it's the same as SVG's viewbox attribute width and height.
    
    .icon {
      width: 1em;
      height: 1em;
      font-size: 1em;
      fill: currentColor;
      padding: .1em;
    }
    
  • URL: /components/raw/icon/_icon.scss
  • Filesystem Path: src/components/01-componenten/icon/_icon.scss
  • Size: 186 Bytes

There are no notes for this item.