diff options
author | jan Iversen <jani@libreoffice.org> | 2018-06-04 20:02:33 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-08 17:04:43 +0200 |
commit | 92b505be724010f53c355faa7c543e059bda9987 (patch) | |
tree | 0febf8d0821b81769969bcb649909982abb2b00b /mobile-widgets/qml/icons/ic_cloud_upload.svg | |
parent | 1c9bd08d555704d522a9c7879d465892c640e097 (diff) | |
download | subsurface-92b505be724010f53c355faa7c543e059bda9987.tar.gz |
mobile: remove unneeded alias from mobile-resources
remove alias where alias == file
rename *24px* icons and remove alias
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'mobile-widgets/qml/icons/ic_cloud_upload.svg')
-rw-r--r-- | mobile-widgets/qml/icons/ic_cloud_upload.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/icons/ic_cloud_upload.svg b/mobile-widgets/qml/icons/ic_cloud_upload.svg new file mode 100644 index 000000000..f093479f9 --- /dev/null +++ b/mobile-widgets/qml/icons/ic_cloud_upload.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0z" fill="none"/> + <path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"/> +</svg> |