diff --git a/modules/internal/targets.js b/modules/internal/targets.js
index 07378c6c..abeb1a6f 100644
--- a/modules/internal/targets.js
+++ b/modules/internal/targets.js
@@ -298,7 +298,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/gsap/3.')) {
return '3.7.1';
} else if (type.startsWith('/google-material-design-icons/')) {
- return 'v103';
+ return 'v107';
} 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 9c2b2e8c..0621e031 100644
--- a/pages/updates/updates.html
+++ b/pages/updates/updates.html
@@ -25,9 +25,9 @@
New in LocalCDN:
-
+
Updated
-
+ - Google Material Icons v103 -> v107 (#698)
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 adb8af1b..c0aa9fe5 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('./v103/MaterialIcons.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialicons/v103/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
+ src: url('./v107/MaterialIcons.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialicons/v107/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
}
@font-face {
font-family: 'Google Material Icons';
font-style: normal;
font-weight: 400;
- src: url('./v103/MaterialIcons.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialicons/v103/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
+ src: url('./v107/MaterialIcons.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialicons/v107/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
}
.material-icons {
diff --git a/resources/google-material-design-icons/v103/MaterialIcons.woff2 b/resources/google-material-design-icons/v107/MaterialIcons.woff2
similarity index 100%
rename from resources/google-material-design-icons/v103/MaterialIcons.woff2
rename to resources/google-material-design-icons/v107/MaterialIcons.woff2