<svg width="{% if width %}{{width}}{% else %}466{% endif %}" height="{% if height %}{{height}}{% else %}270{% endif %}" viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 466 270{% 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="M381.1 79.3a73.77 73.77 0 00-19.05 2.47C354.42 44.1 325 16.06 289.92 16.06a66 66 0 00-30.32 7.41A97.3 97.3 0 00197.63 1c-50.89 0-93 40-100.91 92.3H95.4C35.46 91.4 1.46 137 1.46 190.84S44.49 269 95.4 269h285.7c46.09 0 83.44-42.45 83.44-94.82S427.19 79.3 381.1 79.3z"/>{% endblock %}{% block after %}{% endblock %}</svg>