diff options
Diffstat (limited to 'src/assets/switch.svg')
| -rw-r--r-- | src/assets/switch.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assets/switch.svg b/src/assets/switch.svg new file mode 100644 index 0000000..86166cc --- /dev/null +++ b/src/assets/switch.svg @@ -0,0 +1 @@ +<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="200px" width="200px" xmlns="http://www.w3.org/2000/svg"><path d="M16 3l4 4l-4 4"></path><path d="M10 7l10 0"></path><path d="M8 13l-4 4l4 4"></path><path d="M4 17l9 0"></path></svg> |