<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.93 16.416l9.9-9.9 3.656 3.656-9.9 9.9z"/><path d="M9.59 20.07l-7.78 2.12 2.12-7.78 12-12a2 2 0 012.83 0l2.83 2.83a2 2 0 010 2.83z" fill="none" stroke-linejoin="round" stroke-width="2"/><path d="M1.806 20.777l1.415-1.414 1.414 1.414L3.22 22.19z"/><path fill="none" stroke-width="2" d="M19.49 10.17l-5.66-5.66"/>{% endblock %}{% block after %}{% endblock %}</svg>