<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 opacity=".66" stroke-width="0" d="M3 7.14l9-5.81 9 5.81-9 5.81-9-5.81z"/><path opacity=".33" stroke-width="0" d="M12 22.67l-9-5.81V7.14l9 5.81v9.72z"/><path d="M20.65 6.91L12.42 1.6a.778.778 0 00-.83 0L3.35 6.91c-.22.14-.35.38-.35.64v8.89c0 .26.13.5.35.64l8.24 5.32c.25.16.58.16.83 0l8.24-5.32c.22-.14.35-.38.35-.64V7.56c0-.26-.13-.5-.35-.64z" fill="none" stroke-linejoin="round" stroke-width="2"/>{% endblock %}{% block after %}{% endblock %}</svg>