diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-31 11:52:20 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-31 11:52:32 +0200 |
commit | a141386e13192937d7d34d05733061f7fb2fe19b (patch) | |
tree | 0452369e9118777a9676f3e8d2a187b5c939efb6 | |
parent | 9b4c65683a70d26ef62c9908cbc11bb507d9da71 (diff) | |
download | hurrycurry-a141386e13192937d7d34d05733061f7fb2fe19b.tar hurrycurry-a141386e13192937d7d34d05733061f7fb2fe19b.tar.bz2 hurrycurry-a141386e13192937d7d34d05733061f7fb2fe19b.tar.zst |
white plus icon
-rw-r--r-- | client/menu/plus.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/menu/plus.svg b/client/menu/plus.svg new file mode 100644 index 00000000..c79169ba --- /dev/null +++ b/client/menu/plus.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"> + <rect stroke="none" fill="white" x="42.5" y="0" width="15" height="100" /> + <rect stroke="none" fill="white" x="0" y="42.5" width="100" height="15" /> +</svg>
\ No newline at end of file |