diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt
index 726e03b5..ea834276 100644
--- a/THIRD_PARTY.txt
+++ b/THIRD_PARTY.txt
@@ -1861,7 +1861,7 @@ https://code.createjs.com/1.0.0/createjs.min.js
https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2
https://fonts.gstatic.com/s/materialiconsround/v107/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
https://fonts.gstatic.com/s/materialiconssharp/v108/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2
-https://fonts.gstatic.com/s/materialiconstwotone/v110/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2
+https://fonts.gstatic.com/s/materialiconstwotone/v111/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.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
diff --git a/modules/internal/targets.js b/modules/internal/targets.js
index dda145bc..ae8364d2 100644
--- a/modules/internal/targets.js
+++ b/modules/internal/targets.js
@@ -224,7 +224,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/materialiconsoutlined/')) return 'v108';
if (type.startsWith('/materialiconsround/')) return 'v107';
if (type.startsWith('/materialiconssharp/')) return 'v108';
- if (type.startsWith('/materialiconstwotone/')) return 'v110';
+ if (type.startsWith('/materialiconstwotone/')) return 'v111';
// ---------------------------------------------------------------
if (type.startsWith('/highlight.js/7.')) return '9.18.5';
diff --git a/pages/updates/updates.html b/pages/updates/updates.html
index 81c17a10..59771491 100644
--- a/pages/updates/updates.html
+++ b/pages/updates/updates.html
@@ -35,6 +35,7 @@
Google Material Icons Outlined v107 -> v108 (#1108)
Google Material Icons Round v106 -> v107 (#1108)
Google Material Icons Sharp v107 -> v108 (#1108)
+ Google Material Icons TwoTone v110 -> v111 (#1108)
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 7d5cf1b2..f6a6bc84 100644
--- a/resources/google-material-design-icons/google-material-design-icons.css
+++ b/resources/google-material-design-icons/google-material-design-icons.css
@@ -73,8 +73,8 @@
font-family: 'Material Icons Two Tone';
font-style: normal;
font-weight: 400;
- src: url('./materialiconstwotone/v110/MaterialIconsTwoTone.woff2') format('woff2');
- /* src: url(https://fonts.gstatic.com/s/materialiconstwotone/v110/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2) format('woff2'); */
+ src: url('./materialiconstwotone/v111/MaterialIconsTwoTone.woff2') format('woff2');
+ /* src: url(https://fonts.gstatic.com/s/materialiconstwotone/v111/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2) format('woff2'); */
}
.material-icons {
diff --git a/resources/google-material-design-icons/materialiconstwotone/v110/MaterialIconsTwoTone.woff2 b/resources/google-material-design-icons/materialiconstwotone/v110/MaterialIconsTwoTone.woff2
deleted file mode 100644
index 8dbed87a..00000000
Binary files a/resources/google-material-design-icons/materialiconstwotone/v110/MaterialIconsTwoTone.woff2 and /dev/null differ
diff --git a/resources/google-material-design-icons/materialiconstwotone/v111/MaterialIconsTwoTone.woff2 b/resources/google-material-design-icons/materialiconstwotone/v111/MaterialIconsTwoTone.woff2
new file mode 100644
index 00000000..8f799901
Binary files /dev/null and b/resources/google-material-design-icons/materialiconstwotone/v111/MaterialIconsTwoTone.woff2 differ