<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="M5.7 16.89l8.48-8.49a2 2 0 012.82 0 2 2 0 010 2.83l-8.83 8.84a4 4 0 01-5.66 0 4 4 0 010-5.66l9.9-9.9a6 6 0 018.49 0 6 6 0 010 8.49l-6.72 6.72" fill="none" stroke-linecap="round" stroke-width="2"/>{% endblock %}{% block after %}{% endblock %}</svg>