aboutsummaryrefslogtreecommitdiff
path: root/static/icons/tabler/code.svg
diff options
context:
space:
mode:
Diffstat (limited to 'static/icons/tabler/code.svg')
-rw-r--r--static/icons/tabler/code.svg22
1 files changed, 22 insertions, 0 deletions
diff --git a/static/icons/tabler/code.svg b/static/icons/tabler/code.svg
new file mode 100644
index 0000000..f9f1ba3
--- /dev/null
+++ b/static/icons/tabler/code.svg
@@ -0,0 +1,22 @@
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ fill="none"
+ height="24"
+ stroke="currentColor"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
+ >
+ <path
+ d="M7 8l-4 4l4 4"
+ />
+ <path
+ d="M17 8l4 4l-4 4"
+ />
+ <path
+ d="M14 4l-4 16"
+ />
+</svg
+>