@@ -348,6 +348,7 @@ final icons = <ExampleIcon>[
348
348
ExampleIcon (FontAwesomeIcons .solidChartBar, 'solidChartBar' ),
349
349
ExampleIcon (FontAwesomeIcons .chartBar, 'chartBar' ),
350
350
ExampleIcon (FontAwesomeIcons .chartColumn, 'chartColumn' ),
351
+ ExampleIcon (FontAwesomeIcons .chartDiagram, 'chartDiagram' ),
351
352
ExampleIcon (FontAwesomeIcons .chartGantt, 'chartGantt' ),
352
353
ExampleIcon (FontAwesomeIcons .chartLine, 'chartLine' ),
353
354
ExampleIcon (FontAwesomeIcons .chartPie, 'chartPie' ),
@@ -476,6 +477,7 @@ final icons = <ExampleIcon>[
476
477
ExampleIcon (FontAwesomeIcons .solidCommentDots, 'solidCommentDots' ),
477
478
ExampleIcon (FontAwesomeIcons .commentDots, 'commentDots' ),
478
479
ExampleIcon (FontAwesomeIcons .commentMedical, 'commentMedical' ),
480
+ ExampleIcon (FontAwesomeIcons .commentNodes, 'commentNodes' ),
479
481
ExampleIcon (FontAwesomeIcons .commentSlash, 'commentSlash' ),
480
482
ExampleIcon (FontAwesomeIcons .commentSms, 'commentSms' ),
481
483
ExampleIcon (FontAwesomeIcons .solidComments, 'solidComments' ),
@@ -528,6 +530,7 @@ final icons = <ExampleIcon>[
528
530
ExampleIcon (FontAwesomeIcons .crown, 'crown' ),
529
531
ExampleIcon (FontAwesomeIcons .crutch, 'crutch' ),
530
532
ExampleIcon (FontAwesomeIcons .cruzeiroSign, 'cruzeiroSign' ),
533
+ ExampleIcon (FontAwesomeIcons .css, 'css' ),
531
534
ExampleIcon (FontAwesomeIcons .css3, 'css3' ),
532
535
ExampleIcon (FontAwesomeIcons .css3Alt, 'css3Alt' ),
533
536
ExampleIcon (FontAwesomeIcons .cube, 'cube' ),
@@ -764,6 +767,8 @@ final icons = <ExampleIcon>[
764
767
ExampleIcon (FontAwesomeIcons .solidFileExcel, 'solidFileExcel' ),
765
768
ExampleIcon (FontAwesomeIcons .fileExcel, 'fileExcel' ),
766
769
ExampleIcon (FontAwesomeIcons .fileExport, 'fileExport' ),
770
+ ExampleIcon (FontAwesomeIcons .fileFragment, 'fileFragment' ),
771
+ ExampleIcon (FontAwesomeIcons .fileHalfDashed, 'fileHalfDashed' ),
767
772
ExampleIcon (FontAwesomeIcons .solidFileImage, 'solidFileImage' ),
768
773
ExampleIcon (FontAwesomeIcons .fileImage, 'fileImage' ),
769
774
ExampleIcon (FontAwesomeIcons .fileImport, 'fileImport' ),
@@ -787,6 +792,7 @@ final icons = <ExampleIcon>[
787
792
ExampleIcon (FontAwesomeIcons .fileWord, 'fileWord' ),
788
793
ExampleIcon (FontAwesomeIcons .solidFileZipper, 'solidFileZipper' ),
789
794
ExampleIcon (FontAwesomeIcons .fileZipper, 'fileZipper' ),
795
+ ExampleIcon (FontAwesomeIcons .filesPinwheel, 'filesPinwheel' ),
790
796
ExampleIcon (FontAwesomeIcons .fill, 'fill' ),
791
797
ExampleIcon (FontAwesomeIcons .fillDrip, 'fillDrip' ),
792
798
ExampleIcon (FontAwesomeIcons .film, 'film' ),
@@ -998,6 +1004,8 @@ final icons = <ExampleIcon>[
998
1004
ExampleIcon (FontAwesomeIcons .helicopterSymbol, 'helicopterSymbol' ),
999
1005
ExampleIcon (FontAwesomeIcons .helmetSafety, 'helmetSafety' ),
1000
1006
ExampleIcon (FontAwesomeIcons .helmetUn, 'helmetUn' ),
1007
+ ExampleIcon (FontAwesomeIcons .hexagonNodes, 'hexagonNodes' ),
1008
+ ExampleIcon (FontAwesomeIcons .hexagonNodesBolt, 'hexagonNodesBolt' ),
1001
1009
ExampleIcon (FontAwesomeIcons .highlighter, 'highlighter' ),
1002
1010
ExampleIcon (FontAwesomeIcons .hillAvalanche, 'hillAvalanche' ),
1003
1011
ExampleIcon (FontAwesomeIcons .hillRockslide, 'hillRockslide' ),
@@ -1676,6 +1684,8 @@ final icons = <ExampleIcon>[
1676
1684
ExampleIcon (FontAwesomeIcons .square, 'square' ),
1677
1685
ExampleIcon (FontAwesomeIcons .squareArrowUpRight, 'squareArrowUpRight' ),
1678
1686
ExampleIcon (FontAwesomeIcons .squareBehance, 'squareBehance' ),
1687
+ ExampleIcon (FontAwesomeIcons .squareBinary, 'squareBinary' ),
1688
+ ExampleIcon (FontAwesomeIcons .squareBluesky, 'squareBluesky' ),
1679
1689
ExampleIcon (FontAwesomeIcons .solidSquareCaretDown, 'solidSquareCaretDown' ),
1680
1690
ExampleIcon (FontAwesomeIcons .squareCaretDown, 'squareCaretDown' ),
1681
1691
ExampleIcon (FontAwesomeIcons .solidSquareCaretLeft, 'solidSquareCaretLeft' ),
0 commit comments