Icoon: Question

<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16" class="icon">
    <path d="M9.07,4.43A1.3,1.3,0,0,0,7.61,3.07a2.78,2.78,0,0,0-2,1L3.89,2.46A5.5,5.5,0,0,1,8,.5c2.33,0,4.1,1.15,4.1,3.71s-3.25,3.47-3,6H6.34C5.9,7.28,9.07,6.06,9.07,4.43ZM5.81,13.5a1.92,1.92,0,1,1,3.83,0,1.92,1.92,0,1,1-3.83,0Z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg"
    version="1.1"
    viewBox="0 0 16 16"
    class="icon">
  <path
    d="M9.07,4.43A1.3,1.3,0,0,0,7.61,3.07a2.78,2.78,0,0,0-2,1L3.89,2.46A5.5,5.5,0,0,1,8,.5c2.33,0,4.1,1.15,4.1,3.71s-3.25,3.47-3,6H6.34C5.9,7.28,9.07,6.06,9.07,4.43ZM5.81,13.5a1.92,1.92,0,1,1,3.83,0,1.92,1.92,0,1,1-3.83,0Z"/>
</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.