aboutsummaryrefslogtreecommitdiff
path: root/launcher/resources/breeze_dark
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-12-04 12:45:36 +0100
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-12-04 12:45:39 +0100
commit70620d51374d677bd6cafc21b470446696c9e0a0 (patch)
tree4e04f7f14bbbd0c9e437cf3f595bfb39a7245949 /launcher/resources/breeze_dark
parent79d5beff8d45d9a66cfa91393167fc79d3a155a9 (diff)
downloadPrismLauncher-70620d51374d677bd6cafc21b470446696c9e0a0.tar.gz
PrismLauncher-70620d51374d677bd6cafc21b470446696c9e0a0.tar.bz2
PrismLauncher-70620d51374d677bd6cafc21b470446696c9e0a0.zip
feat: add a proper server icon
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to 'launcher/resources/breeze_dark')
-rw-r--r--launcher/resources/breeze_dark/breeze_dark.qrc1
-rw-r--r--launcher/resources/breeze_dark/scalable/server.svg13
2 files changed, 14 insertions, 0 deletions
diff --git a/launcher/resources/breeze_dark/breeze_dark.qrc b/launcher/resources/breeze_dark/breeze_dark.qrc
index 97434abc..79707828 100644
--- a/launcher/resources/breeze_dark/breeze_dark.qrc
+++ b/launcher/resources/breeze_dark/breeze_dark.qrc
@@ -40,5 +40,6 @@
<file>scalable/export.svg</file>
<file>scalable/rename.svg</file>
<file>scalable/launch.svg</file>
+ <file>scalable/server.svg</file>
</qresource>
</RCC>
diff --git a/launcher/resources/breeze_dark/scalable/server.svg b/launcher/resources/breeze_dark/scalable/server.svg
new file mode 100644
index 00000000..7d9af3e7
--- /dev/null
+++ b/launcher/resources/breeze_dark/scalable/server.svg
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
+ <defs id="defs3051">
+ <style type="text/css" id="current-color-scheme">
+ .ColorScheme-Text {
+ color:#eff0f1;
+ }
+ </style>
+ </defs>
+ <path
+ style="fill:currentColor"
+ d="m 2,2 0,3 0,1 0,1 0,3 0,1 0,3 12,0 0,-3 0,-1 0,-3 0,-1 0,-1 0,-3 z m 9,1 2,0 0,1 -2,0 z M 3,6 13,6 13,7 3,7 Z m 8,2 2,0 0,1 -2,0 z m -8,2 10,0 0,1 -10,0 z m 8,2 2,0 0,1 -2,0 z"
+ class="ColorScheme-Text"/>
+</svg>