<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="M19.73 17.59a8 8 0 002.77-5.92c0-4.27-3.81-8.59-10.5-8.59S1.5 7.4 1.5 11.67s3.81 8.59 10.5 8.59a12.82 12.82 0 004.65-.82l3.94 1.48z" fill="none" stroke-linecap="round" stroke-width="2"/>{% endblock %}{% block after %}{% endblock %}</svg>