<svg width="{% if width %}{{width}}{% else %}694{% endif %}" height="{% if height %}{{height}}{% else %}362{% endif %}" viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 694 362{% 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="M565.11 111.48c-10.75-21.84-26.29-41.49-46.68-56-39.15-27.88-92.52-34-139.09-24.51C342-6.95 277.25-6.46 224.79 18.87 177 41.94 143.78 83.28 140 130.2a182.42 182.42 0 00-52.15 17.57C15.45 186-17.76 262.51 11.42 314.58c16 28.61 47.92 44.46 85.21 46.24l-.14.18h452c79.88 0 144.64-56 144.64-125.17.02-64.26-55.94-117.21-128.02-124.35z"/>{% endblock %}{% block after %}{% endblock %}</svg>