<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="icon">
    <path d="M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0ZM9,13H7V7H9ZM9,5H7V3H9Z" /></svg>
<svg xmlns="http://www.w3.org/2000/svg" 
  viewBox="0 0 16 16"
  class="icon">
<path d="M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0ZM9,13H7V7H9ZM9,5H7V3H9Z"/></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.