Skip to content

Commit 34f2578

Browse files
committed
Upgrade to font awesome 6.4.0
1 parent 4423f5c commit 34f2578

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

lib/font_awesome_flutter.dart

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export 'package:font_awesome_flutter/src/icon_data.dart';
77

88
// THIS FILE IS AUTOMATICALLY GENERATED!
99

10-
/// Icons based on font awesome 6.3.0
10+
/// Icons based on font awesome 6.4.0
1111
class FontAwesomeIcons {
1212
/// Solid 0 icon
1313
///
@@ -1889,7 +1889,7 @@ class FontAwesomeIcons {
18891889
/// Solid Bullseye icon
18901890
///
18911891
/// https://fontawesome.com/icons/bullseye?style=solid
1892-
/// archery, goal, objective, target
1892+
/// archery, goal, objective, strategy, target
18931893
static const IconData bullseye = IconDataSolid(0xf140);
18941894

18951895
/// Solid Burger icon
@@ -5814,13 +5814,13 @@ class FontAwesomeIcons {
58145814
/// Solid Flask icon
58155815
///
58165816
/// https://fontawesome.com/icons/flask?style=solid
5817-
/// beaker, experimental, labs, science
5817+
/// beaker, chemicals, experiment, experimental, labs, liquid, potion, science, vial
58185818
static const IconData flask = IconDataSolid(0xf0c3);
58195819

58205820
/// Solid Flask Vial icon
58215821
///
58225822
/// https://fontawesome.com/icons/flask-vial?style=solid
5823-
/// ampule, chemistry, lab, laboratory, test, test tube
5823+
/// beaker, chemicals, experiment, experimental, labs, liquid, science, vial, ampule, chemistry, lab, laboratory, potion, test, test tube
58245824
static const IconData flaskVial = IconDataSolid(0xe4f3);
58255825

58265826
/// Brands Flickr icon
@@ -8092,13 +8092,13 @@ class FontAwesomeIcons {
80928092
/// Solid Lightbulb icon
80938093
///
80948094
/// https://fontawesome.com/icons/lightbulb?style=solid
8095-
/// bulb, comic, electric, energy, idea, inspiration, light, light bulb
8095+
/// comic, electric, idea, innovation, inspiration, light, light bulb, bulb, bulb, comic, electric, energy, idea, inspiration, mechanical
80968096
static const IconData solidLightbulb = IconDataSolid(0xf0eb);
80978097

80988098
/// Regular Lightbulb icon
80998099
///
81008100
/// https://fontawesome.com/icons/lightbulb?style=regular
8101-
/// bulb, comic, electric, energy, idea, inspiration, light, light bulb
8101+
/// comic, electric, idea, innovation, inspiration, light, light bulb, bulb, bulb, comic, electric, energy, idea, inspiration, mechanical
81028102
static const IconData lightbulb = IconDataRegular(0xf0eb);
81038103

81048104
/// Brands Line icon
@@ -8332,7 +8332,7 @@ class FontAwesomeIcons {
83328332
/// Solid Magnifying Glass Chart icon
83338333
///
83348334
/// https://fontawesome.com/icons/magnifying-glass-chart?style=solid
8335-
/// analysis, chart
8335+
/// data, graph, intelligence, analysis, chart, market
83368336
static const IconData magnifyingGlassChart = IconDataSolid(0xe522);
83378337

83388338
/// Solid Magnifying Glass Dollar icon
@@ -8788,7 +8788,7 @@ class FontAwesomeIcons {
87888788
@Deprecated('Use "mobile" instead.')
87898789
static const IconData mobilePhone = mobile;
87908790

8791-
/// Solid Mobile button icon
8791+
/// Solid Mobile Button icon
87928792
///
87938793
/// https://fontawesome.com/icons/mobile-button?style=solid
87948794
/// apple, call, cell phone, device, iphone, number, screen, telephone
@@ -8800,7 +8800,7 @@ class FontAwesomeIcons {
88008800
/// cellphone, cellular, phone
88018801
static const IconData mobileRetro = IconDataSolid(0xe527);
88028802

8803-
/// Solid Mobile screen icon
8803+
/// Solid Mobile Screen icon
88048804
///
88058805
/// https://fontawesome.com/icons/mobile-screen?style=solid
88068806
/// android, call, cell phone, device, number, screen, telephone, text
@@ -12627,7 +12627,7 @@ class FontAwesomeIcons {
1262712627
@Deprecated('Use "taxi" instead.')
1262812628
static const IconData cab = taxi;
1262912629

12630-
/// Brands TeamSpeak icon
12630+
/// Brands Teamspeak icon
1263112631
///
1263212632
/// https://fontawesome.com/icons/teamspeak?style=brands
1263312633
static const IconData teamspeak = IconDataBrands(0xf4f9);

lib/fonts/fa-brands-400.ttf

-240 Bytes
Binary file not shown.

lib/fonts/fa-regular-400.ttf

224 Bytes
Binary file not shown.

lib/fonts/fa-solid-900.ttf

-204 Bytes
Binary file not shown.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ flutter:
4343
# - family: FontAwesomeThin
4444
# fonts:
4545
# - asset: lib/fonts/fa-thin-100.ttf
46-
# weight: 100
46+
# weight: 100

0 commit comments

Comments
 (0)