<svg width="{% if width %}{{width}}{% else %}24{% endif %}" height="{% if height %}{{height}}{% else %}24{% endif %}" viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 24 24{% endif %}"{% if aria_hidden %} aria-hidden="{{aria_hidden}}"{% endif %}{% if aria_labelledby %} aria-labelledby="{{aria_labelledby}}"{% endif %}{% if class %} class="{{class}}"{% endif %}{% if focusable %} focusable="{{focusable}}"{% endif %}{% if id %} id="{{id}}"{% endif %}{% if preserveAspectRatio %} preserveAspectRatio="{{preserveAspectRatio}}"{% endif %}{% if role %} role="{{role}}"{% endif %}{% if style %} style="{{style}}"{% endif %}>{% block before %}{% endblock %}{% block content %}<path d="M12 10.9c-1-1.94-3.71-5.55-6.23-7.33-2.42-1.71-3.34-1.41-3.94-1.14-.7.32-.83 1.39-.83 2.02s.35 5.18.57 5.94c.75 2.51 3.4 3.36 5.85 3.08.13-.02.25-.04.38-.05-.13.02-.25.04-.38.05-3.59.53-6.77 1.84-2.59 6.49 4.59 4.76 6.3-1.02 7.17-3.95.87 2.93 1.88 8.5 7.09 3.95 3.91-3.95 1.07-5.96-2.51-6.49-.13-.01-.25-.03-.38-.05.13.02.26.03.38.05 2.45.27 5.1-.58 5.85-3.08.23-.76.57-5.31.57-5.94s-.13-1.71-.83-2.02c-.6-.27-1.53-.57-3.94 1.14-2.52 1.78-5.24 5.39-6.23 7.33z"/>{% endblock %}{% block after %}{% endblock %}</svg>