<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 %}<path d="M12.02.51C5.65.51.5 5.66.5 11.99s5.15 11.5 11.52 11.5 11.48-5.17 11.48-11.5S18.35.51 12.02.51zm3.43 18.1h-2.24c-2.01 0-3.52-1.04-3.52-3.52v-3.97H7.86V8.97c2.01-.52 2.86-2.26 2.95-3.76h2.09v3.41h2.44v2.5H12.9v3.46c0 1.04.52 1.39 1.36 1.39h1.18v2.63z"/>{% endblock %}{% block after %}{% endblock %}</svg>