-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFontAwesomeIcons.h
411 lines (403 loc) · 14.9 KB
/
FontAwesomeIcons.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
//
// FontAwesomeIcons.h
// BButtonDemo
//
// Created by Thomas on 08.06.13.
// Public Domain. No rights reserved.
//
#ifndef BButton_FontAwesomeIcons_h
#define BButton_FontAwesomeIcons_h
#define FAIcon_MIN_ICON_UNICHAR 0xf000
#define FAIconGlass @"\uf000"
#define FAIconMusic @""
#define FAIconSearch @""
#define FAIconEnvelope @""
#define FAIconHeart @""
#define FAIconStar @""
#define FAIconStarEmpty @""
#define FAIconUser @""
#define FAIconFilm @""
#define FAIconThLarge @""
#define FAIconTh @""
#define FAIconThList @""
#define FAIconOk @""
#define FAIconRemove @""
#define FAIconZoomIn @""
#define FAIconZoomOut @""
#define FAIconOff @""
#define FAIconSignal @""
#define FAIconCog @""
#define FAIconTrash @""
#define FAIconHome @""
#define FAIconFile @""
#define FAIconTime @""
#define FAIconRoad @""
#define FAIconDownloadAlt @""
#define FAIconDownload @""
#define FAIconUpload @""
#define FAIconInbox @""
#define FAIconPlayCircle @""
#define FAIconRepeat @""
#define FAIconRefresh @""
#define FAIconListAlt @""
#define FAIconLock @""
#define FAIconFlag @""
#define FAIconHeadphones @""
#define FAIconVolumeOff @""
#define FAIconVolumeDown @""
#define FAIconVolumeUp @""
#define FAIconQrcode @""
#define FAIconBarcode @""
#define FAIconTag @""
#define FAIconTags @""
#define FAIconBook @""
#define FAIconBookmark @""
#define FAIconPrint @""
#define FAIconCamera @""
#define FAIconFont @""
#define FAIconBold @""
#define FAIconItalic @""
#define FAIconTextHeight @""
#define FAIconTextWidth @""
#define FAIconAlignLeft @""
#define FAIconAlignCenter @""
#define FAIconAlignRight @""
#define FAIconAlignJustify @""
#define FAIconList @""
#define FAIconIndentLeft @""
#define FAIconIndentRight @""
#define FAIconFacetimeVideo @""
#define FAIconPicture @""
#define FAIconPencil @""
#define FAIconMapMarker @""
#define FAIconAdjust @""
#define FAIconTint @""
#define FAIconEdit @""
#define FAIconShare @""
#define FAIconCheck @""
#define FAIconMove @""
#define FAIconStepBackward @""
#define FAIconFastBackward @""
#define FAIconBackward @""
#define FAIconPlay @""
#define FAIconPause @""
#define FAIconStop @""
#define FAIconForward @""
#define FAIconFastForward @""
#define FAIconStepForward @""
#define FAIconEject @""
#define FAIconChevronLeft @""
#define FAIconChevronRight @""
#define FAIconPlusSign @""
#define FAIconMinusSign @""
#define FAIconRemoveSign @""
#define FAIconOkSign @""
#define FAIconQuestionSign @""
#define FAIconInfoSign @""
#define FAIconScreenshot @""
#define FAIconRemoveCircle @""
#define FAIconOkCircle @""
#define FAIconBanCircle @""
#define FAIconArrowLeft @""
#define FAIconArrowRight @""
#define FAIconArrowUp @""
#define FAIconArrowDown @""
#define FAIconShareAlt @""
#define FAIconResizeFull @""
#define FAIconResizeSmall @""
#define FAIconPlus @""
#define FAIconMinus @""
#define FAIconAsterisk @""
#define FAIconExclamationSign @""
#define FAIconGift @""
#define FAIconLeaf @""
#define FAIconFire @""
#define FAIconEyeOpen @""
#define FAIconEyeClose @""
#define FAIconWarningSign @""
#define FAIconPlane @""
#define FAIconCalendar @""
#define FAIconRandom @""
#define FAIconComment @""
#define FAIconMagnet @""
#define FAIconChevronUp @""
#define FAIconChevronDown @""
#define FAIconRetweet @""
#define FAIconShoppingCart @""
#define FAIconFolderClose @""
#define FAIconFolderOpen @""
#define FAIconResizeVertical @""
#define FAIconResizeHorizontal @""
#define FAIconBarChart @""
#define FAIconTwitterSign @""
#define FAIconFacebookSign @""
#define FAIconCameraRetro @""
#define FAIconKey @""
#define FAIconCogs @""
#define FAIconComments @""
#define FAIconThumbsUp @""
#define FAIconThumbsDown @""
#define FAIconStarHalf @""
#define FAIconHeartEmpty @""
#define FAIconSignout @""
#define FAIconLinkedinSign @""
#define FAIconPushpin @""
#define FAIconExternalLink @""
#define FAIconSignin @""
#define FAIconTrophy @""
#define FAIconGithubSign @""
#define FAIconUploadAlt @""
#define FAIconLemon @""
#define FAIconPhone @""
#define FAIconCheckEmpty @""
#define FAIconBookmarkEmpty @""
#define FAIconPhoneSign @""
#define FAIconTwitter @""
#define FAIconFacebook @""
#define FAIconGithub @""
#define FAIconUnlock @""
#define FAIconCreditCard @""
#define FAIconRss @""
#define FAIconHdd @""
#define FAIconBullhorn @""
#define FAIconBell @""
#define FAIconCertificate @""
#define FAIconHandRight @""
#define FAIconHandLeft @""
#define FAIconHandUp @""
#define FAIconHandDown @""
#define FAIconCircleArrowLeft @""
#define FAIconCircleArrowRight @""
#define FAIconCircleArrowUp @""
#define FAIconCircleArrowDown @""
#define FAIconGlobe @""
#define FAIconWrench @""
#define FAIconTasks @""
#define FAIconFilter @""
#define FAIconBriefcase @""
#define FAIconFullscreen @""
#define FAIconGroup @""
#define FAIconLink @""
#define FAIconCloud @""
#define FAIconBeaker @""
#define FAIconCut @""
#define FAIconCopy @""
#define FAIconPaperClip @""
#define FAIconSave @""
#define FAIconSignBlank @""
#define FAIconReorder @""
#define FAIconListUl @""
#define FAIconListOl @""
#define FAIconStrikethrough @""
#define FAIconUnderline @""
#define FAIconTable @""
#define FAIconMagic @""
#define FAIconTruck @""
#define FAIconPinterest @""
#define FAIconPinterestSign @""
#define FAIconGooglePlusSign @""
#define FAIconGooglePlus @""
#define FAIconMoney @""
#define FAIconCaretDown @""
#define FAIconCaretUp @""
#define FAIconCaretLeft @""
#define FAIconCaretRight @""
#define FAIconColumns @""
#define FAIconSort @""
#define FAIconSortDown @""
#define FAIconSortUp @""
#define FAIconEnvelopeAlt @""
#define FAIconLinkedin @""
#define FAIconUndo @""
#define FAIconLegal @""
#define FAIconDashboard @""
#define FAIconCommentAlt @""
#define FAIconCommentsAlt @""
#define FAIconBolt @""
#define FAIconSitemap @""
#define FAIconUmbrella @""
#define FAIconPaste @""
#define FAIconUserMd @"\uf0f0"
// @TODO ADD FA 3.1.1 Icons see below
// #define FAIcon @"\uf0f1"
// #define FAIcon @"\uf0f2"
// #define FAIcon @"\uf0f3"
// #define FAIcon @"\uf0f4"
// #define FAIcon @"\uf0f5"
// #define FAIcon @"\uf0f6"
// #define FAIcon @"\uf0f7"
// #define FAIcon @"\uf0f8"
// #define FAIcon @"\uf0f9"
// #define FAIcon @"\uf0fa"
// #define FAIcon @"\uf0fb"
// #define FAIcon @"\uf0fc"
// #define FAIcon @"\uf0fd"
// #define FAIcon @"\uf0fe"
// #define FAIcon @"\uf100"
// #define FAIcon @"\uf101"
// #define FAIcon @"\uf102"
// #define FAIcon @"\uf103"
// #define FAIcon @"\uf104"
// #define FAIcon @"\uf105"
// #define FAIcon @"\uf106"
// #define FAIcon @"\uf107"
// #define FAIcon @"\uf108"
// #define FAIcon @"\uf109"
// #define FAIcon @"\uf10a"
// #define FAIcon @"\uf10b"
// #define FAIcon @"\uf10c"
// #define FAIcon @"\uf10d"
// #define FAIcon @"\uf10e"
// #define FAIcon @"\uf110"
// #define FAIcon @"\uf111"
// #define FAIcon @"\uf112"
// #define FAIcon @"\uf114"
// #define FAIcon @"\uf115"
// #define FAIcon @"\uf116"
// #define FAIcon @"\uf117"
// #define FAIcon @"\uf118"
// #define FAIcon @"\uf119"
// #define FAIcon @"\uf11a"
// #define FAIcon @"\uf11b"
// #define FAIcon @"\uf11c"
// #define FAIcon @"\uf11d"
// #define FAIcon @"\uf11e"
// #define FAIcon @"\uf120"
// #define FAIcon @"\uf121"
// #define FAIcon @"\uf122"
// #define FAIcon @"\uf122"
// #define FAIcon @"\uf123"
// #define FAIcon @"\uf123"
// #define FAIcon @"\uf124"
// #define FAIcon @"\uf125"
// #define FAIcon @"\uf126"
// #define FAIcon @"\uf127"
// #define FAIcon @"\uf128"
// #define FAIcon @"\uf129"
// #define FAIcon @"\uf12a"
// #define FAIcon @"\uf12b"
// #define FAIcon @"\uf12c"
// #define FAIcon @"\uf12d"
// #define FAIcon @"\uf12e"
// #define FAIcon @"\uf130"
// #define FAIcon @"\uf131"
// #define FAIcon @"\uf132"
// #define FAIcon @"\uf133"
// #define FAIcon @"\uf134"
// #define FAIcon @"\uf135"
// #define FAIcon @"\uf136"
// #define FAIcon @"\uf137"
// #define FAIcon @"\uf138"
// #define FAIcon @"\uf139"
// #define FAIcon @"\uf13a"
// #define FAIcon @"\uf13b"
// #define FAIcon @"\uf13c"
// #define FAIcon @"\uf13d"
// #define FAIcon @"\uf13e"
// #define FAIcon @"\uf140"
// #define FAIcon @"\uf141"
// #define FAIcon @"\uf142"
// #define FAIcon @"\uf143"
// #define FAIcon @"\uf144"
// #define FAIcon @"\uf145"
// #define FAIcon @"\uf146"
// #define FAIcon @"\uf147"
// #define FAIcon @"\uf148"
// #define FAIcon @"\uf149"
// #define FAIcon @"\uf14a"
// #define FAIcon @"\uf14b"
// #define FAIcon @"\uf14c"
// #define FAIcon @"\uf14d"
#define FAIcon_MAX_ICON_UNICHAR 0xf14d
/*
icon-stethoscope ()
icon-suitcase ()
icon-bell-alt ()
icon-coffee ()
icon-food ()
icon-file-alt ()
icon-building ()
icon-hospital ()
icon-ambulance ()
icon-medkit ()
icon-fighter-jet ()
icon-beer ()
icon-h-sign ()
icon-plus-sign-alt ()
icon-double-angle-left ()
icon-double-angle-right ()
icon-double-angle-up ()
icon-double-angle-down ()
icon-angle-left ()
icon-angle-right ()
icon-angle-up ()
icon-angle-down ()
icon-desktop ()
icon-laptop ()
icon-tablet ()
icon-mobile-phone ()
icon-circle-blank ()
icon-quote-left ()
icon-quote-right ()
icon-spinner ()
icon-circle ()
icon-reply ()
icon-folder-close-alt ()
icon-folder-open-alt ()
icon-expand-alt ()
icon-collapse-alt ()
icon-smile ()
icon-frown ()
icon-meh ()
icon-gamepad ()
icon-keyboard ()
icon-flag-alt ()
icon-flag-checkered ()
icon-terminal ()
icon-code ()
icon-reply-all ()
icon-mail-reply-all ()
icon-star-half-full ()
icon-star-half-empty ()
icon-location-arrow ()
icon-crop ()
icon-code-fork ()
icon-unlink ()
icon-question ()
icon-info ()
icon-exclamation ()
icon-superscript ()
icon-subscript ()
icon-eraser ()
icon-puzzle-piece ()
icon-microphone ()
icon-microphone-off ()
icon-shield ()
icon-calendar-empty ()
icon-fire-extinguisher ()
icon-rocket ()
icon-maxcdn ()
icon-chevron-sign-left ()
icon-chevron-sign-right ()
icon-chevron-sign-up ()
icon-chevron-sign-down ()
icon-html5 ()
icon-css3 ()
icon-anchor ()
icon-unlock-alt ()
icon-bullseye ()
icon-ellipsis-horizontal ()
icon-ellipsis-vertical ()
icon-rss-sign ()
icon-play-sign ()
icon-ticket ()
icon-minus-sign-alt ()
icon-check-minus ()
icon-level-up ()
icon-level-down ()
icon-check-sign ()
icon-edit-sign ()
icon-external-link-sign ()
icon-share-sign ()
*/
#endif