<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="M12 13.31l11-7V6a2 2 0 00-2-2H3a2 2 0 00-2 2v.31z"/><path d="M13.07 15a2 2 0 01-2.14 0L1 8.69V18a2 2 0 002 2h18a2 2 0 002-2V8.69z"/>{% endblock %}{% block after %}{% endblock %}</svg>