Icons and icon template tag

This commit is contained in:
2020-08-27 09:06:24 +02:00
parent d45724b774
commit 0707d2d51e
7 changed files with 67 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
<svg width="{{ width }}" height="{{ height }}" viewBox="{{viewBox}}" class="svg{% if className %} {{ className }}{% endif %}">
{% for path in paths %}
<path d="{{ path }}"></path>
{% endfor %}
</svg>

After

Width:  |  Height:  |  Size: 209 B