aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-10-15 17:17:20 -0400
committertdro <tdro@noreply.example.com>2023-10-15 17:17:20 -0400
commitc6c6d4b5972be57d2505be3251b5930e107c0f0f (patch)
tree564798a14a4fa6f77966807d4febd12ab0a9bbef /static
parent9ffe61a01c85e9727c437ff4d329da6edc811de2 (diff)
downloadcanory-c6c6d4b5972be57d2505be3251b5930e107c0f0f.tar.gz
canory-c6c6d4b5972be57d2505be3251b5930e107c0f0f.tar.bz2
canory-c6c6d4b5972be57d2505be3251b5930e107c0f0f.zip
static/icons: Add eye and notes
Diffstat (limited to 'static')
-rw-r--r--static/icons/feather/eye.svg1
-rw-r--r--static/icons/feather/file-text.svg17
-rw-r--r--static/icons/tabler/notes.svg9
3 files changed, 10 insertions, 17 deletions
diff --git a/static/icons/feather/eye.svg b/static/icons/feather/eye.svg
new file mode 100644
index 0000000..5fb707b
--- /dev/null
+++ b/static/icons/feather/eye.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/><circle cx="12" cy="12" r="3"/></svg> \ No newline at end of file
diff --git a/static/icons/feather/file-text.svg b/static/icons/feather/file-text.svg
deleted file mode 100644
index 6cba58c..0000000
--- a/static/icons/feather/file-text.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<svg
- xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- fill="none"
- stroke="currentColor"
- stroke-width="2"
- stroke-linecap="round"
- stroke-linejoin="round"
->
- <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" />
- <polyline points="14 2 14 8 20 8" />
- <line x1="16" y1="13" x2="8" y2="13" />
- <line x1="16" y1="17" x2="8" y2="17" />
- <polyline points="10 9 9 9 8 9" />
-</svg>
diff --git a/static/icons/tabler/notes.svg b/static/icons/tabler/notes.svg
new file mode 100644
index 0000000..bed52e0
--- /dev/null
+++ b/static/icons/tabler/notes.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-notes" 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 d="M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />
+ <path d="M9 7l6 0" />
+ <path d="M9 11l6 0" />
+ <path d="M9 15l4 0" />
+</svg>
+
+