aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-08-05 15:41:43 +0200
committerGitHub <noreply@github.com>2024-08-05 15:41:43 +0200
commit6dc614cb3115244a9d1a889c4e92252f157aef05 (patch)
treea4413f9a276e66d7a3fa9215fdd2b521cb474f42 /apps
parentc7e0d90988feed192d9342498922e88858277c15 (diff)
parent23b5fd563c11e26db89000a9c708344553103fe6 (diff)
downloadnextcloud-server-6dc614cb3115244a9d1a889c4e92252f157aef05.tar.gz
nextcloud-server-6dc614cb3115244a9d1a889c4e92252f157aef05.zip
Merge pull request #47030 from nextcloud/chore/dashboard
chore: Replace dashboard icon with Material Symbols "View Column"
Diffstat (limited to 'apps')
-rw-r--r--apps/dashboard/img/dashboard.svg2
-rw-r--r--apps/dashboard/img/dashboard.svg.license2
-rw-r--r--apps/settings/src/constants/AppstoreCategoryIcons.ts4
3 files changed, 4 insertions, 4 deletions
diff --git a/apps/dashboard/img/dashboard.svg b/apps/dashboard/img/dashboard.svg
index b2e5fcfa7a9..f09b3e6ba3b 100644
--- a/apps/dashboard/img/dashboard.svg
+++ b/apps/dashboard/img/dashboard.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#fff"><path d="M528-624v-192h288v192H528ZM144-432v-384h288v384H144Zm384 288v-384h288v384H528Zm-384 0v-192h288v192H144Z"/></svg> \ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#fff"><path d="M216-240q-33 0-52.5-19.5T144-312v-336q0-33 19.5-52.5T216-720h48q33 0 52.5 19.5T336-648v336q0 33-19.5 52.5T264-240h-48Zm240 0q-33 0-52.5-19.5T384-312v-336q0-33 19.5-52.5T456-720h48q33 0 52.5 19.5T576-648v336q0 33-19.5 52.5T504-240h-48Zm240 0q-33 0-52.5-19.5T624-312v-336q0-33 19.5-52.5T696-720h48q33 0 52.5 19.5T816-648v336q0 33-19.5 52.5T744-240h-48Z"/></svg> \ No newline at end of file
diff --git a/apps/dashboard/img/dashboard.svg.license b/apps/dashboard/img/dashboard.svg.license
index 398f6603848..7f927f9711c 100644
--- a/apps/dashboard/img/dashboard.svg.license
+++ b/apps/dashboard/img/dashboard.svg.license
@@ -1,4 +1,4 @@
SPDX-FileCopyrightText: 2018-2024 Google LLC
SPDX-License-Identifier: Apache-2.0
-Source: Material Symbols icon "dashboard"
+Source: Material Symbols icon "View Column"
diff --git a/apps/settings/src/constants/AppstoreCategoryIcons.ts b/apps/settings/src/constants/AppstoreCategoryIcons.ts
index 4e39796fd23..7e7e00df9b0 100644
--- a/apps/settings/src/constants/AppstoreCategoryIcons.ts
+++ b/apps/settings/src/constants/AppstoreCategoryIcons.ts
@@ -25,7 +25,7 @@ import {
mdiStarCircleOutline,
mdiStarShooting,
mdiTools,
- mdiViewDashboard,
+ mdiViewColumn,
} from '@mdi/js'
/**
@@ -45,7 +45,7 @@ export default Object.freeze({
// generic categories
auth: mdiKey,
customization: mdiCog,
- dashboard: mdiViewDashboard,
+ dashboard: mdiViewColumn,
files: mdiFolder,
games: mdiControllerClassic,
integration: mdiOpenInApp,