<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="M4.2 21.9l15-15c.5-.5.5-1.3 0-1.7-.5-.5-1.3-.5-1.8 0l-1.5 1.5c-1.2-1-2.7-1.6-4.4-1.6-3.3 0-6 2.3-6.7 5.3-.2 0-.5-.1-.7-.1-2.3 0-4.2 1.9-4.2 4.3 0 2.2 1.6 4 3.7 4.3l-1.3 1.3c-.5.5-.5 1.3 0 1.8.2.2.6.4.9.4.4-.1.7-.2 1-.5zM20.6 9l-9.9 9.9H19c2.8 0 5-2.3 5-5.1 0-2.2-1.4-4.1-3.4-4.8z"/>{% endblock %}{% block after %}{% endblock %}</svg>