Skip to content

Commit

Permalink
Upgrade to FA version 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspiss committed Dec 4, 2022
1 parent 5e8020d commit a472583
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 36 deletions.
4 changes: 3 additions & 1 deletion example/lib/icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ final icons = <ExampleIcon>[
ExampleIcon(FontAwesomeIcons.banSmoking, 'banSmoking'),
ExampleIcon(FontAwesomeIcons.bandage, 'bandage'),
ExampleIcon(FontAwesomeIcons.bandcamp, 'bandcamp'),
ExampleIcon(FontAwesomeIcons.bangladeshiTakaSign, 'bangladeshiTakaSign'),
ExampleIcon(FontAwesomeIcons.barcode, 'barcode'),
ExampleIcon(FontAwesomeIcons.bars, 'bars'),
ExampleIcon(FontAwesomeIcons.barsProgress, 'barsProgress'),
Expand Down Expand Up @@ -371,9 +372,9 @@ final icons = <ExampleIcon>[
ExampleIcon(FontAwesomeIcons.chevronRight, 'chevronRight'),
ExampleIcon(FontAwesomeIcons.chevronUp, 'chevronUp'),
ExampleIcon(FontAwesomeIcons.child, 'child'),
ExampleIcon(FontAwesomeIcons.childCombatant, 'childCombatant'),
ExampleIcon(FontAwesomeIcons.childDress, 'childDress'),
ExampleIcon(FontAwesomeIcons.childReaching, 'childReaching'),
ExampleIcon(FontAwesomeIcons.childRifle, 'childRifle'),
ExampleIcon(FontAwesomeIcons.children, 'children'),
ExampleIcon(FontAwesomeIcons.chrome, 'chrome'),
ExampleIcon(FontAwesomeIcons.chromecast, 'chromecast'),
Expand Down Expand Up @@ -1286,6 +1287,7 @@ final icons = <ExampleIcon>[
ExampleIcon(FontAwesomeIcons.node, 'node'),
ExampleIcon(FontAwesomeIcons.nodeJs, 'nodeJs'),
ExampleIcon(FontAwesomeIcons.notEqual, 'notEqual'),
ExampleIcon(FontAwesomeIcons.notdef, 'notdef'),
ExampleIcon(FontAwesomeIcons.solidNoteSticky, 'solidNoteSticky'),
ExampleIcon(FontAwesomeIcons.noteSticky, 'noteSticky'),
ExampleIcon(FontAwesomeIcons.notesMedical, 'notesMedical'),
Expand Down
84 changes: 49 additions & 35 deletions lib/font_awesome_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export 'package:font_awesome_flutter/src/icon_data.dart';

// THIS FILE IS AUTOMATICALLY GENERATED!

/// Icons based on font awesome 6.2.0
/// Icons based on font awesome 6.2.1
class FontAwesomeIcons {
/// Solid 0 icon
///
Expand Down Expand Up @@ -472,7 +472,7 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/arrow-right?style=solid
static const IconData arrowRight = IconDataSolid(0xf061);

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

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

/// Solid Bangladeshi Taka Sign icon
///
/// https://fontawesome.com/icons/bangladeshi-taka-sign?style=solid
static const IconData bangladeshiTakaSign = IconDataSolid(0xe2e6);

/// Solid barcode icon
///
/// https://fontawesome.com/icons/barcode?style=solid
Expand Down Expand Up @@ -1451,7 +1456,7 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/boxes-packing?style=solid
static const IconData boxesPacking = IconDataSolid(0xe4c7);

/// Solid Boxes stacked icon
/// Solid Boxes Stacked icon
///
/// https://fontawesome.com/icons/boxes-stacked?style=solid
static const IconData boxesStacked = IconDataSolid(0xf468);
Expand Down Expand Up @@ -1968,7 +1973,7 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/carrot?style=solid
static const IconData carrot = IconDataSolid(0xf787);

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

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

/// Solid Cart shopping icon
/// Solid Cart Shopping icon
///
/// https://fontawesome.com/icons/cart-shopping?style=solid
static const IconData cartShopping = IconDataSolid(0xf07a);
Expand Down Expand Up @@ -2306,6 +2311,15 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/child?style=solid
static const IconData child = IconDataSolid(0xf1ae);

/// Solid Child Combatant icon
///
/// https://fontawesome.com/icons/child-combatant?style=solid
static const IconData childCombatant = IconDataSolid(0xe4e0);

/// Alias child-rifle for icon [childCombatant]
@Deprecated('Use "childCombatant" instead.')
static const IconData childRifle = childCombatant;

/// Solid Child Dress icon
///
/// https://fontawesome.com/icons/child-dress?style=solid
Expand All @@ -2316,11 +2330,6 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/child-reaching?style=solid
static const IconData childReaching = IconDataSolid(0xe59d);

/// Solid Child Rifle icon
///
/// https://fontawesome.com/icons/child-rifle?style=solid
static const IconData childRifle = IconDataSolid(0xe4e0);

/// Solid Children icon
///
/// https://fontawesome.com/icons/children?style=solid
Expand Down Expand Up @@ -2749,7 +2758,7 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/clipboard?style=regular
static const IconData clipboard = IconDataRegular(0xf328);

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

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

/// Solid Droplet slash icon
/// Solid Droplet Slash icon
///
/// https://fontawesome.com/icons/droplet-slash?style=solid
static const IconData dropletSlash = IconDataSolid(0xf5c7);
Expand Down Expand Up @@ -3879,7 +3888,7 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/envelope?style=regular
static const IconData envelope = IconDataRegular(0xf0e0);

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

/// Solid Envelope Open-text icon
/// Solid Envelope Open Text icon
///
/// https://fontawesome.com/icons/envelope-open-text?style=solid
static const IconData envelopeOpenText = IconDataSolid(0xf658);
Expand Down Expand Up @@ -5115,22 +5124,22 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/fish-fins?style=solid
static const IconData fishFins = IconDataSolid(0xe4f2);

/// Solid flag icon
/// Solid Flag icon
///
/// https://fontawesome.com/icons/flag?style=solid
static const IconData solidFlag = IconDataSolid(0xf024);

/// Regular flag icon
/// Regular Flag icon
///
/// https://fontawesome.com/icons/flag?style=regular
static const IconData flag = IconDataRegular(0xf024);

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

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

/// Solid Turkish Lira Sign icon
/// Solid Lira Sign icon
///
/// https://fontawesome.com/icons/lira-sign?style=solid
static const IconData liraSign = IconDataSolid(0xf195);
Expand Down Expand Up @@ -8034,7 +8043,12 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/not-equal?style=solid
static const IconData notEqual = IconDataSolid(0xf53e);

/// Solid Note sticky icon
/// Solid Notdef icon
///
/// https://fontawesome.com/icons/notdef?style=solid
static const IconData notdef = IconDataSolid(0xe1fe);

/// Solid Note Sticky icon
///
/// https://fontawesome.com/icons/note-sticky?style=solid
static const IconData solidNoteSticky = IconDataSolid(0xf249);
Expand All @@ -8043,7 +8057,7 @@ class FontAwesomeIcons {
@Deprecated('Use "solidNoteSticky" instead.')
static const IconData solidStickyNote = solidNoteSticky;

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

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

/// Solid pencil icon
/// Solid Pencil icon
///
/// https://fontawesome.com/icons/pencil?style=solid
static const IconData pencil = IconDataSolid(0xf303);
Expand Down Expand Up @@ -8996,7 +9010,7 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/prescription-bottle?style=solid
static const IconData prescriptionBottle = IconDataSolid(0xf485);

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

/// Solid reply-all icon
/// Solid Reply All icon
///
/// https://fontawesome.com/icons/reply-all?style=solid
static const IconData replyAll = IconDataSolid(0xf122);
Expand Down Expand Up @@ -9619,17 +9633,17 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/school?style=solid
static const IconData school = IconDataSolid(0xf549);

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

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

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

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

/// Regular Share from square icon
/// Regular Share From Square icon
///
/// https://fontawesome.com/icons/share-from-square?style=regular
static const IconData shareFromSquare = IconDataRegular(0xf14d);
Expand Down Expand Up @@ -11524,7 +11538,7 @@ class FontAwesomeIcons {
/// https://fontawesome.com/icons/tornado?style=solid
static const IconData tornado = IconDataSolid(0xf76f);

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

/// Solid Up right from square icon
/// Solid Up Right From Square icon
///
/// https://fontawesome.com/icons/up-right-from-square?style=solid
static const IconData upRightFromSquare = IconDataSolid(0xf35d);
Expand Down
Binary file modified lib/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified lib/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified lib/fonts/fa-solid-900.ttf
Binary file not shown.

0 comments on commit a472583

Please sign in to comment.