react-native-ico-modern-ui 4.1.3
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 +86 -0
- package/package.json +27 -0
- package/src/data.js +3888 -0
- package/src/index.jsx +10 -0
- package/static/3d.png +0 -0
- package/static/acorn.png +0 -0
- package/static/add-multiple.png +0 -0
- package/typings.d.ts +1275 -0
package/typings.d.ts
ADDED
|
@@ -0,0 +1,1275 @@
|
|
|
1
|
+
declare module 'react-native-ico-modern-ui' {
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
|
|
4
|
+
type iconNames = '3d-2' |
|
|
5
|
+
'3d-obj' |
|
|
6
|
+
'3d-x' |
|
|
7
|
+
'3d' |
|
|
8
|
+
'acorn' |
|
|
9
|
+
'add-multiple' |
|
|
10
|
+
'add' |
|
|
11
|
+
'adobe-acrobat' |
|
|
12
|
+
'adobe-aftereffects' |
|
|
13
|
+
'adobe-audition' |
|
|
14
|
+
'adobe-bridge' |
|
|
15
|
+
'adobe-dreamweaver' |
|
|
16
|
+
'adobe-encore' |
|
|
17
|
+
'adobe-fireworks' |
|
|
18
|
+
'adobe-flash' |
|
|
19
|
+
'adobe-flashbuilder' |
|
|
20
|
+
'adobe-illustrator' |
|
|
21
|
+
'adobe-indesign' |
|
|
22
|
+
'adobe-lightroom' |
|
|
23
|
+
'adobe-photoshop' |
|
|
24
|
+
'adobe-prelude' |
|
|
25
|
+
'adobe-premierpro' |
|
|
26
|
+
'adobe-speedgrade' |
|
|
27
|
+
'alert' |
|
|
28
|
+
'alien' |
|
|
29
|
+
'align-center' |
|
|
30
|
+
'align-justify' |
|
|
31
|
+
'align-left' |
|
|
32
|
+
'align-right' |
|
|
33
|
+
'anchor' |
|
|
34
|
+
'app-favorite' |
|
|
35
|
+
'app-minus' |
|
|
36
|
+
'app-plus' |
|
|
37
|
+
'app-remove' |
|
|
38
|
+
'app' |
|
|
39
|
+
'arcade-button' |
|
|
40
|
+
'archive' |
|
|
41
|
+
'arrow-collapsed' |
|
|
42
|
+
'arrow-corner-up-right' |
|
|
43
|
+
'arrow-down-up' |
|
|
44
|
+
'arrow-down' |
|
|
45
|
+
'arrow-expand' |
|
|
46
|
+
'arrow-left-right' |
|
|
47
|
+
'arrow-left' |
|
|
48
|
+
'arrow-right-left' |
|
|
49
|
+
'arrow-right' |
|
|
50
|
+
'arrow-up-down' |
|
|
51
|
+
'arrow-up' |
|
|
52
|
+
'at' |
|
|
53
|
+
'axis-three' |
|
|
54
|
+
'axis-x-letter' |
|
|
55
|
+
'axis-x' |
|
|
56
|
+
'axis-xy-parentheses' |
|
|
57
|
+
'axis-xy' |
|
|
58
|
+
'axis-y-letter' |
|
|
59
|
+
'axis-y' |
|
|
60
|
+
'axis-yx' |
|
|
61
|
+
'axis-z-letter' |
|
|
62
|
+
'axis-z' |
|
|
63
|
+
'baby' |
|
|
64
|
+
'barcode' |
|
|
65
|
+
'base-select' |
|
|
66
|
+
'base' |
|
|
67
|
+
'bath' |
|
|
68
|
+
'battery-0' |
|
|
69
|
+
'battery-1' |
|
|
70
|
+
'battery-2' |
|
|
71
|
+
'battery-3' |
|
|
72
|
+
'battery-charging' |
|
|
73
|
+
'bed' |
|
|
74
|
+
'bike-parking' |
|
|
75
|
+
'bike' |
|
|
76
|
+
'billboard' |
|
|
77
|
+
'billing' |
|
|
78
|
+
'bing' |
|
|
79
|
+
'book-contact' |
|
|
80
|
+
'book-hardcover-open-writing' |
|
|
81
|
+
'book-hardcover-open' |
|
|
82
|
+
'book-list' |
|
|
83
|
+
'book-open-information' |
|
|
84
|
+
'book-open-text-image' |
|
|
85
|
+
'book-open-text' |
|
|
86
|
+
'book-open' |
|
|
87
|
+
'book-perspective-help' |
|
|
88
|
+
'book-perspective' |
|
|
89
|
+
'book-side' |
|
|
90
|
+
'book' |
|
|
91
|
+
'border-all-1' |
|
|
92
|
+
'border-all' |
|
|
93
|
+
'border-bottom' |
|
|
94
|
+
'border-horizontal' |
|
|
95
|
+
'border-inner' |
|
|
96
|
+
'border-left' |
|
|
97
|
+
'border-none' |
|
|
98
|
+
'border-outside' |
|
|
99
|
+
'border-right' |
|
|
100
|
+
'border-top' |
|
|
101
|
+
'border-vertical' |
|
|
102
|
+
'box-layered' |
|
|
103
|
+
'box-unfolded' |
|
|
104
|
+
'box' |
|
|
105
|
+
'brick' |
|
|
106
|
+
'browser-chrome' |
|
|
107
|
+
'browser-ie' |
|
|
108
|
+
'browser-wire' |
|
|
109
|
+
'browser' |
|
|
110
|
+
'bug-remove' |
|
|
111
|
+
'bug' |
|
|
112
|
+
'cabinet-files-variant' |
|
|
113
|
+
'cabinet-files' |
|
|
114
|
+
'cabinet-in' |
|
|
115
|
+
'cabinet-out' |
|
|
116
|
+
'cabinet-variant' |
|
|
117
|
+
'cabinet' |
|
|
118
|
+
'calculator' |
|
|
119
|
+
'calendar-14' |
|
|
120
|
+
'calendar-31' |
|
|
121
|
+
'calendar-day' |
|
|
122
|
+
'calendar-dollar' |
|
|
123
|
+
'calendar-future' |
|
|
124
|
+
'calendar-month' |
|
|
125
|
+
'calendar-plus' |
|
|
126
|
+
'calendar-range' |
|
|
127
|
+
'calendar-tomorrow' |
|
|
128
|
+
'calendar-week' |
|
|
129
|
+
'calendar-year' |
|
|
130
|
+
'calendar' |
|
|
131
|
+
'camera-auto' |
|
|
132
|
+
'camera-flash-auto-selected' |
|
|
133
|
+
'camera-flash-auto' |
|
|
134
|
+
'camera-flash-off-selected' |
|
|
135
|
+
'camera-flash-off' |
|
|
136
|
+
'camera-flash-selected' |
|
|
137
|
+
'camera-flash' |
|
|
138
|
+
'camera-send' |
|
|
139
|
+
'camera-switch-invert' |
|
|
140
|
+
'camera-switch' |
|
|
141
|
+
'camera' |
|
|
142
|
+
'cancel' |
|
|
143
|
+
'candle' |
|
|
144
|
+
'card-1' |
|
|
145
|
+
'card-2' |
|
|
146
|
+
'card-3' |
|
|
147
|
+
'card-4' |
|
|
148
|
+
'card-5' |
|
|
149
|
+
'card-6' |
|
|
150
|
+
'card-7' |
|
|
151
|
+
'card-8' |
|
|
152
|
+
'card-9' |
|
|
153
|
+
'card' |
|
|
154
|
+
'cards-club' |
|
|
155
|
+
'cards-diamond' |
|
|
156
|
+
'cards-heart' |
|
|
157
|
+
'cards-spade' |
|
|
158
|
+
'cart' |
|
|
159
|
+
'cd-eject' |
|
|
160
|
+
'cd' |
|
|
161
|
+
'cell-align' |
|
|
162
|
+
'cell-column-delete' |
|
|
163
|
+
'cell-down' |
|
|
164
|
+
'cell-function' |
|
|
165
|
+
'cell-insert-above' |
|
|
166
|
+
'cell-insert-below' |
|
|
167
|
+
'cell-merge' |
|
|
168
|
+
'cell-row-delete' |
|
|
169
|
+
'cell-up' |
|
|
170
|
+
'centerline' |
|
|
171
|
+
'chat' |
|
|
172
|
+
'check' |
|
|
173
|
+
'checkmark-cross' |
|
|
174
|
+
'checkmark-pencil-top' |
|
|
175
|
+
'checkmark-pencil' |
|
|
176
|
+
'checkmark-thick-unchecked' |
|
|
177
|
+
'checkmark-thick' |
|
|
178
|
+
'checkmark-uncrossed' |
|
|
179
|
+
'checkmark' |
|
|
180
|
+
'chess-bishop' |
|
|
181
|
+
'chess-horse' |
|
|
182
|
+
'chess-king' |
|
|
183
|
+
'chess-pawn' |
|
|
184
|
+
'chess-queen' |
|
|
185
|
+
'chess-rook' |
|
|
186
|
+
'chevron-down' |
|
|
187
|
+
'chevron-left' |
|
|
188
|
+
'chevron-right' |
|
|
189
|
+
'chevron-up' |
|
|
190
|
+
'chromakey' |
|
|
191
|
+
'church' |
|
|
192
|
+
'circle-decline' |
|
|
193
|
+
'circle-growth' |
|
|
194
|
+
'city-chicago' |
|
|
195
|
+
'city-sanfrancisco' |
|
|
196
|
+
'city-seattle' |
|
|
197
|
+
'city' |
|
|
198
|
+
'clean' |
|
|
199
|
+
'clear-inverse-reflect-horizontal' |
|
|
200
|
+
'clear-inverse' |
|
|
201
|
+
'clear-reflect-horizontal' |
|
|
202
|
+
'clear' |
|
|
203
|
+
'clipboard-paper-check' |
|
|
204
|
+
'clipboard-paper' |
|
|
205
|
+
'clipboard-paste' |
|
|
206
|
+
'clipboard-variant-edit' |
|
|
207
|
+
'clipboard-variant-text' |
|
|
208
|
+
'clipboard-variant' |
|
|
209
|
+
'clipboard' |
|
|
210
|
+
'clock' |
|
|
211
|
+
'close' |
|
|
212
|
+
'closedcaption-off' |
|
|
213
|
+
'closedcaption' |
|
|
214
|
+
'clothes-shirt' |
|
|
215
|
+
'clothes-tie' |
|
|
216
|
+
'cloud-add' |
|
|
217
|
+
'cloud-delete' |
|
|
218
|
+
'cloud-download' |
|
|
219
|
+
'cloud-pause' |
|
|
220
|
+
'cloud-play' |
|
|
221
|
+
'cloud-upload' |
|
|
222
|
+
'cloud' |
|
|
223
|
+
'cloudirc' |
|
|
224
|
+
'code-xml' |
|
|
225
|
+
'cog' |
|
|
226
|
+
'cogs' |
|
|
227
|
+
'column-one' |
|
|
228
|
+
'column-three' |
|
|
229
|
+
'column-two' |
|
|
230
|
+
'companioncube' |
|
|
231
|
+
'cone-diagonal' |
|
|
232
|
+
'cone' |
|
|
233
|
+
'confirm-yes-no' |
|
|
234
|
+
'connect' |
|
|
235
|
+
'connection-1x' |
|
|
236
|
+
'connection-3g' |
|
|
237
|
+
'connection-4g' |
|
|
238
|
+
'connection-bluetooth' |
|
|
239
|
+
'connection-ev' |
|
|
240
|
+
'connection-nfc' |
|
|
241
|
+
'connection-quality-extremelylow' |
|
|
242
|
+
'connection-quality-high' |
|
|
243
|
+
'connection-quality-low' |
|
|
244
|
+
'connection-quality-medium' |
|
|
245
|
+
'connection-quality-veryhigh' |
|
|
246
|
+
'connection-quality-verylow' |
|
|
247
|
+
'connection-wifi-variant' |
|
|
248
|
+
'connection-wifi' |
|
|
249
|
+
'console' |
|
|
250
|
+
'contrast' |
|
|
251
|
+
'control-eject' |
|
|
252
|
+
'control-fastforward-variant' |
|
|
253
|
+
'control-fastforward' |
|
|
254
|
+
'control-guide' |
|
|
255
|
+
'control-pause' |
|
|
256
|
+
'control-play-live' |
|
|
257
|
+
'control-play' |
|
|
258
|
+
'control-resume' |
|
|
259
|
+
'control-rewind-variant' |
|
|
260
|
+
'control-rewind' |
|
|
261
|
+
'control-stop' |
|
|
262
|
+
'controller-snes' |
|
|
263
|
+
'controller-xbox' |
|
|
264
|
+
'copyright' |
|
|
265
|
+
'corner' |
|
|
266
|
+
'coupon' |
|
|
267
|
+
'creativecommons' |
|
|
268
|
+
'creditcard' |
|
|
269
|
+
'crop' |
|
|
270
|
+
'crosshair' |
|
|
271
|
+
'crown' |
|
|
272
|
+
'cup-empty' |
|
|
273
|
+
'cup-full' |
|
|
274
|
+
'cup-half' |
|
|
275
|
+
'cup-paper' |
|
|
276
|
+
'cup' |
|
|
277
|
+
'currency-cent' |
|
|
278
|
+
'currency-dollar-free' |
|
|
279
|
+
'currency-dollar' |
|
|
280
|
+
'currency-euro' |
|
|
281
|
+
'currency-grivna' |
|
|
282
|
+
'currency-pound' |
|
|
283
|
+
'currency-rubles' |
|
|
284
|
+
'currency-rupee' |
|
|
285
|
+
'currency-yen' |
|
|
286
|
+
'cursor-default-outline' |
|
|
287
|
+
'cursor-default-transform-horizontal' |
|
|
288
|
+
'cursor-default' |
|
|
289
|
+
'cursor-hand' |
|
|
290
|
+
'cursor-information' |
|
|
291
|
+
'cursor-move' |
|
|
292
|
+
'cusor-pointer' |
|
|
293
|
+
'customerservice' |
|
|
294
|
+
'database-mysql' |
|
|
295
|
+
'database-sql' |
|
|
296
|
+
'database' |
|
|
297
|
+
'debug-restart' |
|
|
298
|
+
'debug-step-into' |
|
|
299
|
+
'debug-step-out' |
|
|
300
|
+
'debug-step-over' |
|
|
301
|
+
'debug-stop' |
|
|
302
|
+
'deeplink-round' |
|
|
303
|
+
'deeplink' |
|
|
304
|
+
'delete' |
|
|
305
|
+
'devcenter' |
|
|
306
|
+
'diagram' |
|
|
307
|
+
'dial' |
|
|
308
|
+
'dimension-arrow-box-height' |
|
|
309
|
+
'dimension-arrow-box-width' |
|
|
310
|
+
'dimension-arrow-line-height-short' |
|
|
311
|
+
'dimension-arrow-line-height-thick' |
|
|
312
|
+
'dimension-arrow-line-height' |
|
|
313
|
+
'dimension-arrow-line-width-short' |
|
|
314
|
+
'dimension-arrow-line-width-thick' |
|
|
315
|
+
'dimension-arrow-line-width' |
|
|
316
|
+
'dimension-box-height' |
|
|
317
|
+
'dimension-box-width' |
|
|
318
|
+
'dimension-line-height-short' |
|
|
319
|
+
'dimension-line-height' |
|
|
320
|
+
'dimension-line-width-short' |
|
|
321
|
+
'dimension-line-width' |
|
|
322
|
+
'directions' |
|
|
323
|
+
'disconnect' |
|
|
324
|
+
'disk-download' |
|
|
325
|
+
'disk-upload' |
|
|
326
|
+
'disk' |
|
|
327
|
+
'dnd' |
|
|
328
|
+
'door-enter' |
|
|
329
|
+
'door-leave' |
|
|
330
|
+
'door-lock-closed' |
|
|
331
|
+
'door-lock-open' |
|
|
332
|
+
'download' |
|
|
333
|
+
'drafting-centerline' |
|
|
334
|
+
'draw-brush-reflection' |
|
|
335
|
+
'draw-brush' |
|
|
336
|
+
'draw-button' |
|
|
337
|
+
'draw-marker-reflection' |
|
|
338
|
+
'draw-marker' |
|
|
339
|
+
'draw-paintbrush' |
|
|
340
|
+
'draw-pen-add' |
|
|
341
|
+
'draw-pen-minus' |
|
|
342
|
+
'draw-pen-reflection' |
|
|
343
|
+
'draw-pen' |
|
|
344
|
+
'draw-pencil-reflection' |
|
|
345
|
+
'draw-pencil' |
|
|
346
|
+
'draw-pixel-fill-grid' |
|
|
347
|
+
'draw-pixel-grid' |
|
|
348
|
+
'drinks-beer-guinness' |
|
|
349
|
+
'drinks-beer' |
|
|
350
|
+
'drinks-martini' |
|
|
351
|
+
'dropper' |
|
|
352
|
+
'edit-add' |
|
|
353
|
+
'edit-box' |
|
|
354
|
+
'edit-minus' |
|
|
355
|
+
'edit' |
|
|
356
|
+
'elevator-down' |
|
|
357
|
+
'elevator-up' |
|
|
358
|
+
'email-gmail' |
|
|
359
|
+
'email-hardedge' |
|
|
360
|
+
'email-minimal' |
|
|
361
|
+
'email-outlook' |
|
|
362
|
+
'email-yahoo' |
|
|
363
|
+
'email' |
|
|
364
|
+
'eye-hide' |
|
|
365
|
+
'eye' |
|
|
366
|
+
'facebook-connect' |
|
|
367
|
+
'facebook-disconnect' |
|
|
368
|
+
'fan-box' |
|
|
369
|
+
'ferry' |
|
|
370
|
+
'film-gallery' |
|
|
371
|
+
'film-list' |
|
|
372
|
+
'film-live' |
|
|
373
|
+
'film-select' |
|
|
374
|
+
'film' |
|
|
375
|
+
'filter-alphabetical' |
|
|
376
|
+
'filter' |
|
|
377
|
+
'finder' |
|
|
378
|
+
'fingerprint' |
|
|
379
|
+
'flag-bear' |
|
|
380
|
+
'flag-texas' |
|
|
381
|
+
'flag-wavy' |
|
|
382
|
+
'flag' |
|
|
383
|
+
'folder-ellipsis' |
|
|
384
|
+
'folder-lock' |
|
|
385
|
+
'folder-open' |
|
|
386
|
+
'folder-people' |
|
|
387
|
+
'folder-star' |
|
|
388
|
+
'folder' |
|
|
389
|
+
'food-apple' |
|
|
390
|
+
'food-candy-cane' |
|
|
391
|
+
'food-cupcake' |
|
|
392
|
+
'food-icecream-bar' |
|
|
393
|
+
'food-silverware-cross' |
|
|
394
|
+
'food-silverware' |
|
|
395
|
+
'food' |
|
|
396
|
+
'foot' |
|
|
397
|
+
'forklift-load' |
|
|
398
|
+
'forklift' |
|
|
399
|
+
'form-basic' |
|
|
400
|
+
'form-editable' |
|
|
401
|
+
'forrst' |
|
|
402
|
+
'forsale' |
|
|
403
|
+
'framework-net' |
|
|
404
|
+
'fullscreen-box' |
|
|
405
|
+
'fullscreen' |
|
|
406
|
+
'futurama-bender' |
|
|
407
|
+
'futurama-fry' |
|
|
408
|
+
'gas' |
|
|
409
|
+
'gauge-0' |
|
|
410
|
+
'gauge-100' |
|
|
411
|
+
'gauge-25' |
|
|
412
|
+
'gauge-50' |
|
|
413
|
+
'gauge-75' |
|
|
414
|
+
'gender-both' |
|
|
415
|
+
'gender-female' |
|
|
416
|
+
'gender-male' |
|
|
417
|
+
'gift' |
|
|
418
|
+
'globe-wire' |
|
|
419
|
+
'globe' |
|
|
420
|
+
'google' |
|
|
421
|
+
'googleplus' |
|
|
422
|
+
'grade-a-minus' |
|
|
423
|
+
'grade-a-plus' |
|
|
424
|
+
'grade-a' |
|
|
425
|
+
'grade-b-minus' |
|
|
426
|
+
'grade-b-plus' |
|
|
427
|
+
'grade-b' |
|
|
428
|
+
'grade-c-minus' |
|
|
429
|
+
'grade-c-plus' |
|
|
430
|
+
'grade-c' |
|
|
431
|
+
'grade-d-minus' |
|
|
432
|
+
'grade-d-plus' |
|
|
433
|
+
'grade-d' |
|
|
434
|
+
'grade-e' |
|
|
435
|
+
'grade-f' |
|
|
436
|
+
'graph-bar' |
|
|
437
|
+
'graph-boxplot' |
|
|
438
|
+
'graph-histogram-description' |
|
|
439
|
+
'graph-histogram' |
|
|
440
|
+
'graph-line-down' |
|
|
441
|
+
'graph-line-up' |
|
|
442
|
+
'graph-line' |
|
|
443
|
+
'greek-sigma-lowercase' |
|
|
444
|
+
'greek-sigma-uppercase' |
|
|
445
|
+
'grid' |
|
|
446
|
+
'group-add' |
|
|
447
|
+
'group-delete' |
|
|
448
|
+
'group-minus' |
|
|
449
|
+
'group' |
|
|
450
|
+
'handicap-in' |
|
|
451
|
+
'handicap-out' |
|
|
452
|
+
'handicap' |
|
|
453
|
+
'hardware-cpu' |
|
|
454
|
+
'hardware-headphones-bluetooth' |
|
|
455
|
+
'hardware-headphones' |
|
|
456
|
+
'hardware-headset' |
|
|
457
|
+
'hardware-mouse' |
|
|
458
|
+
'hat-santa' |
|
|
459
|
+
'heart-break' |
|
|
460
|
+
'heart-cross' |
|
|
461
|
+
'heart-outline' |
|
|
462
|
+
'heart' |
|
|
463
|
+
'home-empty' |
|
|
464
|
+
'home-garage-arrow-close' |
|
|
465
|
+
'home-garage-arrow-open' |
|
|
466
|
+
'home-garage-open' |
|
|
467
|
+
'home-garage' |
|
|
468
|
+
'home-gps' |
|
|
469
|
+
'home-location-pin' |
|
|
470
|
+
'home-location-round' |
|
|
471
|
+
'home-people-none' |
|
|
472
|
+
'home-people' |
|
|
473
|
+
'home-question' |
|
|
474
|
+
'home-variant-enter' |
|
|
475
|
+
'home-variant-leave' |
|
|
476
|
+
'home-variant' |
|
|
477
|
+
'home' |
|
|
478
|
+
'hourglass' |
|
|
479
|
+
'ie' |
|
|
480
|
+
'image-ants' |
|
|
481
|
+
'image-backlight' |
|
|
482
|
+
'image-beach' |
|
|
483
|
+
'image-broken' |
|
|
484
|
+
'image-export' |
|
|
485
|
+
'image-focus' |
|
|
486
|
+
'image-gallery' |
|
|
487
|
+
'image-hdr' |
|
|
488
|
+
'image-landscape' |
|
|
489
|
+
'image-macro' |
|
|
490
|
+
'image-multiple' |
|
|
491
|
+
'image-night-landscape' |
|
|
492
|
+
'image-night-person' |
|
|
493
|
+
'image-night-portrait' |
|
|
494
|
+
'image-night' |
|
|
495
|
+
'image-portrait' |
|
|
496
|
+
'image-redeye' |
|
|
497
|
+
'image-select' |
|
|
498
|
+
'image-snow' |
|
|
499
|
+
'image-sports' |
|
|
500
|
+
'image-sunset' |
|
|
501
|
+
'image' |
|
|
502
|
+
'inbox-in' |
|
|
503
|
+
'inbox-out' |
|
|
504
|
+
'inbox' |
|
|
505
|
+
'infinite' |
|
|
506
|
+
'information-circle' |
|
|
507
|
+
'information' |
|
|
508
|
+
'input-down' |
|
|
509
|
+
'input-keyboard-down' |
|
|
510
|
+
'input-keyboard' |
|
|
511
|
+
'input-pen-down' |
|
|
512
|
+
'input-pen' |
|
|
513
|
+
'input-question' |
|
|
514
|
+
'input' |
|
|
515
|
+
'interface-button' |
|
|
516
|
+
'interface-dropdown' |
|
|
517
|
+
'interface-list' |
|
|
518
|
+
'interface-textbox' |
|
|
519
|
+
'iphone' |
|
|
520
|
+
'journal' |
|
|
521
|
+
'key-old' |
|
|
522
|
+
'key' |
|
|
523
|
+
'lamp-desk-variant' |
|
|
524
|
+
'lamp-desk' |
|
|
525
|
+
'lamp-variant' |
|
|
526
|
+
'lamp' |
|
|
527
|
+
'language-csharp' |
|
|
528
|
+
'language-java-text' |
|
|
529
|
+
'language-java' |
|
|
530
|
+
'language-python-text' |
|
|
531
|
+
'language-python' |
|
|
532
|
+
'laptop' |
|
|
533
|
+
'laser' |
|
|
534
|
+
'lavalamp' |
|
|
535
|
+
'layer-add' |
|
|
536
|
+
'layer-arrange-bringforward' |
|
|
537
|
+
'layer-arrange-bringtofront' |
|
|
538
|
+
'layer-arrange-sendbackward' |
|
|
539
|
+
'layer-arrange-sendtoback' |
|
|
540
|
+
'layer-arrange-solid-bringforward' |
|
|
541
|
+
'layer-arrange-solid-bringtofront' |
|
|
542
|
+
'layer-arrange-solid-sendbackward' |
|
|
543
|
+
'layer-arrange-solid-sendtoback' |
|
|
544
|
+
'layer-delete' |
|
|
545
|
+
'layer-down' |
|
|
546
|
+
'layer-minus' |
|
|
547
|
+
'layer-perspective-up' |
|
|
548
|
+
'layer-thick' |
|
|
549
|
+
'layer-up' |
|
|
550
|
+
'layer' |
|
|
551
|
+
'layout-body' |
|
|
552
|
+
'layout-collapse-left-variant' |
|
|
553
|
+
'layout-collapse-left' |
|
|
554
|
+
'layout-collapse-right-variant' |
|
|
555
|
+
'layout-collapse-right' |
|
|
556
|
+
'layout-expand-left-variant' |
|
|
557
|
+
'layout-expand-left' |
|
|
558
|
+
'layout-expand-right-variant' |
|
|
559
|
+
'layout-expand-right' |
|
|
560
|
+
'layout-header' |
|
|
561
|
+
'layout-sidebar' |
|
|
562
|
+
'layout' |
|
|
563
|
+
'leaderboard' |
|
|
564
|
+
'lifesaver' |
|
|
565
|
+
'lightbulb-coil' |
|
|
566
|
+
'lightbulb-hue-on' |
|
|
567
|
+
'lightbulb-hue' |
|
|
568
|
+
'lightbulb' |
|
|
569
|
+
'lightning' |
|
|
570
|
+
'lines-horizontal-4' |
|
|
571
|
+
'link' |
|
|
572
|
+
'linkedin' |
|
|
573
|
+
'list-add-above' |
|
|
574
|
+
'list-add-below' |
|
|
575
|
+
'list-add' |
|
|
576
|
+
'list-check' |
|
|
577
|
+
'list-create' |
|
|
578
|
+
'list-delete-inline' |
|
|
579
|
+
'list-delete' |
|
|
580
|
+
'list-gear' |
|
|
581
|
+
'list-hidden' |
|
|
582
|
+
'list-merge' |
|
|
583
|
+
'list-one' |
|
|
584
|
+
'list-reorder-down' |
|
|
585
|
+
'list-reorder-up' |
|
|
586
|
+
'list-reorder' |
|
|
587
|
+
'list-select' |
|
|
588
|
+
'list-star' |
|
|
589
|
+
'list-two' |
|
|
590
|
+
'list' |
|
|
591
|
+
'location-add' |
|
|
592
|
+
'location-checkin' |
|
|
593
|
+
'location-circle' |
|
|
594
|
+
'location-delete' |
|
|
595
|
+
'location-foursquare' |
|
|
596
|
+
'location-minus' |
|
|
597
|
+
'location-round' |
|
|
598
|
+
'location' |
|
|
599
|
+
'lock' |
|
|
600
|
+
'logic-and-add' |
|
|
601
|
+
'logic-and' |
|
|
602
|
+
'logic-or-add' |
|
|
603
|
+
'logic-or' |
|
|
604
|
+
'loop' |
|
|
605
|
+
'magnify-add' |
|
|
606
|
+
'magnify-arrow-down' |
|
|
607
|
+
'magnify-arrow-up' |
|
|
608
|
+
'magnify-back' |
|
|
609
|
+
'magnify-browse' |
|
|
610
|
+
'magnify-forward' |
|
|
611
|
+
'magnify-minus' |
|
|
612
|
+
'magnify' |
|
|
613
|
+
'man-sensor' |
|
|
614
|
+
'man-suitcase-fast' |
|
|
615
|
+
'man-suitcase-run' |
|
|
616
|
+
'man-suitcase' |
|
|
617
|
+
'man-walk' |
|
|
618
|
+
'map-aerial-highway' |
|
|
619
|
+
'map-aerial' |
|
|
620
|
+
'map-folds' |
|
|
621
|
+
'map-gps' |
|
|
622
|
+
'map-location-add' |
|
|
623
|
+
'map-location' |
|
|
624
|
+
'map-satellite' |
|
|
625
|
+
'map-treasure' |
|
|
626
|
+
'map' |
|
|
627
|
+
'marketplace-old' |
|
|
628
|
+
'marketplace' |
|
|
629
|
+
'markup' |
|
|
630
|
+
'marvel-avengers' |
|
|
631
|
+
'marvel-captainamerica' |
|
|
632
|
+
'marvel-ironman-mask' |
|
|
633
|
+
'marvel-ironman' |
|
|
634
|
+
'marvel-shield-variant' |
|
|
635
|
+
'marvel-shield' |
|
|
636
|
+
'math-plus-minus' |
|
|
637
|
+
'measure-celcius' |
|
|
638
|
+
'measure-centimeter' |
|
|
639
|
+
'measure-farenheit' |
|
|
640
|
+
'measure-foot' |
|
|
641
|
+
'measure-inch' |
|
|
642
|
+
'measure-kilometer' |
|
|
643
|
+
'measure-meter' |
|
|
644
|
+
'measure-mile' |
|
|
645
|
+
'medical-pill-broken' |
|
|
646
|
+
'medical-pill' |
|
|
647
|
+
'medical-pulse' |
|
|
648
|
+
'message-profanity' |
|
|
649
|
+
'message-send' |
|
|
650
|
+
'message-smiley' |
|
|
651
|
+
'message' |
|
|
652
|
+
'microphone-google' |
|
|
653
|
+
'microphone' |
|
|
654
|
+
'microsoft-tag' |
|
|
655
|
+
'minecraft-civcraft' |
|
|
656
|
+
'minus' |
|
|
657
|
+
'money' |
|
|
658
|
+
'monitor-add' |
|
|
659
|
+
'monitor-delete' |
|
|
660
|
+
'monitor-film' |
|
|
661
|
+
'monitor-identify' |
|
|
662
|
+
'monitor-minus' |
|
|
663
|
+
'monitor-play' |
|
|
664
|
+
'monitor-to' |
|
|
665
|
+
'monitor' |
|
|
666
|
+
'mono' |
|
|
667
|
+
'moon-first-quarter' |
|
|
668
|
+
'moon-full' |
|
|
669
|
+
'moon-new' |
|
|
670
|
+
'moon-sleep' |
|
|
671
|
+
'moon-third-quarter' |
|
|
672
|
+
'moon-waning-crescent' |
|
|
673
|
+
'moon-waning-gibbous' |
|
|
674
|
+
'moon-waxing-crescent' |
|
|
675
|
+
'moon-waxing-gibbous' |
|
|
676
|
+
'moon' |
|
|
677
|
+
'movie-clapper-select' |
|
|
678
|
+
'movie-clapper-solid-select' |
|
|
679
|
+
'movie-clapper-solid' |
|
|
680
|
+
'movie-clapper' |
|
|
681
|
+
'music-live' |
|
|
682
|
+
'music-select' |
|
|
683
|
+
'music-wifi' |
|
|
684
|
+
'music' |
|
|
685
|
+
'na' |
|
|
686
|
+
'navigate-next' |
|
|
687
|
+
'navigate-previous' |
|
|
688
|
+
'network-disconnect' |
|
|
689
|
+
'network-home-disconnect' |
|
|
690
|
+
'network-home' |
|
|
691
|
+
'network-port-disconnect' |
|
|
692
|
+
'network-port' |
|
|
693
|
+
'network-server-connecting' |
|
|
694
|
+
'network-server-disconnect' |
|
|
695
|
+
'network-server' |
|
|
696
|
+
'network' |
|
|
697
|
+
'new-window' |
|
|
698
|
+
'new' |
|
|
699
|
+
'newspaper-create' |
|
|
700
|
+
'newspaper' |
|
|
701
|
+
'noentry' |
|
|
702
|
+
'notification-above-multiple' |
|
|
703
|
+
'notification-above' |
|
|
704
|
+
'notification-multiple' |
|
|
705
|
+
'notification-star' |
|
|
706
|
+
'notification' |
|
|
707
|
+
'nyan' |
|
|
708
|
+
'office-365' |
|
|
709
|
+
'office-access' |
|
|
710
|
+
'office-excel' |
|
|
711
|
+
'office-infopath' |
|
|
712
|
+
'office-lync' |
|
|
713
|
+
'office-onenote' |
|
|
714
|
+
'office-outlook' |
|
|
715
|
+
'office-powerpoint' |
|
|
716
|
+
'office-project' |
|
|
717
|
+
'office-publisher' |
|
|
718
|
+
'office-sharepoint' |
|
|
719
|
+
'office-visio' |
|
|
720
|
+
'office-word' |
|
|
721
|
+
'office' |
|
|
722
|
+
'opacity' |
|
|
723
|
+
'ornament-variant' |
|
|
724
|
+
'ornament' |
|
|
725
|
+
'os-android' |
|
|
726
|
+
'os-arm' |
|
|
727
|
+
'os-blackberry' |
|
|
728
|
+
'os-chromium' |
|
|
729
|
+
'os-gnome' |
|
|
730
|
+
'os-ios' |
|
|
731
|
+
'os-ubuntu' |
|
|
732
|
+
'os-windows-8' |
|
|
733
|
+
'os-windows-rt' |
|
|
734
|
+
'os-windows' |
|
|
735
|
+
'os-windowsphone-round' |
|
|
736
|
+
'os-windowsphone' |
|
|
737
|
+
'os-x64' |
|
|
738
|
+
'os-x86' |
|
|
739
|
+
'outlet' |
|
|
740
|
+
'page-0' |
|
|
741
|
+
'page-1' |
|
|
742
|
+
'page-2' |
|
|
743
|
+
'page-3' |
|
|
744
|
+
'page-4' |
|
|
745
|
+
'page-5' |
|
|
746
|
+
'page-6' |
|
|
747
|
+
'page-7' |
|
|
748
|
+
'page-8' |
|
|
749
|
+
'page-9' |
|
|
750
|
+
'page-add' |
|
|
751
|
+
'page-arrow' |
|
|
752
|
+
'page-bold' |
|
|
753
|
+
'page-break' |
|
|
754
|
+
'page-check' |
|
|
755
|
+
'page-code' |
|
|
756
|
+
'page-copy' |
|
|
757
|
+
'page-corner-bookmark' |
|
|
758
|
+
'page-corner-break' |
|
|
759
|
+
'page-corner-cells' |
|
|
760
|
+
'page-corner-folded-grid' |
|
|
761
|
+
'page-corner-folded-text' |
|
|
762
|
+
'page-corner-folded' |
|
|
763
|
+
'page-corner-grid' |
|
|
764
|
+
'page-corner-text-break' |
|
|
765
|
+
'page-corner-text' |
|
|
766
|
+
'page-corner' |
|
|
767
|
+
'page-cross' |
|
|
768
|
+
'page-delete' |
|
|
769
|
+
'page-download' |
|
|
770
|
+
'page-duplicate' |
|
|
771
|
+
'page-edit' |
|
|
772
|
+
'page-excel' |
|
|
773
|
+
'page-file-gif-tag' |
|
|
774
|
+
'page-file-gif' |
|
|
775
|
+
'page-file-pdf-tag' |
|
|
776
|
+
'page-file-pdf' |
|
|
777
|
+
'page-heart' |
|
|
778
|
+
'page-heartbreak' |
|
|
779
|
+
'page-hidden' |
|
|
780
|
+
'page-image' |
|
|
781
|
+
'page-jpg' |
|
|
782
|
+
'page-location-add' |
|
|
783
|
+
'page-location' |
|
|
784
|
+
'page-minus' |
|
|
785
|
+
'page-multiple' |
|
|
786
|
+
'page-music' |
|
|
787
|
+
'page-new' |
|
|
788
|
+
'page-onenote' |
|
|
789
|
+
'page-pdf' |
|
|
790
|
+
'page-png' |
|
|
791
|
+
'page-powerpoint' |
|
|
792
|
+
'page-question' |
|
|
793
|
+
'page-search' |
|
|
794
|
+
'page-select' |
|
|
795
|
+
'page-small' |
|
|
796
|
+
'page-solid-add' |
|
|
797
|
+
'page-solid-cross' |
|
|
798
|
+
'page-solid-move' |
|
|
799
|
+
'page-solid' |
|
|
800
|
+
'page-text' |
|
|
801
|
+
'page-upload' |
|
|
802
|
+
'page-word' |
|
|
803
|
+
'page-xml' |
|
|
804
|
+
'page' |
|
|
805
|
+
'palmtree-variant' |
|
|
806
|
+
'palmtree' |
|
|
807
|
+
'paper' |
|
|
808
|
+
'paperclip-rotated' |
|
|
809
|
+
'paperclip' |
|
|
810
|
+
'paw' |
|
|
811
|
+
'paypal' |
|
|
812
|
+
'people-arrow-left' |
|
|
813
|
+
'people-arrow-right' |
|
|
814
|
+
'people-checkbox' |
|
|
815
|
+
'people-down' |
|
|
816
|
+
'people-left' |
|
|
817
|
+
'people-magnify' |
|
|
818
|
+
'people-multiple-magnify' |
|
|
819
|
+
'people-multiple' |
|
|
820
|
+
'people-profile' |
|
|
821
|
+
'people-right' |
|
|
822
|
+
'people-sensor-variant' |
|
|
823
|
+
'people-sensor' |
|
|
824
|
+
'people-status' |
|
|
825
|
+
'people-up' |
|
|
826
|
+
'people' |
|
|
827
|
+
'percent-off' |
|
|
828
|
+
'phone-hangup' |
|
|
829
|
+
'phone-voicemail' |
|
|
830
|
+
'phone' |
|
|
831
|
+
'pie-quarter' |
|
|
832
|
+
'pie' |
|
|
833
|
+
'pin-remove' |
|
|
834
|
+
'pin' |
|
|
835
|
+
'places' |
|
|
836
|
+
'plane-rotated-135' |
|
|
837
|
+
'plane-rotated-45' |
|
|
838
|
+
'plane' |
|
|
839
|
+
'plant' |
|
|
840
|
+
'plus' |
|
|
841
|
+
'pokeball' |
|
|
842
|
+
'potion' |
|
|
843
|
+
'power' |
|
|
844
|
+
'present' |
|
|
845
|
+
'printer-blank' |
|
|
846
|
+
'printer-text' |
|
|
847
|
+
'printer' |
|
|
848
|
+
'progress' |
|
|
849
|
+
'projector-screen' |
|
|
850
|
+
'projector' |
|
|
851
|
+
'protractor' |
|
|
852
|
+
'puzzle-round' |
|
|
853
|
+
'puzzle' |
|
|
854
|
+
'qr' |
|
|
855
|
+
'question' |
|
|
856
|
+
'quill' |
|
|
857
|
+
'quote-left' |
|
|
858
|
+
'quote-right' |
|
|
859
|
+
'radar-screen' |
|
|
860
|
+
'radar' |
|
|
861
|
+
'radioactive' |
|
|
862
|
+
'redo-curve' |
|
|
863
|
+
'redo-point' |
|
|
864
|
+
'redo' |
|
|
865
|
+
'refresh-clockwise-down' |
|
|
866
|
+
'refresh-clockwise-up' |
|
|
867
|
+
'refresh-counterclockwise-down' |
|
|
868
|
+
'refresh-counterclockwise-up' |
|
|
869
|
+
'refresh' |
|
|
870
|
+
'religion-christianity' |
|
|
871
|
+
'religion-islamic' |
|
|
872
|
+
'religion-judaism' |
|
|
873
|
+
'repeat' |
|
|
874
|
+
'reply-calendar' |
|
|
875
|
+
'reply-email' |
|
|
876
|
+
'reply-people' |
|
|
877
|
+
'reset' |
|
|
878
|
+
'resource-group' |
|
|
879
|
+
'resource' |
|
|
880
|
+
'return' |
|
|
881
|
+
'ribbon-wave' |
|
|
882
|
+
'ribbon' |
|
|
883
|
+
'ring' |
|
|
884
|
+
'rocket-rotated-45' |
|
|
885
|
+
'rocket' |
|
|
886
|
+
'rss' |
|
|
887
|
+
'ruler' |
|
|
888
|
+
'sailboat' |
|
|
889
|
+
'save' |
|
|
890
|
+
'scale-unbalanced' |
|
|
891
|
+
'scale' |
|
|
892
|
+
'scissor' |
|
|
893
|
+
'scrabble-a' |
|
|
894
|
+
'scrabble-b' |
|
|
895
|
+
'scrabble-c' |
|
|
896
|
+
'scrabble-d' |
|
|
897
|
+
'scrabble-e' |
|
|
898
|
+
'scrabble-f' |
|
|
899
|
+
'scrabble-g' |
|
|
900
|
+
'scrabble-h' |
|
|
901
|
+
'scrabble-i' |
|
|
902
|
+
'scrabble-j' |
|
|
903
|
+
'scrabble-k' |
|
|
904
|
+
'scrabble-l' |
|
|
905
|
+
'scrabble-m' |
|
|
906
|
+
'scrabble-n' |
|
|
907
|
+
'scrabble-o' |
|
|
908
|
+
'scrabble-p' |
|
|
909
|
+
'scrabble-q' |
|
|
910
|
+
'scrabble-r' |
|
|
911
|
+
'scrabble-s' |
|
|
912
|
+
'scrabble-t' |
|
|
913
|
+
'scrabble-u' |
|
|
914
|
+
'scrabble-v' |
|
|
915
|
+
'scrabble-w' |
|
|
916
|
+
'scrabble-x' |
|
|
917
|
+
'scrabble-y' |
|
|
918
|
+
'scrabble-z' |
|
|
919
|
+
'sd-micro' |
|
|
920
|
+
'sd' |
|
|
921
|
+
'section-collapse-all' |
|
|
922
|
+
'section-collapse' |
|
|
923
|
+
'section-expand-all' |
|
|
924
|
+
'section-expand' |
|
|
925
|
+
'server' |
|
|
926
|
+
'settings' |
|
|
927
|
+
'share-open' |
|
|
928
|
+
'share' |
|
|
929
|
+
'shield-alert' |
|
|
930
|
+
'shield' |
|
|
931
|
+
'shopping' |
|
|
932
|
+
'shotglass' |
|
|
933
|
+
'shuffle' |
|
|
934
|
+
'sidebar-left-collapse' |
|
|
935
|
+
'sidebar-left-expand' |
|
|
936
|
+
'sidebar-right-collapse' |
|
|
937
|
+
'sidebar-right-expand' |
|
|
938
|
+
'sign-caution' |
|
|
939
|
+
'sign-interstate-75' |
|
|
940
|
+
'sign-interstate-94' |
|
|
941
|
+
'sign-interstate-95' |
|
|
942
|
+
'sign-interstate' |
|
|
943
|
+
'sign-parking' |
|
|
944
|
+
'sign-stop' |
|
|
945
|
+
'simcard-micro' |
|
|
946
|
+
'simcard' |
|
|
947
|
+
'skydrive-download' |
|
|
948
|
+
'skydrive-upload' |
|
|
949
|
+
'skydrive' |
|
|
950
|
+
'sleep' |
|
|
951
|
+
'slice' |
|
|
952
|
+
'smiley-angry' |
|
|
953
|
+
'smiley-cry' |
|
|
954
|
+
'smiley-frown' |
|
|
955
|
+
'smiley-glasses' |
|
|
956
|
+
'smiley-grin' |
|
|
957
|
+
'smiley-grumpy' |
|
|
958
|
+
'smiley-happy' |
|
|
959
|
+
'smiley-kiki' |
|
|
960
|
+
'smiley-squint' |
|
|
961
|
+
'smiley-tounge' |
|
|
962
|
+
'smiley-what' |
|
|
963
|
+
'snowflake' |
|
|
964
|
+
'snowman' |
|
|
965
|
+
'social-aim-variant' |
|
|
966
|
+
'social-aim' |
|
|
967
|
+
'social-amazon-appstore' |
|
|
968
|
+
'social-amazon' |
|
|
969
|
+
'social-apple-appstore' |
|
|
970
|
+
'social-apple-mobileme' |
|
|
971
|
+
'social-apple' |
|
|
972
|
+
'social-appnet' |
|
|
973
|
+
'social-artcom' |
|
|
974
|
+
'social-arto' |
|
|
975
|
+
'social-aws' |
|
|
976
|
+
'social-baidu' |
|
|
977
|
+
'social-basecamp' |
|
|
978
|
+
'social-bebo' |
|
|
979
|
+
'social-behance' |
|
|
980
|
+
'social-blogger' |
|
|
981
|
+
'social-cloudapp' |
|
|
982
|
+
'social-coding4fun' |
|
|
983
|
+
'social-delicious' |
|
|
984
|
+
'social-deviantart' |
|
|
985
|
+
'social-digg-variant' |
|
|
986
|
+
'social-digg' |
|
|
987
|
+
'social-disqus' |
|
|
988
|
+
'social-dribbble' |
|
|
989
|
+
'social-dropbox-download' |
|
|
990
|
+
'social-dropbox-upload' |
|
|
991
|
+
'social-dropbox' |
|
|
992
|
+
'social-drupal' |
|
|
993
|
+
'social-engadget' |
|
|
994
|
+
'social-etsy' |
|
|
995
|
+
'social-evernote' |
|
|
996
|
+
'social-facebook-heart-break' |
|
|
997
|
+
'social-facebook-heart' |
|
|
998
|
+
'social-facebook-variant' |
|
|
999
|
+
'social-facebook' |
|
|
1000
|
+
'social-foursquare' |
|
|
1001
|
+
'social-gdgt' |
|
|
1002
|
+
'social-github-octocat-solid' |
|
|
1003
|
+
'social-github-octocat' |
|
|
1004
|
+
'social-github' |
|
|
1005
|
+
'social-grooveshark' |
|
|
1006
|
+
'social-indiegogo' |
|
|
1007
|
+
'social-instapaper' |
|
|
1008
|
+
'social-jira' |
|
|
1009
|
+
'social-kickstarter' |
|
|
1010
|
+
'social-lastfm' |
|
|
1011
|
+
'social-line' |
|
|
1012
|
+
'social-linkedin-variant' |
|
|
1013
|
+
'social-linkedin' |
|
|
1014
|
+
'social-microsoft' |
|
|
1015
|
+
'social-nuget' |
|
|
1016
|
+
'social-openid' |
|
|
1017
|
+
'social-picasa' |
|
|
1018
|
+
'social-pinterest' |
|
|
1019
|
+
'social-playstation' |
|
|
1020
|
+
'social-pocket' |
|
|
1021
|
+
'social-rdio' |
|
|
1022
|
+
'social-readability' |
|
|
1023
|
+
'social-reddit' |
|
|
1024
|
+
'social-sharethis' |
|
|
1025
|
+
'social-skype' |
|
|
1026
|
+
'social-slashdot' |
|
|
1027
|
+
'social-soundcloud' |
|
|
1028
|
+
'social-spotify' |
|
|
1029
|
+
'social-stackoverflow' |
|
|
1030
|
+
'social-theverge' |
|
|
1031
|
+
'social-trello' |
|
|
1032
|
+
'social-tumblr' |
|
|
1033
|
+
'social-twitter-hashtag' |
|
|
1034
|
+
'social-twitter-retweet' |
|
|
1035
|
+
'social-twitter' |
|
|
1036
|
+
'social-unity' |
|
|
1037
|
+
'social-untapped' |
|
|
1038
|
+
'social-uservoice' |
|
|
1039
|
+
'social-vimeo' |
|
|
1040
|
+
'social-whatsapp' |
|
|
1041
|
+
'social-wikipedia' |
|
|
1042
|
+
'social-wordpress-variant' |
|
|
1043
|
+
'social-wordpress' |
|
|
1044
|
+
'social-xing' |
|
|
1045
|
+
'social-yahoo' |
|
|
1046
|
+
'social-ycombinator' |
|
|
1047
|
+
'social-yelp' |
|
|
1048
|
+
'social-zappos' |
|
|
1049
|
+
'sort-alphabetical-ascending' |
|
|
1050
|
+
'sort-alphabetical-descending' |
|
|
1051
|
+
'sort-alphabetical' |
|
|
1052
|
+
'sort-numeric-ascending' |
|
|
1053
|
+
'sort-numeric-descending' |
|
|
1054
|
+
'sort-numeric' |
|
|
1055
|
+
'sort' |
|
|
1056
|
+
'sound-0' |
|
|
1057
|
+
'sound-1' |
|
|
1058
|
+
'sound-2' |
|
|
1059
|
+
'sound-3' |
|
|
1060
|
+
'sound-left-right' |
|
|
1061
|
+
'sound-mute' |
|
|
1062
|
+
'sound-stereo-stack' |
|
|
1063
|
+
'sound-stereo' |
|
|
1064
|
+
'source-fork' |
|
|
1065
|
+
'source-pull' |
|
|
1066
|
+
'speakerphone' |
|
|
1067
|
+
'sport-football' |
|
|
1068
|
+
'stairs-down-reflect-horizontal' |
|
|
1069
|
+
'stairs-down' |
|
|
1070
|
+
'stairs-up-reflect-horizontal' |
|
|
1071
|
+
'stairs-up' |
|
|
1072
|
+
'stamp-at' |
|
|
1073
|
+
'stamp-empty' |
|
|
1074
|
+
'stamp' |
|
|
1075
|
+
'star-add' |
|
|
1076
|
+
'star-delete' |
|
|
1077
|
+
'star-invincible' |
|
|
1078
|
+
'star-minus' |
|
|
1079
|
+
'star-remove' |
|
|
1080
|
+
'star' |
|
|
1081
|
+
'starwars-jedi' |
|
|
1082
|
+
'starwars-rebel' |
|
|
1083
|
+
'starwars-sith' |
|
|
1084
|
+
'steam' |
|
|
1085
|
+
'stock-down' |
|
|
1086
|
+
'stock-up' |
|
|
1087
|
+
'stock' |
|
|
1088
|
+
'stocking' |
|
|
1089
|
+
'stop' |
|
|
1090
|
+
'store' |
|
|
1091
|
+
'stream' |
|
|
1092
|
+
'suitcase' |
|
|
1093
|
+
'swap' |
|
|
1094
|
+
'switch-off' |
|
|
1095
|
+
'symbol-braces' |
|
|
1096
|
+
'symbol-bracket' |
|
|
1097
|
+
'table-add' |
|
|
1098
|
+
'table-delete' |
|
|
1099
|
+
'table-select' |
|
|
1100
|
+
'table-unselect' |
|
|
1101
|
+
'table' |
|
|
1102
|
+
'tablet-windows' |
|
|
1103
|
+
'tag-label' |
|
|
1104
|
+
'tag' |
|
|
1105
|
+
'tardis' |
|
|
1106
|
+
'team' |
|
|
1107
|
+
'text-align-center' |
|
|
1108
|
+
'text-align-justify' |
|
|
1109
|
+
'text-align-left' |
|
|
1110
|
+
'text-align-right' |
|
|
1111
|
+
'text-bold' |
|
|
1112
|
+
'text-italic' |
|
|
1113
|
+
'text-overline' |
|
|
1114
|
+
'text-sans' |
|
|
1115
|
+
'text-script' |
|
|
1116
|
+
'text-serif' |
|
|
1117
|
+
'text-size-down' |
|
|
1118
|
+
'text-size-minus' |
|
|
1119
|
+
'text-size-plus' |
|
|
1120
|
+
'text-size-up' |
|
|
1121
|
+
'text-size' |
|
|
1122
|
+
'text-strikethrough' |
|
|
1123
|
+
'text-underline' |
|
|
1124
|
+
'thermometer-celcius' |
|
|
1125
|
+
'thermometer-digital' |
|
|
1126
|
+
'thermometer-fahrenheit' |
|
|
1127
|
+
'thermometer-honeywell' |
|
|
1128
|
+
'thermometer-kelvin' |
|
|
1129
|
+
'thermometer-signs' |
|
|
1130
|
+
'thermometer' |
|
|
1131
|
+
'thumb-up-add' |
|
|
1132
|
+
'thumb-up-delete' |
|
|
1133
|
+
'thumb-up-minus' |
|
|
1134
|
+
'thumbs-down' |
|
|
1135
|
+
'thumbs-up' |
|
|
1136
|
+
'ticket' |
|
|
1137
|
+
'tiles-four' |
|
|
1138
|
+
'tiles-minus' |
|
|
1139
|
+
'tiles-nine' |
|
|
1140
|
+
'tiles-plus' |
|
|
1141
|
+
'tiles-sixteen' |
|
|
1142
|
+
'timer-1' |
|
|
1143
|
+
'timer-2' |
|
|
1144
|
+
'timer-3' |
|
|
1145
|
+
'timer-4' |
|
|
1146
|
+
'timer-5' |
|
|
1147
|
+
'timer-alert' |
|
|
1148
|
+
'timer-check' |
|
|
1149
|
+
'timer-forward' |
|
|
1150
|
+
'timer-pause' |
|
|
1151
|
+
'timer-play' |
|
|
1152
|
+
'timer-record' |
|
|
1153
|
+
'timer-resume' |
|
|
1154
|
+
'timer-rewind' |
|
|
1155
|
+
'timer-stop' |
|
|
1156
|
+
'timer' |
|
|
1157
|
+
'tools' |
|
|
1158
|
+
'tournament-bracket-down' |
|
|
1159
|
+
'tournament-bracket-left' |
|
|
1160
|
+
'tournament-bracket-right' |
|
|
1161
|
+
'tournament-bracket-up' |
|
|
1162
|
+
'tournament-bracket' |
|
|
1163
|
+
'tower' |
|
|
1164
|
+
'train-track' |
|
|
1165
|
+
'train-tunnel' |
|
|
1166
|
+
'train' |
|
|
1167
|
+
'transform-flip-horizontal' |
|
|
1168
|
+
'transform-flip-vertical' |
|
|
1169
|
+
'transform-rotate-clockwise' |
|
|
1170
|
+
'transform-rotate-counterclockwise' |
|
|
1171
|
+
'transform-rotate-left' |
|
|
1172
|
+
'transform-rotate-right' |
|
|
1173
|
+
'transit-arrive' |
|
|
1174
|
+
'transit-bus' |
|
|
1175
|
+
'transit-car-accident' |
|
|
1176
|
+
'transit-car' |
|
|
1177
|
+
'transit-congestion' |
|
|
1178
|
+
'transit-connection-departure' |
|
|
1179
|
+
'transit-connection' |
|
|
1180
|
+
'transit-construction' |
|
|
1181
|
+
'transit-depart' |
|
|
1182
|
+
'transit-distance-from' |
|
|
1183
|
+
'transit-distance-to' |
|
|
1184
|
+
'transit-hazard' |
|
|
1185
|
+
'tree-leaf-three' |
|
|
1186
|
+
'tree-leaf' |
|
|
1187
|
+
'tree-pine' |
|
|
1188
|
+
'tree' |
|
|
1189
|
+
'trophy' |
|
|
1190
|
+
'truck' |
|
|
1191
|
+
'tux' |
|
|
1192
|
+
'tv-news' |
|
|
1193
|
+
'tv-remote' |
|
|
1194
|
+
'tv-syfy' |
|
|
1195
|
+
'tv' |
|
|
1196
|
+
'type-bit' |
|
|
1197
|
+
'type-boolean' |
|
|
1198
|
+
'type-null' |
|
|
1199
|
+
'undo-curve' |
|
|
1200
|
+
'undo-point' |
|
|
1201
|
+
'undo' |
|
|
1202
|
+
'unlock-keyhole' |
|
|
1203
|
+
'unlock' |
|
|
1204
|
+
'upload' |
|
|
1205
|
+
'usb-drive' |
|
|
1206
|
+
'usb' |
|
|
1207
|
+
'user-add' |
|
|
1208
|
+
'user-delete' |
|
|
1209
|
+
'user-minus' |
|
|
1210
|
+
'user-tie' |
|
|
1211
|
+
'user' |
|
|
1212
|
+
'vector-circle' |
|
|
1213
|
+
'vector-group-removed' |
|
|
1214
|
+
'vector-group' |
|
|
1215
|
+
'vector-line-curve' |
|
|
1216
|
+
'vector-line-spline' |
|
|
1217
|
+
'vector-line' |
|
|
1218
|
+
'vector-pen-add' |
|
|
1219
|
+
'vector-pen-convert' |
|
|
1220
|
+
'vector-pen-minus' |
|
|
1221
|
+
'vector-pen' |
|
|
1222
|
+
'vector-polygon' |
|
|
1223
|
+
'vector-rectangle' |
|
|
1224
|
+
'vector-star' |
|
|
1225
|
+
'video-basic' |
|
|
1226
|
+
'video-gallery' |
|
|
1227
|
+
'video-highdefinition' |
|
|
1228
|
+
'video-send' |
|
|
1229
|
+
'video-standarddefinition' |
|
|
1230
|
+
'video' |
|
|
1231
|
+
'vip-lowercase' |
|
|
1232
|
+
'vip' |
|
|
1233
|
+
'visualstudio-news' |
|
|
1234
|
+
'visualstudio' |
|
|
1235
|
+
'warning-circle' |
|
|
1236
|
+
'warning' |
|
|
1237
|
+
'water-droplet-alert' |
|
|
1238
|
+
'water-droplet-reflection' |
|
|
1239
|
+
'water-droplet' |
|
|
1240
|
+
'weather-chance' |
|
|
1241
|
+
'weather-overcast' |
|
|
1242
|
+
'weather-rain' |
|
|
1243
|
+
'weather-snow' |
|
|
1244
|
+
'weather-station' |
|
|
1245
|
+
'weather-sun-rise' |
|
|
1246
|
+
'weather-sun-set' |
|
|
1247
|
+
'weather-sun' |
|
|
1248
|
+
'weather-symbol' |
|
|
1249
|
+
'weather-thunder' |
|
|
1250
|
+
'webcam' |
|
|
1251
|
+
'window-casement-closed' |
|
|
1252
|
+
'window-casement' |
|
|
1253
|
+
'window-closed' |
|
|
1254
|
+
'window-maximize' |
|
|
1255
|
+
'window-minimize' |
|
|
1256
|
+
'window-restore' |
|
|
1257
|
+
'window-simple' |
|
|
1258
|
+
'window' |
|
|
1259
|
+
'windowsphone' |
|
|
1260
|
+
'xbox' |
|
|
1261
|
+
'youtube-play' |
|
|
1262
|
+
'youtube' |
|
|
1263
|
+
'zune';
|
|
1264
|
+
|
|
1265
|
+
interface IconProps {
|
|
1266
|
+
name: iconNames;
|
|
1267
|
+
color: string;
|
|
1268
|
+
size: number;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
const Icon: (props: IconProps) => ReactNode;
|
|
1272
|
+
|
|
1273
|
+
export { iconNames };
|
|
1274
|
+
export default Icon;
|
|
1275
|
+
}
|