<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="M18.934 18.129a10.182 10.182 0 00-7.562-1.874 10.2 10.2 0 00-6.678 4.012" fill="none" stroke-linecap="round" stroke-width="2"/><ellipse cx="5.454" cy="7.136" rx="2.454" ry="3.136"/><ellipse cx="18.546" cy="7.136" rx="2.454" ry="3.136"/>{% endblock %}{% block after %}{% endblock %}</svg>