[CupertinoIcons] fix broken icons and vertical alignment, bump the version to 1.08 (#6520)

See this PR for the font change: https://github.com/xster/framework7-icons/pull/2
diff --git a/third_party/packages/cupertino_icons/CHANGELOG.md b/third_party/packages/cupertino_icons/CHANGELOG.md
index bf85290..7dea80b 100644
--- a/third_party/packages/cupertino_icons/CHANGELOG.md
+++ b/third_party/packages/cupertino_icons/CHANGELOG.md
@@ -1,6 +1,8 @@
-## NEXT
+## 1.0.8
 
 * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
+* Vertically center aligns the icons.
+* Fixes overlapping / broken outlines for glyphs such as "create\_solid" and "car\_fill"
 
 ## 1.0.7
 
diff --git a/third_party/packages/cupertino_icons/assets/CupertinoIcons.ttf b/third_party/packages/cupertino_icons/assets/CupertinoIcons.ttf
index 79ba7ea..d580ce7 100644
--- a/third_party/packages/cupertino_icons/assets/CupertinoIcons.ttf
+++ b/third_party/packages/cupertino_icons/assets/CupertinoIcons.ttf
Binary files differ
diff --git a/third_party/packages/cupertino_icons/pubspec.yaml b/third_party/packages/cupertino_icons/pubspec.yaml
index c0753bb..c4fd06e 100644
--- a/third_party/packages/cupertino_icons/pubspec.yaml
+++ b/third_party/packages/cupertino_icons/pubspec.yaml
@@ -3,7 +3,7 @@
 description: Default icons asset for Cupertino widgets based on Apple styled icons
 repository: https://github.com/flutter/packages/tree/main/third_party/packages/cupertino_icons
 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cupertino_icons%22
-version: 1.0.7
+version: 1.0.8
 
 environment:
   sdk: ^3.1.0