diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-08-05 12:24:44 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-08-05 14:29:46 +0200 |
commit | 62b85b96e4b79b4507bb0e4edecd8b011d19b6cb (patch) | |
tree | 45ee0f706e45a21e6d3fec093559889005209efb /core/img | |
parent | c7e0d90988feed192d9342498922e88858277c15 (diff) | |
download | nextcloud-server-62b85b96e4b79b4507bb0e4edecd8b011d19b6cb.tar.gz nextcloud-server-62b85b96e4b79b4507bb0e4edecd8b011d19b6cb.zip |
chore: Replace dashboard icon with Material Symbols "View Column"
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/categories/dashboard.svg | 2 | ||||
-rw-r--r-- | core/img/categories/dashboard.svg.license | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/img/categories/dashboard.svg b/core/img/categories/dashboard.svg index c2ce666d489..494482e5087 100644 --- a/core/img/categories/dashboard.svg +++ b/core/img/categories/dashboard.svg @@ -1 +1 @@ -<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 +<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#000"><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/core/img/categories/dashboard.svg.license b/core/img/categories/dashboard.svg.license index 398f6603848..7f927f9711c 100644 --- a/core/img/categories/dashboard.svg.license +++ b/core/img/categories/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" |