<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="M19 12.76v-2.47A7.2 7.2 0 0012.22 3 7 7 0 005 10v2.76a5.42 5.42 0 01-1.59 3.83 1.41 1.41 0 00-.41 1A1.41 1.41 0 004.41 19h15.18A1.41 1.41 0 0021 17.59a1.41 1.41 0 00-.41-1A5.42 5.42 0 0119 12.76z"/><path d="M12 .84a1.5 1.5 0 011.5 1.5v2.5h-3v-2.5A1.5 1.5 0 0112 .84zm0 22.66a3 3 0 003-3H9a3 3 0 003 3z"/>{% endblock %}{% block after %}{% endblock %}</svg>