Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
font_awesome_flutter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
font_awesome_flutter
Commits
cbfd62a0
Commit
cbfd62a0
authored
Jul 09, 2018
by
Brian Egan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to font awesome 5.1.0
parent
06cc595a
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
317 additions
and
3 deletions
+317
-3
CHANGELOG.md
CHANGELOG.md
+4
-0
icons.dart
example/lib/icons.dart
+155
-0
font_awesome_flutter.dart
lib/font_awesome_flutter.dart
+155
-0
fa-brands-400.ttf
lib/fonts/fa-brands-400.ttf
+0
-0
fa-regular-400.ttf
lib/fonts/fa-regular-400.ttf
+0
-0
fa-solid-900.ttf
lib/fonts/fa-solid-900.ttf
+0
-0
pubspec.yaml
pubspec.yaml
+1
-1
generate_example.dart
tool/generate_example.dart
+1
-1
generate_font.dart
tool/generate_font.dart
+1
-1
No files found.
CHANGELOG.md
View file @
cbfd62a0
## 7.1.0
*
Upgrade to font awesome icons 5.1.0
## 7.0.0
*
Renames:
...
...
example/lib/icons.dart
View file @
cbfd62a0
...
...
@@ -38,6 +38,8 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
angleLeft
,
'angleLeft'
),
ExampleIcon
(
FontAwesomeIcons
.
angleRight
,
'angleRight'
),
ExampleIcon
(
FontAwesomeIcons
.
angleUp
,
'angleUp'
),
ExampleIcon
(
FontAwesomeIcons
.
angry
,
'angry'
),
ExampleIcon
(
FontAwesomeIcons
.
solidAngry
,
'solidAngry'
),
ExampleIcon
(
FontAwesomeIcons
.
angrycreative
,
'angrycreative'
),
ExampleIcon
(
FontAwesomeIcons
.
angular
,
'angular'
),
ExampleIcon
(
FontAwesomeIcons
.
appStore
,
'appStore'
),
...
...
@@ -46,6 +48,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
apple
,
'apple'
),
ExampleIcon
(
FontAwesomeIcons
.
applePay
,
'applePay'
),
ExampleIcon
(
FontAwesomeIcons
.
archive
,
'archive'
),
ExampleIcon
(
FontAwesomeIcons
.
archway
,
'archway'
),
ExampleIcon
(
FontAwesomeIcons
.
arrowAltCircleDown
,
'arrowAltCircleDown'
),
ExampleIcon
(
FontAwesomeIcons
.
solidArrowAltCircleDown
,
'solidArrowAltCircleDown'
),
...
...
@@ -73,12 +76,15 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
asterisk
,
'asterisk'
),
ExampleIcon
(
FontAwesomeIcons
.
asymmetrik
,
'asymmetrik'
),
ExampleIcon
(
FontAwesomeIcons
.
at
,
'at'
),
ExampleIcon
(
FontAwesomeIcons
.
atlas
,
'atlas'
),
ExampleIcon
(
FontAwesomeIcons
.
audible
,
'audible'
),
ExampleIcon
(
FontAwesomeIcons
.
audioDescription
,
'audioDescription'
),
ExampleIcon
(
FontAwesomeIcons
.
autoprefixer
,
'autoprefixer'
),
ExampleIcon
(
FontAwesomeIcons
.
avianex
,
'avianex'
),
ExampleIcon
(
FontAwesomeIcons
.
aviato
,
'aviato'
),
ExampleIcon
(
FontAwesomeIcons
.
award
,
'award'
),
ExampleIcon
(
FontAwesomeIcons
.
aws
,
'aws'
),
ExampleIcon
(
FontAwesomeIcons
.
backspace
,
'backspace'
),
ExampleIcon
(
FontAwesomeIcons
.
backward
,
'backward'
),
ExampleIcon
(
FontAwesomeIcons
.
balanceScale
,
'balanceScale'
),
ExampleIcon
(
FontAwesomeIcons
.
ban
,
'ban'
),
...
...
@@ -102,6 +108,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
solidBell
,
'solidBell'
),
ExampleIcon
(
FontAwesomeIcons
.
bellSlash
,
'bellSlash'
),
ExampleIcon
(
FontAwesomeIcons
.
solidBellSlash
,
'solidBellSlash'
),
ExampleIcon
(
FontAwesomeIcons
.
bezierCurve
,
'bezierCurve'
),
ExampleIcon
(
FontAwesomeIcons
.
bicycle
,
'bicycle'
),
ExampleIcon
(
FontAwesomeIcons
.
bimobject
,
'bimobject'
),
ExampleIcon
(
FontAwesomeIcons
.
binoculars
,
'binoculars'
),
...
...
@@ -120,6 +127,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
bold
,
'bold'
),
ExampleIcon
(
FontAwesomeIcons
.
bolt
,
'bolt'
),
ExampleIcon
(
FontAwesomeIcons
.
bomb
,
'bomb'
),
ExampleIcon
(
FontAwesomeIcons
.
bong
,
'bong'
),
ExampleIcon
(
FontAwesomeIcons
.
book
,
'book'
),
ExampleIcon
(
FontAwesomeIcons
.
bookOpen
,
'bookOpen'
),
ExampleIcon
(
FontAwesomeIcons
.
bookmark
,
'bookmark'
),
...
...
@@ -133,6 +141,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
briefcaseMedical
,
'briefcaseMedical'
),
ExampleIcon
(
FontAwesomeIcons
.
broadcastTower
,
'broadcastTower'
),
ExampleIcon
(
FontAwesomeIcons
.
broom
,
'broom'
),
ExampleIcon
(
FontAwesomeIcons
.
brush
,
'brush'
),
ExampleIcon
(
FontAwesomeIcons
.
btc
,
'btc'
),
ExampleIcon
(
FontAwesomeIcons
.
bug
,
'bug'
),
ExampleIcon
(
FontAwesomeIcons
.
building
,
'building'
),
...
...
@@ -142,6 +151,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
burn
,
'burn'
),
ExampleIcon
(
FontAwesomeIcons
.
buromobelexperte
,
'buromobelexperte'
),
ExampleIcon
(
FontAwesomeIcons
.
bus
,
'bus'
),
ExampleIcon
(
FontAwesomeIcons
.
busAlt
,
'busAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
buysellads
,
'buysellads'
),
ExampleIcon
(
FontAwesomeIcons
.
calculator
,
'calculator'
),
ExampleIcon
(
FontAwesomeIcons
.
calendar
,
'calendar'
),
...
...
@@ -158,6 +168,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
solidCalendarTimes
,
'solidCalendarTimes'
),
ExampleIcon
(
FontAwesomeIcons
.
camera
,
'camera'
),
ExampleIcon
(
FontAwesomeIcons
.
cameraRetro
,
'cameraRetro'
),
ExampleIcon
(
FontAwesomeIcons
.
cannabis
,
'cannabis'
),
ExampleIcon
(
FontAwesomeIcons
.
capsules
,
'capsules'
),
ExampleIcon
(
FontAwesomeIcons
.
car
,
'car'
),
ExampleIcon
(
FontAwesomeIcons
.
caretDown
,
'caretDown'
),
...
...
@@ -196,6 +207,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
check
,
'check'
),
ExampleIcon
(
FontAwesomeIcons
.
checkCircle
,
'checkCircle'
),
ExampleIcon
(
FontAwesomeIcons
.
solidCheckCircle
,
'solidCheckCircle'
),
ExampleIcon
(
FontAwesomeIcons
.
checkDouble
,
'checkDouble'
),
ExampleIcon
(
FontAwesomeIcons
.
checkSquare
,
'checkSquare'
),
ExampleIcon
(
FontAwesomeIcons
.
solidCheckSquare
,
'solidCheckSquare'
),
ExampleIcon
(
FontAwesomeIcons
.
chess
,
'chess'
),
...
...
@@ -236,6 +248,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
cloudscale
,
'cloudscale'
),
ExampleIcon
(
FontAwesomeIcons
.
cloudsmith
,
'cloudsmith'
),
ExampleIcon
(
FontAwesomeIcons
.
cloudversify
,
'cloudversify'
),
ExampleIcon
(
FontAwesomeIcons
.
cocktail
,
'cocktail'
),
ExampleIcon
(
FontAwesomeIcons
.
code
,
'code'
),
ExampleIcon
(
FontAwesomeIcons
.
codeBranch
,
'codeBranch'
),
ExampleIcon
(
FontAwesomeIcons
.
codepen
,
'codepen'
),
...
...
@@ -258,8 +271,11 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
compass
,
'compass'
),
ExampleIcon
(
FontAwesomeIcons
.
solidCompass
,
'solidCompass'
),
ExampleIcon
(
FontAwesomeIcons
.
compress
,
'compress'
),
ExampleIcon
(
FontAwesomeIcons
.
conciergeBell
,
'conciergeBell'
),
ExampleIcon
(
FontAwesomeIcons
.
connectdevelop
,
'connectdevelop'
),
ExampleIcon
(
FontAwesomeIcons
.
contao
,
'contao'
),
ExampleIcon
(
FontAwesomeIcons
.
cookie
,
'cookie'
),
ExampleIcon
(
FontAwesomeIcons
.
cookieBite
,
'cookieBite'
),
ExampleIcon
(
FontAwesomeIcons
.
copy
,
'copy'
),
ExampleIcon
(
FontAwesomeIcons
.
solidCopy
,
'solidCopy'
),
ExampleIcon
(
FontAwesomeIcons
.
copyright
,
'copyright'
),
...
...
@@ -284,6 +300,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
creditCard
,
'creditCard'
),
ExampleIcon
(
FontAwesomeIcons
.
solidCreditCard
,
'solidCreditCard'
),
ExampleIcon
(
FontAwesomeIcons
.
crop
,
'crop'
),
ExampleIcon
(
FontAwesomeIcons
.
cropAlt
,
'cropAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
crosshairs
,
'crosshairs'
),
ExampleIcon
(
FontAwesomeIcons
.
crow
,
'crow'
),
ExampleIcon
(
FontAwesomeIcons
.
crown
,
'crown'
),
...
...
@@ -312,9 +329,12 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
diceTwo
,
'diceTwo'
),
ExampleIcon
(
FontAwesomeIcons
.
digg
,
'digg'
),
ExampleIcon
(
FontAwesomeIcons
.
digitalOcean
,
'digitalOcean'
),
ExampleIcon
(
FontAwesomeIcons
.
digitalTachograph
,
'digitalTachograph'
),
ExampleIcon
(
FontAwesomeIcons
.
discord
,
'discord'
),
ExampleIcon
(
FontAwesomeIcons
.
discourse
,
'discourse'
),
ExampleIcon
(
FontAwesomeIcons
.
divide
,
'divide'
),
ExampleIcon
(
FontAwesomeIcons
.
dizzy
,
'dizzy'
),
ExampleIcon
(
FontAwesomeIcons
.
solidDizzy
,
'solidDizzy'
),
ExampleIcon
(
FontAwesomeIcons
.
dna
,
'dna'
),
ExampleIcon
(
FontAwesomeIcons
.
dochub
,
'dochub'
),
ExampleIcon
(
FontAwesomeIcons
.
docker
,
'docker'
),
...
...
@@ -329,9 +349,12 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
dove
,
'dove'
),
ExampleIcon
(
FontAwesomeIcons
.
download
,
'download'
),
ExampleIcon
(
FontAwesomeIcons
.
draft2digital
,
'draft2digital'
),
ExampleIcon
(
FontAwesomeIcons
.
draftingCompass
,
'draftingCompass'
),
ExampleIcon
(
FontAwesomeIcons
.
dribbble
,
'dribbble'
),
ExampleIcon
(
FontAwesomeIcons
.
dribbbleSquare
,
'dribbbleSquare'
),
ExampleIcon
(
FontAwesomeIcons
.
dropbox
,
'dropbox'
),
ExampleIcon
(
FontAwesomeIcons
.
drum
,
'drum'
),
ExampleIcon
(
FontAwesomeIcons
.
drumSteelpan
,
'drumSteelpan'
),
ExampleIcon
(
FontAwesomeIcons
.
drupal
,
'drupal'
),
ExampleIcon
(
FontAwesomeIcons
.
dumbbell
,
'dumbbell'
),
ExampleIcon
(
FontAwesomeIcons
.
dyalog
,
'dyalog'
),
...
...
@@ -380,6 +403,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
fastForward
,
'fastForward'
),
ExampleIcon
(
FontAwesomeIcons
.
fax
,
'fax'
),
ExampleIcon
(
FontAwesomeIcons
.
feather
,
'feather'
),
ExampleIcon
(
FontAwesomeIcons
.
featherAlt
,
'featherAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
female
,
'female'
),
ExampleIcon
(
FontAwesomeIcons
.
fighterJet
,
'fighterJet'
),
ExampleIcon
(
FontAwesomeIcons
.
file
,
'file'
),
...
...
@@ -392,22 +416,34 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
solidFileAudio
,
'solidFileAudio'
),
ExampleIcon
(
FontAwesomeIcons
.
fileCode
,
'fileCode'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFileCode
,
'solidFileCode'
),
ExampleIcon
(
FontAwesomeIcons
.
fileContract
,
'fileContract'
),
ExampleIcon
(
FontAwesomeIcons
.
fileDownload
,
'fileDownload'
),
ExampleIcon
(
FontAwesomeIcons
.
fileExcel
,
'fileExcel'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFileExcel
,
'solidFileExcel'
),
ExampleIcon
(
FontAwesomeIcons
.
fileExport
,
'fileExport'
),
ExampleIcon
(
FontAwesomeIcons
.
fileImage
,
'fileImage'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFileImage
,
'solidFileImage'
),
ExampleIcon
(
FontAwesomeIcons
.
fileImport
,
'fileImport'
),
ExampleIcon
(
FontAwesomeIcons
.
fileInvoice
,
'fileInvoice'
),
ExampleIcon
(
FontAwesomeIcons
.
fileInvoiceDollar
,
'fileInvoiceDollar'
),
ExampleIcon
(
FontAwesomeIcons
.
fileMedical
,
'fileMedical'
),
ExampleIcon
(
FontAwesomeIcons
.
fileMedicalAlt
,
'fileMedicalAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
filePdf
,
'filePdf'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFilePdf
,
'solidFilePdf'
),
ExampleIcon
(
FontAwesomeIcons
.
filePowerpoint
,
'filePowerpoint'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFilePowerpoint
,
'solidFilePowerpoint'
),
ExampleIcon
(
FontAwesomeIcons
.
filePrescription
,
'filePrescription'
),
ExampleIcon
(
FontAwesomeIcons
.
fileSignature
,
'fileSignature'
),
ExampleIcon
(
FontAwesomeIcons
.
fileUpload
,
'fileUpload'
),
ExampleIcon
(
FontAwesomeIcons
.
fileVideo
,
'fileVideo'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFileVideo
,
'solidFileVideo'
),
ExampleIcon
(
FontAwesomeIcons
.
fileWord
,
'fileWord'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFileWord
,
'solidFileWord'
),
ExampleIcon
(
FontAwesomeIcons
.
fill
,
'fill'
),
ExampleIcon
(
FontAwesomeIcons
.
fillDrip
,
'fillDrip'
),
ExampleIcon
(
FontAwesomeIcons
.
film
,
'film'
),
ExampleIcon
(
FontAwesomeIcons
.
filter
,
'filter'
),
ExampleIcon
(
FontAwesomeIcons
.
fingerprint
,
'fingerprint'
),
ExampleIcon
(
FontAwesomeIcons
.
fire
,
'fire'
),
ExampleIcon
(
FontAwesomeIcons
.
fireExtinguisher
,
'fireExtinguisher'
),
ExampleIcon
(
FontAwesomeIcons
.
firefox
,
'firefox'
),
...
...
@@ -415,12 +451,15 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
firstOrder
,
'firstOrder'
),
ExampleIcon
(
FontAwesomeIcons
.
firstOrderAlt
,
'firstOrderAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
firstdraft
,
'firstdraft'
),
ExampleIcon
(
FontAwesomeIcons
.
fish
,
'fish'
),
ExampleIcon
(
FontAwesomeIcons
.
flag
,
'flag'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFlag
,
'solidFlag'
),
ExampleIcon
(
FontAwesomeIcons
.
flagCheckered
,
'flagCheckered'
),
ExampleIcon
(
FontAwesomeIcons
.
flask
,
'flask'
),
ExampleIcon
(
FontAwesomeIcons
.
flickr
,
'flickr'
),
ExampleIcon
(
FontAwesomeIcons
.
flipboard
,
'flipboard'
),
ExampleIcon
(
FontAwesomeIcons
.
flushed
,
'flushed'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFlushed
,
'solidFlushed'
),
ExampleIcon
(
FontAwesomeIcons
.
fly
,
'fly'
),
ExampleIcon
(
FontAwesomeIcons
.
folder
,
'folder'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFolder
,
'solidFolder'
),
...
...
@@ -448,6 +487,8 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
frog
,
'frog'
),
ExampleIcon
(
FontAwesomeIcons
.
frown
,
'frown'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFrown
,
'solidFrown'
),
ExampleIcon
(
FontAwesomeIcons
.
frownOpen
,
'frownOpen'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFrownOpen
,
'solidFrownOpen'
),
ExampleIcon
(
FontAwesomeIcons
.
fulcrum
,
'fulcrum'
),
ExampleIcon
(
FontAwesomeIcons
.
futbol
,
'futbol'
),
ExampleIcon
(
FontAwesomeIcons
.
solidFutbol
,
'solidFutbol'
),
...
...
@@ -472,10 +513,14 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
gitlab
,
'gitlab'
),
ExampleIcon
(
FontAwesomeIcons
.
gitter
,
'gitter'
),
ExampleIcon
(
FontAwesomeIcons
.
glassMartini
,
'glassMartini'
),
ExampleIcon
(
FontAwesomeIcons
.
glassMartiniAlt
,
'glassMartiniAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
glasses
,
'glasses'
),
ExampleIcon
(
FontAwesomeIcons
.
glide
,
'glide'
),
ExampleIcon
(
FontAwesomeIcons
.
glideG
,
'glideG'
),
ExampleIcon
(
FontAwesomeIcons
.
globe
,
'globe'
),
ExampleIcon
(
FontAwesomeIcons
.
globeAfrica
,
'globeAfrica'
),
ExampleIcon
(
FontAwesomeIcons
.
globeAmericas
,
'globeAmericas'
),
ExampleIcon
(
FontAwesomeIcons
.
globeAsia
,
'globeAsia'
),
ExampleIcon
(
FontAwesomeIcons
.
gofore
,
'gofore'
),
ExampleIcon
(
FontAwesomeIcons
.
golfBall
,
'golfBall'
),
ExampleIcon
(
FontAwesomeIcons
.
goodreads
,
'goodreads'
),
...
...
@@ -492,6 +537,36 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
grav
,
'grav'
),
ExampleIcon
(
FontAwesomeIcons
.
greaterThan
,
'greaterThan'
),
ExampleIcon
(
FontAwesomeIcons
.
greaterThanEqual
,
'greaterThanEqual'
),
ExampleIcon
(
FontAwesomeIcons
.
grimace
,
'grimace'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrimace
,
'solidGrimace'
),
ExampleIcon
(
FontAwesomeIcons
.
grin
,
'grin'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrin
,
'solidGrin'
),
ExampleIcon
(
FontAwesomeIcons
.
grinAlt
,
'grinAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinAlt
,
'solidGrinAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
grinBeam
,
'grinBeam'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinBeam
,
'solidGrinBeam'
),
ExampleIcon
(
FontAwesomeIcons
.
grinBeamSweat
,
'grinBeamSweat'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinBeamSweat
,
'solidGrinBeamSweat'
),
ExampleIcon
(
FontAwesomeIcons
.
grinHearts
,
'grinHearts'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinHearts
,
'solidGrinHearts'
),
ExampleIcon
(
FontAwesomeIcons
.
grinSquint
,
'grinSquint'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinSquint
,
'solidGrinSquint'
),
ExampleIcon
(
FontAwesomeIcons
.
grinSquintTears
,
'grinSquintTears'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinSquintTears
,
'solidGrinSquintTears'
),
ExampleIcon
(
FontAwesomeIcons
.
grinStars
,
'grinStars'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinStars
,
'solidGrinStars'
),
ExampleIcon
(
FontAwesomeIcons
.
grinTears
,
'grinTears'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinTears
,
'solidGrinTears'
),
ExampleIcon
(
FontAwesomeIcons
.
grinTongue
,
'grinTongue'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinTongue
,
'solidGrinTongue'
),
ExampleIcon
(
FontAwesomeIcons
.
grinTongueSquint
,
'grinTongueSquint'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinTongueSquint
,
'solidGrinTongueSquint'
),
ExampleIcon
(
FontAwesomeIcons
.
grinTongueWink
,
'grinTongueWink'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinTongueWink
,
'solidGrinTongueWink'
),
ExampleIcon
(
FontAwesomeIcons
.
grinWink
,
'grinWink'
),
ExampleIcon
(
FontAwesomeIcons
.
solidGrinWink
,
'solidGrinWink'
),
ExampleIcon
(
FontAwesomeIcons
.
gripHorizontal
,
'gripHorizontal'
),
ExampleIcon
(
FontAwesomeIcons
.
gripVertical
,
'gripVertical'
),
ExampleIcon
(
FontAwesomeIcons
.
gripfire
,
'gripfire'
),
ExampleIcon
(
FontAwesomeIcons
.
grunt
,
'grunt'
),
ExampleIcon
(
FontAwesomeIcons
.
gulp
,
'gulp'
),
...
...
@@ -532,20 +607,26 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
solidHdd
,
'solidHdd'
),
ExampleIcon
(
FontAwesomeIcons
.
heading
,
'heading'
),
ExampleIcon
(
FontAwesomeIcons
.
headphones
,
'headphones'
),
ExampleIcon
(
FontAwesomeIcons
.
headphonesAlt
,
'headphonesAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
headset
,
'headset'
),
ExampleIcon
(
FontAwesomeIcons
.
heart
,
'heart'
),
ExampleIcon
(
FontAwesomeIcons
.
solidHeart
,
'solidHeart'
),
ExampleIcon
(
FontAwesomeIcons
.
heartbeat
,
'heartbeat'
),
ExampleIcon
(
FontAwesomeIcons
.
helicopter
,
'helicopter'
),
ExampleIcon
(
FontAwesomeIcons
.
highlighter
,
'highlighter'
),
ExampleIcon
(
FontAwesomeIcons
.
hips
,
'hips'
),
ExampleIcon
(
FontAwesomeIcons
.
hireAHelper
,
'hireAHelper'
),
ExampleIcon
(
FontAwesomeIcons
.
history
,
'history'
),
ExampleIcon
(
FontAwesomeIcons
.
hockeyPuck
,
'hockeyPuck'
),
ExampleIcon
(
FontAwesomeIcons
.
home
,
'home'
),
ExampleIcon
(
FontAwesomeIcons
.
hooli
,
'hooli'
),
ExampleIcon
(
FontAwesomeIcons
.
hornbill
,
'hornbill'
),
ExampleIcon
(
FontAwesomeIcons
.
hospital
,
'hospital'
),
ExampleIcon
(
FontAwesomeIcons
.
solidHospital
,
'solidHospital'
),
ExampleIcon
(
FontAwesomeIcons
.
hospitalAlt
,
'hospitalAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
hospitalSymbol
,
'hospitalSymbol'
),
ExampleIcon
(
FontAwesomeIcons
.
hotTub
,
'hotTub'
),
ExampleIcon
(
FontAwesomeIcons
.
hotel
,
'hotel'
),
ExampleIcon
(
FontAwesomeIcons
.
hotjar
,
'hotjar'
),
ExampleIcon
(
FontAwesomeIcons
.
hourglass
,
'hourglass'
),
ExampleIcon
(
FontAwesomeIcons
.
solidHourglass
,
'solidHourglass'
),
...
...
@@ -582,6 +663,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
jediOrder
,
'jediOrder'
),
ExampleIcon
(
FontAwesomeIcons
.
jenkins
,
'jenkins'
),
ExampleIcon
(
FontAwesomeIcons
.
joget
,
'joget'
),
ExampleIcon
(
FontAwesomeIcons
.
joint
,
'joint'
),
ExampleIcon
(
FontAwesomeIcons
.
joomla
,
'joomla'
),
ExampleIcon
(
FontAwesomeIcons
.
js
,
'js'
),
ExampleIcon
(
FontAwesomeIcons
.
jsSquare
,
'jsSquare'
),
...
...
@@ -593,6 +675,12 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
keycdn
,
'keycdn'
),
ExampleIcon
(
FontAwesomeIcons
.
kickstarter
,
'kickstarter'
),
ExampleIcon
(
FontAwesomeIcons
.
kickstarterK
,
'kickstarterK'
),
ExampleIcon
(
FontAwesomeIcons
.
kiss
,
'kiss'
),
ExampleIcon
(
FontAwesomeIcons
.
solidKiss
,
'solidKiss'
),
ExampleIcon
(
FontAwesomeIcons
.
kissBeam
,
'kissBeam'
),
ExampleIcon
(
FontAwesomeIcons
.
solidKissBeam
,
'solidKissBeam'
),
ExampleIcon
(
FontAwesomeIcons
.
kissWinkHeart
,
'kissWinkHeart'
),
ExampleIcon
(
FontAwesomeIcons
.
solidKissWinkHeart
,
'solidKissWinkHeart'
),
ExampleIcon
(
FontAwesomeIcons
.
kiwiBird
,
'kiwiBird'
),
ExampleIcon
(
FontAwesomeIcons
.
korvue
,
'korvue'
),
ExampleIcon
(
FontAwesomeIcons
.
language
,
'language'
),
...
...
@@ -600,6 +688,14 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
laravel
,
'laravel'
),
ExampleIcon
(
FontAwesomeIcons
.
lastfm
,
'lastfm'
),
ExampleIcon
(
FontAwesomeIcons
.
lastfmSquare
,
'lastfmSquare'
),
ExampleIcon
(
FontAwesomeIcons
.
laugh
,
'laugh'
),
ExampleIcon
(
FontAwesomeIcons
.
solidLaugh
,
'solidLaugh'
),
ExampleIcon
(
FontAwesomeIcons
.
laughBeam
,
'laughBeam'
),
ExampleIcon
(
FontAwesomeIcons
.
solidLaughBeam
,
'solidLaughBeam'
),
ExampleIcon
(
FontAwesomeIcons
.
laughSquint
,
'laughSquint'
),
ExampleIcon
(
FontAwesomeIcons
.
solidLaughSquint
,
'solidLaughSquint'
),
ExampleIcon
(
FontAwesomeIcons
.
laughWink
,
'laughWink'
),
ExampleIcon
(
FontAwesomeIcons
.
solidLaughWink
,
'solidLaughWink'
),
ExampleIcon
(
FontAwesomeIcons
.
leaf
,
'leaf'
),
ExampleIcon
(
FontAwesomeIcons
.
leanpub
,
'leanpub'
),
ExampleIcon
(
FontAwesomeIcons
.
lemon
,
'lemon'
),
...
...
@@ -633,18 +729,23 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
longArrowAltRight
,
'longArrowAltRight'
),
ExampleIcon
(
FontAwesomeIcons
.
longArrowAltUp
,
'longArrowAltUp'
),
ExampleIcon
(
FontAwesomeIcons
.
lowVision
,
'lowVision'
),
ExampleIcon
(
FontAwesomeIcons
.
luggageCart
,
'luggageCart'
),
ExampleIcon
(
FontAwesomeIcons
.
lyft
,
'lyft'
),
ExampleIcon
(
FontAwesomeIcons
.
magento
,
'magento'
),
ExampleIcon
(
FontAwesomeIcons
.
magic
,
'magic'
),
ExampleIcon
(
FontAwesomeIcons
.
magnet
,
'magnet'
),
ExampleIcon
(
FontAwesomeIcons
.
mailchimp
,
'mailchimp'
),
ExampleIcon
(
FontAwesomeIcons
.
male
,
'male'
),
ExampleIcon
(
FontAwesomeIcons
.
mandalorian
,
'mandalorian'
),
ExampleIcon
(
FontAwesomeIcons
.
map
,
'map'
),
ExampleIcon
(
FontAwesomeIcons
.
solidMap
,
'solidMap'
),
ExampleIcon
(
FontAwesomeIcons
.
mapMarked
,
'mapMarked'
),
ExampleIcon
(
FontAwesomeIcons
.
mapMarkedAlt
,
'mapMarkedAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
mapMarker
,
'mapMarker'
),
ExampleIcon
(
FontAwesomeIcons
.
mapMarkerAlt
,
'mapMarkerAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
mapPin
,
'mapPin'
),
ExampleIcon
(
FontAwesomeIcons
.
mapSigns
,
'mapSigns'
),
ExampleIcon
(
FontAwesomeIcons
.
marker
,
'marker'
),
ExampleIcon
(
FontAwesomeIcons
.
mars
,
'mars'
),
ExampleIcon
(
FontAwesomeIcons
.
marsDouble
,
'marsDouble'
),
ExampleIcon
(
FontAwesomeIcons
.
marsStroke
,
'marsStroke'
),
...
...
@@ -652,14 +753,20 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
marsStrokeV
,
'marsStrokeV'
),
ExampleIcon
(
FontAwesomeIcons
.
mastodon
,
'mastodon'
),
ExampleIcon
(
FontAwesomeIcons
.
maxcdn
,
'maxcdn'
),
ExampleIcon
(
FontAwesomeIcons
.
medal
,
'medal'
),
ExampleIcon
(
FontAwesomeIcons
.
medapps
,
'medapps'
),
ExampleIcon
(
FontAwesomeIcons
.
medium
,
'medium'
),
ExampleIcon
(
FontAwesomeIcons
.
mediumM
,
'mediumM'
),
ExampleIcon
(
FontAwesomeIcons
.
medkit
,
'medkit'
),
ExampleIcon
(
FontAwesomeIcons
.
medrt
,
'medrt'
),
ExampleIcon
(
FontAwesomeIcons
.
meetup
,
'meetup'
),
ExampleIcon
(
FontAwesomeIcons
.
megaport
,
'megaport'
),
ExampleIcon
(
FontAwesomeIcons
.
meh
,
'meh'
),
ExampleIcon
(
FontAwesomeIcons
.
solidMeh
,
'solidMeh'
),
ExampleIcon
(
FontAwesomeIcons
.
mehBlank
,
'mehBlank'
),
ExampleIcon
(
FontAwesomeIcons
.
solidMehBlank
,
'solidMehBlank'
),
ExampleIcon
(
FontAwesomeIcons
.
mehRollingEyes
,
'mehRollingEyes'
),
ExampleIcon
(
FontAwesomeIcons
.
solidMehRollingEyes
,
'solidMehRollingEyes'
),
ExampleIcon
(
FontAwesomeIcons
.
memory
,
'memory'
),
ExampleIcon
(
FontAwesomeIcons
.
mercury
,
'mercury'
),
ExampleIcon
(
FontAwesomeIcons
.
microchip
,
'microchip'
),
...
...
@@ -686,8 +793,10 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
moneyBillWaveAlt
,
'moneyBillWaveAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
moneyCheck
,
'moneyCheck'
),
ExampleIcon
(
FontAwesomeIcons
.
moneyCheckAlt
,
'moneyCheckAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
monument
,
'monument'
),
ExampleIcon
(
FontAwesomeIcons
.
moon
,
'moon'
),
ExampleIcon
(
FontAwesomeIcons
.
solidMoon
,
'solidMoon'
),
ExampleIcon
(
FontAwesomeIcons
.
mortarPestle
,
'mortarPestle'
),
ExampleIcon
(
FontAwesomeIcons
.
motorcycle
,
'motorcycle'
),
ExampleIcon
(
FontAwesomeIcons
.
mousePointer
,
'mousePointer'
),
ExampleIcon
(
FontAwesomeIcons
.
music
,
'music'
),
...
...
@@ -695,6 +804,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
neuter
,
'neuter'
),
ExampleIcon
(
FontAwesomeIcons
.
newspaper
,
'newspaper'
),
ExampleIcon
(
FontAwesomeIcons
.
solidNewspaper
,
'solidNewspaper'
),
ExampleIcon
(
FontAwesomeIcons
.
nimblr
,
'nimblr'
),
ExampleIcon
(
FontAwesomeIcons
.
nintendoSwitch
,
'nintendoSwitch'
),
ExampleIcon
(
FontAwesomeIcons
.
node
,
'node'
),
ExampleIcon
(
FontAwesomeIcons
.
nodeJs
,
'nodeJs'
),
...
...
@@ -719,6 +829,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
page4
,
'page4'
),
ExampleIcon
(
FontAwesomeIcons
.
pagelines
,
'pagelines'
),
ExampleIcon
(
FontAwesomeIcons
.
paintBrush
,
'paintBrush'
),
ExampleIcon
(
FontAwesomeIcons
.
paintRoller
,
'paintRoller'
),
ExampleIcon
(
FontAwesomeIcons
.
palette
,
'palette'
),
ExampleIcon
(
FontAwesomeIcons
.
palfed
,
'palfed'
),
ExampleIcon
(
FontAwesomeIcons
.
pallet
,
'pallet'
),
...
...
@@ -728,6 +839,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
parachuteBox
,
'parachuteBox'
),
ExampleIcon
(
FontAwesomeIcons
.
paragraph
,
'paragraph'
),
ExampleIcon
(
FontAwesomeIcons
.
parking
,
'parking'
),
ExampleIcon
(
FontAwesomeIcons
.
passport
,
'passport'
),
ExampleIcon
(
FontAwesomeIcons
.
paste
,
'paste'
),
ExampleIcon
(
FontAwesomeIcons
.
patreon
,
'patreon'
),
ExampleIcon
(
FontAwesomeIcons
.
pause
,
'pause'
),
...
...
@@ -735,8 +847,13 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
solidPauseCircle
,
'solidPauseCircle'
),
ExampleIcon
(
FontAwesomeIcons
.
paw
,
'paw'
),
ExampleIcon
(
FontAwesomeIcons
.
paypal
,
'paypal'
),
ExampleIcon
(
FontAwesomeIcons
.
pen
,
'pen'
),
ExampleIcon
(
FontAwesomeIcons
.
penAlt
,
'penAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
penFancy
,
'penFancy'
),
ExampleIcon
(
FontAwesomeIcons
.
penNib
,
'penNib'
),
ExampleIcon
(
FontAwesomeIcons
.
penSquare
,
'penSquare'
),
ExampleIcon
(
FontAwesomeIcons
.
pencilAlt
,
'pencilAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
pencilRuler
,
'pencilRuler'
),
ExampleIcon
(
FontAwesomeIcons
.
peopleCarry
,
'peopleCarry'
),
ExampleIcon
(
FontAwesomeIcons
.
percent
,
'percent'
),
ExampleIcon
(
FontAwesomeIcons
.
percentage
,
'percentage'
),
...
...
@@ -759,6 +876,8 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
pinterestP
,
'pinterestP'
),
ExampleIcon
(
FontAwesomeIcons
.
pinterestSquare
,
'pinterestSquare'
),
ExampleIcon
(
FontAwesomeIcons
.
plane
,
'plane'
),
ExampleIcon
(
FontAwesomeIcons
.
planeArrival
,
'planeArrival'
),
ExampleIcon
(
FontAwesomeIcons
.
planeDeparture
,
'planeDeparture'
),
ExampleIcon
(
FontAwesomeIcons
.
play
,
'play'
),
ExampleIcon
(
FontAwesomeIcons
.
playCircle
,
'playCircle'
),
ExampleIcon
(
FontAwesomeIcons
.
solidPlayCircle
,
'solidPlayCircle'
),
...
...
@@ -773,6 +892,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
portrait
,
'portrait'
),
ExampleIcon
(
FontAwesomeIcons
.
poundSign
,
'poundSign'
),
ExampleIcon
(
FontAwesomeIcons
.
powerOff
,
'powerOff'
),
ExampleIcon
(
FontAwesomeIcons
.
prescription
,
'prescription'
),
ExampleIcon
(
FontAwesomeIcons
.
prescriptionBottle
,
'prescriptionBottle'
),
ExampleIcon
(
FontAwesomeIcons
.
prescriptionBottleAlt
,
'prescriptionBottleAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
print
,
'print'
),
...
...
@@ -830,6 +950,10 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
rulerHorizontal
,
'rulerHorizontal'
),
ExampleIcon
(
FontAwesomeIcons
.
rulerVertical
,
'rulerVertical'
),
ExampleIcon
(
FontAwesomeIcons
.
rupeeSign
,
'rupeeSign'
),
ExampleIcon
(
FontAwesomeIcons
.
sadCry
,
'sadCry'
),
ExampleIcon
(
FontAwesomeIcons
.
solidSadCry
,
'solidSadCry'
),
ExampleIcon
(
FontAwesomeIcons
.
sadTear
,
'sadTear'
),
ExampleIcon
(
FontAwesomeIcons
.
solidSadTear
,
'solidSadTear'
),
ExampleIcon
(
FontAwesomeIcons
.
safari
,
'safari'
),
ExampleIcon
(
FontAwesomeIcons
.
sass
,
'sass'
),
ExampleIcon
(
FontAwesomeIcons
.
save
,
'save'
),
...
...
@@ -861,12 +985,15 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
shoppingBag
,
'shoppingBag'
),
ExampleIcon
(
FontAwesomeIcons
.
shoppingBasket
,
'shoppingBasket'
),
ExampleIcon
(
FontAwesomeIcons
.
shoppingCart
,
'shoppingCart'
),
ExampleIcon
(
FontAwesomeIcons
.
shopware
,
'shopware'
),
ExampleIcon
(
FontAwesomeIcons
.
shower
,
'shower'
),
ExampleIcon
(
FontAwesomeIcons
.
shuttleVan
,
'shuttleVan'
),
ExampleIcon
(
FontAwesomeIcons
.
sign
,
'sign'
),
ExampleIcon
(
FontAwesomeIcons
.
signInAlt
,
'signInAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
signLanguage
,
'signLanguage'
),
ExampleIcon
(
FontAwesomeIcons
.
signOutAlt
,
'signOutAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
signal
,
'signal'
),
ExampleIcon
(
FontAwesomeIcons
.
signature
,
'signature'
),
ExampleIcon
(
FontAwesomeIcons
.
simplybuilt
,
'simplybuilt'
),
ExampleIcon
(
FontAwesomeIcons
.
sistrix
,
'sistrix'
),
ExampleIcon
(
FontAwesomeIcons
.
sitemap
,
'sitemap'
),
...
...
@@ -880,6 +1007,10 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
slideshare
,
'slideshare'
),
ExampleIcon
(
FontAwesomeIcons
.
smile
,
'smile'
),
ExampleIcon
(
FontAwesomeIcons
.
solidSmile
,
'solidSmile'
),
ExampleIcon
(
FontAwesomeIcons
.
smileBeam
,
'smileBeam'
),
ExampleIcon
(
FontAwesomeIcons
.
solidSmileBeam
,
'solidSmileBeam'
),
ExampleIcon
(
FontAwesomeIcons
.
smileWink
,
'smileWink'
),
ExampleIcon
(
FontAwesomeIcons
.
solidSmileWink
,
'solidSmileWink'
),
ExampleIcon
(
FontAwesomeIcons
.
smoking
,
'smoking'
),
ExampleIcon
(
FontAwesomeIcons
.
smokingBan
,
'smokingBan'
),
ExampleIcon
(
FontAwesomeIcons
.
snapchat
,
'snapchat'
),
...
...
@@ -887,6 +1018,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
snapchatSquare
,
'snapchatSquare'
),
ExampleIcon
(
FontAwesomeIcons
.
snowflake
,
'snowflake'
),
ExampleIcon
(
FontAwesomeIcons
.
solidSnowflake
,
'solidSnowflake'
),
ExampleIcon
(
FontAwesomeIcons
.
solarPanel
,
'solarPanel'
),
ExampleIcon
(
FontAwesomeIcons
.
sort
,
'sort'
),
ExampleIcon
(
FontAwesomeIcons
.
sortAlphaDown
,
'sortAlphaDown'
),
ExampleIcon
(
FontAwesomeIcons
.
sortAlphaUp
,
'sortAlphaUp'
),
...
...
@@ -897,19 +1029,25 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
sortNumericUp
,
'sortNumericUp'
),
ExampleIcon
(
FontAwesomeIcons
.
sortUp
,
'sortUp'
),
ExampleIcon
(
FontAwesomeIcons
.
soundcloud
,
'soundcloud'
),
ExampleIcon
(
FontAwesomeIcons
.
spa
,
'spa'
),
ExampleIcon
(
FontAwesomeIcons
.
spaceShuttle
,
'spaceShuttle'
),
ExampleIcon
(
FontAwesomeIcons
.
speakap
,
'speakap'
),
ExampleIcon
(
FontAwesomeIcons
.
spinner
,
'spinner'
),
ExampleIcon
(
FontAwesomeIcons
.
splotch
,
'splotch'
),
ExampleIcon
(
FontAwesomeIcons
.
spotify
,
'spotify'
),
ExampleIcon
(
FontAwesomeIcons
.
sprayCan
,
'sprayCan'
),
ExampleIcon
(
FontAwesomeIcons
.
square
,
'square'
),
ExampleIcon
(
FontAwesomeIcons
.
solidSquare
,
'solidSquare'
),
ExampleIcon
(
FontAwesomeIcons
.
squareFull
,
'squareFull'
),
ExampleIcon
(
FontAwesomeIcons
.
squarespace
,
'squarespace'
),
ExampleIcon
(
FontAwesomeIcons
.
stackExchange
,
'stackExchange'
),
ExampleIcon
(
FontAwesomeIcons
.
stackOverflow
,
'stackOverflow'
),
ExampleIcon
(
FontAwesomeIcons
.
stamp
,
'stamp'
),
ExampleIcon
(
FontAwesomeIcons
.
star
,
'star'
),
ExampleIcon
(
FontAwesomeIcons
.
solidStar
,
'solidStar'
),
ExampleIcon
(
FontAwesomeIcons
.
starHalf
,
'starHalf'
),
ExampleIcon
(
FontAwesomeIcons
.
solidStarHalf
,
'solidStarHalf'
),
ExampleIcon
(
FontAwesomeIcons
.
starHalfAlt
,
'starHalfAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
staylinked
,
'staylinked'
),
ExampleIcon
(
FontAwesomeIcons
.
steam
,
'steam'
),
ExampleIcon
(
FontAwesomeIcons
.
steamSquare
,
'steamSquare'
),
...
...
@@ -939,11 +1077,17 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
subscript
,
'subscript'
),
ExampleIcon
(
FontAwesomeIcons
.
subway
,
'subway'
),
ExampleIcon
(
FontAwesomeIcons
.
suitcase
,
'suitcase'
),
ExampleIcon
(
FontAwesomeIcons
.
suitcaseRolling
,
'suitcaseRolling'
),
ExampleIcon
(
FontAwesomeIcons
.
sun
,
'sun'
),
ExampleIcon
(
FontAwesomeIcons
.
solidSun
,
'solidSun'
),
ExampleIcon
(
FontAwesomeIcons
.
superpowers
,
'superpowers'
),
ExampleIcon
(
FontAwesomeIcons
.
superscript
,
'superscript'
),
ExampleIcon
(
FontAwesomeIcons
.
supple
,
'supple'
),
ExampleIcon
(
FontAwesomeIcons
.
surprise
,
'surprise'
),
ExampleIcon
(
FontAwesomeIcons
.
solidSurprise
,
'solidSurprise'
),
ExampleIcon
(
FontAwesomeIcons
.
swatchbook
,
'swatchbook'
),
ExampleIcon
(
FontAwesomeIcons
.
swimmer
,
'swimmer'
),
ExampleIcon
(
FontAwesomeIcons
.
swimmingPool
,
'swimmingPool'
),
ExampleIcon
(
FontAwesomeIcons
.
sync
,
'sync'
),
ExampleIcon
(
FontAwesomeIcons
.
syncAlt
,
'syncAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
syringe
,
'syringe'
),
...
...
@@ -968,6 +1112,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
th
,
'th'
),
ExampleIcon
(
FontAwesomeIcons
.
thLarge
,
'thLarge'
),
ExampleIcon
(
FontAwesomeIcons
.
thList
,
'thList'
),
ExampleIcon
(
FontAwesomeIcons
.
themeco
,
'themeco'
),
ExampleIcon
(
FontAwesomeIcons
.
themeisle
,
'themeisle'
),
ExampleIcon
(
FontAwesomeIcons
.
thermometer
,
'thermometer'
),
ExampleIcon
(
FontAwesomeIcons
.
thermometerEmpty
,
'thermometerEmpty'
),
...
...
@@ -986,9 +1131,13 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
timesCircle
,
'timesCircle'
),
ExampleIcon
(
FontAwesomeIcons
.
solidTimesCircle
,
'solidTimesCircle'
),
ExampleIcon
(
FontAwesomeIcons
.
tint
,
'tint'
),
ExampleIcon
(
FontAwesomeIcons
.
tintSlash
,
'tintSlash'
),
ExampleIcon
(
FontAwesomeIcons
.
tired
,
'tired'
),
ExampleIcon
(
FontAwesomeIcons
.
solidTired
,
'solidTired'
),
ExampleIcon
(
FontAwesomeIcons
.
toggleOff
,
'toggleOff'
),
ExampleIcon
(
FontAwesomeIcons
.
toggleOn
,
'toggleOn'
),
ExampleIcon
(
FontAwesomeIcons
.
toolbox
,
'toolbox'
),
ExampleIcon
(
FontAwesomeIcons
.
tooth
,
'tooth'
),
ExampleIcon
(
FontAwesomeIcons
.
tradeFederation
,
'tradeFederation'
),
ExampleIcon
(
FontAwesomeIcons
.
trademark
,
'trademark'
),
ExampleIcon
(
FontAwesomeIcons
.
train
,
'train'
),
...
...
@@ -1016,6 +1165,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
uber
,
'uber'
),
ExampleIcon
(
FontAwesomeIcons
.
uikit
,
'uikit'
),
ExampleIcon
(
FontAwesomeIcons
.
umbrella
,
'umbrella'
),
ExampleIcon
(
FontAwesomeIcons
.
umbrellaBeach
,
'umbrellaBeach'
),
ExampleIcon
(
FontAwesomeIcons
.
underline
,
'underline'
),
ExampleIcon
(
FontAwesomeIcons
.
undo
,
'undo'
),
ExampleIcon
(
FontAwesomeIcons
.
undoAlt
,
'undoAlt'
),
...
...
@@ -1058,6 +1208,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
utensilSpoon
,
'utensilSpoon'
),
ExampleIcon
(
FontAwesomeIcons
.
utensils
,
'utensils'
),
ExampleIcon
(
FontAwesomeIcons
.
vaadin
,
'vaadin'
),
ExampleIcon
(
FontAwesomeIcons
.
vectorSquare
,
'vectorSquare'
),
ExampleIcon
(
FontAwesomeIcons
.
venus
,
'venus'
),
ExampleIcon
(
FontAwesomeIcons
.
venusDouble
,
'venusDouble'
),
ExampleIcon
(
FontAwesomeIcons
.
venusMars
,
'venusMars'
),
...
...
@@ -1083,8 +1234,10 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
walking
,
'walking'
),
ExampleIcon
(
FontAwesomeIcons
.
wallet
,
'wallet'
),
ExampleIcon
(
FontAwesomeIcons
.
warehouse
,
'warehouse'
),
ExampleIcon
(
FontAwesomeIcons
.
weebly
,
'weebly'
),
ExampleIcon
(
FontAwesomeIcons
.
weibo
,
'weibo'
),
ExampleIcon
(
FontAwesomeIcons
.
weight
,
'weight'
),
ExampleIcon
(
FontAwesomeIcons
.
weightHanging
,
'weightHanging'
),
ExampleIcon
(
FontAwesomeIcons
.
weixin
,
'weixin'
),
ExampleIcon
(
FontAwesomeIcons
.
whatsapp
,
'whatsapp'
),
ExampleIcon
(
FontAwesomeIcons
.
whatsappSquare
,
'whatsappSquare'
),
...
...
@@ -1102,6 +1255,8 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
solidWindowRestore
,
'solidWindowRestore'
),
ExampleIcon
(
FontAwesomeIcons
.
windows
,
'windows'
),
ExampleIcon
(
FontAwesomeIcons
.
wineGlass
,
'wineGlass'
),
ExampleIcon
(
FontAwesomeIcons
.
wineGlassAlt
,
'wineGlassAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
wix
,
'wix'
),
ExampleIcon
(
FontAwesomeIcons
.
wolfPackBattalion
,
'wolfPackBattalion'
),
ExampleIcon
(
FontAwesomeIcons
.
wonSign
,
'wonSign'
),
ExampleIcon
(
FontAwesomeIcons
.
wordpress
,
'wordpress'
),
...
...
lib/font_awesome_flutter.dart
View file @
cbfd62a0
...
...
@@ -40,6 +40,8 @@ class FontAwesomeIcons {
static
const
IconData
angleLeft
=
const
IconDataSolid
(
0xf104
);
static
const
IconData
angleRight
=
const
IconDataSolid
(
0xf105
);
static
const
IconData
angleUp
=
const
IconDataSolid
(
0xf106
);
static
const
IconData
angry
=
const
IconDataRegular
(
0xf556
);
static
const
IconData
solidAngry
=
const
IconDataSolid
(
0xf556
);
static
const
IconData
angrycreative
=
const
IconDataBrands
(
0xf36e
);
static
const
IconData
angular
=
const
IconDataBrands
(
0xf420
);
static
const
IconData
appStore
=
const
IconDataBrands
(
0xf36f
);
...
...
@@ -48,6 +50,7 @@ class FontAwesomeIcons {
static
const
IconData
apple
=
const
IconDataBrands
(
0xf179
);
static
const
IconData
applePay
=
const
IconDataBrands
(
0xf415
);
static
const
IconData
archive
=
const
IconDataSolid
(
0xf187
);
static
const
IconData
archway
=
const
IconDataSolid
(
0xf557
);
static
const
IconData
arrowAltCircleDown
=
const
IconDataRegular
(
0xf358
);
static
const
IconData
solidArrowAltCircleDown
=
const
IconDataSolid
(
0xf358
);
static
const
IconData
arrowAltCircleLeft
=
const
IconDataRegular
(
0xf359
);
...
...
@@ -71,12 +74,15 @@ class FontAwesomeIcons {
static
const
IconData
asterisk
=
const
IconDataSolid
(
0xf069
);
static
const
IconData
asymmetrik
=
const
IconDataBrands
(
0xf372
);
static
const
IconData
at
=
const
IconDataSolid
(
0xf1fa
);
static
const
IconData
atlas
=
const
IconDataSolid
(
0xf558
);
static
const
IconData
audible
=
const
IconDataBrands
(
0xf373
);
static
const
IconData
audioDescription
=
const
IconDataSolid
(
0xf29e
);
static
const
IconData
autoprefixer
=
const
IconDataBrands
(
0xf41c
);
static
const
IconData
avianex
=
const
IconDataBrands
(
0xf374
);
static
const
IconData
aviato
=
const
IconDataBrands
(
0xf421
);
static
const
IconData
award
=
const
IconDataSolid
(
0xf559
);
static
const
IconData
aws
=
const
IconDataBrands
(
0xf375
);
static
const
IconData
backspace
=
const
IconDataSolid
(
0xf55a
);
static
const
IconData
backward
=
const
IconDataSolid
(
0xf04a
);
static
const
IconData
balanceScale
=
const
IconDataSolid
(
0xf24e
);
static
const
IconData
ban
=
const
IconDataSolid
(
0xf05e
);
...
...
@@ -100,6 +106,7 @@ class FontAwesomeIcons {
static
const
IconData
solidBell
=
const
IconDataSolid
(
0xf0f3
);
static
const
IconData
bellSlash
=
const
IconDataRegular
(
0xf1f6
);
static
const
IconData
solidBellSlash
=
const
IconDataSolid
(
0xf1f6
);
static
const
IconData
bezierCurve
=
const
IconDataSolid
(
0xf55b
);
static
const
IconData
bicycle
=
const
IconDataSolid
(
0xf206
);
static
const
IconData
bimobject
=
const
IconDataBrands
(
0xf378
);
static
const
IconData
binoculars
=
const
IconDataSolid
(
0xf1e5
);
...
...
@@ -118,6 +125,7 @@ class FontAwesomeIcons {
static
const
IconData
bold
=
const
IconDataSolid
(
0xf032
);
static
const
IconData
bolt
=
const
IconDataSolid
(
0xf0e7
);
static
const
IconData
bomb
=
const
IconDataSolid
(
0xf1e2
);
static
const
IconData
bong
=
const
IconDataSolid
(
0xf55c
);
static
const
IconData
book
=
const
IconDataSolid
(
0xf02d
);
static
const
IconData
bookOpen
=
const
IconDataSolid
(
0xf518
);
static
const
IconData
bookmark
=
const
IconDataRegular
(
0xf02e
);
...
...
@@ -131,6 +139,7 @@ class FontAwesomeIcons {
static
const
IconData
briefcaseMedical
=
const
IconDataSolid
(
0xf469
);
static
const
IconData
broadcastTower
=
const
IconDataSolid
(
0xf519
);
static
const
IconData
broom
=
const
IconDataSolid
(
0xf51a
);
static
const
IconData
brush
=
const
IconDataSolid
(
0xf55d
);
static
const
IconData
btc
=
const
IconDataBrands
(
0xf15a
);
static
const
IconData
bug
=
const
IconDataSolid
(
0xf188
);
static
const
IconData
building
=
const
IconDataRegular
(
0xf1ad
);
...
...
@@ -140,6 +149,7 @@ class FontAwesomeIcons {
static
const
IconData
burn
=
const
IconDataSolid
(
0xf46a
);
static
const
IconData
buromobelexperte
=
const
IconDataBrands
(
0xf37f
);
static
const
IconData
bus
=
const
IconDataSolid
(
0xf207
);
static
const
IconData
busAlt
=
const
IconDataSolid
(
0xf55e
);
static
const
IconData
buysellads
=
const
IconDataBrands
(
0xf20d
);
static
const
IconData
calculator
=
const
IconDataSolid
(
0xf1ec
);
static
const
IconData
calendar
=
const
IconDataRegular
(
0xf133
);
...
...
@@ -156,6 +166,7 @@ class FontAwesomeIcons {
static
const
IconData
solidCalendarTimes
=
const
IconDataSolid
(
0xf273
);
static
const
IconData
camera
=
const
IconDataSolid
(
0xf030
);
static
const
IconData
cameraRetro
=
const
IconDataSolid
(
0xf083
);
static
const
IconData
cannabis
=
const
IconDataSolid
(
0xf55f
);
static
const
IconData
capsules
=
const
IconDataSolid
(
0xf46b
);
static
const
IconData
car
=
const
IconDataSolid
(
0xf1b9
);
static
const
IconData
caretDown
=
const
IconDataSolid
(
0xf0d7
);
...
...
@@ -194,6 +205,7 @@ class FontAwesomeIcons {
static
const
IconData
check
=
const
IconDataSolid
(
0xf00c
);
static
const
IconData
checkCircle
=
const
IconDataRegular
(
0xf058
);
static
const
IconData
solidCheckCircle
=
const
IconDataSolid
(
0xf058
);
static
const
IconData
checkDouble
=
const
IconDataSolid
(
0xf560
);
static
const
IconData
checkSquare
=
const
IconDataRegular
(
0xf14a
);
static
const
IconData
solidCheckSquare
=
const
IconDataSolid
(
0xf14a
);
static
const
IconData
chess
=
const
IconDataSolid
(
0xf439
);
...
...
@@ -234,6 +246,7 @@ class FontAwesomeIcons {
static
const
IconData
cloudscale
=
const
IconDataBrands
(
0xf383
);
static
const
IconData
cloudsmith
=
const
IconDataBrands
(
0xf384
);
static
const
IconData
cloudversify
=
const
IconDataBrands
(
0xf385
);
static
const
IconData
cocktail
=
const
IconDataSolid
(
0xf561
);
static
const
IconData
code
=
const
IconDataSolid
(
0xf121
);
static
const
IconData
codeBranch
=
const
IconDataSolid
(
0xf126
);
static
const
IconData
codepen
=
const
IconDataBrands
(
0xf1cb
);
...
...
@@ -256,8 +269,11 @@ class FontAwesomeIcons {
static
const
IconData
compass
=
const
IconDataRegular
(
0xf14e
);
static
const
IconData
solidCompass
=
const
IconDataSolid
(
0xf14e
);
static
const
IconData
compress
=
const
IconDataSolid
(
0xf066
);
static
const
IconData
conciergeBell
=
const
IconDataSolid
(
0xf562
);
static
const
IconData
connectdevelop
=
const
IconDataBrands
(
0xf20e
);
static
const
IconData
contao
=
const
IconDataBrands
(
0xf26d
);
static
const
IconData
cookie
=
const
IconDataSolid
(
0xf563
);
static
const
IconData
cookieBite
=
const
IconDataSolid
(
0xf564
);
static
const
IconData
copy
=
const
IconDataRegular
(
0xf0c5
);
static
const
IconData
solidCopy
=
const
IconDataSolid
(
0xf0c5
);
static
const
IconData
copyright
=
const
IconDataRegular
(
0xf1f9
);
...
...
@@ -281,6 +297,7 @@ class FontAwesomeIcons {
static
const
IconData
creditCard
=
const
IconDataRegular
(
0xf09d
);
static
const
IconData
solidCreditCard
=
const
IconDataSolid
(
0xf09d
);
static
const
IconData
crop
=
const
IconDataSolid
(
0xf125
);
static
const
IconData
cropAlt
=
const
IconDataSolid
(
0xf565
);
static
const
IconData
crosshairs
=
const
IconDataSolid
(
0xf05b
);
static
const
IconData
crow
=
const
IconDataSolid
(
0xf520
);
static
const
IconData
crown
=
const
IconDataSolid
(
0xf521
);
...
...
@@ -309,9 +326,12 @@ class FontAwesomeIcons {
static
const
IconData
diceTwo
=
const
IconDataSolid
(
0xf528
);
static
const
IconData
digg
=
const
IconDataBrands
(
0xf1a6
);
static
const
IconData
digitalOcean
=
const
IconDataBrands
(
0xf391
);
static
const
IconData
digitalTachograph
=
const
IconDataSolid
(
0xf566
);
static
const
IconData
discord
=
const
IconDataBrands
(
0xf392
);
static
const
IconData
discourse
=
const
IconDataBrands
(
0xf393
);
static
const
IconData
divide
=
const
IconDataSolid
(
0xf529
);
static
const
IconData
dizzy
=
const
IconDataRegular
(
0xf567
);
static
const
IconData
solidDizzy
=
const
IconDataSolid
(
0xf567
);
static
const
IconData
dna
=
const
IconDataSolid
(
0xf471
);
static
const
IconData
dochub
=
const
IconDataBrands
(
0xf394
);
static
const
IconData
docker
=
const
IconDataBrands
(
0xf395
);
...
...
@@ -326,9 +346,12 @@ class FontAwesomeIcons {
static
const
IconData
dove
=
const
IconDataSolid
(
0xf4ba
);
static
const
IconData
download
=
const
IconDataSolid
(
0xf019
);
static
const
IconData
draft2digital
=
const
IconDataBrands
(
0xf396
);
static
const
IconData
draftingCompass
=
const
IconDataSolid
(
0xf568
);
static
const
IconData
dribbble
=
const
IconDataBrands
(
0xf17d
);
static
const
IconData
dribbbleSquare
=
const
IconDataBrands
(
0xf397
);
static
const
IconData
dropbox
=
const
IconDataBrands
(
0xf16b
);
static
const
IconData
drum
=
const
IconDataSolid
(
0xf569
);
static
const
IconData
drumSteelpan
=
const
IconDataSolid
(
0xf56a
);
static
const
IconData
drupal
=
const
IconDataBrands
(
0xf1a9
);
static
const
IconData
dumbbell
=
const
IconDataSolid
(
0xf44b
);
static
const
IconData
dyalog
=
const
IconDataBrands
(
0xf399
);
...
...
@@ -377,6 +400,7 @@ class FontAwesomeIcons {
static
const
IconData
fastForward
=
const
IconDataSolid
(
0xf050
);
static
const
IconData
fax
=
const
IconDataSolid
(
0xf1ac
);
static
const
IconData
feather
=
const
IconDataSolid
(
0xf52d
);
static
const
IconData
featherAlt
=
const
IconDataSolid
(
0xf56b
);
static
const
IconData
female
=
const
IconDataSolid
(
0xf182
);
static
const
IconData
fighterJet
=
const
IconDataSolid
(
0xf0fb
);
static
const
IconData
file
=
const
IconDataRegular
(
0xf15b
);
...
...
@@ -389,22 +413,34 @@ class FontAwesomeIcons {
static
const
IconData
solidFileAudio
=
const
IconDataSolid
(
0xf1c7
);
static
const
IconData
fileCode
=
const
IconDataRegular
(
0xf1c9
);
static
const
IconData
solidFileCode
=
const
IconDataSolid
(
0xf1c9
);
static
const
IconData
fileContract
=
const
IconDataSolid
(
0xf56c
);
static
const
IconData
fileDownload
=
const
IconDataSolid
(
0xf56d
);
static
const
IconData
fileExcel
=
const
IconDataRegular
(
0xf1c3
);
static
const
IconData
solidFileExcel
=
const
IconDataSolid
(
0xf1c3
);
static
const
IconData
fileExport
=
const
IconDataSolid
(
0xf56e
);
static
const
IconData
fileImage
=
const
IconDataRegular
(
0xf1c5
);
static
const
IconData
solidFileImage
=
const
IconDataSolid
(
0xf1c5
);
static
const
IconData
fileImport
=
const
IconDataSolid
(
0xf56f
);
static
const
IconData
fileInvoice
=
const
IconDataSolid
(
0xf570
);
static
const
IconData
fileInvoiceDollar
=
const
IconDataSolid
(
0xf571
);
static
const
IconData
fileMedical
=
const
IconDataSolid
(
0xf477
);
static
const
IconData
fileMedicalAlt
=
const
IconDataSolid
(
0xf478
);
static
const
IconData
filePdf
=
const
IconDataRegular
(
0xf1c1
);
static
const
IconData
solidFilePdf
=
const
IconDataSolid
(
0xf1c1
);
static
const
IconData
filePowerpoint
=
const
IconDataRegular
(
0xf1c4
);
static
const
IconData
solidFilePowerpoint
=
const
IconDataSolid
(
0xf1c4
);
static
const
IconData
filePrescription
=
const
IconDataSolid
(
0xf572
);
static
const
IconData
fileSignature
=
const
IconDataSolid
(
0xf573
);
static
const
IconData
fileUpload
=
const
IconDataSolid
(
0xf574
);
static
const
IconData
fileVideo
=
const
IconDataRegular
(
0xf1c8
);
static
const
IconData
solidFileVideo
=
const
IconDataSolid
(
0xf1c8
);
static
const
IconData
fileWord
=
const
IconDataRegular
(
0xf1c2
);
static
const
IconData
solidFileWord
=
const
IconDataSolid
(
0xf1c2
);
static
const
IconData
fill
=
const
IconDataSolid
(
0xf575
);
static
const
IconData
fillDrip
=
const
IconDataSolid
(
0xf576
);
static
const
IconData
film
=
const
IconDataSolid
(
0xf008
);
static
const
IconData
filter
=
const
IconDataSolid
(
0xf0b0
);
static
const
IconData
fingerprint
=
const
IconDataSolid
(
0xf577
);
static
const
IconData
fire
=
const
IconDataSolid
(
0xf06d
);
static
const
IconData
fireExtinguisher
=
const
IconDataSolid
(
0xf134
);
static
const
IconData
firefox
=
const
IconDataBrands
(
0xf269
);
...
...
@@ -412,12 +448,15 @@ class FontAwesomeIcons {
static
const
IconData
firstOrder
=
const
IconDataBrands
(
0xf2b0
);
static
const
IconData
firstOrderAlt
=
const
IconDataBrands
(
0xf50a
);
static
const
IconData
firstdraft
=
const
IconDataBrands
(
0xf3a1
);
static
const
IconData
fish
=
const
IconDataSolid
(
0xf578
);
static
const
IconData
flag
=
const
IconDataRegular
(
0xf024
);
static
const
IconData
solidFlag
=
const
IconDataSolid
(
0xf024
);
static
const
IconData
flagCheckered
=
const
IconDataSolid
(
0xf11e
);
static
const
IconData
flask
=
const
IconDataSolid
(
0xf0c3
);
static
const
IconData
flickr
=
const
IconDataBrands
(
0xf16e
);
static
const
IconData
flipboard
=
const
IconDataBrands
(
0xf44d
);
static
const
IconData
flushed
=
const
IconDataRegular
(
0xf579
);
static
const
IconData
solidFlushed
=
const
IconDataSolid
(
0xf579
);
static
const
IconData
fly
=
const
IconDataBrands
(
0xf417
);
static
const
IconData
folder
=
const
IconDataRegular
(
0xf07b
);
static
const
IconData
solidFolder
=
const
IconDataSolid
(
0xf07b
);
...
...
@@ -443,6 +482,8 @@ class FontAwesomeIcons {
static
const
IconData
frog
=
const
IconDataSolid
(
0xf52e
);
static
const
IconData
frown
=
const
IconDataRegular
(
0xf119
);
static
const
IconData
solidFrown
=
const
IconDataSolid
(
0xf119
);
static
const
IconData
frownOpen
=
const
IconDataRegular
(
0xf57a
);
static
const
IconData
solidFrownOpen
=
const
IconDataSolid
(
0xf57a
);
static
const
IconData
fulcrum
=
const
IconDataBrands
(
0xf50b
);
static
const
IconData
futbol
=
const
IconDataRegular
(
0xf1e3
);
static
const
IconData
solidFutbol
=
const
IconDataSolid
(
0xf1e3
);
...
...
@@ -467,10 +508,14 @@ class FontAwesomeIcons {
static
const
IconData
gitlab
=
const
IconDataBrands
(
0xf296
);
static
const
IconData
gitter
=
const
IconDataBrands
(
0xf426
);
static
const
IconData
glassMartini
=
const
IconDataSolid
(
0xf000
);
static
const
IconData
glassMartiniAlt
=
const
IconDataSolid
(
0xf57b
);
static
const
IconData
glasses
=
const
IconDataSolid
(
0xf530
);
static
const
IconData
glide
=
const
IconDataBrands
(
0xf2a5
);
static
const
IconData
glideG
=
const
IconDataBrands
(
0xf2a6
);
static
const
IconData
globe
=
const
IconDataSolid
(
0xf0ac
);
static
const
IconData
globeAfrica
=
const
IconDataSolid
(
0xf57c
);
static
const
IconData
globeAmericas
=
const
IconDataSolid
(
0xf57d
);
static
const
IconData
globeAsia
=
const
IconDataSolid
(
0xf57e
);
static
const
IconData
gofore
=
const
IconDataBrands
(
0xf3a7
);
static
const
IconData
golfBall
=
const
IconDataSolid
(
0xf450
);
static
const
IconData
goodreads
=
const
IconDataBrands
(
0xf3a8
);
...
...
@@ -487,6 +532,36 @@ class FontAwesomeIcons {
static
const
IconData
grav
=
const
IconDataBrands
(
0xf2d6
);
static
const
IconData
greaterThan
=
const
IconDataSolid
(
0xf531
);
static
const
IconData
greaterThanEqual
=
const
IconDataSolid
(
0xf532
);
static
const
IconData
grimace
=
const
IconDataRegular
(
0xf57f
);
static
const
IconData
solidGrimace
=
const
IconDataSolid
(
0xf57f
);
static
const
IconData
grin
=
const
IconDataRegular
(
0xf580
);
static
const
IconData
solidGrin
=
const
IconDataSolid
(
0xf580
);
static
const
IconData
grinAlt
=
const
IconDataRegular
(
0xf581
);
static
const
IconData
solidGrinAlt
=
const
IconDataSolid
(
0xf581
);
static
const
IconData
grinBeam
=
const
IconDataRegular
(
0xf582
);
static
const
IconData
solidGrinBeam
=
const
IconDataSolid
(
0xf582
);
static
const
IconData
grinBeamSweat
=
const
IconDataRegular
(
0xf583
);
static
const
IconData
solidGrinBeamSweat
=
const
IconDataSolid
(
0xf583
);
static
const
IconData
grinHearts
=
const
IconDataRegular
(
0xf584
);
static
const
IconData
solidGrinHearts
=
const
IconDataSolid
(
0xf584
);
static
const
IconData
grinSquint
=
const
IconDataRegular
(
0xf585
);
static
const
IconData
solidGrinSquint
=
const
IconDataSolid
(
0xf585
);
static
const
IconData
grinSquintTears
=
const
IconDataRegular
(
0xf586
);
static
const
IconData
solidGrinSquintTears
=
const
IconDataSolid
(
0xf586
);
static
const
IconData
grinStars
=
const
IconDataRegular
(
0xf587
);
static
const
IconData
solidGrinStars
=
const
IconDataSolid
(
0xf587
);
static
const
IconData
grinTears
=
const
IconDataRegular
(
0xf588
);
static
const
IconData
solidGrinTears
=
const
IconDataSolid
(
0xf588
);
static
const
IconData
grinTongue
=
const
IconDataRegular
(
0xf589
);
static
const
IconData
solidGrinTongue
=
const
IconDataSolid
(
0xf589
);
static
const
IconData
grinTongueSquint
=
const
IconDataRegular
(
0xf58a
);
static
const
IconData
solidGrinTongueSquint
=
const
IconDataSolid
(
0xf58a
);
static
const
IconData
grinTongueWink
=
const
IconDataRegular
(
0xf58b
);
static
const
IconData
solidGrinTongueWink
=
const
IconDataSolid
(
0xf58b
);
static
const
IconData
grinWink
=
const
IconDataRegular
(
0xf58c
);
static
const
IconData
solidGrinWink
=
const
IconDataSolid
(
0xf58c
);
static
const
IconData
gripHorizontal
=
const
IconDataSolid
(
0xf58d
);
static
const
IconData
gripVertical
=
const
IconDataSolid
(
0xf58e
);
static
const
IconData
gripfire
=
const
IconDataBrands
(
0xf3ac
);
static
const
IconData
grunt
=
const
IconDataBrands
(
0xf3ad
);
static
const
IconData
gulp
=
const
IconDataBrands
(
0xf3ae
);
...
...
@@ -527,20 +602,26 @@ class FontAwesomeIcons {
static
const
IconData
solidHdd
=
const
IconDataSolid
(
0xf0a0
);
static
const
IconData
heading
=
const
IconDataSolid
(
0xf1dc
);
static
const
IconData
headphones
=
const
IconDataSolid
(
0xf025
);
static
const
IconData
headphonesAlt
=
const
IconDataSolid
(
0xf58f
);
static
const
IconData
headset
=
const
IconDataSolid
(
0xf590
);
static
const
IconData
heart
=
const
IconDataRegular
(
0xf004
);
static
const
IconData
solidHeart
=
const
IconDataSolid
(
0xf004
);
static
const
IconData
heartbeat
=
const
IconDataSolid
(
0xf21e
);
static
const
IconData
helicopter
=
const
IconDataSolid
(
0xf533
);
static
const
IconData
highlighter
=
const
IconDataSolid
(
0xf591
);
static
const
IconData
hips
=
const
IconDataBrands
(
0xf452
);
static
const
IconData
hireAHelper
=
const
IconDataBrands
(
0xf3b0
);
static
const
IconData
history
=
const
IconDataSolid
(
0xf1da
);
static
const
IconData
hockeyPuck
=
const
IconDataSolid
(
0xf453
);
static
const
IconData
home
=
const
IconDataSolid
(
0xf015
);
static
const
IconData
hooli
=
const
IconDataBrands
(
0xf427
);
static
const
IconData
hornbill
=
const
IconDataBrands
(
0xf592
);
static
const
IconData
hospital
=
const
IconDataRegular
(
0xf0f8
);
static
const
IconData
solidHospital
=
const
IconDataSolid
(
0xf0f8
);
static
const
IconData
hospitalAlt
=
const
IconDataSolid
(
0xf47d
);
static
const
IconData
hospitalSymbol
=
const
IconDataSolid
(
0xf47e
);
static
const
IconData
hotTub
=
const
IconDataSolid
(
0xf593
);
static
const
IconData
hotel
=
const
IconDataSolid
(
0xf594
);
static
const
IconData
hotjar
=
const
IconDataBrands
(
0xf3b1
);
static
const
IconData
hourglass
=
const
IconDataRegular
(
0xf254
);
static
const
IconData
solidHourglass
=
const
IconDataSolid
(
0xf254
);
...
...
@@ -577,6 +658,7 @@ class FontAwesomeIcons {
static
const
IconData
jediOrder
=
const
IconDataBrands
(
0xf50e
);
static
const
IconData
jenkins
=
const
IconDataBrands
(
0xf3b6
);
static
const
IconData
joget
=
const
IconDataBrands
(
0xf3b7
);
static
const
IconData
joint
=
const
IconDataSolid
(
0xf595
);
static
const
IconData
joomla
=
const
IconDataBrands
(
0xf1aa
);
static
const
IconData
js
=
const
IconDataBrands
(
0xf3b8
);
static
const
IconData
jsSquare
=
const
IconDataBrands
(
0xf3b9
);
...
...
@@ -588,6 +670,12 @@ class FontAwesomeIcons {
static
const
IconData
keycdn
=
const
IconDataBrands
(
0xf3ba
);
static
const
IconData
kickstarter
=
const
IconDataBrands
(
0xf3bb
);
static
const
IconData
kickstarterK
=
const
IconDataBrands
(
0xf3bc
);
static
const
IconData
kiss
=
const
IconDataRegular
(
0xf596
);
static
const
IconData
solidKiss
=
const
IconDataSolid
(
0xf596
);
static
const
IconData
kissBeam
=
const
IconDataRegular
(
0xf597
);
static
const
IconData
solidKissBeam
=
const
IconDataSolid
(
0xf597
);
static
const
IconData
kissWinkHeart
=
const
IconDataRegular
(
0xf598
);
static
const
IconData
solidKissWinkHeart
=
const
IconDataSolid
(
0xf598
);
static
const
IconData
kiwiBird
=
const
IconDataSolid
(
0xf535
);
static
const
IconData
korvue
=
const
IconDataBrands
(
0xf42f
);
static
const
IconData
language
=
const
IconDataSolid
(
0xf1ab
);
...
...
@@ -595,6 +683,14 @@ class FontAwesomeIcons {
static
const
IconData
laravel
=
const
IconDataBrands
(
0xf3bd
);
static
const
IconData
lastfm
=
const
IconDataBrands
(
0xf202
);
static
const
IconData
lastfmSquare
=
const
IconDataBrands
(
0xf203
);
static
const
IconData
laugh
=
const
IconDataRegular
(
0xf599
);
static
const
IconData
solidLaugh
=
const
IconDataSolid
(
0xf599
);
static
const
IconData
laughBeam
=
const
IconDataRegular
(
0xf59a
);
static
const
IconData
solidLaughBeam
=
const
IconDataSolid
(
0xf59a
);
static
const
IconData
laughSquint
=
const
IconDataRegular
(
0xf59b
);
static
const
IconData
solidLaughSquint
=
const
IconDataSolid
(
0xf59b
);
static
const
IconData
laughWink
=
const
IconDataRegular
(
0xf59c
);
static
const
IconData
solidLaughWink
=
const
IconDataSolid
(
0xf59c
);
static
const
IconData
leaf
=
const
IconDataSolid
(
0xf06c
);
static
const
IconData
leanpub
=
const
IconDataBrands
(
0xf212
);
static
const
IconData
lemon
=
const
IconDataRegular
(
0xf094
);
...
...
@@ -628,18 +724,23 @@ class FontAwesomeIcons {
static
const
IconData
longArrowAltRight
=
const
IconDataSolid
(
0xf30b
);
static
const
IconData
longArrowAltUp
=
const
IconDataSolid
(
0xf30c
);
static
const
IconData
lowVision
=
const
IconDataSolid
(
0xf2a8
);
static
const
IconData
luggageCart
=
const
IconDataSolid
(
0xf59d
);
static
const
IconData
lyft
=
const
IconDataBrands
(
0xf3c3
);
static
const
IconData
magento
=
const
IconDataBrands
(
0xf3c4
);
static
const
IconData
magic
=
const
IconDataSolid
(
0xf0d0
);
static
const
IconData
magnet
=
const
IconDataSolid
(
0xf076
);
static
const
IconData
mailchimp
=
const
IconDataBrands
(
0xf59e
);
static
const
IconData
male
=
const
IconDataSolid
(
0xf183
);
static
const
IconData
mandalorian
=
const
IconDataBrands
(
0xf50f
);
static
const
IconData
map
=
const
IconDataRegular
(
0xf279
);
static
const
IconData
solidMap
=
const
IconDataSolid
(
0xf279
);
static
const
IconData
mapMarked
=
const
IconDataSolid
(
0xf59f
);
static
const
IconData
mapMarkedAlt
=
const
IconDataSolid
(
0xf5a0
);
static
const
IconData
mapMarker
=
const
IconDataSolid
(
0xf041
);
static
const
IconData
mapMarkerAlt
=
const
IconDataSolid
(
0xf3c5
);
static
const
IconData
mapPin
=
const
IconDataSolid
(
0xf276
);
static
const
IconData
mapSigns
=
const
IconDataSolid
(
0xf277
);
static
const
IconData
marker
=
const
IconDataSolid
(
0xf5a1
);
static
const
IconData
mars
=
const
IconDataSolid
(
0xf222
);
static
const
IconData
marsDouble
=
const
IconDataSolid
(
0xf227
);
static
const
IconData
marsStroke
=
const
IconDataSolid
(
0xf229
);
...
...
@@ -647,14 +748,20 @@ class FontAwesomeIcons {
static
const
IconData
marsStrokeV
=
const
IconDataSolid
(
0xf22a
);
static
const
IconData
mastodon
=
const
IconDataBrands
(
0xf4f6
);
static
const
IconData
maxcdn
=
const
IconDataBrands
(
0xf136
);
static
const
IconData
medal
=
const
IconDataSolid
(
0xf5a2
);
static
const
IconData
medapps
=
const
IconDataBrands
(
0xf3c6
);
static
const
IconData
medium
=
const
IconDataBrands
(
0xf23a
);
static
const
IconData
mediumM
=
const
IconDataBrands
(
0xf3c7
);
static
const
IconData
medkit
=
const
IconDataSolid
(
0xf0fa
);
static
const
IconData
medrt
=
const
IconDataBrands
(
0xf3c8
);
static
const
IconData
meetup
=
const
IconDataBrands
(
0xf2e0
);
static
const
IconData
megaport
=
const
IconDataBrands
(
0xf5a3
);
static
const
IconData
meh
=
const
IconDataRegular
(
0xf11a
);
static
const
IconData
solidMeh
=
const
IconDataSolid
(
0xf11a
);
static
const
IconData
mehBlank
=
const
IconDataRegular
(
0xf5a4
);
static
const
IconData
solidMehBlank
=
const
IconDataSolid
(
0xf5a4
);
static
const
IconData
mehRollingEyes
=
const
IconDataRegular
(
0xf5a5
);
static
const
IconData
solidMehRollingEyes
=
const
IconDataSolid
(
0xf5a5
);
static
const
IconData
memory
=
const
IconDataSolid
(
0xf538
);
static
const
IconData
mercury
=
const
IconDataSolid
(
0xf223
);
static
const
IconData
microchip
=
const
IconDataSolid
(
0xf2db
);
...
...
@@ -681,8 +788,10 @@ class FontAwesomeIcons {
static
const
IconData
moneyBillWaveAlt
=
const
IconDataSolid
(
0xf53b
);
static
const
IconData
moneyCheck
=
const
IconDataSolid
(
0xf53c
);
static
const
IconData
moneyCheckAlt
=
const
IconDataSolid
(
0xf53d
);
static
const
IconData
monument
=
const
IconDataSolid
(
0xf5a6
);
static
const
IconData
moon
=
const
IconDataRegular
(
0xf186
);
static
const
IconData
solidMoon
=
const
IconDataSolid
(
0xf186
);
static
const
IconData
mortarPestle
=
const
IconDataSolid
(
0xf5a7
);
static
const
IconData
motorcycle
=
const
IconDataSolid
(
0xf21c
);
static
const
IconData
mousePointer
=
const
IconDataSolid
(
0xf245
);
static
const
IconData
music
=
const
IconDataSolid
(
0xf001
);
...
...
@@ -690,6 +799,7 @@ class FontAwesomeIcons {
static
const
IconData
neuter
=
const
IconDataSolid
(
0xf22c
);
static
const
IconData
newspaper
=
const
IconDataRegular
(
0xf1ea
);
static
const
IconData
solidNewspaper
=
const
IconDataSolid
(
0xf1ea
);
static
const
IconData
nimblr
=
const
IconDataBrands
(
0xf5a8
);
static
const
IconData
nintendoSwitch
=
const
IconDataBrands
(
0xf418
);
static
const
IconData
node
=
const
IconDataBrands
(
0xf419
);
static
const
IconData
nodeJs
=
const
IconDataBrands
(
0xf3d3
);
...
...
@@ -714,6 +824,7 @@ class FontAwesomeIcons {
static
const
IconData
page4
=
const
IconDataBrands
(
0xf3d7
);
static
const
IconData
pagelines
=
const
IconDataBrands
(
0xf18c
);
static
const
IconData
paintBrush
=
const
IconDataSolid
(
0xf1fc
);
static
const
IconData
paintRoller
=
const
IconDataSolid
(
0xf5aa
);
static
const
IconData
palette
=
const
IconDataSolid
(
0xf53f
);
static
const
IconData
palfed
=
const
IconDataBrands
(
0xf3d8
);
static
const
IconData
pallet
=
const
IconDataSolid
(
0xf482
);
...
...
@@ -723,6 +834,7 @@ class FontAwesomeIcons {
static
const
IconData
parachuteBox
=
const
IconDataSolid
(
0xf4cd
);
static
const
IconData
paragraph
=
const
IconDataSolid
(
0xf1dd
);
static
const
IconData
parking
=
const
IconDataSolid
(
0xf540
);
static
const
IconData
passport
=
const
IconDataSolid
(
0xf5ab
);
static
const
IconData
paste
=
const
IconDataSolid
(
0xf0ea
);
static
const
IconData
patreon
=
const
IconDataBrands
(
0xf3d9
);
static
const
IconData
pause
=
const
IconDataSolid
(
0xf04c
);
...
...
@@ -730,8 +842,13 @@ class FontAwesomeIcons {
static
const
IconData
solidPauseCircle
=
const
IconDataSolid
(
0xf28b
);
static
const
IconData
paw
=
const
IconDataSolid
(
0xf1b0
);
static
const
IconData
paypal
=
const
IconDataBrands
(
0xf1ed
);
static
const
IconData
pen
=
const
IconDataSolid
(
0xf304
);
static
const
IconData
penAlt
=
const
IconDataSolid
(
0xf305
);
static
const
IconData
penFancy
=
const
IconDataSolid
(
0xf5ac
);
static
const
IconData
penNib
=
const
IconDataSolid
(
0xf5ad
);
static
const
IconData
penSquare
=
const
IconDataSolid
(
0xf14b
);
static
const
IconData
pencilAlt
=
const
IconDataSolid
(
0xf303
);
static
const
IconData
pencilRuler
=
const
IconDataSolid
(
0xf5ae
);
static
const
IconData
peopleCarry
=
const
IconDataSolid
(
0xf4ce
);
static
const
IconData
percent
=
const
IconDataSolid
(
0xf295
);
static
const
IconData
percentage
=
const
IconDataSolid
(
0xf541
);
...
...
@@ -754,6 +871,8 @@ class FontAwesomeIcons {
static
const
IconData
pinterestP
=
const
IconDataBrands
(
0xf231
);
static
const
IconData
pinterestSquare
=
const
IconDataBrands
(
0xf0d3
);
static
const
IconData
plane
=
const
IconDataSolid
(
0xf072
);
static
const
IconData
planeArrival
=
const
IconDataSolid
(
0xf5af
);
static
const
IconData
planeDeparture
=
const
IconDataSolid
(
0xf5b0
);
static
const
IconData
play
=
const
IconDataSolid
(
0xf04b
);
static
const
IconData
playCircle
=
const
IconDataRegular
(
0xf144
);
static
const
IconData
solidPlayCircle
=
const
IconDataSolid
(
0xf144
);
...
...
@@ -768,6 +887,7 @@ class FontAwesomeIcons {
static
const
IconData
portrait
=
const
IconDataSolid
(
0xf3e0
);
static
const
IconData
poundSign
=
const
IconDataSolid
(
0xf154
);
static
const
IconData
powerOff
=
const
IconDataSolid
(
0xf011
);
static
const
IconData
prescription
=
const
IconDataSolid
(
0xf5b1
);
static
const
IconData
prescriptionBottle
=
const
IconDataSolid
(
0xf485
);
static
const
IconData
prescriptionBottleAlt
=
const
IconDataSolid
(
0xf486
);
static
const
IconData
print
=
const
IconDataSolid
(
0xf02f
);
...
...
@@ -825,6 +945,10 @@ class FontAwesomeIcons {
static
const
IconData
rulerHorizontal
=
const
IconDataSolid
(
0xf547
);
static
const
IconData
rulerVertical
=
const
IconDataSolid
(
0xf548
);
static
const
IconData
rupeeSign
=
const
IconDataSolid
(
0xf156
);
static
const
IconData
sadCry
=
const
IconDataRegular
(
0xf5b3
);
static
const
IconData
solidSadCry
=
const
IconDataSolid
(
0xf5b3
);
static
const
IconData
sadTear
=
const
IconDataRegular
(
0xf5b4
);
static
const
IconData
solidSadTear
=
const
IconDataSolid
(
0xf5b4
);
static
const
IconData
safari
=
const
IconDataBrands
(
0xf267
);
static
const
IconData
sass
=
const
IconDataBrands
(
0xf41e
);
static
const
IconData
save
=
const
IconDataRegular
(
0xf0c7
);
...
...
@@ -856,12 +980,15 @@ class FontAwesomeIcons {
static
const
IconData
shoppingBag
=
const
IconDataSolid
(
0xf290
);
static
const
IconData
shoppingBasket
=
const
IconDataSolid
(
0xf291
);
static
const
IconData
shoppingCart
=
const
IconDataSolid
(
0xf07a
);
static
const
IconData
shopware
=
const
IconDataBrands
(
0xf5b5
);
static
const
IconData
shower
=
const
IconDataSolid
(
0xf2cc
);
static
const
IconData
shuttleVan
=
const
IconDataSolid
(
0xf5b6
);
static
const
IconData
sign
=
const
IconDataSolid
(
0xf4d9
);
static
const
IconData
signInAlt
=
const
IconDataSolid
(
0xf2f6
);
static
const
IconData
signLanguage
=
const
IconDataSolid
(
0xf2a7
);
static
const
IconData
signOutAlt
=
const
IconDataSolid
(
0xf2f5
);
static
const
IconData
signal
=
const
IconDataSolid
(
0xf012
);
static
const
IconData
signature
=
const
IconDataSolid
(
0xf5b7
);
static
const
IconData
simplybuilt
=
const
IconDataBrands
(
0xf215
);
static
const
IconData
sistrix
=
const
IconDataBrands
(
0xf3ee
);
static
const
IconData
sitemap
=
const
IconDataSolid
(
0xf0e8
);
...
...
@@ -875,6 +1002,10 @@ class FontAwesomeIcons {
static
const
IconData
slideshare
=
const
IconDataBrands
(
0xf1e7
);
static
const
IconData
smile
=
const
IconDataRegular
(
0xf118
);
static
const
IconData
solidSmile
=
const
IconDataSolid
(
0xf118
);
static
const
IconData
smileBeam
=
const
IconDataRegular
(
0xf5b8
);
static
const
IconData
solidSmileBeam
=
const
IconDataSolid
(
0xf5b8
);
static
const
IconData
smileWink
=
const
IconDataRegular
(
0xf4da
);
static
const
IconData
solidSmileWink
=
const
IconDataSolid
(
0xf4da
);
static
const
IconData
smoking
=
const
IconDataSolid
(
0xf48d
);
static
const
IconData
smokingBan
=
const
IconDataSolid
(
0xf54d
);
static
const
IconData
snapchat
=
const
IconDataBrands
(
0xf2ab
);
...
...
@@ -882,6 +1013,7 @@ class FontAwesomeIcons {
static
const
IconData
snapchatSquare
=
const
IconDataBrands
(
0xf2ad
);
static
const
IconData
snowflake
=
const
IconDataRegular
(
0xf2dc
);
static
const
IconData
solidSnowflake
=
const
IconDataSolid
(
0xf2dc
);
static
const
IconData
solarPanel
=
const
IconDataSolid
(
0xf5ba
);
static
const
IconData
sort
=
const
IconDataSolid
(
0xf0dc
);
static
const
IconData
sortAlphaDown
=
const
IconDataSolid
(
0xf15d
);
static
const
IconData
sortAlphaUp
=
const
IconDataSolid
(
0xf15e
);
...
...
@@ -892,19 +1024,25 @@ class FontAwesomeIcons {
static
const
IconData
sortNumericUp
=
const
IconDataSolid
(
0xf163
);
static
const
IconData
sortUp
=
const
IconDataSolid
(
0xf0de
);
static
const
IconData
soundcloud
=
const
IconDataBrands
(
0xf1be
);
static
const
IconData
spa
=
const
IconDataSolid
(
0xf5bb
);
static
const
IconData
spaceShuttle
=
const
IconDataSolid
(
0xf197
);
static
const
IconData
speakap
=
const
IconDataBrands
(
0xf3f3
);
static
const
IconData
spinner
=
const
IconDataSolid
(
0xf110
);
static
const
IconData
splotch
=
const
IconDataSolid
(
0xf5bc
);
static
const
IconData
spotify
=
const
IconDataBrands
(
0xf1bc
);
static
const
IconData
sprayCan
=
const
IconDataSolid
(
0xf5bd
);
static
const
IconData
square
=
const
IconDataRegular
(
0xf0c8
);
static
const
IconData
solidSquare
=
const
IconDataSolid
(
0xf0c8
);
static
const
IconData
squareFull
=
const
IconDataSolid
(
0xf45c
);
static
const
IconData
squarespace
=
const
IconDataBrands
(
0xf5be
);
static
const
IconData
stackExchange
=
const
IconDataBrands
(
0xf18d
);
static
const
IconData
stackOverflow
=
const
IconDataBrands
(
0xf16c
);
static
const
IconData
stamp
=
const
IconDataSolid
(
0xf5bf
);
static
const
IconData
star
=
const
IconDataRegular
(
0xf005
);
static
const
IconData
solidStar
=
const
IconDataSolid
(
0xf005
);
static
const
IconData
starHalf
=
const
IconDataRegular
(
0xf089
);
static
const
IconData
solidStarHalf
=
const
IconDataSolid
(
0xf089
);
static
const
IconData
starHalfAlt
=
const
IconDataSolid
(
0xf5c0
);
static
const
IconData
staylinked
=
const
IconDataBrands
(
0xf3f5
);
static
const
IconData
steam
=
const
IconDataBrands
(
0xf1b6
);
static
const
IconData
steamSquare
=
const
IconDataBrands
(
0xf1b7
);
...
...
@@ -934,11 +1072,17 @@ class FontAwesomeIcons {
static
const
IconData
subscript
=
const
IconDataSolid
(
0xf12c
);
static
const
IconData
subway
=
const
IconDataSolid
(
0xf239
);
static
const
IconData
suitcase
=
const
IconDataSolid
(
0xf0f2
);
static
const
IconData
suitcaseRolling
=
const
IconDataSolid
(
0xf5c1
);
static
const
IconData
sun
=
const
IconDataRegular
(
0xf185
);
static
const
IconData
solidSun
=
const
IconDataSolid
(
0xf185
);
static
const
IconData
superpowers
=
const
IconDataBrands
(
0xf2dd
);
static
const
IconData
superscript
=
const
IconDataSolid
(
0xf12b
);
static
const
IconData
supple
=
const
IconDataBrands
(
0xf3f9
);
static
const
IconData
surprise
=
const
IconDataRegular
(
0xf5c2
);
static
const
IconData
solidSurprise
=
const
IconDataSolid
(
0xf5c2
);
static
const
IconData
swatchbook
=
const
IconDataSolid
(
0xf5c3
);
static
const
IconData
swimmer
=
const
IconDataSolid
(
0xf5c4
);
static
const
IconData
swimmingPool
=
const
IconDataSolid
(
0xf5c5
);
static
const
IconData
sync
=
const
IconDataSolid
(
0xf021
);
static
const
IconData
syncAlt
=
const
IconDataSolid
(
0xf2f1
);
static
const
IconData
syringe
=
const
IconDataSolid
(
0xf48e
);
...
...
@@ -963,6 +1107,7 @@ class FontAwesomeIcons {
static
const
IconData
th
=
const
IconDataSolid
(
0xf00a
);
static
const
IconData
thLarge
=
const
IconDataSolid
(
0xf009
);
static
const
IconData
thList
=
const
IconDataSolid
(
0xf00b
);
static
const
IconData
themeco
=
const
IconDataBrands
(
0xf5c6
);
static
const
IconData
themeisle
=
const
IconDataBrands
(
0xf2b2
);
static
const
IconData
thermometer
=
const
IconDataSolid
(
0xf491
);
static
const
IconData
thermometerEmpty
=
const
IconDataSolid
(
0xf2cb
);
...
...
@@ -980,9 +1125,13 @@ class FontAwesomeIcons {
static
const
IconData
timesCircle
=
const
IconDataRegular
(
0xf057
);
static
const
IconData
solidTimesCircle
=
const
IconDataSolid
(
0xf057
);
static
const
IconData
tint
=
const
IconDataSolid
(
0xf043
);
static
const
IconData
tintSlash
=
const
IconDataSolid
(
0xf5c7
);
static
const
IconData
tired
=
const
IconDataRegular
(
0xf5c8
);
static
const
IconData
solidTired
=
const
IconDataSolid
(
0xf5c8
);
static
const
IconData
toggleOff
=
const
IconDataSolid
(
0xf204
);
static
const
IconData
toggleOn
=
const
IconDataSolid
(
0xf205
);
static
const
IconData
toolbox
=
const
IconDataSolid
(
0xf552
);
static
const
IconData
tooth
=
const
IconDataSolid
(
0xf5c9
);
static
const
IconData
tradeFederation
=
const
IconDataBrands
(
0xf513
);
static
const
IconData
trademark
=
const
IconDataSolid
(
0xf25c
);
static
const
IconData
train
=
const
IconDataSolid
(
0xf238
);
...
...
@@ -1010,6 +1159,7 @@ class FontAwesomeIcons {
static
const
IconData
uber
=
const
IconDataBrands
(
0xf402
);
static
const
IconData
uikit
=
const
IconDataBrands
(
0xf403
);
static
const
IconData
umbrella
=
const
IconDataSolid
(
0xf0e9
);
static
const
IconData
umbrellaBeach
=
const
IconDataSolid
(
0xf5ca
);
static
const
IconData
underline
=
const
IconDataSolid
(
0xf0cd
);
static
const
IconData
undo
=
const
IconDataSolid
(
0xf0e2
);
static
const
IconData
undoAlt
=
const
IconDataSolid
(
0xf2ea
);
...
...
@@ -1052,6 +1202,7 @@ class FontAwesomeIcons {
static
const
IconData
utensilSpoon
=
const
IconDataSolid
(
0xf2e5
);
static
const
IconData
utensils
=
const
IconDataSolid
(
0xf2e7
);
static
const
IconData
vaadin
=
const
IconDataBrands
(
0xf408
);
static
const
IconData
vectorSquare
=
const
IconDataSolid
(
0xf5cb
);
static
const
IconData
venus
=
const
IconDataSolid
(
0xf221
);
static
const
IconData
venusDouble
=
const
IconDataSolid
(
0xf226
);
static
const
IconData
venusMars
=
const
IconDataSolid
(
0xf228
);
...
...
@@ -1077,8 +1228,10 @@ class FontAwesomeIcons {
static
const
IconData
walking
=
const
IconDataSolid
(
0xf554
);
static
const
IconData
wallet
=
const
IconDataSolid
(
0xf555
);
static
const
IconData
warehouse
=
const
IconDataSolid
(
0xf494
);
static
const
IconData
weebly
=
const
IconDataBrands
(
0xf5cc
);
static
const
IconData
weibo
=
const
IconDataBrands
(
0xf18a
);
static
const
IconData
weight
=
const
IconDataSolid
(
0xf496
);
static
const
IconData
weightHanging
=
const
IconDataSolid
(
0xf5cd
);
static
const
IconData
weixin
=
const
IconDataBrands
(
0xf1d7
);
static
const
IconData
whatsapp
=
const
IconDataBrands
(
0xf232
);
static
const
IconData
whatsappSquare
=
const
IconDataBrands
(
0xf40c
);
...
...
@@ -1096,6 +1249,8 @@ class FontAwesomeIcons {
static
const
IconData
solidWindowRestore
=
const
IconDataSolid
(
0xf2d2
);
static
const
IconData
windows
=
const
IconDataBrands
(
0xf17a
);
static
const
IconData
wineGlass
=
const
IconDataSolid
(
0xf4e3
);
static
const
IconData
wineGlassAlt
=
const
IconDataSolid
(
0xf5ce
);
static
const
IconData
wix
=
const
IconDataBrands
(
0xf5cf
);
static
const
IconData
wolfPackBattalion
=
const
IconDataBrands
(
0xf514
);
static
const
IconData
wonSign
=
const
IconDataSolid
(
0xf159
);
static
const
IconData
wordpress
=
const
IconDataBrands
(
0xf19a
);
...
...
lib/fonts/fa-brands-400.ttf
View file @
cbfd62a0
No preview for this file type
lib/fonts/fa-regular-400.ttf
View file @
cbfd62a0
No preview for this file type
lib/fonts/fa-solid-900.ttf
View file @
cbfd62a0
No preview for this file type
pubspec.yaml
View file @
cbfd62a0
...
...
@@ -2,7 +2,7 @@ name: font_awesome_flutter
description
:
The Font Awesome Icon pack available as Flutter Icons
author
:
Brian Egan <brian@brianegan.com>
homepage
:
https://github.com/brianegan/font_awesome_flutter
version
:
7.
0
.0
version
:
7.
1
.0
dependencies
:
flutter
:
...
...
tool/generate_example.dart
View file @
cbfd62a0
...
...
@@ -17,7 +17,7 @@ void main(List<String> arguments) {
for
(
String
iconName
in
icons
.
keys
)
{
var
icon
=
icons
[
iconName
];
List
<
String
>
styles
=
icon
[
'styles'
]
;
List
<
String
>
styles
=
(
icon
[
'styles'
]
as
List
).
cast
<
String
>()
;
if
(
styles
.
length
>
1
)
{
if
(
styles
.
contains
(
'regular'
))
{
...
...
tool/generate_font.dart
View file @
cbfd62a0
...
...
@@ -18,7 +18,7 @@ void main(List<String> arguments) {
for
(
String
iconName
in
icons
.
keys
)
{
var
icon
=
icons
[
iconName
];
var
unicode
=
icon
[
'unicode'
];
List
<
String
>
styles
=
icon
[
'styles'
]
;
List
<
String
>
styles
=
(
icon
[
'styles'
]
as
List
).
cast
<
String
>()
;
if
(
styles
.
length
>
1
)
{
if
(
styles
.
contains
(
'regular'
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment