diff options
author | Santiago Cézar <48573316+santiagocezar@users.noreply.github.com> | 2022-11-27 16:28:42 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 16:28:42 -0300 |
commit | e6244c937a8c7cbed633b9ec065be5217b178a41 (patch) | |
tree | e482f81853a674e8da983fd291b4b22fb9f16d0e /launcher/resources/flat/scalable | |
parent | 3cbf8d4993b8c336feb65e6371b777ab0d7865ec (diff) | |
parent | cc92e1b0b6293a5c198b34554e68440a82e6074c (diff) | |
download | PrismLauncher-e6244c937a8c7cbed633b9ec065be5217b178a41.tar.gz PrismLauncher-e6244c937a8c7cbed633b9ec065be5217b178a41.tar.bz2 PrismLauncher-e6244c937a8c7cbed633b9ec065be5217b178a41.zip |
Merge branch 'develop' into new-icons
Signed-off-by: Santiago Cézar <48573316+santiagocezar@users.noreply.github.com>
Diffstat (limited to 'launcher/resources/flat/scalable')
-rw-r--r-- | launcher/resources/flat/scalable/shortcut.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/resources/flat/scalable/shortcut.svg b/launcher/resources/flat/scalable/shortcut.svg new file mode 100644 index 00000000..83878d19 --- /dev/null +++ b/launcher/resources/flat/scalable/shortcut.svg @@ -0,0 +1,3 @@ +<svg fill="#757575" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> + <path d="M5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.587 1.413Q19.825 21 19 21Zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4Z"/> +</svg> |