diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index ea834276..2731bfcd 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1862,7 +1862,7 @@ https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ6 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/v111/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2 -https://fonts.gstatic.com/s/materialicons/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v138/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 ae8364d2..5150e45a 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 'v135'; + if (type.startsWith('/materialicons/')) return 'v138'; if (type.startsWith('/materialiconsoutlined/')) return 'v108'; if (type.startsWith('/materialiconsround/')) return 'v107'; if (type.startsWith('/materialiconssharp/')) return 'v108'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 59771491..beb8944c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -36,6 +36,7 @@
  • Google Material Icons Round v106 -> v107 (#1108)
  • Google Material Icons Sharp v107 -> v108 (#1108)
  • Google Material Icons TwoTone v110 -> v111 (#1108)
  • +
  • materialicons v135 -> v138 (#1108)
  • diff --git a/resources/google-material-design-icons/materialicons/v135/MaterialIcons.woff2 b/resources/google-material-design-icons/materialicons/v135/MaterialIcons.woff2 deleted file mode 100644 index 99abc61f..00000000 Binary files a/resources/google-material-design-icons/materialicons/v135/MaterialIcons.woff2 and /dev/null differ diff --git a/resources/google-material-design-icons/materialicons/v138/MaterialIcons.woff2 b/resources/google-material-design-icons/materialicons/v138/MaterialIcons.woff2 new file mode 100644 index 00000000..3d95fdfd Binary files /dev/null and b/resources/google-material-design-icons/materialicons/v138/MaterialIcons.woff2 differ