diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt
index 1f85069d..585742a6 100644
--- a/THIRD_PARTY.txt
+++ b/THIRD_PARTY.txt
@@ -1757,7 +1757,7 @@ https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.2.0/dist/videojs-seek-button
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.2.0/dist/videojs-seek-buttons.min.js
https://cdn.jsdelivr.net/npm/vue@1.0.28/dist/vue.min.js
https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js
-https://fonts.gstatic.com/s/materialicons/v115/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
+https://fonts.gstatic.com/s/materialicons/v117/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.3/dist/jquery.validate.min.js
diff --git a/modules/internal/targets.js b/modules/internal/targets.js
index ab910280..45e91e63 100644
--- a/modules/internal/targets.js
+++ b/modules/internal/targets.js
@@ -302,7 +302,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/gsap/3.')) {
return '3.8.0';
} else if (type.startsWith('/google-material-design-icons/')) {
- return 'v115';
+ return 'v117';
} else if (type.startsWith('/highlight.js/7.')) {
return '9.18.5';
} else if (type.startsWith('/highlight.js/8.')) {
diff --git a/pages/updates/updates.html b/pages/updates/updates.html
index 82065e4c..b2573056 100644
--- a/pages/updates/updates.html
+++ b/pages/updates/updates.html
@@ -27,7 +27,7 @@
Updated
- - Google Material Icons v114 -> v115 (#764)
+ - Google Material Icons v114 -> v117 (#764)
- alpinejs v3.5.0 -> v3.5.1 (#765)
- bodymovin v5.7.14 -> v5.8.1 (#766)
- bootstrap-table v1.18.3 -> v1.19.1 (#767)
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 13d35d6c..41002132 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('./v115/MaterialIcons.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialicons/v115/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
+ src: url('./v117/MaterialIcons.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialicons/v117/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
}
@font-face {
font-family: 'Google Material Icons';
font-style: normal;
font-weight: 400;
- src: url('./v115/MaterialIcons.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialicons/v115/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
+ src: url('./v117/MaterialIcons.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialicons/v117/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
}
.material-icons {
diff --git a/resources/google-material-design-icons/v115/MaterialIcons.woff2 b/resources/google-material-design-icons/v115/MaterialIcons.woff2
deleted file mode 100644
index 6cad7994..00000000
Binary files a/resources/google-material-design-icons/v115/MaterialIcons.woff2 and /dev/null differ
diff --git a/resources/google-material-design-icons/v117/MaterialIcons.woff2 b/resources/google-material-design-icons/v117/MaterialIcons.woff2
new file mode 100644
index 00000000..f945b736
Binary files /dev/null and b/resources/google-material-design-icons/v117/MaterialIcons.woff2 differ