aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
Diffstat (limited to '_icons')
-rw-r--r--_icons/a.md1
-rw-r--r--_icons/activity.txt1
-rw-r--r--_icons/alert-circle.svg1
-rw-r--r--_icons/arrow-left-circle.svg1
-rw-r--r--_icons/arrow-left.svg6
-rw-r--r--_icons/arrow-right.svg6
6 files changed, 12 insertions, 4 deletions
diff --git a/_icons/a.md b/_icons/a.md
deleted file mode 100644
index 5ccaff4..0000000
--- a/_icons/a.md
+++ /dev/null
@@ -1 +0,0 @@
-sdfsd
diff --git a/_icons/activity.txt b/_icons/activity.txt
deleted file mode 100644
index 669a57a..0000000
--- a/_icons/activity.txt
+++ /dev/null
@@ -1 +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" class="feather feather-activity"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline></svg> \ No newline at end of file
diff --git a/_icons/alert-circle.svg b/_icons/alert-circle.svg
deleted file mode 100644
index 8d02b7d..0000000
--- a/_icons/alert-circle.svg
+++ /dev/null
@@ -1 +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" class="feather feather-alert-circle"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg> \ No newline at end of file
diff --git a/_icons/arrow-left-circle.svg b/_icons/arrow-left-circle.svg
deleted file mode 100644
index 3b19ff8..0000000
--- a/_icons/arrow-left-circle.svg
+++ /dev/null
@@ -1 +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" class="feather feather-arrow-left-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line></svg> \ No newline at end of file
diff --git a/_icons/arrow-left.svg b/_icons/arrow-left.svg
new file mode 100644
index 0000000..59e7ba1
--- /dev/null
+++ b/_icons/arrow-left.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <line x1="19" y1="12" x2="5" y2="12" />
+ <polyline points="12 19 5 12 12 5" />
+</svg>
diff --git a/_icons/arrow-right.svg b/_icons/arrow-right.svg
new file mode 100644
index 0000000..59e7ba1
--- /dev/null
+++ b/_icons/arrow-right.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <line x1="19" y1="12" x2="5" y2="12" />
+ <polyline points="12 19 5 12 12 5" />
+</svg>