<svg width="{% if width %}{{width}}{% else %}24{% endif %}" height="{% if height %}{{height}}{% else %}24{% endif %}" viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 24 24{% 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 %}<circle cx="12" cy="12" r="10.7" opacity=".2"/><path d="M7.16 16.77c-.82-.66-1.59-1.05-2.73-.73.19.64.6 1.19 1.17 1.54.9.55 1.91.9 2.96 1.04 0 0-.22-.87-1.41-1.85h.02zm7.82-5.94c-2.3.7-3.35 2.05-4.44 3.64.81.19 3.96.26 5.25-.11 3.1-.89 5.06-3.96 5.06-3.96s-3.15-.4-5.88.43zm-3.89 4.33c-1.78-.42-2.72.19-3.83.99 1.05.6 2.16 1.07 3.32 1.39 2.11.5 4.67-.28 4.67-.28s-2.05-1.59-4.16-2.1zm6.03-8.65c-.74 2.44-2.64 3.35-4.23 4.2.04-1.31.07-3.6.48-4.97.88-2.89 3.68-5.5 3.68-5.5s.94 3.38.07 6.27zm-5.4 4.36c-.29 1.62-1.38 2.37-2.12 3.04-.08-1.13-.04-2.27.12-3.39.34-1.9 1.83-3.8 1.83-3.8.3 1.37.36 2.78.17 4.17v-.02zm-3 2.65c-.22 1.2-.94 1.55-1.68 2-.06-.81-.02-1.61.1-2.41.26-1.01.73-1.96 1.38-2.77.26 1.04.33 2.12.19 3.19z"/>{% endblock %}{% block after %}{% endblock %}</svg>