<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="M16.29 18.94s.48-.06.94-.06c.33-.59 1.12-2.05 1.88-3.92.92-2.26-.38-5.06-.51-6.1s-.15-2.08-.15-2.08l-.36-.3s-2.55 3.9-2.84 6.24c-.3 2.35 1.05 6.21 1.05 6.21zm-2.95-2.77c-1.65-1.04-3.53-2.28-4.79-4.6-1.51-2.79-.55-6.56-.6-7.92A29.36 29.36 0 007.71.96l.4-.46s4.07 4.46 4.94 7.41c.87 2.95-.57 5.95.29 8.26zm1.33 3.01c-1.46.35-3.97 1.81-6.49.82-2.52-.98-6.59-4.84-6.59-4.84l.02-.63s3.32-.19 5.4.33c2.3.58 4.63 3.12 7.67 4.31zm-3.61 4.32s1.41-.43 2.64-.38c1.27.05 2.9.63 4.68.19 3.18-.78 3.76-2.73 4.05-3.16-2.32.97-5.36-.31-7.76.46-2.1.67-3.6 2.89-3.6 2.89z"/>{% endblock %}{% block after %}{% endblock %}</svg>