diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-02 20:46:01 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-02 20:46:04 +0100 |
commit | b9a17f59997ced5be50c9316406cbc5791265099 (patch) | |
tree | 21296860dc21b3d418adf37b6c720db71e5dee68 /launcher/resources/flat_white | |
parent | 66f9fed2f2fccfb00ee3086637a667eca60213aa (diff) | |
parent | ab23f542c648f09e989b2fa650031e169567a3d6 (diff) | |
download | PrismLauncher-b9a17f59997ced5be50c9316406cbc5791265099.tar.gz PrismLauncher-b9a17f59997ced5be50c9316406cbc5791265099.tar.bz2 PrismLauncher-b9a17f59997ced5be50c9316406cbc5791265099.zip |
Merge branch 'upstream/develop' into develop
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/resources/flat_white')
-rw-r--r-- | launcher/resources/flat_white/flat_white.qrc | 1 | ||||
-rw-r--r-- | launcher/resources/flat_white/scalable/shortcut.svg | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/launcher/resources/flat_white/flat_white.qrc b/launcher/resources/flat_white/flat_white.qrc index e11d6316..b0759d8f 100644 --- a/launcher/resources/flat_white/flat_white.qrc +++ b/launcher/resources/flat_white/flat_white.qrc @@ -35,6 +35,7 @@ <file>scalable/screenshot-placeholder.svg</file> <file>scalable/screenshots.svg</file> <file>scalable/settings.svg</file> + <file>scalable/shortcut.svg</file> <file>scalable/star.svg</file> <file>scalable/status-bad.svg</file> <file>scalable/status-good.svg</file> diff --git a/launcher/resources/flat_white/scalable/shortcut.svg b/launcher/resources/flat_white/scalable/shortcut.svg new file mode 100644 index 00000000..b419a77d --- /dev/null +++ b/launcher/resources/flat_white/scalable/shortcut.svg @@ -0,0 +1,3 @@ +<svg fill="#D8DEE9" 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> |