diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-25 13:11:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 13:11:00 +0100 |
commit | fd8b4c536807c2fd40cd9ca3e694b602684a94a6 (patch) | |
tree | d9022b46736eec47a5fc88507310d4d337202314 /launcher/resources/OSX | |
parent | 5872c34315714a6749a390c85be85a162d229b38 (diff) | |
parent | ba46ff6692beb49c32260a962894c53996c32ccf (diff) | |
download | PrismLauncher-fd8b4c536807c2fd40cd9ca3e694b602684a94a6.tar.gz PrismLauncher-fd8b4c536807c2fd40cd9ca3e694b602684a94a6.tar.bz2 PrismLauncher-fd8b4c536807c2fd40cd9ca3e694b602684a94a6.zip |
Merge pull request #227 from Leo40Git/feature/instance-shortcuts
Closes https://github.com/PrismLauncher/PrismLauncher/issues/210
Diffstat (limited to 'launcher/resources/OSX')
-rw-r--r-- | launcher/resources/OSX/OSX.qrc | 1 | ||||
-rw-r--r-- | launcher/resources/OSX/scalable/shortcut.svg | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/launcher/resources/OSX/OSX.qrc b/launcher/resources/OSX/OSX.qrc index 19fe312b..9d4511d1 100644 --- a/launcher/resources/OSX/OSX.qrc +++ b/launcher/resources/OSX/OSX.qrc @@ -39,5 +39,6 @@ <file>scalable/export.svg</file> <file>scalable/rename.svg</file> <file>scalable/launch.svg</file> + <file>scalable/shortcut.svg</file> </qresource> </RCC> diff --git a/launcher/resources/OSX/scalable/shortcut.svg b/launcher/resources/OSX/scalable/shortcut.svg new file mode 100644 index 00000000..a2b7488e --- /dev/null +++ b/launcher/resources/OSX/scalable/shortcut.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"> +<rect fill="none" width="24" height="24"/> +<g id="_x35__1_"> + <g> + <path fill="#585858" d="M9.5,9.5C9.8,9.5,10,9.2,10,9l0-2.4l7.6,7.3c0.2,0.2,0.5,0.2,0.7,0c0.2-0.2,0.2-0.5,0-0.7L10.8,6L13,6 + c0.3,0,0.5-0.2,0.5-0.5S13.3,5,13,5H9.5C9.2,5,9,5.2,9,5.5V9C9,9.2,9.2,9.5,9.5,9.5z M21,5h-5.5v1H21c0.5,0,1,0.5,1,1l0,10 + c0,0.5-0.4,1-1,1l-10,0c-0.5,0-1-0.5-1-1v-5.5H9V17c0,1.1,1.1,2,2.2,2H21c1.1,0,2-0.9,2-2V7.2C23,6.1,22.1,5,21,5z"/> + </g> +</g> +</svg> |