Files
centurion_erp/app/templates/icons/add_link.html.j2
2024-05-20 16:48:00 +09:30

12 lines
595 B
Django/Jinja

<span class="icon-text add">
<span class="icon-add">
<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px">
<path d="M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160v160Zm40 200q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"/>
</svg>
</span>
{% if icon_link %}
<a href="{{ icon_link }}">{{ icon_text }}</a>
{% else %}
{{ icon_text }}
{% endif %}
</span>