<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="M23.02 6.46a2.855 2.855 0 00-2.03-2.03C19.2 3.95 12 3.95 12 3.95s-7.19 0-8.99.48c-.99.26-1.77 1.04-2.03 2.03C.5 8.25.5 12 .5 12s0 3.74.48 5.54c.26.99 1.04 1.77 2.03 2.03 1.79.48 8.99.48 8.99.48s7.19 0 8.99-.48c.99-.26 1.77-1.04 2.03-2.03.48-1.79.48-5.54.48-5.54s0-3.74-.48-5.54zM9.7 15.45v-6.9L15.68 12 9.7 15.45z"/>{% endblock %}{% block after %}{% endblock %}</svg>