<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="M19.27 2H4.73A2.73 2.73 0 002 4.73v14.54A2.73 2.73 0 004.73 22h14.54A2.73 2.73 0 0022 19.27V4.73A2.73 2.73 0 0019.27 2zM8.36 14.73A2.73 2.73 0 1111.09 12a2.72 2.72 0 01-2.73 2.73zm7.28 0A2.73 2.73 0 1118.36 12a2.73 2.73 0 01-2.72 2.73z"/>{% endblock %}{% block after %}{% endblock %}</svg>