diff --git a/CHANGELOG.md b/CHANGELOG.md index ded73ce..542d4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.14.0] - 2024-1-19 + +### Changed + +- Tabler icons updated to version v3.0.0-alpha.0 + ## [1.13.0] - 2024-1-13 ### Changed diff --git a/README.md b/README.md index 87743b7..00c2c1d 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ The [Tabler Icon Pack](https://github.com/tabler/tabler-icons) in Flutter -Tabler icons version: v2.46.0 +Tabler icons version: v3.0.0-alpha.0 ## pubspec.yaml ```yml dependencies: flutter: sdk: flutter - flutter_tabler_icons: ^1.13.0 + flutter_tabler_icons: ^1.14.0 ``` ## Usage diff --git a/assets/fonts/tabler-icons.ttf b/assets/fonts/tabler-icons.ttf index 4560f65..2edc380 100644 Binary files a/assets/fonts/tabler-icons.ttf and b/assets/fonts/tabler-icons.ttf differ diff --git a/lib/flutter_tabler_icons.dart b/lib/flutter_tabler_icons.dart index 03429a3..688bff5 100644 --- a/lib/flutter_tabler_icons.dart +++ b/lib/flutter_tabler_icons.dart @@ -4949,6 +4949,9 @@ class TablerIcons { static const IconData zoom_scan = IconData(0xfcb0, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons"); static const IconData zzz = IconData(0xf228, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons"); static const IconData zzz_off = IconData(0xf440, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons"); + static const IconData aaa = IconData(0xea6b, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons"); + static const IconData bbb = IconData(0xeb2c, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons"); + static const IconData ccc = IconData(0xeb2c, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons"); static const all = { "one2_hours": one2_hours, @@ -9895,5 +9898,8 @@ class TablerIcons { "zoom_scan": zoom_scan, "zzz": zzz, "zzz_off": zzz_off, + "aaa": aaa, + "bbb": bbb, + "ccc": ccc, }; } diff --git a/pubspec.yaml b/pubspec.yaml index 88b3e3d..e976e26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Tabler Icons for flutter using icons from https://github.com/tabler repository: https://github.com/bigbadbob2003/flutter_tabler_icons homepage: https://github.com/bigbadbob2003/flutter_tabler_icons -version: 1.13.0 +version: 1.14.0 environment: sdk: ">=2.12.0 <4.0.0"