<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="M10.11 13.8H4.99C2.51 13.8.5 11.79.5 9.31s2.01-4.5 4.49-4.5h5.97c.99 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8H4.9c-.5 0-.9.4-.9.9s.4.9.9.9h5.12a4.49 4.49 0 110 8.98H2.3c-.99 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8h7.81c.5 0 .9-.4.9-.9s-.4-.9-.9-.9zm3.78 5.39c1.19-.81 2.05-2.1 2.3-3.59h2.9c.49 0 .88-.4.88-.9V9.31c0-.5-.4-.9-.88-.9h-5.27c.42-.48.67-1.11.67-1.8s-.26-1.32-.67-1.8h6.15c1.95 0 3.53 1.61 3.53 3.59v7.19c0 1.98-1.58 3.59-3.53 3.59h-6.08z" fill-rule="evenodd"/>{% endblock %}{% block after %}{% endblock %}</svg>