diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-04-23 20:55:28 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-04-23 20:55:28 +0200 |
commit | 6a03615413ef90e378df80fa1e3bc4ef031d5ea6 (patch) | |
tree | c577c21e1c3cda9f7c50a9545c7a57720de762b9 /resources/icons | |
parent | Translated using Weblate (Ukrainian) (diff) | |
download | nheko-6a03615413ef90e378df80fa1e3bc4ef031d5ea6.tar.xz |
Copy image to clipboard
Fixes #599
Diffstat (limited to 'resources/icons')
-rw-r--r-- | resources/icons/ui/copy.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/icons/ui/copy.svg b/resources/icons/ui/copy.svg new file mode 100644 index 00000000..ae358603 --- /dev/null +++ b/resources/icons/ui/copy.svg @@ -0,0 +1 @@ +<svg width="24" height="24" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.503 4.627 5.5 6.75v10.504a3.25 3.25 0 0 0 3.25 3.25h8.616a2.251 2.251 0 0 1-2.122 1.5H8.75A4.75 4.75 0 0 1 4 17.254V6.75c0-.98.627-1.815 1.503-2.123ZM17.75 2A2.25 2.25 0 0 1 20 4.25v13a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-13A2.25 2.25 0 0 1 8.75 2h9Zm0 1.5h-9a.75.75 0 0 0-.75.75v13c0 .414.336.75.75.75h9a.75.75 0 0 0 .75-.75v-13a.75.75 0 0 0-.75-.75Z" fill="#212121"/></svg> \ No newline at end of file |