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/pe_blue | |
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/pe_blue')
-rw-r--r-- | launcher/resources/pe_blue/pe_blue.qrc | 1 | ||||
-rw-r--r-- | launcher/resources/pe_blue/scalable/shortcut.svg | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/launcher/resources/pe_blue/pe_blue.qrc b/launcher/resources/pe_blue/pe_blue.qrc index 3121ffe6..639675f0 100644 --- a/launcher/resources/pe_blue/pe_blue.qrc +++ b/launcher/resources/pe_blue/pe_blue.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/pe_blue/scalable/shortcut.svg b/launcher/resources/pe_blue/scalable/shortcut.svg new file mode 100644 index 00000000..45b73496 --- /dev/null +++ b/launcher/resources/pe_blue/scalable/shortcut.svg @@ -0,0 +1,41 @@ +<?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 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> +<path fill-rule="evenodd" clip-rule="evenodd" fill="#3366CC" d="M6,32h20c3.3,0,6-2.7,6-6V6c0-3.3-2.7-6-6-6h-9.1 + C17.6,1.2,18,2.6,18,4h8c1.1,0,2,0.9,2,2v20c0,1.1-0.9,2-2,2H6c-1.1,0-2-0.9-2-2v-4.5l-4-3V26C0,29.3,2.7,32,6,32z"/> +<path fill-rule="evenodd" clip-rule="evenodd" fill="#39B54A" d="M8.8,17.6C9.2,17.9,9.6,18,10,18c0.3,0,0.6-0.1,0.9-0.2 + c0.7-0.3,1.1-1,1.1-1.8v-1.9V14c6.3,0,11.7,4.2,13.4,10c0.4-1.3,0.6-2.6,0.6-4c0-7.7-6.3-14-14-14V4c0-0.8-0.4-1.5-1.1-1.8 + C10.6,2.1,10.3,2,10,2C9.6,2,9.2,2.1,8.8,2.4l-8,6C0.3,8.8,0,9.4,0,10c0,0.6,0.3,1.2,0.8,1.6L8.8,17.6z"/> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +</svg> |