Icons and icon template tag
This commit is contained in:
5
lostplaces/lostplaces_app/templates/svg_icon/icon.html
Normal file
5
lostplaces/lostplaces_app/templates/svg_icon/icon.html
Normal 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 |
Reference in New Issue
Block a user