<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="M20 10.58l-5.24.28 3.9-3.51c.61-.55.63-1.49.05-2.06s-1.52-.55-2.06.05l-3.51 3.9.28-5.24c.04-.81-.61-1.5-1.42-1.5s-1.46.68-1.42 1.5l.28 5.24-3.51-3.9c-.55-.61-1.49-.63-2.06-.05s-.55 1.52.05 2.06l3.9 3.51L4 10.58c-.81-.04-1.5.61-1.5 1.42s.68 1.46 1.5 1.42l5.24-.28-3.9 3.51c-.61.55-.63 1.49-.05 2.06.58.58 1.52.55 2.06-.05l3.51-3.9-.28 5.24c-.04.81.61 1.5 1.42 1.5s1.46-.68 1.42-1.5l-.28-5.24 3.51 3.9c.55.61 1.49.63 2.06.05.58-.58.55-1.52-.05-2.06l-3.9-3.51 5.24.28c.81.04 1.5-.61 1.5-1.42s-.68-1.46-1.5-1.42z"/>{% endblock %}{% block after %}{% endblock %}</svg>