aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-03-26 20:56:38 -0400
committertdro <tdro@noreply.example.com>2024-03-26 20:56:38 -0400
commit78a344ac86fff655c9aee1e210da9a25d54effc4 (patch)
tree027bf37b56d85c86eb375616d1d86eecab6ff132 /static
parent80484d00780b1b188470e8c7455e6067d241aa78 (diff)
downloadcanory-78a344ac86fff655c9aee1e210da9a25d54effc4.tar.gz
canory-78a344ac86fff655c9aee1e210da9a25d54effc4.tar.bz2
canory-78a344ac86fff655c9aee1e210da9a25d54effc4.zip
Makefile: Update icons
XML canonicalization
Diffstat (limited to 'static')
-rw-r--r--static/icons/feather/alert-circle.svg12
-rw-r--r--static/icons/feather/arrow-down-circle.svg10
-rw-r--r--static/icons/feather/arrow-left.svg10
-rw-r--r--static/icons/feather/arrow-right.svg10
-rw-r--r--static/icons/feather/arrow-up.svg10
-rw-r--r--static/icons/feather/at-sign.svg8
-rw-r--r--static/icons/feather/bookmark.svg8
-rw-r--r--static/icons/feather/calendar.svg20
-rw-r--r--static/icons/feather/clock.svg8
-rw-r--r--static/icons/feather/edit.svg8
-rw-r--r--static/icons/feather/external-link.svg10
-rw-r--r--static/icons/feather/eye-off.svg10
-rw-r--r--static/icons/feather/eye.svg8
-rw-r--r--static/icons/feather/file-text.svg12
-rw-r--r--static/icons/feather/globe.svg10
-rw-r--r--static/icons/feather/link.svg8
-rw-r--r--static/icons/feather/map-pin.svg8
-rw-r--r--static/icons/feather/refresh-cw.svg8
-rw-r--r--static/icons/feather/search.svg10
-rw-r--r--static/icons/feather/trash-2.svg12
-rw-r--r--static/icons/feather/user.svg18
-rw-r--r--static/icons/tabler/LICENSE2
-rw-r--r--static/icons/tabler/archive.svg14
-rw-r--r--static/icons/tabler/book-2.svg14
-rw-r--r--static/icons/tabler/circle.svg14
-rw-r--r--static/icons/tabler/clock.svg14
-rw-r--r--static/icons/tabler/code.svg14
-rw-r--r--static/icons/tabler/git-fork.svg14
-rw-r--r--static/icons/tabler/home.svg14
-rw-r--r--static/icons/tabler/notes.svg14
-rw-r--r--static/icons/tabler/pinned.svg14
-rw-r--r--static/icons/tabler/robot.svg14
-rw-r--r--static/icons/tabler/rss.svg14
-rw-r--r--static/icons/tabler/settings.svg14
-rw-r--r--static/icons/tabler/square-letter-m.svg14
-rw-r--r--static/icons/tabler/tag.svg14
-rw-r--r--static/icons/tabler/users.svg14
37 files changed, 161 insertions, 269 deletions
diff --git a/static/icons/feather/alert-circle.svg b/static/icons/feather/alert-circle.svg
index 7279c6b..3672e20 100644
--- a/static/icons/feather/alert-circle.svg
+++ b/static/icons/feather/alert-circle.svg
@@ -1,26 +1,26 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><circle
cx="12"
cy="12"
r="10"
/><line
x1="12"
- y1="8"
x2="12"
+ y1="8"
y2="12"
/><line
x1="12"
- y1="16"
x2="12.01"
+ y1="16"
y2="16"
/></svg
>
diff --git a/static/icons/feather/arrow-down-circle.svg b/static/icons/feather/arrow-down-circle.svg
index b35b28e..816acdd 100644
--- a/static/icons/feather/arrow-down-circle.svg
+++ b/static/icons/feather/arrow-down-circle.svg
@@ -1,13 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><circle
cx="12"
cy="12"
@@ -16,8 +16,8 @@
points="8 12 12 16 16 12"
/><line
x1="12"
- y1="8"
x2="12"
+ y1="8"
y2="16"
/></svg
>
diff --git a/static/icons/feather/arrow-left.svg b/static/icons/feather/arrow-left.svg
index 483e657..aebfb9e 100644
--- a/static/icons/feather/arrow-left.svg
+++ b/static/icons/feather/arrow-left.svg
@@ -1,17 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><line
x1="19"
- y1="12"
x2="5"
+ y1="12"
y2="12"
/><polyline
points="12 19 5 12 12 5"
diff --git a/static/icons/feather/arrow-right.svg b/static/icons/feather/arrow-right.svg
index 890f79e..96fbe50 100644
--- a/static/icons/feather/arrow-right.svg
+++ b/static/icons/feather/arrow-right.svg
@@ -1,17 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><line
x1="5"
- y1="12"
x2="19"
+ y1="12"
y2="12"
/><polyline
points="12 5 19 12 12 19"
diff --git a/static/icons/feather/arrow-up.svg b/static/icons/feather/arrow-up.svg
index 19a47b7..8da7d1e 100644
--- a/static/icons/feather/arrow-up.svg
+++ b/static/icons/feather/arrow-up.svg
@@ -1,17 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><line
x1="12"
- y1="19"
x2="12"
+ y1="19"
y2="5"
/><polyline
points="5 12 12 5 19 12"
diff --git a/static/icons/feather/at-sign.svg b/static/icons/feather/at-sign.svg
index 7fda03c..28534c6 100644
--- a/static/icons/feather/at-sign.svg
+++ b/static/icons/feather/at-sign.svg
@@ -1,13 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><circle
cx="12"
cy="12"
diff --git a/static/icons/feather/bookmark.svg b/static/icons/feather/bookmark.svg
index 98cc81c..c553459 100644
--- a/static/icons/feather/bookmark.svg
+++ b/static/icons/feather/bookmark.svg
@@ -1,13 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><path
d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"
/></svg
diff --git a/static/icons/feather/calendar.svg b/static/icons/feather/calendar.svg
index 4a4601e..9c3693e 100644
--- a/static/icons/feather/calendar.svg
+++ b/static/icons/feather/calendar.svg
@@ -1,34 +1,34 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><rect
- x="3"
- y="4"
- width="18"
height="18"
rx="2"
ry="2"
+ width="18"
+ x="3"
+ y="4"
/><line
x1="16"
- y1="2"
x2="16"
+ y1="2"
y2="6"
/><line
x1="8"
- y1="2"
x2="8"
+ y1="2"
y2="6"
/><line
x1="3"
- y1="10"
x2="21"
+ y1="10"
y2="10"
/></svg
>
diff --git a/static/icons/feather/clock.svg b/static/icons/feather/clock.svg
index 840143c..9c69907 100644
--- a/static/icons/feather/clock.svg
+++ b/static/icons/feather/clock.svg
@@ -1,13 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><circle
cx="12"
cy="12"
diff --git a/static/icons/feather/edit.svg b/static/icons/feather/edit.svg
index d8c52bd..a6d88b8 100644
--- a/static/icons/feather/edit.svg
+++ b/static/icons/feather/edit.svg
@@ -1,13 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><path
d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"
/><path
diff --git a/static/icons/feather/external-link.svg b/static/icons/feather/external-link.svg
index 6e82d00..a17c25b 100644
--- a/static/icons/feather/external-link.svg
+++ b/static/icons/feather/external-link.svg
@@ -1,21 +1,21 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><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"
+ y1="14"
y2="3"
/></svg
>
diff --git a/static/icons/feather/eye-off.svg b/static/icons/feather/eye-off.svg
index fc7cd2b..0b8c1ee 100644
--- a/static/icons/feather/eye-off.svg
+++ b/static/icons/feather/eye-off.svg
@@ -1,19 +1,19 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><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"
+ y1="1"
y2="23"
/></svg
>
diff --git a/static/icons/feather/eye.svg b/static/icons/feather/eye.svg
index 16af897..de178f2 100644
--- a/static/icons/feather/eye.svg
+++ b/static/icons/feather/eye.svg
@@ -1,13 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><path
d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"
/><circle
diff --git a/static/icons/feather/file-text.svg b/static/icons/feather/file-text.svg
index 52c6a2e..6c06a4e 100644
--- a/static/icons/feather/file-text.svg
+++ b/static/icons/feather/file-text.svg
@@ -1,26 +1,26 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><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"
+ y1="13"
y2="13"
/><line
x1="16"
- y1="17"
x2="8"
+ y1="17"
y2="17"
/><polyline
points="10 9 9 9 8 9"
diff --git a/static/icons/feather/globe.svg b/static/icons/feather/globe.svg
index 0ada01a..00f792d 100644
--- a/static/icons/feather/globe.svg
+++ b/static/icons/feather/globe.svg
@@ -1,21 +1,21 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><circle
cx="12"
cy="12"
r="10"
/><line
x1="2"
- y1="12"
x2="22"
+ y1="12"
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"
diff --git a/static/icons/feather/link.svg b/static/icons/feather/link.svg
index f29769b..51f6aac 100644
--- a/static/icons/feather/link.svg
+++ b/static/icons/feather/link.svg
@@ -1,13 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><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
diff --git a/static/icons/feather/map-pin.svg b/static/icons/feather/map-pin.svg
index 42cd85e..7802b5a 100644
--- a/static/icons/feather/map-pin.svg
+++ b/static/icons/feather/map-pin.svg
@@ -1,13 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><path
d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"
/><circle
diff --git a/static/icons/feather/refresh-cw.svg b/static/icons/feather/refresh-cw.svg
index b303e7d..f48fd7e 100644
--- a/static/icons/feather/refresh-cw.svg
+++ b/static/icons/feather/refresh-cw.svg
@@ -1,13 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><polyline
points="23 4 23 10 17 10"
/><polyline
diff --git a/static/icons/feather/search.svg b/static/icons/feather/search.svg
index 93f75d7..8eaab65 100644
--- a/static/icons/feather/search.svg
+++ b/static/icons/feather/search.svg
@@ -1,21 +1,21 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><circle
cx="11"
cy="11"
r="8"
/><line
x1="21"
- y1="21"
x2="16.65"
+ y1="21"
y2="16.65"
/></svg
>
diff --git a/static/icons/feather/trash-2.svg b/static/icons/feather/trash-2.svg
index ca89ec0..462a3f7 100644
--- a/static/icons/feather/trash-2.svg
+++ b/static/icons/feather/trash-2.svg
@@ -1,26 +1,26 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
fill="none"
+ height="24"
stroke="currentColor"
- stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
><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"
+ y1="11"
y2="17"
/><line
x1="14"
- y1="11"
x2="14"
+ y1="11"
y2="17"
/></svg
>
diff --git a/static/icons/feather/user.svg b/static/icons/feather/user.svg
deleted file mode 100644
index 47667ba..0000000
--- a/static/icons/feather/user.svg
+++ /dev/null
@@ -1,18 +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="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/tabler/LICENSE b/static/icons/tabler/LICENSE
index fe62055..974db1a 100644
--- a/static/icons/tabler/LICENSE
+++ b/static/icons/tabler/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2020-2023 Paweł Kuna
+Copyright (c) 2020-2024 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
diff --git a/static/icons/tabler/archive.svg b/static/icons/tabler/archive.svg
index 688c314..d55999b 100644
--- a/static/icons/tabler/archive.svg
+++ b/static/icons/tabler/archive.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-archive"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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
diff --git a/static/icons/tabler/book-2.svg b/static/icons/tabler/book-2.svg
index 8611c4c..0800060 100644
--- a/static/icons/tabler/book-2.svg
+++ b/static/icons/tabler/book-2.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-book-2"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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
diff --git a/static/icons/tabler/circle.svg b/static/icons/tabler/circle.svg
index 6362933..5660b32 100644
--- a/static/icons/tabler/circle.svg
+++ b/static/icons/tabler/circle.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-circle"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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 3f7acd5..7ad7d57 100644
--- a/static/icons/tabler/clock.svg
+++ b/static/icons/tabler/clock.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-clock"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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
diff --git a/static/icons/tabler/code.svg b/static/icons/tabler/code.svg
index 528fa15..f9f1ba3 100644
--- a/static/icons/tabler/code.svg
+++ b/static/icons/tabler/code.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-code"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<path
- stroke="none"
- d="M0 0h24v24H0z"
- fill="none"
- />
- <path
d="M7 8l-4 4l4 4"
/>
<path
diff --git a/static/icons/tabler/git-fork.svg b/static/icons/tabler/git-fork.svg
index 425832b..a27d387 100644
--- a/static/icons/tabler/git-fork.svg
+++ b/static/icons/tabler/git-fork.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-git-fork"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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
diff --git a/static/icons/tabler/home.svg b/static/icons/tabler/home.svg
index adc5775..ebe632d 100644
--- a/static/icons/tabler/home.svg
+++ b/static/icons/tabler/home.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-home"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<path
- stroke="none"
- d="M0 0h24v24H0z"
- fill="none"
- />
- <path
d="M5 12l-2 0l9 -9l9 9l-2 0"
/>
<path
diff --git a/static/icons/tabler/notes.svg b/static/icons/tabler/notes.svg
index b1ea76d..a102d6e 100644
--- a/static/icons/tabler/notes.svg
+++ b/static/icons/tabler/notes.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-notes"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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
diff --git a/static/icons/tabler/pinned.svg b/static/icons/tabler/pinned.svg
index b0332b5..74002cb 100644
--- a/static/icons/tabler/pinned.svg
+++ b/static/icons/tabler/pinned.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-pinned"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<path
- stroke="none"
- d="M0 0h24v24H0z"
- fill="none"
- />
- <path
d="M9 4v6l-2 4v2h10v-2l-2 -4v-6"
/>
<path
diff --git a/static/icons/tabler/robot.svg b/static/icons/tabler/robot.svg
index c9595a1..8db2809 100644
--- a/static/icons/tabler/robot.svg
+++ b/static/icons/tabler/robot.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-robot"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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
diff --git a/static/icons/tabler/rss.svg b/static/icons/tabler/rss.svg
index f85d6aa..884e1a6 100644
--- a/static/icons/tabler/rss.svg
+++ b/static/icons/tabler/rss.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-rss"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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
diff --git a/static/icons/tabler/settings.svg b/static/icons/tabler/settings.svg
index 0070dba..02bea1e 100644
--- a/static/icons/tabler/settings.svg
+++ b/static/icons/tabler/settings.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-settings"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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"
/>
<path
diff --git a/static/icons/tabler/square-letter-m.svg b/static/icons/tabler/square-letter-m.svg
index 0a968b5..721e549 100644
--- a/static/icons/tabler/square-letter-m.svg
+++ b/static/icons/tabler/square-letter-m.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-square-letter-m"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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"
/>
<path
diff --git a/static/icons/tabler/tag.svg b/static/icons/tabler/tag.svg
index e837c12..abbb8c6 100644
--- a/static/icons/tabler/tag.svg
+++ b/static/icons/tabler/tag.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-tag"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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
diff --git a/static/icons/tabler/users.svg b/static/icons/tabler/users.svg
index 531637f..6fa6286 100644
--- a/static/icons/tabler/users.svg
+++ b/static/icons/tabler/users.svg
@@ -1,21 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-users"
- width="24"
+ fill="none"
height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
stroke="currentColor"
- fill="none"
stroke-linecap="round"
stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
>
<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