aboutsummaryrefslogtreecommitdiff
path: root/static/icons
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-05-08 20:33:46 -0400
committertdro <tdro@noreply.example.com>2023-06-01 19:39:07 -0400
commit93cb45a3d815c193ae9386de2834e6a1214c7e20 (patch)
tree3f71c21ec447b0db0c08061a5d72a4e5e0c1d188 /static/icons
parent93cd009b142782d138fbf746b1145dcb362b0c54 (diff)
downloadcanory-93cb45a3d815c193ae9386de2834e6a1214c7e20.tar.gz
canory-93cb45a3d815c193ae9386de2834e6a1214c7e20.tar.bz2
canory-93cb45a3d815c193ae9386de2834e6a1214c7e20.zip
themes/default/layouts/_default: Add single embed
Diffstat (limited to 'static/icons')
-rw-r--r--static/icons/feather/code.svg14
-rw-r--r--static/icons/tabler/code.svg8
-rw-r--r--static/icons/tabler/square-letter-m.svg7
3 files changed, 15 insertions, 14 deletions
diff --git a/static/icons/feather/code.svg b/static/icons/feather/code.svg
deleted file mode 100644
index da0f522..0000000
--- a/static/icons/feather/code.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"
->
- <polyline points="16 18 22 12 16 6" />
- <polyline points="8 6 2 12 8 18" />
-</svg>
diff --git a/static/icons/tabler/code.svg b/static/icons/tabler/code.svg
new file mode 100644
index 0000000..3a18207
--- /dev/null
+++ b/static/icons/tabler/code.svg
@@ -0,0 +1,8 @@
+<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">
+ <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/square-letter-m.svg b/static/icons/tabler/square-letter-m.svg
new file mode 100644
index 0000000..07486bc
--- /dev/null
+++ b/static/icons/tabler/square-letter-m.svg
@@ -0,0 +1,7 @@
+<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"/>
+ <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 d="M9 16v-8l3 5l3 -5v8" />
+</svg>
+
+