diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt
index a0e3ec77..79cdfded 100644
--- a/THIRD_PARTY.txt
+++ b/THIRD_PARTY.txt
@@ -1854,7 +1854,7 @@ https://fonts.gstatic.com/s/materialiconsoutlined/v106/gok-H7zzDkdnRel8-DQ6KAXJ6
https://fonts.gstatic.com/s/materialiconsround/v105/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
https://fonts.gstatic.com/s/materialiconssharp/v106/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
https://fonts.gstatic.com/s/materialiconstwotone/v109/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
-https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
+https://fonts.gstatic.com/s/materialicons/v135/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.5/dist/jquery.validate.min.js
diff --git a/modules/internal/targets.js b/modules/internal/targets.js
index 5deb0a45..7c22e76e 100644
--- a/modules/internal/targets.js
+++ b/modules/internal/targets.js
@@ -220,7 +220,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/gsap/3.')) return '3.10.4';
// just for testing ----------------------------------------------
- if (type.startsWith('/materialicons/')) return 'v134';
+ if (type.startsWith('/materialicons/')) return 'v135';
if (type.startsWith('/materialiconsoutlined/')) return 'v106';
if (type.startsWith('/materialiconsround/')) return 'v105';
if (type.startsWith('/materialiconssharp/')) return 'v106';
diff --git a/pages/updates/updates.html b/pages/updates/updates.html
index 4abee9ca..c78e8253 100644
--- a/pages/updates/updates.html
+++ b/pages/updates/updates.html
@@ -36,6 +36,7 @@
instantsearch.js v4.43.0 -> v4.43.1 (#1061)
libphonenumber-js v1.10.7 -> v1.10.9 (#1062)
algoliasearch v4.13.1 -> v4.14.0 (#1064)
+ Google Material Icons v134 -> v135 (#1065)
Added
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 109abe5d..b4cf7211 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/v134/MaterialIcons.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
+ src: url('./materialicons/v135/MaterialIcons.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialicons/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
}
@font-face {
font-family: 'Google Material Icons';
font-style: normal;
font-weight: 400;
- src: url('./materialicons/v134/MaterialIcons.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
+ src: url('./materialicons/v135/MaterialIcons.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialicons/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
}
@font-face {
diff --git a/resources/google-material-design-icons/materialicons/v134/MaterialIcons.woff2 b/resources/google-material-design-icons/materialicons/v134/MaterialIcons.woff2
deleted file mode 100644
index a65ccdb9..00000000
Binary files a/resources/google-material-design-icons/materialicons/v134/MaterialIcons.woff2 and /dev/null differ
diff --git a/resources/google-material-design-icons/materialicons/v135/MaterialIcons.woff2 b/resources/google-material-design-icons/materialicons/v135/MaterialIcons.woff2
new file mode 100644
index 00000000..99abc61f
Binary files /dev/null and b/resources/google-material-design-icons/materialicons/v135/MaterialIcons.woff2 differ