diff --git a/package-lock.json b/package-lock.json
index 22bb10f9d..7aeee79d1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,6 +9,7 @@
"version": "5.2.1",
"license": "AGPL-3.0-or-later",
"dependencies": {
+ "@material-symbols/svg-400": "^0.44.6",
"@nextcloud/auth": "^2.6.0",
"@nextcloud/axios": "^2.6.0",
"@nextcloud/dialogs": "^7.3.0",
@@ -26,7 +27,6 @@
"qrcode": "^1.5.4",
"vue": "^3.5.22",
"vue-draggable-plus": "^0.6.1",
- "vue-material-design-icons": "^5.3.1",
"vue-router": "^4.6.0"
},
"devDependencies": {
@@ -1296,6 +1296,12 @@
"license": "MIT",
"peer": true
},
+ "node_modules/@material-symbols/svg-400": {
+ "version": "0.44.6",
+ "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.44.6.tgz",
+ "integrity": "sha512-PKVFWhOWkXMJwcvJS4vjJD7TV8fMfvk0hvTBlP6quJDJGv9QXI1BFNkXx8f0SzM8pbhwqNEILTFba8PYiNCXuw==",
+ "license": "Apache-2.0"
+ },
"node_modules/@mdi/js": {
"version": "7.4.47",
"resolved": "https://registry.npmjs.org/@mdi/js/-/js-7.4.47.tgz",
@@ -12746,12 +12752,6 @@
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
}
},
- "node_modules/vue-material-design-icons": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.3.1.tgz",
- "integrity": "sha512-6UNEyhlTzlCeT8ZeX5WbpUGFTTPSbOoTQeoASTv7X4Ylh0pe8vltj+36VMK56KM0gG8EQVoMK/Qw/6evalg8lA==",
- "license": "MIT"
- },
"node_modules/vue-resize": {
"version": "2.0.0-alpha.1",
"resolved": "https://registry.npmjs.org/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz",
diff --git a/package.json b/package.json
index aa983a32b..d27b6cc4f 100644
--- a/package.json
+++ b/package.json
@@ -29,6 +29,7 @@
"extends @nextcloud/browserslist-config"
],
"dependencies": {
+ "@material-symbols/svg-400": "^0.44.6",
"@nextcloud/auth": "^2.6.0",
"@nextcloud/axios": "^2.6.0",
"@nextcloud/dialogs": "^7.3.0",
@@ -46,7 +47,6 @@
"qrcode": "^1.5.4",
"vue": "^3.5.22",
"vue-draggable-plus": "^0.6.1",
- "vue-material-design-icons": "^5.3.1",
"vue-router": "^4.6.0"
},
"devDependencies": {
diff --git a/src/Forms.vue b/src/Forms.vue
index af83b7e7e..3a27f2529 100644
--- a/src/Forms.vue
+++ b/src/Forms.vue
@@ -13,7 +13,7 @@
:text="t('forms', 'New form')"
@click="onNewForm">
-