purgetss 3.1.3 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -11
- package/assets/fonts/FontAwesome6Brands-Regular.ttf +0 -0
- package/assets/fonts/FontAwesome6Free-Regular.ttf +0 -0
- package/assets/fonts/FontAwesome6Free-Solid.ttf +0 -0
- package/assets/images/mapicon-font.png +0 -0
- package/assets/images/microns-font.png +0 -0
- package/bin/purgetss +11 -1
- package/dist/fontawesome.js +1439 -759
- package/dist/fontawesome.tss +1451 -767
- package/dist/purgetss.ui.js +6 -5
- package/dist/tailwind.tss +816 -691
- package/docs/configuring-guide.md +5 -8
- package/docs/whats-new/v2.5.0.md +2 -2
- package/docs/whats-new/v3.1.5.md +266 -0
- package/docs/whats-new/v3.1.7.md +17 -0
- package/docs/whats-new/v3.2.0.md +161 -0
- package/index.js +379 -42
- package/lib/build-fontawesome-free-js.js +2 -2
- package/lib/build-fontawesome-free-tss.js +2 -2
- package/lib/build-fonts-folder.js +3 -3
- package/lib/build-tailwind.js +6 -2
- package/lib/helpers.js +148 -46
- package/lib/templates/custom-icon-fonts/reset.tss +2 -0
- package/lib/templates/custom-icon-fonts/template.js +3 -0
- package/lib/templates/custom-icon-fonts/template.tss +1 -0
- package/lib/templates/fontawesome/beta-reset.tss +6 -0
- package/lib/templates/fontawesome/free-reset.tss +12 -8
- package/lib/templates/fontawesome/free-template.js +1 -1
- package/lib/templates/fontawesome/free-template.tss +1 -1
- package/lib/templates/fontawesome/pro-reset.tss +19 -11
- package/lib/templates/fontawesome/pro-template.js +1 -1
- package/lib/templates/fontawesome/pro-template.tss +1 -1
- package/lib/templates/tailwind/template.tss +1 -1
- package/package.json +4 -5
- package/assets/fonts/FontAwesome5Brands-Regular.ttf +0 -0
- package/assets/fonts/FontAwesome5Free-Regular.ttf +0 -0
- package/assets/fonts/FontAwesome5Free-Solid.ttf +0 -0
package/dist/fontawesome.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Font Awesome Free
|
|
2
|
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -27,237 +27,329 @@ exports.getRandomValue = function getRandomValue() {
|
|
|
27
27
|
};
|
|
28
28
|
|
|
29
29
|
const icons = {
|
|
30
|
-
'
|
|
31
|
-
'
|
|
32
|
-
'
|
|
33
|
-
'
|
|
34
|
-
'
|
|
30
|
+
'0': '\u0030',
|
|
31
|
+
'1': '\u0031',
|
|
32
|
+
'2': '\u0032',
|
|
33
|
+
'3': '\u0033',
|
|
34
|
+
'4': '\u0034',
|
|
35
|
+
'5': '\u0035',
|
|
36
|
+
'6': '\u0036',
|
|
37
|
+
'7': '\u0037',
|
|
38
|
+
'8': '\u0038',
|
|
39
|
+
'9': '\u0039',
|
|
40
|
+
'a': '\u0041',
|
|
35
41
|
'addressBook': '\uf2b9',
|
|
42
|
+
'contactBook': '\uf2b9',
|
|
36
43
|
'addressCard': '\uf2bb',
|
|
37
|
-
'
|
|
38
|
-
'
|
|
39
|
-
'adversal': '\uf36a',
|
|
40
|
-
'affiliatetheme': '\uf36b',
|
|
41
|
-
'airFreshener': '\uf5d0',
|
|
42
|
-
'airbnb': '\uf834',
|
|
43
|
-
'algolia': '\uf36c',
|
|
44
|
+
'contactCard': '\uf2bb',
|
|
45
|
+
'vcard': '\uf2bb',
|
|
44
46
|
'alignCenter': '\uf037',
|
|
45
47
|
'alignJustify': '\uf039',
|
|
46
48
|
'alignLeft': '\uf036',
|
|
47
49
|
'alignRight': '\uf038',
|
|
48
|
-
'alipay': '\uf642',
|
|
49
|
-
'allergies': '\uf461',
|
|
50
|
-
'amazon': '\uf270',
|
|
51
|
-
'amazonPay': '\uf42c',
|
|
52
|
-
'ambulance': '\uf0f9',
|
|
53
|
-
'americanSignLanguageInterpreting': '\uf2a3',
|
|
54
|
-
'amilia': '\uf36d',
|
|
55
50
|
'anchor': '\uf13d',
|
|
56
|
-
'android': '\uf17b',
|
|
57
|
-
'angellist': '\uf209',
|
|
58
|
-
'angleDoubleDown': '\uf103',
|
|
59
|
-
'angleDoubleLeft': '\uf100',
|
|
60
|
-
'angleDoubleRight': '\uf101',
|
|
61
|
-
'angleDoubleUp': '\uf102',
|
|
62
51
|
'angleDown': '\uf107',
|
|
63
52
|
'angleLeft': '\uf104',
|
|
64
53
|
'angleRight': '\uf105',
|
|
65
54
|
'angleUp': '\uf106',
|
|
66
|
-
'
|
|
67
|
-
'
|
|
68
|
-
'
|
|
55
|
+
'anglesDown': '\uf103',
|
|
56
|
+
'angleDoubleDown': '\uf103',
|
|
57
|
+
'anglesLeft': '\uf100',
|
|
58
|
+
'angleDoubleLeft': '\uf100',
|
|
59
|
+
'anglesRight': '\uf101',
|
|
60
|
+
'angleDoubleRight': '\uf101',
|
|
61
|
+
'anglesUp': '\uf102',
|
|
62
|
+
'angleDoubleUp': '\uf102',
|
|
69
63
|
'ankh': '\uf644',
|
|
70
|
-
'
|
|
71
|
-
'appStoreIos': '\uf370',
|
|
72
|
-
'apper': '\uf371',
|
|
73
|
-
'apple': '\uf179',
|
|
64
|
+
'appleWhole': '\uf5d1',
|
|
74
65
|
'appleAlt': '\uf5d1',
|
|
75
|
-
'applePay': '\uf415',
|
|
76
|
-
'archive': '\uf187',
|
|
77
66
|
'archway': '\uf557',
|
|
78
|
-
'arrowAltCircleDown': '\uf358',
|
|
79
|
-
'arrowAltCircleLeft': '\uf359',
|
|
80
|
-
'arrowAltCircleRight': '\uf35a',
|
|
81
|
-
'arrowAltCircleUp': '\uf35b',
|
|
82
|
-
'arrowCircleDown': '\uf0ab',
|
|
83
|
-
'arrowCircleLeft': '\uf0a8',
|
|
84
|
-
'arrowCircleRight': '\uf0a9',
|
|
85
|
-
'arrowCircleUp': '\uf0aa',
|
|
86
67
|
'arrowDown': '\uf063',
|
|
68
|
+
'arrowDown19': '\uf162',
|
|
69
|
+
'sortNumericAsc': '\uf162',
|
|
70
|
+
'sortNumericDown': '\uf162',
|
|
71
|
+
'arrowDown91': '\uf886',
|
|
72
|
+
'sortNumericDesc': '\uf886',
|
|
73
|
+
'sortNumericDownAlt': '\uf886',
|
|
74
|
+
'arrowDownAZ': '\uf15d',
|
|
75
|
+
'sortAlphaAsc': '\uf15d',
|
|
76
|
+
'sortAlphaDown': '\uf15d',
|
|
77
|
+
'arrowDownLong': '\uf175',
|
|
78
|
+
'longArrowDown': '\uf175',
|
|
79
|
+
'arrowDownShortWide': '\uf884',
|
|
80
|
+
'sortAmountDesc': '\uf884',
|
|
81
|
+
'sortAmountDownAlt': '\uf884',
|
|
82
|
+
'arrowDownWideShort': '\uf160',
|
|
83
|
+
'sortAmountAsc': '\uf160',
|
|
84
|
+
'sortAmountDown': '\uf160',
|
|
85
|
+
'arrowDownZA': '\uf881',
|
|
86
|
+
'sortAlphaDesc': '\uf881',
|
|
87
|
+
'sortAlphaDownAlt': '\uf881',
|
|
87
88
|
'arrowLeft': '\uf060',
|
|
89
|
+
'arrowLeftLong': '\uf177',
|
|
90
|
+
'longArrowLeft': '\uf177',
|
|
91
|
+
'arrowPointer': '\uf245',
|
|
92
|
+
'mousePointer': '\uf245',
|
|
88
93
|
'arrowRight': '\uf061',
|
|
94
|
+
'arrowRightArrowLeft': '\uf0ec',
|
|
95
|
+
'exchange': '\uf0ec',
|
|
96
|
+
'arrowRightFromBracket': '\uf08b',
|
|
97
|
+
'signOut': '\uf08b',
|
|
98
|
+
'arrowRightLong': '\uf178',
|
|
99
|
+
'longArrowRight': '\uf178',
|
|
100
|
+
'arrowRightToBracket': '\uf090',
|
|
101
|
+
'signIn': '\uf090',
|
|
102
|
+
'arrowRotateLeft': '\uf0e2',
|
|
103
|
+
'arrowLeftRotate': '\uf0e2',
|
|
104
|
+
'arrowRotateBack': '\uf0e2',
|
|
105
|
+
'arrowRotateBackward': '\uf0e2',
|
|
106
|
+
'undo': '\uf0e2',
|
|
107
|
+
'arrowRotateRight': '\uf01e',
|
|
108
|
+
'arrowRightRotate': '\uf01e',
|
|
109
|
+
'arrowRotateForward': '\uf01e',
|
|
110
|
+
'redo': '\uf01e',
|
|
111
|
+
'arrowTrendDown': '\ue097',
|
|
112
|
+
'arrowTrendUp': '\ue098',
|
|
113
|
+
'arrowTurnDown': '\uf149',
|
|
114
|
+
'levelDown': '\uf149',
|
|
115
|
+
'arrowTurnUp': '\uf148',
|
|
116
|
+
'levelUp': '\uf148',
|
|
89
117
|
'arrowUp': '\uf062',
|
|
90
|
-
'
|
|
91
|
-
'
|
|
92
|
-
'
|
|
93
|
-
'
|
|
94
|
-
'
|
|
95
|
-
'
|
|
96
|
-
'
|
|
97
|
-
'
|
|
98
|
-
'
|
|
99
|
-
'
|
|
118
|
+
'arrowUp19': '\uf163',
|
|
119
|
+
'sortNumericUp': '\uf163',
|
|
120
|
+
'arrowUp91': '\uf887',
|
|
121
|
+
'sortNumericUpAlt': '\uf887',
|
|
122
|
+
'arrowUpAZ': '\uf15e',
|
|
123
|
+
'sortAlphaUp': '\uf15e',
|
|
124
|
+
'arrowUpFromBracket': '\ue09a',
|
|
125
|
+
'arrowUpLong': '\uf176',
|
|
126
|
+
'longArrowUp': '\uf176',
|
|
127
|
+
'arrowUpRightFromSquare': '\uf08e',
|
|
128
|
+
'externalLink': '\uf08e',
|
|
129
|
+
'arrowUpShortWide': '\uf885',
|
|
130
|
+
'sortAmountUpAlt': '\uf885',
|
|
131
|
+
'arrowUpWideShort': '\uf161',
|
|
132
|
+
'sortAmountUp': '\uf161',
|
|
133
|
+
'arrowUpZA': '\uf882',
|
|
134
|
+
'sortAlphaUpAlt': '\uf882',
|
|
135
|
+
'arrowsLeftRight': '\uf07e',
|
|
136
|
+
'arrowsH': '\uf07e',
|
|
137
|
+
'arrowsRotate': '\uf021',
|
|
138
|
+
'refresh': '\uf021',
|
|
139
|
+
'sync': '\uf021',
|
|
140
|
+
'arrowsUpDown': '\uf07d',
|
|
141
|
+
'arrowsV': '\uf07d',
|
|
142
|
+
'arrowsUpDownLeftRight': '\uf047',
|
|
143
|
+
'arrows': '\uf047',
|
|
144
|
+
'asterisk': '\u002a',
|
|
145
|
+
'at': '\u0040',
|
|
100
146
|
'atom': '\uf5d2',
|
|
101
|
-
'audible': '\uf373',
|
|
102
147
|
'audioDescription': '\uf29e',
|
|
103
|
-
'
|
|
104
|
-
'avianex': '\uf374',
|
|
105
|
-
'aviato': '\uf421',
|
|
148
|
+
'australSign': '\ue0a9',
|
|
106
149
|
'award': '\uf559',
|
|
107
|
-
'
|
|
150
|
+
'b': '\u0042',
|
|
108
151
|
'baby': '\uf77c',
|
|
109
152
|
'babyCarriage': '\uf77d',
|
|
110
|
-
'
|
|
153
|
+
'carriageBaby': '\uf77d',
|
|
111
154
|
'backward': '\uf04a',
|
|
155
|
+
'backwardFast': '\uf049',
|
|
156
|
+
'fastBackward': '\uf049',
|
|
157
|
+
'backwardStep': '\uf048',
|
|
158
|
+
'stepBackward': '\uf048',
|
|
112
159
|
'bacon': '\uf7e5',
|
|
113
160
|
'bacteria': '\ue059',
|
|
114
161
|
'bacterium': '\ue05a',
|
|
162
|
+
'bagShopping': '\uf290',
|
|
163
|
+
'shoppingBag': '\uf290',
|
|
115
164
|
'bahai': '\uf666',
|
|
116
|
-
'
|
|
117
|
-
'balanceScaleLeft': '\uf515',
|
|
118
|
-
'balanceScaleRight': '\uf516',
|
|
165
|
+
'bahtSign': '\ue0ac',
|
|
119
166
|
'ban': '\uf05e',
|
|
167
|
+
'cancel': '\uf05e',
|
|
168
|
+
'banSmoking': '\uf54d',
|
|
169
|
+
'smokingBan': '\uf54d',
|
|
170
|
+
'bandage': '\uf462',
|
|
120
171
|
'bandAid': '\uf462',
|
|
121
|
-
'bandcamp': '\uf2d5',
|
|
122
172
|
'barcode': '\uf02a',
|
|
123
173
|
'bars': '\uf0c9',
|
|
174
|
+
'navicon': '\uf0c9',
|
|
175
|
+
'barsProgress': '\uf828',
|
|
176
|
+
'tasksAlt': '\uf828',
|
|
177
|
+
'barsStaggered': '\uf550',
|
|
178
|
+
'reorder': '\uf550',
|
|
179
|
+
'stream': '\uf550',
|
|
180
|
+
'baseball': '\uf433',
|
|
124
181
|
'baseballBall': '\uf433',
|
|
182
|
+
'baseballBatBall': '\uf432',
|
|
183
|
+
'basketShopping': '\uf291',
|
|
184
|
+
'shoppingBasket': '\uf291',
|
|
185
|
+
'basketball': '\uf434',
|
|
125
186
|
'basketballBall': '\uf434',
|
|
126
187
|
'bath': '\uf2cd',
|
|
188
|
+
'bathtub': '\uf2cd',
|
|
127
189
|
'batteryEmpty': '\uf244',
|
|
190
|
+
'battery0': '\uf244',
|
|
128
191
|
'batteryFull': '\uf240',
|
|
192
|
+
'battery': '\uf240',
|
|
193
|
+
'battery5': '\uf240',
|
|
129
194
|
'batteryHalf': '\uf242',
|
|
195
|
+
'battery3': '\uf242',
|
|
130
196
|
'batteryQuarter': '\uf243',
|
|
197
|
+
'battery2': '\uf243',
|
|
131
198
|
'batteryThreeQuarters': '\uf241',
|
|
132
|
-
'
|
|
199
|
+
'battery4': '\uf241',
|
|
133
200
|
'bed': '\uf236',
|
|
201
|
+
'bedPulse': '\uf487',
|
|
202
|
+
'procedures': '\uf487',
|
|
203
|
+
'beerMugEmpty': '\uf0fc',
|
|
134
204
|
'beer': '\uf0fc',
|
|
135
|
-
'behance': '\uf1b4',
|
|
136
|
-
'behanceSquare': '\uf1b5',
|
|
137
205
|
'bell': '\uf0f3',
|
|
206
|
+
'bellConcierge': '\uf562',
|
|
207
|
+
'conciergeBell': '\uf562',
|
|
138
208
|
'bellSlash': '\uf1f6',
|
|
139
209
|
'bezierCurve': '\uf55b',
|
|
140
|
-
'bible': '\uf647',
|
|
141
210
|
'bicycle': '\uf206',
|
|
142
|
-
'biking': '\uf84a',
|
|
143
|
-
'bimobject': '\uf378',
|
|
144
211
|
'binoculars': '\uf1e5',
|
|
145
212
|
'biohazard': '\uf780',
|
|
146
|
-
'
|
|
147
|
-
'bitbucket': '\uf171',
|
|
148
|
-
'bitcoin': '\uf379',
|
|
149
|
-
'bity': '\uf37a',
|
|
150
|
-
'blackTie': '\uf27e',
|
|
151
|
-
'blackberry': '\uf37b',
|
|
213
|
+
'bitcoinSign': '\ue0b4',
|
|
152
214
|
'blender': '\uf517',
|
|
153
215
|
'blenderPhone': '\uf6b6',
|
|
154
|
-
'blind': '\uf29d',
|
|
155
216
|
'blog': '\uf781',
|
|
156
|
-
'blogger': '\uf37c',
|
|
157
|
-
'bloggerB': '\uf37d',
|
|
158
|
-
'bluetooth': '\uf293',
|
|
159
|
-
'bluetoothB': '\uf294',
|
|
160
217
|
'bold': '\uf032',
|
|
161
218
|
'bolt': '\uf0e7',
|
|
219
|
+
'zap': '\uf0e7',
|
|
220
|
+
'boltLightning': '\ue0b7',
|
|
162
221
|
'bomb': '\uf1e2',
|
|
163
222
|
'bone': '\uf5d7',
|
|
164
223
|
'bong': '\uf55c',
|
|
165
224
|
'book': '\uf02d',
|
|
166
|
-
'
|
|
225
|
+
'bookAtlas': '\uf558',
|
|
226
|
+
'atlas': '\uf558',
|
|
227
|
+
'bookBible': '\uf647',
|
|
228
|
+
'bible': '\uf647',
|
|
229
|
+
'bookJournalWhills': '\uf66a',
|
|
230
|
+
'journalWhills': '\uf66a',
|
|
167
231
|
'bookMedical': '\uf7e6',
|
|
168
232
|
'bookOpen': '\uf518',
|
|
233
|
+
'bookOpenReader': '\uf5da',
|
|
169
234
|
'bookReader': '\uf5da',
|
|
235
|
+
'bookQuran': '\uf687',
|
|
236
|
+
'quran': '\uf687',
|
|
237
|
+
'bookSkull': '\uf6b7',
|
|
238
|
+
'bookDead': '\uf6b7',
|
|
170
239
|
'bookmark': '\uf02e',
|
|
171
|
-
'bootstrap': '\uf836',
|
|
172
240
|
'borderAll': '\uf84c',
|
|
173
241
|
'borderNone': '\uf850',
|
|
242
|
+
'borderTopLeft': '\uf853',
|
|
174
243
|
'borderStyle': '\uf853',
|
|
175
244
|
'bowlingBall': '\uf436',
|
|
176
245
|
'box': '\uf466',
|
|
246
|
+
'boxArchive': '\uf187',
|
|
247
|
+
'archive': '\uf187',
|
|
177
248
|
'boxOpen': '\uf49e',
|
|
178
249
|
'boxTissue': '\ue05b',
|
|
250
|
+
'boxesStacked': '\uf468',
|
|
179
251
|
'boxes': '\uf468',
|
|
252
|
+
'boxesAlt': '\uf468',
|
|
180
253
|
'braille': '\uf2a1',
|
|
181
254
|
'brain': '\uf5dc',
|
|
255
|
+
'brazilianRealSign': '\ue46c',
|
|
182
256
|
'breadSlice': '\uf7ec',
|
|
183
257
|
'briefcase': '\uf0b1',
|
|
184
258
|
'briefcaseMedical': '\uf469',
|
|
185
|
-
'broadcastTower': '\uf519',
|
|
186
259
|
'broom': '\uf51a',
|
|
260
|
+
'broomBall': '\uf458',
|
|
261
|
+
'quidditch': '\uf458',
|
|
262
|
+
'quidditchBroomBall': '\uf458',
|
|
187
263
|
'brush': '\uf55d',
|
|
188
|
-
'btc': '\uf15a',
|
|
189
|
-
'buffer': '\uf837',
|
|
190
264
|
'bug': '\uf188',
|
|
265
|
+
'bugSlash': '\ue490',
|
|
191
266
|
'building': '\uf1ad',
|
|
267
|
+
'buildingColumns': '\uf19c',
|
|
268
|
+
'bank': '\uf19c',
|
|
269
|
+
'institution': '\uf19c',
|
|
270
|
+
'museum': '\uf19c',
|
|
271
|
+
'university': '\uf19c',
|
|
192
272
|
'bullhorn': '\uf0a1',
|
|
193
273
|
'bullseye': '\uf140',
|
|
194
|
-
'
|
|
195
|
-
'
|
|
274
|
+
'burger': '\uf805',
|
|
275
|
+
'hamburger': '\uf805',
|
|
196
276
|
'bus': '\uf207',
|
|
277
|
+
'busSimple': '\uf55e',
|
|
197
278
|
'busAlt': '\uf55e',
|
|
198
279
|
'businessTime': '\uf64a',
|
|
199
|
-
'
|
|
200
|
-
'
|
|
280
|
+
'briefcaseClock': '\uf64a',
|
|
281
|
+
'c': '\u0043',
|
|
282
|
+
'cakeCandles': '\uf1fd',
|
|
283
|
+
'birthdayCake': '\uf1fd',
|
|
284
|
+
'cake': '\uf1fd',
|
|
201
285
|
'calculator': '\uf1ec',
|
|
202
286
|
'calendar': '\uf133',
|
|
203
|
-
'calendarAlt': '\uf073',
|
|
204
287
|
'calendarCheck': '\uf274',
|
|
205
288
|
'calendarDay': '\uf783',
|
|
289
|
+
'calendarDays': '\uf073',
|
|
290
|
+
'calendarAlt': '\uf073',
|
|
206
291
|
'calendarMinus': '\uf272',
|
|
207
292
|
'calendarPlus': '\uf271',
|
|
208
|
-
'calendarTimes': '\uf273',
|
|
209
293
|
'calendarWeek': '\uf784',
|
|
294
|
+
'calendarXmark': '\uf273',
|
|
295
|
+
'calendarTimes': '\uf273',
|
|
210
296
|
'camera': '\uf030',
|
|
297
|
+
'cameraAlt': '\uf030',
|
|
211
298
|
'cameraRetro': '\uf083',
|
|
299
|
+
'cameraRotate': '\ue0d8',
|
|
212
300
|
'campground': '\uf6bb',
|
|
213
|
-
'canadianMapleLeaf': '\uf785',
|
|
214
301
|
'candyCane': '\uf786',
|
|
215
302
|
'cannabis': '\uf55f',
|
|
216
303
|
'capsules': '\uf46b',
|
|
217
304
|
'car': '\uf1b9',
|
|
218
|
-
'
|
|
305
|
+
'automobile': '\uf1b9',
|
|
219
306
|
'carBattery': '\uf5df',
|
|
307
|
+
'batteryCar': '\uf5df',
|
|
220
308
|
'carCrash': '\uf5e1',
|
|
309
|
+
'carRear': '\uf5de',
|
|
310
|
+
'carAlt': '\uf5de',
|
|
221
311
|
'carSide': '\uf5e4',
|
|
222
312
|
'caravan': '\uf8ff',
|
|
223
313
|
'caretDown': '\uf0d7',
|
|
224
314
|
'caretLeft': '\uf0d9',
|
|
225
315
|
'caretRight': '\uf0da',
|
|
226
|
-
'caretSquareDown': '\uf150',
|
|
227
|
-
'caretSquareLeft': '\uf191',
|
|
228
|
-
'caretSquareRight': '\uf152',
|
|
229
|
-
'caretSquareUp': '\uf151',
|
|
230
316
|
'caretUp': '\uf0d8',
|
|
231
317
|
'carrot': '\uf787',
|
|
232
318
|
'cartArrowDown': '\uf218',
|
|
319
|
+
'cartFlatbed': '\uf474',
|
|
320
|
+
'dollyFlatbed': '\uf474',
|
|
321
|
+
'cartFlatbedSuitcase': '\uf59d',
|
|
322
|
+
'luggageCart': '\uf59d',
|
|
233
323
|
'cartPlus': '\uf217',
|
|
324
|
+
'cartShopping': '\uf07a',
|
|
325
|
+
'shoppingCart': '\uf07a',
|
|
234
326
|
'cashRegister': '\uf788',
|
|
235
327
|
'cat': '\uf6be',
|
|
236
|
-
'
|
|
237
|
-
'
|
|
238
|
-
'ccApplePay': '\uf416',
|
|
239
|
-
'ccDinersClub': '\uf24c',
|
|
240
|
-
'ccDiscover': '\uf1f2',
|
|
241
|
-
'ccJcb': '\uf24b',
|
|
242
|
-
'ccMastercard': '\uf1f1',
|
|
243
|
-
'ccPaypal': '\uf1f4',
|
|
244
|
-
'ccStripe': '\uf1f5',
|
|
245
|
-
'ccVisa': '\uf1f0',
|
|
246
|
-
'centercode': '\uf380',
|
|
247
|
-
'centos': '\uf789',
|
|
328
|
+
'cediSign': '\ue0df',
|
|
329
|
+
'centSign': '\ue3f5',
|
|
248
330
|
'certificate': '\uf0a3',
|
|
249
331
|
'chair': '\uf6c0',
|
|
250
332
|
'chalkboard': '\uf51b',
|
|
333
|
+
'blackboard': '\uf51b',
|
|
334
|
+
'chalkboardUser': '\uf51c',
|
|
251
335
|
'chalkboardTeacher': '\uf51c',
|
|
336
|
+
'champagneGlasses': '\uf79f',
|
|
337
|
+
'glassCheers': '\uf79f',
|
|
252
338
|
'chargingStation': '\uf5e7',
|
|
253
339
|
'chartArea': '\uf1fe',
|
|
340
|
+
'areaChart': '\uf1fe',
|
|
254
341
|
'chartBar': '\uf080',
|
|
342
|
+
'barChart': '\uf080',
|
|
343
|
+
'chartColumn': '\ue0e3',
|
|
344
|
+
'chartGantt': '\ue0e4',
|
|
255
345
|
'chartLine': '\uf201',
|
|
346
|
+
'lineChart': '\uf201',
|
|
256
347
|
'chartPie': '\uf200',
|
|
348
|
+
'pieChart': '\uf200',
|
|
257
349
|
'check': '\uf00c',
|
|
258
|
-
'checkCircle': '\uf058',
|
|
259
350
|
'checkDouble': '\uf560',
|
|
260
|
-
'
|
|
351
|
+
'checkToSlot': '\uf772',
|
|
352
|
+
'voteYea': '\uf772',
|
|
261
353
|
'cheese': '\uf7ef',
|
|
262
354
|
'chess': '\uf439',
|
|
263
355
|
'chessBishop': '\uf43a',
|
|
@@ -267,30 +359,89 @@ const icons = {
|
|
|
267
359
|
'chessPawn': '\uf443',
|
|
268
360
|
'chessQueen': '\uf445',
|
|
269
361
|
'chessRook': '\uf447',
|
|
270
|
-
'chevronCircleDown': '\uf13a',
|
|
271
|
-
'chevronCircleLeft': '\uf137',
|
|
272
|
-
'chevronCircleRight': '\uf138',
|
|
273
|
-
'chevronCircleUp': '\uf139',
|
|
274
362
|
'chevronDown': '\uf078',
|
|
275
363
|
'chevronLeft': '\uf053',
|
|
276
364
|
'chevronRight': '\uf054',
|
|
277
365
|
'chevronUp': '\uf077',
|
|
278
366
|
'child': '\uf1ae',
|
|
279
|
-
'chrome': '\uf268',
|
|
280
|
-
'chromecast': '\uf838',
|
|
281
367
|
'church': '\uf51d',
|
|
282
368
|
'circle': '\uf111',
|
|
369
|
+
'circleArrowDown': '\uf0ab',
|
|
370
|
+
'arrowCircleDown': '\uf0ab',
|
|
371
|
+
'circleArrowLeft': '\uf0a8',
|
|
372
|
+
'arrowCircleLeft': '\uf0a8',
|
|
373
|
+
'circleArrowRight': '\uf0a9',
|
|
374
|
+
'arrowCircleRight': '\uf0a9',
|
|
375
|
+
'circleArrowUp': '\uf0aa',
|
|
376
|
+
'arrowCircleUp': '\uf0aa',
|
|
377
|
+
'circleCheck': '\uf058',
|
|
378
|
+
'checkCircle': '\uf058',
|
|
379
|
+
'circleChevronDown': '\uf13a',
|
|
380
|
+
'chevronCircleDown': '\uf13a',
|
|
381
|
+
'circleChevronLeft': '\uf137',
|
|
382
|
+
'chevronCircleLeft': '\uf137',
|
|
383
|
+
'circleChevronRight': '\uf138',
|
|
384
|
+
'chevronCircleRight': '\uf138',
|
|
385
|
+
'circleChevronUp': '\uf139',
|
|
386
|
+
'chevronCircleUp': '\uf139',
|
|
387
|
+
'circleDollarToSlot': '\uf4b9',
|
|
388
|
+
'donate': '\uf4b9',
|
|
389
|
+
'circleDot': '\uf192',
|
|
390
|
+
'dotCircle': '\uf192',
|
|
391
|
+
'circleDown': '\uf358',
|
|
392
|
+
'arrowAltCircleDown': '\uf358',
|
|
393
|
+
'circleExclamation': '\uf06a',
|
|
394
|
+
'exclamationCircle': '\uf06a',
|
|
395
|
+
'circleH': '\uf47e',
|
|
396
|
+
'hospitalSymbol': '\uf47e',
|
|
397
|
+
'circleHalfStroke': '\uf042',
|
|
398
|
+
'adjust': '\uf042',
|
|
399
|
+
'circleInfo': '\uf05a',
|
|
400
|
+
'infoCircle': '\uf05a',
|
|
401
|
+
'circleLeft': '\uf359',
|
|
402
|
+
'arrowAltCircleLeft': '\uf359',
|
|
403
|
+
'circleMinus': '\uf056',
|
|
404
|
+
'minusCircle': '\uf056',
|
|
283
405
|
'circleNotch': '\uf1ce',
|
|
406
|
+
'circlePause': '\uf28b',
|
|
407
|
+
'pauseCircle': '\uf28b',
|
|
408
|
+
'circlePlay': '\uf144',
|
|
409
|
+
'playCircle': '\uf144',
|
|
410
|
+
'circlePlus': '\uf055',
|
|
411
|
+
'plusCircle': '\uf055',
|
|
412
|
+
'circleQuestion': '\uf059',
|
|
413
|
+
'questionCircle': '\uf059',
|
|
414
|
+
'circleRadiation': '\uf7ba',
|
|
415
|
+
'radiationAlt': '\uf7ba',
|
|
416
|
+
'circleRight': '\uf35a',
|
|
417
|
+
'arrowAltCircleRight': '\uf35a',
|
|
418
|
+
'circleStop': '\uf28d',
|
|
419
|
+
'stopCircle': '\uf28d',
|
|
420
|
+
'circleUp': '\uf35b',
|
|
421
|
+
'arrowAltCircleUp': '\uf35b',
|
|
422
|
+
'circleUser': '\uf2bd',
|
|
423
|
+
'userCircle': '\uf2bd',
|
|
424
|
+
'circleXmark': '\uf057',
|
|
425
|
+
'timesCircle': '\uf057',
|
|
426
|
+
'xmarkCircle': '\uf057',
|
|
284
427
|
'city': '\uf64f',
|
|
285
|
-
'
|
|
428
|
+
'clapperboard': '\ue131',
|
|
286
429
|
'clipboard': '\uf328',
|
|
287
430
|
'clipboardCheck': '\uf46c',
|
|
288
431
|
'clipboardList': '\uf46d',
|
|
289
432
|
'clock': '\uf017',
|
|
433
|
+
'clockFour': '\uf017',
|
|
434
|
+
'clockRotateLeft': '\uf1da',
|
|
435
|
+
'history': '\uf1da',
|
|
290
436
|
'clone': '\uf24d',
|
|
291
437
|
'closedCaptioning': '\uf20a',
|
|
292
438
|
'cloud': '\uf0c2',
|
|
293
|
-
'
|
|
439
|
+
'cloudArrowDown': '\uf0ed',
|
|
440
|
+
'cloudDownload': '\uf0ed',
|
|
441
|
+
'cloudDownloadAlt': '\uf0ed',
|
|
442
|
+
'cloudArrowUp': '\uf0ee',
|
|
443
|
+
'cloudUpload': '\uf0ee',
|
|
444
|
+
'cloudUploadAlt': '\uf0ee',
|
|
294
445
|
'cloudMeatball': '\uf73b',
|
|
295
446
|
'cloudMoon': '\uf6c3',
|
|
296
447
|
'cloudMoonRain': '\uf73c',
|
|
@@ -298,92 +449,67 @@ const icons = {
|
|
|
298
449
|
'cloudShowersHeavy': '\uf740',
|
|
299
450
|
'cloudSun': '\uf6c4',
|
|
300
451
|
'cloudSunRain': '\uf743',
|
|
301
|
-
'
|
|
302
|
-
'cloudflare': '\ue07d',
|
|
303
|
-
'cloudscale': '\uf383',
|
|
304
|
-
'cloudsmith': '\uf384',
|
|
305
|
-
'cloudversify': '\uf385',
|
|
306
|
-
'cocktail': '\uf561',
|
|
452
|
+
'clover': '\ue139',
|
|
307
453
|
'code': '\uf121',
|
|
308
454
|
'codeBranch': '\uf126',
|
|
309
|
-
'
|
|
310
|
-
'
|
|
311
|
-
'
|
|
312
|
-
'
|
|
313
|
-
'
|
|
455
|
+
'codeCommit': '\uf386',
|
|
456
|
+
'codeCompare': '\ue13a',
|
|
457
|
+
'codeFork': '\ue13b',
|
|
458
|
+
'codeMerge': '\uf387',
|
|
459
|
+
'codePullRequest': '\ue13c',
|
|
314
460
|
'coins': '\uf51e',
|
|
315
|
-
'
|
|
461
|
+
'colonSign': '\ue140',
|
|
316
462
|
'comment': '\uf075',
|
|
317
|
-
'commentAlt': '\uf27a',
|
|
318
463
|
'commentDollar': '\uf651',
|
|
319
464
|
'commentDots': '\uf4ad',
|
|
465
|
+
'commenting': '\uf4ad',
|
|
320
466
|
'commentMedical': '\uf7f5',
|
|
321
467
|
'commentSlash': '\uf4b3',
|
|
468
|
+
'commentSms': '\uf7cd',
|
|
469
|
+
'sms': '\uf7cd',
|
|
322
470
|
'comments': '\uf086',
|
|
323
471
|
'commentsDollar': '\uf653',
|
|
324
472
|
'compactDisc': '\uf51f',
|
|
325
473
|
'compass': '\uf14e',
|
|
474
|
+
'compassDrafting': '\uf568',
|
|
475
|
+
'draftingCompass': '\uf568',
|
|
326
476
|
'compress': '\uf066',
|
|
327
|
-
'
|
|
328
|
-
'
|
|
329
|
-
'conciergeBell': '\uf562',
|
|
330
|
-
'confluence': '\uf78d',
|
|
331
|
-
'connectdevelop': '\uf20e',
|
|
332
|
-
'contao': '\uf26d',
|
|
477
|
+
'computerMouse': '\uf8cc',
|
|
478
|
+
'mouse': '\uf8cc',
|
|
333
479
|
'cookie': '\uf563',
|
|
334
480
|
'cookieBite': '\uf564',
|
|
335
481
|
'copy': '\uf0c5',
|
|
336
482
|
'copyright': '\uf1f9',
|
|
337
|
-
'cottonBureau': '\uf89e',
|
|
338
483
|
'couch': '\uf4b8',
|
|
339
|
-
'cpanel': '\uf388',
|
|
340
|
-
'creativeCommons': '\uf25e',
|
|
341
|
-
'creativeCommonsBy': '\uf4e7',
|
|
342
|
-
'creativeCommonsNc': '\uf4e8',
|
|
343
|
-
'creativeCommonsNcEu': '\uf4e9',
|
|
344
|
-
'creativeCommonsNcJp': '\uf4ea',
|
|
345
|
-
'creativeCommonsNd': '\uf4eb',
|
|
346
|
-
'creativeCommonsPd': '\uf4ec',
|
|
347
|
-
'creativeCommonsPdAlt': '\uf4ed',
|
|
348
|
-
'creativeCommonsRemix': '\uf4ee',
|
|
349
|
-
'creativeCommonsSa': '\uf4ef',
|
|
350
|
-
'creativeCommonsSampling': '\uf4f0',
|
|
351
|
-
'creativeCommonsSamplingPlus': '\uf4f1',
|
|
352
|
-
'creativeCommonsShare': '\uf4f2',
|
|
353
|
-
'creativeCommonsZero': '\uf4f3',
|
|
354
484
|
'creditCard': '\uf09d',
|
|
355
|
-
'
|
|
485
|
+
'creditCardAlt': '\uf09d',
|
|
356
486
|
'crop': '\uf125',
|
|
487
|
+
'cropSimple': '\uf565',
|
|
357
488
|
'cropAlt': '\uf565',
|
|
358
489
|
'cross': '\uf654',
|
|
359
490
|
'crosshairs': '\uf05b',
|
|
360
491
|
'crow': '\uf520',
|
|
361
492
|
'crown': '\uf521',
|
|
362
493
|
'crutch': '\uf7f7',
|
|
363
|
-
'
|
|
364
|
-
'css3Alt': '\uf38b',
|
|
494
|
+
'cruzeiroSign': '\ue152',
|
|
365
495
|
'cube': '\uf1b2',
|
|
366
496
|
'cubes': '\uf1b3',
|
|
367
|
-
'
|
|
368
|
-
'cuttlefish': '\uf38c',
|
|
369
|
-
'dAndD': '\uf38d',
|
|
370
|
-
'dAndDBeyond': '\uf6ca',
|
|
371
|
-
'dailymotion': '\ue052',
|
|
372
|
-
'dashcube': '\uf210',
|
|
497
|
+
'd': '\u0044',
|
|
373
498
|
'database': '\uf1c0',
|
|
374
|
-
'
|
|
375
|
-
'
|
|
376
|
-
'delicious': '\uf1a5',
|
|
499
|
+
'deleteLeft': '\uf55a',
|
|
500
|
+
'backspace': '\uf55a',
|
|
377
501
|
'democrat': '\uf747',
|
|
378
|
-
'
|
|
379
|
-
'
|
|
380
|
-
'desktop': '\uf108',
|
|
381
|
-
'dev': '\uf6cc',
|
|
382
|
-
'deviantart': '\uf1bd',
|
|
502
|
+
'desktop': '\uf390',
|
|
503
|
+
'desktopAlt': '\uf390',
|
|
383
504
|
'dharmachakra': '\uf655',
|
|
384
|
-
'
|
|
385
|
-
'
|
|
386
|
-
'
|
|
505
|
+
'diagramNext': '\ue476',
|
|
506
|
+
'diagramPredecessor': '\ue477',
|
|
507
|
+
'diagramProject': '\uf542',
|
|
508
|
+
'projectDiagram': '\uf542',
|
|
509
|
+
'diagramSuccessor': '\ue47a',
|
|
510
|
+
'diamond': '\uf219',
|
|
511
|
+
'diamondTurnRight': '\uf5eb',
|
|
512
|
+
'directions': '\uf5eb',
|
|
387
513
|
'dice': '\uf522',
|
|
388
514
|
'diceD20': '\uf6cf',
|
|
389
515
|
'diceD6': '\uf6d1',
|
|
@@ -393,498 +519,553 @@ const icons = {
|
|
|
393
519
|
'diceSix': '\uf526',
|
|
394
520
|
'diceThree': '\uf527',
|
|
395
521
|
'diceTwo': '\uf528',
|
|
396
|
-
'digg': '\uf1a6',
|
|
397
|
-
'digitalOcean': '\uf391',
|
|
398
|
-
'digitalTachograph': '\uf566',
|
|
399
|
-
'directions': '\uf5eb',
|
|
400
|
-
'discord': '\uf392',
|
|
401
|
-
'discourse': '\uf393',
|
|
402
522
|
'disease': '\uf7fa',
|
|
403
523
|
'divide': '\uf529',
|
|
404
|
-
'dizzy': '\uf567',
|
|
405
524
|
'dna': '\uf471',
|
|
406
|
-
'dochub': '\uf394',
|
|
407
|
-
'docker': '\uf395',
|
|
408
525
|
'dog': '\uf6d3',
|
|
409
|
-
'dollarSign': '\
|
|
526
|
+
'dollarSign': '\u0024',
|
|
527
|
+
'dollar': '\u0024',
|
|
528
|
+
'usd': '\u0024',
|
|
410
529
|
'dolly': '\uf472',
|
|
411
|
-
'
|
|
412
|
-
'
|
|
530
|
+
'dollyBox': '\uf472',
|
|
531
|
+
'dongSign': '\ue169',
|
|
413
532
|
'doorClosed': '\uf52a',
|
|
414
533
|
'doorOpen': '\uf52b',
|
|
415
|
-
'dotCircle': '\uf192',
|
|
416
534
|
'dove': '\uf4ba',
|
|
535
|
+
'downLeftAndUpRightToCenter': '\uf422',
|
|
536
|
+
'compressAlt': '\uf422',
|
|
537
|
+
'downLong': '\uf309',
|
|
538
|
+
'longArrowAltDown': '\uf309',
|
|
417
539
|
'download': '\uf019',
|
|
418
|
-
'draft2digital': '\uf396',
|
|
419
|
-
'draftingCompass': '\uf568',
|
|
420
540
|
'dragon': '\uf6d5',
|
|
421
541
|
'drawPolygon': '\uf5ee',
|
|
422
|
-
'
|
|
423
|
-
'
|
|
424
|
-
'
|
|
542
|
+
'droplet': '\uf043',
|
|
543
|
+
'tint': '\uf043',
|
|
544
|
+
'dropletSlash': '\uf5c7',
|
|
545
|
+
'tintSlash': '\uf5c7',
|
|
425
546
|
'drum': '\uf569',
|
|
426
547
|
'drumSteelpan': '\uf56a',
|
|
427
548
|
'drumstickBite': '\uf6d7',
|
|
428
|
-
'drupal': '\uf1a9',
|
|
429
549
|
'dumbbell': '\uf44b',
|
|
430
550
|
'dumpster': '\uf793',
|
|
431
551
|
'dumpsterFire': '\uf794',
|
|
432
552
|
'dungeon': '\uf6d9',
|
|
433
|
-
'
|
|
434
|
-
'
|
|
435
|
-
'
|
|
436
|
-
'
|
|
437
|
-
'
|
|
438
|
-
'
|
|
553
|
+
'e': '\u0045',
|
|
554
|
+
'earDeaf': '\uf2a4',
|
|
555
|
+
'deaf': '\uf2a4',
|
|
556
|
+
'deafness': '\uf2a4',
|
|
557
|
+
'hardOfHearing': '\uf2a4',
|
|
558
|
+
'earListen': '\uf2a2',
|
|
559
|
+
'assistiveListeningSystems': '\uf2a2',
|
|
560
|
+
'earthAfrica': '\uf57c',
|
|
561
|
+
'globeAfrica': '\uf57c',
|
|
562
|
+
'earthAmericas': '\uf57d',
|
|
563
|
+
'earth': '\uf57d',
|
|
564
|
+
'earthAmerica': '\uf57d',
|
|
565
|
+
'globeAmericas': '\uf57d',
|
|
566
|
+
'earthAsia': '\uf57e',
|
|
567
|
+
'globeAsia': '\uf57e',
|
|
568
|
+
'earthEurope': '\uf7a2',
|
|
569
|
+
'globeEurope': '\uf7a2',
|
|
570
|
+
'earthOceania': '\ue47b',
|
|
571
|
+
'globeOceania': '\ue47b',
|
|
439
572
|
'egg': '\uf7fb',
|
|
440
573
|
'eject': '\uf052',
|
|
441
|
-
'
|
|
574
|
+
'elevator': '\ue16d',
|
|
575
|
+
'ellipsis': '\uf141',
|
|
442
576
|
'ellipsisH': '\uf141',
|
|
577
|
+
'ellipsisVertical': '\uf142',
|
|
443
578
|
'ellipsisV': '\uf142',
|
|
444
|
-
'ello': '\uf5f1',
|
|
445
|
-
'ember': '\uf423',
|
|
446
|
-
'empire': '\uf1d1',
|
|
447
579
|
'envelope': '\uf0e0',
|
|
448
580
|
'envelopeOpen': '\uf2b6',
|
|
449
581
|
'envelopeOpenText': '\uf658',
|
|
450
|
-
'
|
|
451
|
-
'
|
|
452
|
-
'equals': '\
|
|
582
|
+
'envelopesBulk': '\uf674',
|
|
583
|
+
'mailBulk': '\uf674',
|
|
584
|
+
'equals': '\u003d',
|
|
453
585
|
'eraser': '\uf12d',
|
|
454
|
-
'erlang': '\uf39d',
|
|
455
|
-
'ethereum': '\uf42e',
|
|
456
586
|
'ethernet': '\uf796',
|
|
457
|
-
'etsy': '\uf2d7',
|
|
458
587
|
'euroSign': '\uf153',
|
|
459
|
-
'
|
|
460
|
-
'
|
|
461
|
-
'exclamation': '\
|
|
462
|
-
'exclamationCircle': '\uf06a',
|
|
463
|
-
'exclamationTriangle': '\uf071',
|
|
588
|
+
'eur': '\uf153',
|
|
589
|
+
'euro': '\uf153',
|
|
590
|
+
'exclamation': '\u0021',
|
|
464
591
|
'expand': '\uf065',
|
|
465
|
-
'expandAlt': '\uf424',
|
|
466
|
-
'expandArrowsAlt': '\uf31e',
|
|
467
|
-
'expeditedssl': '\uf23e',
|
|
468
|
-
'externalLinkAlt': '\uf35d',
|
|
469
|
-
'externalLinkSquareAlt': '\uf360',
|
|
470
592
|
'eye': '\uf06e',
|
|
471
593
|
'eyeDropper': '\uf1fb',
|
|
594
|
+
'eyeDropperEmpty': '\uf1fb',
|
|
595
|
+
'eyedropper': '\uf1fb',
|
|
596
|
+
'eyeLowVision': '\uf2a8',
|
|
597
|
+
'lowVision': '\uf2a8',
|
|
472
598
|
'eyeSlash': '\uf070',
|
|
473
|
-
'
|
|
474
|
-
'
|
|
475
|
-
'
|
|
476
|
-
'
|
|
599
|
+
'f': '\u0046',
|
|
600
|
+
'faceAngry': '\uf556',
|
|
601
|
+
'angry': '\uf556',
|
|
602
|
+
'faceDizzy': '\uf567',
|
|
603
|
+
'dizzy': '\uf567',
|
|
604
|
+
'faceFlushed': '\uf579',
|
|
605
|
+
'flushed': '\uf579',
|
|
606
|
+
'faceFrown': '\uf119',
|
|
607
|
+
'frown': '\uf119',
|
|
608
|
+
'faceFrownOpen': '\uf57a',
|
|
609
|
+
'frownOpen': '\uf57a',
|
|
610
|
+
'faceGrimace': '\uf57f',
|
|
611
|
+
'grimace': '\uf57f',
|
|
612
|
+
'faceGrin': '\uf580',
|
|
613
|
+
'grin': '\uf580',
|
|
614
|
+
'faceGrinBeam': '\uf582',
|
|
615
|
+
'grinBeam': '\uf582',
|
|
616
|
+
'faceGrinBeamSweat': '\uf583',
|
|
617
|
+
'grinBeamSweat': '\uf583',
|
|
618
|
+
'faceGrinHearts': '\uf584',
|
|
619
|
+
'grinHearts': '\uf584',
|
|
620
|
+
'faceGrinSquint': '\uf585',
|
|
621
|
+
'grinSquint': '\uf585',
|
|
622
|
+
'faceGrinSquintTears': '\uf586',
|
|
623
|
+
'grinSquintTears': '\uf586',
|
|
624
|
+
'faceGrinStars': '\uf587',
|
|
625
|
+
'grinStars': '\uf587',
|
|
626
|
+
'faceGrinTears': '\uf588',
|
|
627
|
+
'grinTears': '\uf588',
|
|
628
|
+
'faceGrinTongue': '\uf589',
|
|
629
|
+
'grinTongue': '\uf589',
|
|
630
|
+
'faceGrinTongueSquint': '\uf58a',
|
|
631
|
+
'grinTongueSquint': '\uf58a',
|
|
632
|
+
'faceGrinTongueWink': '\uf58b',
|
|
633
|
+
'grinTongueWink': '\uf58b',
|
|
634
|
+
'faceGrinWide': '\uf581',
|
|
635
|
+
'grinAlt': '\uf581',
|
|
636
|
+
'faceGrinWink': '\uf58c',
|
|
637
|
+
'grinWink': '\uf58c',
|
|
638
|
+
'faceKiss': '\uf596',
|
|
639
|
+
'kiss': '\uf596',
|
|
640
|
+
'faceKissBeam': '\uf597',
|
|
641
|
+
'kissBeam': '\uf597',
|
|
642
|
+
'faceKissWinkHeart': '\uf598',
|
|
643
|
+
'kissWinkHeart': '\uf598',
|
|
644
|
+
'faceLaugh': '\uf599',
|
|
645
|
+
'laugh': '\uf599',
|
|
646
|
+
'faceLaughBeam': '\uf59a',
|
|
647
|
+
'laughBeam': '\uf59a',
|
|
648
|
+
'faceLaughSquint': '\uf59b',
|
|
649
|
+
'laughSquint': '\uf59b',
|
|
650
|
+
'faceLaughWink': '\uf59c',
|
|
651
|
+
'laughWink': '\uf59c',
|
|
652
|
+
'faceMeh': '\uf11a',
|
|
653
|
+
'meh': '\uf11a',
|
|
654
|
+
'faceMehBlank': '\uf5a4',
|
|
655
|
+
'mehBlank': '\uf5a4',
|
|
656
|
+
'faceRollingEyes': '\uf5a5',
|
|
657
|
+
'mehRollingEyes': '\uf5a5',
|
|
658
|
+
'faceSadCry': '\uf5b3',
|
|
659
|
+
'sadCry': '\uf5b3',
|
|
660
|
+
'faceSadTear': '\uf5b4',
|
|
661
|
+
'sadTear': '\uf5b4',
|
|
662
|
+
'faceSmile': '\uf118',
|
|
663
|
+
'smile': '\uf118',
|
|
664
|
+
'faceSmileBeam': '\uf5b8',
|
|
665
|
+
'smileBeam': '\uf5b8',
|
|
666
|
+
'faceSmileWink': '\uf4da',
|
|
667
|
+
'smileWink': '\uf4da',
|
|
668
|
+
'faceSurprise': '\uf5c2',
|
|
669
|
+
'surprise': '\uf5c2',
|
|
670
|
+
'faceTired': '\uf5c8',
|
|
671
|
+
'tired': '\uf5c8',
|
|
477
672
|
'fan': '\uf863',
|
|
478
|
-
'fantasyFlightGames': '\uf6dc',
|
|
479
|
-
'fastBackward': '\uf049',
|
|
480
|
-
'fastForward': '\uf050',
|
|
481
673
|
'faucet': '\ue005',
|
|
482
674
|
'fax': '\uf1ac',
|
|
483
675
|
'feather': '\uf52d',
|
|
676
|
+
'featherPointed': '\uf56b',
|
|
484
677
|
'featherAlt': '\uf56b',
|
|
485
|
-
'fedex': '\uf797',
|
|
486
|
-
'fedora': '\uf798',
|
|
487
|
-
'female': '\uf182',
|
|
488
|
-
'fighterJet': '\uf0fb',
|
|
489
|
-
'figma': '\uf799',
|
|
490
678
|
'file': '\uf15b',
|
|
491
|
-
'
|
|
492
|
-
'
|
|
679
|
+
'fileArrowDown': '\uf56d',
|
|
680
|
+
'fileDownload': '\uf56d',
|
|
681
|
+
'fileArrowUp': '\uf574',
|
|
682
|
+
'fileUpload': '\uf574',
|
|
493
683
|
'fileAudio': '\uf1c7',
|
|
494
684
|
'fileCode': '\uf1c9',
|
|
495
685
|
'fileContract': '\uf56c',
|
|
496
686
|
'fileCsv': '\uf6dd',
|
|
497
|
-
'fileDownload': '\uf56d',
|
|
498
687
|
'fileExcel': '\uf1c3',
|
|
499
688
|
'fileExport': '\uf56e',
|
|
689
|
+
'arrowRightFromFile': '\uf56e',
|
|
500
690
|
'fileImage': '\uf1c5',
|
|
501
691
|
'fileImport': '\uf56f',
|
|
692
|
+
'arrowRightToFile': '\uf56f',
|
|
502
693
|
'fileInvoice': '\uf570',
|
|
503
694
|
'fileInvoiceDollar': '\uf571',
|
|
695
|
+
'fileLines': '\uf15c',
|
|
696
|
+
'fileAlt': '\uf15c',
|
|
697
|
+
'fileText': '\uf15c',
|
|
504
698
|
'fileMedical': '\uf477',
|
|
505
|
-
'fileMedicalAlt': '\uf478',
|
|
506
699
|
'filePdf': '\uf1c1',
|
|
507
700
|
'filePowerpoint': '\uf1c4',
|
|
508
701
|
'filePrescription': '\uf572',
|
|
509
702
|
'fileSignature': '\uf573',
|
|
510
|
-
'fileUpload': '\uf574',
|
|
511
703
|
'fileVideo': '\uf1c8',
|
|
704
|
+
'fileWaveform': '\uf478',
|
|
705
|
+
'fileMedicalAlt': '\uf478',
|
|
512
706
|
'fileWord': '\uf1c2',
|
|
707
|
+
'fileZipper': '\uf1c6',
|
|
708
|
+
'fileArchive': '\uf1c6',
|
|
513
709
|
'fill': '\uf575',
|
|
514
710
|
'fillDrip': '\uf576',
|
|
515
711
|
'film': '\uf008',
|
|
516
712
|
'filter': '\uf0b0',
|
|
713
|
+
'filterCircleDollar': '\uf662',
|
|
714
|
+
'funnelDollar': '\uf662',
|
|
715
|
+
'filterCircleXmark': '\ue17b',
|
|
517
716
|
'fingerprint': '\uf577',
|
|
518
717
|
'fire': '\uf06d',
|
|
519
|
-
'fireAlt': '\uf7e4',
|
|
520
718
|
'fireExtinguisher': '\uf134',
|
|
521
|
-
'
|
|
522
|
-
'
|
|
523
|
-
'
|
|
524
|
-
'
|
|
525
|
-
'firstOrderAlt': '\uf50a',
|
|
526
|
-
'firstdraft': '\uf3a1',
|
|
719
|
+
'fireFlameCurved': '\uf7e4',
|
|
720
|
+
'fireAlt': '\uf7e4',
|
|
721
|
+
'fireFlameSimple': '\uf46a',
|
|
722
|
+
'burn': '\uf46a',
|
|
527
723
|
'fish': '\uf578',
|
|
528
|
-
'fistRaised': '\uf6de',
|
|
529
724
|
'flag': '\uf024',
|
|
530
725
|
'flagCheckered': '\uf11e',
|
|
531
726
|
'flagUsa': '\uf74d',
|
|
532
727
|
'flask': '\uf0c3',
|
|
533
|
-
'
|
|
534
|
-
'
|
|
535
|
-
'
|
|
536
|
-
'fly': '\uf417',
|
|
728
|
+
'floppyDisk': '\uf0c7',
|
|
729
|
+
'save': '\uf0c7',
|
|
730
|
+
'florinSign': '\ue184',
|
|
537
731
|
'folder': '\uf07b',
|
|
538
732
|
'folderMinus': '\uf65d',
|
|
539
733
|
'folderOpen': '\uf07c',
|
|
540
734
|
'folderPlus': '\uf65e',
|
|
735
|
+
'folderTree': '\uf802',
|
|
541
736
|
'font': '\uf031',
|
|
542
|
-
'
|
|
543
|
-
'fontAwesomeAlt': '\uf35c',
|
|
544
|
-
'fontAwesomeFlag': '\uf425',
|
|
545
|
-
'fontAwesomeLogoFull': '\uf4e6',
|
|
546
|
-
'fonticons': '\uf280',
|
|
547
|
-
'fonticonsFi': '\uf3a2',
|
|
737
|
+
'football': '\uf44e',
|
|
548
738
|
'footballBall': '\uf44e',
|
|
549
|
-
'fortAwesome': '\uf286',
|
|
550
|
-
'fortAwesomeAlt': '\uf3a3',
|
|
551
|
-
'forumbee': '\uf211',
|
|
552
739
|
'forward': '\uf04e',
|
|
553
|
-
'
|
|
554
|
-
'
|
|
555
|
-
'
|
|
740
|
+
'forwardFast': '\uf050',
|
|
741
|
+
'fastForward': '\uf050',
|
|
742
|
+
'forwardStep': '\uf051',
|
|
743
|
+
'stepForward': '\uf051',
|
|
744
|
+
'francSign': '\ue18f',
|
|
556
745
|
'frog': '\uf52e',
|
|
557
|
-
'frown': '\uf119',
|
|
558
|
-
'frownOpen': '\uf57a',
|
|
559
|
-
'fulcrum': '\uf50b',
|
|
560
|
-
'funnelDollar': '\uf662',
|
|
561
746
|
'futbol': '\uf1e3',
|
|
562
|
-
'
|
|
563
|
-
'
|
|
747
|
+
'futbolBall': '\uf1e3',
|
|
748
|
+
'soccerBall': '\uf1e3',
|
|
749
|
+
'g': '\u0047',
|
|
564
750
|
'gamepad': '\uf11b',
|
|
565
751
|
'gasPump': '\uf52f',
|
|
752
|
+
'gauge': '\uf624',
|
|
753
|
+
'dashboard': '\uf624',
|
|
754
|
+
'gaugeMed': '\uf624',
|
|
755
|
+
'tachometerAltAverage': '\uf624',
|
|
756
|
+
'gaugeHigh': '\uf625',
|
|
757
|
+
'tachometerAlt': '\uf625',
|
|
758
|
+
'tachometerAltFast': '\uf625',
|
|
759
|
+
'gaugeSimple': '\uf629',
|
|
760
|
+
'gaugeSimpleMed': '\uf629',
|
|
761
|
+
'tachometerAverage': '\uf629',
|
|
762
|
+
'gaugeSimpleHigh': '\uf62a',
|
|
763
|
+
'tachometer': '\uf62a',
|
|
764
|
+
'tachometerFast': '\uf62a',
|
|
566
765
|
'gavel': '\uf0e3',
|
|
766
|
+
'legal': '\uf0e3',
|
|
767
|
+
'gear': '\uf013',
|
|
768
|
+
'cog': '\uf013',
|
|
769
|
+
'gears': '\uf085',
|
|
770
|
+
'cogs': '\uf085',
|
|
567
771
|
'gem': '\uf3a5',
|
|
568
772
|
'genderless': '\uf22d',
|
|
569
|
-
'getPocket': '\uf265',
|
|
570
|
-
'gg': '\uf260',
|
|
571
|
-
'ggCircle': '\uf261',
|
|
572
773
|
'ghost': '\uf6e2',
|
|
573
774
|
'gift': '\uf06b',
|
|
574
775
|
'gifts': '\uf79c',
|
|
575
|
-
'git': '\uf1d3',
|
|
576
|
-
'gitAlt': '\uf841',
|
|
577
|
-
'gitSquare': '\uf1d2',
|
|
578
|
-
'github': '\uf09b',
|
|
579
|
-
'githubAlt': '\uf113',
|
|
580
|
-
'githubSquare': '\uf092',
|
|
581
|
-
'gitkraken': '\uf3a6',
|
|
582
|
-
'gitlab': '\uf296',
|
|
583
|
-
'gitter': '\uf426',
|
|
584
|
-
'glassCheers': '\uf79f',
|
|
585
|
-
'glassMartini': '\uf000',
|
|
586
|
-
'glassMartiniAlt': '\uf57b',
|
|
587
|
-
'glassWhiskey': '\uf7a0',
|
|
588
776
|
'glasses': '\uf530',
|
|
589
|
-
'glide': '\uf2a5',
|
|
590
|
-
'glideG': '\uf2a6',
|
|
591
777
|
'globe': '\uf0ac',
|
|
592
|
-
'
|
|
593
|
-
'globeAmericas': '\uf57d',
|
|
594
|
-
'globeAsia': '\uf57e',
|
|
595
|
-
'globeEurope': '\uf7a2',
|
|
596
|
-
'gofore': '\uf3a7',
|
|
778
|
+
'golfBallTee': '\uf450',
|
|
597
779
|
'golfBall': '\uf450',
|
|
598
|
-
'goodreads': '\uf3a8',
|
|
599
|
-
'goodreadsG': '\uf3a9',
|
|
600
|
-
'google': '\uf1a0',
|
|
601
|
-
'googleDrive': '\uf3aa',
|
|
602
|
-
'googlePay': '\ue079',
|
|
603
|
-
'googlePlay': '\uf3ab',
|
|
604
|
-
'googlePlus': '\uf2b3',
|
|
605
|
-
'googlePlusG': '\uf0d5',
|
|
606
|
-
'googlePlusSquare': '\uf0d4',
|
|
607
|
-
'googleWallet': '\uf1ee',
|
|
608
780
|
'gopuram': '\uf664',
|
|
609
781
|
'graduationCap': '\uf19d',
|
|
610
|
-
'
|
|
611
|
-
'
|
|
612
|
-
'greaterThan': '\uf531',
|
|
782
|
+
'mortarBoard': '\uf19d',
|
|
783
|
+
'greaterThan': '\u003e',
|
|
613
784
|
'greaterThanEqual': '\uf532',
|
|
614
|
-
'
|
|
615
|
-
'grin': '\uf580',
|
|
616
|
-
'grinAlt': '\uf581',
|
|
617
|
-
'grinBeam': '\uf582',
|
|
618
|
-
'grinBeamSweat': '\uf583',
|
|
619
|
-
'grinHearts': '\uf584',
|
|
620
|
-
'grinSquint': '\uf585',
|
|
621
|
-
'grinSquintTears': '\uf586',
|
|
622
|
-
'grinStars': '\uf587',
|
|
623
|
-
'grinTears': '\uf588',
|
|
624
|
-
'grinTongue': '\uf589',
|
|
625
|
-
'grinTongueSquint': '\uf58a',
|
|
626
|
-
'grinTongueWink': '\uf58b',
|
|
627
|
-
'grinWink': '\uf58c',
|
|
785
|
+
'grip': '\uf58d',
|
|
628
786
|
'gripHorizontal': '\uf58d',
|
|
629
787
|
'gripLines': '\uf7a4',
|
|
630
788
|
'gripLinesVertical': '\uf7a5',
|
|
631
789
|
'gripVertical': '\uf58e',
|
|
632
|
-
'
|
|
633
|
-
'grunt': '\uf3ad',
|
|
634
|
-
'guilded': '\ue07e',
|
|
790
|
+
'guaraniSign': '\ue19a',
|
|
635
791
|
'guitar': '\uf7a6',
|
|
636
|
-
'
|
|
637
|
-
'
|
|
638
|
-
'hackerNews': '\uf1d4',
|
|
639
|
-
'hackerNewsSquare': '\uf3af',
|
|
640
|
-
'hackerrank': '\uf5f7',
|
|
641
|
-
'hamburger': '\uf805',
|
|
792
|
+
'gun': '\ue19b',
|
|
793
|
+
'h': '\u0048',
|
|
642
794
|
'hammer': '\uf6e3',
|
|
643
795
|
'hamsa': '\uf665',
|
|
796
|
+
'hand': '\uf256',
|
|
797
|
+
'handPaper': '\uf256',
|
|
798
|
+
'handBackFist': '\uf255',
|
|
799
|
+
'handRock': '\uf255',
|
|
800
|
+
'handDots': '\uf461',
|
|
801
|
+
'allergies': '\uf461',
|
|
802
|
+
'handFist': '\uf6de',
|
|
803
|
+
'fistRaised': '\uf6de',
|
|
644
804
|
'handHolding': '\uf4bd',
|
|
645
|
-
'
|
|
646
|
-
'handHoldingMedical': '\ue05c',
|
|
805
|
+
'handHoldingDollar': '\uf4c0',
|
|
647
806
|
'handHoldingUsd': '\uf4c0',
|
|
807
|
+
'handHoldingDroplet': '\uf4c1',
|
|
648
808
|
'handHoldingWater': '\uf4c1',
|
|
809
|
+
'handHoldingHeart': '\uf4be',
|
|
810
|
+
'handHoldingMedical': '\ue05c',
|
|
649
811
|
'handLizard': '\uf258',
|
|
650
812
|
'handMiddleFinger': '\uf806',
|
|
651
|
-
'handPaper': '\uf256',
|
|
652
813
|
'handPeace': '\uf25b',
|
|
653
814
|
'handPointDown': '\uf0a7',
|
|
654
815
|
'handPointLeft': '\uf0a5',
|
|
655
816
|
'handPointRight': '\uf0a4',
|
|
656
817
|
'handPointUp': '\uf0a6',
|
|
657
818
|
'handPointer': '\uf25a',
|
|
658
|
-
'handRock': '\uf255',
|
|
659
819
|
'handScissors': '\uf257',
|
|
660
820
|
'handSparkles': '\ue05d',
|
|
661
821
|
'handSpock': '\uf259',
|
|
662
|
-
'hands': '\
|
|
663
|
-
'
|
|
822
|
+
'hands': '\uf2a7',
|
|
823
|
+
'signLanguage': '\uf2a7',
|
|
824
|
+
'signing': '\uf2a7',
|
|
825
|
+
'handsAslInterpreting': '\uf2a3',
|
|
826
|
+
'americanSignLanguageInterpreting': '\uf2a3',
|
|
827
|
+
'aslInterpreting': '\uf2a3',
|
|
828
|
+
'handsAmericanSignLanguageInterpreting': '\uf2a3',
|
|
829
|
+
'handsBubbles': '\ue05e',
|
|
664
830
|
'handsWash': '\ue05e',
|
|
831
|
+
'handsClapping': '\ue1a8',
|
|
832
|
+
'handsHolding': '\uf4c2',
|
|
833
|
+
'handsPraying': '\uf684',
|
|
834
|
+
'prayingHands': '\uf684',
|
|
665
835
|
'handshake': '\uf2b5',
|
|
836
|
+
'handshakeAngle': '\uf4c4',
|
|
837
|
+
'handsHelping': '\uf4c4',
|
|
838
|
+
'handshakeSimpleSlash': '\ue05f',
|
|
666
839
|
'handshakeAltSlash': '\ue05f',
|
|
667
840
|
'handshakeSlash': '\ue060',
|
|
668
841
|
'hanukiah': '\uf6e6',
|
|
669
|
-
'
|
|
670
|
-
'
|
|
842
|
+
'hardDrive': '\uf0a0',
|
|
843
|
+
'hdd': '\uf0a0',
|
|
844
|
+
'hashtag': '\u0023',
|
|
671
845
|
'hatCowboy': '\uf8c0',
|
|
672
846
|
'hatCowboySide': '\uf8c1',
|
|
673
847
|
'hatWizard': '\uf6e8',
|
|
674
|
-
'hdd': '\uf0a0',
|
|
675
848
|
'headSideCough': '\ue061',
|
|
676
849
|
'headSideCoughSlash': '\ue062',
|
|
677
850
|
'headSideMask': '\ue063',
|
|
678
851
|
'headSideVirus': '\ue064',
|
|
679
852
|
'heading': '\uf1dc',
|
|
853
|
+
'header': '\uf1dc',
|
|
680
854
|
'headphones': '\uf025',
|
|
855
|
+
'headphonesSimple': '\uf58f',
|
|
681
856
|
'headphonesAlt': '\uf58f',
|
|
682
857
|
'headset': '\uf590',
|
|
683
858
|
'heart': '\uf004',
|
|
859
|
+
'heartCrack': '\uf7a9',
|
|
684
860
|
'heartBroken': '\uf7a9',
|
|
861
|
+
'heartPulse': '\uf21e',
|
|
685
862
|
'heartbeat': '\uf21e',
|
|
686
863
|
'helicopter': '\uf533',
|
|
864
|
+
'helmetSafety': '\uf807',
|
|
865
|
+
'hardHat': '\uf807',
|
|
866
|
+
'hatHard': '\uf807',
|
|
687
867
|
'highlighter': '\uf591',
|
|
688
|
-
'hiking': '\uf6ec',
|
|
689
868
|
'hippo': '\uf6ed',
|
|
690
|
-
'hips': '\uf452',
|
|
691
|
-
'hireAHelper': '\uf3b0',
|
|
692
|
-
'history': '\uf1da',
|
|
693
|
-
'hive': '\ue07f',
|
|
694
869
|
'hockeyPuck': '\uf453',
|
|
695
870
|
'hollyBerry': '\uf7aa',
|
|
696
|
-
'home': '\uf015',
|
|
697
|
-
'hooli': '\uf427',
|
|
698
|
-
'hornbill': '\uf592',
|
|
699
871
|
'horse': '\uf6f0',
|
|
700
872
|
'horseHead': '\uf7ab',
|
|
701
873
|
'hospital': '\uf0f8',
|
|
702
|
-
'hospitalAlt': '\
|
|
703
|
-
'
|
|
874
|
+
'hospitalAlt': '\uf0f8',
|
|
875
|
+
'hospitalWide': '\uf0f8',
|
|
704
876
|
'hospitalUser': '\uf80d',
|
|
877
|
+
'hotTubPerson': '\uf593',
|
|
705
878
|
'hotTub': '\uf593',
|
|
706
879
|
'hotdog': '\uf80f',
|
|
707
880
|
'hotel': '\uf594',
|
|
708
|
-
'hotjar': '\uf3b1',
|
|
709
881
|
'hourglass': '\uf254',
|
|
882
|
+
'hourglass2': '\uf254',
|
|
883
|
+
'hourglassHalf': '\uf254',
|
|
884
|
+
'hourglassEmpty': '\uf252',
|
|
710
885
|
'hourglassEnd': '\uf253',
|
|
711
|
-
'
|
|
886
|
+
'hourglass3': '\uf253',
|
|
712
887
|
'hourglassStart': '\uf251',
|
|
888
|
+
'hourglass1': '\uf251',
|
|
889
|
+
'house': '\uf015',
|
|
890
|
+
'home': '\uf015',
|
|
891
|
+
'homeAlt': '\uf015',
|
|
892
|
+
'homeLgAlt': '\uf015',
|
|
893
|
+
'houseChimney': '\ue3af',
|
|
894
|
+
'homeLg': '\ue3af',
|
|
895
|
+
'houseChimneyCrack': '\uf6f1',
|
|
713
896
|
'houseDamage': '\uf6f1',
|
|
714
|
-
'
|
|
715
|
-
'
|
|
897
|
+
'houseChimneyMedical': '\uf7f2',
|
|
898
|
+
'clinicMedical': '\uf7f2',
|
|
899
|
+
'houseChimneyUser': '\ue065',
|
|
900
|
+
'houseChimneyWindow': '\ue00d',
|
|
901
|
+
'houseCrack': '\ue3b1',
|
|
902
|
+
'houseLaptop': '\ue066',
|
|
903
|
+
'laptopHouse': '\ue066',
|
|
904
|
+
'houseMedical': '\ue3b2',
|
|
905
|
+
'houseUser': '\ue1b0',
|
|
906
|
+
'homeUser': '\ue1b0',
|
|
907
|
+
'hryvniaSign': '\uf6f2',
|
|
716
908
|
'hryvnia': '\uf6f2',
|
|
717
|
-
'
|
|
718
|
-
'hubspot': '\uf3b2',
|
|
909
|
+
'i': '\u0049',
|
|
719
910
|
'iCursor': '\uf246',
|
|
720
911
|
'iceCream': '\uf810',
|
|
721
912
|
'icicles': '\uf7ad',
|
|
722
913
|
'icons': '\uf86d',
|
|
914
|
+
'heartMusicCameraBolt': '\uf86d',
|
|
723
915
|
'idBadge': '\uf2c1',
|
|
724
916
|
'idCard': '\uf2c2',
|
|
917
|
+
'driversLicense': '\uf2c2',
|
|
918
|
+
'idCardClip': '\uf47f',
|
|
725
919
|
'idCardAlt': '\uf47f',
|
|
726
|
-
'ideal': '\ue013',
|
|
727
920
|
'igloo': '\uf7ae',
|
|
728
921
|
'image': '\uf03e',
|
|
922
|
+
'imagePortrait': '\uf3e0',
|
|
923
|
+
'portrait': '\uf3e0',
|
|
729
924
|
'images': '\uf302',
|
|
730
|
-
'imdb': '\uf2d8',
|
|
731
925
|
'inbox': '\uf01c',
|
|
732
926
|
'indent': '\uf03c',
|
|
927
|
+
'indianRupeeSign': '\ue1bc',
|
|
928
|
+
'indianRupee': '\ue1bc',
|
|
929
|
+
'inr': '\ue1bc',
|
|
733
930
|
'industry': '\uf275',
|
|
734
931
|
'infinity': '\uf534',
|
|
735
932
|
'info': '\uf129',
|
|
736
|
-
'infoCircle': '\uf05a',
|
|
737
|
-
'innosoft': '\ue080',
|
|
738
|
-
'instagram': '\uf16d',
|
|
739
|
-
'instagramSquare': '\ue055',
|
|
740
|
-
'instalod': '\ue081',
|
|
741
|
-
'intercom': '\uf7af',
|
|
742
|
-
'internetExplorer': '\uf26b',
|
|
743
|
-
'invision': '\uf7b0',
|
|
744
|
-
'ioxhost': '\uf208',
|
|
745
933
|
'italic': '\uf033',
|
|
746
|
-
'
|
|
747
|
-
'itunes': '\uf3b4',
|
|
748
|
-
'itunesNote': '\uf3b5',
|
|
749
|
-
'java': '\uf4e4',
|
|
934
|
+
'j': '\u004a',
|
|
750
935
|
'jedi': '\uf669',
|
|
751
|
-
'
|
|
752
|
-
'
|
|
753
|
-
'jira': '\uf7b1',
|
|
754
|
-
'joget': '\uf3b7',
|
|
936
|
+
'jetFighter': '\uf0fb',
|
|
937
|
+
'fighterJet': '\uf0fb',
|
|
755
938
|
'joint': '\uf595',
|
|
756
|
-
'
|
|
757
|
-
'journalWhills': '\uf66a',
|
|
758
|
-
'js': '\uf3b8',
|
|
759
|
-
'jsSquare': '\uf3b9',
|
|
760
|
-
'jsfiddle': '\uf1cc',
|
|
939
|
+
'k': '\u004b',
|
|
761
940
|
'kaaba': '\uf66b',
|
|
762
|
-
'kaggle': '\uf5fa',
|
|
763
941
|
'key': '\uf084',
|
|
764
|
-
'keybase': '\uf4f5',
|
|
765
942
|
'keyboard': '\uf11c',
|
|
766
|
-
'keycdn': '\uf3ba',
|
|
767
943
|
'khanda': '\uf66d',
|
|
768
|
-
'
|
|
769
|
-
'
|
|
770
|
-
'
|
|
771
|
-
'kissBeam': '\uf597',
|
|
772
|
-
'kissWinkHeart': '\uf598',
|
|
944
|
+
'kipSign': '\ue1c4',
|
|
945
|
+
'kitMedical': '\uf479',
|
|
946
|
+
'firstAid': '\uf479',
|
|
773
947
|
'kiwiBird': '\uf535',
|
|
774
|
-
'
|
|
948
|
+
'l': '\u004c',
|
|
775
949
|
'landmark': '\uf66f',
|
|
776
950
|
'language': '\uf1ab',
|
|
777
951
|
'laptop': '\uf109',
|
|
778
952
|
'laptopCode': '\uf5fc',
|
|
779
|
-
'laptopHouse': '\ue066',
|
|
780
953
|
'laptopMedical': '\uf812',
|
|
781
|
-
'
|
|
782
|
-
'lastfm': '\uf202',
|
|
783
|
-
'lastfmSquare': '\uf203',
|
|
784
|
-
'laugh': '\uf599',
|
|
785
|
-
'laughBeam': '\uf59a',
|
|
786
|
-
'laughSquint': '\uf59b',
|
|
787
|
-
'laughWink': '\uf59c',
|
|
954
|
+
'lariSign': '\ue1c8',
|
|
788
955
|
'layerGroup': '\uf5fd',
|
|
789
956
|
'leaf': '\uf06c',
|
|
790
|
-
'
|
|
957
|
+
'leftLong': '\uf30a',
|
|
958
|
+
'longArrowAltLeft': '\uf30a',
|
|
959
|
+
'leftRight': '\uf337',
|
|
960
|
+
'arrowsAltH': '\uf337',
|
|
791
961
|
'lemon': '\uf094',
|
|
792
|
-
'
|
|
793
|
-
'lessThan': '\uf536',
|
|
962
|
+
'lessThan': '\u003c',
|
|
794
963
|
'lessThanEqual': '\uf537',
|
|
795
|
-
'levelDownAlt': '\uf3be',
|
|
796
|
-
'levelUpAlt': '\uf3bf',
|
|
797
964
|
'lifeRing': '\uf1cd',
|
|
798
965
|
'lightbulb': '\uf0eb',
|
|
799
|
-
'line': '\uf3c0',
|
|
800
966
|
'link': '\uf0c1',
|
|
801
|
-
'
|
|
802
|
-
'
|
|
803
|
-
'
|
|
804
|
-
'
|
|
967
|
+
'chain': '\uf0c1',
|
|
968
|
+
'linkSlash': '\uf127',
|
|
969
|
+
'chainBroken': '\uf127',
|
|
970
|
+
'chainSlash': '\uf127',
|
|
971
|
+
'unlink': '\uf127',
|
|
805
972
|
'liraSign': '\uf195',
|
|
806
973
|
'list': '\uf03a',
|
|
807
|
-
'
|
|
974
|
+
'listSquares': '\uf03a',
|
|
975
|
+
'listCheck': '\uf0ae',
|
|
976
|
+
'tasks': '\uf0ae',
|
|
808
977
|
'listOl': '\uf0cb',
|
|
978
|
+
'list12': '\uf0cb',
|
|
979
|
+
'listNumeric': '\uf0cb',
|
|
809
980
|
'listUl': '\uf0ca',
|
|
981
|
+
'listDots': '\uf0ca',
|
|
982
|
+
'litecoinSign': '\ue1d3',
|
|
810
983
|
'locationArrow': '\uf124',
|
|
984
|
+
'locationCrosshairs': '\uf601',
|
|
985
|
+
'location': '\uf601',
|
|
986
|
+
'locationDot': '\uf3c5',
|
|
987
|
+
'mapMarkerAlt': '\uf3c5',
|
|
988
|
+
'locationPin': '\uf041',
|
|
989
|
+
'mapMarker': '\uf041',
|
|
811
990
|
'lock': '\uf023',
|
|
812
991
|
'lockOpen': '\uf3c1',
|
|
813
|
-
'longArrowAltDown': '\uf309',
|
|
814
|
-
'longArrowAltLeft': '\uf30a',
|
|
815
|
-
'longArrowAltRight': '\uf30b',
|
|
816
|
-
'longArrowAltUp': '\uf30c',
|
|
817
|
-
'lowVision': '\uf2a8',
|
|
818
|
-
'luggageCart': '\uf59d',
|
|
819
992
|
'lungs': '\uf604',
|
|
820
993
|
'lungsVirus': '\ue067',
|
|
821
|
-
'
|
|
822
|
-
'magento': '\uf3c4',
|
|
823
|
-
'magic': '\uf0d0',
|
|
994
|
+
'm': '\u004d',
|
|
824
995
|
'magnet': '\uf076',
|
|
825
|
-
'
|
|
826
|
-
'
|
|
827
|
-
'
|
|
828
|
-
'
|
|
996
|
+
'magnifyingGlass': '\uf002',
|
|
997
|
+
'search': '\uf002',
|
|
998
|
+
'magnifyingGlassDollar': '\uf688',
|
|
999
|
+
'searchDollar': '\uf688',
|
|
1000
|
+
'magnifyingGlassLocation': '\uf689',
|
|
1001
|
+
'searchLocation': '\uf689',
|
|
1002
|
+
'magnifyingGlassMinus': '\uf010',
|
|
1003
|
+
'searchMinus': '\uf010',
|
|
1004
|
+
'magnifyingGlassPlus': '\uf00e',
|
|
1005
|
+
'searchPlus': '\uf00e',
|
|
1006
|
+
'manatSign': '\ue1d5',
|
|
829
1007
|
'map': '\uf279',
|
|
1008
|
+
'mapLocation': '\uf59f',
|
|
830
1009
|
'mapMarked': '\uf59f',
|
|
1010
|
+
'mapLocationDot': '\uf5a0',
|
|
831
1011
|
'mapMarkedAlt': '\uf5a0',
|
|
832
|
-
'mapMarker': '\uf041',
|
|
833
|
-
'mapMarkerAlt': '\uf3c5',
|
|
834
1012
|
'mapPin': '\uf276',
|
|
835
|
-
'mapSigns': '\uf277',
|
|
836
|
-
'markdown': '\uf60f',
|
|
837
1013
|
'marker': '\uf5a1',
|
|
838
1014
|
'mars': '\uf222',
|
|
1015
|
+
'marsAndVenus': '\uf224',
|
|
839
1016
|
'marsDouble': '\uf227',
|
|
840
1017
|
'marsStroke': '\uf229',
|
|
1018
|
+
'marsStrokeRight': '\uf22b',
|
|
841
1019
|
'marsStrokeH': '\uf22b',
|
|
1020
|
+
'marsStrokeUp': '\uf22a',
|
|
842
1021
|
'marsStrokeV': '\uf22a',
|
|
1022
|
+
'martiniGlass': '\uf57b',
|
|
1023
|
+
'glassMartiniAlt': '\uf57b',
|
|
1024
|
+
'martiniGlassCitrus': '\uf561',
|
|
1025
|
+
'cocktail': '\uf561',
|
|
1026
|
+
'martiniGlassEmpty': '\uf000',
|
|
1027
|
+
'glassMartini': '\uf000',
|
|
843
1028
|
'mask': '\uf6fa',
|
|
844
|
-
'
|
|
845
|
-
'
|
|
846
|
-
'
|
|
1029
|
+
'maskFace': '\ue1d7',
|
|
1030
|
+
'masksTheater': '\uf630',
|
|
1031
|
+
'theaterMasks': '\uf630',
|
|
1032
|
+
'maximize': '\uf31e',
|
|
1033
|
+
'expandArrowsAlt': '\uf31e',
|
|
847
1034
|
'medal': '\uf5a2',
|
|
848
|
-
'medapps': '\uf3c6',
|
|
849
|
-
'medium': '\uf23a',
|
|
850
|
-
'mediumM': '\uf3c7',
|
|
851
|
-
'medkit': '\uf0fa',
|
|
852
|
-
'medrt': '\uf3c8',
|
|
853
|
-
'meetup': '\uf2e0',
|
|
854
|
-
'megaport': '\uf5a3',
|
|
855
|
-
'meh': '\uf11a',
|
|
856
|
-
'mehBlank': '\uf5a4',
|
|
857
|
-
'mehRollingEyes': '\uf5a5',
|
|
858
1035
|
'memory': '\uf538',
|
|
859
|
-
'mendeley': '\uf7b3',
|
|
860
1036
|
'menorah': '\uf676',
|
|
861
1037
|
'mercury': '\uf223',
|
|
1038
|
+
'message': '\uf27a',
|
|
1039
|
+
'commentAlt': '\uf27a',
|
|
862
1040
|
'meteor': '\uf753',
|
|
863
|
-
'microblog': '\ue01a',
|
|
864
1041
|
'microchip': '\uf2db',
|
|
865
1042
|
'microphone': '\uf130',
|
|
1043
|
+
'microphoneLines': '\uf3c9',
|
|
866
1044
|
'microphoneAlt': '\uf3c9',
|
|
1045
|
+
'microphoneLinesSlash': '\uf539',
|
|
867
1046
|
'microphoneAltSlash': '\uf539',
|
|
868
1047
|
'microphoneSlash': '\uf131',
|
|
869
1048
|
'microscope': '\uf610',
|
|
870
|
-
'
|
|
1049
|
+
'millSign': '\ue1ed',
|
|
1050
|
+
'minimize': '\uf78c',
|
|
1051
|
+
'compressArrowsAlt': '\uf78c',
|
|
871
1052
|
'minus': '\uf068',
|
|
872
|
-
'
|
|
873
|
-
'minusSquare': '\uf146',
|
|
1053
|
+
'subtract': '\uf068',
|
|
874
1054
|
'mitten': '\uf7b5',
|
|
875
|
-
'
|
|
876
|
-
'
|
|
877
|
-
'
|
|
878
|
-
'
|
|
879
|
-
'
|
|
1055
|
+
'mobile': '\uf3ce',
|
|
1056
|
+
'mobileAndroid': '\uf3ce',
|
|
1057
|
+
'mobilePhone': '\uf3ce',
|
|
1058
|
+
'mobileButton': '\uf10b',
|
|
1059
|
+
'mobileScreenButton': '\uf3cd',
|
|
880
1060
|
'mobileAlt': '\uf3cd',
|
|
881
|
-
'modx': '\uf285',
|
|
882
|
-
'monero': '\uf3d0',
|
|
883
1061
|
'moneyBill': '\uf0d6',
|
|
1062
|
+
'moneyBill1': '\uf3d1',
|
|
884
1063
|
'moneyBillAlt': '\uf3d1',
|
|
885
|
-
'
|
|
1064
|
+
'moneyBill1Wave': '\uf53b',
|
|
886
1065
|
'moneyBillWaveAlt': '\uf53b',
|
|
1066
|
+
'moneyBillWave': '\uf53a',
|
|
887
1067
|
'moneyCheck': '\uf53c',
|
|
1068
|
+
'moneyCheckDollar': '\uf53d',
|
|
888
1069
|
'moneyCheckAlt': '\uf53d',
|
|
889
1070
|
'monument': '\uf5a6',
|
|
890
1071
|
'moon': '\uf186',
|
|
@@ -892,98 +1073,104 @@ const icons = {
|
|
|
892
1073
|
'mosque': '\uf678',
|
|
893
1074
|
'motorcycle': '\uf21c',
|
|
894
1075
|
'mountain': '\uf6fc',
|
|
895
|
-
'mouse': '\uf8cc',
|
|
896
|
-
'mousePointer': '\uf245',
|
|
897
1076
|
'mugHot': '\uf7b6',
|
|
1077
|
+
'mugSaucer': '\uf0f4',
|
|
1078
|
+
'coffee': '\uf0f4',
|
|
898
1079
|
'music': '\uf001',
|
|
899
|
-
'
|
|
900
|
-
'
|
|
1080
|
+
'n': '\u004e',
|
|
1081
|
+
'nairaSign': '\ue1f6',
|
|
901
1082
|
'networkWired': '\uf6ff',
|
|
902
1083
|
'neuter': '\uf22c',
|
|
903
1084
|
'newspaper': '\uf1ea',
|
|
904
|
-
'nimblr': '\uf5a8',
|
|
905
|
-
'node': '\uf419',
|
|
906
|
-
'nodeJs': '\uf3d3',
|
|
907
1085
|
'notEqual': '\uf53e',
|
|
1086
|
+
'noteSticky': '\uf249',
|
|
1087
|
+
'stickyNote': '\uf249',
|
|
908
1088
|
'notesMedical': '\uf481',
|
|
909
|
-
'
|
|
910
|
-
'ns8': '\uf3d5',
|
|
911
|
-
'nutritionix': '\uf3d6',
|
|
1089
|
+
'o': '\u004f',
|
|
912
1090
|
'objectGroup': '\uf247',
|
|
913
1091
|
'objectUngroup': '\uf248',
|
|
914
|
-
'octopusDeploy': '\ue082',
|
|
915
|
-
'odnoklassniki': '\uf263',
|
|
916
|
-
'odnoklassnikiSquare': '\uf264',
|
|
917
1092
|
'oilCan': '\uf613',
|
|
918
|
-
'oldRepublic': '\uf510',
|
|
919
1093
|
'om': '\uf679',
|
|
920
|
-
'opencart': '\uf23d',
|
|
921
|
-
'openid': '\uf19b',
|
|
922
|
-
'opera': '\uf26a',
|
|
923
|
-
'optinMonster': '\uf23c',
|
|
924
|
-
'orcid': '\uf8d2',
|
|
925
|
-
'osi': '\uf41a',
|
|
926
1094
|
'otter': '\uf700',
|
|
927
1095
|
'outdent': '\uf03b',
|
|
928
|
-
'
|
|
929
|
-
'
|
|
1096
|
+
'dedent': '\uf03b',
|
|
1097
|
+
'p': '\u0050',
|
|
930
1098
|
'pager': '\uf815',
|
|
931
|
-
'paintBrush': '\uf1fc',
|
|
932
1099
|
'paintRoller': '\uf5aa',
|
|
1100
|
+
'paintbrush': '\uf1fc',
|
|
1101
|
+
'paintBrush': '\uf1fc',
|
|
933
1102
|
'palette': '\uf53f',
|
|
934
|
-
'palfed': '\uf3d8',
|
|
935
1103
|
'pallet': '\uf482',
|
|
1104
|
+
'panorama': '\ue209',
|
|
936
1105
|
'paperPlane': '\uf1d8',
|
|
937
1106
|
'paperclip': '\uf0c6',
|
|
938
1107
|
'parachuteBox': '\uf4cd',
|
|
939
1108
|
'paragraph': '\uf1dd',
|
|
940
|
-
'parking': '\uf540',
|
|
941
1109
|
'passport': '\uf5ab',
|
|
942
|
-
'pastafarianism': '\uf67b',
|
|
943
1110
|
'paste': '\uf0ea',
|
|
944
|
-
'
|
|
1111
|
+
'fileClipboard': '\uf0ea',
|
|
945
1112
|
'pause': '\uf04c',
|
|
946
|
-
'pauseCircle': '\uf28b',
|
|
947
1113
|
'paw': '\uf1b0',
|
|
948
|
-
'paypal': '\uf1ed',
|
|
949
1114
|
'peace': '\uf67c',
|
|
950
1115
|
'pen': '\uf304',
|
|
1116
|
+
'penClip': '\uf305',
|
|
951
1117
|
'penAlt': '\uf305',
|
|
952
1118
|
'penFancy': '\uf5ac',
|
|
953
1119
|
'penNib': '\uf5ad',
|
|
954
|
-
'
|
|
955
|
-
'pencilAlt': '\uf303',
|
|
1120
|
+
'penRuler': '\uf5ae',
|
|
956
1121
|
'pencilRuler': '\uf5ae',
|
|
957
|
-
'
|
|
1122
|
+
'penToSquare': '\uf044',
|
|
1123
|
+
'edit': '\uf044',
|
|
1124
|
+
'pencil': '\uf303',
|
|
1125
|
+
'pencilAlt': '\uf303',
|
|
1126
|
+
'peopleArrowsLeftRight': '\ue068',
|
|
958
1127
|
'peopleArrows': '\ue068',
|
|
1128
|
+
'peopleCarryBox': '\uf4ce',
|
|
959
1129
|
'peopleCarry': '\uf4ce',
|
|
960
1130
|
'pepperHot': '\uf816',
|
|
961
|
-
'
|
|
962
|
-
'
|
|
963
|
-
'
|
|
964
|
-
'
|
|
1131
|
+
'percent': '\u0025',
|
|
1132
|
+
'percentage': '\u0025',
|
|
1133
|
+
'person': '\uf183',
|
|
1134
|
+
'male': '\uf183',
|
|
1135
|
+
'personBiking': '\uf84a',
|
|
1136
|
+
'biking': '\uf84a',
|
|
965
1137
|
'personBooth': '\uf756',
|
|
966
|
-
'
|
|
967
|
-
'
|
|
968
|
-
'
|
|
1138
|
+
'personDotsFromLine': '\uf470',
|
|
1139
|
+
'diagnoses': '\uf470',
|
|
1140
|
+
'personDress': '\uf182',
|
|
1141
|
+
'female': '\uf182',
|
|
1142
|
+
'personHiking': '\uf6ec',
|
|
1143
|
+
'hiking': '\uf6ec',
|
|
1144
|
+
'personPraying': '\uf683',
|
|
1145
|
+
'pray': '\uf683',
|
|
1146
|
+
'personRunning': '\uf70c',
|
|
1147
|
+
'running': '\uf70c',
|
|
1148
|
+
'personSkating': '\uf7c5',
|
|
1149
|
+
'skating': '\uf7c5',
|
|
1150
|
+
'personSkiing': '\uf7c9',
|
|
1151
|
+
'skiing': '\uf7c9',
|
|
1152
|
+
'personSkiingNordic': '\uf7ca',
|
|
1153
|
+
'skiingNordic': '\uf7ca',
|
|
1154
|
+
'personSnowboarding': '\uf7ce',
|
|
1155
|
+
'snowboarding': '\uf7ce',
|
|
1156
|
+
'personSwimming': '\uf5c4',
|
|
1157
|
+
'swimmer': '\uf5c4',
|
|
1158
|
+
'personWalking': '\uf554',
|
|
1159
|
+
'walking': '\uf554',
|
|
1160
|
+
'personWalkingWithCane': '\uf29d',
|
|
1161
|
+
'blind': '\uf29d',
|
|
1162
|
+
'pesetaSign': '\ue221',
|
|
1163
|
+
'pesoSign': '\ue222',
|
|
969
1164
|
'phone': '\uf095',
|
|
1165
|
+
'phoneFlip': '\uf879',
|
|
970
1166
|
'phoneAlt': '\uf879',
|
|
971
1167
|
'phoneSlash': '\uf3dd',
|
|
972
|
-
'phoneSquare': '\uf098',
|
|
973
|
-
'phoneSquareAlt': '\uf87b',
|
|
974
1168
|
'phoneVolume': '\uf2a0',
|
|
1169
|
+
'volumeControlPhone': '\uf2a0',
|
|
1170
|
+
'photoFilm': '\uf87c',
|
|
975
1171
|
'photoVideo': '\uf87c',
|
|
976
|
-
'php': '\uf457',
|
|
977
|
-
'piedPiper': '\uf2ae',
|
|
978
|
-
'piedPiperAlt': '\uf1a8',
|
|
979
|
-
'piedPiperHat': '\uf4e5',
|
|
980
|
-
'piedPiperPp': '\uf1a7',
|
|
981
|
-
'piedPiperSquare': '\ue01e',
|
|
982
1172
|
'piggyBank': '\uf4d3',
|
|
983
1173
|
'pills': '\uf484',
|
|
984
|
-
'pinterest': '\uf0d2',
|
|
985
|
-
'pinterestP': '\uf231',
|
|
986
|
-
'pinterestSquare': '\uf0d3',
|
|
987
1174
|
'pizzaSlice': '\uf818',
|
|
988
1175
|
'placeOfWorship': '\uf67f',
|
|
989
1176
|
'plane': '\uf072',
|
|
@@ -991,177 +1178,166 @@ const icons = {
|
|
|
991
1178
|
'planeDeparture': '\uf5b0',
|
|
992
1179
|
'planeSlash': '\ue069',
|
|
993
1180
|
'play': '\uf04b',
|
|
994
|
-
'playCircle': '\uf144',
|
|
995
|
-
'playstation': '\uf3df',
|
|
996
1181
|
'plug': '\uf1e6',
|
|
997
|
-
'plus': '\
|
|
998
|
-
'
|
|
999
|
-
'
|
|
1182
|
+
'plus': '\u002b',
|
|
1183
|
+
'add': '\u002b',
|
|
1184
|
+
'plusMinus': '\ue43c',
|
|
1000
1185
|
'podcast': '\uf2ce',
|
|
1001
|
-
'poll': '\uf681',
|
|
1002
|
-
'pollH': '\uf682',
|
|
1003
1186
|
'poo': '\uf2fe',
|
|
1004
1187
|
'pooStorm': '\uf75a',
|
|
1188
|
+
'pooBolt': '\uf75a',
|
|
1005
1189
|
'poop': '\uf619',
|
|
1006
|
-
'portrait': '\uf3e0',
|
|
1007
|
-
'poundSign': '\uf154',
|
|
1008
1190
|
'powerOff': '\uf011',
|
|
1009
|
-
'pray': '\uf683',
|
|
1010
|
-
'prayingHands': '\uf684',
|
|
1011
1191
|
'prescription': '\uf5b1',
|
|
1012
1192
|
'prescriptionBottle': '\uf485',
|
|
1193
|
+
'prescriptionBottleMedical': '\uf486',
|
|
1013
1194
|
'prescriptionBottleAlt': '\uf486',
|
|
1014
1195
|
'print': '\uf02f',
|
|
1015
|
-
'procedures': '\uf487',
|
|
1016
|
-
'productHunt': '\uf288',
|
|
1017
|
-
'projectDiagram': '\uf542',
|
|
1018
1196
|
'pumpMedical': '\ue06a',
|
|
1019
1197
|
'pumpSoap': '\ue06b',
|
|
1020
|
-
'pushed': '\uf3e1',
|
|
1021
1198
|
'puzzlePiece': '\uf12e',
|
|
1022
|
-
'
|
|
1023
|
-
'qq': '\uf1d6',
|
|
1199
|
+
'q': '\u0051',
|
|
1024
1200
|
'qrcode': '\uf029',
|
|
1025
|
-
'question': '\
|
|
1026
|
-
'questionCircle': '\uf059',
|
|
1027
|
-
'quidditch': '\uf458',
|
|
1028
|
-
'quinscape': '\uf459',
|
|
1029
|
-
'quora': '\uf2c4',
|
|
1201
|
+
'question': '\u003f',
|
|
1030
1202
|
'quoteLeft': '\uf10d',
|
|
1203
|
+
'quoteLeftAlt': '\uf10d',
|
|
1031
1204
|
'quoteRight': '\uf10e',
|
|
1032
|
-
'
|
|
1033
|
-
'
|
|
1205
|
+
'quoteRightAlt': '\uf10e',
|
|
1206
|
+
'r': '\u0052',
|
|
1034
1207
|
'radiation': '\uf7b9',
|
|
1035
|
-
'radiationAlt': '\uf7ba',
|
|
1036
1208
|
'rainbow': '\uf75b',
|
|
1037
|
-
'random': '\uf074',
|
|
1038
|
-
'raspberryPi': '\uf7bb',
|
|
1039
|
-
'ravelry': '\uf2d9',
|
|
1040
|
-
'react': '\uf41b',
|
|
1041
|
-
'reacteurope': '\uf75d',
|
|
1042
|
-
'readme': '\uf4d5',
|
|
1043
|
-
'rebel': '\uf1d0',
|
|
1044
1209
|
'receipt': '\uf543',
|
|
1045
1210
|
'recordVinyl': '\uf8d9',
|
|
1211
|
+
'rectangleAd': '\uf641',
|
|
1212
|
+
'ad': '\uf641',
|
|
1213
|
+
'rectangleList': '\uf022',
|
|
1214
|
+
'listAlt': '\uf022',
|
|
1215
|
+
'rectangleXmark': '\uf410',
|
|
1216
|
+
'rectangleTimes': '\uf410',
|
|
1217
|
+
'timesRectangle': '\uf410',
|
|
1218
|
+
'windowClose': '\uf410',
|
|
1046
1219
|
'recycle': '\uf1b8',
|
|
1047
|
-
'redRiver': '\uf3e3',
|
|
1048
|
-
'reddit': '\uf1a1',
|
|
1049
|
-
'redditAlien': '\uf281',
|
|
1050
|
-
'redditSquare': '\uf1a2',
|
|
1051
|
-
'redhat': '\uf7bc',
|
|
1052
|
-
'redo': '\uf01e',
|
|
1053
|
-
'redoAlt': '\uf2f9',
|
|
1054
1220
|
'registered': '\uf25d',
|
|
1055
|
-
'
|
|
1056
|
-
'renren': '\uf18b',
|
|
1221
|
+
'repeat': '\uf363',
|
|
1057
1222
|
'reply': '\uf3e5',
|
|
1223
|
+
'mailReply': '\uf3e5',
|
|
1058
1224
|
'replyAll': '\uf122',
|
|
1059
|
-
'
|
|
1225
|
+
'mailReplyAll': '\uf122',
|
|
1060
1226
|
'republican': '\uf75e',
|
|
1061
|
-
'researchgate': '\uf4f8',
|
|
1062
|
-
'resolving': '\uf3e7',
|
|
1063
1227
|
'restroom': '\uf7bd',
|
|
1064
1228
|
'retweet': '\uf079',
|
|
1065
|
-
'rev': '\uf5b2',
|
|
1066
1229
|
'ribbon': '\uf4d6',
|
|
1230
|
+
'rightFromBracket': '\uf2f5',
|
|
1231
|
+
'signOutAlt': '\uf2f5',
|
|
1232
|
+
'rightLeft': '\uf362',
|
|
1233
|
+
'exchangeAlt': '\uf362',
|
|
1234
|
+
'rightLong': '\uf30b',
|
|
1235
|
+
'longArrowAltRight': '\uf30b',
|
|
1236
|
+
'rightToBracket': '\uf2f6',
|
|
1237
|
+
'signInAlt': '\uf2f6',
|
|
1067
1238
|
'ring': '\uf70b',
|
|
1068
1239
|
'road': '\uf018',
|
|
1069
1240
|
'robot': '\uf544',
|
|
1070
1241
|
'rocket': '\uf135',
|
|
1071
|
-
'
|
|
1072
|
-
'
|
|
1242
|
+
'rotate': '\uf2f1',
|
|
1243
|
+
'syncAlt': '\uf2f1',
|
|
1244
|
+
'rotateLeft': '\uf2ea',
|
|
1245
|
+
'rotateBack': '\uf2ea',
|
|
1246
|
+
'rotateBackward': '\uf2ea',
|
|
1247
|
+
'undoAlt': '\uf2ea',
|
|
1248
|
+
'rotateRight': '\uf2f9',
|
|
1249
|
+
'redoAlt': '\uf2f9',
|
|
1250
|
+
'rotateForward': '\uf2f9',
|
|
1073
1251
|
'route': '\uf4d7',
|
|
1074
1252
|
'rss': '\uf09e',
|
|
1075
|
-
'
|
|
1253
|
+
'feed': '\uf09e',
|
|
1076
1254
|
'rubleSign': '\uf158',
|
|
1255
|
+
'rouble': '\uf158',
|
|
1256
|
+
'rub': '\uf158',
|
|
1257
|
+
'ruble': '\uf158',
|
|
1077
1258
|
'ruler': '\uf545',
|
|
1078
1259
|
'rulerCombined': '\uf546',
|
|
1079
1260
|
'rulerHorizontal': '\uf547',
|
|
1080
1261
|
'rulerVertical': '\uf548',
|
|
1081
|
-
'running': '\uf70c',
|
|
1082
1262
|
'rupeeSign': '\uf156',
|
|
1083
|
-
'
|
|
1084
|
-
'
|
|
1085
|
-
'
|
|
1086
|
-
'
|
|
1087
|
-
'salesforce': '\uf83b',
|
|
1088
|
-
'sass': '\uf41e',
|
|
1263
|
+
'rupee': '\uf156',
|
|
1264
|
+
'rupiahSign': '\ue23d',
|
|
1265
|
+
's': '\u0053',
|
|
1266
|
+
'sailboat': '\ue445',
|
|
1089
1267
|
'satellite': '\uf7bf',
|
|
1090
1268
|
'satelliteDish': '\uf7c0',
|
|
1091
|
-
'
|
|
1092
|
-
'
|
|
1269
|
+
'scaleBalanced': '\uf24e',
|
|
1270
|
+
'balanceScale': '\uf24e',
|
|
1271
|
+
'scaleUnbalanced': '\uf515',
|
|
1272
|
+
'balanceScaleLeft': '\uf515',
|
|
1273
|
+
'scaleUnbalancedFlip': '\uf516',
|
|
1274
|
+
'balanceScaleRight': '\uf516',
|
|
1093
1275
|
'school': '\uf549',
|
|
1276
|
+
'scissors': '\uf0c4',
|
|
1277
|
+
'cut': '\uf0c4',
|
|
1094
1278
|
'screwdriver': '\uf54a',
|
|
1095
|
-
'
|
|
1279
|
+
'screwdriverWrench': '\uf7d9',
|
|
1280
|
+
'tools': '\uf7d9',
|
|
1096
1281
|
'scroll': '\uf70e',
|
|
1282
|
+
'scrollTorah': '\uf6a0',
|
|
1283
|
+
'torah': '\uf6a0',
|
|
1097
1284
|
'sdCard': '\uf7c2',
|
|
1098
|
-
'
|
|
1099
|
-
'searchDollar': '\uf688',
|
|
1100
|
-
'searchLocation': '\uf689',
|
|
1101
|
-
'searchMinus': '\uf010',
|
|
1102
|
-
'searchPlus': '\uf00e',
|
|
1103
|
-
'searchengin': '\uf3eb',
|
|
1285
|
+
'section': '\ue447',
|
|
1104
1286
|
'seedling': '\uf4d8',
|
|
1105
|
-
'
|
|
1106
|
-
'sellsy': '\uf213',
|
|
1287
|
+
'sprout': '\uf4d8',
|
|
1107
1288
|
'server': '\uf233',
|
|
1108
|
-
'servicestack': '\uf3ec',
|
|
1109
1289
|
'shapes': '\uf61f',
|
|
1290
|
+
'triangleCircleSquare': '\uf61f',
|
|
1110
1291
|
'share': '\uf064',
|
|
1111
|
-
'
|
|
1112
|
-
'
|
|
1292
|
+
'arrowTurnRight': '\uf064',
|
|
1293
|
+
'mailForward': '\uf064',
|
|
1294
|
+
'shareFromSquare': '\uf14d',
|
|
1113
1295
|
'shareSquare': '\uf14d',
|
|
1296
|
+
'shareNodes': '\uf1e0',
|
|
1297
|
+
'shareAlt': '\uf1e0',
|
|
1114
1298
|
'shekelSign': '\uf20b',
|
|
1299
|
+
'ils': '\uf20b',
|
|
1300
|
+
'shekel': '\uf20b',
|
|
1301
|
+
'sheqel': '\uf20b',
|
|
1302
|
+
'sheqelSign': '\uf20b',
|
|
1303
|
+
'shield': '\uf132',
|
|
1304
|
+
'shieldBlank': '\uf3ed',
|
|
1115
1305
|
'shieldAlt': '\uf3ed',
|
|
1116
1306
|
'shieldVirus': '\ue06c',
|
|
1117
1307
|
'ship': '\uf21a',
|
|
1118
|
-
'
|
|
1119
|
-
'
|
|
1308
|
+
'shirt': '\uf553',
|
|
1309
|
+
'tShirt': '\uf553',
|
|
1310
|
+
'tshirt': '\uf553',
|
|
1120
1311
|
'shoePrints': '\uf54b',
|
|
1121
|
-
'
|
|
1122
|
-
'
|
|
1123
|
-
'
|
|
1124
|
-
'
|
|
1125
|
-
'shopware': '\uf5b5',
|
|
1312
|
+
'shop': '\uf54f',
|
|
1313
|
+
'storeAlt': '\uf54f',
|
|
1314
|
+
'shopSlash': '\ue070',
|
|
1315
|
+
'storeAltSlash': '\ue070',
|
|
1126
1316
|
'shower': '\uf2cc',
|
|
1127
|
-
'
|
|
1317
|
+
'shrimp': '\ue448',
|
|
1318
|
+
'shuffle': '\uf074',
|
|
1319
|
+
'random': '\uf074',
|
|
1320
|
+
'shuttleSpace': '\uf197',
|
|
1321
|
+
'spaceShuttle': '\uf197',
|
|
1322
|
+
'signHanging': '\uf4d9',
|
|
1128
1323
|
'sign': '\uf4d9',
|
|
1129
|
-
'signInAlt': '\uf2f6',
|
|
1130
|
-
'signLanguage': '\uf2a7',
|
|
1131
|
-
'signOutAlt': '\uf2f5',
|
|
1132
1324
|
'signal': '\uf012',
|
|
1325
|
+
'signal5': '\uf012',
|
|
1326
|
+
'signalPerfect': '\uf012',
|
|
1133
1327
|
'signature': '\uf5b7',
|
|
1328
|
+
'signsPost': '\uf277',
|
|
1329
|
+
'mapSigns': '\uf277',
|
|
1134
1330
|
'simCard': '\uf7c4',
|
|
1135
|
-
'simplybuilt': '\uf215',
|
|
1136
1331
|
'sink': '\ue06d',
|
|
1137
|
-
'sistrix': '\uf3ee',
|
|
1138
1332
|
'sitemap': '\uf0e8',
|
|
1139
|
-
'sith': '\uf512',
|
|
1140
|
-
'skating': '\uf7c5',
|
|
1141
|
-
'sketch': '\uf7c6',
|
|
1142
|
-
'skiing': '\uf7c9',
|
|
1143
|
-
'skiingNordic': '\uf7ca',
|
|
1144
1333
|
'skull': '\uf54c',
|
|
1145
1334
|
'skullCrossbones': '\uf714',
|
|
1146
|
-
'skyatlas': '\uf216',
|
|
1147
|
-
'skype': '\uf17e',
|
|
1148
|
-
'slack': '\uf198',
|
|
1149
|
-
'slackHash': '\uf3ef',
|
|
1150
1335
|
'slash': '\uf715',
|
|
1151
1336
|
'sleigh': '\uf7cc',
|
|
1337
|
+
'sliders': '\uf1de',
|
|
1152
1338
|
'slidersH': '\uf1de',
|
|
1153
|
-
'slideshare': '\uf1e7',
|
|
1154
|
-
'smile': '\uf118',
|
|
1155
|
-
'smileBeam': '\uf5b8',
|
|
1156
|
-
'smileWink': '\uf4da',
|
|
1157
1339
|
'smog': '\uf75f',
|
|
1158
1340
|
'smoking': '\uf48d',
|
|
1159
|
-
'smokingBan': '\uf54d',
|
|
1160
|
-
'sms': '\uf7cd',
|
|
1161
|
-
'snapchat': '\uf2ab',
|
|
1162
|
-
'snapchatGhost': '\uf2ac',
|
|
1163
|
-
'snapchatSquare': '\uf2ad',
|
|
1164
|
-
'snowboarding': '\uf7ce',
|
|
1165
1341
|
'snowflake': '\uf2dc',
|
|
1166
1342
|
'snowman': '\uf7d0',
|
|
1167
1343
|
'snowplow': '\uf7d2',
|
|
@@ -1169,318 +1345,822 @@ const icons = {
|
|
|
1169
1345
|
'socks': '\uf696',
|
|
1170
1346
|
'solarPanel': '\uf5ba',
|
|
1171
1347
|
'sort': '\uf0dc',
|
|
1172
|
-
'
|
|
1173
|
-
'sortAlphaDownAlt': '\uf881',
|
|
1174
|
-
'sortAlphaUp': '\uf15e',
|
|
1175
|
-
'sortAlphaUpAlt': '\uf882',
|
|
1176
|
-
'sortAmountDown': '\uf160',
|
|
1177
|
-
'sortAmountDownAlt': '\uf884',
|
|
1178
|
-
'sortAmountUp': '\uf161',
|
|
1179
|
-
'sortAmountUpAlt': '\uf885',
|
|
1348
|
+
'unsorted': '\uf0dc',
|
|
1180
1349
|
'sortDown': '\uf0dd',
|
|
1181
|
-
'
|
|
1182
|
-
'sortNumericDownAlt': '\uf886',
|
|
1183
|
-
'sortNumericUp': '\uf163',
|
|
1184
|
-
'sortNumericUpAlt': '\uf887',
|
|
1350
|
+
'sortDesc': '\uf0dd',
|
|
1185
1351
|
'sortUp': '\uf0de',
|
|
1186
|
-
'
|
|
1187
|
-
'sourcetree': '\uf7d3',
|
|
1352
|
+
'sortAsc': '\uf0de',
|
|
1188
1353
|
'spa': '\uf5bb',
|
|
1189
|
-
'
|
|
1190
|
-
'
|
|
1191
|
-
'speakerDeck': '\uf83c',
|
|
1354
|
+
'spaghettiMonsterFlying': '\uf67b',
|
|
1355
|
+
'pastafarianism': '\uf67b',
|
|
1192
1356
|
'spellCheck': '\uf891',
|
|
1193
1357
|
'spider': '\uf717',
|
|
1194
1358
|
'spinner': '\uf110',
|
|
1195
1359
|
'splotch': '\uf5bc',
|
|
1196
|
-
'
|
|
1360
|
+
'spoon': '\uf2e5',
|
|
1361
|
+
'utensilSpoon': '\uf2e5',
|
|
1197
1362
|
'sprayCan': '\uf5bd',
|
|
1363
|
+
'sprayCanSparkles': '\uf5d0',
|
|
1364
|
+
'airFreshener': '\uf5d0',
|
|
1198
1365
|
'square': '\uf0c8',
|
|
1366
|
+
'squareArrowUpRight': '\uf14c',
|
|
1367
|
+
'externalLinkSquare': '\uf14c',
|
|
1368
|
+
'squareCaretDown': '\uf150',
|
|
1369
|
+
'caretSquareDown': '\uf150',
|
|
1370
|
+
'squareCaretLeft': '\uf191',
|
|
1371
|
+
'caretSquareLeft': '\uf191',
|
|
1372
|
+
'squareCaretRight': '\uf152',
|
|
1373
|
+
'caretSquareRight': '\uf152',
|
|
1374
|
+
'squareCaretUp': '\uf151',
|
|
1375
|
+
'caretSquareUp': '\uf151',
|
|
1376
|
+
'squareCheck': '\uf14a',
|
|
1377
|
+
'checkSquare': '\uf14a',
|
|
1378
|
+
'squareEnvelope': '\uf199',
|
|
1379
|
+
'envelopeSquare': '\uf199',
|
|
1199
1380
|
'squareFull': '\uf45c',
|
|
1381
|
+
'squareH': '\uf0fd',
|
|
1382
|
+
'hSquare': '\uf0fd',
|
|
1383
|
+
'squareMinus': '\uf146',
|
|
1384
|
+
'minusSquare': '\uf146',
|
|
1385
|
+
'squareParking': '\uf540',
|
|
1386
|
+
'parking': '\uf540',
|
|
1387
|
+
'squarePen': '\uf14b',
|
|
1388
|
+
'penSquare': '\uf14b',
|
|
1389
|
+
'pencilSquare': '\uf14b',
|
|
1390
|
+
'squarePhone': '\uf098',
|
|
1391
|
+
'phoneSquare': '\uf098',
|
|
1392
|
+
'squarePhoneFlip': '\uf87b',
|
|
1393
|
+
'phoneSquareAlt': '\uf87b',
|
|
1394
|
+
'squarePlus': '\uf0fe',
|
|
1395
|
+
'plusSquare': '\uf0fe',
|
|
1396
|
+
'squarePollHorizontal': '\uf682',
|
|
1397
|
+
'pollH': '\uf682',
|
|
1398
|
+
'squarePollVertical': '\uf681',
|
|
1399
|
+
'poll': '\uf681',
|
|
1400
|
+
'squareRootVariable': '\uf698',
|
|
1200
1401
|
'squareRootAlt': '\uf698',
|
|
1201
|
-
'
|
|
1202
|
-
'
|
|
1203
|
-
'
|
|
1204
|
-
'
|
|
1402
|
+
'squareRss': '\uf143',
|
|
1403
|
+
'rssSquare': '\uf143',
|
|
1404
|
+
'squareShareNodes': '\uf1e1',
|
|
1405
|
+
'shareAltSquare': '\uf1e1',
|
|
1406
|
+
'squareUpRight': '\uf360',
|
|
1407
|
+
'externalLinkSquareAlt': '\uf360',
|
|
1408
|
+
'squareXmark': '\uf2d3',
|
|
1409
|
+
'timesSquare': '\uf2d3',
|
|
1410
|
+
'xmarkSquare': '\uf2d3',
|
|
1411
|
+
'stairs': '\ue289',
|
|
1205
1412
|
'stamp': '\uf5bf',
|
|
1206
1413
|
'star': '\uf005',
|
|
1207
1414
|
'starAndCrescent': '\uf699',
|
|
1208
1415
|
'starHalf': '\uf089',
|
|
1416
|
+
'starHalfStroke': '\uf5c0',
|
|
1209
1417
|
'starHalfAlt': '\uf5c0',
|
|
1210
1418
|
'starOfDavid': '\uf69a',
|
|
1211
1419
|
'starOfLife': '\uf621',
|
|
1212
|
-
'
|
|
1213
|
-
'
|
|
1214
|
-
'
|
|
1215
|
-
'steamSymbol': '\uf3f6',
|
|
1216
|
-
'stepBackward': '\uf048',
|
|
1217
|
-
'stepForward': '\uf051',
|
|
1420
|
+
'sterlingSign': '\uf154',
|
|
1421
|
+
'gbp': '\uf154',
|
|
1422
|
+
'poundSign': '\uf154',
|
|
1218
1423
|
'stethoscope': '\uf0f1',
|
|
1219
|
-
'stickerMule': '\uf3f7',
|
|
1220
|
-
'stickyNote': '\uf249',
|
|
1221
1424
|
'stop': '\uf04d',
|
|
1222
|
-
'stopCircle': '\uf28d',
|
|
1223
1425
|
'stopwatch': '\uf2f2',
|
|
1224
1426
|
'stopwatch20': '\ue06f',
|
|
1225
1427
|
'store': '\uf54e',
|
|
1226
|
-
'storeAlt': '\uf54f',
|
|
1227
|
-
'storeAltSlash': '\ue070',
|
|
1228
1428
|
'storeSlash': '\ue071',
|
|
1229
|
-
'strava': '\uf428',
|
|
1230
|
-
'stream': '\uf550',
|
|
1231
1429
|
'streetView': '\uf21d',
|
|
1232
1430
|
'strikethrough': '\uf0cc',
|
|
1233
|
-
'stripe': '\uf429',
|
|
1234
|
-
'stripeS': '\uf42a',
|
|
1235
1431
|
'stroopwafel': '\uf551',
|
|
1236
|
-
'studiovinari': '\uf3f8',
|
|
1237
|
-
'stumbleupon': '\uf1a4',
|
|
1238
|
-
'stumbleuponCircle': '\uf1a3',
|
|
1239
1432
|
'subscript': '\uf12c',
|
|
1240
|
-
'subway': '\uf239',
|
|
1241
1433
|
'suitcase': '\uf0f2',
|
|
1434
|
+
'suitcaseMedical': '\uf0fa',
|
|
1435
|
+
'medkit': '\uf0fa',
|
|
1242
1436
|
'suitcaseRolling': '\uf5c1',
|
|
1243
1437
|
'sun': '\uf185',
|
|
1244
|
-
'superpowers': '\uf2dd',
|
|
1245
1438
|
'superscript': '\uf12b',
|
|
1246
|
-
'supple': '\uf3f9',
|
|
1247
|
-
'surprise': '\uf5c2',
|
|
1248
|
-
'suse': '\uf7d6',
|
|
1249
1439
|
'swatchbook': '\uf5c3',
|
|
1250
|
-
'swift': '\uf8e1',
|
|
1251
|
-
'swimmer': '\uf5c4',
|
|
1252
|
-
'swimmingPool': '\uf5c5',
|
|
1253
|
-
'symfony': '\uf83d',
|
|
1254
1440
|
'synagogue': '\uf69b',
|
|
1255
|
-
'sync': '\uf021',
|
|
1256
|
-
'syncAlt': '\uf2f1',
|
|
1257
1441
|
'syringe': '\uf48e',
|
|
1442
|
+
't': '\u0054',
|
|
1258
1443
|
'table': '\uf0ce',
|
|
1444
|
+
'tableCells': '\uf00a',
|
|
1445
|
+
'th': '\uf00a',
|
|
1446
|
+
'tableCellsLarge': '\uf009',
|
|
1447
|
+
'thLarge': '\uf009',
|
|
1448
|
+
'tableColumns': '\uf0db',
|
|
1449
|
+
'columns': '\uf0db',
|
|
1450
|
+
'tableList': '\uf00b',
|
|
1451
|
+
'thList': '\uf00b',
|
|
1452
|
+
'tableTennisPaddleBall': '\uf45d',
|
|
1453
|
+
'pingPongPaddleBall': '\uf45d',
|
|
1259
1454
|
'tableTennis': '\uf45d',
|
|
1260
|
-
'tablet': '\
|
|
1455
|
+
'tablet': '\uf3fb',
|
|
1456
|
+
'tabletAndroid': '\uf3fb',
|
|
1457
|
+
'tabletButton': '\uf10a',
|
|
1458
|
+
'tabletScreenButton': '\uf3fa',
|
|
1261
1459
|
'tabletAlt': '\uf3fa',
|
|
1262
1460
|
'tablets': '\uf490',
|
|
1263
|
-
'
|
|
1461
|
+
'tachographDigital': '\uf566',
|
|
1462
|
+
'digitalTachograph': '\uf566',
|
|
1264
1463
|
'tag': '\uf02b',
|
|
1265
1464
|
'tags': '\uf02c',
|
|
1266
1465
|
'tape': '\uf4db',
|
|
1267
|
-
'tasks': '\uf0ae',
|
|
1268
1466
|
'taxi': '\uf1ba',
|
|
1269
|
-
'
|
|
1467
|
+
'cab': '\uf1ba',
|
|
1270
1468
|
'teeth': '\uf62e',
|
|
1271
1469
|
'teethOpen': '\uf62f',
|
|
1272
|
-
'
|
|
1273
|
-
'
|
|
1470
|
+
'temperatureEmpty': '\uf2cb',
|
|
1471
|
+
'temperature0': '\uf2cb',
|
|
1472
|
+
'thermometer0': '\uf2cb',
|
|
1473
|
+
'thermometerEmpty': '\uf2cb',
|
|
1474
|
+
'temperatureFull': '\uf2c7',
|
|
1475
|
+
'temperature4': '\uf2c7',
|
|
1476
|
+
'thermometer4': '\uf2c7',
|
|
1477
|
+
'thermometerFull': '\uf2c7',
|
|
1478
|
+
'temperatureHalf': '\uf2c9',
|
|
1479
|
+
'temperature2': '\uf2c9',
|
|
1480
|
+
'thermometer2': '\uf2c9',
|
|
1481
|
+
'thermometerHalf': '\uf2c9',
|
|
1274
1482
|
'temperatureHigh': '\uf769',
|
|
1275
1483
|
'temperatureLow': '\uf76b',
|
|
1276
|
-
'
|
|
1484
|
+
'temperatureQuarter': '\uf2ca',
|
|
1485
|
+
'temperature1': '\uf2ca',
|
|
1486
|
+
'thermometer1': '\uf2ca',
|
|
1487
|
+
'thermometerQuarter': '\uf2ca',
|
|
1488
|
+
'temperatureThreeQuarters': '\uf2c8',
|
|
1489
|
+
'temperature3': '\uf2c8',
|
|
1490
|
+
'thermometer3': '\uf2c8',
|
|
1491
|
+
'thermometerThreeQuarters': '\uf2c8',
|
|
1492
|
+
'tengeSign': '\uf7d7',
|
|
1277
1493
|
'tenge': '\uf7d7',
|
|
1278
1494
|
'terminal': '\uf120',
|
|
1279
1495
|
'textHeight': '\uf034',
|
|
1496
|
+
'textSlash': '\uf87d',
|
|
1497
|
+
'removeFormat': '\uf87d',
|
|
1280
1498
|
'textWidth': '\uf035',
|
|
1281
|
-
'th': '\uf00a',
|
|
1282
|
-
'thLarge': '\uf009',
|
|
1283
|
-
'thList': '\uf00b',
|
|
1284
|
-
'theRedYeti': '\uf69d',
|
|
1285
|
-
'theaterMasks': '\uf630',
|
|
1286
|
-
'themeco': '\uf5c6',
|
|
1287
|
-
'themeisle': '\uf2b2',
|
|
1288
1499
|
'thermometer': '\uf491',
|
|
1289
|
-
'thermometerEmpty': '\uf2cb',
|
|
1290
|
-
'thermometerFull': '\uf2c7',
|
|
1291
|
-
'thermometerHalf': '\uf2c9',
|
|
1292
|
-
'thermometerQuarter': '\uf2ca',
|
|
1293
|
-
'thermometerThreeQuarters': '\uf2c8',
|
|
1294
|
-
'thinkPeaks': '\uf731',
|
|
1295
1500
|
'thumbsDown': '\uf165',
|
|
1296
1501
|
'thumbsUp': '\uf164',
|
|
1297
1502
|
'thumbtack': '\uf08d',
|
|
1503
|
+
'thumbTack': '\uf08d',
|
|
1504
|
+
'ticket': '\uf145',
|
|
1505
|
+
'ticketSimple': '\uf3ff',
|
|
1298
1506
|
'ticketAlt': '\uf3ff',
|
|
1299
|
-
'
|
|
1300
|
-
'times': '\uf00d',
|
|
1301
|
-
'timesCircle': '\uf057',
|
|
1302
|
-
'tint': '\uf043',
|
|
1303
|
-
'tintSlash': '\uf5c7',
|
|
1304
|
-
'tired': '\uf5c8',
|
|
1507
|
+
'timeline': '\ue29c',
|
|
1305
1508
|
'toggleOff': '\uf204',
|
|
1306
1509
|
'toggleOn': '\uf205',
|
|
1307
1510
|
'toilet': '\uf7d8',
|
|
1308
1511
|
'toiletPaper': '\uf71e',
|
|
1309
1512
|
'toiletPaperSlash': '\ue072',
|
|
1310
1513
|
'toolbox': '\uf552',
|
|
1311
|
-
'tools': '\uf7d9',
|
|
1312
1514
|
'tooth': '\uf5c9',
|
|
1313
|
-
'torah': '\uf6a0',
|
|
1314
1515
|
'toriiGate': '\uf6a1',
|
|
1516
|
+
'towerBroadcast': '\uf519',
|
|
1517
|
+
'broadcastTower': '\uf519',
|
|
1315
1518
|
'tractor': '\uf722',
|
|
1316
|
-
'tradeFederation': '\uf513',
|
|
1317
1519
|
'trademark': '\uf25c',
|
|
1318
1520
|
'trafficLight': '\uf637',
|
|
1319
1521
|
'trailer': '\ue041',
|
|
1320
1522
|
'train': '\uf238',
|
|
1523
|
+
'trainSubway': '\uf239',
|
|
1524
|
+
'subway': '\uf239',
|
|
1525
|
+
'trainTram': '\uf7da',
|
|
1321
1526
|
'tram': '\uf7da',
|
|
1322
|
-
'transgender': '\
|
|
1527
|
+
'transgender': '\uf225',
|
|
1323
1528
|
'transgenderAlt': '\uf225',
|
|
1324
1529
|
'trash': '\uf1f8',
|
|
1325
|
-
'
|
|
1530
|
+
'trashArrowUp': '\uf829',
|
|
1326
1531
|
'trashRestore': '\uf829',
|
|
1532
|
+
'trashCan': '\uf2ed',
|
|
1533
|
+
'trashAlt': '\uf2ed',
|
|
1534
|
+
'trashCanArrowUp': '\uf82a',
|
|
1327
1535
|
'trashRestoreAlt': '\uf82a',
|
|
1328
1536
|
'tree': '\uf1bb',
|
|
1329
|
-
'
|
|
1537
|
+
'triangleExclamation': '\uf071',
|
|
1538
|
+
'exclamationTriangle': '\uf071',
|
|
1539
|
+
'warning': '\uf071',
|
|
1330
1540
|
'trophy': '\uf091',
|
|
1331
1541
|
'truck': '\uf0d1',
|
|
1332
|
-
'
|
|
1542
|
+
'truckFast': '\uf48b',
|
|
1543
|
+
'shippingFast': '\uf48b',
|
|
1544
|
+
'truckMedical': '\uf0f9',
|
|
1545
|
+
'ambulance': '\uf0f9',
|
|
1333
1546
|
'truckMonster': '\uf63b',
|
|
1334
1547
|
'truckMoving': '\uf4df',
|
|
1335
1548
|
'truckPickup': '\uf63c',
|
|
1336
|
-
'
|
|
1549
|
+
'truckRampBox': '\uf4de',
|
|
1550
|
+
'truckLoading': '\uf4de',
|
|
1337
1551
|
'tty': '\uf1e4',
|
|
1338
|
-
'
|
|
1339
|
-
'
|
|
1552
|
+
'teletype': '\uf1e4',
|
|
1553
|
+
'turkishLiraSign': '\ue2bb',
|
|
1554
|
+
'try': '\ue2bb',
|
|
1555
|
+
'turkishLira': '\ue2bb',
|
|
1556
|
+
'turnDown': '\uf3be',
|
|
1557
|
+
'levelDownAlt': '\uf3be',
|
|
1558
|
+
'turnUp': '\uf3bf',
|
|
1559
|
+
'levelUpAlt': '\uf3bf',
|
|
1340
1560
|
'tv': '\uf26c',
|
|
1341
|
-
'
|
|
1342
|
-
'
|
|
1343
|
-
'
|
|
1344
|
-
'typo3': '\uf42b',
|
|
1345
|
-
'uber': '\uf402',
|
|
1346
|
-
'ubuntu': '\uf7df',
|
|
1347
|
-
'uikit': '\uf403',
|
|
1348
|
-
'umbraco': '\uf8e8',
|
|
1561
|
+
'television': '\uf26c',
|
|
1562
|
+
'tvAlt': '\uf26c',
|
|
1563
|
+
'u': '\u0055',
|
|
1349
1564
|
'umbrella': '\uf0e9',
|
|
1350
1565
|
'umbrellaBeach': '\uf5ca',
|
|
1351
|
-
'uncharted': '\ue084',
|
|
1352
1566
|
'underline': '\uf0cd',
|
|
1353
|
-
'undo': '\uf0e2',
|
|
1354
|
-
'undoAlt': '\uf2ea',
|
|
1355
|
-
'uniregistry': '\uf404',
|
|
1356
|
-
'unity': '\ue049',
|
|
1357
1567
|
'universalAccess': '\uf29a',
|
|
1358
|
-
'university': '\uf19c',
|
|
1359
|
-
'unlink': '\uf127',
|
|
1360
1568
|
'unlock': '\uf09c',
|
|
1569
|
+
'unlockKeyhole': '\uf13e',
|
|
1361
1570
|
'unlockAlt': '\uf13e',
|
|
1362
|
-
'
|
|
1363
|
-
'
|
|
1571
|
+
'upDown': '\uf338',
|
|
1572
|
+
'arrowsAltV': '\uf338',
|
|
1573
|
+
'upDownLeftRight': '\uf0b2',
|
|
1574
|
+
'arrowsAlt': '\uf0b2',
|
|
1575
|
+
'upLong': '\uf30c',
|
|
1576
|
+
'longArrowAltUp': '\uf30c',
|
|
1577
|
+
'upRightAndDownLeftFromCenter': '\uf424',
|
|
1578
|
+
'expandAlt': '\uf424',
|
|
1579
|
+
'upRightFromSquare': '\uf35d',
|
|
1580
|
+
'externalLinkAlt': '\uf35d',
|
|
1364
1581
|
'upload': '\uf093',
|
|
1365
|
-
'ups': '\uf7e0',
|
|
1366
|
-
'usb': '\uf287',
|
|
1367
1582
|
'user': '\uf007',
|
|
1368
|
-
'userAlt': '\uf406',
|
|
1369
|
-
'userAltSlash': '\uf4fa',
|
|
1370
1583
|
'userAstronaut': '\uf4fb',
|
|
1371
1584
|
'userCheck': '\uf4fc',
|
|
1372
|
-
'userCircle': '\uf2bd',
|
|
1373
1585
|
'userClock': '\uf4fd',
|
|
1586
|
+
'userDoctor': '\uf0f0',
|
|
1587
|
+
'userMd': '\uf0f0',
|
|
1588
|
+
'userGear': '\uf4fe',
|
|
1374
1589
|
'userCog': '\uf4fe',
|
|
1375
|
-
'userEdit': '\uf4ff',
|
|
1376
|
-
'userFriends': '\uf500',
|
|
1377
1590
|
'userGraduate': '\uf501',
|
|
1591
|
+
'userGroup': '\uf500',
|
|
1592
|
+
'userFriends': '\uf500',
|
|
1378
1593
|
'userInjured': '\uf728',
|
|
1594
|
+
'userLarge': '\uf406',
|
|
1595
|
+
'userAlt': '\uf406',
|
|
1596
|
+
'userLargeSlash': '\uf4fa',
|
|
1597
|
+
'userAltSlash': '\uf4fa',
|
|
1379
1598
|
'userLock': '\uf502',
|
|
1380
|
-
'userMd': '\uf0f0',
|
|
1381
1599
|
'userMinus': '\uf503',
|
|
1382
1600
|
'userNinja': '\uf504',
|
|
1383
1601
|
'userNurse': '\uf82f',
|
|
1602
|
+
'userPen': '\uf4ff',
|
|
1603
|
+
'userEdit': '\uf4ff',
|
|
1384
1604
|
'userPlus': '\uf234',
|
|
1385
1605
|
'userSecret': '\uf21b',
|
|
1386
1606
|
'userShield': '\uf505',
|
|
1387
1607
|
'userSlash': '\uf506',
|
|
1388
1608
|
'userTag': '\uf507',
|
|
1389
1609
|
'userTie': '\uf508',
|
|
1610
|
+
'userXmark': '\uf235',
|
|
1390
1611
|
'userTimes': '\uf235',
|
|
1391
1612
|
'users': '\uf0c0',
|
|
1613
|
+
'usersGear': '\uf509',
|
|
1392
1614
|
'usersCog': '\uf509',
|
|
1393
1615
|
'usersSlash': '\ue073',
|
|
1394
|
-
'usps': '\uf7e1',
|
|
1395
|
-
'ussunnah': '\uf407',
|
|
1396
|
-
'utensilSpoon': '\uf2e5',
|
|
1397
1616
|
'utensils': '\uf2e7',
|
|
1398
|
-
'
|
|
1617
|
+
'cutlery': '\uf2e7',
|
|
1618
|
+
'v': '\u0056',
|
|
1619
|
+
'vanShuttle': '\uf5b6',
|
|
1620
|
+
'shuttleVan': '\uf5b6',
|
|
1621
|
+
'vault': '\ue2c5',
|
|
1399
1622
|
'vectorSquare': '\uf5cb',
|
|
1400
1623
|
'venus': '\uf221',
|
|
1401
1624
|
'venusDouble': '\uf226',
|
|
1402
1625
|
'venusMars': '\uf228',
|
|
1403
1626
|
'vest': '\ue085',
|
|
1404
1627
|
'vestPatches': '\ue086',
|
|
1405
|
-
'viacoin': '\uf237',
|
|
1406
|
-
'viadeo': '\uf2a9',
|
|
1407
|
-
'viadeoSquare': '\uf2aa',
|
|
1408
1628
|
'vial': '\uf492',
|
|
1409
1629
|
'vials': '\uf493',
|
|
1410
|
-
'viber': '\uf409',
|
|
1411
1630
|
'video': '\uf03d',
|
|
1631
|
+
'videoCamera': '\uf03d',
|
|
1412
1632
|
'videoSlash': '\uf4e2',
|
|
1413
1633
|
'vihara': '\uf6a7',
|
|
1414
|
-
'vimeo': '\uf40a',
|
|
1415
|
-
'vimeoSquare': '\uf194',
|
|
1416
|
-
'vimeoV': '\uf27d',
|
|
1417
|
-
'vine': '\uf1ca',
|
|
1418
1634
|
'virus': '\ue074',
|
|
1635
|
+
'virusCovid': '\ue4a8',
|
|
1636
|
+
'virusCovidSlash': '\ue4a9',
|
|
1419
1637
|
'virusSlash': '\ue075',
|
|
1420
1638
|
'viruses': '\ue076',
|
|
1421
|
-
'vk': '\uf189',
|
|
1422
|
-
'vnv': '\uf40b',
|
|
1423
1639
|
'voicemail': '\uf897',
|
|
1640
|
+
'volleyball': '\uf45f',
|
|
1424
1641
|
'volleyballBall': '\uf45f',
|
|
1642
|
+
'volumeHigh': '\uf028',
|
|
1643
|
+
'volumeUp': '\uf028',
|
|
1644
|
+
'volumeLow': '\uf027',
|
|
1425
1645
|
'volumeDown': '\uf027',
|
|
1426
|
-
'volumeMute': '\uf6a9',
|
|
1427
1646
|
'volumeOff': '\uf026',
|
|
1428
|
-
'
|
|
1429
|
-
'
|
|
1647
|
+
'volumeXmark': '\uf6a9',
|
|
1648
|
+
'volumeMute': '\uf6a9',
|
|
1649
|
+
'volumeTimes': '\uf6a9',
|
|
1430
1650
|
'vrCardboard': '\uf729',
|
|
1431
|
-
'
|
|
1432
|
-
'walking': '\uf554',
|
|
1651
|
+
'w': '\u0057',
|
|
1433
1652
|
'wallet': '\uf555',
|
|
1653
|
+
'wandMagic': '\uf0d0',
|
|
1654
|
+
'magic': '\uf0d0',
|
|
1655
|
+
'wandMagicSparkles': '\ue2ca',
|
|
1656
|
+
'magicWandSparkles': '\ue2ca',
|
|
1657
|
+
'wandSparkles': '\uf72b',
|
|
1434
1658
|
'warehouse': '\uf494',
|
|
1435
|
-
'watchmanMonitoring': '\ue087',
|
|
1436
1659
|
'water': '\uf773',
|
|
1660
|
+
'waterLadder': '\uf5c5',
|
|
1661
|
+
'ladderWater': '\uf5c5',
|
|
1662
|
+
'swimmingPool': '\uf5c5',
|
|
1437
1663
|
'waveSquare': '\uf83e',
|
|
1438
|
-
'waze': '\uf83f',
|
|
1439
|
-
'weebly': '\uf5cc',
|
|
1440
|
-
'weibo': '\uf18a',
|
|
1441
|
-
'weight': '\uf496',
|
|
1442
1664
|
'weightHanging': '\uf5cd',
|
|
1443
|
-
'
|
|
1444
|
-
'
|
|
1445
|
-
'whatsappSquare': '\uf40c',
|
|
1665
|
+
'weightScale': '\uf496',
|
|
1666
|
+
'weight': '\uf496',
|
|
1446
1667
|
'wheelchair': '\uf193',
|
|
1447
|
-
'
|
|
1668
|
+
'whiskeyGlass': '\uf7a0',
|
|
1669
|
+
'glassWhiskey': '\uf7a0',
|
|
1448
1670
|
'wifi': '\uf1eb',
|
|
1449
|
-
'
|
|
1671
|
+
'wifi3': '\uf1eb',
|
|
1672
|
+
'wifiStrong': '\uf1eb',
|
|
1450
1673
|
'wind': '\uf72e',
|
|
1451
|
-
'windowClose': '\uf410',
|
|
1452
1674
|
'windowMaximize': '\uf2d0',
|
|
1453
1675
|
'windowMinimize': '\uf2d1',
|
|
1454
1676
|
'windowRestore': '\uf2d2',
|
|
1455
|
-
'windows': '\uf17a',
|
|
1456
1677
|
'wineBottle': '\uf72f',
|
|
1457
1678
|
'wineGlass': '\uf4e3',
|
|
1679
|
+
'wineGlassEmpty': '\uf5ce',
|
|
1458
1680
|
'wineGlassAlt': '\uf5ce',
|
|
1459
|
-
'wix': '\uf5cf',
|
|
1460
|
-
'wizardsOfTheCoast': '\uf730',
|
|
1461
|
-
'wodu': '\ue088',
|
|
1462
|
-
'wolfPackBattalion': '\uf514',
|
|
1463
1681
|
'wonSign': '\uf159',
|
|
1464
|
-
'
|
|
1465
|
-
'
|
|
1466
|
-
'wpbeginner': '\uf297',
|
|
1467
|
-
'wpexplorer': '\uf2de',
|
|
1468
|
-
'wpforms': '\uf298',
|
|
1469
|
-
'wpressr': '\uf3e4',
|
|
1682
|
+
'krw': '\uf159',
|
|
1683
|
+
'won': '\uf159',
|
|
1470
1684
|
'wrench': '\uf0ad',
|
|
1685
|
+
'x': '\u0058',
|
|
1471
1686
|
'xRay': '\uf497',
|
|
1472
|
-
'
|
|
1473
|
-
'
|
|
1474
|
-
'
|
|
1475
|
-
'
|
|
1476
|
-
'
|
|
1477
|
-
'
|
|
1478
|
-
'yandex': '\uf413',
|
|
1479
|
-
'yandexInternational': '\uf414',
|
|
1480
|
-
'yarn': '\uf7e3',
|
|
1481
|
-
'yelp': '\uf1e9',
|
|
1687
|
+
'xmark': '\uf00d',
|
|
1688
|
+
'close': '\uf00d',
|
|
1689
|
+
'multiply': '\uf00d',
|
|
1690
|
+
'remove': '\uf00d',
|
|
1691
|
+
'times': '\uf00d',
|
|
1692
|
+
'y': '\u0059',
|
|
1482
1693
|
'yenSign': '\uf157',
|
|
1694
|
+
'cny': '\uf157',
|
|
1695
|
+
'jpy': '\uf157',
|
|
1696
|
+
'rmb': '\uf157',
|
|
1697
|
+
'yen': '\uf157',
|
|
1483
1698
|
'yinYang': '\uf6ad',
|
|
1699
|
+
'z': '\u005a',
|
|
1700
|
+
'42Group': '\ue080',
|
|
1701
|
+
'innosoft': '\ue080',
|
|
1702
|
+
'500px': '\uf26e',
|
|
1703
|
+
'accessibleIcon': '\uf368',
|
|
1704
|
+
'accusoft': '\uf369',
|
|
1705
|
+
'adn': '\uf170',
|
|
1706
|
+
'adversal': '\uf36a',
|
|
1707
|
+
'affiliatetheme': '\uf36b',
|
|
1708
|
+
'airbnb': '\uf834',
|
|
1709
|
+
'algolia': '\uf36c',
|
|
1710
|
+
'alipay': '\uf642',
|
|
1711
|
+
'amazon': '\uf270',
|
|
1712
|
+
'amazonPay': '\uf42c',
|
|
1713
|
+
'amilia': '\uf36d',
|
|
1714
|
+
'android': '\uf17b',
|
|
1715
|
+
'angellist': '\uf209',
|
|
1716
|
+
'angrycreative': '\uf36e',
|
|
1717
|
+
'angular': '\uf420',
|
|
1718
|
+
'appStore': '\uf36f',
|
|
1719
|
+
'appStoreIos': '\uf370',
|
|
1720
|
+
'apper': '\uf371',
|
|
1721
|
+
'apple': '\uf179',
|
|
1722
|
+
'applePay': '\uf415',
|
|
1723
|
+
'artstation': '\uf77a',
|
|
1724
|
+
'asymmetrik': '\uf372',
|
|
1725
|
+
'atlassian': '\uf77b',
|
|
1726
|
+
'audible': '\uf373',
|
|
1727
|
+
'autoprefixer': '\uf41c',
|
|
1728
|
+
'avianex': '\uf374',
|
|
1729
|
+
'aviato': '\uf421',
|
|
1730
|
+
'aws': '\uf375',
|
|
1731
|
+
'bandcamp': '\uf2d5',
|
|
1732
|
+
'battleNet': '\uf835',
|
|
1733
|
+
'behance': '\uf1b4',
|
|
1734
|
+
'behanceSquare': '\uf1b5',
|
|
1735
|
+
'bilibili': '\ue3d9',
|
|
1736
|
+
'bimobject': '\uf378',
|
|
1737
|
+
'bitbucket': '\uf171',
|
|
1738
|
+
'bitcoin': '\uf379',
|
|
1739
|
+
'bity': '\uf37a',
|
|
1740
|
+
'blackTie': '\uf27e',
|
|
1741
|
+
'blackberry': '\uf37b',
|
|
1742
|
+
'blogger': '\uf37c',
|
|
1743
|
+
'bloggerB': '\uf37d',
|
|
1744
|
+
'bluetooth': '\uf293',
|
|
1745
|
+
'bluetoothB': '\uf294',
|
|
1746
|
+
'bootstrap': '\uf836',
|
|
1747
|
+
'bots': '\ue340',
|
|
1748
|
+
'btc': '\uf15a',
|
|
1749
|
+
'buffer': '\uf837',
|
|
1750
|
+
'buromobelexperte': '\uf37f',
|
|
1751
|
+
'buyNLarge': '\uf8a6',
|
|
1752
|
+
'buysellads': '\uf20d',
|
|
1753
|
+
'canadianMapleLeaf': '\uf785',
|
|
1754
|
+
'ccAmazonPay': '\uf42d',
|
|
1755
|
+
'ccAmex': '\uf1f3',
|
|
1756
|
+
'ccApplePay': '\uf416',
|
|
1757
|
+
'ccDinersClub': '\uf24c',
|
|
1758
|
+
'ccDiscover': '\uf1f2',
|
|
1759
|
+
'ccJcb': '\uf24b',
|
|
1760
|
+
'ccMastercard': '\uf1f1',
|
|
1761
|
+
'ccPaypal': '\uf1f4',
|
|
1762
|
+
'ccStripe': '\uf1f5',
|
|
1763
|
+
'ccVisa': '\uf1f0',
|
|
1764
|
+
'centercode': '\uf380',
|
|
1765
|
+
'centos': '\uf789',
|
|
1766
|
+
'chrome': '\uf268',
|
|
1767
|
+
'chromecast': '\uf838',
|
|
1768
|
+
'cloudflare': '\ue07d',
|
|
1769
|
+
'cloudscale': '\uf383',
|
|
1770
|
+
'cloudsmith': '\uf384',
|
|
1771
|
+
'cloudversify': '\uf385',
|
|
1772
|
+
'cmplid': '\ue360',
|
|
1773
|
+
'codepen': '\uf1cb',
|
|
1774
|
+
'codiepie': '\uf284',
|
|
1775
|
+
'confluence': '\uf78d',
|
|
1776
|
+
'connectdevelop': '\uf20e',
|
|
1777
|
+
'contao': '\uf26d',
|
|
1778
|
+
'cottonBureau': '\uf89e',
|
|
1779
|
+
'cpanel': '\uf388',
|
|
1780
|
+
'creativeCommons': '\uf25e',
|
|
1781
|
+
'creativeCommonsBy': '\uf4e7',
|
|
1782
|
+
'creativeCommonsNc': '\uf4e8',
|
|
1783
|
+
'creativeCommonsNcEu': '\uf4e9',
|
|
1784
|
+
'creativeCommonsNcJp': '\uf4ea',
|
|
1785
|
+
'creativeCommonsNd': '\uf4eb',
|
|
1786
|
+
'creativeCommonsPd': '\uf4ec',
|
|
1787
|
+
'creativeCommonsPdAlt': '\uf4ed',
|
|
1788
|
+
'creativeCommonsRemix': '\uf4ee',
|
|
1789
|
+
'creativeCommonsSa': '\uf4ef',
|
|
1790
|
+
'creativeCommonsSampling': '\uf4f0',
|
|
1791
|
+
'creativeCommonsSamplingPlus': '\uf4f1',
|
|
1792
|
+
'creativeCommonsShare': '\uf4f2',
|
|
1793
|
+
'creativeCommonsZero': '\uf4f3',
|
|
1794
|
+
'criticalRole': '\uf6c9',
|
|
1795
|
+
'css3': '\uf13c',
|
|
1796
|
+
'css3Alt': '\uf38b',
|
|
1797
|
+
'cuttlefish': '\uf38c',
|
|
1798
|
+
'dAndD': '\uf38d',
|
|
1799
|
+
'dAndDBeyond': '\uf6ca',
|
|
1800
|
+
'dailymotion': '\ue052',
|
|
1801
|
+
'dashcube': '\uf210',
|
|
1802
|
+
'deezer': '\ue077',
|
|
1803
|
+
'delicious': '\uf1a5',
|
|
1804
|
+
'deploydog': '\uf38e',
|
|
1805
|
+
'deskpro': '\uf38f',
|
|
1806
|
+
'dev': '\uf6cc',
|
|
1807
|
+
'deviantart': '\uf1bd',
|
|
1808
|
+
'dhl': '\uf790',
|
|
1809
|
+
'diaspora': '\uf791',
|
|
1810
|
+
'digg': '\uf1a6',
|
|
1811
|
+
'digitalOcean': '\uf391',
|
|
1812
|
+
'discord': '\uf392',
|
|
1813
|
+
'discourse': '\uf393',
|
|
1814
|
+
'dochub': '\uf394',
|
|
1815
|
+
'docker': '\uf395',
|
|
1816
|
+
'draft2digital': '\uf396',
|
|
1817
|
+
'dribbble': '\uf17d',
|
|
1818
|
+
'dribbbleSquare': '\uf397',
|
|
1819
|
+
'dropbox': '\uf16b',
|
|
1820
|
+
'drupal': '\uf1a9',
|
|
1821
|
+
'dyalog': '\uf399',
|
|
1822
|
+
'earlybirds': '\uf39a',
|
|
1823
|
+
'ebay': '\uf4f4',
|
|
1824
|
+
'edge': '\uf282',
|
|
1825
|
+
'edgeLegacy': '\ue078',
|
|
1826
|
+
'elementor': '\uf430',
|
|
1827
|
+
'ello': '\uf5f1',
|
|
1828
|
+
'ember': '\uf423',
|
|
1829
|
+
'empire': '\uf1d1',
|
|
1830
|
+
'envira': '\uf299',
|
|
1831
|
+
'erlang': '\uf39d',
|
|
1832
|
+
'ethereum': '\uf42e',
|
|
1833
|
+
'etsy': '\uf2d7',
|
|
1834
|
+
'evernote': '\uf839',
|
|
1835
|
+
'expeditedssl': '\uf23e',
|
|
1836
|
+
'facebook': '\uf09a',
|
|
1837
|
+
'facebookF': '\uf39e',
|
|
1838
|
+
'facebookMessenger': '\uf39f',
|
|
1839
|
+
'facebookSquare': '\uf082',
|
|
1840
|
+
'fantasyFlightGames': '\uf6dc',
|
|
1841
|
+
'fedex': '\uf797',
|
|
1842
|
+
'fedora': '\uf798',
|
|
1843
|
+
'figma': '\uf799',
|
|
1844
|
+
'firefox': '\uf269',
|
|
1845
|
+
'firefoxBrowser': '\ue007',
|
|
1846
|
+
'firstOrder': '\uf2b0',
|
|
1847
|
+
'firstOrderAlt': '\uf50a',
|
|
1848
|
+
'firstdraft': '\uf3a1',
|
|
1849
|
+
'flickr': '\uf16e',
|
|
1850
|
+
'flipboard': '\uf44d',
|
|
1851
|
+
'fly': '\uf417',
|
|
1852
|
+
'fontAwesome': '\uf2b4',
|
|
1853
|
+
'fontAwesomeFlag': '\uf2b4',
|
|
1854
|
+
'fontAwesomeLogoFull': '\uf2b4',
|
|
1855
|
+
'fonticons': '\uf280',
|
|
1856
|
+
'fonticonsFi': '\uf3a2',
|
|
1857
|
+
'fortAwesome': '\uf286',
|
|
1858
|
+
'fortAwesomeAlt': '\uf3a3',
|
|
1859
|
+
'forumbee': '\uf211',
|
|
1860
|
+
'foursquare': '\uf180',
|
|
1861
|
+
'freeCodeCamp': '\uf2c5',
|
|
1862
|
+
'freebsd': '\uf3a4',
|
|
1863
|
+
'fulcrum': '\uf50b',
|
|
1864
|
+
'galacticRepublic': '\uf50c',
|
|
1865
|
+
'galacticSenate': '\uf50d',
|
|
1866
|
+
'getPocket': '\uf265',
|
|
1867
|
+
'gg': '\uf260',
|
|
1868
|
+
'ggCircle': '\uf261',
|
|
1869
|
+
'git': '\uf1d3',
|
|
1870
|
+
'gitAlt': '\uf841',
|
|
1871
|
+
'gitSquare': '\uf1d2',
|
|
1872
|
+
'github': '\uf09b',
|
|
1873
|
+
'githubAlt': '\uf113',
|
|
1874
|
+
'githubSquare': '\uf092',
|
|
1875
|
+
'gitkraken': '\uf3a6',
|
|
1876
|
+
'gitlab': '\uf296',
|
|
1877
|
+
'gitter': '\uf426',
|
|
1878
|
+
'glide': '\uf2a5',
|
|
1879
|
+
'glideG': '\uf2a6',
|
|
1880
|
+
'gofore': '\uf3a7',
|
|
1881
|
+
'golang': '\ue40f',
|
|
1882
|
+
'goodreads': '\uf3a8',
|
|
1883
|
+
'goodreadsG': '\uf3a9',
|
|
1884
|
+
'google': '\uf1a0',
|
|
1885
|
+
'googleDrive': '\uf3aa',
|
|
1886
|
+
'googlePay': '\ue079',
|
|
1887
|
+
'googlePlay': '\uf3ab',
|
|
1888
|
+
'googlePlus': '\uf2b3',
|
|
1889
|
+
'googlePlusG': '\uf0d5',
|
|
1890
|
+
'googlePlusSquare': '\uf0d4',
|
|
1891
|
+
'googleWallet': '\uf1ee',
|
|
1892
|
+
'gratipay': '\uf184',
|
|
1893
|
+
'grav': '\uf2d6',
|
|
1894
|
+
'gripfire': '\uf3ac',
|
|
1895
|
+
'grunt': '\uf3ad',
|
|
1896
|
+
'guilded': '\ue07e',
|
|
1897
|
+
'gulp': '\uf3ae',
|
|
1898
|
+
'hackerNews': '\uf1d4',
|
|
1899
|
+
'hackerNewsSquare': '\uf3af',
|
|
1900
|
+
'hackerrank': '\uf5f7',
|
|
1901
|
+
'hashnode': '\ue499',
|
|
1902
|
+
'hips': '\uf452',
|
|
1903
|
+
'hireAHelper': '\uf3b0',
|
|
1904
|
+
'hive': '\ue07f',
|
|
1905
|
+
'hooli': '\uf427',
|
|
1906
|
+
'hornbill': '\uf592',
|
|
1907
|
+
'hotjar': '\uf3b1',
|
|
1908
|
+
'houzz': '\uf27c',
|
|
1909
|
+
'html5': '\uf13b',
|
|
1910
|
+
'hubspot': '\uf3b2',
|
|
1911
|
+
'ideal': '\ue013',
|
|
1912
|
+
'imdb': '\uf2d8',
|
|
1913
|
+
'instagram': '\uf16d',
|
|
1914
|
+
'instagramSquare': '\ue055',
|
|
1915
|
+
'instalod': '\ue081',
|
|
1916
|
+
'intercom': '\uf7af',
|
|
1917
|
+
'internetExplorer': '\uf26b',
|
|
1918
|
+
'invision': '\uf7b0',
|
|
1919
|
+
'ioxhost': '\uf208',
|
|
1920
|
+
'itchIo': '\uf83a',
|
|
1921
|
+
'itunes': '\uf3b4',
|
|
1922
|
+
'itunesNote': '\uf3b5',
|
|
1923
|
+
'java': '\uf4e4',
|
|
1924
|
+
'jediOrder': '\uf50e',
|
|
1925
|
+
'jenkins': '\uf3b6',
|
|
1926
|
+
'jira': '\uf7b1',
|
|
1927
|
+
'joget': '\uf3b7',
|
|
1928
|
+
'joomla': '\uf1aa',
|
|
1929
|
+
'js': '\uf3b8',
|
|
1930
|
+
'jsSquare': '\uf3b9',
|
|
1931
|
+
'jsfiddle': '\uf1cc',
|
|
1932
|
+
'kaggle': '\uf5fa',
|
|
1933
|
+
'keybase': '\uf4f5',
|
|
1934
|
+
'keycdn': '\uf3ba',
|
|
1935
|
+
'kickstarter': '\uf3bb',
|
|
1936
|
+
'kickstarterK': '\uf3bc',
|
|
1937
|
+
'korvue': '\uf42f',
|
|
1938
|
+
'laravel': '\uf3bd',
|
|
1939
|
+
'lastfm': '\uf202',
|
|
1940
|
+
'lastfmSquare': '\uf203',
|
|
1941
|
+
'leanpub': '\uf212',
|
|
1942
|
+
'less': '\uf41d',
|
|
1943
|
+
'line': '\uf3c0',
|
|
1944
|
+
'linkedin': '\uf08c',
|
|
1945
|
+
'linkedinIn': '\uf0e1',
|
|
1946
|
+
'linode': '\uf2b8',
|
|
1947
|
+
'linux': '\uf17c',
|
|
1948
|
+
'lyft': '\uf3c3',
|
|
1949
|
+
'magento': '\uf3c4',
|
|
1950
|
+
'mailchimp': '\uf59e',
|
|
1951
|
+
'mandalorian': '\uf50f',
|
|
1952
|
+
'markdown': '\uf60f',
|
|
1953
|
+
'mastodon': '\uf4f6',
|
|
1954
|
+
'maxcdn': '\uf136',
|
|
1955
|
+
'mdb': '\uf8ca',
|
|
1956
|
+
'medapps': '\uf3c6',
|
|
1957
|
+
'medium': '\uf23a',
|
|
1958
|
+
'mediumM': '\uf23a',
|
|
1959
|
+
'medrt': '\uf3c8',
|
|
1960
|
+
'meetup': '\uf2e0',
|
|
1961
|
+
'megaport': '\uf5a3',
|
|
1962
|
+
'mendeley': '\uf7b3',
|
|
1963
|
+
'microblog': '\ue01a',
|
|
1964
|
+
'microsoft': '\uf3ca',
|
|
1965
|
+
'mix': '\uf3cb',
|
|
1966
|
+
'mixcloud': '\uf289',
|
|
1967
|
+
'mixer': '\ue056',
|
|
1968
|
+
'mizuni': '\uf3cc',
|
|
1969
|
+
'modx': '\uf285',
|
|
1970
|
+
'monero': '\uf3d0',
|
|
1971
|
+
'napster': '\uf3d2',
|
|
1972
|
+
'neos': '\uf612',
|
|
1973
|
+
'nimblr': '\uf5a8',
|
|
1974
|
+
'node': '\uf419',
|
|
1975
|
+
'nodeJs': '\uf3d3',
|
|
1976
|
+
'npm': '\uf3d4',
|
|
1977
|
+
'ns8': '\uf3d5',
|
|
1978
|
+
'nutritionix': '\uf3d6',
|
|
1979
|
+
'octopusDeploy': '\ue082',
|
|
1980
|
+
'odnoklassniki': '\uf263',
|
|
1981
|
+
'odnoklassnikiSquare': '\uf264',
|
|
1982
|
+
'oldRepublic': '\uf510',
|
|
1983
|
+
'opencart': '\uf23d',
|
|
1984
|
+
'openid': '\uf19b',
|
|
1985
|
+
'opera': '\uf26a',
|
|
1986
|
+
'optinMonster': '\uf23c',
|
|
1987
|
+
'orcid': '\uf8d2',
|
|
1988
|
+
'osi': '\uf41a',
|
|
1989
|
+
'padlet': '\ue4a0',
|
|
1990
|
+
'page4': '\uf3d7',
|
|
1991
|
+
'pagelines': '\uf18c',
|
|
1992
|
+
'palfed': '\uf3d8',
|
|
1993
|
+
'patreon': '\uf3d9',
|
|
1994
|
+
'paypal': '\uf1ed',
|
|
1995
|
+
'perbyte': '\ue083',
|
|
1996
|
+
'periscope': '\uf3da',
|
|
1997
|
+
'phabricator': '\uf3db',
|
|
1998
|
+
'phoenixFramework': '\uf3dc',
|
|
1999
|
+
'phoenixSquadron': '\uf511',
|
|
2000
|
+
'php': '\uf457',
|
|
2001
|
+
'piedPiper': '\uf2ae',
|
|
2002
|
+
'piedPiperAlt': '\uf1a8',
|
|
2003
|
+
'piedPiperHat': '\uf4e5',
|
|
2004
|
+
'piedPiperPp': '\uf1a7',
|
|
2005
|
+
'piedPiperSquare': '\ue01e',
|
|
2006
|
+
'pinterest': '\uf0d2',
|
|
2007
|
+
'pinterestP': '\uf231',
|
|
2008
|
+
'pinterestSquare': '\uf0d3',
|
|
2009
|
+
'pix': '\ue43a',
|
|
2010
|
+
'playstation': '\uf3df',
|
|
2011
|
+
'productHunt': '\uf288',
|
|
2012
|
+
'pushed': '\uf3e1',
|
|
2013
|
+
'python': '\uf3e2',
|
|
2014
|
+
'qq': '\uf1d6',
|
|
2015
|
+
'quinscape': '\uf459',
|
|
2016
|
+
'quora': '\uf2c4',
|
|
2017
|
+
'rProject': '\uf4f7',
|
|
2018
|
+
'raspberryPi': '\uf7bb',
|
|
2019
|
+
'ravelry': '\uf2d9',
|
|
2020
|
+
'react': '\uf41b',
|
|
2021
|
+
'reacteurope': '\uf75d',
|
|
2022
|
+
'readme': '\uf4d5',
|
|
2023
|
+
'rebel': '\uf1d0',
|
|
2024
|
+
'redRiver': '\uf3e3',
|
|
2025
|
+
'reddit': '\uf1a1',
|
|
2026
|
+
'redditAlien': '\uf281',
|
|
2027
|
+
'redditSquare': '\uf1a2',
|
|
2028
|
+
'redhat': '\uf7bc',
|
|
2029
|
+
'renren': '\uf18b',
|
|
2030
|
+
'replyd': '\uf3e6',
|
|
2031
|
+
'researchgate': '\uf4f8',
|
|
2032
|
+
'resolving': '\uf3e7',
|
|
2033
|
+
'rev': '\uf5b2',
|
|
2034
|
+
'rocketchat': '\uf3e8',
|
|
2035
|
+
'rockrms': '\uf3e9',
|
|
2036
|
+
'rust': '\ue07a',
|
|
2037
|
+
'safari': '\uf267',
|
|
2038
|
+
'salesforce': '\uf83b',
|
|
2039
|
+
'sass': '\uf41e',
|
|
2040
|
+
'schlix': '\uf3ea',
|
|
2041
|
+
'scribd': '\uf28a',
|
|
2042
|
+
'searchengin': '\uf3eb',
|
|
2043
|
+
'sellcast': '\uf2da',
|
|
2044
|
+
'sellsy': '\uf213',
|
|
2045
|
+
'servicestack': '\uf3ec',
|
|
2046
|
+
'shirtsinbulk': '\uf214',
|
|
2047
|
+
'shopify': '\ue057',
|
|
2048
|
+
'shopware': '\uf5b5',
|
|
2049
|
+
'simplybuilt': '\uf215',
|
|
2050
|
+
'sistrix': '\uf3ee',
|
|
2051
|
+
'sith': '\uf512',
|
|
2052
|
+
'sitrox': '\ue44a',
|
|
2053
|
+
'sketch': '\uf7c6',
|
|
2054
|
+
'skyatlas': '\uf216',
|
|
2055
|
+
'skype': '\uf17e',
|
|
2056
|
+
'slack': '\uf198',
|
|
2057
|
+
'slackHash': '\uf198',
|
|
2058
|
+
'slideshare': '\uf1e7',
|
|
2059
|
+
'snapchat': '\uf2ab',
|
|
2060
|
+
'snapchatGhost': '\uf2ab',
|
|
2061
|
+
'snapchatSquare': '\uf2ad',
|
|
2062
|
+
'soundcloud': '\uf1be',
|
|
2063
|
+
'sourcetree': '\uf7d3',
|
|
2064
|
+
'speakap': '\uf3f3',
|
|
2065
|
+
'speakerDeck': '\uf83c',
|
|
2066
|
+
'spotify': '\uf1bc',
|
|
2067
|
+
'squareFontAwesome': '\uf425',
|
|
2068
|
+
'squareFontAwesomeStroke': '\uf35c',
|
|
2069
|
+
'fontAwesomeAlt': '\uf35c',
|
|
2070
|
+
'squarespace': '\uf5be',
|
|
2071
|
+
'stackExchange': '\uf18d',
|
|
2072
|
+
'stackOverflow': '\uf16c',
|
|
2073
|
+
'stackpath': '\uf842',
|
|
2074
|
+
'staylinked': '\uf3f5',
|
|
2075
|
+
'steam': '\uf1b6',
|
|
2076
|
+
'steamSquare': '\uf1b7',
|
|
2077
|
+
'steamSymbol': '\uf3f6',
|
|
2078
|
+
'stickerMule': '\uf3f7',
|
|
2079
|
+
'strava': '\uf428',
|
|
2080
|
+
'stripe': '\uf429',
|
|
2081
|
+
'stripeS': '\uf42a',
|
|
2082
|
+
'studiovinari': '\uf3f8',
|
|
2083
|
+
'stumbleupon': '\uf1a4',
|
|
2084
|
+
'stumbleuponCircle': '\uf1a3',
|
|
2085
|
+
'superpowers': '\uf2dd',
|
|
2086
|
+
'supple': '\uf3f9',
|
|
2087
|
+
'suse': '\uf7d6',
|
|
2088
|
+
'swift': '\uf8e1',
|
|
2089
|
+
'symfony': '\uf83d',
|
|
2090
|
+
'teamspeak': '\uf4f9',
|
|
2091
|
+
'telegram': '\uf2c6',
|
|
2092
|
+
'telegramPlane': '\uf2c6',
|
|
2093
|
+
'tencentWeibo': '\uf1d5',
|
|
2094
|
+
'theRedYeti': '\uf69d',
|
|
2095
|
+
'themeco': '\uf5c6',
|
|
2096
|
+
'themeisle': '\uf2b2',
|
|
2097
|
+
'thinkPeaks': '\uf731',
|
|
2098
|
+
'tiktok': '\ue07b',
|
|
2099
|
+
'tradeFederation': '\uf513',
|
|
2100
|
+
'trello': '\uf181',
|
|
2101
|
+
'tumblr': '\uf173',
|
|
2102
|
+
'tumblrSquare': '\uf174',
|
|
2103
|
+
'twitch': '\uf1e8',
|
|
2104
|
+
'twitter': '\uf099',
|
|
2105
|
+
'twitterSquare': '\uf081',
|
|
2106
|
+
'typo3': '\uf42b',
|
|
2107
|
+
'uber': '\uf402',
|
|
2108
|
+
'ubuntu': '\uf7df',
|
|
2109
|
+
'uikit': '\uf403',
|
|
2110
|
+
'umbraco': '\uf8e8',
|
|
2111
|
+
'uncharted': '\ue084',
|
|
2112
|
+
'uniregistry': '\uf404',
|
|
2113
|
+
'unity': '\ue049',
|
|
2114
|
+
'unsplash': '\ue07c',
|
|
2115
|
+
'untappd': '\uf405',
|
|
2116
|
+
'ups': '\uf7e0',
|
|
2117
|
+
'usb': '\uf287',
|
|
2118
|
+
'usps': '\uf7e1',
|
|
2119
|
+
'ussunnah': '\uf407',
|
|
2120
|
+
'vaadin': '\uf408',
|
|
2121
|
+
'viacoin': '\uf237',
|
|
2122
|
+
'viadeo': '\uf2a9',
|
|
2123
|
+
'viadeoSquare': '\uf2aa',
|
|
2124
|
+
'viber': '\uf409',
|
|
2125
|
+
'vimeo': '\uf40a',
|
|
2126
|
+
'vimeoSquare': '\uf194',
|
|
2127
|
+
'vimeoV': '\uf27d',
|
|
2128
|
+
'vine': '\uf1ca',
|
|
2129
|
+
'vk': '\uf189',
|
|
2130
|
+
'vnv': '\uf40b',
|
|
2131
|
+
'vuejs': '\uf41f',
|
|
2132
|
+
'watchmanMonitoring': '\ue087',
|
|
2133
|
+
'waze': '\uf83f',
|
|
2134
|
+
'weebly': '\uf5cc',
|
|
2135
|
+
'weibo': '\uf18a',
|
|
2136
|
+
'weixin': '\uf1d7',
|
|
2137
|
+
'whatsapp': '\uf232',
|
|
2138
|
+
'whatsappSquare': '\uf40c',
|
|
2139
|
+
'whmcs': '\uf40d',
|
|
2140
|
+
'wikipediaW': '\uf266',
|
|
2141
|
+
'windows': '\uf17a',
|
|
2142
|
+
'wirsindhandwerk': '\ue2d0',
|
|
2143
|
+
'wsh': '\ue2d0',
|
|
2144
|
+
'wix': '\uf5cf',
|
|
2145
|
+
'wizardsOfTheCoast': '\uf730',
|
|
2146
|
+
'wodu': '\ue088',
|
|
2147
|
+
'wolfPackBattalion': '\uf514',
|
|
2148
|
+
'wordpress': '\uf19a',
|
|
2149
|
+
'wordpressSimple': '\uf411',
|
|
2150
|
+
'wpbeginner': '\uf297',
|
|
2151
|
+
'wpexplorer': '\uf2de',
|
|
2152
|
+
'wpforms': '\uf298',
|
|
2153
|
+
'wpressr': '\uf3e4',
|
|
2154
|
+
'xbox': '\uf412',
|
|
2155
|
+
'xing': '\uf168',
|
|
2156
|
+
'xingSquare': '\uf169',
|
|
2157
|
+
'yCombinator': '\uf23b',
|
|
2158
|
+
'yahoo': '\uf19e',
|
|
2159
|
+
'yammer': '\uf840',
|
|
2160
|
+
'yandex': '\uf413',
|
|
2161
|
+
'yandexInternational': '\uf414',
|
|
2162
|
+
'yarn': '\uf7e3',
|
|
2163
|
+
'yelp': '\uf1e9',
|
|
1484
2164
|
'yoast': '\uf2b1',
|
|
1485
2165
|
'youtube': '\uf167',
|
|
1486
2166
|
'youtubeSquare': '\uf431',
|