summaryrefslogtreecommitdiff
path: root/todo-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2021-01-07 11:35:53 -0500
committerstreetturtle <streetturtle@gmail.com>2021-01-07 11:36:02 -0500
commite648cf4936355708314672e8ddab8c1df25644b5 (patch)
treecb56de0ac65f223ab58f419c5c27008b4ebbb3c5 /todo-widget
parent043c2b94667fa2edf73e810cc31678960eac4c20 (diff)
[todo] add missing icons for moving items in the list
Diffstat (limited to 'todo-widget')
-rw-r--r--todo-widget/chevron-down.svg1
-rw-r--r--todo-widget/chevron-up.svg1
-rw-r--r--todo-widget/down.pngbin384 -> 0 bytes
-rw-r--r--todo-widget/up.pngbin363 -> 0 bytes
4 files changed, 2 insertions, 0 deletions
diff --git a/todo-widget/chevron-down.svg b/todo-widget/chevron-down.svg
new file mode 100644
index 0000000..dceeb0f
--- /dev/null
+++ b/todo-widget/chevron-down.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#ECEFF4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg> \ No newline at end of file
diff --git a/todo-widget/chevron-up.svg b/todo-widget/chevron-up.svg
new file mode 100644
index 0000000..88474ce
--- /dev/null
+++ b/todo-widget/chevron-up.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#ECEFF4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up"><polyline points="18 15 12 9 6 15"></polyline></svg> \ No newline at end of file
diff --git a/todo-widget/down.png b/todo-widget/down.png
deleted file mode 100644
index a93d2a7..0000000
--- a/todo-widget/down.png
+++ /dev/null
Binary files differ
diff --git a/todo-widget/up.png b/todo-widget/up.png
deleted file mode 100644
index 0579121..0000000
--- a/todo-widget/up.png
+++ /dev/null
Binary files differ