Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Feb 8, 2023
1 parent c7da40f commit a9e136b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web/templates/macro/svg.html
Original file line number Diff line number Diff line change
Expand Up @@ -1058,4 +1058,14 @@
<path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path>
<path d="M9 9l6 6"></path>
</svg>
{% endmacro %}

<!-- 过滤 -->
<!-- https://tabler-icons.io/i/filter -->
{% macro filter(class) %}

<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-filter" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M5.5 5h13a1 1 0 0 1 .5 1.5l-5 5.5l0 7l-4 -3l0 -4l-5 -5.5a1 1 0 0 1 .5 -1.5"></path>
</svg>
{% endmacro %}

0 comments on commit a9e136b

Please sign in to comment.