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/flat | |
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/flat')
-rw-r--r-- | launcher/resources/flat/flat.qrc | 1 | ||||
-rw-r--r-- | launcher/resources/flat/scalable/launch.svg | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/launcher/resources/flat/flat.qrc b/launcher/resources/flat/flat.qrc index 7f59da7b..508e0a9f 100644 --- a/launcher/resources/flat/flat.qrc +++ b/launcher/resources/flat/flat.qrc @@ -46,5 +46,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/flat/scalable/launch.svg b/launcher/resources/flat/scalable/launch.svg new file mode 100644 index 00000000..b462f2e4 --- /dev/null +++ b/launcher/resources/flat/scalable/launch.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + fill="#757575" + height="48" + width="48" + version="1.1" + id="svg24108" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs24112" /> + <path + d="M 11.674384,43.35533 V 4.3446706 L 42.325617,23.850001 Z" + id="path24106" + style="stroke-width:1" /> +</svg> |