<svg viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 24 24{% endif %}" width="{% if width %}{{width}}{% else %}24{% endif %}" height="{% if height %}{{height}}{% else %}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="M14 15.2a5.82 5.82 0 00-1.37-.88c-1.18-.56-2.38-1-3.55-1.59-3.26-1.53-5.35-5-3-9.15l-3.48.79a2.06 2.06 0 00-1.55 2.46L4.37 21.4A2.06 2.06 0 006.83 23l1.45-.33-2.82-1.33 1.68-4c.36.22.61.38.88.52a7.37 7.37 0 004.92 1 1.86 1.86 0 001.75-1.34A2.2 2.2 0 0014 15.2zm3.17-14.15l-2.08.47c1 .32 1.88.58 2.72.92l.74.29s-1 2.67-1.47 3.94a6 6 0 00-5-1.41 2.13 2.13 0 00-1.75 1.44 1.63 1.63 0 00.76 2 11 11 0 001.63.86c1.09.48 2.23.87 3.32 1.37a6 6 0 013.81 6.29 23.93 23.93 0 01-.55 2.9l2.08-.47A2.06 2.06 0 0023 17.17L19.63 2.6a2.06 2.06 0 00-2.46-1.55z"/>{% endblock %}{% block after %}{% endblock %}</svg>