aboutsummaryrefslogtreecommitdiff
path: root/launcher/resources/flat_white
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/flat_white
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/flat_white')
-rw-r--r--launcher/resources/flat_white/flat_white.qrc1
-rw-r--r--launcher/resources/flat_white/scalable/server.svg1
2 files changed, 2 insertions, 0 deletions
diff --git a/launcher/resources/flat_white/flat_white.qrc b/launcher/resources/flat_white/flat_white.qrc
index b0759d8f..2701462f 100644
--- a/launcher/resources/flat_white/flat_white.qrc
+++ b/launcher/resources/flat_white/flat_white.qrc
@@ -48,5 +48,6 @@
<file>scalable/rename.svg</file>
<file>scalable/tag.svg</file>
<file>scalable/launch.svg</file>
+ <file>scalable/server.svg</file>
</qresource>
</RCC>
diff --git a/launcher/resources/flat_white/scalable/server.svg b/launcher/resources/flat_white/scalable/server.svg
new file mode 100644
index 00000000..f41db1b2
--- /dev/null
+++ b/launcher/resources/flat_white/scalable/server.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#FFFFFF"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 15v4H5v-4h14m1-2H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zM7 18.5c-.82 0-1.5-.67-1.5-1.5s.68-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM19 5v4H5V5h14m1-2H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM7 8.5c-.82 0-1.5-.67-1.5-1.5S6.18 5.5 7 5.5s1.5.68 1.5 1.5S7.83 8.5 7 8.5z"/></svg> \ No newline at end of file