<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="M22.91 5.54c-.34-2.49-2.53-4.46-5.14-4.84-.44-.06-2.1-.3-5.96-.3h-.03C7.93.4 7.1.63 6.66.7c-2.52.37-4.83 2.14-5.39 4.66C1 6.6.97 7.98 1.02 9.24c.07 1.81.09 3.62.25 5.42.11 1.2.32 2.39.6 3.56.53 2.16 2.69 3.96 4.8 4.69 2.26.77 4.7.89 7.03.37.26-.06.51-.13.76-.21.57-.18 1.23-.38 1.72-.73l.02-.02v-1.79s0-.01-.01-.02h-.04c-1.49.35-3.02.53-4.56.53-2.64 0-3.35-1.24-3.56-1.76-.16-.45-.27-.91-.31-1.38v-.02s0-.01.01-.02c0 0 .01 0 .02-.01h.02c1.47.35 2.97.53 4.49.53h1.09c1.52-.04 3.12-.12 4.62-.41.04 0 .07-.01.11-.02 2.36-.45 4.6-1.85 4.83-5.41 0-.14.03-1.47.03-1.61 0-.49.16-3.51-.02-5.36zm-3.63 8.88H16.8V8.41c0-1.26-.53-1.91-1.62-1.91-1.19 0-1.79.76-1.79 2.27v3.29h-2.46V8.77c0-1.51-.6-2.27-1.79-2.27-1.08 0-1.62.65-1.62 1.91v6.01H5.04V8.23c0-1.26.33-2.27.98-3.01.67-.74 1.56-1.12 2.65-1.12 1.27 0 2.23.48 2.87 1.45l.62 1.02.62-1.02c.64-.96 1.6-1.45 2.87-1.45 1.1 0 1.98.38 2.65 1.12.65.74.98 1.75.98 3.01v6.19z"/>{% endblock %}{% block after %}{% endblock %}</svg>