<svg width="{% if width %}{{width}}{% else %}580{% endif %}" height="{% if height %}{{height}}{% else %}300{% endif %}" viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 580 300{% 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="M825.11 111.48c-10.75-21.84-26.29-41.49-46.68-56-39.15-27.88-92.52-34-139.09-24.51C602-6.95 537.25-6.46 484.79 18.87 437 41.94 403.78 83.28 400 130.2a182.516 182.516 0 00-52.15 17.57c-72.4 38.23-105.61 114.74-76.43 166.81 16 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" fill="#fff"/>{% endblock %}{% block after %}{% endblock %}</svg>