<svg width="{% if width %}{{width}}{% else %}100{% endif %}" height="{% if height %}{{height}}{% else %}100{% endif %}" viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 100 100{% 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 fill="#c0cfd8" d="M0 0h100v100H0z"/><path d="M25.34 69.08a12.84 12.84 0 010-25.68 13 13 0 014.25.71 20.64 20.64 0 0137.76-6.51 16 16 0 114.49 31.48h-46.5zm-1.88-30.33a4.22 4.22 0 10-4.22-4.22 4.22 4.22 0 004.22 4.22zM39 56.07c2.35 0 3.13-2.09 3.13-4.68S41.39 46.7 39 46.7s-3.12 2.1-3.12 4.69.82 4.68 3.12 4.68zm21.07 0c2.35 0 3.13-2.09 3.13-4.68s-.78-4.69-3.13-4.69S57 48.8 57 51.39s.77 4.68 3.11 4.68z" fill="#fff"/>{% endblock %}{% block after %}{% endblock %}</svg>