diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt
index 6ed2619a..c9d634d0 100644
--- a/THIRD_PARTY.txt
+++ b/THIRD_PARTY.txt
@@ -1844,7 +1844,7 @@ https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js
https://cdn.jsdelivr.net/npm/vue-match-media@1.0.3/dist/index.min.js
https://code.createjs.com/1.0.0/createjs.min.js
https://fonts.gstatic.com/s/materialiconsoutlined/v106/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2
-https://fonts.gstatic.com/s/materialiconsround/v104/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
+https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
https://fonts.gstatic.com/s/materialiconssharp/v105/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
https://fonts.gstatic.com/s/materialiconstwotone/v108/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
https://fonts.gstatic.com/s/materialicons/v130/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
diff --git a/modules/internal/targets.js b/modules/internal/targets.js
index 46244abb..b7775e0b 100644
--- a/modules/internal/targets.js
+++ b/modules/internal/targets.js
@@ -217,7 +217,7 @@ targets.setLastVersion = function (type, version) {
// just for testing ----------------------------------------------
if (type.startsWith('/materialicons/')) return 'v130';
if (type.startsWith('/materialiconsoutlined/')) return 'v106';
- if (type.startsWith('/materialiconsround/')) return 'v104';
+ if (type.startsWith('/materialiconsround/')) return 'v105';
if (type.startsWith('/materialiconssharp/')) return 'v105';
if (type.startsWith('/materialiconstwotone/')) return 'v108';
// ---------------------------------------------------------------
diff --git a/pages/updates/updates.html b/pages/updates/updates.html
index 5b6b0bd6..5a0f236a 100644
--- a/pages/updates/updates.html
+++ b/pages/updates/updates.html
@@ -31,7 +31,7 @@
findify-bundle v7.1.43 -> v7.1.47 (#1009)
Google Material Icons v129 -> v130 (#1010)
Google Material Icons Outlined v104 -> v106 (#1010)
- Google Material Icons Round v103 -> v104 (#1010)
+ Google Material Icons Round v103 -> v105 (#1010)
Google Material Icons Sharp v104 -> v105 (#1010)
Google Material Icons TwoTone v107 -> v108 (#1010)
Swiper v8.1.6 -> v8.2.4 (#1011)
diff --git a/resources/google-material-design-icons/google-material-design-icons.css b/resources/google-material-design-icons/google-material-design-icons.css
index 59544117..aafa73a6 100644
--- a/resources/google-material-design-icons/google-material-design-icons.css
+++ b/resources/google-material-design-icons/google-material-design-icons.css
@@ -41,16 +41,16 @@
font-family: 'Material Icons Round';
font-style: normal;
font-weight: 400;
- src: url('./materialiconsround/v104/MaterialIconsRound.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialiconsround/v104/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
+ src: url('./materialiconsround/v105/MaterialIconsRound.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
}
@font-face {
font-family: 'Google Material Icons Round';
font-style: normal;
font-weight: 400;
- src: url('./materialiconsround/v104/MaterialIconsRound.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialiconsround/v104/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
+ src: url('./materialiconsround/v105/MaterialIconsRound.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); */
}
@font-face {
diff --git a/resources/google-material-design-icons/materialiconsround/v104/MaterialIconsRound.woff2 b/resources/google-material-design-icons/materialiconsround/v104/MaterialIconsRound.woff2
deleted file mode 100644
index da1d9d5c..00000000
Binary files a/resources/google-material-design-icons/materialiconsround/v104/MaterialIconsRound.woff2 and /dev/null differ
diff --git a/resources/google-material-design-icons/materialiconsround/v105/MaterialIconsRound.woff2 b/resources/google-material-design-icons/materialiconsround/v105/MaterialIconsRound.woff2
new file mode 100644
index 00000000..0b56bbe0
Binary files /dev/null and b/resources/google-material-design-icons/materialiconsround/v105/MaterialIconsRound.woff2 differ