diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt
index a23361e5..26544c05 100644
--- a/THIRD_PARTY.txt
+++ b/THIRD_PARTY.txt
@@ -1847,7 +1847,7 @@ https://fonts.gstatic.com/s/materialiconsoutlined/v105/gok-H7zzDkdnRel8-DQ6KAXJ6
https://fonts.gstatic.com/s/materialiconsround/v104/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/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
+https://fonts.gstatic.com/s/materialicons/v130/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css
https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js
https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.4/dist/jquery.validate.min.js
diff --git a/modules/internal/targets.js b/modules/internal/targets.js
index 40147105..88d9f96e 100644
--- a/modules/internal/targets.js
+++ b/modules/internal/targets.js
@@ -215,7 +215,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/gsap/3.')) return '3.10.4';
// just for testing ----------------------------------------------
- if (type.startsWith('/materialicons/')) return 'v129';
+ if (type.startsWith('/materialicons/')) return 'v130';
if (type.startsWith('/materialiconsoutlined/')) return 'v105';
if (type.startsWith('/materialiconsround/')) return 'v104';
if (type.startsWith('/materialiconssharp/')) return 'v105';
diff --git a/pages/updates/updates.html b/pages/updates/updates.html
index a78bd435..b83d9929 100644
--- a/pages/updates/updates.html
+++ b/pages/updates/updates.html
@@ -29,6 +29,7 @@
- izimodal v1.6.0 -> v1.6.1 (#1008)
- findify-bundle v7.1.43 -> v7.1.47 (#1009)
+ - Google Material Icons v129 -> v130 (#1010)
- Google Material Icons Outlined v104 -> v105 (#1010)
- Google Material Icons Round v103 -> v104 (#1010)
- Google Material Icons Sharp v104 -> v105 (#1010)
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 bc9a8e3a..92bfe451 100644
--- a/resources/google-material-design-icons/google-material-design-icons.css
+++ b/resources/google-material-design-icons/google-material-design-icons.css
@@ -9,16 +9,16 @@
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
- src: url('./materialicons/v129/MaterialIcons.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
+ src: url('./materialicons/v130/MaterialIcons.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialicons/v130/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
}
@font-face {
font-family: 'Google Material Icons';
font-style: normal;
font-weight: 400;
- src: url('./materialicons/v129/MaterialIcons.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
+ src: url('./materialicons/v130/MaterialIcons.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialicons/v130/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
}
@font-face {
diff --git a/resources/google-material-design-icons/materialicons/v129/MaterialIcons.woff2 b/resources/google-material-design-icons/materialicons/v129/MaterialIcons.woff2
deleted file mode 100644
index 10d3459e..00000000
Binary files a/resources/google-material-design-icons/materialicons/v129/MaterialIcons.woff2 and /dev/null differ
diff --git a/resources/google-material-design-icons/materialicons/v130/MaterialIcons.woff2 b/resources/google-material-design-icons/materialicons/v130/MaterialIcons.woff2
new file mode 100644
index 00000000..ba80b6cf
Binary files /dev/null and b/resources/google-material-design-icons/materialicons/v130/MaterialIcons.woff2 differ