<svg width="{% if width %}{{width}}{% else %}322{% endif %}" height="{% if height %}{{height}}{% else %}176{% endif %}" viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 322 176{% 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="M261.74 55A90 90 0 00234 49.64a32.35 32.35 0 00-2-7C219.56 12 178.83-6 137.81 3.29 111.26 9.3 91.69 25.13 84.17 44A81.92 81.92 0 0043 55.61C8.09 77.05-8 119.93 6.12 149.13c7.89 16.35 23.71 25.26 42.15 26v.05H52l195.69-.91c32 4.77 67.52-9.18 72.35-35.44 6.03-32.59-18.7-69.64-58.3-83.83z"/>{% endblock %}{% block after %}{% endblock %}</svg>