From f698009322fc4c0ad7f60b60cba2e3ce9b1b6ffb Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 20 Jul 2022 06:08:21 +0200 Subject: [PATCH] Google Material Icons TwoTone v109 -> v110 (#1065) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../google-material-design-icons.css | 4 ++-- .../v109/MaterialIconsTwoTone.woff2 | Bin 215896 -> 0 bytes .../v110/MaterialIconsTwoTone.woff2 | Bin 0 -> 212864 bytes 6 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 resources/google-material-design-icons/materialiconstwotone/v109/MaterialIconsTwoTone.woff2 create mode 100644 resources/google-material-design-icons/materialiconstwotone/v110/MaterialIconsTwoTone.woff2 diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index cccd4e2c..f2bd1b11 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1853,7 +1853,7 @@ https://code.createjs.com/1.0.0/createjs.min.js https://fonts.gstatic.com/s/materialiconsoutlined/v107/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2 https://fonts.gstatic.com/s/materialiconsround/v106/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2 https://fonts.gstatic.com/s/materialiconssharp/v107/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2 -https://fonts.gstatic.com/s/materialiconstwotone/v109/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2 +https://fonts.gstatic.com/s/materialiconstwotone/v110/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 55e2a0ef..7eb84674 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 'v107'; if (type.startsWith('/materialiconsround/')) return 'v106'; if (type.startsWith('/materialiconssharp/')) return 'v107'; - if (type.startsWith('/materialiconstwotone/')) return 'v109'; + if (type.startsWith('/materialiconstwotone/')) return 'v110'; // --------------------------------------------------------------- if (type.startsWith('/highlight.js/7.')) return '9.18.5'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index ac2ccf6f..c196ad80 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • Google Material Icons Outlined v106 -> v107 (#1065)
  • Google Material Icons Round v105 -> v106 (#1065)
  • Google Material Icons Sharp v106 -> v107 (#1065)
  • +
  • Google Material Icons TwoTone v109 -> v110 (#1065)
  • Added