feat: move to tabler icons

This commit is contained in:
Cory Dransfeldt 2023-07-13 11:11:31 -07:00
parent d7a07bdd9b
commit 4b6c333d5c
No known key found for this signature in database
30 changed files with 90 additions and 137 deletions

View file

@ -1,7 +1,3 @@
<a href="/search" title="Search posts">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
class="inline w-6 h-6 outline-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-500{% if page.url == '/search/' %} active{% endif %}">
<path stroke-linecap="round" stroke-linejoin="round"
d="M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z"/>
</svg>
<a href="/search" title="Search posts" class="link--icon{% if page.url == '/search/' %} active{% endif %}">
{% tablericon "search" "Search posts" "height=24" %}
</a>