<svg class=" shrink-0" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
    <path d="M8 14A6 6 0 108 2a6 6 0 000 12z" stroke="currentColor" stroke-width="1.5" fill="none" />
    <path d="M5 8h4M7 6l2 2-2 2" stroke="currentColor" stroke-width="1.5" fill="none" />

</svg>
{% include "@template-icon" %}
{
  "type": "library",
  "width": 16,
  "height": 16,
  "viewBox": "0 0 16 16",
  "paths": [
    {
      "path": "M8 14A6 6 0 108 2a6 6 0 000 12z",
      "stroke": "currentColor",
      "strokeWidth": "1.5",
      "fill": "none"
    },
    {
      "path": "M5 8h4M7 6l2 2-2 2",
      "stroke": "currentColor",
      "strokeWidth": "1.5",
      "fill": "none"
    }
  ]
}

No notes defined.