diff options
Diffstat (limited to 'todo-widget')
-rw-r--r-- | todo-widget/chevron-down.svg | 1 | ||||
-rw-r--r-- | todo-widget/chevron-up.svg | 1 | ||||
-rw-r--r-- | todo-widget/down.png | bin | 384 -> 0 bytes | |||
-rw-r--r-- | todo-widget/up.png | bin | 363 -> 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 Binary files differdeleted file mode 100644 index a93d2a7..0000000 --- a/todo-widget/down.png +++ /dev/null diff --git a/todo-widget/up.png b/todo-widget/up.png Binary files differdeleted file mode 100644 index 0579121..0000000 --- a/todo-widget/up.png +++ /dev/null |