<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16" class="icon">
    <path d="M6.3,12.77a1.7,1.7,0,1,1,3.4,0,1.7,1.7,0,1,1-3.4,0ZM6.68,4,6.59,1.46H9.41L9.32,4l-.4,5.86H7.07Z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg"
    version="1.1"
    viewBox="0 0 16 16"
    class="icon">
  <path d="M6.3,12.77a1.7,1.7,0,1,1,3.4,0,1.7,1.7,0,1,1-3.4,0ZM6.68,4,6.59,1.46H9.41L9.32,4l-.4,5.86H7.07Z"/>
</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.