<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="M2 15.36L12 22l10-6.64V8.63L12 2 2 8.64v6.73zm20 0L12 8.63 2 15.36m0-6.73l10 6.64 10-6.64M12 2v6.64m0 6.73v6.64" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>{% endblock %}{% block after %}{% endblock %}</svg>