From 958f18c37be7aa2811e5f90264095909cd50fd75 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 22 Jan 2024 16:37:03 +0100 Subject: [PATCH] fix: Use viewBox instead of viewbox in SVGs Signed-off-by: provokateurin --- apps/dav/img/calendar.svg | 2 +- apps/files/img/add-color.svg | 2 +- apps/files/src/components/FileEntry/FavoriteIcon.vue | 2 +- apps/settings/img/admin.svg | 2 +- apps/settings/img/apps.svg | 2 +- apps/settings/img/personal.svg | 2 +- apps/settings/img/toggle-filelist.svg | 2 +- apps/updatenotification/img/notification.svg | 2 +- apps/workflowengine/img/app-dark.svg | 2 +- apps/workflowengine/img/app.svg | 2 +- apps/workflowengine/img/workflow-off.svg | 2 +- core/img/actions/add.svg | 2 +- core/img/actions/arrow-left.svg | 2 +- core/img/actions/arrow-right.svg | 2 +- core/img/actions/caret-white.svg | 2 +- core/img/actions/caret.svg | 2 +- core/img/actions/checkbox-mark-dark.svg | 2 +- core/img/actions/checkbox-mark-white.svg | 2 +- core/img/actions/checkbox-mark.svg | 2 +- core/img/actions/checkbox-mixed-dark.svg | 2 +- core/img/actions/checkbox-mixed-white.svg | 2 +- core/img/actions/checkbox-mixed.svg | 2 +- core/img/actions/clippy.svg | 2 +- core/img/actions/close.svg | 2 +- core/img/actions/confirm-fade.svg | 2 +- core/img/actions/confirm-white.svg | 2 +- core/img/actions/confirm.svg | 2 +- core/img/actions/delete.svg | 2 +- core/img/actions/details.svg | 2 +- core/img/actions/disabled-user.svg | 2 +- core/img/actions/disabled-users.svg | 2 +- core/img/actions/download.svg | 2 +- core/img/actions/error-white.svg | 2 +- core/img/actions/error.svg | 2 +- core/img/actions/external.svg | 2 +- core/img/actions/filter.svg | 2 +- core/img/actions/fullscreen.svg | 2 +- core/img/actions/group.svg | 2 +- core/img/actions/info-white.svg | 2 +- core/img/actions/info.svg | 2 +- core/img/actions/logout.svg | 2 +- core/img/actions/menu-sidebar.svg | 2 +- core/img/actions/menu.svg | 2 +- core/img/actions/more-white.svg | 2 +- core/img/actions/more.svg | 2 +- core/img/actions/recent.svg | 2 +- core/img/actions/sound-off.svg | 2 +- core/img/actions/sound.svg | 2 +- core/img/actions/tag.svg | 2 +- core/img/actions/toggle-background.svg | 2 +- core/img/actions/toggle-filelist.svg | 2 +- core/img/actions/toggle-pictures.svg | 2 +- core/img/actions/toggle.svg | 2 +- core/img/actions/triangle-e.svg | 2 +- core/img/actions/triangle-n.svg | 2 +- core/img/actions/triangle-s.svg | 2 +- core/img/actions/upload.svg | 2 +- core/img/actions/user.svg | 2 +- core/img/actions/verified.svg | 2 +- core/img/actions/verify.svg | 2 +- core/img/actions/verifying.svg | 2 +- core/img/actions/video-off.svg | 2 +- core/img/actions/video-switch.svg | 2 +- core/img/actions/video.svg | 2 +- core/img/actions/view-close.svg | 2 +- core/img/actions/view-download.svg | 2 +- core/img/actions/view-next.svg | 2 +- core/img/actions/view-pause.svg | 2 +- core/img/actions/view-play.svg | 2 +- core/img/actions/view-previous.svg | 2 +- core/img/caldav/attendees.svg | 2 +- core/img/caldav/link.svg | 2 +- core/img/caldav/organizer.svg | 2 +- core/img/caldav/time.svg | 2 +- core/img/categories/dashboard.svg | 2 +- core/img/categories/multimedia.svg | 2 +- core/img/categories/organization.svg | 2 +- core/img/categories/social.svg | 2 +- core/img/categories/workflow.svg | 2 +- core/img/filetypes/audio.svg | 2 +- core/img/filetypes/folder-encrypted.svg | 2 +- core/img/filetypes/image.svg | 2 +- core/img/filetypes/link.svg | 2 +- core/img/filetypes/mindmap.svg | 2 +- core/img/filetypes/text-calendar.svg | 2 +- core/img/filetypes/text-vcard.svg | 2 +- core/img/filetypes/x-office-drawing.svg | 2 +- core/img/places/calendar.svg | 2 +- core/img/places/contacts.svg | 2 +- core/img/places/link.svg | 2 +- core/img/places/music.svg | 2 +- core/img/places/picture.svg | 2 +- tests/data/svg/settings-admin-red.svg | 2 +- 93 files changed, 93 insertions(+), 93 deletions(-) diff --git a/apps/dav/img/calendar.svg b/apps/dav/img/calendar.svg index 252efb5d681..abdf4edd5de 100644 --- a/apps/dav/img/calendar.svg +++ b/apps/dav/img/calendar.svg @@ -1 +1 @@ - + diff --git a/apps/files/img/add-color.svg b/apps/files/img/add-color.svg index 3cd2c61726b..246e40d978d 100644 --- a/apps/files/img/add-color.svg +++ b/apps/files/img/add-color.svg @@ -1 +1 @@ - + diff --git a/apps/files/src/components/FileEntry/FavoriteIcon.vue b/apps/files/src/components/FileEntry/FavoriteIcon.vue index 2d3373d7b42..40eff17fe9b 100644 --- a/apps/files/src/components/FileEntry/FavoriteIcon.vue +++ b/apps/files/src/components/FileEntry/FavoriteIcon.vue @@ -53,7 +53,7 @@ export default defineComponent({ }, async mounted() { await this.$nextTick() - // MDI default viewbox is "0 0 24 24" but we add a stroke of 10px so we must adjust it + // MDI default viewBox is "0 0 24 24" but we add a stroke of 10px so we must adjust it const el = this.$el.querySelector('svg') el?.setAttribute?.('viewBox', '-4 -4 30 30') }, diff --git a/apps/settings/img/admin.svg b/apps/settings/img/admin.svg index 806b7772ed0..0a8e256613e 100644 --- a/apps/settings/img/admin.svg +++ b/apps/settings/img/admin.svg @@ -1 +1 @@ - + diff --git a/apps/settings/img/apps.svg b/apps/settings/img/apps.svg index 8c3c8048097..1e1c1fa6cb1 100644 --- a/apps/settings/img/apps.svg +++ b/apps/settings/img/apps.svg @@ -1 +1 @@ - + diff --git a/apps/settings/img/personal.svg b/apps/settings/img/personal.svg index 5183bd4bae7..384366d9447 100644 --- a/apps/settings/img/personal.svg +++ b/apps/settings/img/personal.svg @@ -1 +1 @@ - + diff --git a/apps/settings/img/toggle-filelist.svg b/apps/settings/img/toggle-filelist.svg index 2d6ddceddd8..ee2e939ebff 100644 --- a/apps/settings/img/toggle-filelist.svg +++ b/apps/settings/img/toggle-filelist.svg @@ -1 +1 @@ - + diff --git a/apps/updatenotification/img/notification.svg b/apps/updatenotification/img/notification.svg index 5443f120ecc..0bbbbd47dc6 100644 --- a/apps/updatenotification/img/notification.svg +++ b/apps/updatenotification/img/notification.svg @@ -1 +1 @@ - + diff --git a/apps/workflowengine/img/app-dark.svg b/apps/workflowengine/img/app-dark.svg index 65499f393ac..148495ade91 100644 --- a/apps/workflowengine/img/app-dark.svg +++ b/apps/workflowengine/img/app-dark.svg @@ -1 +1 @@ - + diff --git a/apps/workflowengine/img/app.svg b/apps/workflowengine/img/app.svg index e17ee96c92d..8d98fac4b69 100644 --- a/apps/workflowengine/img/app.svg +++ b/apps/workflowengine/img/app.svg @@ -1 +1 @@ - + diff --git a/apps/workflowengine/img/workflow-off.svg b/apps/workflowengine/img/workflow-off.svg index 49b417cdd11..d6018ca17f6 100644 --- a/apps/workflowengine/img/workflow-off.svg +++ b/apps/workflowengine/img/workflow-off.svg @@ -1,4 +1,4 @@ - + diff --git a/core/img/actions/add.svg b/core/img/actions/add.svg index 8c3c8048097..1e1c1fa6cb1 100644 --- a/core/img/actions/add.svg +++ b/core/img/actions/add.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/arrow-left.svg b/core/img/actions/arrow-left.svg index 1841ed658c1..140f6d64a45 100644 --- a/core/img/actions/arrow-left.svg +++ b/core/img/actions/arrow-left.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/arrow-right.svg b/core/img/actions/arrow-right.svg index 760ce764682..3358b0cf97e 100644 --- a/core/img/actions/arrow-right.svg +++ b/core/img/actions/arrow-right.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/caret-white.svg b/core/img/actions/caret-white.svg index 3b0af2ca8be..5c018f89d40 100644 --- a/core/img/actions/caret-white.svg +++ b/core/img/actions/caret-white.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/caret.svg b/core/img/actions/caret.svg index 146e797db09..b78df994ca0 100644 --- a/core/img/actions/caret.svg +++ b/core/img/actions/caret.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/checkbox-mark-dark.svg b/core/img/actions/checkbox-mark-dark.svg index d16d0b343a7..cf265308c60 100644 --- a/core/img/actions/checkbox-mark-dark.svg +++ b/core/img/actions/checkbox-mark-dark.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/checkbox-mark-white.svg b/core/img/actions/checkbox-mark-white.svg index 9d426f13dab..c3a942e9c02 100644 --- a/core/img/actions/checkbox-mark-white.svg +++ b/core/img/actions/checkbox-mark-white.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/checkbox-mark.svg b/core/img/actions/checkbox-mark.svg index 1bd5c524b30..6dbdd29235b 100644 --- a/core/img/actions/checkbox-mark.svg +++ b/core/img/actions/checkbox-mark.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/checkbox-mixed-dark.svg b/core/img/actions/checkbox-mixed-dark.svg index 99ba27c271b..4a3e7157bf0 100644 --- a/core/img/actions/checkbox-mixed-dark.svg +++ b/core/img/actions/checkbox-mixed-dark.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/checkbox-mixed-white.svg b/core/img/actions/checkbox-mixed-white.svg index 02a696b3122..93ba72f4548 100644 --- a/core/img/actions/checkbox-mixed-white.svg +++ b/core/img/actions/checkbox-mixed-white.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/checkbox-mixed.svg b/core/img/actions/checkbox-mixed.svg index 79657c65b74..3bf41d2e0d9 100644 --- a/core/img/actions/checkbox-mixed.svg +++ b/core/img/actions/checkbox-mixed.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/clippy.svg b/core/img/actions/clippy.svg index 4214e123c82..59caec9e4b4 100644 --- a/core/img/actions/clippy.svg +++ b/core/img/actions/clippy.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/close.svg b/core/img/actions/close.svg index d0fc4f2fdd8..8356d52932b 100644 --- a/core/img/actions/close.svg +++ b/core/img/actions/close.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/confirm-fade.svg b/core/img/actions/confirm-fade.svg index 3dbc8fb4ff2..67e550e0716 100644 --- a/core/img/actions/confirm-fade.svg +++ b/core/img/actions/confirm-fade.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/confirm-white.svg b/core/img/actions/confirm-white.svg index 29595615ff9..ea679a918d9 100644 --- a/core/img/actions/confirm-white.svg +++ b/core/img/actions/confirm-white.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/confirm.svg b/core/img/actions/confirm.svg index ae34ec4ea12..18a2ecf1606 100644 --- a/core/img/actions/confirm.svg +++ b/core/img/actions/confirm.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/delete.svg b/core/img/actions/delete.svg index 5f40f94eaee..6c3e19e7e56 100644 --- a/core/img/actions/delete.svg +++ b/core/img/actions/delete.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/details.svg b/core/img/actions/details.svg index c5b875557c5..ef02cad1b2b 100644 --- a/core/img/actions/details.svg +++ b/core/img/actions/details.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/disabled-user.svg b/core/img/actions/disabled-user.svg index f7aac258349..803fb5c18e3 100644 --- a/core/img/actions/disabled-user.svg +++ b/core/img/actions/disabled-user.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/disabled-users.svg b/core/img/actions/disabled-users.svg index 6570b81f4c2..7f257e473af 100644 --- a/core/img/actions/disabled-users.svg +++ b/core/img/actions/disabled-users.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/download.svg b/core/img/actions/download.svg index c449a0b32c5..68562a1bf3f 100644 --- a/core/img/actions/download.svg +++ b/core/img/actions/download.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/error-white.svg b/core/img/actions/error-white.svg index c9c30cc70fa..c8080f250bb 100644 --- a/core/img/actions/error-white.svg +++ b/core/img/actions/error-white.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/error.svg b/core/img/actions/error.svg index c3807707355..035d44b39b0 100644 --- a/core/img/actions/error.svg +++ b/core/img/actions/error.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/external.svg b/core/img/actions/external.svg index ea1fd1d58a3..808c0fd3233 100644 --- a/core/img/actions/external.svg +++ b/core/img/actions/external.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/filter.svg b/core/img/actions/filter.svg index 4b88211f9eb..7e6eedae1b6 100644 --- a/core/img/actions/filter.svg +++ b/core/img/actions/filter.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/fullscreen.svg b/core/img/actions/fullscreen.svg index 44a0b8c55c7..14ed739a175 100644 --- a/core/img/actions/fullscreen.svg +++ b/core/img/actions/fullscreen.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/group.svg b/core/img/actions/group.svg index c961c86207e..384aab41ea3 100644 --- a/core/img/actions/group.svg +++ b/core/img/actions/group.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/info-white.svg b/core/img/actions/info-white.svg index 5c3573b19f2..be4c47ad5b5 100644 --- a/core/img/actions/info-white.svg +++ b/core/img/actions/info-white.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/info.svg b/core/img/actions/info.svg index c5b875557c5..ef02cad1b2b 100644 --- a/core/img/actions/info.svg +++ b/core/img/actions/info.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/logout.svg b/core/img/actions/logout.svg index cde36899293..0d8f5c23a76 100644 --- a/core/img/actions/logout.svg +++ b/core/img/actions/logout.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/menu-sidebar.svg b/core/img/actions/menu-sidebar.svg index 2b59f50e4d1..dd21359b1e3 100644 --- a/core/img/actions/menu-sidebar.svg +++ b/core/img/actions/menu-sidebar.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/menu.svg b/core/img/actions/menu.svg index e2ceeda51dc..1140e597f18 100644 --- a/core/img/actions/menu.svg +++ b/core/img/actions/menu.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/more-white.svg b/core/img/actions/more-white.svg index 591b2c12402..08df72bbee2 100644 --- a/core/img/actions/more-white.svg +++ b/core/img/actions/more-white.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/more.svg b/core/img/actions/more.svg index 8514dd82572..a981be64c79 100644 --- a/core/img/actions/more.svg +++ b/core/img/actions/more.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/recent.svg b/core/img/actions/recent.svg index d50e1e1eda8..1ae543c7735 100644 --- a/core/img/actions/recent.svg +++ b/core/img/actions/recent.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/sound-off.svg b/core/img/actions/sound-off.svg index 31077698b3f..fe413a2b21e 100644 --- a/core/img/actions/sound-off.svg +++ b/core/img/actions/sound-off.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/sound.svg b/core/img/actions/sound.svg index dcce21bfb44..878dfd95636 100644 --- a/core/img/actions/sound.svg +++ b/core/img/actions/sound.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/tag.svg b/core/img/actions/tag.svg index 77ae3c1fe68..c2c6cc18553 100644 --- a/core/img/actions/tag.svg +++ b/core/img/actions/tag.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/toggle-background.svg b/core/img/actions/toggle-background.svg index 0e86bbb4654..93421cd5725 100644 --- a/core/img/actions/toggle-background.svg +++ b/core/img/actions/toggle-background.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/toggle-filelist.svg b/core/img/actions/toggle-filelist.svg index 2d6ddceddd8..ee2e939ebff 100644 --- a/core/img/actions/toggle-filelist.svg +++ b/core/img/actions/toggle-filelist.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/toggle-pictures.svg b/core/img/actions/toggle-pictures.svg index 3529d3cc3ce..320610d452f 100644 --- a/core/img/actions/toggle-pictures.svg +++ b/core/img/actions/toggle-pictures.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/toggle.svg b/core/img/actions/toggle.svg index 6d1c4a64cbc..61d5fe6148d 100644 --- a/core/img/actions/toggle.svg +++ b/core/img/actions/toggle.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/triangle-e.svg b/core/img/actions/triangle-e.svg index a017ebf8ca0..6b7ff1d62bb 100644 --- a/core/img/actions/triangle-e.svg +++ b/core/img/actions/triangle-e.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/triangle-n.svg b/core/img/actions/triangle-n.svg index 44e5facfd82..8357377f56d 100644 --- a/core/img/actions/triangle-n.svg +++ b/core/img/actions/triangle-n.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/triangle-s.svg b/core/img/actions/triangle-s.svg index 146e797db09..b78df994ca0 100644 --- a/core/img/actions/triangle-s.svg +++ b/core/img/actions/triangle-s.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/upload.svg b/core/img/actions/upload.svg index 803145011b7..2e772053b0d 100644 --- a/core/img/actions/upload.svg +++ b/core/img/actions/upload.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/user.svg b/core/img/actions/user.svg index 5183bd4bae7..384366d9447 100644 --- a/core/img/actions/user.svg +++ b/core/img/actions/user.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/verified.svg b/core/img/actions/verified.svg index e7061c8fb71..0f7d2778775 100644 --- a/core/img/actions/verified.svg +++ b/core/img/actions/verified.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/verify.svg b/core/img/actions/verify.svg index e07f1625776..e71ab9ec8e5 100644 --- a/core/img/actions/verify.svg +++ b/core/img/actions/verify.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/verifying.svg b/core/img/actions/verifying.svg index cc21326c8e0..d0a8f0583bb 100644 --- a/core/img/actions/verifying.svg +++ b/core/img/actions/verifying.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/video-off.svg b/core/img/actions/video-off.svg index 5a6385f87c9..6c929b1822f 100644 --- a/core/img/actions/video-off.svg +++ b/core/img/actions/video-off.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/video-switch.svg b/core/img/actions/video-switch.svg index 5f62ecbffb6..29b6abc7530 100644 --- a/core/img/actions/video-switch.svg +++ b/core/img/actions/video-switch.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/video.svg b/core/img/actions/video.svg index 7f8ab890861..53b2f8b9d87 100644 --- a/core/img/actions/video.svg +++ b/core/img/actions/video.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/view-close.svg b/core/img/actions/view-close.svg index 383eed45159..64160f2d41e 100644 --- a/core/img/actions/view-close.svg +++ b/core/img/actions/view-close.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/view-download.svg b/core/img/actions/view-download.svg index ffe55dfa243..af46c661ad8 100644 --- a/core/img/actions/view-download.svg +++ b/core/img/actions/view-download.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/view-next.svg b/core/img/actions/view-next.svg index 041d3bf6f35..c4c26ea363d 100644 --- a/core/img/actions/view-next.svg +++ b/core/img/actions/view-next.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/view-pause.svg b/core/img/actions/view-pause.svg index 40e1bb64929..039816f142f 100644 --- a/core/img/actions/view-pause.svg +++ b/core/img/actions/view-pause.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/view-play.svg b/core/img/actions/view-play.svg index 404af3362a4..c7ed718b008 100644 --- a/core/img/actions/view-play.svg +++ b/core/img/actions/view-play.svg @@ -1 +1 @@ - + diff --git a/core/img/actions/view-previous.svg b/core/img/actions/view-previous.svg index 99603341cd2..3d2372239d3 100644 --- a/core/img/actions/view-previous.svg +++ b/core/img/actions/view-previous.svg @@ -1 +1 @@ - + diff --git a/core/img/caldav/attendees.svg b/core/img/caldav/attendees.svg index a0863a3bab1..0706d890649 100644 --- a/core/img/caldav/attendees.svg +++ b/core/img/caldav/attendees.svg @@ -1 +1 @@ - + diff --git a/core/img/caldav/link.svg b/core/img/caldav/link.svg index b51ec317bbc..1bd71318671 100644 --- a/core/img/caldav/link.svg +++ b/core/img/caldav/link.svg @@ -1 +1 @@ - + diff --git a/core/img/caldav/organizer.svg b/core/img/caldav/organizer.svg index 5e5c48db26b..58ffe966ec1 100644 --- a/core/img/caldav/organizer.svg +++ b/core/img/caldav/organizer.svg @@ -1 +1 @@ - + diff --git a/core/img/caldav/time.svg b/core/img/caldav/time.svg index 4df09b16c5f..b5f3bd16281 100644 --- a/core/img/caldav/time.svg +++ b/core/img/caldav/time.svg @@ -1 +1 @@ - + diff --git a/core/img/categories/dashboard.svg b/core/img/categories/dashboard.svg index bcb2811e96d..6205d5636bb 100644 --- a/core/img/categories/dashboard.svg +++ b/core/img/categories/dashboard.svg @@ -1 +1 @@ - + diff --git a/core/img/categories/multimedia.svg b/core/img/categories/multimedia.svg index 464ee88fdef..d0074048ca3 100644 --- a/core/img/categories/multimedia.svg +++ b/core/img/categories/multimedia.svg @@ -1 +1 @@ - + diff --git a/core/img/categories/organization.svg b/core/img/categories/organization.svg index 69ac38c1495..57a51ab6096 100644 --- a/core/img/categories/organization.svg +++ b/core/img/categories/organization.svg @@ -1 +1 @@ - + diff --git a/core/img/categories/social.svg b/core/img/categories/social.svg index c961c86207e..384aab41ea3 100644 --- a/core/img/categories/social.svg +++ b/core/img/categories/social.svg @@ -1 +1 @@ - + diff --git a/core/img/categories/workflow.svg b/core/img/categories/workflow.svg index 65499f393ac..148495ade91 100644 --- a/core/img/categories/workflow.svg +++ b/core/img/categories/workflow.svg @@ -1 +1 @@ - + diff --git a/core/img/filetypes/audio.svg b/core/img/filetypes/audio.svg index 7a89f5dbd8a..f950d10b111 100644 --- a/core/img/filetypes/audio.svg +++ b/core/img/filetypes/audio.svg @@ -1 +1 @@ - + diff --git a/core/img/filetypes/folder-encrypted.svg b/core/img/filetypes/folder-encrypted.svg index 12c7c4f5d1d..d2080598900 100644 --- a/core/img/filetypes/folder-encrypted.svg +++ b/core/img/filetypes/folder-encrypted.svg @@ -1 +1 @@ - + diff --git a/core/img/filetypes/image.svg b/core/img/filetypes/image.svg index 6a9626c4e7d..b4651122e46 100644 --- a/core/img/filetypes/image.svg +++ b/core/img/filetypes/image.svg @@ -1 +1 @@ - + diff --git a/core/img/filetypes/link.svg b/core/img/filetypes/link.svg index b51ec317bbc..1bd71318671 100644 --- a/core/img/filetypes/link.svg +++ b/core/img/filetypes/link.svg @@ -1 +1 @@ - + diff --git a/core/img/filetypes/mindmap.svg b/core/img/filetypes/mindmap.svg index 0f3618cf0e7..5303c600f70 100644 --- a/core/img/filetypes/mindmap.svg +++ b/core/img/filetypes/mindmap.svg @@ -1 +1 @@ - + diff --git a/core/img/filetypes/text-calendar.svg b/core/img/filetypes/text-calendar.svg index 4df09b16c5f..b5f3bd16281 100644 --- a/core/img/filetypes/text-calendar.svg +++ b/core/img/filetypes/text-calendar.svg @@ -1 +1 @@ - + diff --git a/core/img/filetypes/text-vcard.svg b/core/img/filetypes/text-vcard.svg index a0863a3bab1..0706d890649 100644 --- a/core/img/filetypes/text-vcard.svg +++ b/core/img/filetypes/text-vcard.svg @@ -1 +1 @@ - + diff --git a/core/img/filetypes/x-office-drawing.svg b/core/img/filetypes/x-office-drawing.svg index 4df7d724343..41c0ed7126e 100644 --- a/core/img/filetypes/x-office-drawing.svg +++ b/core/img/filetypes/x-office-drawing.svg @@ -1 +1 @@ - + diff --git a/core/img/places/calendar.svg b/core/img/places/calendar.svg index 252efb5d681..abdf4edd5de 100644 --- a/core/img/places/calendar.svg +++ b/core/img/places/calendar.svg @@ -1 +1 @@ - + diff --git a/core/img/places/contacts.svg b/core/img/places/contacts.svg index 9efcf39d7fa..37d3be94142 100644 --- a/core/img/places/contacts.svg +++ b/core/img/places/contacts.svg @@ -1 +1 @@ - + diff --git a/core/img/places/link.svg b/core/img/places/link.svg index 14f129a21f2..8cce0c6719d 100644 --- a/core/img/places/link.svg +++ b/core/img/places/link.svg @@ -1 +1 @@ - + diff --git a/core/img/places/music.svg b/core/img/places/music.svg index a661d881709..c2057d2f856 100644 --- a/core/img/places/music.svg +++ b/core/img/places/music.svg @@ -1 +1 @@ - + diff --git a/core/img/places/picture.svg b/core/img/places/picture.svg index 464ee88fdef..d0074048ca3 100644 --- a/core/img/places/picture.svg +++ b/core/img/places/picture.svg @@ -1 +1 @@ - + diff --git a/tests/data/svg/settings-admin-red.svg b/tests/data/svg/settings-admin-red.svg index 54d7d3a9b15..4f69e5a16ca 100644 --- a/tests/data/svg/settings-admin-red.svg +++ b/tests/data/svg/settings-admin-red.svg @@ -1 +1 @@ - +