aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
committertdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
commitfad87c5cc042ea293b3d5cd7a139d124dce1cbd4 (patch)
tree81899543b17c8424b93c3501b37413f08b84f7d1 /static
parent4e6d2470334d97bef515edec0495fa763639f751 (diff)
downloadcanory-fad87c5cc042ea293b3d5cd7a139d124dce1cbd4.tar.gz
canory-fad87c5cc042ea293b3d5cd7a139d124dce1cbd4.tar.bz2
canory-fad87c5cc042ea293b3d5cd7a139d124dce1cbd4.zip
config: Use same icon set on navigation
Normalize SVG XML formatting
Diffstat (limited to 'static')
-rw-r--r--static/icons/feather/alert-circle.svg37
-rw-r--r--static/icons/feather/arrow-down-circle.svg34
-rw-r--r--static/icons/feather/arrow-left.svg29
-rw-r--r--static/icons/feather/arrow-right.svg29
-rw-r--r--static/icons/feather/arrow-up.svg29
-rw-r--r--static/icons/feather/at-sign.svg28
-rw-r--r--static/icons/feather/calendar.svg46
-rw-r--r--static/icons/feather/circle.svg13
-rw-r--r--static/icons/feather/clock.svg28
-rw-r--r--static/icons/feather/edit.svg26
-rw-r--r--static/icons/feather/external-link.svg32
-rw-r--r--static/icons/feather/eye-off.svg31
-rw-r--r--static/icons/feather/eye.svg28
-rw-r--r--static/icons/feather/file-text.svg41
-rw-r--r--static/icons/feather/git-commit.svg15
-rw-r--r--static/icons/feather/globe.svg36
-rw-r--r--static/icons/feather/heart.svg25
-rw-r--r--static/icons/feather/home.svg14
-rw-r--r--static/icons/feather/link.svg26
-rw-r--r--static/icons/feather/map-pin.svg28
-rw-r--r--static/icons/feather/refresh-cw.svg31
-rw-r--r--static/icons/feather/rss.svg15
-rw-r--r--static/icons/feather/search.svg31
-rw-r--r--static/icons/feather/trash-2.svg40
-rw-r--r--static/icons/feather/user.svg28
-rw-r--r--static/icons/feather/users.svg16
-rw-r--r--static/icons/tabler/archive.svg41
-rw-r--r--static/icons/tabler/book-2.svg41
-rw-r--r--static/icons/tabler/circle.svg22
-rw-r--r--static/icons/tabler/clock.svg37
-rw-r--r--static/icons/tabler/code.svg41
-rw-r--r--static/icons/tabler/git-fork.svg34
-rw-r--r--static/icons/tabler/home.svg28
-rw-r--r--static/icons/tabler/notes.svg45
-rw-r--r--static/icons/tabler/pinned.svg41
-rw-r--r--static/icons/tabler/robot.svg67
-rw-r--r--static/icons/tabler/rss.svg28
-rw-r--r--static/icons/tabler/settings.svg37
-rw-r--r--static/icons/tabler/square-letter-m.svg37
-rw-r--r--static/icons/tabler/tag.svg25
-rw-r--r--static/icons/tabler/tags.svg19
-rw-r--r--static/icons/tabler/users.svg31
42 files changed, 800 insertions, 510 deletions
diff --git a/static/icons/feather/alert-circle.svg b/static/icons/feather/alert-circle.svg
index 57fbe36..7279c6b 100644
--- a/static/icons/feather/alert-circle.svg
+++ b/static/icons/feather/alert-circle.svg
@@ -1,15 +1,26 @@
<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"
+ 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
>
- <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/arrow-down-circle.svg b/static/icons/feather/arrow-down-circle.svg
index eb9f1a0..b35b28e 100644
--- a/static/icons/feather/arrow-down-circle.svg
+++ b/static/icons/feather/arrow-down-circle.svg
@@ -1,15 +1,23 @@
<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"
+ 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="8 12 12 16 16 12"
+ /><line
+ x1="12"
+ y1="8"
+ x2="12"
+ y2="16"
+ /></svg
>
- <circle cx="12" cy="12" r="10" />
- <polyline points="8 12 12 16 16 12" />
- <line x1="12" y1="8" x2="12" y2="16" />
-</svg>
diff --git a/static/icons/feather/arrow-left.svg b/static/icons/feather/arrow-left.svg
index ce06f88..483e657 100644
--- a/static/icons/feather/arrow-left.svg
+++ b/static/icons/feather/arrow-left.svg
@@ -1,14 +1,19 @@
<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"
+ 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
>
- <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
index 5c5494f..890f79e 100644
--- a/static/icons/feather/arrow-right.svg
+++ b/static/icons/feather/arrow-right.svg
@@ -1,14 +1,19 @@
<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"
+ 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
>
- <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
index f1ff621..19a47b7 100644
--- a/static/icons/feather/arrow-up.svg
+++ b/static/icons/feather/arrow-up.svg
@@ -1,14 +1,19 @@
<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"
+ 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
>
- <line x1="12" y1="19" x2="12" y2="5" />
- <polyline points="5 12 12 5 19 12" />
-</svg>
diff --git a/static/icons/feather/at-sign.svg b/static/icons/feather/at-sign.svg
index 0b7fdfb..7fda03c 100644
--- a/static/icons/feather/at-sign.svg
+++ b/static/icons/feather/at-sign.svg
@@ -1,14 +1,18 @@
<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"
+ 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"
+ /><path
+ d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"
+ /></svg
>
- <circle cx="12" cy="12" r="4" />
- <path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" />
-</svg>
diff --git a/static/icons/feather/calendar.svg b/static/icons/feather/calendar.svg
index c002b85..4a4601e 100644
--- a/static/icons/feather/calendar.svg
+++ b/static/icons/feather/calendar.svg
@@ -1,16 +1,34 @@
<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"
+ 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="3"
+ y="4"
+ width="18"
+ height="18"
+ rx="2"
+ ry="2"
+ /><line
+ x1="16"
+ y1="2"
+ x2="16"
+ y2="6"
+ /><line
+ x1="8"
+ y1="2"
+ x2="8"
+ y2="6"
+ /><line
+ x1="3"
+ y1="10"
+ x2="21"
+ y2="10"
+ /></svg
>
- <rect x="3" y="4" width="18" height="18" rx="2" ry="2" />
- <line x1="16" y1="2" x2="16" y2="6" />
- <line x1="8" y1="2" x2="8" y2="6" />
- <line x1="3" y1="10" x2="21" y2="10" />
-</svg>
diff --git a/static/icons/feather/circle.svg b/static/icons/feather/circle.svg
deleted file mode 100644
index 1717bb4..0000000
--- a/static/icons/feather/circle.svg
+++ /dev/null
@@ -1,13 +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"
->
- <circle cx="12" cy="12" r="10" />
-</svg>
diff --git a/static/icons/feather/clock.svg b/static/icons/feather/clock.svg
index 8ce25b2..840143c 100644
--- a/static/icons/feather/clock.svg
+++ b/static/icons/feather/clock.svg
@@ -1,14 +1,18 @@
<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"
+ 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
>
- <circle cx="12" cy="12" r="10" />
- <polyline points="12 6 12 12 16 14" />
-</svg>
diff --git a/static/icons/feather/edit.svg b/static/icons/feather/edit.svg
index 9294758..d8c52bd 100644
--- a/static/icons/feather/edit.svg
+++ b/static/icons/feather/edit.svg
@@ -1,14 +1,16 @@
<svg
- width="24"
- height="24"
- viewBox="0 0 24 24"
- xmlns="http://www.w3.org/2000/svg"
- fill="none"
- stroke="currentColor"
- stroke-width="2"
- stroke-linecap="round"
- stroke-linejoin="round"
+ 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="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"
+ /><path
+ d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"
+ /></svg
>
- <path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" />
- <path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" />
-</svg>
diff --git a/static/icons/feather/external-link.svg b/static/icons/feather/external-link.svg
index 537b731..6e82d00 100644
--- a/static/icons/feather/external-link.svg
+++ b/static/icons/feather/external-link.svg
@@ -1,15 +1,21 @@
<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"
+ 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="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"
+ /><polyline
+ points="15 3 21 3 21 9"
+ /><line
+ x1="10"
+ y1="14"
+ x2="21"
+ y2="3"
+ /></svg
>
- <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
- <polyline points="15 3 21 3 21 9" />
- <line x1="10" y1="14" x2="21" y2="3" />
-</svg>
diff --git a/static/icons/feather/eye-off.svg b/static/icons/feather/eye-off.svg
index e7552f4..fc7cd2b 100644
--- a/static/icons/feather/eye-off.svg
+++ b/static/icons/feather/eye-off.svg
@@ -1,16 +1,19 @@
<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"
+ 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
>
- <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/eye.svg b/static/icons/feather/eye.svg
index edaab72..16af897 100644
--- a/static/icons/feather/eye.svg
+++ b/static/icons/feather/eye.svg
@@ -1,14 +1,18 @@
<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"
+ 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
>
- <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>
diff --git a/static/icons/feather/file-text.svg b/static/icons/feather/file-text.svg
index 6cba58c..52c6a2e 100644
--- a/static/icons/feather/file-text.svg
+++ b/static/icons/feather/file-text.svg
@@ -1,17 +1,28 @@
<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"
+ 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
>
- <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/feather/git-commit.svg b/static/icons/feather/git-commit.svg
deleted file mode 100644
index 1574fbd..0000000
--- a/static/icons/feather/git-commit.svg
+++ /dev/null
@@ -1,15 +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"
->
- <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
index 7617e0c..0ada01a 100644
--- a/static/icons/feather/globe.svg
+++ b/static/icons/feather/globe.svg
@@ -1,17 +1,23 @@
<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"
+ 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
>
- <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
index 5f083d2..850bd6f 100644
--- a/static/icons/feather/heart.svg
+++ b/static/icons/feather/heart.svg
@@ -1,15 +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"
+ 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
>
- <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
deleted file mode 100644
index 9cd8f76..0000000
--- a/static/icons/feather/home.svg
+++ /dev/null
@@ -1,14 +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="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/link.svg b/static/icons/feather/link.svg
index 645e746..f29769b 100644
--- a/static/icons/feather/link.svg
+++ b/static/icons/feather/link.svg
@@ -1,14 +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"
+ 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="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"
+ /><path
+ d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"
+ /></svg
>
- <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" />
- <path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" />
-</svg>
diff --git a/static/icons/feather/map-pin.svg b/static/icons/feather/map-pin.svg
index 8f5f320..42cd85e 100644
--- a/static/icons/feather/map-pin.svg
+++ b/static/icons/feather/map-pin.svg
@@ -1,14 +1,18 @@
<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"
+ 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
>
- <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/refresh-cw.svg b/static/icons/feather/refresh-cw.svg
index c2cb05d..b303e7d 100644
--- a/static/icons/feather/refresh-cw.svg
+++ b/static/icons/feather/refresh-cw.svg
@@ -1,17 +1,18 @@
<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"
+ 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="23 4 23 10 17 10"
+ /><polyline
+ points="1 20 1 14 7 14"
+ /><path
+ d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"
+ /></svg
>
- <polyline points="23 4 23 10 17 10" />
- <polyline points="1 20 1 14 7 14" />
- <path
- d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"
- />
-</svg>
diff --git a/static/icons/feather/rss.svg b/static/icons/feather/rss.svg
deleted file mode 100644
index 3b87036..0000000
--- a/static/icons/feather/rss.svg
+++ /dev/null
@@ -1,15 +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="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
index 89a8636..93f75d7 100644
--- a/static/icons/feather/search.svg
+++ b/static/icons/feather/search.svg
@@ -1,14 +1,21 @@
<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"
+ 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
>
- <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/trash-2.svg b/static/icons/feather/trash-2.svg
index 237872e..ca89ec0 100644
--- a/static/icons/feather/trash-2.svg
+++ b/static/icons/feather/trash-2.svg
@@ -1,18 +1,26 @@
<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"
+ 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
>
- <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
index f075a65..47667ba 100644
--- a/static/icons/feather/user.svg
+++ b/static/icons/feather/user.svg
@@ -1,14 +1,18 @@
<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"
+ 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
>
- <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
deleted file mode 100644
index eb87d02..0000000
--- a/static/icons/feather/users.svg
+++ /dev/null
@@ -1,16 +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="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/archive.svg b/static/icons/tabler/archive.svg
index 8772d7f..688c314 100644
--- a/static/icons/tabler/archive.svg
+++ b/static/icons/tabler/archive.svg
@@ -1,19 +1,28 @@
<svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-archive"
- 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" />
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-archive"
+ 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="M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z"
+ />
+ <path
+ d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10"
+ />
<path
- d="M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z"
+ d="M10 12l4 0"
/>
- <path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10" />
- <path d="M10 12l4 0" />
-</svg>
+</svg
+>
diff --git a/static/icons/tabler/book-2.svg b/static/icons/tabler/book-2.svg
index 695784f..8611c4c 100644
--- a/static/icons/tabler/book-2.svg
+++ b/static/icons/tabler/book-2.svg
@@ -1,17 +1,28 @@
<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"
+ 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"
+ >
+ <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
>
- <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/circle.svg b/static/icons/tabler/circle.svg
new file mode 100644
index 0000000..6362933
--- /dev/null
+++ b/static/icons/tabler/circle.svg
@@ -0,0 +1,22 @@
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-circle"
+ 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="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
+ />
+</svg
+>
diff --git a/static/icons/tabler/clock.svg b/static/icons/tabler/clock.svg
index d8d9af3..3f7acd5 100644
--- a/static/icons/tabler/clock.svg
+++ b/static/icons/tabler/clock.svg
@@ -1,16 +1,25 @@
<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"
+ 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"
+ >
+ <path
+ stroke="none"
+ d="M0 0h24v24H0z"
+ fill="none"
+ />
+ <path
+ d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
+ />
+ <path
+ d="M12 7v5l3 3"
+ />
+</svg
>
- <path stroke="none" d="M0 0h24v24H0z" fill="none" />
- <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
- <path d="M12 7v5l3 3" />
-</svg>
diff --git a/static/icons/tabler/code.svg b/static/icons/tabler/code.svg
index df80bc2..528fa15 100644
--- a/static/icons/tabler/code.svg
+++ b/static/icons/tabler/code.svg
@@ -1,17 +1,28 @@
<svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-code"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round"
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-code"
+ 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="M7 8l-4 4l4 4"
+ />
+ <path
+ d="M17 8l4 4l-4 4"
+ />
+ <path
+ d="M14 4l-4 16"
+ />
+</svg
>
- <path stroke="none" d="M0 0h24v24H0z" fill="none" />
- <path d="M7 8l-4 4l4 4" />
- <path d="M17 8l4 4l-4 4" />
- <path d="M14 4l-4 16" />
-</svg>
diff --git a/static/icons/tabler/git-fork.svg b/static/icons/tabler/git-fork.svg
new file mode 100644
index 0000000..425832b
--- /dev/null
+++ b/static/icons/tabler/git-fork.svg
@@ -0,0 +1,34 @@
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-git-fork"
+ 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="M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
+ />
+ <path
+ d="M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
+ />
+ <path
+ d="M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
+ />
+ <path
+ d="M7 8v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2"
+ />
+ <path
+ d="M12 12l0 4"
+ />
+</svg
+>
diff --git a/static/icons/tabler/home.svg b/static/icons/tabler/home.svg
new file mode 100644
index 0000000..adc5775
--- /dev/null
+++ b/static/icons/tabler/home.svg
@@ -0,0 +1,28 @@
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-home"
+ 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 12l-2 0l9 -9l9 9l-2 0"
+ />
+ <path
+ d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"
+ />
+ <path
+ d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6"
+ />
+</svg
+>
diff --git a/static/icons/tabler/notes.svg b/static/icons/tabler/notes.svg
index e6947da..b1ea76d 100644
--- a/static/icons/tabler/notes.svg
+++ b/static/icons/tabler/notes.svg
@@ -1,20 +1,31 @@
<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" />
+ 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="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"
+ d="M9 7l6 0"
/>
- <path d="M9 7l6 0" />
- <path d="M9 11l6 0" />
- <path d="M9 15l4 0" />
-</svg>
+ <path
+ d="M9 11l6 0"
+ />
+ <path
+ d="M9 15l4 0"
+ />
+</svg
+>
diff --git a/static/icons/tabler/pinned.svg b/static/icons/tabler/pinned.svg
index 4a232b6..b0332b5 100644
--- a/static/icons/tabler/pinned.svg
+++ b/static/icons/tabler/pinned.svg
@@ -1,17 +1,28 @@
<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"
+ 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"
+ >
+ <path
+ stroke="none"
+ d="M0 0h24v24H0z"
+ fill="none"
+ />
+ <path
+ d="M9 4v6l-2 4v2h10v-2l-2 -4v-6"
+ />
+ <path
+ d="M12 16l0 5"
+ />
+ <path
+ d="M8 4l8 0"
+ />
+</svg
>
- <path stroke="none" d="M0 0h24v24H0z" fill="none" />
- <path d="M9 4v6l-2 4v2h10v-2l-2 -4v-6" />
- <path d="M12 16l0 5" />
- <path d="M8 4l8 0" />
-</svg>
diff --git a/static/icons/tabler/robot.svg b/static/icons/tabler/robot.svg
index 64f2658..c9595a1 100644
--- a/static/icons/tabler/robot.svg
+++ b/static/icons/tabler/robot.svg
@@ -1,25 +1,46 @@
<svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-robot"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round"
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-robot"
+ 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="M6 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z"
+ />
+ <path
+ d="M12 2v2"
+ />
+ <path
+ d="M9 12v9"
+ />
+ <path
+ d="M15 12v9"
+ />
+ <path
+ d="M5 16l4 -2"
+ />
+ <path
+ d="M15 14l4 2"
+ />
+ <path
+ d="M9 18h6"
+ />
+ <path
+ d="M10 8v.01"
+ />
+ <path
+ d="M14 8v.01"
+ />
+</svg
>
- <path stroke="none" d="M0 0h24v24H0z" fill="none" />
- <path
- d="M6 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z"
- />
- <path d="M12 2v2" />
- <path d="M9 12v9" />
- <path d="M15 12v9" />
- <path d="M5 16l4 -2" />
- <path d="M15 14l4 2" />
- <path d="M9 18h6" />
- <path d="M10 8v.01" />
- <path d="M14 8v.01" />
-</svg>
diff --git a/static/icons/tabler/rss.svg b/static/icons/tabler/rss.svg
new file mode 100644
index 0000000..f85d6aa
--- /dev/null
+++ b/static/icons/tabler/rss.svg
@@ -0,0 +1,28 @@
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-rss"
+ 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 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"
+ />
+ <path
+ d="M4 4a16 16 0 0 1 16 16"
+ />
+ <path
+ d="M4 11a9 9 0 0 1 9 9"
+ />
+</svg
+>
diff --git a/static/icons/tabler/settings.svg b/static/icons/tabler/settings.svg
index caa2e55..0070dba 100644
--- a/static/icons/tabler/settings.svg
+++ b/static/icons/tabler/settings.svg
@@ -1,18 +1,25 @@
<svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-settings"
- 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" />
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-settings"
+ 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="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z"
+ d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z"
/>
- <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />
-</svg>
+ <path
+ d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0"
+ />
+</svg
+>
diff --git a/static/icons/tabler/square-letter-m.svg b/static/icons/tabler/square-letter-m.svg
index f3670dd..0a968b5 100644
--- a/static/icons/tabler/square-letter-m.svg
+++ b/static/icons/tabler/square-letter-m.svg
@@ -1,18 +1,25 @@
<svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-square-letter-m"
- 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" />
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-square-letter-m"
+ 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="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z"
+ d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z"
/>
- <path d="M9 16v-8l3 5l3 -5v8" />
-</svg>
+ <path
+ d="M9 16v-8l3 5l3 -5v8"
+ />
+</svg
+>
diff --git a/static/icons/tabler/tag.svg b/static/icons/tabler/tag.svg
new file mode 100644
index 0000000..e837c12
--- /dev/null
+++ b/static/icons/tabler/tag.svg
@@ -0,0 +1,25 @@
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-tag"
+ 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="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"
+ />
+ <path
+ d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z"
+ />
+</svg
+>
diff --git a/static/icons/tabler/tags.svg b/static/icons/tabler/tags.svg
deleted file mode 100644
index b2f166c..0000000
--- a/static/icons/tabler/tags.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-tags"
- 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="M3 8v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.592 -3.592a2.41 2.41 0 0 0 0 -3.408l-5.71 -5.71a2 2 0 0 0 -1.414 -.586h-4.172a2 2 0 0 0 -2 2z"
- />
- <path d="M18 19l1.592 -1.592a4.82 4.82 0 0 0 0 -6.816l-4.592 -4.592" />
- <path d="M7 10h-.01" />
-</svg>
diff --git a/static/icons/tabler/users.svg b/static/icons/tabler/users.svg
new file mode 100644
index 0000000..531637f
--- /dev/null
+++ b/static/icons/tabler/users.svg
@@ -0,0 +1,31 @@
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-users"
+ 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="M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0"
+ />
+ <path
+ d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"
+ />
+ <path
+ d="M16 3.13a4 4 0 0 1 0 7.75"
+ />
+ <path
+ d="M21 21v-2a4 4 0 0 0 -3 -3.85"
+ />
+</svg
+>