<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="M13.68 10.17L13 9.5a3.8 3.8 0 00-5.37 0l-4 4a3.79 3.79 0 000 5.37l1.33 1.33a3.81 3.81 0 005.38 0l1.34-1.34" fill="none" stroke-linecap="round" stroke-width="2"/><path d="M10.32 13.53l.67.67a3.79 3.79 0 005.37 0l4-4a3.81 3.81 0 000-5.38l-1.3-1.36a3.81 3.81 0 00-5.38 0L12.34 4.8" fill="none" stroke-linecap="round" stroke-width="2"/>{% endblock %}{% block after %}{% endblock %}</svg>