<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="5" cy="19" r="3"/><path d="M5 3c8.84 0 16 7.16 16 16M5 10a9 9 0 019 9" fill="none" stroke-linecap="round" stroke-width="3"/>{% endblock %}{% block after %}{% endblock %}</svg>