<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="M18 14v5c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h5" fill="none" stroke-linecap="round" stroke-width="2"/><path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 3h7v7m0-7L9 15"/>{% endblock %}{% block after %}{% endblock %}</svg>