Skip to content

Commit

Permalink
fix: make tree-shakable (pd4d10#19)
Browse files Browse the repository at this point in the history
issue: pd4d10#19
  • Loading branch information
mlsm-trl committed Sep 20, 2023
1 parent 8d791e2 commit 0b5e0cd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions lib/src/font_awesome5_brands.dart
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ class FontAwesome5Brands {
IconData(62300, fontFamily: _family, fontPackage: _package);
static const font_awesome_flag =
IconData(62501, fontFamily: _family, fontPackage: _package);
static const font_awesome_logo_full =
IconData(62694, fontFamily: _family, fontPackage: _package);
static const font_awesome =
IconData(62132, fontFamily: _family, fontPackage: _package);
static const fonticons_fi =
Expand Down
2 changes: 0 additions & 2 deletions lib/src/font_awesome5_regular.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ class FontAwesome5Regular {
IconData(61564, fontFamily: _family, fontPackage: _package);
static const folder =
IconData(61563, fontFamily: _family, fontPackage: _package);
static const font_awesome_logo_full =
IconData(62694, fontFamily: _family, fontPackage: _package);
static const frown_open =
IconData(62842, fontFamily: _family, fontPackage: _package);
static const frown =
Expand Down
2 changes: 0 additions & 2 deletions lib/src/font_awesome5_solid.dart
Original file line number Diff line number Diff line change
Expand Up @@ -727,8 +727,6 @@ class FontAwesome5Solid {
IconData(63070, fontFamily: _family, fontPackage: _package);
static const folder =
IconData(61563, fontFamily: _family, fontPackage: _package);
static const font_awesome_logo_full =
IconData(62694, fontFamily: _family, fontPackage: _package);
static const font =
IconData(61489, fontFamily: _family, fontPackage: _package);
static const football_ball =
Expand Down
2 changes: 0 additions & 2 deletions lib/src/material_community_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13193,6 +13193,4 @@ class MaterialCommunityIcons {
IconData(985735, fontFamily: _family, fontPackage: _package);
static const zodiac_virgo =
IconData(985736, fontFamily: _family, fontPackage: _package);
static const blank =
IconData(63116, fontFamily: _family, fontPackage: _package);
}

0 comments on commit 0b5e0cd

Please sign in to comment.