diff options
author | Hygna <hygna@proton.me> | 2022-10-28 13:34:26 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-28 13:34:26 +0100 |
commit | 70301fc8b5a3b166796ddd4b2ebfac6ba8ff6168 (patch) | |
tree | cb396d1ebf165184f5fe498e7fb8a246abe06f04 /src/assets | |
parent | Switched bullseye image (diff) | |
download | libredirect-70301fc8b5a3b166796ddd4b2ebfac6ba8ff6168.zip |
Added PrivateBin
https://github.com/libredirect/libredirect/issues/374
Diffstat (limited to 'src/assets')
-rw-r--r-- | src/assets/images/textStorage-icon.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/assets/images/textStorage-icon.svg b/src/assets/images/textStorage-icon.svg new file mode 100644 index 00000000..6eccd96b --- /dev/null +++ b/src/assets/images/textStorage-icon.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> + <path d="M19 2h-4.18C14.4.84 13.3 0 12 0c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm7 18H5V4h2v3h10V4h2v16z"></path> +</svg> |