<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 21.74c11.84-8.28 11.4-11.19 11.4-13.47a5.46 5.46 0 00-5.7-5c-3.56 0-5.7 3.36-5.7 3.36S9.86 3.22 6.3 3.22a5.46 5.46 0 00-5.7 5c0 2.34-.44 5.24 11.4 13.52z"/>{% endblock %}{% block after %}{% endblock %}</svg>