aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-03 23:41:05 -0400
committertdro <tdro@noreply.example.com>2022-05-03 23:41:05 -0400
commite4d1b4ae07b939730b82635b9cea4fab4005237e (patch)
tree44e7035479004d89ebd66e26d3b131b9fb3283ab /static
parente92dc018e28ba8d44f1c6cbc9fb0b779dec271e6 (diff)
downloadcanory-e4d1b4ae07b939730b82635b9cea4fab4005237e.tar.gz
canory-e4d1b4ae07b939730b82635b9cea4fab4005237e.tar.bz2
canory-e4d1b4ae07b939730b82635b9cea4fab4005237e.zip
static/icons: Add feather and tabler icons
Diffstat (limited to 'static')
-rw-r--r--static/icons/feather/LICENSE21
-rw-r--r--static/icons/feather/alert-circle.svg15
-rw-r--r--static/icons/feather/archive.svg15
-rw-r--r--static/icons/feather/arrow-left.svg14
-rw-r--r--static/icons/feather/arrow-right.svg14
-rw-r--r--static/icons/feather/arrow-up.svg14
-rw-r--r--static/icons/feather/circle.svg13
-rw-r--r--static/icons/feather/clock.svg14
-rw-r--r--static/icons/feather/copy.svg14
-rw-r--r--static/icons/feather/eye-off.svg14
-rw-r--r--static/icons/feather/git-commit.svg15
-rw-r--r--static/icons/feather/globe.svg15
-rw-r--r--static/icons/feather/heart.svg13
-rw-r--r--static/icons/feather/home.svg14
-rw-r--r--static/icons/feather/map-pin.svg14
-rw-r--r--static/icons/feather/rss.svg15
-rw-r--r--static/icons/feather/search.svg14
-rw-r--r--static/icons/feather/tag.svg14
-rw-r--r--static/icons/feather/trash-2.svg16
-rw-r--r--static/icons/feather/user.svg14
-rw-r--r--static/icons/feather/users.svg16
-rw-r--r--static/icons/tabler/LICENSE21
-rw-r--r--static/icons/tabler/book-2.svg9
-rw-r--r--static/icons/tabler/clock.svg8
-rw-r--r--static/icons/tabler/pinned.svg9
25 files changed, 355 insertions, 0 deletions
diff --git a/static/icons/feather/LICENSE b/static/icons/feather/LICENSE
new file mode 100644
index 0000000..b869713
--- /dev/null
+++ b/static/icons/feather/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2013-2017 Cole Bemis
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE. \ No newline at end of file
diff --git a/static/icons/feather/alert-circle.svg b/static/icons/feather/alert-circle.svg
new file mode 100644
index 0000000..57fbe36
--- /dev/null
+++ b/static/icons/feather/alert-circle.svg
@@ -0,0 +1,15 @@
+<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"
+>
+ <circle cx="12" cy="12" r="10" />
+ <line x1="12" y1="8" x2="12" y2="12" />
+ <line x1="12" y1="16" x2="12.01" y2="16" />
+</svg>
diff --git a/static/icons/feather/archive.svg b/static/icons/feather/archive.svg
new file mode 100644
index 0000000..978eb76
--- /dev/null
+++ b/static/icons/feather/archive.svg
@@ -0,0 +1,15 @@
+<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"
+>
+ <polyline points="21 8 21 21 3 21 3 8" />
+ <rect x="1" y="3" width="22" height="5" />
+ <line x1="10" y1="12" x2="14" y2="12" />
+</svg>
diff --git a/static/icons/feather/arrow-left.svg b/static/icons/feather/arrow-left.svg
new file mode 100644
index 0000000..ce06f88
--- /dev/null
+++ b/static/icons/feather/arrow-left.svg
@@ -0,0 +1,14 @@
+<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"
+>
+ <line x1="19" y1="12" x2="5" y2="12" />
+ <polyline points="12 19 5 12 12 5" />
+</svg>
diff --git a/static/icons/feather/arrow-right.svg b/static/icons/feather/arrow-right.svg
new file mode 100644
index 0000000..5c5494f
--- /dev/null
+++ b/static/icons/feather/arrow-right.svg
@@ -0,0 +1,14 @@
+<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"
+>
+ <line x1="5" y1="12" x2="19" y2="12" />
+ <polyline points="12 5 19 12 12 19" />
+</svg>
diff --git a/static/icons/feather/arrow-up.svg b/static/icons/feather/arrow-up.svg
new file mode 100644
index 0000000..f1ff621
--- /dev/null
+++ b/static/icons/feather/arrow-up.svg
@@ -0,0 +1,14 @@
+<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"
+>
+ <line x1="12" y1="19" x2="12" y2="5" />
+ <polyline points="5 12 12 5 19 12" />
+</svg>
diff --git a/static/icons/feather/circle.svg b/static/icons/feather/circle.svg
new file mode 100644
index 0000000..1717bb4
--- /dev/null
+++ b/static/icons/feather/circle.svg
@@ -0,0 +1,13 @@
+<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"
+>
+ <circle cx="12" cy="12" r="10" />
+</svg>
diff --git a/static/icons/feather/clock.svg b/static/icons/feather/clock.svg
new file mode 100644
index 0000000..8ce25b2
--- /dev/null
+++ b/static/icons/feather/clock.svg
@@ -0,0 +1,14 @@
+<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"
+>
+ <circle cx="12" cy="12" r="10" />
+ <polyline points="12 6 12 12 16 14" />
+</svg>
diff --git a/static/icons/feather/copy.svg b/static/icons/feather/copy.svg
new file mode 100644
index 0000000..c8d4956
--- /dev/null
+++ b/static/icons/feather/copy.svg
@@ -0,0 +1,14 @@
+<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"
+>
+ <rect x="9" y="9" width="13" height="13" rx="2" ry="2" />
+ <path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" />
+</svg>
diff --git a/static/icons/feather/eye-off.svg b/static/icons/feather/eye-off.svg
new file mode 100644
index 0000000..98c45f6
--- /dev/null
+++ b/static/icons/feather/eye-off.svg
@@ -0,0 +1,14 @@
+<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="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24" />
+ <line x1="1" y1="1" x2="23" y2="23" />
+</svg>
diff --git a/static/icons/feather/git-commit.svg b/static/icons/feather/git-commit.svg
new file mode 100644
index 0000000..1574fbd
--- /dev/null
+++ b/static/icons/feather/git-commit.svg
@@ -0,0 +1,15 @@
+<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"
+>
+ <circle cx="12" cy="12" r="4" />
+ <line x1="1.05" y1="12" x2="7" y2="12" />
+ <line x1="17.01" y1="12" x2="22.96" y2="12" />
+</svg>
diff --git a/static/icons/feather/globe.svg b/static/icons/feather/globe.svg
new file mode 100644
index 0000000..a9c820f
--- /dev/null
+++ b/static/icons/feather/globe.svg
@@ -0,0 +1,15 @@
+<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"
+>
+ <circle cx="12" cy="12" r="10" />
+ <line x1="2" y1="12" x2="22" y2="12" />
+ <path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" />
+</svg>
diff --git a/static/icons/feather/heart.svg b/static/icons/feather/heart.svg
new file mode 100644
index 0000000..8e0b98d
--- /dev/null
+++ b/static/icons/feather/heart.svg
@@ -0,0 +1,13 @@
+<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="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z" />
+</svg>
diff --git a/static/icons/feather/home.svg b/static/icons/feather/home.svg
new file mode 100644
index 0000000..9cd8f76
--- /dev/null
+++ b/static/icons/feather/home.svg
@@ -0,0 +1,14 @@
+<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="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />
+ <polyline points="9 22 9 12 15 12 15 22" />
+</svg>
diff --git a/static/icons/feather/map-pin.svg b/static/icons/feather/map-pin.svg
new file mode 100644
index 0000000..8f5f320
--- /dev/null
+++ b/static/icons/feather/map-pin.svg
@@ -0,0 +1,14 @@
+<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="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z" />
+ <circle cx="12" cy="10" r="3" />
+</svg>
diff --git a/static/icons/feather/rss.svg b/static/icons/feather/rss.svg
new file mode 100644
index 0000000..3b87036
--- /dev/null
+++ b/static/icons/feather/rss.svg
@@ -0,0 +1,15 @@
+<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="M4 11a9 9 0 0 1 9 9" />
+ <path d="M4 4a16 16 0 0 1 16 16" />
+ <circle cx="5" cy="19" r="1" />
+</svg>
diff --git a/static/icons/feather/search.svg b/static/icons/feather/search.svg
new file mode 100644
index 0000000..89a8636
--- /dev/null
+++ b/static/icons/feather/search.svg
@@ -0,0 +1,14 @@
+<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"
+>
+ <circle cx="11" cy="11" r="8" />
+ <line x1="21" y1="21" x2="16.65" y2="16.65" />
+</svg>
diff --git a/static/icons/feather/tag.svg b/static/icons/feather/tag.svg
new file mode 100644
index 0000000..e8500cd
--- /dev/null
+++ b/static/icons/feather/tag.svg
@@ -0,0 +1,14 @@
+<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="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z" />
+ <line x1="7" y1="7" x2="7.01" y2="7" />
+</svg>
diff --git a/static/icons/feather/trash-2.svg b/static/icons/feather/trash-2.svg
new file mode 100644
index 0000000..f3bd2bd
--- /dev/null
+++ b/static/icons/feather/trash-2.svg
@@ -0,0 +1,16 @@
+<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"
+>
+ <polyline points="3 6 5 6 21 6" />
+ <path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" />
+ <line x1="10" y1="11" x2="10" y2="17" />
+ <line x1="14" y1="11" x2="14" y2="17" />
+</svg>
diff --git a/static/icons/feather/user.svg b/static/icons/feather/user.svg
new file mode 100644
index 0000000..f075a65
--- /dev/null
+++ b/static/icons/feather/user.svg
@@ -0,0 +1,14 @@
+<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="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2" />
+ <circle cx="12" cy="7" r="4" />
+</svg>
diff --git a/static/icons/feather/users.svg b/static/icons/feather/users.svg
new file mode 100644
index 0000000..eb87d02
--- /dev/null
+++ b/static/icons/feather/users.svg
@@ -0,0 +1,16 @@
+<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="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" />
+ <circle cx="9" cy="7" r="4" />
+ <path d="M23 21v-2a4 4 0 0 0-3-3.87" />
+ <path d="M16 3.13a4 4 0 0 1 0 7.75" />
+</svg>
diff --git a/static/icons/tabler/LICENSE b/static/icons/tabler/LICENSE
new file mode 100644
index 0000000..1f192ee
--- /dev/null
+++ b/static/icons/tabler/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020-2022 Paweł Kuna
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/static/icons/tabler/book-2.svg b/static/icons/tabler/book-2.svg
new file mode 100644
index 0000000..f8e33f0
--- /dev/null
+++ b/static/icons/tabler/book-2.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-book-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <desc>Download more icon variants from https://tabler-icons.io/i/book-2</desc>
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z" />
+ <path d="M19 16h-12a2 2 0 0 0 -2 2" />
+ <path d="M9 8h6" />
+</svg>
+
+
diff --git a/static/icons/tabler/clock.svg b/static/icons/tabler/clock.svg
new file mode 100644
index 0000000..00f3aa4
--- /dev/null
+++ b/static/icons/tabler/clock.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-clock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <desc>Download more icon variants from https://tabler-icons.io/i/clock</desc>
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="12" cy="12" r="9" />
+ <polyline points="12 7 12 12 15 15" />
+</svg>
+
+
diff --git a/static/icons/tabler/pinned.svg b/static/icons/tabler/pinned.svg
new file mode 100644
index 0000000..6a2c4dc
--- /dev/null
+++ b/static/icons/tabler/pinned.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pinned" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <desc>Download more icon variants from https://tabler-icons.io/i/pinned</desc>
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M9 4v6l-2 4v2h10v-2l-2 -4v-6" />
+ <line x1="12" y1="16" x2="12" y2="21" />
+ <line x1="8" y1="4" x2="16" y2="4" />
+</svg>
+
+