<svg viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 24 24{% endif %}" width="{% if width %}{{width}}{% else %}24{% endif %}" height="{% if height %}{{height}}{% else %}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="M20.52 2h-17A1.46 1.46 0 002 3.44v17.12A1.46 1.46 0 003.48 22h17A1.46 1.46 0 0022 20.56V3.44A1.46 1.46 0 0020.52 2zM7.93 19H5V9.5h3zM6.45 8.19a1.72 1.72 0 111.72-1.72 1.72 1.72 0 01-1.72 1.72zM19 19h-3v-4.6c0-1.11 0-2.53-1.54-2.53s-1.78 1.21-1.78 2.45V19h-3V9.5h2.85v1.3a3.1 3.1 0 012.8-1.54c3 0 3.56 2 3.56 4.55z"/>{% endblock %}{% block after %}{% endblock %}</svg>