<svg width="{% if width %}{{width}}{% else %}24{% endif %}" height="{% if height %}{{height}}{% else %}24{% endif %}" viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 88 88{% 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="M6.95 71.85l3.85 6.65c.8 1.4 1.95 2.5 3.3 3.3L27.85 58H.35c0 1.55.4 3.1 1.2 4.5l5.4 9.35z"/><path d="M44 30L30.25 6.2c-1.35.8-2.5 1.9-3.3 3.3l-25.4 44A8.998 8.998 0 00.35 58h27.5L44 30z" opacity=".66"/><path d="M73.9 81.8c1.35-.8 2.5-1.9 3.3-3.3l1.6-2.75 7.65-13.25c.8-1.4 1.2-2.95 1.2-4.5h-27.5L73.9 81.8z" opacity=".5"/><path d="M44 30L57.75 6.2c-1.35-.8-2.9-1.2-4.5-1.2h-18.5c-1.6 0-3.15.45-4.5 1.2L44 30z"/><path d="M60.15 58h-32.3L14.1 81.8c1.35.8 2.9 1.2 4.5 1.2h50.8c1.6 0 3.15-.45 4.5-1.2L60.15 58z" opacity=".66"/><path d="M73.75 31.5l-12.7-22c-.8-1.4-1.95-2.5-3.3-3.3L44 30l16.15 28H87.6c0-1.55-.4-3.1-1.2-4.5l-12.65-22z" opacity=".33"/>{% endblock %}{% block after %}{% endblock %}</svg>