Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-09-26 13:05:13 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-26 13:05:13 +0300
commit6fa69d7a2bf148233f66ce600fe4ad9bf6fac5db (patch)
tree985dedc66a6f2b4b1581e06a42b3164def273247 /assets
parent21f461ce788a2d3e8868af74b64d903d4c6c65cd (diff)
feat: add search icon
Diffstat (limited to 'assets')
-rw-r--r--assets/icons/search.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/icons/search.svg b/assets/icons/search.svg
new file mode 100644
index 0000000..a0b0ddc
--- /dev/null
+++ b/assets/icons/search.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-search" 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"/>
+ <circle cx="10" cy="10" r="7" />
+ <line x1="21" y1="21" x2="15" y2="15" />
+</svg>
+
+