diff options
author | leo78913 <leo3758@riseup.net> | 2022-10-23 11:34:49 -0300 |
---|---|---|
committer | leo78913 <leo3758@riseup.net> | 2022-10-23 20:04:19 -0300 |
commit | 43bf601f120c9b1eac1c73feb31c67df54955b6d (patch) | |
tree | efd5687bd0788ebdff074e0b528aa6aa38b7b662 /launcher/resources/pe_blue | |
parent | 29e6e170cc73c39d816a4b5e857849aa6329b552 (diff) | |
download | PrismLauncher-43bf601f120c9b1eac1c73feb31c67df54955b6d.tar.gz PrismLauncher-43bf601f120c9b1eac1c73feb31c67df54955b6d.tar.bz2 PrismLauncher-43bf601f120c9b1eac1c73feb31c67df54955b6d.zip |
add icons to the instance toolbar
Signed-off-by: leo78913 <leo3758@riseup.net>
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/launch.svg | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/launcher/resources/pe_blue/pe_blue.qrc b/launcher/resources/pe_blue/pe_blue.qrc index 3d385713..3121ffe6 100644 --- a/launcher/resources/pe_blue/pe_blue.qrc +++ b/launcher/resources/pe_blue/pe_blue.qrc @@ -38,5 +38,6 @@ <file>scalable/tag.svg</file> <file>scalable/export.svg</file> <file>scalable/rename.svg</file> + <file>scalable/launch.svg</file> </qresource> </RCC> diff --git a/launcher/resources/pe_blue/scalable/launch.svg b/launcher/resources/pe_blue/scalable/launch.svg new file mode 100644 index 00000000..b3bd124f --- /dev/null +++ b/launcher/resources/pe_blue/scalable/launch.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + version="1.1" + id="Calque_1" + x="0px" + y="0px" + viewBox="0 0 32 32" + enable-background="new 0 0 32 32" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"><defs + id="defs45" /> + +<path + style="color:#000000;fill:#3366cc;fill-opacity:1;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill;stroke:#3366cc;stroke-opacity:1" + d="M 25.454197,16.881861 9.7664963,25.956555 A 1.4501236,1.4501236 0 0 1 7.5902672,24.701314 V 6.544692 A 1.4501239,1.4501239 0 0 1 9.7664965,5.2894509 L 25.454196,14.364142 a 1.4543042,1.4543042 0 0 1 1e-6,2.517719 z" + id="path11891" /><path + style="color:#000000;fill:#daeeff;fill-opacity:1;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill" + d="M 25.454197,16.881861 9.7664962,25.956555 A 1.4501236,1.4501236 0 0 1 7.5902671,24.701314 V 6.544692 A 1.4501239,1.4501239 0 0 1 9.7664964,5.289451 l 15.6876996,9.074691 a 1.4543042,1.4543042 0 0 1 1e-6,2.517719 z" + id="path11897" /></svg> |