Skip to content

Commit a472583

Browse files
committed
Upgrade to FA version 6.2.1
1 parent 5e8020d commit a472583

File tree

5 files changed

+52
-36
lines changed

5 files changed

+52
-36
lines changed

example/lib/icons.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ final icons = <ExampleIcon>[
147147
ExampleIcon(FontAwesomeIcons.banSmoking, 'banSmoking'),
148148
ExampleIcon(FontAwesomeIcons.bandage, 'bandage'),
149149
ExampleIcon(FontAwesomeIcons.bandcamp, 'bandcamp'),
150+
ExampleIcon(FontAwesomeIcons.bangladeshiTakaSign, 'bangladeshiTakaSign'),
150151
ExampleIcon(FontAwesomeIcons.barcode, 'barcode'),
151152
ExampleIcon(FontAwesomeIcons.bars, 'bars'),
152153
ExampleIcon(FontAwesomeIcons.barsProgress, 'barsProgress'),
@@ -371,9 +372,9 @@ final icons = <ExampleIcon>[
371372
ExampleIcon(FontAwesomeIcons.chevronRight, 'chevronRight'),
372373
ExampleIcon(FontAwesomeIcons.chevronUp, 'chevronUp'),
373374
ExampleIcon(FontAwesomeIcons.child, 'child'),
375+
ExampleIcon(FontAwesomeIcons.childCombatant, 'childCombatant'),
374376
ExampleIcon(FontAwesomeIcons.childDress, 'childDress'),
375377
ExampleIcon(FontAwesomeIcons.childReaching, 'childReaching'),
376-
ExampleIcon(FontAwesomeIcons.childRifle, 'childRifle'),
377378
ExampleIcon(FontAwesomeIcons.children, 'children'),
378379
ExampleIcon(FontAwesomeIcons.chrome, 'chrome'),
379380
ExampleIcon(FontAwesomeIcons.chromecast, 'chromecast'),
@@ -1286,6 +1287,7 @@ final icons = <ExampleIcon>[
12861287
ExampleIcon(FontAwesomeIcons.node, 'node'),
12871288
ExampleIcon(FontAwesomeIcons.nodeJs, 'nodeJs'),
12881289
ExampleIcon(FontAwesomeIcons.notEqual, 'notEqual'),
1290+
ExampleIcon(FontAwesomeIcons.notdef, 'notdef'),
12891291
ExampleIcon(FontAwesomeIcons.solidNoteSticky, 'solidNoteSticky'),
12901292
ExampleIcon(FontAwesomeIcons.noteSticky, 'noteSticky'),
12911293
ExampleIcon(FontAwesomeIcons.notesMedical, 'notesMedical'),

lib/font_awesome_flutter.dart

Lines changed: 49 additions & 35 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.2.0
10+
/// Icons based on font awesome 6.2.1
1111
class FontAwesomeIcons {
1212
/// Solid 0 icon
1313
///
@@ -472,7 +472,7 @@ class FontAwesomeIcons {
472472
/// https://fontawesome.com/icons/arrow-right?style=solid
473473
static const IconData arrowRight = IconDataSolid(0xf061);
474474

475-
/// Solid Arrow right arrow left icon
475+
/// Solid Arrow Right Arrow Left icon
476476
///
477477
/// https://fontawesome.com/icons/arrow-right-arrow-left?style=solid
478478
static const IconData arrowRightArrowLeft = IconDataSolid(0xf0ec);
@@ -640,7 +640,7 @@ class FontAwesomeIcons {
640640
/// https://fontawesome.com/icons/arrow-up-right-dots?style=solid
641641
static const IconData arrowUpRightDots = IconDataSolid(0xe4b7);
642642

643-
/// Solid Arrow up right from square icon
643+
/// Solid Arrow Up Right From Square icon
644644
///
645645
/// https://fontawesome.com/icons/arrow-up-right-from-square?style=solid
646646
static const IconData arrowUpRightFromSquare = IconDataSolid(0xf08e);
@@ -953,6 +953,11 @@ class FontAwesomeIcons {
953953
/// https://fontawesome.com/icons/bandcamp?style=brands
954954
static const IconData bandcamp = IconDataBrands(0xf2d5);
955955

956+
/// Solid Bangladeshi Taka Sign icon
957+
///
958+
/// https://fontawesome.com/icons/bangladeshi-taka-sign?style=solid
959+
static const IconData bangladeshiTakaSign = IconDataSolid(0xe2e6);
960+
956961
/// Solid barcode icon
957962
///
958963
/// https://fontawesome.com/icons/barcode?style=solid
@@ -1451,7 +1456,7 @@ class FontAwesomeIcons {
14511456
/// https://fontawesome.com/icons/boxes-packing?style=solid
14521457
static const IconData boxesPacking = IconDataSolid(0xe4c7);
14531458

1454-
/// Solid Boxes stacked icon
1459+
/// Solid Boxes Stacked icon
14551460
///
14561461
/// https://fontawesome.com/icons/boxes-stacked?style=solid
14571462
static const IconData boxesStacked = IconDataSolid(0xf468);
@@ -1968,7 +1973,7 @@ class FontAwesomeIcons {
19681973
/// https://fontawesome.com/icons/carrot?style=solid
19691974
static const IconData carrot = IconDataSolid(0xf787);
19701975

1971-
/// Solid Shopping Cart Arrow Down icon
1976+
/// Solid Cart Arrow Down icon
19721977
///
19731978
/// https://fontawesome.com/icons/cart-arrow-down?style=solid
19741979
static const IconData cartArrowDown = IconDataSolid(0xf218);
@@ -1991,12 +1996,12 @@ class FontAwesomeIcons {
19911996
@Deprecated('Use "cartFlatbedSuitcase" instead.')
19921997
static const IconData luggageCart = cartFlatbedSuitcase;
19931998

1994-
/// Solid Add to Shopping Cart icon
1999+
/// Solid Cart Plus icon
19952000
///
19962001
/// https://fontawesome.com/icons/cart-plus?style=solid
19972002
static const IconData cartPlus = IconDataSolid(0xf217);
19982003

1999-
/// Solid Cart shopping icon
2004+
/// Solid Cart Shopping icon
20002005
///
20012006
/// https://fontawesome.com/icons/cart-shopping?style=solid
20022007
static const IconData cartShopping = IconDataSolid(0xf07a);
@@ -2306,6 +2311,15 @@ class FontAwesomeIcons {
23062311
/// https://fontawesome.com/icons/child?style=solid
23072312
static const IconData child = IconDataSolid(0xf1ae);
23082313

2314+
/// Solid Child Combatant icon
2315+
///
2316+
/// https://fontawesome.com/icons/child-combatant?style=solid
2317+
static const IconData childCombatant = IconDataSolid(0xe4e0);
2318+
2319+
/// Alias child-rifle for icon [childCombatant]
2320+
@Deprecated('Use "childCombatant" instead.')
2321+
static const IconData childRifle = childCombatant;
2322+
23092323
/// Solid Child Dress icon
23102324
///
23112325
/// https://fontawesome.com/icons/child-dress?style=solid
@@ -2316,11 +2330,6 @@ class FontAwesomeIcons {
23162330
/// https://fontawesome.com/icons/child-reaching?style=solid
23172331
static const IconData childReaching = IconDataSolid(0xe59d);
23182332

2319-
/// Solid Child Rifle icon
2320-
///
2321-
/// https://fontawesome.com/icons/child-rifle?style=solid
2322-
static const IconData childRifle = IconDataSolid(0xe4e0);
2323-
23242333
/// Solid Children icon
23252334
///
23262335
/// https://fontawesome.com/icons/children?style=solid
@@ -2749,7 +2758,7 @@ class FontAwesomeIcons {
27492758
/// https://fontawesome.com/icons/clipboard?style=regular
27502759
static const IconData clipboard = IconDataRegular(0xf328);
27512760

2752-
/// Solid Clipboard with Check icon
2761+
/// Solid Clipboard Check icon
27532762
///
27542763
/// https://fontawesome.com/icons/clipboard-check?style=solid
27552764
static const IconData clipboardCheck = IconDataSolid(0xf46c);
@@ -2764,7 +2773,7 @@ class FontAwesomeIcons {
27642773
/// https://fontawesome.com/icons/clipboard-question?style=solid
27652774
static const IconData clipboardQuestion = IconDataSolid(0xe4e3);
27662775

2767-
/// Solid Clipboard with User icon
2776+
/// Solid Clipboard User icon
27682777
///
27692778
/// https://fontawesome.com/icons/clipboard-user?style=solid
27702779
static const IconData clipboardUser = IconDataSolid(0xf7f3);
@@ -3658,7 +3667,7 @@ class FontAwesomeIcons {
36583667
@Deprecated('Use "droplet" instead.')
36593668
static const IconData tint = droplet;
36603669

3661-
/// Solid Droplet slash icon
3670+
/// Solid Droplet Slash icon
36623671
///
36633672
/// https://fontawesome.com/icons/droplet-slash?style=solid
36643673
static const IconData dropletSlash = IconDataSolid(0xf5c7);
@@ -3879,7 +3888,7 @@ class FontAwesomeIcons {
38793888
/// https://fontawesome.com/icons/envelope?style=regular
38803889
static const IconData envelope = IconDataRegular(0xf0e0);
38813890

3882-
/// Solid Envelope Circle-check icon
3891+
/// Solid Envelope Circle Check icon
38833892
///
38843893
/// https://fontawesome.com/icons/envelope-circle-check?style=solid
38853894
static const IconData envelopeCircleCheck = IconDataSolid(0xe4e8);
@@ -3894,7 +3903,7 @@ class FontAwesomeIcons {
38943903
/// https://fontawesome.com/icons/envelope-open?style=regular
38953904
static const IconData envelopeOpen = IconDataRegular(0xf2b6);
38963905

3897-
/// Solid Envelope Open-text icon
3906+
/// Solid Envelope Open Text icon
38983907
///
38993908
/// https://fontawesome.com/icons/envelope-open-text?style=solid
39003909
static const IconData envelopeOpenText = IconDataSolid(0xf658);
@@ -5115,22 +5124,22 @@ class FontAwesomeIcons {
51155124
/// https://fontawesome.com/icons/fish-fins?style=solid
51165125
static const IconData fishFins = IconDataSolid(0xe4f2);
51175126

5118-
/// Solid flag icon
5127+
/// Solid Flag icon
51195128
///
51205129
/// https://fontawesome.com/icons/flag?style=solid
51215130
static const IconData solidFlag = IconDataSolid(0xf024);
51225131

5123-
/// Regular flag icon
5132+
/// Regular Flag icon
51245133
///
51255134
/// https://fontawesome.com/icons/flag?style=regular
51265135
static const IconData flag = IconDataRegular(0xf024);
51275136

5128-
/// Solid flag-checkered icon
5137+
/// Solid Flag Checkered icon
51295138
///
51305139
/// https://fontawesome.com/icons/flag-checkered?style=solid
51315140
static const IconData flagCheckered = IconDataSolid(0xf11e);
51325141

5133-
/// Solid United States of America Flag icon
5142+
/// Solid Flag Usa icon
51345143
///
51355144
/// https://fontawesome.com/icons/flag-usa?style=solid
51365145
static const IconData flagUsa = IconDataSolid(0xf74d);
@@ -7217,7 +7226,7 @@ class FontAwesomeIcons {
72177226
/// https://fontawesome.com/icons/linux?style=brands
72187227
static const IconData linux = IconDataBrands(0xf17c);
72197228

7220-
/// Solid Turkish Lira Sign icon
7229+
/// Solid Lira Sign icon
72217230
///
72227231
/// https://fontawesome.com/icons/lira-sign?style=solid
72237232
static const IconData liraSign = IconDataSolid(0xf195);
@@ -8034,7 +8043,12 @@ class FontAwesomeIcons {
80348043
/// https://fontawesome.com/icons/not-equal?style=solid
80358044
static const IconData notEqual = IconDataSolid(0xf53e);
80368045

8037-
/// Solid Note sticky icon
8046+
/// Solid Notdef icon
8047+
///
8048+
/// https://fontawesome.com/icons/notdef?style=solid
8049+
static const IconData notdef = IconDataSolid(0xe1fe);
8050+
8051+
/// Solid Note Sticky icon
80388052
///
80398053
/// https://fontawesome.com/icons/note-sticky?style=solid
80408054
static const IconData solidNoteSticky = IconDataSolid(0xf249);
@@ -8043,7 +8057,7 @@ class FontAwesomeIcons {
80438057
@Deprecated('Use "solidNoteSticky" instead.')
80448058
static const IconData solidStickyNote = solidNoteSticky;
80458059

8046-
/// Regular Note sticky icon
8060+
/// Regular Note Sticky icon
80478061
///
80488062
/// https://fontawesome.com/icons/note-sticky?style=regular
80498063
static const IconData noteSticky = IconDataRegular(0xf249);
@@ -8052,7 +8066,7 @@ class FontAwesomeIcons {
80528066
@Deprecated('Use "noteSticky" instead.')
80538067
static const IconData stickyNote = noteSticky;
80548068

8055-
/// Solid Medical Notes icon
8069+
/// Solid Notes Medical icon
80568070
///
80578071
/// https://fontawesome.com/icons/notes-medical?style=solid
80588072
static const IconData notesMedical = IconDataSolid(0xf481);
@@ -8354,7 +8368,7 @@ class FontAwesomeIcons {
83548368
@Deprecated('Use "penToSquare" instead.')
83558369
static const IconData edit = penToSquare;
83568370

8357-
/// Solid pencil icon
8371+
/// Solid Pencil icon
83588372
///
83598373
/// https://fontawesome.com/icons/pencil?style=solid
83608374
static const IconData pencil = IconDataSolid(0xf303);
@@ -8996,7 +9010,7 @@ class FontAwesomeIcons {
89969010
/// https://fontawesome.com/icons/prescription-bottle?style=solid
89979011
static const IconData prescriptionBottle = IconDataSolid(0xf485);
89989012

8999-
/// Solid Prescription bottle medical icon
9013+
/// Solid Prescription Bottle Medical icon
90009014
///
90019015
/// https://fontawesome.com/icons/prescription-bottle-medical?style=solid
90029016
static const IconData prescriptionBottleMedical = IconDataSolid(0xf486);
@@ -9273,7 +9287,7 @@ class FontAwesomeIcons {
92739287
@Deprecated('Use "reply" instead.')
92749288
static const IconData mailReply = reply;
92759289

9276-
/// Solid reply-all icon
9290+
/// Solid Reply All icon
92779291
///
92789292
/// https://fontawesome.com/icons/reply-all?style=solid
92799293
static const IconData replyAll = IconDataSolid(0xf122);
@@ -9619,17 +9633,17 @@ class FontAwesomeIcons {
96199633
/// https://fontawesome.com/icons/school?style=solid
96209634
static const IconData school = IconDataSolid(0xf549);
96219635

9622-
/// Solid School Circle-check icon
9636+
/// Solid School Circle Check icon
96239637
///
96249638
/// https://fontawesome.com/icons/school-circle-check?style=solid
96259639
static const IconData schoolCircleCheck = IconDataSolid(0xe56b);
96269640

9627-
/// Solid School Circle-exclamation icon
9641+
/// Solid School Circle Exclamation icon
96289642
///
96299643
/// https://fontawesome.com/icons/school-circle-exclamation?style=solid
96309644
static const IconData schoolCircleExclamation = IconDataSolid(0xe56c);
96319645

9632-
/// Solid School Circle-xmark icon
9646+
/// Solid School Circle Xmark icon
96339647
///
96349648
/// https://fontawesome.com/icons/school-circle-xmark?style=solid
96359649
static const IconData schoolCircleXmark = IconDataSolid(0xe56d);
@@ -9757,7 +9771,7 @@ class FontAwesomeIcons {
97579771
@Deprecated('Use "share" instead.')
97589772
static const IconData mailForward = share;
97599773

9760-
/// Solid Share from square icon
9774+
/// Solid Share From Square icon
97619775
///
97629776
/// https://fontawesome.com/icons/share-from-square?style=solid
97639777
static const IconData solidShareFromSquare = IconDataSolid(0xf14d);
@@ -9766,7 +9780,7 @@ class FontAwesomeIcons {
97669780
@Deprecated('Use "solidShareFromSquare" instead.')
97679781
static const IconData solidShareSquare = solidShareFromSquare;
97689782

9769-
/// Regular Share from square icon
9783+
/// Regular Share From Square icon
97709784
///
97719785
/// https://fontawesome.com/icons/share-from-square?style=regular
97729786
static const IconData shareFromSquare = IconDataRegular(0xf14d);
@@ -11524,7 +11538,7 @@ class FontAwesomeIcons {
1152411538
/// https://fontawesome.com/icons/tornado?style=solid
1152511539
static const IconData tornado = IconDataSolid(0xf76f);
1152611540

11527-
/// Solid Tower broadcast icon
11541+
/// Solid Tower Broadcast icon
1152811542
///
1152911543
/// https://fontawesome.com/icons/tower-broadcast?style=solid
1153011544
static const IconData towerBroadcast = IconDataSolid(0xf519);
@@ -11946,7 +11960,7 @@ class FontAwesomeIcons {
1194611960
@Deprecated('Use "upRightAndDownLeftFromCenter" instead.')
1194711961
static const IconData expandAlt = upRightAndDownLeftFromCenter;
1194811962

11949-
/// Solid Up right from square icon
11963+
/// Solid Up Right From Square icon
1195011964
///
1195111965
/// https://fontawesome.com/icons/up-right-from-square?style=solid
1195211966
static const IconData upRightFromSquare = IconDataSolid(0xf35d);

lib/fonts/fa-brands-400.ttf

12 Bytes
Binary file not shown.

lib/fonts/fa-regular-400.ttf

272 Bytes
Binary file not shown.

lib/fonts/fa-solid-900.ttf

-308 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)