summaryrefslogtreecommitdiff
path: root/src/icons
diff options
context:
space:
mode:
Diffstat (limited to 'src/icons')
-rw-r--r--src/icons/minus.svg3
-rw-r--r--src/icons/plus.svg4
2 files changed, 7 insertions, 0 deletions
diff --git a/src/icons/minus.svg b/src/icons/minus.svg
new file mode 100644
index 00000000..12a10199
--- /dev/null
+++ b/src/icons/minus.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus">
+ <line x1="5" y1="12" x2="19" y2="12"></line>
+</svg> \ No newline at end of file
diff --git a/src/icons/plus.svg b/src/icons/plus.svg
new file mode 100644
index 00000000..2923c684
--- /dev/null
+++ b/src/icons/plus.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus">
+ <line x1="12" y1="5" x2="12" y2="19"></line>
+ <line x1="5" y1="12" x2="19" y2="12"></line>
+</svg> \ No newline at end of file