diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-01 12:12:12 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-01 23:41:29 +0200 |
commit | 2249d7ddf5a3cd7322d0886f615301c4b49bfe62 (patch) | |
tree | 385ca55a1237143f7f1127a9b3ab3d5297ab160c /core | |
parent | 92acbb0d39728b9bfc7530957611ff19aec31d84 (diff) | |
download | nextcloud-server-2249d7ddf5a3cd7322d0886f615301c4b49bfe62.tar.gz nextcloud-server-2249d7ddf5a3cd7322d0886f615301c4b49bfe62.zip |
chore: Replace dashboard icon with Material Symbols
Currently we use a circle as the dashboard icon,
1. This confuses with the circles app
2. Does not really gives information what this app does
3. Is not consistent with our app stores
So make it consistent and use the "dashboard" Material Symbol everywhere.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/img/categories/dashboard.svg | 2 | ||||
-rw-r--r-- | core/img/categories/dashboard.svg.license | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/core/img/categories/dashboard.svg b/core/img/categories/dashboard.svg index 6205d5636bb..c2ce666d489 100644 --- a/core/img/categories/dashboard.svg +++ b/core/img/categories/dashboard.svg @@ -1 +1 @@ -<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m7.9062 1a7 7 0 0 0-6.9062 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7 7 7 0 0 0-0.09375 0zm0.09375 2.6992a4.3 4.3 0 0 1 4.3008 4.3008 4.3 4.3 0 0 1-4.3008 4.3008 4.3 4.3 0 0 1-4.3008-4.3008 4.3 4.3 0 0 1 4.3008-4.3008z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#000"><path d="M528-624v-192h288v192H528ZM144-432v-384h288v384H144Zm384 288v-384h288v384H528Zm-384 0v-192h288v192H144Z"/></svg>
\ No newline at end of file diff --git a/core/img/categories/dashboard.svg.license b/core/img/categories/dashboard.svg.license new file mode 100644 index 00000000000..398f6603848 --- /dev/null +++ b/core/img/categories/dashboard.svg.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2018-2024 Google LLC +SPDX-License-Identifier: Apache-2.0 + +Source: Material Symbols icon "dashboard" |