@abydahana/iconpicker 1.0.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/LICENSE +21 -0
- package/README.md +303 -0
- package/dist/core/font-loader.d.ts +2 -0
- package/dist/core/font-loader.d.ts.map +1 -0
- package/dist/core/font-loader.js +35 -0
- package/dist/core/font-loader.js.map +1 -0
- package/dist/core/grid.d.ts +26 -0
- package/dist/core/grid.d.ts.map +1 -0
- package/dist/core/grid.js +101 -0
- package/dist/core/grid.js.map +1 -0
- package/dist/core/icon-picker.d.ts +29 -0
- package/dist/core/icon-picker.d.ts.map +1 -0
- package/dist/core/icon-picker.js +314 -0
- package/dist/core/icon-picker.js.map +1 -0
- package/dist/core/popover.d.ts +17 -0
- package/dist/core/popover.d.ts.map +1 -0
- package/dist/core/popover.js +96 -0
- package/dist/core/popover.js.map +1 -0
- package/dist/dom/template.d.ts +18 -0
- package/dist/dom/template.d.ts.map +1 -0
- package/dist/dom/template.js +121 -0
- package/dist/dom/template.js.map +1 -0
- package/dist/iconpicker.css +547 -0
- package/dist/iconsets/bootstrap.d.ts +3 -0
- package/dist/iconsets/bootstrap.d.ts.map +1 -0
- package/dist/iconsets/bootstrap.js +2059 -0
- package/dist/iconsets/bootstrap.js.map +1 -0
- package/dist/iconsets/boxicons.d.ts +3 -0
- package/dist/iconsets/boxicons.d.ts.map +1 -0
- package/dist/iconsets/boxicons.js +823 -0
- package/dist/iconsets/boxicons.js.map +1 -0
- package/dist/iconsets/fontawesome.d.ts +3 -0
- package/dist/iconsets/fontawesome.d.ts.map +1 -0
- package/dist/iconsets/fontawesome.js +1904 -0
- package/dist/iconsets/fontawesome.js.map +1 -0
- package/dist/iconsets/index.d.ts +10 -0
- package/dist/iconsets/index.d.ts.map +1 -0
- package/dist/iconsets/index.js +29 -0
- package/dist/iconsets/index.js.map +1 -0
- package/dist/iconsets/lucide.d.ts +3 -0
- package/dist/iconsets/lucide.d.ts.map +1 -0
- package/dist/iconsets/lucide.js +1816 -0
- package/dist/iconsets/lucide.js.map +1 -0
- package/dist/iconsets/mdi.d.ts +3 -0
- package/dist/iconsets/mdi.d.ts.map +1 -0
- package/dist/iconsets/mdi.js +7457 -0
- package/dist/iconsets/mdi.js.map +1 -0
- package/dist/iconsets/remix.d.ts +3 -0
- package/dist/iconsets/remix.d.ts.map +1 -0
- package/dist/iconsets/remix.js +2901 -0
- package/dist/iconsets/remix.js.map +1 -0
- package/dist/iconsets/tabler.d.ts +3 -0
- package/dist/iconsets/tabler.d.ts.map +1 -0
- package/dist/iconsets/tabler.js +4888 -0
- package/dist/iconsets/tabler.js.map +1 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -0
- package/dist/themes/aksara.css +72 -0
- package/dist/themes/base.css +211 -0
- package/dist/themes/bootstrap.css +70 -0
- package/dist/themes/default.css +72 -0
- package/dist/themes/tailwind.css +112 -0
- package/dist/types.d.ts +35 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/package.json +69 -0
- package/src/core/font-loader.ts +38 -0
- package/src/core/grid.ts +129 -0
- package/src/core/icon-picker.ts +353 -0
- package/src/core/popover.ts +113 -0
- package/src/dom/template.ts +173 -0
- package/src/iconsets/bootstrap.ts +2060 -0
- package/src/iconsets/boxicons.ts +824 -0
- package/src/iconsets/fontawesome.ts +1905 -0
- package/src/iconsets/index.ts +31 -0
- package/src/iconsets/lucide.ts +1817 -0
- package/src/iconsets/mdi.ts +7458 -0
- package/src/iconsets/remix.ts +2902 -0
- package/src/iconsets/tabler.ts +4889 -0
- package/src/index.ts +18 -0
- package/src/themes/aksara.css +72 -0
- package/src/themes/base.css +211 -0
- package/src/themes/bootstrap.css +70 -0
- package/src/themes/default.css +72 -0
- package/src/themes/index.css +5 -0
- package/src/themes/tailwind.css +112 -0
- package/src/types.ts +37 -0
|
@@ -0,0 +1,4888 @@
|
|
|
1
|
+
export const tablerIconSet = {
|
|
2
|
+
id: "tabler",
|
|
3
|
+
title: "Tabler Icons",
|
|
4
|
+
prefix: "ti ti-",
|
|
5
|
+
formatter: (name) => `ti ti-${name}`,
|
|
6
|
+
icons: [
|
|
7
|
+
"a-b",
|
|
8
|
+
"a-b-2",
|
|
9
|
+
"a-b-off",
|
|
10
|
+
"abacus",
|
|
11
|
+
"abacus-off",
|
|
12
|
+
"abc",
|
|
13
|
+
"access-point",
|
|
14
|
+
"access-point-off",
|
|
15
|
+
"accessible",
|
|
16
|
+
"accessible-off",
|
|
17
|
+
"activity",
|
|
18
|
+
"activity-heartbeat",
|
|
19
|
+
"ad",
|
|
20
|
+
"ad-2",
|
|
21
|
+
"ad-circle",
|
|
22
|
+
"ad-circle-off",
|
|
23
|
+
"ad-off",
|
|
24
|
+
"address-book",
|
|
25
|
+
"address-book-off",
|
|
26
|
+
"adjustments",
|
|
27
|
+
"adjustments-alt",
|
|
28
|
+
"adjustments-bolt",
|
|
29
|
+
"adjustments-cancel",
|
|
30
|
+
"adjustments-check",
|
|
31
|
+
"adjustments-code",
|
|
32
|
+
"adjustments-cog",
|
|
33
|
+
"adjustments-dollar",
|
|
34
|
+
"adjustments-down",
|
|
35
|
+
"adjustments-exclamation",
|
|
36
|
+
"adjustments-heart",
|
|
37
|
+
"adjustments-horizontal",
|
|
38
|
+
"adjustments-minus",
|
|
39
|
+
"adjustments-off",
|
|
40
|
+
"adjustments-pause",
|
|
41
|
+
"adjustments-pin",
|
|
42
|
+
"adjustments-plus",
|
|
43
|
+
"adjustments-question",
|
|
44
|
+
"adjustments-search",
|
|
45
|
+
"adjustments-share",
|
|
46
|
+
"adjustments-spark",
|
|
47
|
+
"adjustments-star",
|
|
48
|
+
"adjustments-up",
|
|
49
|
+
"adjustments-x",
|
|
50
|
+
"aerial-lift",
|
|
51
|
+
"affiliate",
|
|
52
|
+
"ai",
|
|
53
|
+
"air-balloon",
|
|
54
|
+
"air-conditioning",
|
|
55
|
+
"air-conditioning-disabled",
|
|
56
|
+
"air-traffic-control",
|
|
57
|
+
"alarm",
|
|
58
|
+
"alarm-average",
|
|
59
|
+
"alarm-minus",
|
|
60
|
+
"alarm-off",
|
|
61
|
+
"alarm-plus",
|
|
62
|
+
"alarm-snooze",
|
|
63
|
+
"album",
|
|
64
|
+
"album-off",
|
|
65
|
+
"alert-circle",
|
|
66
|
+
"alert-circle-off",
|
|
67
|
+
"alert-hexagon",
|
|
68
|
+
"alert-hexagon-off",
|
|
69
|
+
"alert-octagon",
|
|
70
|
+
"alert-small",
|
|
71
|
+
"alert-small-off",
|
|
72
|
+
"alert-square",
|
|
73
|
+
"alert-square-rounded",
|
|
74
|
+
"alert-square-rounded-off",
|
|
75
|
+
"alert-triangle",
|
|
76
|
+
"alert-triangle-off",
|
|
77
|
+
"alien",
|
|
78
|
+
"align-box-bottom-center",
|
|
79
|
+
"align-box-bottom-left",
|
|
80
|
+
"align-box-bottom-right",
|
|
81
|
+
"align-box-center-bottom",
|
|
82
|
+
"align-box-center-middle",
|
|
83
|
+
"align-box-center-stretch",
|
|
84
|
+
"align-box-center-top",
|
|
85
|
+
"align-box-left-bottom",
|
|
86
|
+
"align-box-left-middle",
|
|
87
|
+
"align-box-left-stretch",
|
|
88
|
+
"align-box-left-top",
|
|
89
|
+
"align-box-right-bottom",
|
|
90
|
+
"align-box-right-middle",
|
|
91
|
+
"align-box-right-stretch",
|
|
92
|
+
"align-box-right-top",
|
|
93
|
+
"align-box-top-center",
|
|
94
|
+
"align-box-top-left",
|
|
95
|
+
"align-box-top-right",
|
|
96
|
+
"align-center",
|
|
97
|
+
"align-justified",
|
|
98
|
+
"align-left",
|
|
99
|
+
"align-left-2",
|
|
100
|
+
"align-right",
|
|
101
|
+
"align-right-2",
|
|
102
|
+
"alpha",
|
|
103
|
+
"alphabet-arabic",
|
|
104
|
+
"alphabet-bangla",
|
|
105
|
+
"alphabet-cyrillic",
|
|
106
|
+
"alphabet-greek",
|
|
107
|
+
"alphabet-hebrew",
|
|
108
|
+
"alphabet-korean",
|
|
109
|
+
"alphabet-latin",
|
|
110
|
+
"alphabet-thai",
|
|
111
|
+
"alt",
|
|
112
|
+
"ambulance",
|
|
113
|
+
"ampersand",
|
|
114
|
+
"analyze",
|
|
115
|
+
"analyze-off",
|
|
116
|
+
"anchor",
|
|
117
|
+
"anchor-off",
|
|
118
|
+
"angle",
|
|
119
|
+
"ankh",
|
|
120
|
+
"antenna",
|
|
121
|
+
"antenna-bars-1",
|
|
122
|
+
"antenna-bars-2",
|
|
123
|
+
"antenna-bars-3",
|
|
124
|
+
"antenna-bars-4",
|
|
125
|
+
"antenna-bars-5",
|
|
126
|
+
"antenna-bars-off",
|
|
127
|
+
"antenna-off",
|
|
128
|
+
"aperture",
|
|
129
|
+
"aperture-off",
|
|
130
|
+
"api",
|
|
131
|
+
"api-app",
|
|
132
|
+
"api-app-off",
|
|
133
|
+
"api-off",
|
|
134
|
+
"app-window",
|
|
135
|
+
"apple",
|
|
136
|
+
"apps",
|
|
137
|
+
"apps-off",
|
|
138
|
+
"archery-arrow",
|
|
139
|
+
"archive",
|
|
140
|
+
"archive-off",
|
|
141
|
+
"armchair",
|
|
142
|
+
"armchair-2",
|
|
143
|
+
"armchair-2-off",
|
|
144
|
+
"armchair-off",
|
|
145
|
+
"arrow-autofit-content",
|
|
146
|
+
"arrow-autofit-down",
|
|
147
|
+
"arrow-autofit-height",
|
|
148
|
+
"arrow-autofit-left",
|
|
149
|
+
"arrow-autofit-right",
|
|
150
|
+
"arrow-autofit-up",
|
|
151
|
+
"arrow-autofit-width",
|
|
152
|
+
"arrow-back",
|
|
153
|
+
"arrow-back-up",
|
|
154
|
+
"arrow-back-up-double",
|
|
155
|
+
"arrow-badge-down",
|
|
156
|
+
"arrow-badge-left",
|
|
157
|
+
"arrow-badge-right",
|
|
158
|
+
"arrow-badge-up",
|
|
159
|
+
"arrow-bar-both",
|
|
160
|
+
"arrow-bar-down",
|
|
161
|
+
"arrow-bar-left",
|
|
162
|
+
"arrow-bar-right",
|
|
163
|
+
"arrow-bar-to-down",
|
|
164
|
+
"arrow-bar-to-left",
|
|
165
|
+
"arrow-bar-to-right",
|
|
166
|
+
"arrow-bar-to-up",
|
|
167
|
+
"arrow-bar-up",
|
|
168
|
+
"arrow-bear-left",
|
|
169
|
+
"arrow-bear-left-2",
|
|
170
|
+
"arrow-bear-right",
|
|
171
|
+
"arrow-bear-right-2",
|
|
172
|
+
"arrow-big-down",
|
|
173
|
+
"arrow-big-down-line",
|
|
174
|
+
"arrow-big-down-lines",
|
|
175
|
+
"arrow-big-left",
|
|
176
|
+
"arrow-big-left-line",
|
|
177
|
+
"arrow-big-left-lines",
|
|
178
|
+
"arrow-big-right",
|
|
179
|
+
"arrow-big-right-line",
|
|
180
|
+
"arrow-big-right-lines",
|
|
181
|
+
"arrow-big-up",
|
|
182
|
+
"arrow-big-up-line",
|
|
183
|
+
"arrow-big-up-lines",
|
|
184
|
+
"arrow-bounce",
|
|
185
|
+
"arrow-capsule",
|
|
186
|
+
"arrow-curve-left",
|
|
187
|
+
"arrow-curve-right",
|
|
188
|
+
"arrow-down",
|
|
189
|
+
"arrow-down-bar",
|
|
190
|
+
"arrow-down-circle",
|
|
191
|
+
"arrow-down-dashed",
|
|
192
|
+
"arrow-down-from-arc",
|
|
193
|
+
"arrow-down-left",
|
|
194
|
+
"arrow-down-left-circle",
|
|
195
|
+
"arrow-down-rhombus",
|
|
196
|
+
"arrow-down-right",
|
|
197
|
+
"arrow-down-right-circle",
|
|
198
|
+
"arrow-down-square",
|
|
199
|
+
"arrow-down-tail",
|
|
200
|
+
"arrow-down-to-arc",
|
|
201
|
+
"arrow-elbow-left",
|
|
202
|
+
"arrow-elbow-right",
|
|
203
|
+
"arrow-fork",
|
|
204
|
+
"arrow-forward",
|
|
205
|
+
"arrow-forward-up",
|
|
206
|
+
"arrow-forward-up-double",
|
|
207
|
+
"arrow-guide",
|
|
208
|
+
"arrow-iteration",
|
|
209
|
+
"arrow-left",
|
|
210
|
+
"arrow-left-bar",
|
|
211
|
+
"arrow-left-circle",
|
|
212
|
+
"arrow-left-dashed",
|
|
213
|
+
"arrow-left-from-arc",
|
|
214
|
+
"arrow-left-rhombus",
|
|
215
|
+
"arrow-left-right",
|
|
216
|
+
"arrow-left-square",
|
|
217
|
+
"arrow-left-tail",
|
|
218
|
+
"arrow-left-to-arc",
|
|
219
|
+
"arrow-loop-left",
|
|
220
|
+
"arrow-loop-left-2",
|
|
221
|
+
"arrow-loop-right",
|
|
222
|
+
"arrow-loop-right-2",
|
|
223
|
+
"arrow-merge",
|
|
224
|
+
"arrow-merge-alt-left",
|
|
225
|
+
"arrow-merge-alt-right",
|
|
226
|
+
"arrow-merge-both",
|
|
227
|
+
"arrow-merge-left",
|
|
228
|
+
"arrow-merge-right",
|
|
229
|
+
"arrow-move-down",
|
|
230
|
+
"arrow-move-left",
|
|
231
|
+
"arrow-move-right",
|
|
232
|
+
"arrow-move-up",
|
|
233
|
+
"arrow-narrow-down",
|
|
234
|
+
"arrow-narrow-down-dashed",
|
|
235
|
+
"arrow-narrow-left",
|
|
236
|
+
"arrow-narrow-left-dashed",
|
|
237
|
+
"arrow-narrow-right",
|
|
238
|
+
"arrow-narrow-right-dashed",
|
|
239
|
+
"arrow-narrow-up",
|
|
240
|
+
"arrow-narrow-up-dashed",
|
|
241
|
+
"arrow-ramp-left",
|
|
242
|
+
"arrow-ramp-left-2",
|
|
243
|
+
"arrow-ramp-left-3",
|
|
244
|
+
"arrow-ramp-right",
|
|
245
|
+
"arrow-ramp-right-2",
|
|
246
|
+
"arrow-ramp-right-3",
|
|
247
|
+
"arrow-right",
|
|
248
|
+
"arrow-right-bar",
|
|
249
|
+
"arrow-right-circle",
|
|
250
|
+
"arrow-right-dashed",
|
|
251
|
+
"arrow-right-from-arc",
|
|
252
|
+
"arrow-right-rhombus",
|
|
253
|
+
"arrow-right-square",
|
|
254
|
+
"arrow-right-tail",
|
|
255
|
+
"arrow-right-to-arc",
|
|
256
|
+
"arrow-rotary-first-left",
|
|
257
|
+
"arrow-rotary-first-right",
|
|
258
|
+
"arrow-rotary-last-left",
|
|
259
|
+
"arrow-rotary-last-right",
|
|
260
|
+
"arrow-rotary-left",
|
|
261
|
+
"arrow-rotary-right",
|
|
262
|
+
"arrow-rotary-straight",
|
|
263
|
+
"arrow-roundabout-left",
|
|
264
|
+
"arrow-roundabout-right",
|
|
265
|
+
"arrow-sharp-turn-left",
|
|
266
|
+
"arrow-sharp-turn-right",
|
|
267
|
+
"arrow-up",
|
|
268
|
+
"arrow-up-bar",
|
|
269
|
+
"arrow-up-circle",
|
|
270
|
+
"arrow-up-dashed",
|
|
271
|
+
"arrow-up-from-arc",
|
|
272
|
+
"arrow-up-left",
|
|
273
|
+
"arrow-up-left-circle",
|
|
274
|
+
"arrow-up-rhombus",
|
|
275
|
+
"arrow-up-right",
|
|
276
|
+
"arrow-up-right-circle",
|
|
277
|
+
"arrow-up-square",
|
|
278
|
+
"arrow-up-tail",
|
|
279
|
+
"arrow-up-to-arc",
|
|
280
|
+
"arrow-wave-left-down",
|
|
281
|
+
"arrow-wave-left-up",
|
|
282
|
+
"arrow-wave-right-down",
|
|
283
|
+
"arrow-wave-right-up",
|
|
284
|
+
"arrow-zig-zag",
|
|
285
|
+
"arrows-cross",
|
|
286
|
+
"arrows-diagonal",
|
|
287
|
+
"arrows-diagonal-2",
|
|
288
|
+
"arrows-diagonal-minimize",
|
|
289
|
+
"arrows-diagonal-minimize-2",
|
|
290
|
+
"arrows-diff",
|
|
291
|
+
"arrows-double-ne-sw",
|
|
292
|
+
"arrows-double-nw-se",
|
|
293
|
+
"arrows-double-se-nw",
|
|
294
|
+
"arrows-double-sw-ne",
|
|
295
|
+
"arrows-down",
|
|
296
|
+
"arrows-down-up",
|
|
297
|
+
"arrows-exchange",
|
|
298
|
+
"arrows-exchange-2",
|
|
299
|
+
"arrows-horizontal",
|
|
300
|
+
"arrows-join",
|
|
301
|
+
"arrows-join-2",
|
|
302
|
+
"arrows-left",
|
|
303
|
+
"arrows-left-down",
|
|
304
|
+
"arrows-left-right",
|
|
305
|
+
"arrows-maximize",
|
|
306
|
+
"arrows-minimize",
|
|
307
|
+
"arrows-move",
|
|
308
|
+
"arrows-move-horizontal",
|
|
309
|
+
"arrows-move-vertical",
|
|
310
|
+
"arrows-random",
|
|
311
|
+
"arrows-right",
|
|
312
|
+
"arrows-right-down",
|
|
313
|
+
"arrows-right-left",
|
|
314
|
+
"arrows-shuffle",
|
|
315
|
+
"arrows-shuffle-2",
|
|
316
|
+
"arrows-sort",
|
|
317
|
+
"arrows-split",
|
|
318
|
+
"arrows-split-2",
|
|
319
|
+
"arrows-transfer-down",
|
|
320
|
+
"arrows-transfer-up",
|
|
321
|
+
"arrows-transfer-up-down",
|
|
322
|
+
"arrows-up",
|
|
323
|
+
"arrows-up-down",
|
|
324
|
+
"arrows-up-left",
|
|
325
|
+
"arrows-up-right",
|
|
326
|
+
"arrows-vertical",
|
|
327
|
+
"artboard",
|
|
328
|
+
"artboard-off",
|
|
329
|
+
"article",
|
|
330
|
+
"article-off",
|
|
331
|
+
"aspect-ratio",
|
|
332
|
+
"aspect-ratio-off",
|
|
333
|
+
"assembly",
|
|
334
|
+
"assembly-off",
|
|
335
|
+
"asset",
|
|
336
|
+
"asterisk",
|
|
337
|
+
"asterisk-simple",
|
|
338
|
+
"at",
|
|
339
|
+
"at-off",
|
|
340
|
+
"atom",
|
|
341
|
+
"atom-2",
|
|
342
|
+
"atom-off",
|
|
343
|
+
"augmented-reality",
|
|
344
|
+
"augmented-reality-2",
|
|
345
|
+
"augmented-reality-off",
|
|
346
|
+
"auth-2fa",
|
|
347
|
+
"automatic-gearbox",
|
|
348
|
+
"automation",
|
|
349
|
+
"avocado",
|
|
350
|
+
"award",
|
|
351
|
+
"award-off",
|
|
352
|
+
"axe",
|
|
353
|
+
"axis-x",
|
|
354
|
+
"axis-y",
|
|
355
|
+
"baby-bottle",
|
|
356
|
+
"baby-carriage",
|
|
357
|
+
"background",
|
|
358
|
+
"backhoe",
|
|
359
|
+
"backpack",
|
|
360
|
+
"backpack-off",
|
|
361
|
+
"backslash",
|
|
362
|
+
"backspace",
|
|
363
|
+
"badge",
|
|
364
|
+
"badge-3d",
|
|
365
|
+
"badge-4k",
|
|
366
|
+
"badge-8k",
|
|
367
|
+
"badge-ad",
|
|
368
|
+
"badge-ad-off",
|
|
369
|
+
"badge-ar",
|
|
370
|
+
"badge-cc",
|
|
371
|
+
"badge-hd",
|
|
372
|
+
"badge-off",
|
|
373
|
+
"badge-sd",
|
|
374
|
+
"badge-tm",
|
|
375
|
+
"badge-vo",
|
|
376
|
+
"badge-vr",
|
|
377
|
+
"badge-wc",
|
|
378
|
+
"badges",
|
|
379
|
+
"badges-off",
|
|
380
|
+
"baguette",
|
|
381
|
+
"ball-american-football",
|
|
382
|
+
"ball-american-football-off",
|
|
383
|
+
"ball-baseball",
|
|
384
|
+
"ball-basketball",
|
|
385
|
+
"ball-bowling",
|
|
386
|
+
"ball-football",
|
|
387
|
+
"ball-football-off",
|
|
388
|
+
"ball-tennis",
|
|
389
|
+
"ball-volleyball",
|
|
390
|
+
"balloon",
|
|
391
|
+
"balloon-off",
|
|
392
|
+
"ballpen",
|
|
393
|
+
"ballpen-off",
|
|
394
|
+
"ban",
|
|
395
|
+
"bandage",
|
|
396
|
+
"bandage-off",
|
|
397
|
+
"barbell",
|
|
398
|
+
"barbell-off",
|
|
399
|
+
"barcode",
|
|
400
|
+
"barcode-off",
|
|
401
|
+
"barrel",
|
|
402
|
+
"barrel-off",
|
|
403
|
+
"barrier-block",
|
|
404
|
+
"barrier-block-off",
|
|
405
|
+
"baseline",
|
|
406
|
+
"baseline-density-large",
|
|
407
|
+
"baseline-density-medium",
|
|
408
|
+
"baseline-density-small",
|
|
409
|
+
"basket",
|
|
410
|
+
"basket-bolt",
|
|
411
|
+
"basket-cancel",
|
|
412
|
+
"basket-check",
|
|
413
|
+
"basket-code",
|
|
414
|
+
"basket-cog",
|
|
415
|
+
"basket-discount",
|
|
416
|
+
"basket-dollar",
|
|
417
|
+
"basket-down",
|
|
418
|
+
"basket-exclamation",
|
|
419
|
+
"basket-heart",
|
|
420
|
+
"basket-minus",
|
|
421
|
+
"basket-off",
|
|
422
|
+
"basket-pause",
|
|
423
|
+
"basket-pin",
|
|
424
|
+
"basket-plus",
|
|
425
|
+
"basket-question",
|
|
426
|
+
"basket-search",
|
|
427
|
+
"basket-share",
|
|
428
|
+
"basket-star",
|
|
429
|
+
"basket-up",
|
|
430
|
+
"basket-x",
|
|
431
|
+
"bat",
|
|
432
|
+
"bath",
|
|
433
|
+
"bath-off",
|
|
434
|
+
"battery",
|
|
435
|
+
"battery-1",
|
|
436
|
+
"battery-2",
|
|
437
|
+
"battery-3",
|
|
438
|
+
"battery-4",
|
|
439
|
+
"battery-automotive",
|
|
440
|
+
"battery-charging",
|
|
441
|
+
"battery-charging-2",
|
|
442
|
+
"battery-eco",
|
|
443
|
+
"battery-exclamation",
|
|
444
|
+
"battery-off",
|
|
445
|
+
"battery-spark",
|
|
446
|
+
"battery-vertical",
|
|
447
|
+
"battery-vertical-1",
|
|
448
|
+
"battery-vertical-2",
|
|
449
|
+
"battery-vertical-3",
|
|
450
|
+
"battery-vertical-4",
|
|
451
|
+
"battery-vertical-charging",
|
|
452
|
+
"battery-vertical-charging-2",
|
|
453
|
+
"battery-vertical-eco",
|
|
454
|
+
"battery-vertical-exclamation",
|
|
455
|
+
"battery-vertical-off",
|
|
456
|
+
"beach",
|
|
457
|
+
"beach-off",
|
|
458
|
+
"bed",
|
|
459
|
+
"bed-flat",
|
|
460
|
+
"bed-off",
|
|
461
|
+
"beer",
|
|
462
|
+
"beer-off",
|
|
463
|
+
"bell",
|
|
464
|
+
"bell-bolt",
|
|
465
|
+
"bell-cancel",
|
|
466
|
+
"bell-check",
|
|
467
|
+
"bell-code",
|
|
468
|
+
"bell-cog",
|
|
469
|
+
"bell-dollar",
|
|
470
|
+
"bell-down",
|
|
471
|
+
"bell-exclamation",
|
|
472
|
+
"bell-heart",
|
|
473
|
+
"bell-minus",
|
|
474
|
+
"bell-off",
|
|
475
|
+
"bell-pause",
|
|
476
|
+
"bell-pin",
|
|
477
|
+
"bell-plus",
|
|
478
|
+
"bell-question",
|
|
479
|
+
"bell-ringing",
|
|
480
|
+
"bell-ringing-2",
|
|
481
|
+
"bell-school",
|
|
482
|
+
"bell-search",
|
|
483
|
+
"bell-share",
|
|
484
|
+
"bell-star",
|
|
485
|
+
"bell-up",
|
|
486
|
+
"bell-x",
|
|
487
|
+
"bell-z",
|
|
488
|
+
"beta",
|
|
489
|
+
"bible",
|
|
490
|
+
"bike",
|
|
491
|
+
"bike-off",
|
|
492
|
+
"binary",
|
|
493
|
+
"binary-off",
|
|
494
|
+
"binary-tree",
|
|
495
|
+
"binary-tree-2",
|
|
496
|
+
"binoculars",
|
|
497
|
+
"biohazard",
|
|
498
|
+
"biohazard-off",
|
|
499
|
+
"blade",
|
|
500
|
+
"bleach",
|
|
501
|
+
"bleach-chlorine",
|
|
502
|
+
"bleach-no-chlorine",
|
|
503
|
+
"bleach-off",
|
|
504
|
+
"blend-mode",
|
|
505
|
+
"blender",
|
|
506
|
+
"blob",
|
|
507
|
+
"blockquote",
|
|
508
|
+
"bluetooth",
|
|
509
|
+
"bluetooth-connected",
|
|
510
|
+
"bluetooth-off",
|
|
511
|
+
"bluetooth-x",
|
|
512
|
+
"blur",
|
|
513
|
+
"blur-off",
|
|
514
|
+
"bmp",
|
|
515
|
+
"body-scan",
|
|
516
|
+
"bold",
|
|
517
|
+
"bold-off",
|
|
518
|
+
"bolt",
|
|
519
|
+
"bolt-off",
|
|
520
|
+
"bomb",
|
|
521
|
+
"bone",
|
|
522
|
+
"bone-off",
|
|
523
|
+
"bong",
|
|
524
|
+
"bong-off",
|
|
525
|
+
"book",
|
|
526
|
+
"book-2",
|
|
527
|
+
"book-download",
|
|
528
|
+
"book-off",
|
|
529
|
+
"book-upload",
|
|
530
|
+
"bookmark",
|
|
531
|
+
"bookmark-ai",
|
|
532
|
+
"bookmark-edit",
|
|
533
|
+
"bookmark-minus",
|
|
534
|
+
"bookmark-off",
|
|
535
|
+
"bookmark-plus",
|
|
536
|
+
"bookmark-question",
|
|
537
|
+
"bookmarks",
|
|
538
|
+
"bookmarks-off",
|
|
539
|
+
"books",
|
|
540
|
+
"books-off",
|
|
541
|
+
"boom",
|
|
542
|
+
"border-all",
|
|
543
|
+
"border-bottom",
|
|
544
|
+
"border-bottom-plus",
|
|
545
|
+
"border-corner-ios",
|
|
546
|
+
"border-corner-pill",
|
|
547
|
+
"border-corner-rounded",
|
|
548
|
+
"border-corner-square",
|
|
549
|
+
"border-corners",
|
|
550
|
+
"border-horizontal",
|
|
551
|
+
"border-inner",
|
|
552
|
+
"border-left",
|
|
553
|
+
"border-left-plus",
|
|
554
|
+
"border-none",
|
|
555
|
+
"border-outer",
|
|
556
|
+
"border-radius",
|
|
557
|
+
"border-right",
|
|
558
|
+
"border-right-plus",
|
|
559
|
+
"border-sides",
|
|
560
|
+
"border-style",
|
|
561
|
+
"border-style-2",
|
|
562
|
+
"border-top",
|
|
563
|
+
"border-top-plus",
|
|
564
|
+
"border-vertical",
|
|
565
|
+
"bottle",
|
|
566
|
+
"bottle-off",
|
|
567
|
+
"bounce-left",
|
|
568
|
+
"bounce-right",
|
|
569
|
+
"bow",
|
|
570
|
+
"bowl",
|
|
571
|
+
"bowl-chopsticks",
|
|
572
|
+
"bowl-spoon",
|
|
573
|
+
"box",
|
|
574
|
+
"box-align-bottom",
|
|
575
|
+
"box-align-bottom-left",
|
|
576
|
+
"box-align-bottom-right",
|
|
577
|
+
"box-align-left",
|
|
578
|
+
"box-align-right",
|
|
579
|
+
"box-align-top",
|
|
580
|
+
"box-align-top-left",
|
|
581
|
+
"box-align-top-right",
|
|
582
|
+
"box-margin",
|
|
583
|
+
"box-model",
|
|
584
|
+
"box-model-2",
|
|
585
|
+
"box-model-2-off",
|
|
586
|
+
"box-model-off",
|
|
587
|
+
"box-multiple",
|
|
588
|
+
"box-multiple-0",
|
|
589
|
+
"box-multiple-1",
|
|
590
|
+
"box-multiple-2",
|
|
591
|
+
"box-multiple-3",
|
|
592
|
+
"box-multiple-4",
|
|
593
|
+
"box-multiple-5",
|
|
594
|
+
"box-multiple-6",
|
|
595
|
+
"box-multiple-7",
|
|
596
|
+
"box-multiple-8",
|
|
597
|
+
"box-multiple-9",
|
|
598
|
+
"box-off",
|
|
599
|
+
"box-padding",
|
|
600
|
+
"braces",
|
|
601
|
+
"braces-off",
|
|
602
|
+
"brackets",
|
|
603
|
+
"brackets-angle",
|
|
604
|
+
"brackets-angle-off",
|
|
605
|
+
"brackets-contain",
|
|
606
|
+
"brackets-contain-end",
|
|
607
|
+
"brackets-contain-start",
|
|
608
|
+
"brackets-off",
|
|
609
|
+
"braille",
|
|
610
|
+
"brain",
|
|
611
|
+
"brand-4chan",
|
|
612
|
+
"brand-abstract",
|
|
613
|
+
"brand-adobe",
|
|
614
|
+
"brand-adobe-after-effect",
|
|
615
|
+
"brand-adobe-illustrator",
|
|
616
|
+
"brand-adobe-indesign",
|
|
617
|
+
"brand-adobe-photoshop",
|
|
618
|
+
"brand-adobe-premier",
|
|
619
|
+
"brand-adobe-xd",
|
|
620
|
+
"brand-adonis-js",
|
|
621
|
+
"brand-airbnb",
|
|
622
|
+
"brand-airtable",
|
|
623
|
+
"brand-algolia",
|
|
624
|
+
"brand-alipay",
|
|
625
|
+
"brand-alpine-js",
|
|
626
|
+
"brand-amazon",
|
|
627
|
+
"brand-amd",
|
|
628
|
+
"brand-amie",
|
|
629
|
+
"brand-amigo",
|
|
630
|
+
"brand-among-us",
|
|
631
|
+
"brand-android",
|
|
632
|
+
"brand-angular",
|
|
633
|
+
"brand-ansible",
|
|
634
|
+
"brand-ao3",
|
|
635
|
+
"brand-appgallery",
|
|
636
|
+
"brand-apple",
|
|
637
|
+
"brand-apple-arcade",
|
|
638
|
+
"brand-apple-news",
|
|
639
|
+
"brand-apple-podcast",
|
|
640
|
+
"brand-appstore",
|
|
641
|
+
"brand-arc",
|
|
642
|
+
"brand-asana",
|
|
643
|
+
"brand-astro",
|
|
644
|
+
"brand-auth0",
|
|
645
|
+
"brand-aws",
|
|
646
|
+
"brand-azure",
|
|
647
|
+
"brand-backbone",
|
|
648
|
+
"brand-badoo",
|
|
649
|
+
"brand-baidu",
|
|
650
|
+
"brand-bandcamp",
|
|
651
|
+
"brand-bandlab",
|
|
652
|
+
"brand-beats",
|
|
653
|
+
"brand-bebo",
|
|
654
|
+
"brand-behance",
|
|
655
|
+
"brand-bilibili",
|
|
656
|
+
"brand-binance",
|
|
657
|
+
"brand-bing",
|
|
658
|
+
"brand-bitbucket",
|
|
659
|
+
"brand-blackberry",
|
|
660
|
+
"brand-blender",
|
|
661
|
+
"brand-blogger",
|
|
662
|
+
"brand-bluesky",
|
|
663
|
+
"brand-booking",
|
|
664
|
+
"brand-bootstrap",
|
|
665
|
+
"brand-bulma",
|
|
666
|
+
"brand-bumble",
|
|
667
|
+
"brand-bunpo",
|
|
668
|
+
"brand-c-sharp",
|
|
669
|
+
"brand-cake",
|
|
670
|
+
"brand-cakephp",
|
|
671
|
+
"brand-campaignmonitor",
|
|
672
|
+
"brand-carbon",
|
|
673
|
+
"brand-cashapp",
|
|
674
|
+
"brand-chrome",
|
|
675
|
+
"brand-cinema-4d",
|
|
676
|
+
"brand-citymapper",
|
|
677
|
+
"brand-cloudflare",
|
|
678
|
+
"brand-codecov",
|
|
679
|
+
"brand-codepen",
|
|
680
|
+
"brand-codesandbox",
|
|
681
|
+
"brand-cohost",
|
|
682
|
+
"brand-coinbase",
|
|
683
|
+
"brand-comedy-central",
|
|
684
|
+
"brand-coreos",
|
|
685
|
+
"brand-couchdb",
|
|
686
|
+
"brand-couchsurfing",
|
|
687
|
+
"brand-cpp",
|
|
688
|
+
"brand-craft",
|
|
689
|
+
"brand-crunchbase",
|
|
690
|
+
"brand-css3",
|
|
691
|
+
"brand-ctemplar",
|
|
692
|
+
"brand-cucumber",
|
|
693
|
+
"brand-cupra",
|
|
694
|
+
"brand-cypress",
|
|
695
|
+
"brand-d3",
|
|
696
|
+
"brand-databricks",
|
|
697
|
+
"brand-days-counter",
|
|
698
|
+
"brand-dcos",
|
|
699
|
+
"brand-debian",
|
|
700
|
+
"brand-deezer",
|
|
701
|
+
"brand-deliveroo",
|
|
702
|
+
"brand-deno",
|
|
703
|
+
"brand-denodo",
|
|
704
|
+
"brand-deviantart",
|
|
705
|
+
"brand-digg",
|
|
706
|
+
"brand-dingtalk",
|
|
707
|
+
"brand-discord",
|
|
708
|
+
"brand-disney",
|
|
709
|
+
"brand-disqus",
|
|
710
|
+
"brand-django",
|
|
711
|
+
"brand-docker",
|
|
712
|
+
"brand-doctrine",
|
|
713
|
+
"brand-dolby-digital",
|
|
714
|
+
"brand-douban",
|
|
715
|
+
"brand-dribbble",
|
|
716
|
+
"brand-drops",
|
|
717
|
+
"brand-drupal",
|
|
718
|
+
"brand-edge",
|
|
719
|
+
"brand-elastic",
|
|
720
|
+
"brand-electronic-arts",
|
|
721
|
+
"brand-ember",
|
|
722
|
+
"brand-envato",
|
|
723
|
+
"brand-etsy",
|
|
724
|
+
"brand-evernote",
|
|
725
|
+
"brand-facebook",
|
|
726
|
+
"brand-feedly",
|
|
727
|
+
"brand-figma",
|
|
728
|
+
"brand-filezilla",
|
|
729
|
+
"brand-finder",
|
|
730
|
+
"brand-firebase",
|
|
731
|
+
"brand-firefox",
|
|
732
|
+
"brand-fiverr",
|
|
733
|
+
"brand-flickr",
|
|
734
|
+
"brand-flightradar24",
|
|
735
|
+
"brand-flipboard",
|
|
736
|
+
"brand-flutter",
|
|
737
|
+
"brand-fortnite",
|
|
738
|
+
"brand-foursquare",
|
|
739
|
+
"brand-framer",
|
|
740
|
+
"brand-framer-motion",
|
|
741
|
+
"brand-funimation",
|
|
742
|
+
"brand-gatsby",
|
|
743
|
+
"brand-git",
|
|
744
|
+
"brand-github",
|
|
745
|
+
"brand-github-copilot",
|
|
746
|
+
"brand-gitlab",
|
|
747
|
+
"brand-gmail",
|
|
748
|
+
"brand-golang",
|
|
749
|
+
"brand-google",
|
|
750
|
+
"brand-google-analytics",
|
|
751
|
+
"brand-google-big-query",
|
|
752
|
+
"brand-google-drive",
|
|
753
|
+
"brand-google-fit",
|
|
754
|
+
"brand-google-home",
|
|
755
|
+
"brand-google-maps",
|
|
756
|
+
"brand-google-one",
|
|
757
|
+
"brand-google-photos",
|
|
758
|
+
"brand-google-play",
|
|
759
|
+
"brand-google-podcasts",
|
|
760
|
+
"brand-grammarly",
|
|
761
|
+
"brand-graphql",
|
|
762
|
+
"brand-gravatar",
|
|
763
|
+
"brand-grindr",
|
|
764
|
+
"brand-guardian",
|
|
765
|
+
"brand-gumroad",
|
|
766
|
+
"brand-hackerrank",
|
|
767
|
+
"brand-hbo",
|
|
768
|
+
"brand-headlessui",
|
|
769
|
+
"brand-hexo",
|
|
770
|
+
"brand-hipchat",
|
|
771
|
+
"brand-html5",
|
|
772
|
+
"brand-inertia",
|
|
773
|
+
"brand-instagram",
|
|
774
|
+
"brand-intercom",
|
|
775
|
+
"brand-itch",
|
|
776
|
+
"brand-javascript",
|
|
777
|
+
"brand-juejin",
|
|
778
|
+
"brand-kako-talk",
|
|
779
|
+
"brand-kbin",
|
|
780
|
+
"brand-kick",
|
|
781
|
+
"brand-kickstarter",
|
|
782
|
+
"brand-kotlin",
|
|
783
|
+
"brand-laravel",
|
|
784
|
+
"brand-lastfm",
|
|
785
|
+
"brand-leetcode",
|
|
786
|
+
"brand-letterboxd",
|
|
787
|
+
"brand-line",
|
|
788
|
+
"brand-linkedin",
|
|
789
|
+
"brand-linktree",
|
|
790
|
+
"brand-linqpad",
|
|
791
|
+
"brand-livewire",
|
|
792
|
+
"brand-loom",
|
|
793
|
+
"brand-mailgun",
|
|
794
|
+
"brand-mantine",
|
|
795
|
+
"brand-mastercard",
|
|
796
|
+
"brand-mastodon",
|
|
797
|
+
"brand-matrix",
|
|
798
|
+
"brand-mcdonalds",
|
|
799
|
+
"brand-medium",
|
|
800
|
+
"brand-meetup",
|
|
801
|
+
"brand-mercedes",
|
|
802
|
+
"brand-messenger",
|
|
803
|
+
"brand-meta",
|
|
804
|
+
"brand-metabrainz",
|
|
805
|
+
"brand-minecraft",
|
|
806
|
+
"brand-miniprogram",
|
|
807
|
+
"brand-mixpanel",
|
|
808
|
+
"brand-monday",
|
|
809
|
+
"brand-mongodb",
|
|
810
|
+
"brand-my-oppo",
|
|
811
|
+
"brand-mysql",
|
|
812
|
+
"brand-national-geographic",
|
|
813
|
+
"brand-nem",
|
|
814
|
+
"brand-netbeans",
|
|
815
|
+
"brand-netease-music",
|
|
816
|
+
"brand-netflix",
|
|
817
|
+
"brand-nexo",
|
|
818
|
+
"brand-nextcloud",
|
|
819
|
+
"brand-nextjs",
|
|
820
|
+
"brand-nodejs",
|
|
821
|
+
"brand-nord-vpn",
|
|
822
|
+
"brand-notion",
|
|
823
|
+
"brand-npm",
|
|
824
|
+
"brand-nuxt",
|
|
825
|
+
"brand-nytimes",
|
|
826
|
+
"brand-oauth",
|
|
827
|
+
"brand-office",
|
|
828
|
+
"brand-ok-ru",
|
|
829
|
+
"brand-onedrive",
|
|
830
|
+
"brand-onlyfans",
|
|
831
|
+
"brand-open-source",
|
|
832
|
+
"brand-openai",
|
|
833
|
+
"brand-openvpn",
|
|
834
|
+
"brand-opera",
|
|
835
|
+
"brand-pagekit",
|
|
836
|
+
"brand-parsinta",
|
|
837
|
+
"brand-patreon",
|
|
838
|
+
"brand-paypal",
|
|
839
|
+
"brand-paypay",
|
|
840
|
+
"brand-peanut",
|
|
841
|
+
"brand-pepsi",
|
|
842
|
+
"brand-php",
|
|
843
|
+
"brand-picsart",
|
|
844
|
+
"brand-pinterest",
|
|
845
|
+
"brand-planetscale",
|
|
846
|
+
"brand-pnpm",
|
|
847
|
+
"brand-pocket",
|
|
848
|
+
"brand-polymer",
|
|
849
|
+
"brand-powershell",
|
|
850
|
+
"brand-printables",
|
|
851
|
+
"brand-prisma",
|
|
852
|
+
"brand-producthunt",
|
|
853
|
+
"brand-pushbullet",
|
|
854
|
+
"brand-pushover",
|
|
855
|
+
"brand-python",
|
|
856
|
+
"brand-qq",
|
|
857
|
+
"brand-radix-ui",
|
|
858
|
+
"brand-react",
|
|
859
|
+
"brand-react-native",
|
|
860
|
+
"brand-reason",
|
|
861
|
+
"brand-reddit",
|
|
862
|
+
"brand-redhat",
|
|
863
|
+
"brand-redux",
|
|
864
|
+
"brand-revolut",
|
|
865
|
+
"brand-rumble",
|
|
866
|
+
"brand-rust",
|
|
867
|
+
"brand-safari",
|
|
868
|
+
"brand-samsungpass",
|
|
869
|
+
"brand-sass",
|
|
870
|
+
"brand-sentry",
|
|
871
|
+
"brand-sharik",
|
|
872
|
+
"brand-shazam",
|
|
873
|
+
"brand-shopee",
|
|
874
|
+
"brand-sketch",
|
|
875
|
+
"brand-skype",
|
|
876
|
+
"brand-slack",
|
|
877
|
+
"brand-snapchat",
|
|
878
|
+
"brand-snapseed",
|
|
879
|
+
"brand-snowflake",
|
|
880
|
+
"brand-socket-io",
|
|
881
|
+
"brand-solidjs",
|
|
882
|
+
"brand-soundcloud",
|
|
883
|
+
"brand-spacehey",
|
|
884
|
+
"brand-speedtest",
|
|
885
|
+
"brand-spotify",
|
|
886
|
+
"brand-stackoverflow",
|
|
887
|
+
"brand-stackshare",
|
|
888
|
+
"brand-steam",
|
|
889
|
+
"brand-stocktwits",
|
|
890
|
+
"brand-storj",
|
|
891
|
+
"brand-storybook",
|
|
892
|
+
"brand-storytel",
|
|
893
|
+
"brand-strava",
|
|
894
|
+
"brand-stripe",
|
|
895
|
+
"brand-sublime-text",
|
|
896
|
+
"brand-sugarizer",
|
|
897
|
+
"brand-supabase",
|
|
898
|
+
"brand-superhuman",
|
|
899
|
+
"brand-supernova",
|
|
900
|
+
"brand-surfshark",
|
|
901
|
+
"brand-svelte",
|
|
902
|
+
"brand-swift",
|
|
903
|
+
"brand-symfony",
|
|
904
|
+
"brand-tabler",
|
|
905
|
+
"brand-tailwind",
|
|
906
|
+
"brand-taobao",
|
|
907
|
+
"brand-teams",
|
|
908
|
+
"brand-ted",
|
|
909
|
+
"brand-telegram",
|
|
910
|
+
"brand-terraform",
|
|
911
|
+
"brand-tether",
|
|
912
|
+
"brand-thingiverse",
|
|
913
|
+
"brand-threads",
|
|
914
|
+
"brand-threejs",
|
|
915
|
+
"brand-tidal",
|
|
916
|
+
"brand-tiktok",
|
|
917
|
+
"brand-tinder",
|
|
918
|
+
"brand-topbuzz",
|
|
919
|
+
"brand-torchain",
|
|
920
|
+
"brand-toyota",
|
|
921
|
+
"brand-trello",
|
|
922
|
+
"brand-tripadvisor",
|
|
923
|
+
"brand-tumblr",
|
|
924
|
+
"brand-twilio",
|
|
925
|
+
"brand-twitch",
|
|
926
|
+
"brand-twitter",
|
|
927
|
+
"brand-typescript",
|
|
928
|
+
"brand-uber",
|
|
929
|
+
"brand-ubuntu",
|
|
930
|
+
"brand-unity",
|
|
931
|
+
"brand-unsplash",
|
|
932
|
+
"brand-upwork",
|
|
933
|
+
"brand-valorant",
|
|
934
|
+
"brand-vercel",
|
|
935
|
+
"brand-vimeo",
|
|
936
|
+
"brand-vinted",
|
|
937
|
+
"brand-visa",
|
|
938
|
+
"brand-visual-studio",
|
|
939
|
+
"brand-vite",
|
|
940
|
+
"brand-vivaldi",
|
|
941
|
+
"brand-vk",
|
|
942
|
+
"brand-vlc",
|
|
943
|
+
"brand-volkswagen",
|
|
944
|
+
"brand-vsco",
|
|
945
|
+
"brand-vscode",
|
|
946
|
+
"brand-vue",
|
|
947
|
+
"brand-walmart",
|
|
948
|
+
"brand-waze",
|
|
949
|
+
"brand-webflow",
|
|
950
|
+
"brand-wechat",
|
|
951
|
+
"brand-weibo",
|
|
952
|
+
"brand-whatsapp",
|
|
953
|
+
"brand-wikipedia",
|
|
954
|
+
"brand-windows",
|
|
955
|
+
"brand-windy",
|
|
956
|
+
"brand-wish",
|
|
957
|
+
"brand-wix",
|
|
958
|
+
"brand-wordpress",
|
|
959
|
+
"brand-x",
|
|
960
|
+
"brand-xamarin",
|
|
961
|
+
"brand-xbox",
|
|
962
|
+
"brand-xdeep",
|
|
963
|
+
"brand-xing",
|
|
964
|
+
"brand-yahoo",
|
|
965
|
+
"brand-yandex",
|
|
966
|
+
"brand-yarn",
|
|
967
|
+
"brand-yatse",
|
|
968
|
+
"brand-ycombinator",
|
|
969
|
+
"brand-youtube",
|
|
970
|
+
"brand-youtube-kids",
|
|
971
|
+
"brand-zalando",
|
|
972
|
+
"brand-zapier",
|
|
973
|
+
"brand-zeit",
|
|
974
|
+
"brand-zhihu",
|
|
975
|
+
"brand-zoom",
|
|
976
|
+
"brand-zulip",
|
|
977
|
+
"brand-zwift",
|
|
978
|
+
"bread",
|
|
979
|
+
"bread-off",
|
|
980
|
+
"briefcase",
|
|
981
|
+
"briefcase-2",
|
|
982
|
+
"briefcase-off",
|
|
983
|
+
"brightness",
|
|
984
|
+
"brightness-2",
|
|
985
|
+
"brightness-auto",
|
|
986
|
+
"brightness-down",
|
|
987
|
+
"brightness-half",
|
|
988
|
+
"brightness-off",
|
|
989
|
+
"brightness-up",
|
|
990
|
+
"broadcast",
|
|
991
|
+
"broadcast-off",
|
|
992
|
+
"browser",
|
|
993
|
+
"browser-check",
|
|
994
|
+
"browser-off",
|
|
995
|
+
"browser-plus",
|
|
996
|
+
"browser-x",
|
|
997
|
+
"brush",
|
|
998
|
+
"brush-off",
|
|
999
|
+
"bubble",
|
|
1000
|
+
"bubble-minus",
|
|
1001
|
+
"bubble-plus",
|
|
1002
|
+
"bubble-tea",
|
|
1003
|
+
"bubble-tea-2",
|
|
1004
|
+
"bubble-text",
|
|
1005
|
+
"bubble-x",
|
|
1006
|
+
"bucket",
|
|
1007
|
+
"bucket-droplet",
|
|
1008
|
+
"bucket-off",
|
|
1009
|
+
"bug",
|
|
1010
|
+
"bug-off",
|
|
1011
|
+
"building",
|
|
1012
|
+
"building-airport",
|
|
1013
|
+
"building-arch",
|
|
1014
|
+
"building-bank",
|
|
1015
|
+
"building-bridge",
|
|
1016
|
+
"building-bridge-2",
|
|
1017
|
+
"building-broadcast-tower",
|
|
1018
|
+
"building-burj-al-arab",
|
|
1019
|
+
"building-carousel",
|
|
1020
|
+
"building-castle",
|
|
1021
|
+
"building-church",
|
|
1022
|
+
"building-circus",
|
|
1023
|
+
"building-cog",
|
|
1024
|
+
"building-community",
|
|
1025
|
+
"building-cottage",
|
|
1026
|
+
"building-estate",
|
|
1027
|
+
"building-factory",
|
|
1028
|
+
"building-factory-2",
|
|
1029
|
+
"building-fortress",
|
|
1030
|
+
"building-hospital",
|
|
1031
|
+
"building-lighthouse",
|
|
1032
|
+
"building-minus",
|
|
1033
|
+
"building-monument",
|
|
1034
|
+
"building-mosque",
|
|
1035
|
+
"building-off",
|
|
1036
|
+
"building-pavilion",
|
|
1037
|
+
"building-plus",
|
|
1038
|
+
"building-skyscraper",
|
|
1039
|
+
"building-stadium",
|
|
1040
|
+
"building-store",
|
|
1041
|
+
"building-tunnel",
|
|
1042
|
+
"building-warehouse",
|
|
1043
|
+
"building-wind-turbine",
|
|
1044
|
+
"buildings",
|
|
1045
|
+
"bulb",
|
|
1046
|
+
"bulb-off",
|
|
1047
|
+
"bulldozer",
|
|
1048
|
+
"burger",
|
|
1049
|
+
"bus",
|
|
1050
|
+
"bus-off",
|
|
1051
|
+
"bus-stop",
|
|
1052
|
+
"businessplan",
|
|
1053
|
+
"butterfly",
|
|
1054
|
+
"cactus",
|
|
1055
|
+
"cactus-off",
|
|
1056
|
+
"cake",
|
|
1057
|
+
"cake-off",
|
|
1058
|
+
"calculator",
|
|
1059
|
+
"calculator-off",
|
|
1060
|
+
"calendar",
|
|
1061
|
+
"calendar-bolt",
|
|
1062
|
+
"calendar-cancel",
|
|
1063
|
+
"calendar-check",
|
|
1064
|
+
"calendar-clock",
|
|
1065
|
+
"calendar-code",
|
|
1066
|
+
"calendar-cog",
|
|
1067
|
+
"calendar-dollar",
|
|
1068
|
+
"calendar-dot",
|
|
1069
|
+
"calendar-down",
|
|
1070
|
+
"calendar-due",
|
|
1071
|
+
"calendar-event",
|
|
1072
|
+
"calendar-exclamation",
|
|
1073
|
+
"calendar-heart",
|
|
1074
|
+
"calendar-minus",
|
|
1075
|
+
"calendar-month",
|
|
1076
|
+
"calendar-off",
|
|
1077
|
+
"calendar-pause",
|
|
1078
|
+
"calendar-pin",
|
|
1079
|
+
"calendar-plus",
|
|
1080
|
+
"calendar-question",
|
|
1081
|
+
"calendar-repeat",
|
|
1082
|
+
"calendar-sad",
|
|
1083
|
+
"calendar-search",
|
|
1084
|
+
"calendar-share",
|
|
1085
|
+
"calendar-smile",
|
|
1086
|
+
"calendar-star",
|
|
1087
|
+
"calendar-stats",
|
|
1088
|
+
"calendar-time",
|
|
1089
|
+
"calendar-up",
|
|
1090
|
+
"calendar-user",
|
|
1091
|
+
"calendar-week",
|
|
1092
|
+
"calendar-x",
|
|
1093
|
+
"camera",
|
|
1094
|
+
"camera-ai",
|
|
1095
|
+
"camera-bitcoin",
|
|
1096
|
+
"camera-bolt",
|
|
1097
|
+
"camera-cancel",
|
|
1098
|
+
"camera-check",
|
|
1099
|
+
"camera-code",
|
|
1100
|
+
"camera-cog",
|
|
1101
|
+
"camera-dollar",
|
|
1102
|
+
"camera-down",
|
|
1103
|
+
"camera-exclamation",
|
|
1104
|
+
"camera-heart",
|
|
1105
|
+
"camera-minus",
|
|
1106
|
+
"camera-moon",
|
|
1107
|
+
"camera-off",
|
|
1108
|
+
"camera-pause",
|
|
1109
|
+
"camera-pin",
|
|
1110
|
+
"camera-plus",
|
|
1111
|
+
"camera-question",
|
|
1112
|
+
"camera-rotate",
|
|
1113
|
+
"camera-search",
|
|
1114
|
+
"camera-selfie",
|
|
1115
|
+
"camera-share",
|
|
1116
|
+
"camera-spark",
|
|
1117
|
+
"camera-star",
|
|
1118
|
+
"camera-up",
|
|
1119
|
+
"camera-x",
|
|
1120
|
+
"camper",
|
|
1121
|
+
"campfire",
|
|
1122
|
+
"cancel",
|
|
1123
|
+
"candle",
|
|
1124
|
+
"candy",
|
|
1125
|
+
"candy-off",
|
|
1126
|
+
"cane",
|
|
1127
|
+
"cannabis",
|
|
1128
|
+
"cap-projecting",
|
|
1129
|
+
"cap-rounded",
|
|
1130
|
+
"cap-straight",
|
|
1131
|
+
"capsule",
|
|
1132
|
+
"capsule-horizontal",
|
|
1133
|
+
"capture",
|
|
1134
|
+
"capture-off",
|
|
1135
|
+
"car",
|
|
1136
|
+
"car-4wd",
|
|
1137
|
+
"car-crane",
|
|
1138
|
+
"car-crash",
|
|
1139
|
+
"car-fan",
|
|
1140
|
+
"car-fan-1",
|
|
1141
|
+
"car-fan-2",
|
|
1142
|
+
"car-fan-3",
|
|
1143
|
+
"car-fan-auto",
|
|
1144
|
+
"car-garage",
|
|
1145
|
+
"car-off",
|
|
1146
|
+
"car-suv",
|
|
1147
|
+
"car-turbine",
|
|
1148
|
+
"carambola",
|
|
1149
|
+
"caravan",
|
|
1150
|
+
"cardboards",
|
|
1151
|
+
"cardboards-off",
|
|
1152
|
+
"cards",
|
|
1153
|
+
"caret-down",
|
|
1154
|
+
"caret-left",
|
|
1155
|
+
"caret-left-right",
|
|
1156
|
+
"caret-right",
|
|
1157
|
+
"caret-up",
|
|
1158
|
+
"caret-up-down",
|
|
1159
|
+
"carousel-horizontal",
|
|
1160
|
+
"carousel-vertical",
|
|
1161
|
+
"carrot",
|
|
1162
|
+
"carrot-off",
|
|
1163
|
+
"cash",
|
|
1164
|
+
"cash-banknote",
|
|
1165
|
+
"cash-banknote-off",
|
|
1166
|
+
"cash-off",
|
|
1167
|
+
"cash-register",
|
|
1168
|
+
"cast",
|
|
1169
|
+
"cast-off",
|
|
1170
|
+
"cat",
|
|
1171
|
+
"category",
|
|
1172
|
+
"category-2",
|
|
1173
|
+
"category-minus",
|
|
1174
|
+
"category-plus",
|
|
1175
|
+
"ce",
|
|
1176
|
+
"ce-off",
|
|
1177
|
+
"cell",
|
|
1178
|
+
"cell-signal-1",
|
|
1179
|
+
"cell-signal-2",
|
|
1180
|
+
"cell-signal-3",
|
|
1181
|
+
"cell-signal-4",
|
|
1182
|
+
"cell-signal-5",
|
|
1183
|
+
"cell-signal-off",
|
|
1184
|
+
"certificate",
|
|
1185
|
+
"certificate-2",
|
|
1186
|
+
"certificate-2-off",
|
|
1187
|
+
"certificate-off",
|
|
1188
|
+
"chair-director",
|
|
1189
|
+
"chalkboard",
|
|
1190
|
+
"chalkboard-off",
|
|
1191
|
+
"charging-pile",
|
|
1192
|
+
"chart-arcs",
|
|
1193
|
+
"chart-arcs-3",
|
|
1194
|
+
"chart-area",
|
|
1195
|
+
"chart-area-line",
|
|
1196
|
+
"chart-arrows",
|
|
1197
|
+
"chart-arrows-vertical",
|
|
1198
|
+
"chart-bar",
|
|
1199
|
+
"chart-bar-off",
|
|
1200
|
+
"chart-bar-popular",
|
|
1201
|
+
"chart-bubble",
|
|
1202
|
+
"chart-candle",
|
|
1203
|
+
"chart-circles",
|
|
1204
|
+
"chart-cohort",
|
|
1205
|
+
"chart-column",
|
|
1206
|
+
"chart-covariate",
|
|
1207
|
+
"chart-donut",
|
|
1208
|
+
"chart-donut-2",
|
|
1209
|
+
"chart-donut-3",
|
|
1210
|
+
"chart-donut-4",
|
|
1211
|
+
"chart-dots",
|
|
1212
|
+
"chart-dots-2",
|
|
1213
|
+
"chart-dots-3",
|
|
1214
|
+
"chart-funnel",
|
|
1215
|
+
"chart-grid-dots",
|
|
1216
|
+
"chart-histogram",
|
|
1217
|
+
"chart-infographic",
|
|
1218
|
+
"chart-line",
|
|
1219
|
+
"chart-pie",
|
|
1220
|
+
"chart-pie-2",
|
|
1221
|
+
"chart-pie-3",
|
|
1222
|
+
"chart-pie-4",
|
|
1223
|
+
"chart-pie-off",
|
|
1224
|
+
"chart-ppf",
|
|
1225
|
+
"chart-radar",
|
|
1226
|
+
"chart-sankey",
|
|
1227
|
+
"chart-scatter",
|
|
1228
|
+
"chart-scatter-3d",
|
|
1229
|
+
"chart-treemap",
|
|
1230
|
+
"check",
|
|
1231
|
+
"checkbox",
|
|
1232
|
+
"checklist",
|
|
1233
|
+
"checks",
|
|
1234
|
+
"checkup-list",
|
|
1235
|
+
"cheese",
|
|
1236
|
+
"chef-hat",
|
|
1237
|
+
"chef-hat-off",
|
|
1238
|
+
"cherry",
|
|
1239
|
+
"chess",
|
|
1240
|
+
"chess-bishop",
|
|
1241
|
+
"chess-king",
|
|
1242
|
+
"chess-knight",
|
|
1243
|
+
"chess-queen",
|
|
1244
|
+
"chess-rook",
|
|
1245
|
+
"chevron-compact-down",
|
|
1246
|
+
"chevron-compact-left",
|
|
1247
|
+
"chevron-compact-right",
|
|
1248
|
+
"chevron-compact-up",
|
|
1249
|
+
"chevron-down",
|
|
1250
|
+
"chevron-down-left",
|
|
1251
|
+
"chevron-down-right",
|
|
1252
|
+
"chevron-left",
|
|
1253
|
+
"chevron-left-pipe",
|
|
1254
|
+
"chevron-right",
|
|
1255
|
+
"chevron-right-pipe",
|
|
1256
|
+
"chevron-up",
|
|
1257
|
+
"chevron-up-left",
|
|
1258
|
+
"chevron-up-right",
|
|
1259
|
+
"chevrons-down",
|
|
1260
|
+
"chevrons-down-left",
|
|
1261
|
+
"chevrons-down-right",
|
|
1262
|
+
"chevrons-left",
|
|
1263
|
+
"chevrons-right",
|
|
1264
|
+
"chevrons-up",
|
|
1265
|
+
"chevrons-up-left",
|
|
1266
|
+
"chevrons-up-right",
|
|
1267
|
+
"chisel",
|
|
1268
|
+
"christmas-ball",
|
|
1269
|
+
"christmas-tree",
|
|
1270
|
+
"christmas-tree-off",
|
|
1271
|
+
"circle",
|
|
1272
|
+
"circle-arrow-down",
|
|
1273
|
+
"circle-arrow-down-left",
|
|
1274
|
+
"circle-arrow-down-right",
|
|
1275
|
+
"circle-arrow-left",
|
|
1276
|
+
"circle-arrow-right",
|
|
1277
|
+
"circle-arrow-up",
|
|
1278
|
+
"circle-arrow-up-left",
|
|
1279
|
+
"circle-arrow-up-right",
|
|
1280
|
+
"circle-caret-down",
|
|
1281
|
+
"circle-caret-left",
|
|
1282
|
+
"circle-caret-right",
|
|
1283
|
+
"circle-caret-up",
|
|
1284
|
+
"circle-check",
|
|
1285
|
+
"circle-chevron-down",
|
|
1286
|
+
"circle-chevron-left",
|
|
1287
|
+
"circle-chevron-right",
|
|
1288
|
+
"circle-chevron-up",
|
|
1289
|
+
"circle-chevrons-down",
|
|
1290
|
+
"circle-chevrons-left",
|
|
1291
|
+
"circle-chevrons-right",
|
|
1292
|
+
"circle-chevrons-up",
|
|
1293
|
+
"circle-dashed",
|
|
1294
|
+
"circle-dashed-check",
|
|
1295
|
+
"circle-dashed-letter-a",
|
|
1296
|
+
"circle-dashed-letter-b",
|
|
1297
|
+
"circle-dashed-letter-c",
|
|
1298
|
+
"circle-dashed-letter-d",
|
|
1299
|
+
"circle-dashed-letter-e",
|
|
1300
|
+
"circle-dashed-letter-f",
|
|
1301
|
+
"circle-dashed-letter-g",
|
|
1302
|
+
"circle-dashed-letter-h",
|
|
1303
|
+
"circle-dashed-letter-i",
|
|
1304
|
+
"circle-dashed-letter-j",
|
|
1305
|
+
"circle-dashed-letter-k",
|
|
1306
|
+
"circle-dashed-letter-l",
|
|
1307
|
+
"circle-dashed-letter-m",
|
|
1308
|
+
"circle-dashed-letter-n",
|
|
1309
|
+
"circle-dashed-letter-o",
|
|
1310
|
+
"circle-dashed-letter-p",
|
|
1311
|
+
"circle-dashed-letter-q",
|
|
1312
|
+
"circle-dashed-letter-r",
|
|
1313
|
+
"circle-dashed-letter-s",
|
|
1314
|
+
"circle-dashed-letter-t",
|
|
1315
|
+
"circle-dashed-letter-u",
|
|
1316
|
+
"circle-dashed-letter-v",
|
|
1317
|
+
"circle-dashed-letter-w",
|
|
1318
|
+
"circle-dashed-letter-x",
|
|
1319
|
+
"circle-dashed-letter-y",
|
|
1320
|
+
"circle-dashed-letter-z",
|
|
1321
|
+
"circle-dashed-minus",
|
|
1322
|
+
"circle-dashed-number-0",
|
|
1323
|
+
"circle-dashed-number-1",
|
|
1324
|
+
"circle-dashed-number-2",
|
|
1325
|
+
"circle-dashed-number-3",
|
|
1326
|
+
"circle-dashed-number-4",
|
|
1327
|
+
"circle-dashed-number-5",
|
|
1328
|
+
"circle-dashed-number-6",
|
|
1329
|
+
"circle-dashed-number-7",
|
|
1330
|
+
"circle-dashed-number-8",
|
|
1331
|
+
"circle-dashed-number-9",
|
|
1332
|
+
"circle-dashed-percentage",
|
|
1333
|
+
"circle-dashed-plus",
|
|
1334
|
+
"circle-dashed-x",
|
|
1335
|
+
"circle-dot",
|
|
1336
|
+
"circle-dotted",
|
|
1337
|
+
"circle-dotted-letter-a",
|
|
1338
|
+
"circle-dotted-letter-b",
|
|
1339
|
+
"circle-dotted-letter-c",
|
|
1340
|
+
"circle-dotted-letter-d",
|
|
1341
|
+
"circle-dotted-letter-e",
|
|
1342
|
+
"circle-dotted-letter-f",
|
|
1343
|
+
"circle-dotted-letter-g",
|
|
1344
|
+
"circle-dotted-letter-h",
|
|
1345
|
+
"circle-dotted-letter-i",
|
|
1346
|
+
"circle-dotted-letter-j",
|
|
1347
|
+
"circle-dotted-letter-k",
|
|
1348
|
+
"circle-dotted-letter-l",
|
|
1349
|
+
"circle-dotted-letter-m",
|
|
1350
|
+
"circle-dotted-letter-n",
|
|
1351
|
+
"circle-dotted-letter-o",
|
|
1352
|
+
"circle-dotted-letter-p",
|
|
1353
|
+
"circle-dotted-letter-q",
|
|
1354
|
+
"circle-dotted-letter-r",
|
|
1355
|
+
"circle-dotted-letter-s",
|
|
1356
|
+
"circle-dotted-letter-t",
|
|
1357
|
+
"circle-dotted-letter-u",
|
|
1358
|
+
"circle-dotted-letter-v",
|
|
1359
|
+
"circle-dotted-letter-w",
|
|
1360
|
+
"circle-dotted-letter-x",
|
|
1361
|
+
"circle-dotted-letter-y",
|
|
1362
|
+
"circle-dotted-letter-z",
|
|
1363
|
+
"circle-half",
|
|
1364
|
+
"circle-half-2",
|
|
1365
|
+
"circle-half-vertical",
|
|
1366
|
+
"circle-key",
|
|
1367
|
+
"circle-letter-a",
|
|
1368
|
+
"circle-letter-b",
|
|
1369
|
+
"circle-letter-c",
|
|
1370
|
+
"circle-letter-d",
|
|
1371
|
+
"circle-letter-e",
|
|
1372
|
+
"circle-letter-f",
|
|
1373
|
+
"circle-letter-g",
|
|
1374
|
+
"circle-letter-h",
|
|
1375
|
+
"circle-letter-i",
|
|
1376
|
+
"circle-letter-j",
|
|
1377
|
+
"circle-letter-k",
|
|
1378
|
+
"circle-letter-l",
|
|
1379
|
+
"circle-letter-m",
|
|
1380
|
+
"circle-letter-n",
|
|
1381
|
+
"circle-letter-o",
|
|
1382
|
+
"circle-letter-p",
|
|
1383
|
+
"circle-letter-q",
|
|
1384
|
+
"circle-letter-r",
|
|
1385
|
+
"circle-letter-s",
|
|
1386
|
+
"circle-letter-t",
|
|
1387
|
+
"circle-letter-u",
|
|
1388
|
+
"circle-letter-v",
|
|
1389
|
+
"circle-letter-w",
|
|
1390
|
+
"circle-letter-x",
|
|
1391
|
+
"circle-letter-y",
|
|
1392
|
+
"circle-letter-z",
|
|
1393
|
+
"circle-minus",
|
|
1394
|
+
"circle-minus-2",
|
|
1395
|
+
"circle-number-0",
|
|
1396
|
+
"circle-number-1",
|
|
1397
|
+
"circle-number-2",
|
|
1398
|
+
"circle-number-3",
|
|
1399
|
+
"circle-number-4",
|
|
1400
|
+
"circle-number-5",
|
|
1401
|
+
"circle-number-6",
|
|
1402
|
+
"circle-number-7",
|
|
1403
|
+
"circle-number-8",
|
|
1404
|
+
"circle-number-9",
|
|
1405
|
+
"circle-off",
|
|
1406
|
+
"circle-percentage",
|
|
1407
|
+
"circle-plus",
|
|
1408
|
+
"circle-plus-2",
|
|
1409
|
+
"circle-rectangle",
|
|
1410
|
+
"circle-rectangle-off",
|
|
1411
|
+
"circle-square",
|
|
1412
|
+
"circle-triangle",
|
|
1413
|
+
"circle-x",
|
|
1414
|
+
"circles",
|
|
1415
|
+
"circles-relation",
|
|
1416
|
+
"circuit-ammeter",
|
|
1417
|
+
"circuit-battery",
|
|
1418
|
+
"circuit-bulb",
|
|
1419
|
+
"circuit-capacitor",
|
|
1420
|
+
"circuit-capacitor-polarized",
|
|
1421
|
+
"circuit-cell",
|
|
1422
|
+
"circuit-cell-plus",
|
|
1423
|
+
"circuit-changeover",
|
|
1424
|
+
"circuit-diode",
|
|
1425
|
+
"circuit-diode-zener",
|
|
1426
|
+
"circuit-ground",
|
|
1427
|
+
"circuit-ground-digital",
|
|
1428
|
+
"circuit-inductor",
|
|
1429
|
+
"circuit-motor",
|
|
1430
|
+
"circuit-pushbutton",
|
|
1431
|
+
"circuit-resistor",
|
|
1432
|
+
"circuit-switch-closed",
|
|
1433
|
+
"circuit-switch-open",
|
|
1434
|
+
"circuit-voltmeter",
|
|
1435
|
+
"clear-all",
|
|
1436
|
+
"clear-formatting",
|
|
1437
|
+
"click",
|
|
1438
|
+
"cliff-jumping",
|
|
1439
|
+
"clipboard",
|
|
1440
|
+
"clipboard-check",
|
|
1441
|
+
"clipboard-copy",
|
|
1442
|
+
"clipboard-data",
|
|
1443
|
+
"clipboard-heart",
|
|
1444
|
+
"clipboard-list",
|
|
1445
|
+
"clipboard-off",
|
|
1446
|
+
"clipboard-plus",
|
|
1447
|
+
"clipboard-smile",
|
|
1448
|
+
"clipboard-text",
|
|
1449
|
+
"clipboard-typography",
|
|
1450
|
+
"clipboard-x",
|
|
1451
|
+
"clock",
|
|
1452
|
+
"clock-12",
|
|
1453
|
+
"clock-2",
|
|
1454
|
+
"clock-24",
|
|
1455
|
+
"clock-bitcoin",
|
|
1456
|
+
"clock-bolt",
|
|
1457
|
+
"clock-cancel",
|
|
1458
|
+
"clock-check",
|
|
1459
|
+
"clock-code",
|
|
1460
|
+
"clock-cog",
|
|
1461
|
+
"clock-dollar",
|
|
1462
|
+
"clock-down",
|
|
1463
|
+
"clock-edit",
|
|
1464
|
+
"clock-exclamation",
|
|
1465
|
+
"clock-heart",
|
|
1466
|
+
"clock-hour-1",
|
|
1467
|
+
"clock-hour-10",
|
|
1468
|
+
"clock-hour-11",
|
|
1469
|
+
"clock-hour-12",
|
|
1470
|
+
"clock-hour-2",
|
|
1471
|
+
"clock-hour-3",
|
|
1472
|
+
"clock-hour-4",
|
|
1473
|
+
"clock-hour-5",
|
|
1474
|
+
"clock-hour-6",
|
|
1475
|
+
"clock-hour-7",
|
|
1476
|
+
"clock-hour-8",
|
|
1477
|
+
"clock-hour-9",
|
|
1478
|
+
"clock-minus",
|
|
1479
|
+
"clock-off",
|
|
1480
|
+
"clock-pause",
|
|
1481
|
+
"clock-pin",
|
|
1482
|
+
"clock-play",
|
|
1483
|
+
"clock-plus",
|
|
1484
|
+
"clock-question",
|
|
1485
|
+
"clock-record",
|
|
1486
|
+
"clock-search",
|
|
1487
|
+
"clock-share",
|
|
1488
|
+
"clock-shield",
|
|
1489
|
+
"clock-star",
|
|
1490
|
+
"clock-stop",
|
|
1491
|
+
"clock-up",
|
|
1492
|
+
"clock-x",
|
|
1493
|
+
"clothes-rack",
|
|
1494
|
+
"clothes-rack-off",
|
|
1495
|
+
"cloud",
|
|
1496
|
+
"cloud-bitcoin",
|
|
1497
|
+
"cloud-bolt",
|
|
1498
|
+
"cloud-cancel",
|
|
1499
|
+
"cloud-check",
|
|
1500
|
+
"cloud-code",
|
|
1501
|
+
"cloud-cog",
|
|
1502
|
+
"cloud-computing",
|
|
1503
|
+
"cloud-data-connection",
|
|
1504
|
+
"cloud-dollar",
|
|
1505
|
+
"cloud-down",
|
|
1506
|
+
"cloud-download",
|
|
1507
|
+
"cloud-exclamation",
|
|
1508
|
+
"cloud-fog",
|
|
1509
|
+
"cloud-heart",
|
|
1510
|
+
"cloud-lock",
|
|
1511
|
+
"cloud-lock-open",
|
|
1512
|
+
"cloud-minus",
|
|
1513
|
+
"cloud-network",
|
|
1514
|
+
"cloud-off",
|
|
1515
|
+
"cloud-pause",
|
|
1516
|
+
"cloud-pin",
|
|
1517
|
+
"cloud-plus",
|
|
1518
|
+
"cloud-question",
|
|
1519
|
+
"cloud-rain",
|
|
1520
|
+
"cloud-search",
|
|
1521
|
+
"cloud-share",
|
|
1522
|
+
"cloud-snow",
|
|
1523
|
+
"cloud-star",
|
|
1524
|
+
"cloud-storm",
|
|
1525
|
+
"cloud-up",
|
|
1526
|
+
"cloud-upload",
|
|
1527
|
+
"cloud-x",
|
|
1528
|
+
"clover",
|
|
1529
|
+
"clover-2",
|
|
1530
|
+
"clubs",
|
|
1531
|
+
"code",
|
|
1532
|
+
"code-asterisk",
|
|
1533
|
+
"code-circle",
|
|
1534
|
+
"code-circle-2",
|
|
1535
|
+
"code-dots",
|
|
1536
|
+
"code-minus",
|
|
1537
|
+
"code-off",
|
|
1538
|
+
"code-plus",
|
|
1539
|
+
"coffee",
|
|
1540
|
+
"coffee-off",
|
|
1541
|
+
"coffin",
|
|
1542
|
+
"coin",
|
|
1543
|
+
"coin-bitcoin",
|
|
1544
|
+
"coin-euro",
|
|
1545
|
+
"coin-monero",
|
|
1546
|
+
"coin-off",
|
|
1547
|
+
"coin-pound",
|
|
1548
|
+
"coin-rupee",
|
|
1549
|
+
"coin-taka",
|
|
1550
|
+
"coin-yen",
|
|
1551
|
+
"coin-yuan",
|
|
1552
|
+
"coins",
|
|
1553
|
+
"color-filter",
|
|
1554
|
+
"color-picker",
|
|
1555
|
+
"color-picker-off",
|
|
1556
|
+
"color-swatch",
|
|
1557
|
+
"color-swatch-off",
|
|
1558
|
+
"column-insert-left",
|
|
1559
|
+
"column-insert-right",
|
|
1560
|
+
"column-remove",
|
|
1561
|
+
"columns",
|
|
1562
|
+
"columns-1",
|
|
1563
|
+
"columns-2",
|
|
1564
|
+
"columns-3",
|
|
1565
|
+
"columns-off",
|
|
1566
|
+
"comet",
|
|
1567
|
+
"command",
|
|
1568
|
+
"command-off",
|
|
1569
|
+
"compass",
|
|
1570
|
+
"compass-off",
|
|
1571
|
+
"components",
|
|
1572
|
+
"components-off",
|
|
1573
|
+
"cone",
|
|
1574
|
+
"cone-2",
|
|
1575
|
+
"cone-off",
|
|
1576
|
+
"cone-plus",
|
|
1577
|
+
"confetti",
|
|
1578
|
+
"confetti-off",
|
|
1579
|
+
"confucius",
|
|
1580
|
+
"congruent-to",
|
|
1581
|
+
"container",
|
|
1582
|
+
"container-off",
|
|
1583
|
+
"contract",
|
|
1584
|
+
"contrast",
|
|
1585
|
+
"contrast-2",
|
|
1586
|
+
"contrast-2-off",
|
|
1587
|
+
"contrast-off",
|
|
1588
|
+
"cooker",
|
|
1589
|
+
"cookie",
|
|
1590
|
+
"cookie-man",
|
|
1591
|
+
"cookie-off",
|
|
1592
|
+
"copy",
|
|
1593
|
+
"copy-check",
|
|
1594
|
+
"copy-minus",
|
|
1595
|
+
"copy-off",
|
|
1596
|
+
"copy-plus",
|
|
1597
|
+
"copy-x",
|
|
1598
|
+
"copyleft",
|
|
1599
|
+
"copyleft-off",
|
|
1600
|
+
"copyright",
|
|
1601
|
+
"copyright-off",
|
|
1602
|
+
"corner-down-left",
|
|
1603
|
+
"corner-down-left-double",
|
|
1604
|
+
"corner-down-right",
|
|
1605
|
+
"corner-down-right-double",
|
|
1606
|
+
"corner-left-down",
|
|
1607
|
+
"corner-left-down-double",
|
|
1608
|
+
"corner-left-up",
|
|
1609
|
+
"corner-left-up-double",
|
|
1610
|
+
"corner-right-down",
|
|
1611
|
+
"corner-right-down-double",
|
|
1612
|
+
"corner-right-up",
|
|
1613
|
+
"corner-right-up-double",
|
|
1614
|
+
"corner-up-left",
|
|
1615
|
+
"corner-up-left-double",
|
|
1616
|
+
"corner-up-right",
|
|
1617
|
+
"corner-up-right-double",
|
|
1618
|
+
"cpu",
|
|
1619
|
+
"cpu-2",
|
|
1620
|
+
"cpu-off",
|
|
1621
|
+
"crane",
|
|
1622
|
+
"crane-off",
|
|
1623
|
+
"creative-commons",
|
|
1624
|
+
"creative-commons-by",
|
|
1625
|
+
"creative-commons-nc",
|
|
1626
|
+
"creative-commons-nd",
|
|
1627
|
+
"creative-commons-off",
|
|
1628
|
+
"creative-commons-sa",
|
|
1629
|
+
"creative-commons-zero",
|
|
1630
|
+
"credit-card",
|
|
1631
|
+
"credit-card-off",
|
|
1632
|
+
"credit-card-pay",
|
|
1633
|
+
"credit-card-refund",
|
|
1634
|
+
"cricket",
|
|
1635
|
+
"crop",
|
|
1636
|
+
"crop-1-1",
|
|
1637
|
+
"crop-16-9",
|
|
1638
|
+
"crop-3-2",
|
|
1639
|
+
"crop-5-4",
|
|
1640
|
+
"crop-7-5",
|
|
1641
|
+
"crop-landscape",
|
|
1642
|
+
"crop-portrait",
|
|
1643
|
+
"cross",
|
|
1644
|
+
"cross-off",
|
|
1645
|
+
"crosshair",
|
|
1646
|
+
"crown",
|
|
1647
|
+
"crown-off",
|
|
1648
|
+
"crutches",
|
|
1649
|
+
"crutches-off",
|
|
1650
|
+
"crystal-ball",
|
|
1651
|
+
"csv",
|
|
1652
|
+
"cube",
|
|
1653
|
+
"cube-3d-sphere",
|
|
1654
|
+
"cube-3d-sphere-off",
|
|
1655
|
+
"cube-off",
|
|
1656
|
+
"cube-plus",
|
|
1657
|
+
"cube-send",
|
|
1658
|
+
"cube-spark",
|
|
1659
|
+
"cube-unfolded",
|
|
1660
|
+
"cup",
|
|
1661
|
+
"cup-off",
|
|
1662
|
+
"curling",
|
|
1663
|
+
"curly-loop",
|
|
1664
|
+
"currency",
|
|
1665
|
+
"currency-afghani",
|
|
1666
|
+
"currency-bahraini",
|
|
1667
|
+
"currency-baht",
|
|
1668
|
+
"currency-bitcoin",
|
|
1669
|
+
"currency-cent",
|
|
1670
|
+
"currency-dinar",
|
|
1671
|
+
"currency-dirham",
|
|
1672
|
+
"currency-dogecoin",
|
|
1673
|
+
"currency-dollar",
|
|
1674
|
+
"currency-dollar-australian",
|
|
1675
|
+
"currency-dollar-brunei",
|
|
1676
|
+
"currency-dollar-canadian",
|
|
1677
|
+
"currency-dollar-guyanese",
|
|
1678
|
+
"currency-dollar-off",
|
|
1679
|
+
"currency-dollar-singapore",
|
|
1680
|
+
"currency-dollar-zimbabwean",
|
|
1681
|
+
"currency-dong",
|
|
1682
|
+
"currency-dram",
|
|
1683
|
+
"currency-ethereum",
|
|
1684
|
+
"currency-euro",
|
|
1685
|
+
"currency-euro-off",
|
|
1686
|
+
"currency-florin",
|
|
1687
|
+
"currency-forint",
|
|
1688
|
+
"currency-frank",
|
|
1689
|
+
"currency-guarani",
|
|
1690
|
+
"currency-hryvnia",
|
|
1691
|
+
"currency-iranian-rial",
|
|
1692
|
+
"currency-kip",
|
|
1693
|
+
"currency-krone-czech",
|
|
1694
|
+
"currency-krone-danish",
|
|
1695
|
+
"currency-krone-swedish",
|
|
1696
|
+
"currency-lari",
|
|
1697
|
+
"currency-leu",
|
|
1698
|
+
"currency-lira",
|
|
1699
|
+
"currency-litecoin",
|
|
1700
|
+
"currency-lyd",
|
|
1701
|
+
"currency-manat",
|
|
1702
|
+
"currency-monero",
|
|
1703
|
+
"currency-naira",
|
|
1704
|
+
"currency-nano",
|
|
1705
|
+
"currency-off",
|
|
1706
|
+
"currency-paanga",
|
|
1707
|
+
"currency-peso",
|
|
1708
|
+
"currency-pound",
|
|
1709
|
+
"currency-pound-off",
|
|
1710
|
+
"currency-quetzal",
|
|
1711
|
+
"currency-real",
|
|
1712
|
+
"currency-renminbi",
|
|
1713
|
+
"currency-ripple",
|
|
1714
|
+
"currency-riyal",
|
|
1715
|
+
"currency-rubel",
|
|
1716
|
+
"currency-rufiyaa",
|
|
1717
|
+
"currency-rupee",
|
|
1718
|
+
"currency-rupee-nepalese",
|
|
1719
|
+
"currency-shekel",
|
|
1720
|
+
"currency-solana",
|
|
1721
|
+
"currency-som",
|
|
1722
|
+
"currency-taka",
|
|
1723
|
+
"currency-tenge",
|
|
1724
|
+
"currency-tugrik",
|
|
1725
|
+
"currency-won",
|
|
1726
|
+
"currency-xrp",
|
|
1727
|
+
"currency-yen",
|
|
1728
|
+
"currency-yen-off",
|
|
1729
|
+
"currency-yuan",
|
|
1730
|
+
"currency-zloty",
|
|
1731
|
+
"current-location",
|
|
1732
|
+
"current-location-off",
|
|
1733
|
+
"cursor-off",
|
|
1734
|
+
"cursor-text",
|
|
1735
|
+
"cut",
|
|
1736
|
+
"cylinder",
|
|
1737
|
+
"cylinder-off",
|
|
1738
|
+
"cylinder-plus",
|
|
1739
|
+
"dashboard",
|
|
1740
|
+
"dashboard-off",
|
|
1741
|
+
"database",
|
|
1742
|
+
"database-cog",
|
|
1743
|
+
"database-dollar",
|
|
1744
|
+
"database-edit",
|
|
1745
|
+
"database-exclamation",
|
|
1746
|
+
"database-export",
|
|
1747
|
+
"database-heart",
|
|
1748
|
+
"database-import",
|
|
1749
|
+
"database-leak",
|
|
1750
|
+
"database-minus",
|
|
1751
|
+
"database-off",
|
|
1752
|
+
"database-plus",
|
|
1753
|
+
"database-search",
|
|
1754
|
+
"database-share",
|
|
1755
|
+
"database-smile",
|
|
1756
|
+
"database-star",
|
|
1757
|
+
"database-x",
|
|
1758
|
+
"decimal",
|
|
1759
|
+
"deer",
|
|
1760
|
+
"delta",
|
|
1761
|
+
"dental",
|
|
1762
|
+
"dental-broken",
|
|
1763
|
+
"dental-off",
|
|
1764
|
+
"deselect",
|
|
1765
|
+
"desk",
|
|
1766
|
+
"details",
|
|
1767
|
+
"details-off",
|
|
1768
|
+
"device-airpods",
|
|
1769
|
+
"device-airpods-case",
|
|
1770
|
+
"device-airtag",
|
|
1771
|
+
"device-analytics",
|
|
1772
|
+
"device-audio-tape",
|
|
1773
|
+
"device-camera-phone",
|
|
1774
|
+
"device-cctv",
|
|
1775
|
+
"device-cctv-off",
|
|
1776
|
+
"device-computer-camera",
|
|
1777
|
+
"device-computer-camera-off",
|
|
1778
|
+
"device-desktop",
|
|
1779
|
+
"device-desktop-analytics",
|
|
1780
|
+
"device-desktop-bolt",
|
|
1781
|
+
"device-desktop-cancel",
|
|
1782
|
+
"device-desktop-check",
|
|
1783
|
+
"device-desktop-code",
|
|
1784
|
+
"device-desktop-cog",
|
|
1785
|
+
"device-desktop-dollar",
|
|
1786
|
+
"device-desktop-down",
|
|
1787
|
+
"device-desktop-exclamation",
|
|
1788
|
+
"device-desktop-heart",
|
|
1789
|
+
"device-desktop-minus",
|
|
1790
|
+
"device-desktop-off",
|
|
1791
|
+
"device-desktop-pause",
|
|
1792
|
+
"device-desktop-pin",
|
|
1793
|
+
"device-desktop-plus",
|
|
1794
|
+
"device-desktop-question",
|
|
1795
|
+
"device-desktop-search",
|
|
1796
|
+
"device-desktop-share",
|
|
1797
|
+
"device-desktop-star",
|
|
1798
|
+
"device-desktop-up",
|
|
1799
|
+
"device-desktop-x",
|
|
1800
|
+
"device-floppy",
|
|
1801
|
+
"device-gamepad",
|
|
1802
|
+
"device-gamepad-2",
|
|
1803
|
+
"device-gamepad-3",
|
|
1804
|
+
"device-heart-monitor",
|
|
1805
|
+
"device-imac",
|
|
1806
|
+
"device-imac-bolt",
|
|
1807
|
+
"device-imac-cancel",
|
|
1808
|
+
"device-imac-check",
|
|
1809
|
+
"device-imac-code",
|
|
1810
|
+
"device-imac-cog",
|
|
1811
|
+
"device-imac-dollar",
|
|
1812
|
+
"device-imac-down",
|
|
1813
|
+
"device-imac-exclamation",
|
|
1814
|
+
"device-imac-heart",
|
|
1815
|
+
"device-imac-minus",
|
|
1816
|
+
"device-imac-off",
|
|
1817
|
+
"device-imac-pause",
|
|
1818
|
+
"device-imac-pin",
|
|
1819
|
+
"device-imac-plus",
|
|
1820
|
+
"device-imac-question",
|
|
1821
|
+
"device-imac-search",
|
|
1822
|
+
"device-imac-share",
|
|
1823
|
+
"device-imac-star",
|
|
1824
|
+
"device-imac-up",
|
|
1825
|
+
"device-imac-x",
|
|
1826
|
+
"device-ipad",
|
|
1827
|
+
"device-ipad-bolt",
|
|
1828
|
+
"device-ipad-cancel",
|
|
1829
|
+
"device-ipad-check",
|
|
1830
|
+
"device-ipad-code",
|
|
1831
|
+
"device-ipad-cog",
|
|
1832
|
+
"device-ipad-dollar",
|
|
1833
|
+
"device-ipad-down",
|
|
1834
|
+
"device-ipad-exclamation",
|
|
1835
|
+
"device-ipad-heart",
|
|
1836
|
+
"device-ipad-horizontal",
|
|
1837
|
+
"device-ipad-horizontal-bolt",
|
|
1838
|
+
"device-ipad-horizontal-cancel",
|
|
1839
|
+
"device-ipad-horizontal-check",
|
|
1840
|
+
"device-ipad-horizontal-code",
|
|
1841
|
+
"device-ipad-horizontal-cog",
|
|
1842
|
+
"device-ipad-horizontal-dollar",
|
|
1843
|
+
"device-ipad-horizontal-down",
|
|
1844
|
+
"device-ipad-horizontal-exclamation",
|
|
1845
|
+
"device-ipad-horizontal-heart",
|
|
1846
|
+
"device-ipad-horizontal-minus",
|
|
1847
|
+
"device-ipad-horizontal-off",
|
|
1848
|
+
"device-ipad-horizontal-pause",
|
|
1849
|
+
"device-ipad-horizontal-pin",
|
|
1850
|
+
"device-ipad-horizontal-plus",
|
|
1851
|
+
"device-ipad-horizontal-question",
|
|
1852
|
+
"device-ipad-horizontal-search",
|
|
1853
|
+
"device-ipad-horizontal-share",
|
|
1854
|
+
"device-ipad-horizontal-star",
|
|
1855
|
+
"device-ipad-horizontal-up",
|
|
1856
|
+
"device-ipad-horizontal-x",
|
|
1857
|
+
"device-ipad-minus",
|
|
1858
|
+
"device-ipad-off",
|
|
1859
|
+
"device-ipad-pause",
|
|
1860
|
+
"device-ipad-pin",
|
|
1861
|
+
"device-ipad-plus",
|
|
1862
|
+
"device-ipad-question",
|
|
1863
|
+
"device-ipad-search",
|
|
1864
|
+
"device-ipad-share",
|
|
1865
|
+
"device-ipad-star",
|
|
1866
|
+
"device-ipad-up",
|
|
1867
|
+
"device-ipad-x",
|
|
1868
|
+
"device-landline-phone",
|
|
1869
|
+
"device-laptop",
|
|
1870
|
+
"device-laptop-off",
|
|
1871
|
+
"device-mobile",
|
|
1872
|
+
"device-mobile-bolt",
|
|
1873
|
+
"device-mobile-cancel",
|
|
1874
|
+
"device-mobile-charging",
|
|
1875
|
+
"device-mobile-check",
|
|
1876
|
+
"device-mobile-code",
|
|
1877
|
+
"device-mobile-cog",
|
|
1878
|
+
"device-mobile-dollar",
|
|
1879
|
+
"device-mobile-down",
|
|
1880
|
+
"device-mobile-exclamation",
|
|
1881
|
+
"device-mobile-heart",
|
|
1882
|
+
"device-mobile-message",
|
|
1883
|
+
"device-mobile-minus",
|
|
1884
|
+
"device-mobile-off",
|
|
1885
|
+
"device-mobile-pause",
|
|
1886
|
+
"device-mobile-pin",
|
|
1887
|
+
"device-mobile-plus",
|
|
1888
|
+
"device-mobile-question",
|
|
1889
|
+
"device-mobile-rotated",
|
|
1890
|
+
"device-mobile-search",
|
|
1891
|
+
"device-mobile-share",
|
|
1892
|
+
"device-mobile-star",
|
|
1893
|
+
"device-mobile-up",
|
|
1894
|
+
"device-mobile-vibration",
|
|
1895
|
+
"device-mobile-x",
|
|
1896
|
+
"device-nintendo",
|
|
1897
|
+
"device-nintendo-off",
|
|
1898
|
+
"device-projector",
|
|
1899
|
+
"device-remote",
|
|
1900
|
+
"device-sd-card",
|
|
1901
|
+
"device-sim",
|
|
1902
|
+
"device-sim-1",
|
|
1903
|
+
"device-sim-2",
|
|
1904
|
+
"device-sim-3",
|
|
1905
|
+
"device-speaker",
|
|
1906
|
+
"device-speaker-off",
|
|
1907
|
+
"device-tablet",
|
|
1908
|
+
"device-tablet-bolt",
|
|
1909
|
+
"device-tablet-cancel",
|
|
1910
|
+
"device-tablet-check",
|
|
1911
|
+
"device-tablet-code",
|
|
1912
|
+
"device-tablet-cog",
|
|
1913
|
+
"device-tablet-dollar",
|
|
1914
|
+
"device-tablet-down",
|
|
1915
|
+
"device-tablet-exclamation",
|
|
1916
|
+
"device-tablet-heart",
|
|
1917
|
+
"device-tablet-minus",
|
|
1918
|
+
"device-tablet-off",
|
|
1919
|
+
"device-tablet-pause",
|
|
1920
|
+
"device-tablet-pin",
|
|
1921
|
+
"device-tablet-plus",
|
|
1922
|
+
"device-tablet-question",
|
|
1923
|
+
"device-tablet-search",
|
|
1924
|
+
"device-tablet-share",
|
|
1925
|
+
"device-tablet-star",
|
|
1926
|
+
"device-tablet-up",
|
|
1927
|
+
"device-tablet-x",
|
|
1928
|
+
"device-tv",
|
|
1929
|
+
"device-tv-off",
|
|
1930
|
+
"device-tv-old",
|
|
1931
|
+
"device-unknown",
|
|
1932
|
+
"device-usb",
|
|
1933
|
+
"device-vision-pro",
|
|
1934
|
+
"device-watch",
|
|
1935
|
+
"device-watch-bolt",
|
|
1936
|
+
"device-watch-cancel",
|
|
1937
|
+
"device-watch-check",
|
|
1938
|
+
"device-watch-code",
|
|
1939
|
+
"device-watch-cog",
|
|
1940
|
+
"device-watch-dollar",
|
|
1941
|
+
"device-watch-down",
|
|
1942
|
+
"device-watch-exclamation",
|
|
1943
|
+
"device-watch-heart",
|
|
1944
|
+
"device-watch-minus",
|
|
1945
|
+
"device-watch-off",
|
|
1946
|
+
"device-watch-pause",
|
|
1947
|
+
"device-watch-pin",
|
|
1948
|
+
"device-watch-plus",
|
|
1949
|
+
"device-watch-question",
|
|
1950
|
+
"device-watch-search",
|
|
1951
|
+
"device-watch-share",
|
|
1952
|
+
"device-watch-star",
|
|
1953
|
+
"device-watch-stats",
|
|
1954
|
+
"device-watch-stats-2",
|
|
1955
|
+
"device-watch-up",
|
|
1956
|
+
"device-watch-x",
|
|
1957
|
+
"devices",
|
|
1958
|
+
"devices-2",
|
|
1959
|
+
"devices-bolt",
|
|
1960
|
+
"devices-cancel",
|
|
1961
|
+
"devices-check",
|
|
1962
|
+
"devices-code",
|
|
1963
|
+
"devices-cog",
|
|
1964
|
+
"devices-dollar",
|
|
1965
|
+
"devices-down",
|
|
1966
|
+
"devices-exclamation",
|
|
1967
|
+
"devices-heart",
|
|
1968
|
+
"devices-minus",
|
|
1969
|
+
"devices-off",
|
|
1970
|
+
"devices-pause",
|
|
1971
|
+
"devices-pc",
|
|
1972
|
+
"devices-pc-off",
|
|
1973
|
+
"devices-pin",
|
|
1974
|
+
"devices-plus",
|
|
1975
|
+
"devices-question",
|
|
1976
|
+
"devices-search",
|
|
1977
|
+
"devices-share",
|
|
1978
|
+
"devices-star",
|
|
1979
|
+
"devices-up",
|
|
1980
|
+
"devices-x",
|
|
1981
|
+
"diabolo",
|
|
1982
|
+
"diabolo-off",
|
|
1983
|
+
"diabolo-plus",
|
|
1984
|
+
"dialpad",
|
|
1985
|
+
"dialpad-off",
|
|
1986
|
+
"diamond",
|
|
1987
|
+
"diamond-off",
|
|
1988
|
+
"diamonds",
|
|
1989
|
+
"diaper",
|
|
1990
|
+
"dice",
|
|
1991
|
+
"dice-1",
|
|
1992
|
+
"dice-2",
|
|
1993
|
+
"dice-3",
|
|
1994
|
+
"dice-4",
|
|
1995
|
+
"dice-5",
|
|
1996
|
+
"dice-6",
|
|
1997
|
+
"dimensions",
|
|
1998
|
+
"direction",
|
|
1999
|
+
"direction-arrows",
|
|
2000
|
+
"direction-horizontal",
|
|
2001
|
+
"direction-sign",
|
|
2002
|
+
"direction-sign-off",
|
|
2003
|
+
"directions",
|
|
2004
|
+
"directions-off",
|
|
2005
|
+
"disabled",
|
|
2006
|
+
"disabled-2",
|
|
2007
|
+
"disabled-off",
|
|
2008
|
+
"disc",
|
|
2009
|
+
"disc-golf",
|
|
2010
|
+
"disc-off",
|
|
2011
|
+
"discount",
|
|
2012
|
+
"discount-off",
|
|
2013
|
+
"divide",
|
|
2014
|
+
"dna",
|
|
2015
|
+
"dna-2",
|
|
2016
|
+
"dna-2-off",
|
|
2017
|
+
"dna-off",
|
|
2018
|
+
"dog",
|
|
2019
|
+
"dog-bowl",
|
|
2020
|
+
"door",
|
|
2021
|
+
"door-enter",
|
|
2022
|
+
"door-exit",
|
|
2023
|
+
"door-off",
|
|
2024
|
+
"dots",
|
|
2025
|
+
"dots-circle-horizontal",
|
|
2026
|
+
"dots-diagonal",
|
|
2027
|
+
"dots-diagonal-2",
|
|
2028
|
+
"dots-vertical",
|
|
2029
|
+
"download",
|
|
2030
|
+
"download-off",
|
|
2031
|
+
"drag-drop",
|
|
2032
|
+
"drag-drop-2",
|
|
2033
|
+
"drone",
|
|
2034
|
+
"drone-off",
|
|
2035
|
+
"drop-circle",
|
|
2036
|
+
"droplet",
|
|
2037
|
+
"droplet-bolt",
|
|
2038
|
+
"droplet-cancel",
|
|
2039
|
+
"droplet-check",
|
|
2040
|
+
"droplet-code",
|
|
2041
|
+
"droplet-cog",
|
|
2042
|
+
"droplet-dollar",
|
|
2043
|
+
"droplet-down",
|
|
2044
|
+
"droplet-exclamation",
|
|
2045
|
+
"droplet-half",
|
|
2046
|
+
"droplet-half-2",
|
|
2047
|
+
"droplet-heart",
|
|
2048
|
+
"droplet-minus",
|
|
2049
|
+
"droplet-off",
|
|
2050
|
+
"droplet-pause",
|
|
2051
|
+
"droplet-pin",
|
|
2052
|
+
"droplet-plus",
|
|
2053
|
+
"droplet-question",
|
|
2054
|
+
"droplet-search",
|
|
2055
|
+
"droplet-share",
|
|
2056
|
+
"droplet-star",
|
|
2057
|
+
"droplet-up",
|
|
2058
|
+
"droplet-x",
|
|
2059
|
+
"droplets",
|
|
2060
|
+
"dual-screen",
|
|
2061
|
+
"dumpling",
|
|
2062
|
+
"e-passport",
|
|
2063
|
+
"ear",
|
|
2064
|
+
"ear-off",
|
|
2065
|
+
"ear-scan",
|
|
2066
|
+
"ease-in",
|
|
2067
|
+
"ease-in-control-point",
|
|
2068
|
+
"ease-in-out",
|
|
2069
|
+
"ease-in-out-control-points",
|
|
2070
|
+
"ease-out",
|
|
2071
|
+
"ease-out-control-point",
|
|
2072
|
+
"edit",
|
|
2073
|
+
"edit-circle",
|
|
2074
|
+
"edit-circle-off",
|
|
2075
|
+
"edit-off",
|
|
2076
|
+
"egg",
|
|
2077
|
+
"egg-cracked",
|
|
2078
|
+
"egg-fried",
|
|
2079
|
+
"egg-off",
|
|
2080
|
+
"eggs",
|
|
2081
|
+
"elevator",
|
|
2082
|
+
"elevator-off",
|
|
2083
|
+
"emergency-bed",
|
|
2084
|
+
"empathize",
|
|
2085
|
+
"empathize-off",
|
|
2086
|
+
"emphasis",
|
|
2087
|
+
"engine",
|
|
2088
|
+
"engine-off",
|
|
2089
|
+
"equal",
|
|
2090
|
+
"equal-double",
|
|
2091
|
+
"equal-not",
|
|
2092
|
+
"eraser",
|
|
2093
|
+
"eraser-off",
|
|
2094
|
+
"error-404",
|
|
2095
|
+
"error-404-off",
|
|
2096
|
+
"escalator",
|
|
2097
|
+
"escalator-down",
|
|
2098
|
+
"escalator-up",
|
|
2099
|
+
"exchange",
|
|
2100
|
+
"exchange-off",
|
|
2101
|
+
"exclamation-circle",
|
|
2102
|
+
"exclamation-mark",
|
|
2103
|
+
"exclamation-mark-off",
|
|
2104
|
+
"explicit",
|
|
2105
|
+
"explicit-off",
|
|
2106
|
+
"exposure",
|
|
2107
|
+
"exposure-0",
|
|
2108
|
+
"exposure-minus-1",
|
|
2109
|
+
"exposure-minus-2",
|
|
2110
|
+
"exposure-off",
|
|
2111
|
+
"exposure-plus-1",
|
|
2112
|
+
"exposure-plus-2",
|
|
2113
|
+
"external-link",
|
|
2114
|
+
"external-link-off",
|
|
2115
|
+
"eye",
|
|
2116
|
+
"eye-bitcoin",
|
|
2117
|
+
"eye-bolt",
|
|
2118
|
+
"eye-cancel",
|
|
2119
|
+
"eye-check",
|
|
2120
|
+
"eye-closed",
|
|
2121
|
+
"eye-code",
|
|
2122
|
+
"eye-cog",
|
|
2123
|
+
"eye-discount",
|
|
2124
|
+
"eye-dollar",
|
|
2125
|
+
"eye-dotted",
|
|
2126
|
+
"eye-down",
|
|
2127
|
+
"eye-edit",
|
|
2128
|
+
"eye-exclamation",
|
|
2129
|
+
"eye-heart",
|
|
2130
|
+
"eye-minus",
|
|
2131
|
+
"eye-off",
|
|
2132
|
+
"eye-pause",
|
|
2133
|
+
"eye-pin",
|
|
2134
|
+
"eye-plus",
|
|
2135
|
+
"eye-question",
|
|
2136
|
+
"eye-search",
|
|
2137
|
+
"eye-share",
|
|
2138
|
+
"eye-spark",
|
|
2139
|
+
"eye-star",
|
|
2140
|
+
"eye-table",
|
|
2141
|
+
"eye-up",
|
|
2142
|
+
"eye-x",
|
|
2143
|
+
"eyeglass",
|
|
2144
|
+
"eyeglass-2",
|
|
2145
|
+
"eyeglass-off",
|
|
2146
|
+
"face-id",
|
|
2147
|
+
"face-id-error",
|
|
2148
|
+
"face-mask",
|
|
2149
|
+
"face-mask-off",
|
|
2150
|
+
"fall",
|
|
2151
|
+
"favicon",
|
|
2152
|
+
"feather",
|
|
2153
|
+
"feather-off",
|
|
2154
|
+
"fence",
|
|
2155
|
+
"fence-off",
|
|
2156
|
+
"fidget-spinner",
|
|
2157
|
+
"file",
|
|
2158
|
+
"file-3d",
|
|
2159
|
+
"file-ai",
|
|
2160
|
+
"file-alert",
|
|
2161
|
+
"file-analytics",
|
|
2162
|
+
"file-arrow-left",
|
|
2163
|
+
"file-arrow-right",
|
|
2164
|
+
"file-barcode",
|
|
2165
|
+
"file-bitcoin",
|
|
2166
|
+
"file-broken",
|
|
2167
|
+
"file-certificate",
|
|
2168
|
+
"file-chart",
|
|
2169
|
+
"file-check",
|
|
2170
|
+
"file-code",
|
|
2171
|
+
"file-code-2",
|
|
2172
|
+
"file-cv",
|
|
2173
|
+
"file-database",
|
|
2174
|
+
"file-delta",
|
|
2175
|
+
"file-description",
|
|
2176
|
+
"file-diff",
|
|
2177
|
+
"file-digit",
|
|
2178
|
+
"file-dislike",
|
|
2179
|
+
"file-dollar",
|
|
2180
|
+
"file-dots",
|
|
2181
|
+
"file-download",
|
|
2182
|
+
"file-euro",
|
|
2183
|
+
"file-excel",
|
|
2184
|
+
"file-export",
|
|
2185
|
+
"file-function",
|
|
2186
|
+
"file-horizontal",
|
|
2187
|
+
"file-import",
|
|
2188
|
+
"file-infinity",
|
|
2189
|
+
"file-info",
|
|
2190
|
+
"file-invoice",
|
|
2191
|
+
"file-isr",
|
|
2192
|
+
"file-lambda",
|
|
2193
|
+
"file-like",
|
|
2194
|
+
"file-minus",
|
|
2195
|
+
"file-music",
|
|
2196
|
+
"file-neutral",
|
|
2197
|
+
"file-off",
|
|
2198
|
+
"file-orientation",
|
|
2199
|
+
"file-pencil",
|
|
2200
|
+
"file-percent",
|
|
2201
|
+
"file-phone",
|
|
2202
|
+
"file-plus",
|
|
2203
|
+
"file-power",
|
|
2204
|
+
"file-report",
|
|
2205
|
+
"file-rss",
|
|
2206
|
+
"file-sad",
|
|
2207
|
+
"file-scissors",
|
|
2208
|
+
"file-search",
|
|
2209
|
+
"file-settings",
|
|
2210
|
+
"file-shredder",
|
|
2211
|
+
"file-signal",
|
|
2212
|
+
"file-smile",
|
|
2213
|
+
"file-spark",
|
|
2214
|
+
"file-spreadsheet",
|
|
2215
|
+
"file-stack",
|
|
2216
|
+
"file-star",
|
|
2217
|
+
"file-symlink",
|
|
2218
|
+
"file-text",
|
|
2219
|
+
"file-text-ai",
|
|
2220
|
+
"file-text-spark",
|
|
2221
|
+
"file-time",
|
|
2222
|
+
"file-type-bmp",
|
|
2223
|
+
"file-type-css",
|
|
2224
|
+
"file-type-csv",
|
|
2225
|
+
"file-type-doc",
|
|
2226
|
+
"file-type-docx",
|
|
2227
|
+
"file-type-html",
|
|
2228
|
+
"file-type-jpg",
|
|
2229
|
+
"file-type-js",
|
|
2230
|
+
"file-type-jsx",
|
|
2231
|
+
"file-type-pdf",
|
|
2232
|
+
"file-type-php",
|
|
2233
|
+
"file-type-png",
|
|
2234
|
+
"file-type-ppt",
|
|
2235
|
+
"file-type-rs",
|
|
2236
|
+
"file-type-sql",
|
|
2237
|
+
"file-type-svg",
|
|
2238
|
+
"file-type-ts",
|
|
2239
|
+
"file-type-tsx",
|
|
2240
|
+
"file-type-txt",
|
|
2241
|
+
"file-type-vue",
|
|
2242
|
+
"file-type-xls",
|
|
2243
|
+
"file-type-xml",
|
|
2244
|
+
"file-type-zip",
|
|
2245
|
+
"file-typography",
|
|
2246
|
+
"file-unknown",
|
|
2247
|
+
"file-upload",
|
|
2248
|
+
"file-vector",
|
|
2249
|
+
"file-word",
|
|
2250
|
+
"file-x",
|
|
2251
|
+
"file-zip",
|
|
2252
|
+
"files",
|
|
2253
|
+
"files-off",
|
|
2254
|
+
"filter",
|
|
2255
|
+
"filter-bolt",
|
|
2256
|
+
"filter-cancel",
|
|
2257
|
+
"filter-check",
|
|
2258
|
+
"filter-code",
|
|
2259
|
+
"filter-cog",
|
|
2260
|
+
"filter-discount",
|
|
2261
|
+
"filter-dollar",
|
|
2262
|
+
"filter-down",
|
|
2263
|
+
"filter-edit",
|
|
2264
|
+
"filter-exclamation",
|
|
2265
|
+
"filter-heart",
|
|
2266
|
+
"filter-minus",
|
|
2267
|
+
"filter-off",
|
|
2268
|
+
"filter-pause",
|
|
2269
|
+
"filter-pin",
|
|
2270
|
+
"filter-plus",
|
|
2271
|
+
"filter-question",
|
|
2272
|
+
"filter-search",
|
|
2273
|
+
"filter-share",
|
|
2274
|
+
"filter-star",
|
|
2275
|
+
"filter-up",
|
|
2276
|
+
"filter-x",
|
|
2277
|
+
"filters",
|
|
2278
|
+
"fingerprint",
|
|
2279
|
+
"fingerprint-off",
|
|
2280
|
+
"fingerprint-scan",
|
|
2281
|
+
"fire-extinguisher",
|
|
2282
|
+
"fire-hydrant",
|
|
2283
|
+
"fire-hydrant-off",
|
|
2284
|
+
"firetruck",
|
|
2285
|
+
"first-aid-kit",
|
|
2286
|
+
"first-aid-kit-off",
|
|
2287
|
+
"fish",
|
|
2288
|
+
"fish-bone",
|
|
2289
|
+
"fish-christianity",
|
|
2290
|
+
"fish-hook",
|
|
2291
|
+
"fish-hook-off",
|
|
2292
|
+
"fish-off",
|
|
2293
|
+
"flag",
|
|
2294
|
+
"flag-2",
|
|
2295
|
+
"flag-2-off",
|
|
2296
|
+
"flag-3",
|
|
2297
|
+
"flag-bitcoin",
|
|
2298
|
+
"flag-bolt",
|
|
2299
|
+
"flag-cancel",
|
|
2300
|
+
"flag-check",
|
|
2301
|
+
"flag-code",
|
|
2302
|
+
"flag-cog",
|
|
2303
|
+
"flag-discount",
|
|
2304
|
+
"flag-dollar",
|
|
2305
|
+
"flag-down",
|
|
2306
|
+
"flag-exclamation",
|
|
2307
|
+
"flag-heart",
|
|
2308
|
+
"flag-minus",
|
|
2309
|
+
"flag-off",
|
|
2310
|
+
"flag-pause",
|
|
2311
|
+
"flag-pin",
|
|
2312
|
+
"flag-plus",
|
|
2313
|
+
"flag-question",
|
|
2314
|
+
"flag-search",
|
|
2315
|
+
"flag-share",
|
|
2316
|
+
"flag-spark",
|
|
2317
|
+
"flag-star",
|
|
2318
|
+
"flag-up",
|
|
2319
|
+
"flag-x",
|
|
2320
|
+
"flame",
|
|
2321
|
+
"flame-off",
|
|
2322
|
+
"flare",
|
|
2323
|
+
"flask",
|
|
2324
|
+
"flask-2",
|
|
2325
|
+
"flask-2-off",
|
|
2326
|
+
"flask-off",
|
|
2327
|
+
"flip-flops",
|
|
2328
|
+
"flip-horizontal",
|
|
2329
|
+
"flip-vertical",
|
|
2330
|
+
"float-center",
|
|
2331
|
+
"float-left",
|
|
2332
|
+
"float-none",
|
|
2333
|
+
"float-right",
|
|
2334
|
+
"flower",
|
|
2335
|
+
"flower-off",
|
|
2336
|
+
"focus",
|
|
2337
|
+
"focus-2",
|
|
2338
|
+
"focus-auto",
|
|
2339
|
+
"focus-centered",
|
|
2340
|
+
"fold",
|
|
2341
|
+
"fold-down",
|
|
2342
|
+
"fold-up",
|
|
2343
|
+
"folder",
|
|
2344
|
+
"folder-bolt",
|
|
2345
|
+
"folder-cancel",
|
|
2346
|
+
"folder-check",
|
|
2347
|
+
"folder-code",
|
|
2348
|
+
"folder-cog",
|
|
2349
|
+
"folder-dollar",
|
|
2350
|
+
"folder-down",
|
|
2351
|
+
"folder-exclamation",
|
|
2352
|
+
"folder-heart",
|
|
2353
|
+
"folder-minus",
|
|
2354
|
+
"folder-off",
|
|
2355
|
+
"folder-open",
|
|
2356
|
+
"folder-pause",
|
|
2357
|
+
"folder-pin",
|
|
2358
|
+
"folder-plus",
|
|
2359
|
+
"folder-question",
|
|
2360
|
+
"folder-root",
|
|
2361
|
+
"folder-search",
|
|
2362
|
+
"folder-share",
|
|
2363
|
+
"folder-star",
|
|
2364
|
+
"folder-symlink",
|
|
2365
|
+
"folder-up",
|
|
2366
|
+
"folder-x",
|
|
2367
|
+
"folders",
|
|
2368
|
+
"folders-off",
|
|
2369
|
+
"forbid",
|
|
2370
|
+
"forbid-2",
|
|
2371
|
+
"forklift",
|
|
2372
|
+
"forms",
|
|
2373
|
+
"fountain",
|
|
2374
|
+
"fountain-off",
|
|
2375
|
+
"frame",
|
|
2376
|
+
"frame-off",
|
|
2377
|
+
"free-rights",
|
|
2378
|
+
"freeze-column",
|
|
2379
|
+
"freeze-row",
|
|
2380
|
+
"freeze-row-column",
|
|
2381
|
+
"fridge",
|
|
2382
|
+
"fridge-off",
|
|
2383
|
+
"friends",
|
|
2384
|
+
"friends-off",
|
|
2385
|
+
"frustum",
|
|
2386
|
+
"frustum-off",
|
|
2387
|
+
"frustum-plus",
|
|
2388
|
+
"function",
|
|
2389
|
+
"function-off",
|
|
2390
|
+
"galaxy",
|
|
2391
|
+
"garden-cart",
|
|
2392
|
+
"garden-cart-off",
|
|
2393
|
+
"gas-station",
|
|
2394
|
+
"gas-station-off",
|
|
2395
|
+
"gauge",
|
|
2396
|
+
"gauge-off",
|
|
2397
|
+
"gavel",
|
|
2398
|
+
"gender-agender",
|
|
2399
|
+
"gender-androgyne",
|
|
2400
|
+
"gender-bigender",
|
|
2401
|
+
"gender-demiboy",
|
|
2402
|
+
"gender-demigirl",
|
|
2403
|
+
"gender-epicene",
|
|
2404
|
+
"gender-female",
|
|
2405
|
+
"gender-femme",
|
|
2406
|
+
"gender-genderfluid",
|
|
2407
|
+
"gender-genderless",
|
|
2408
|
+
"gender-genderqueer",
|
|
2409
|
+
"gender-hermaphrodite",
|
|
2410
|
+
"gender-intergender",
|
|
2411
|
+
"gender-male",
|
|
2412
|
+
"gender-neutrois",
|
|
2413
|
+
"gender-third",
|
|
2414
|
+
"gender-transgender",
|
|
2415
|
+
"gender-trasvesti",
|
|
2416
|
+
"geometry",
|
|
2417
|
+
"ghost",
|
|
2418
|
+
"ghost-2",
|
|
2419
|
+
"ghost-3",
|
|
2420
|
+
"ghost-off",
|
|
2421
|
+
"gif",
|
|
2422
|
+
"gift",
|
|
2423
|
+
"gift-card",
|
|
2424
|
+
"gift-off",
|
|
2425
|
+
"git-branch",
|
|
2426
|
+
"git-branch-deleted",
|
|
2427
|
+
"git-cherry-pick",
|
|
2428
|
+
"git-commit",
|
|
2429
|
+
"git-compare",
|
|
2430
|
+
"git-fork",
|
|
2431
|
+
"git-merge",
|
|
2432
|
+
"git-pull-request",
|
|
2433
|
+
"git-pull-request-closed",
|
|
2434
|
+
"git-pull-request-draft",
|
|
2435
|
+
"gizmo",
|
|
2436
|
+
"glass",
|
|
2437
|
+
"glass-champagne",
|
|
2438
|
+
"glass-cocktail",
|
|
2439
|
+
"glass-full",
|
|
2440
|
+
"glass-gin",
|
|
2441
|
+
"glass-off",
|
|
2442
|
+
"globe",
|
|
2443
|
+
"globe-off",
|
|
2444
|
+
"go-game",
|
|
2445
|
+
"golf",
|
|
2446
|
+
"golf-off",
|
|
2447
|
+
"gps",
|
|
2448
|
+
"gradienter",
|
|
2449
|
+
"grain",
|
|
2450
|
+
"graph",
|
|
2451
|
+
"graph-off",
|
|
2452
|
+
"grave",
|
|
2453
|
+
"grave-2",
|
|
2454
|
+
"grid-3x3",
|
|
2455
|
+
"grid-4x4",
|
|
2456
|
+
"grid-dots",
|
|
2457
|
+
"grid-goldenratio",
|
|
2458
|
+
"grid-pattern",
|
|
2459
|
+
"grid-scan",
|
|
2460
|
+
"grill",
|
|
2461
|
+
"grill-fork",
|
|
2462
|
+
"grill-off",
|
|
2463
|
+
"grill-spatula",
|
|
2464
|
+
"grip-horizontal",
|
|
2465
|
+
"grip-vertical",
|
|
2466
|
+
"growth",
|
|
2467
|
+
"guitar-pick",
|
|
2468
|
+
"gymnastics",
|
|
2469
|
+
"h-1",
|
|
2470
|
+
"h-2",
|
|
2471
|
+
"h-3",
|
|
2472
|
+
"h-4",
|
|
2473
|
+
"h-5",
|
|
2474
|
+
"h-6",
|
|
2475
|
+
"hammer",
|
|
2476
|
+
"hammer-off",
|
|
2477
|
+
"hand-click",
|
|
2478
|
+
"hand-finger",
|
|
2479
|
+
"hand-finger-down",
|
|
2480
|
+
"hand-finger-left",
|
|
2481
|
+
"hand-finger-off",
|
|
2482
|
+
"hand-finger-right",
|
|
2483
|
+
"hand-grab",
|
|
2484
|
+
"hand-little-finger",
|
|
2485
|
+
"hand-love-you",
|
|
2486
|
+
"hand-middle-finger",
|
|
2487
|
+
"hand-move",
|
|
2488
|
+
"hand-off",
|
|
2489
|
+
"hand-ring-finger",
|
|
2490
|
+
"hand-sanitizer",
|
|
2491
|
+
"hand-stop",
|
|
2492
|
+
"hand-three-fingers",
|
|
2493
|
+
"hand-two-fingers",
|
|
2494
|
+
"hanger",
|
|
2495
|
+
"hanger-2",
|
|
2496
|
+
"hanger-off",
|
|
2497
|
+
"hash",
|
|
2498
|
+
"haze",
|
|
2499
|
+
"haze-moon",
|
|
2500
|
+
"hdr",
|
|
2501
|
+
"heading",
|
|
2502
|
+
"heading-off",
|
|
2503
|
+
"headphones",
|
|
2504
|
+
"headphones-off",
|
|
2505
|
+
"headset",
|
|
2506
|
+
"headset-off",
|
|
2507
|
+
"health-recognition",
|
|
2508
|
+
"heart",
|
|
2509
|
+
"heart-bitcoin",
|
|
2510
|
+
"heart-bolt",
|
|
2511
|
+
"heart-broken",
|
|
2512
|
+
"heart-cancel",
|
|
2513
|
+
"heart-check",
|
|
2514
|
+
"heart-code",
|
|
2515
|
+
"heart-cog",
|
|
2516
|
+
"heart-discount",
|
|
2517
|
+
"heart-dollar",
|
|
2518
|
+
"heart-down",
|
|
2519
|
+
"heart-exclamation",
|
|
2520
|
+
"heart-handshake",
|
|
2521
|
+
"heart-minus",
|
|
2522
|
+
"heart-off",
|
|
2523
|
+
"heart-pause",
|
|
2524
|
+
"heart-pin",
|
|
2525
|
+
"heart-plus",
|
|
2526
|
+
"heart-question",
|
|
2527
|
+
"heart-rate-monitor",
|
|
2528
|
+
"heart-search",
|
|
2529
|
+
"heart-share",
|
|
2530
|
+
"heart-spark",
|
|
2531
|
+
"heart-star",
|
|
2532
|
+
"heart-up",
|
|
2533
|
+
"heart-x",
|
|
2534
|
+
"heartbeat",
|
|
2535
|
+
"hearts",
|
|
2536
|
+
"hearts-off",
|
|
2537
|
+
"helicopter",
|
|
2538
|
+
"helicopter-landing",
|
|
2539
|
+
"helmet",
|
|
2540
|
+
"helmet-off",
|
|
2541
|
+
"help",
|
|
2542
|
+
"help-circle",
|
|
2543
|
+
"help-hexagon",
|
|
2544
|
+
"help-octagon",
|
|
2545
|
+
"help-off",
|
|
2546
|
+
"help-small",
|
|
2547
|
+
"help-square",
|
|
2548
|
+
"help-square-rounded",
|
|
2549
|
+
"help-triangle",
|
|
2550
|
+
"hemisphere",
|
|
2551
|
+
"hemisphere-off",
|
|
2552
|
+
"hemisphere-plus",
|
|
2553
|
+
"hexagon",
|
|
2554
|
+
"hexagon-3d",
|
|
2555
|
+
"hexagon-letter-a",
|
|
2556
|
+
"hexagon-letter-b",
|
|
2557
|
+
"hexagon-letter-c",
|
|
2558
|
+
"hexagon-letter-d",
|
|
2559
|
+
"hexagon-letter-e",
|
|
2560
|
+
"hexagon-letter-f",
|
|
2561
|
+
"hexagon-letter-g",
|
|
2562
|
+
"hexagon-letter-h",
|
|
2563
|
+
"hexagon-letter-i",
|
|
2564
|
+
"hexagon-letter-j",
|
|
2565
|
+
"hexagon-letter-k",
|
|
2566
|
+
"hexagon-letter-l",
|
|
2567
|
+
"hexagon-letter-m",
|
|
2568
|
+
"hexagon-letter-n",
|
|
2569
|
+
"hexagon-letter-o",
|
|
2570
|
+
"hexagon-letter-p",
|
|
2571
|
+
"hexagon-letter-q",
|
|
2572
|
+
"hexagon-letter-r",
|
|
2573
|
+
"hexagon-letter-s",
|
|
2574
|
+
"hexagon-letter-t",
|
|
2575
|
+
"hexagon-letter-u",
|
|
2576
|
+
"hexagon-letter-v",
|
|
2577
|
+
"hexagon-letter-w",
|
|
2578
|
+
"hexagon-letter-x",
|
|
2579
|
+
"hexagon-letter-y",
|
|
2580
|
+
"hexagon-letter-z",
|
|
2581
|
+
"hexagon-minus",
|
|
2582
|
+
"hexagon-minus-2",
|
|
2583
|
+
"hexagon-number-0",
|
|
2584
|
+
"hexagon-number-1",
|
|
2585
|
+
"hexagon-number-2",
|
|
2586
|
+
"hexagon-number-3",
|
|
2587
|
+
"hexagon-number-4",
|
|
2588
|
+
"hexagon-number-5",
|
|
2589
|
+
"hexagon-number-6",
|
|
2590
|
+
"hexagon-number-7",
|
|
2591
|
+
"hexagon-number-8",
|
|
2592
|
+
"hexagon-number-9",
|
|
2593
|
+
"hexagon-off",
|
|
2594
|
+
"hexagon-plus",
|
|
2595
|
+
"hexagon-plus-2",
|
|
2596
|
+
"hexagonal-prism",
|
|
2597
|
+
"hexagonal-prism-off",
|
|
2598
|
+
"hexagonal-prism-plus",
|
|
2599
|
+
"hexagonal-pyramid",
|
|
2600
|
+
"hexagonal-pyramid-off",
|
|
2601
|
+
"hexagonal-pyramid-plus",
|
|
2602
|
+
"hexagons",
|
|
2603
|
+
"hexagons-off",
|
|
2604
|
+
"hierarchy",
|
|
2605
|
+
"hierarchy-2",
|
|
2606
|
+
"hierarchy-3",
|
|
2607
|
+
"hierarchy-off",
|
|
2608
|
+
"highlight",
|
|
2609
|
+
"highlight-off",
|
|
2610
|
+
"history",
|
|
2611
|
+
"history-off",
|
|
2612
|
+
"history-toggle",
|
|
2613
|
+
"home",
|
|
2614
|
+
"home-2",
|
|
2615
|
+
"home-bitcoin",
|
|
2616
|
+
"home-bolt",
|
|
2617
|
+
"home-cancel",
|
|
2618
|
+
"home-check",
|
|
2619
|
+
"home-cog",
|
|
2620
|
+
"home-dollar",
|
|
2621
|
+
"home-dot",
|
|
2622
|
+
"home-down",
|
|
2623
|
+
"home-eco",
|
|
2624
|
+
"home-edit",
|
|
2625
|
+
"home-exclamation",
|
|
2626
|
+
"home-hand",
|
|
2627
|
+
"home-heart",
|
|
2628
|
+
"home-infinity",
|
|
2629
|
+
"home-link",
|
|
2630
|
+
"home-minus",
|
|
2631
|
+
"home-move",
|
|
2632
|
+
"home-off",
|
|
2633
|
+
"home-plus",
|
|
2634
|
+
"home-question",
|
|
2635
|
+
"home-ribbon",
|
|
2636
|
+
"home-search",
|
|
2637
|
+
"home-share",
|
|
2638
|
+
"home-shield",
|
|
2639
|
+
"home-signal",
|
|
2640
|
+
"home-spark",
|
|
2641
|
+
"home-star",
|
|
2642
|
+
"home-stats",
|
|
2643
|
+
"home-up",
|
|
2644
|
+
"home-x",
|
|
2645
|
+
"horse",
|
|
2646
|
+
"horse-toy",
|
|
2647
|
+
"horseshoe",
|
|
2648
|
+
"hospital",
|
|
2649
|
+
"hospital-circle",
|
|
2650
|
+
"hotel-service",
|
|
2651
|
+
"hourglass",
|
|
2652
|
+
"hourglass-empty",
|
|
2653
|
+
"hourglass-high",
|
|
2654
|
+
"hourglass-low",
|
|
2655
|
+
"hourglass-off",
|
|
2656
|
+
"hours-12",
|
|
2657
|
+
"hours-24",
|
|
2658
|
+
"html",
|
|
2659
|
+
"http-connect",
|
|
2660
|
+
"http-delete",
|
|
2661
|
+
"http-get",
|
|
2662
|
+
"http-head",
|
|
2663
|
+
"http-options",
|
|
2664
|
+
"http-patch",
|
|
2665
|
+
"http-post",
|
|
2666
|
+
"http-put",
|
|
2667
|
+
"http-que",
|
|
2668
|
+
"http-trace",
|
|
2669
|
+
"ice-cream",
|
|
2670
|
+
"ice-cream-2",
|
|
2671
|
+
"ice-cream-off",
|
|
2672
|
+
"ice-skating",
|
|
2673
|
+
"icons",
|
|
2674
|
+
"icons-off",
|
|
2675
|
+
"id",
|
|
2676
|
+
"id-badge",
|
|
2677
|
+
"id-badge-2",
|
|
2678
|
+
"id-badge-off",
|
|
2679
|
+
"id-off",
|
|
2680
|
+
"ikosaedr",
|
|
2681
|
+
"image-in-picture",
|
|
2682
|
+
"inbox",
|
|
2683
|
+
"inbox-off",
|
|
2684
|
+
"indent-decrease",
|
|
2685
|
+
"indent-increase",
|
|
2686
|
+
"infinity",
|
|
2687
|
+
"infinity-off",
|
|
2688
|
+
"info-circle",
|
|
2689
|
+
"info-hexagon",
|
|
2690
|
+
"info-octagon",
|
|
2691
|
+
"info-small",
|
|
2692
|
+
"info-square",
|
|
2693
|
+
"info-square-rounded",
|
|
2694
|
+
"info-triangle",
|
|
2695
|
+
"inner-shadow-bottom",
|
|
2696
|
+
"inner-shadow-bottom-left",
|
|
2697
|
+
"inner-shadow-bottom-right",
|
|
2698
|
+
"inner-shadow-left",
|
|
2699
|
+
"inner-shadow-right",
|
|
2700
|
+
"inner-shadow-top",
|
|
2701
|
+
"inner-shadow-top-left",
|
|
2702
|
+
"inner-shadow-top-right",
|
|
2703
|
+
"input-ai",
|
|
2704
|
+
"input-check",
|
|
2705
|
+
"input-search",
|
|
2706
|
+
"input-spark",
|
|
2707
|
+
"input-x",
|
|
2708
|
+
"invoice",
|
|
2709
|
+
"ironing",
|
|
2710
|
+
"ironing-1",
|
|
2711
|
+
"ironing-2",
|
|
2712
|
+
"ironing-3",
|
|
2713
|
+
"ironing-off",
|
|
2714
|
+
"ironing-steam",
|
|
2715
|
+
"ironing-steam-off",
|
|
2716
|
+
"irregular-polyhedron",
|
|
2717
|
+
"irregular-polyhedron-off",
|
|
2718
|
+
"irregular-polyhedron-plus",
|
|
2719
|
+
"italic",
|
|
2720
|
+
"jacket",
|
|
2721
|
+
"jetpack",
|
|
2722
|
+
"jewish-star",
|
|
2723
|
+
"join-bevel",
|
|
2724
|
+
"join-round",
|
|
2725
|
+
"join-straight",
|
|
2726
|
+
"joker",
|
|
2727
|
+
"jpg",
|
|
2728
|
+
"json",
|
|
2729
|
+
"jump-rope",
|
|
2730
|
+
"karate",
|
|
2731
|
+
"kayak",
|
|
2732
|
+
"kerning",
|
|
2733
|
+
"key",
|
|
2734
|
+
"key-off",
|
|
2735
|
+
"keyboard",
|
|
2736
|
+
"keyboard-hide",
|
|
2737
|
+
"keyboard-off",
|
|
2738
|
+
"keyboard-show",
|
|
2739
|
+
"keyframe",
|
|
2740
|
+
"keyframe-align-center",
|
|
2741
|
+
"keyframe-align-horizontal",
|
|
2742
|
+
"keyframe-align-vertical",
|
|
2743
|
+
"keyframes",
|
|
2744
|
+
"label",
|
|
2745
|
+
"label-important",
|
|
2746
|
+
"label-off",
|
|
2747
|
+
"ladder",
|
|
2748
|
+
"ladder-off",
|
|
2749
|
+
"ladle",
|
|
2750
|
+
"lambda",
|
|
2751
|
+
"lamp",
|
|
2752
|
+
"lamp-2",
|
|
2753
|
+
"lamp-off",
|
|
2754
|
+
"lane",
|
|
2755
|
+
"language",
|
|
2756
|
+
"language-hiragana",
|
|
2757
|
+
"language-katakana",
|
|
2758
|
+
"language-off",
|
|
2759
|
+
"lasso",
|
|
2760
|
+
"lasso-off",
|
|
2761
|
+
"lasso-polygon",
|
|
2762
|
+
"laurel-wreath",
|
|
2763
|
+
"laurel-wreath-1",
|
|
2764
|
+
"laurel-wreath-2",
|
|
2765
|
+
"laurel-wreath-3",
|
|
2766
|
+
"layers-difference",
|
|
2767
|
+
"layers-intersect",
|
|
2768
|
+
"layers-intersect-2",
|
|
2769
|
+
"layers-linked",
|
|
2770
|
+
"layers-off",
|
|
2771
|
+
"layers-selected",
|
|
2772
|
+
"layers-selected-bottom",
|
|
2773
|
+
"layers-subtract",
|
|
2774
|
+
"layers-union",
|
|
2775
|
+
"layout",
|
|
2776
|
+
"layout-2",
|
|
2777
|
+
"layout-align-bottom",
|
|
2778
|
+
"layout-align-center",
|
|
2779
|
+
"layout-align-left",
|
|
2780
|
+
"layout-align-middle",
|
|
2781
|
+
"layout-align-right",
|
|
2782
|
+
"layout-align-top",
|
|
2783
|
+
"layout-board",
|
|
2784
|
+
"layout-board-split",
|
|
2785
|
+
"layout-bottombar",
|
|
2786
|
+
"layout-bottombar-collapse",
|
|
2787
|
+
"layout-bottombar-expand",
|
|
2788
|
+
"layout-bottombar-inactive",
|
|
2789
|
+
"layout-cards",
|
|
2790
|
+
"layout-collage",
|
|
2791
|
+
"layout-columns",
|
|
2792
|
+
"layout-dashboard",
|
|
2793
|
+
"layout-distribute-horizontal",
|
|
2794
|
+
"layout-distribute-vertical",
|
|
2795
|
+
"layout-grid",
|
|
2796
|
+
"layout-grid-add",
|
|
2797
|
+
"layout-grid-remove",
|
|
2798
|
+
"layout-kanban",
|
|
2799
|
+
"layout-list",
|
|
2800
|
+
"layout-navbar",
|
|
2801
|
+
"layout-navbar-collapse",
|
|
2802
|
+
"layout-navbar-expand",
|
|
2803
|
+
"layout-navbar-inactive",
|
|
2804
|
+
"layout-off",
|
|
2805
|
+
"layout-rows",
|
|
2806
|
+
"layout-sidebar",
|
|
2807
|
+
"layout-sidebar-inactive",
|
|
2808
|
+
"layout-sidebar-left-collapse",
|
|
2809
|
+
"layout-sidebar-left-expand",
|
|
2810
|
+
"layout-sidebar-right",
|
|
2811
|
+
"layout-sidebar-right-collapse",
|
|
2812
|
+
"layout-sidebar-right-expand",
|
|
2813
|
+
"layout-sidebar-right-inactive",
|
|
2814
|
+
"leaf",
|
|
2815
|
+
"leaf-2",
|
|
2816
|
+
"leaf-off",
|
|
2817
|
+
"lego",
|
|
2818
|
+
"lego-off",
|
|
2819
|
+
"lemon",
|
|
2820
|
+
"lemon-2",
|
|
2821
|
+
"letter-a",
|
|
2822
|
+
"letter-a-small",
|
|
2823
|
+
"letter-b",
|
|
2824
|
+
"letter-b-small",
|
|
2825
|
+
"letter-c",
|
|
2826
|
+
"letter-c-small",
|
|
2827
|
+
"letter-case",
|
|
2828
|
+
"letter-case-lower",
|
|
2829
|
+
"letter-case-toggle",
|
|
2830
|
+
"letter-case-upper",
|
|
2831
|
+
"letter-d",
|
|
2832
|
+
"letter-d-small",
|
|
2833
|
+
"letter-e",
|
|
2834
|
+
"letter-e-small",
|
|
2835
|
+
"letter-f",
|
|
2836
|
+
"letter-f-small",
|
|
2837
|
+
"letter-g",
|
|
2838
|
+
"letter-g-small",
|
|
2839
|
+
"letter-h",
|
|
2840
|
+
"letter-h-small",
|
|
2841
|
+
"letter-i",
|
|
2842
|
+
"letter-i-small",
|
|
2843
|
+
"letter-j",
|
|
2844
|
+
"letter-j-small",
|
|
2845
|
+
"letter-k",
|
|
2846
|
+
"letter-k-small",
|
|
2847
|
+
"letter-l",
|
|
2848
|
+
"letter-l-small",
|
|
2849
|
+
"letter-m",
|
|
2850
|
+
"letter-m-small",
|
|
2851
|
+
"letter-n",
|
|
2852
|
+
"letter-n-small",
|
|
2853
|
+
"letter-o",
|
|
2854
|
+
"letter-o-small",
|
|
2855
|
+
"letter-p",
|
|
2856
|
+
"letter-p-small",
|
|
2857
|
+
"letter-q",
|
|
2858
|
+
"letter-q-small",
|
|
2859
|
+
"letter-r",
|
|
2860
|
+
"letter-r-small",
|
|
2861
|
+
"letter-s",
|
|
2862
|
+
"letter-s-small",
|
|
2863
|
+
"letter-spacing",
|
|
2864
|
+
"letter-t",
|
|
2865
|
+
"letter-t-small",
|
|
2866
|
+
"letter-u",
|
|
2867
|
+
"letter-u-small",
|
|
2868
|
+
"letter-v",
|
|
2869
|
+
"letter-v-small",
|
|
2870
|
+
"letter-w",
|
|
2871
|
+
"letter-w-small",
|
|
2872
|
+
"letter-x",
|
|
2873
|
+
"letter-x-small",
|
|
2874
|
+
"letter-y",
|
|
2875
|
+
"letter-y-small",
|
|
2876
|
+
"letter-z",
|
|
2877
|
+
"letter-z-small",
|
|
2878
|
+
"library",
|
|
2879
|
+
"library-minus",
|
|
2880
|
+
"library-photo",
|
|
2881
|
+
"library-plus",
|
|
2882
|
+
"license",
|
|
2883
|
+
"license-off",
|
|
2884
|
+
"lifebuoy",
|
|
2885
|
+
"lifebuoy-off",
|
|
2886
|
+
"lighter",
|
|
2887
|
+
"line",
|
|
2888
|
+
"line-dashed",
|
|
2889
|
+
"line-dotted",
|
|
2890
|
+
"line-height",
|
|
2891
|
+
"line-scan",
|
|
2892
|
+
"link",
|
|
2893
|
+
"link-minus",
|
|
2894
|
+
"link-off",
|
|
2895
|
+
"link-plus",
|
|
2896
|
+
"list",
|
|
2897
|
+
"list-check",
|
|
2898
|
+
"list-details",
|
|
2899
|
+
"list-letters",
|
|
2900
|
+
"list-numbers",
|
|
2901
|
+
"list-search",
|
|
2902
|
+
"list-tree",
|
|
2903
|
+
"live-photo",
|
|
2904
|
+
"live-photo-off",
|
|
2905
|
+
"live-view",
|
|
2906
|
+
"load-balancer",
|
|
2907
|
+
"loader",
|
|
2908
|
+
"loader-2",
|
|
2909
|
+
"loader-3",
|
|
2910
|
+
"loader-quarter",
|
|
2911
|
+
"location",
|
|
2912
|
+
"location-bolt",
|
|
2913
|
+
"location-broken",
|
|
2914
|
+
"location-cancel",
|
|
2915
|
+
"location-check",
|
|
2916
|
+
"location-code",
|
|
2917
|
+
"location-cog",
|
|
2918
|
+
"location-discount",
|
|
2919
|
+
"location-dollar",
|
|
2920
|
+
"location-down",
|
|
2921
|
+
"location-exclamation",
|
|
2922
|
+
"location-heart",
|
|
2923
|
+
"location-minus",
|
|
2924
|
+
"location-off",
|
|
2925
|
+
"location-pause",
|
|
2926
|
+
"location-pin",
|
|
2927
|
+
"location-plus",
|
|
2928
|
+
"location-question",
|
|
2929
|
+
"location-search",
|
|
2930
|
+
"location-share",
|
|
2931
|
+
"location-star",
|
|
2932
|
+
"location-up",
|
|
2933
|
+
"location-x",
|
|
2934
|
+
"lock",
|
|
2935
|
+
"lock-access",
|
|
2936
|
+
"lock-access-off",
|
|
2937
|
+
"lock-bitcoin",
|
|
2938
|
+
"lock-bolt",
|
|
2939
|
+
"lock-cancel",
|
|
2940
|
+
"lock-check",
|
|
2941
|
+
"lock-code",
|
|
2942
|
+
"lock-cog",
|
|
2943
|
+
"lock-dollar",
|
|
2944
|
+
"lock-down",
|
|
2945
|
+
"lock-exclamation",
|
|
2946
|
+
"lock-heart",
|
|
2947
|
+
"lock-minus",
|
|
2948
|
+
"lock-off",
|
|
2949
|
+
"lock-open",
|
|
2950
|
+
"lock-open-2",
|
|
2951
|
+
"lock-open-off",
|
|
2952
|
+
"lock-password",
|
|
2953
|
+
"lock-pause",
|
|
2954
|
+
"lock-pin",
|
|
2955
|
+
"lock-plus",
|
|
2956
|
+
"lock-question",
|
|
2957
|
+
"lock-search",
|
|
2958
|
+
"lock-share",
|
|
2959
|
+
"lock-square",
|
|
2960
|
+
"lock-square-rounded",
|
|
2961
|
+
"lock-star",
|
|
2962
|
+
"lock-up",
|
|
2963
|
+
"lock-x",
|
|
2964
|
+
"logic-and",
|
|
2965
|
+
"logic-buffer",
|
|
2966
|
+
"logic-nand",
|
|
2967
|
+
"logic-nor",
|
|
2968
|
+
"logic-not",
|
|
2969
|
+
"logic-or",
|
|
2970
|
+
"logic-xnor",
|
|
2971
|
+
"logic-xor",
|
|
2972
|
+
"login",
|
|
2973
|
+
"login-2",
|
|
2974
|
+
"logout",
|
|
2975
|
+
"logout-2",
|
|
2976
|
+
"logs",
|
|
2977
|
+
"lollipop",
|
|
2978
|
+
"lollipop-off",
|
|
2979
|
+
"luggage",
|
|
2980
|
+
"luggage-off",
|
|
2981
|
+
"lungs",
|
|
2982
|
+
"lungs-off",
|
|
2983
|
+
"macro",
|
|
2984
|
+
"macro-off",
|
|
2985
|
+
"magnet",
|
|
2986
|
+
"magnet-off",
|
|
2987
|
+
"magnetic",
|
|
2988
|
+
"mail",
|
|
2989
|
+
"mail-ai",
|
|
2990
|
+
"mail-bitcoin",
|
|
2991
|
+
"mail-bolt",
|
|
2992
|
+
"mail-cancel",
|
|
2993
|
+
"mail-check",
|
|
2994
|
+
"mail-code",
|
|
2995
|
+
"mail-cog",
|
|
2996
|
+
"mail-dollar",
|
|
2997
|
+
"mail-down",
|
|
2998
|
+
"mail-exclamation",
|
|
2999
|
+
"mail-fast",
|
|
3000
|
+
"mail-forward",
|
|
3001
|
+
"mail-heart",
|
|
3002
|
+
"mail-minus",
|
|
3003
|
+
"mail-off",
|
|
3004
|
+
"mail-opened",
|
|
3005
|
+
"mail-pause",
|
|
3006
|
+
"mail-pin",
|
|
3007
|
+
"mail-plus",
|
|
3008
|
+
"mail-question",
|
|
3009
|
+
"mail-search",
|
|
3010
|
+
"mail-share",
|
|
3011
|
+
"mail-spark",
|
|
3012
|
+
"mail-star",
|
|
3013
|
+
"mail-up",
|
|
3014
|
+
"mail-x",
|
|
3015
|
+
"mailbox",
|
|
3016
|
+
"mailbox-off",
|
|
3017
|
+
"man",
|
|
3018
|
+
"manual-gearbox",
|
|
3019
|
+
"map",
|
|
3020
|
+
"map-2",
|
|
3021
|
+
"map-bolt",
|
|
3022
|
+
"map-cancel",
|
|
3023
|
+
"map-check",
|
|
3024
|
+
"map-code",
|
|
3025
|
+
"map-cog",
|
|
3026
|
+
"map-discount",
|
|
3027
|
+
"map-dollar",
|
|
3028
|
+
"map-down",
|
|
3029
|
+
"map-east",
|
|
3030
|
+
"map-exclamation",
|
|
3031
|
+
"map-heart",
|
|
3032
|
+
"map-minus",
|
|
3033
|
+
"map-north",
|
|
3034
|
+
"map-off",
|
|
3035
|
+
"map-pause",
|
|
3036
|
+
"map-pin",
|
|
3037
|
+
"map-pin-2",
|
|
3038
|
+
"map-pin-bolt",
|
|
3039
|
+
"map-pin-cancel",
|
|
3040
|
+
"map-pin-check",
|
|
3041
|
+
"map-pin-code",
|
|
3042
|
+
"map-pin-cog",
|
|
3043
|
+
"map-pin-dollar",
|
|
3044
|
+
"map-pin-down",
|
|
3045
|
+
"map-pin-exclamation",
|
|
3046
|
+
"map-pin-heart",
|
|
3047
|
+
"map-pin-minus",
|
|
3048
|
+
"map-pin-off",
|
|
3049
|
+
"map-pin-pause",
|
|
3050
|
+
"map-pin-pin",
|
|
3051
|
+
"map-pin-plus",
|
|
3052
|
+
"map-pin-question",
|
|
3053
|
+
"map-pin-search",
|
|
3054
|
+
"map-pin-share",
|
|
3055
|
+
"map-pin-star",
|
|
3056
|
+
"map-pin-up",
|
|
3057
|
+
"map-pin-x",
|
|
3058
|
+
"map-pins",
|
|
3059
|
+
"map-plus",
|
|
3060
|
+
"map-question",
|
|
3061
|
+
"map-route",
|
|
3062
|
+
"map-search",
|
|
3063
|
+
"map-share",
|
|
3064
|
+
"map-south",
|
|
3065
|
+
"map-star",
|
|
3066
|
+
"map-up",
|
|
3067
|
+
"map-west",
|
|
3068
|
+
"map-x",
|
|
3069
|
+
"markdown",
|
|
3070
|
+
"markdown-off",
|
|
3071
|
+
"marquee",
|
|
3072
|
+
"marquee-2",
|
|
3073
|
+
"marquee-off",
|
|
3074
|
+
"mars",
|
|
3075
|
+
"mask",
|
|
3076
|
+
"mask-off",
|
|
3077
|
+
"masks-theater",
|
|
3078
|
+
"masks-theater-off",
|
|
3079
|
+
"massage",
|
|
3080
|
+
"matchstick",
|
|
3081
|
+
"math",
|
|
3082
|
+
"math-1-divide-2",
|
|
3083
|
+
"math-1-divide-3",
|
|
3084
|
+
"math-avg",
|
|
3085
|
+
"math-cos",
|
|
3086
|
+
"math-ctg",
|
|
3087
|
+
"math-equal-greater",
|
|
3088
|
+
"math-equal-lower",
|
|
3089
|
+
"math-function",
|
|
3090
|
+
"math-function-off",
|
|
3091
|
+
"math-function-y",
|
|
3092
|
+
"math-greater",
|
|
3093
|
+
"math-integral",
|
|
3094
|
+
"math-integral-x",
|
|
3095
|
+
"math-integrals",
|
|
3096
|
+
"math-lower",
|
|
3097
|
+
"math-max",
|
|
3098
|
+
"math-max-min",
|
|
3099
|
+
"math-min",
|
|
3100
|
+
"math-not",
|
|
3101
|
+
"math-off",
|
|
3102
|
+
"math-pi",
|
|
3103
|
+
"math-pi-divide-2",
|
|
3104
|
+
"math-sec",
|
|
3105
|
+
"math-sin",
|
|
3106
|
+
"math-symbols",
|
|
3107
|
+
"math-tg",
|
|
3108
|
+
"math-x-divide-2",
|
|
3109
|
+
"math-x-divide-y",
|
|
3110
|
+
"math-x-divide-y-2",
|
|
3111
|
+
"math-x-minus-x",
|
|
3112
|
+
"math-x-minus-y",
|
|
3113
|
+
"math-x-plus-x",
|
|
3114
|
+
"math-x-plus-y",
|
|
3115
|
+
"math-xy",
|
|
3116
|
+
"math-y-minus-y",
|
|
3117
|
+
"math-y-plus-y",
|
|
3118
|
+
"maximize",
|
|
3119
|
+
"maximize-off",
|
|
3120
|
+
"meat",
|
|
3121
|
+
"meat-off",
|
|
3122
|
+
"medal",
|
|
3123
|
+
"medal-2",
|
|
3124
|
+
"medical-cross",
|
|
3125
|
+
"medical-cross-circle",
|
|
3126
|
+
"medical-cross-off",
|
|
3127
|
+
"medicine-syrup",
|
|
3128
|
+
"meeple",
|
|
3129
|
+
"melon",
|
|
3130
|
+
"menorah",
|
|
3131
|
+
"menu",
|
|
3132
|
+
"menu-2",
|
|
3133
|
+
"menu-3",
|
|
3134
|
+
"menu-4",
|
|
3135
|
+
"menu-deep",
|
|
3136
|
+
"menu-order",
|
|
3137
|
+
"message",
|
|
3138
|
+
"message-2",
|
|
3139
|
+
"message-2-bolt",
|
|
3140
|
+
"message-2-cancel",
|
|
3141
|
+
"message-2-check",
|
|
3142
|
+
"message-2-code",
|
|
3143
|
+
"message-2-cog",
|
|
3144
|
+
"message-2-dollar",
|
|
3145
|
+
"message-2-down",
|
|
3146
|
+
"message-2-exclamation",
|
|
3147
|
+
"message-2-heart",
|
|
3148
|
+
"message-2-minus",
|
|
3149
|
+
"message-2-off",
|
|
3150
|
+
"message-2-pause",
|
|
3151
|
+
"message-2-pin",
|
|
3152
|
+
"message-2-plus",
|
|
3153
|
+
"message-2-question",
|
|
3154
|
+
"message-2-search",
|
|
3155
|
+
"message-2-share",
|
|
3156
|
+
"message-2-star",
|
|
3157
|
+
"message-2-up",
|
|
3158
|
+
"message-2-x",
|
|
3159
|
+
"message-bolt",
|
|
3160
|
+
"message-cancel",
|
|
3161
|
+
"message-chatbot",
|
|
3162
|
+
"message-check",
|
|
3163
|
+
"message-circle",
|
|
3164
|
+
"message-circle-bolt",
|
|
3165
|
+
"message-circle-cancel",
|
|
3166
|
+
"message-circle-check",
|
|
3167
|
+
"message-circle-code",
|
|
3168
|
+
"message-circle-cog",
|
|
3169
|
+
"message-circle-dollar",
|
|
3170
|
+
"message-circle-down",
|
|
3171
|
+
"message-circle-exclamation",
|
|
3172
|
+
"message-circle-heart",
|
|
3173
|
+
"message-circle-minus",
|
|
3174
|
+
"message-circle-off",
|
|
3175
|
+
"message-circle-pause",
|
|
3176
|
+
"message-circle-pin",
|
|
3177
|
+
"message-circle-plus",
|
|
3178
|
+
"message-circle-question",
|
|
3179
|
+
"message-circle-search",
|
|
3180
|
+
"message-circle-share",
|
|
3181
|
+
"message-circle-star",
|
|
3182
|
+
"message-circle-up",
|
|
3183
|
+
"message-circle-user",
|
|
3184
|
+
"message-circle-x",
|
|
3185
|
+
"message-code",
|
|
3186
|
+
"message-cog",
|
|
3187
|
+
"message-dollar",
|
|
3188
|
+
"message-dots",
|
|
3189
|
+
"message-down",
|
|
3190
|
+
"message-exclamation",
|
|
3191
|
+
"message-forward",
|
|
3192
|
+
"message-heart",
|
|
3193
|
+
"message-language",
|
|
3194
|
+
"message-minus",
|
|
3195
|
+
"message-off",
|
|
3196
|
+
"message-pause",
|
|
3197
|
+
"message-pin",
|
|
3198
|
+
"message-plus",
|
|
3199
|
+
"message-question",
|
|
3200
|
+
"message-reply",
|
|
3201
|
+
"message-report",
|
|
3202
|
+
"message-search",
|
|
3203
|
+
"message-share",
|
|
3204
|
+
"message-star",
|
|
3205
|
+
"message-up",
|
|
3206
|
+
"message-user",
|
|
3207
|
+
"message-x",
|
|
3208
|
+
"messages",
|
|
3209
|
+
"messages-off",
|
|
3210
|
+
"meteor",
|
|
3211
|
+
"meteor-off",
|
|
3212
|
+
"meter-cube",
|
|
3213
|
+
"meter-square",
|
|
3214
|
+
"metronome",
|
|
3215
|
+
"michelin-bib-gourmand",
|
|
3216
|
+
"michelin-star",
|
|
3217
|
+
"michelin-star-green",
|
|
3218
|
+
"mickey",
|
|
3219
|
+
"microphone",
|
|
3220
|
+
"microphone-2",
|
|
3221
|
+
"microphone-2-off",
|
|
3222
|
+
"microphone-off",
|
|
3223
|
+
"microscope",
|
|
3224
|
+
"microscope-off",
|
|
3225
|
+
"microwave",
|
|
3226
|
+
"microwave-off",
|
|
3227
|
+
"military-award",
|
|
3228
|
+
"military-rank",
|
|
3229
|
+
"milk",
|
|
3230
|
+
"milk-off",
|
|
3231
|
+
"milkshake",
|
|
3232
|
+
"minimize",
|
|
3233
|
+
"minus",
|
|
3234
|
+
"minus-vertical",
|
|
3235
|
+
"mist",
|
|
3236
|
+
"mist-off",
|
|
3237
|
+
"mobiledata",
|
|
3238
|
+
"mobiledata-off",
|
|
3239
|
+
"moneybag",
|
|
3240
|
+
"monkeybar",
|
|
3241
|
+
"mood-angry",
|
|
3242
|
+
"mood-annoyed",
|
|
3243
|
+
"mood-annoyed-2",
|
|
3244
|
+
"mood-bitcoin",
|
|
3245
|
+
"mood-boy",
|
|
3246
|
+
"mood-check",
|
|
3247
|
+
"mood-cog",
|
|
3248
|
+
"mood-confuzed",
|
|
3249
|
+
"mood-crazy-happy",
|
|
3250
|
+
"mood-cry",
|
|
3251
|
+
"mood-dollar",
|
|
3252
|
+
"mood-edit",
|
|
3253
|
+
"mood-empty",
|
|
3254
|
+
"mood-happy",
|
|
3255
|
+
"mood-heart",
|
|
3256
|
+
"mood-kid",
|
|
3257
|
+
"mood-look-down",
|
|
3258
|
+
"mood-look-left",
|
|
3259
|
+
"mood-look-right",
|
|
3260
|
+
"mood-look-up",
|
|
3261
|
+
"mood-minus",
|
|
3262
|
+
"mood-nerd",
|
|
3263
|
+
"mood-nervous",
|
|
3264
|
+
"mood-neutral",
|
|
3265
|
+
"mood-off",
|
|
3266
|
+
"mood-pin",
|
|
3267
|
+
"mood-plus",
|
|
3268
|
+
"mood-puzzled",
|
|
3269
|
+
"mood-sad",
|
|
3270
|
+
"mood-sad-2",
|
|
3271
|
+
"mood-sad-dizzy",
|
|
3272
|
+
"mood-sad-squint",
|
|
3273
|
+
"mood-search",
|
|
3274
|
+
"mood-share",
|
|
3275
|
+
"mood-sick",
|
|
3276
|
+
"mood-silence",
|
|
3277
|
+
"mood-sing",
|
|
3278
|
+
"mood-smile",
|
|
3279
|
+
"mood-smile-beam",
|
|
3280
|
+
"mood-smile-dizzy",
|
|
3281
|
+
"mood-spark",
|
|
3282
|
+
"mood-surprised",
|
|
3283
|
+
"mood-tongue",
|
|
3284
|
+
"mood-tongue-wink",
|
|
3285
|
+
"mood-tongue-wink-2",
|
|
3286
|
+
"mood-unamused",
|
|
3287
|
+
"mood-up",
|
|
3288
|
+
"mood-wink",
|
|
3289
|
+
"mood-wink-2",
|
|
3290
|
+
"mood-wrrr",
|
|
3291
|
+
"mood-x",
|
|
3292
|
+
"mood-xd",
|
|
3293
|
+
"moon",
|
|
3294
|
+
"moon-2",
|
|
3295
|
+
"moon-off",
|
|
3296
|
+
"moon-stars",
|
|
3297
|
+
"moped",
|
|
3298
|
+
"motorbike",
|
|
3299
|
+
"mountain",
|
|
3300
|
+
"mountain-off",
|
|
3301
|
+
"mouse",
|
|
3302
|
+
"mouse-2",
|
|
3303
|
+
"mouse-off",
|
|
3304
|
+
"moustache",
|
|
3305
|
+
"movie",
|
|
3306
|
+
"movie-off",
|
|
3307
|
+
"mug",
|
|
3308
|
+
"mug-off",
|
|
3309
|
+
"multiplier-0-5x",
|
|
3310
|
+
"multiplier-1-5x",
|
|
3311
|
+
"multiplier-1x",
|
|
3312
|
+
"multiplier-2x",
|
|
3313
|
+
"mushroom",
|
|
3314
|
+
"mushroom-off",
|
|
3315
|
+
"music",
|
|
3316
|
+
"music-bolt",
|
|
3317
|
+
"music-cancel",
|
|
3318
|
+
"music-check",
|
|
3319
|
+
"music-code",
|
|
3320
|
+
"music-cog",
|
|
3321
|
+
"music-discount",
|
|
3322
|
+
"music-dollar",
|
|
3323
|
+
"music-down",
|
|
3324
|
+
"music-exclamation",
|
|
3325
|
+
"music-heart",
|
|
3326
|
+
"music-minus",
|
|
3327
|
+
"music-off",
|
|
3328
|
+
"music-pause",
|
|
3329
|
+
"music-pin",
|
|
3330
|
+
"music-plus",
|
|
3331
|
+
"music-question",
|
|
3332
|
+
"music-search",
|
|
3333
|
+
"music-share",
|
|
3334
|
+
"music-star",
|
|
3335
|
+
"music-up",
|
|
3336
|
+
"music-x",
|
|
3337
|
+
"navigation",
|
|
3338
|
+
"navigation-bolt",
|
|
3339
|
+
"navigation-cancel",
|
|
3340
|
+
"navigation-check",
|
|
3341
|
+
"navigation-code",
|
|
3342
|
+
"navigation-cog",
|
|
3343
|
+
"navigation-discount",
|
|
3344
|
+
"navigation-dollar",
|
|
3345
|
+
"navigation-down",
|
|
3346
|
+
"navigation-east",
|
|
3347
|
+
"navigation-exclamation",
|
|
3348
|
+
"navigation-heart",
|
|
3349
|
+
"navigation-minus",
|
|
3350
|
+
"navigation-north",
|
|
3351
|
+
"navigation-off",
|
|
3352
|
+
"navigation-pause",
|
|
3353
|
+
"navigation-pin",
|
|
3354
|
+
"navigation-plus",
|
|
3355
|
+
"navigation-question",
|
|
3356
|
+
"navigation-search",
|
|
3357
|
+
"navigation-share",
|
|
3358
|
+
"navigation-south",
|
|
3359
|
+
"navigation-star",
|
|
3360
|
+
"navigation-top",
|
|
3361
|
+
"navigation-up",
|
|
3362
|
+
"navigation-west",
|
|
3363
|
+
"navigation-x",
|
|
3364
|
+
"needle",
|
|
3365
|
+
"needle-thread",
|
|
3366
|
+
"network",
|
|
3367
|
+
"network-off",
|
|
3368
|
+
"new-section",
|
|
3369
|
+
"news",
|
|
3370
|
+
"news-off",
|
|
3371
|
+
"nfc",
|
|
3372
|
+
"nfc-off",
|
|
3373
|
+
"no-copyright",
|
|
3374
|
+
"no-creative-commons",
|
|
3375
|
+
"no-derivatives",
|
|
3376
|
+
"north-star",
|
|
3377
|
+
"note",
|
|
3378
|
+
"note-off",
|
|
3379
|
+
"notebook",
|
|
3380
|
+
"notebook-off",
|
|
3381
|
+
"notes",
|
|
3382
|
+
"notes-off",
|
|
3383
|
+
"notification",
|
|
3384
|
+
"notification-off",
|
|
3385
|
+
"number",
|
|
3386
|
+
"number-0",
|
|
3387
|
+
"number-0-small",
|
|
3388
|
+
"number-1",
|
|
3389
|
+
"number-1-small",
|
|
3390
|
+
"number-10",
|
|
3391
|
+
"number-10-small",
|
|
3392
|
+
"number-100-small",
|
|
3393
|
+
"number-11",
|
|
3394
|
+
"number-11-small",
|
|
3395
|
+
"number-12-small",
|
|
3396
|
+
"number-123",
|
|
3397
|
+
"number-13-small",
|
|
3398
|
+
"number-14-small",
|
|
3399
|
+
"number-15-small",
|
|
3400
|
+
"number-16-small",
|
|
3401
|
+
"number-17-small",
|
|
3402
|
+
"number-18-small",
|
|
3403
|
+
"number-19-small",
|
|
3404
|
+
"number-2",
|
|
3405
|
+
"number-2-small",
|
|
3406
|
+
"number-20-small",
|
|
3407
|
+
"number-21-small",
|
|
3408
|
+
"number-22-small",
|
|
3409
|
+
"number-23-small",
|
|
3410
|
+
"number-24-small",
|
|
3411
|
+
"number-25-small",
|
|
3412
|
+
"number-26-small",
|
|
3413
|
+
"number-27-small",
|
|
3414
|
+
"number-28-small",
|
|
3415
|
+
"number-29-small",
|
|
3416
|
+
"number-3",
|
|
3417
|
+
"number-3-small",
|
|
3418
|
+
"number-30-small",
|
|
3419
|
+
"number-31-small",
|
|
3420
|
+
"number-32-small",
|
|
3421
|
+
"number-33-small",
|
|
3422
|
+
"number-34-small",
|
|
3423
|
+
"number-35-small",
|
|
3424
|
+
"number-36-small",
|
|
3425
|
+
"number-37-small",
|
|
3426
|
+
"number-38-small",
|
|
3427
|
+
"number-39-small",
|
|
3428
|
+
"number-4",
|
|
3429
|
+
"number-4-small",
|
|
3430
|
+
"number-40-small",
|
|
3431
|
+
"number-41-small",
|
|
3432
|
+
"number-42-small",
|
|
3433
|
+
"number-43-small",
|
|
3434
|
+
"number-44-small",
|
|
3435
|
+
"number-45-small",
|
|
3436
|
+
"number-46-small",
|
|
3437
|
+
"number-47-small",
|
|
3438
|
+
"number-48-small",
|
|
3439
|
+
"number-49-small",
|
|
3440
|
+
"number-5",
|
|
3441
|
+
"number-5-small",
|
|
3442
|
+
"number-50-small",
|
|
3443
|
+
"number-51-small",
|
|
3444
|
+
"number-52-small",
|
|
3445
|
+
"number-53-small",
|
|
3446
|
+
"number-54-small",
|
|
3447
|
+
"number-55-small",
|
|
3448
|
+
"number-56-small",
|
|
3449
|
+
"number-57-small",
|
|
3450
|
+
"number-58-small",
|
|
3451
|
+
"number-59-small",
|
|
3452
|
+
"number-6",
|
|
3453
|
+
"number-6-small",
|
|
3454
|
+
"number-60-small",
|
|
3455
|
+
"number-61-small",
|
|
3456
|
+
"number-62-small",
|
|
3457
|
+
"number-63-small",
|
|
3458
|
+
"number-64-small",
|
|
3459
|
+
"number-65-small",
|
|
3460
|
+
"number-66-small",
|
|
3461
|
+
"number-67-small",
|
|
3462
|
+
"number-68-small",
|
|
3463
|
+
"number-69-small",
|
|
3464
|
+
"number-7",
|
|
3465
|
+
"number-7-small",
|
|
3466
|
+
"number-70-small",
|
|
3467
|
+
"number-71-small",
|
|
3468
|
+
"number-72-small",
|
|
3469
|
+
"number-73-small",
|
|
3470
|
+
"number-74-small",
|
|
3471
|
+
"number-75-small",
|
|
3472
|
+
"number-76-small",
|
|
3473
|
+
"number-77-small",
|
|
3474
|
+
"number-78-small",
|
|
3475
|
+
"number-79-small",
|
|
3476
|
+
"number-8",
|
|
3477
|
+
"number-8-small",
|
|
3478
|
+
"number-80-small",
|
|
3479
|
+
"number-81-small",
|
|
3480
|
+
"number-82-small",
|
|
3481
|
+
"number-83-small",
|
|
3482
|
+
"number-84-small",
|
|
3483
|
+
"number-85-small",
|
|
3484
|
+
"number-86-small",
|
|
3485
|
+
"number-87-small",
|
|
3486
|
+
"number-88-small",
|
|
3487
|
+
"number-89-small",
|
|
3488
|
+
"number-9",
|
|
3489
|
+
"number-9-small",
|
|
3490
|
+
"number-90-small",
|
|
3491
|
+
"number-91-small",
|
|
3492
|
+
"number-92-small",
|
|
3493
|
+
"number-93-small",
|
|
3494
|
+
"number-94-small",
|
|
3495
|
+
"number-95-small",
|
|
3496
|
+
"number-96-small",
|
|
3497
|
+
"number-97-small",
|
|
3498
|
+
"number-98-small",
|
|
3499
|
+
"number-99-small",
|
|
3500
|
+
"numbers",
|
|
3501
|
+
"nurse",
|
|
3502
|
+
"nut",
|
|
3503
|
+
"object-scan",
|
|
3504
|
+
"octagon",
|
|
3505
|
+
"octagon-minus",
|
|
3506
|
+
"octagon-minus-2",
|
|
3507
|
+
"octagon-off",
|
|
3508
|
+
"octagon-plus",
|
|
3509
|
+
"octagon-plus-2",
|
|
3510
|
+
"octahedron",
|
|
3511
|
+
"octahedron-off",
|
|
3512
|
+
"octahedron-plus",
|
|
3513
|
+
"old",
|
|
3514
|
+
"olympics",
|
|
3515
|
+
"olympics-off",
|
|
3516
|
+
"om",
|
|
3517
|
+
"omega",
|
|
3518
|
+
"outbound",
|
|
3519
|
+
"outlet",
|
|
3520
|
+
"oval",
|
|
3521
|
+
"oval-vertical",
|
|
3522
|
+
"overline",
|
|
3523
|
+
"package",
|
|
3524
|
+
"package-export",
|
|
3525
|
+
"package-import",
|
|
3526
|
+
"package-off",
|
|
3527
|
+
"packages",
|
|
3528
|
+
"pacman",
|
|
3529
|
+
"page-break",
|
|
3530
|
+
"paint",
|
|
3531
|
+
"paint-off",
|
|
3532
|
+
"palette",
|
|
3533
|
+
"palette-off",
|
|
3534
|
+
"panorama-horizontal",
|
|
3535
|
+
"panorama-horizontal-off",
|
|
3536
|
+
"panorama-vertical",
|
|
3537
|
+
"panorama-vertical-off",
|
|
3538
|
+
"paper-bag",
|
|
3539
|
+
"paper-bag-off",
|
|
3540
|
+
"paperclip",
|
|
3541
|
+
"parachute",
|
|
3542
|
+
"parachute-off",
|
|
3543
|
+
"parentheses",
|
|
3544
|
+
"parentheses-off",
|
|
3545
|
+
"parking",
|
|
3546
|
+
"parking-circle",
|
|
3547
|
+
"parking-off",
|
|
3548
|
+
"password",
|
|
3549
|
+
"password-fingerprint",
|
|
3550
|
+
"password-mobile-phone",
|
|
3551
|
+
"password-user",
|
|
3552
|
+
"paw",
|
|
3553
|
+
"paw-off",
|
|
3554
|
+
"paywall",
|
|
3555
|
+
"pdf",
|
|
3556
|
+
"peace",
|
|
3557
|
+
"pencil",
|
|
3558
|
+
"pencil-bolt",
|
|
3559
|
+
"pencil-cancel",
|
|
3560
|
+
"pencil-check",
|
|
3561
|
+
"pencil-code",
|
|
3562
|
+
"pencil-cog",
|
|
3563
|
+
"pencil-discount",
|
|
3564
|
+
"pencil-dollar",
|
|
3565
|
+
"pencil-down",
|
|
3566
|
+
"pencil-exclamation",
|
|
3567
|
+
"pencil-heart",
|
|
3568
|
+
"pencil-minus",
|
|
3569
|
+
"pencil-off",
|
|
3570
|
+
"pencil-pause",
|
|
3571
|
+
"pencil-pin",
|
|
3572
|
+
"pencil-plus",
|
|
3573
|
+
"pencil-question",
|
|
3574
|
+
"pencil-search",
|
|
3575
|
+
"pencil-share",
|
|
3576
|
+
"pencil-star",
|
|
3577
|
+
"pencil-up",
|
|
3578
|
+
"pencil-x",
|
|
3579
|
+
"pennant",
|
|
3580
|
+
"pennant-2",
|
|
3581
|
+
"pennant-off",
|
|
3582
|
+
"pentagon",
|
|
3583
|
+
"pentagon-minus",
|
|
3584
|
+
"pentagon-number-0",
|
|
3585
|
+
"pentagon-number-1",
|
|
3586
|
+
"pentagon-number-2",
|
|
3587
|
+
"pentagon-number-3",
|
|
3588
|
+
"pentagon-number-4",
|
|
3589
|
+
"pentagon-number-5",
|
|
3590
|
+
"pentagon-number-6",
|
|
3591
|
+
"pentagon-number-7",
|
|
3592
|
+
"pentagon-number-8",
|
|
3593
|
+
"pentagon-number-9",
|
|
3594
|
+
"pentagon-off",
|
|
3595
|
+
"pentagon-plus",
|
|
3596
|
+
"pentagon-x",
|
|
3597
|
+
"pentagram",
|
|
3598
|
+
"pepper",
|
|
3599
|
+
"pepper-off",
|
|
3600
|
+
"percentage",
|
|
3601
|
+
"percentage-0",
|
|
3602
|
+
"percentage-10",
|
|
3603
|
+
"percentage-100",
|
|
3604
|
+
"percentage-20",
|
|
3605
|
+
"percentage-25",
|
|
3606
|
+
"percentage-30",
|
|
3607
|
+
"percentage-33",
|
|
3608
|
+
"percentage-40",
|
|
3609
|
+
"percentage-50",
|
|
3610
|
+
"percentage-60",
|
|
3611
|
+
"percentage-66",
|
|
3612
|
+
"percentage-70",
|
|
3613
|
+
"percentage-75",
|
|
3614
|
+
"percentage-80",
|
|
3615
|
+
"percentage-90",
|
|
3616
|
+
"perfume",
|
|
3617
|
+
"perspective",
|
|
3618
|
+
"perspective-off",
|
|
3619
|
+
"phone",
|
|
3620
|
+
"phone-call",
|
|
3621
|
+
"phone-calling",
|
|
3622
|
+
"phone-check",
|
|
3623
|
+
"phone-done",
|
|
3624
|
+
"phone-end",
|
|
3625
|
+
"phone-incoming",
|
|
3626
|
+
"phone-off",
|
|
3627
|
+
"phone-outgoing",
|
|
3628
|
+
"phone-pause",
|
|
3629
|
+
"phone-plus",
|
|
3630
|
+
"phone-ringing",
|
|
3631
|
+
"phone-spark",
|
|
3632
|
+
"phone-x",
|
|
3633
|
+
"photo",
|
|
3634
|
+
"photo-ai",
|
|
3635
|
+
"photo-bitcoin",
|
|
3636
|
+
"photo-bolt",
|
|
3637
|
+
"photo-cancel",
|
|
3638
|
+
"photo-check",
|
|
3639
|
+
"photo-circle",
|
|
3640
|
+
"photo-circle-minus",
|
|
3641
|
+
"photo-circle-plus",
|
|
3642
|
+
"photo-code",
|
|
3643
|
+
"photo-cog",
|
|
3644
|
+
"photo-dollar",
|
|
3645
|
+
"photo-down",
|
|
3646
|
+
"photo-edit",
|
|
3647
|
+
"photo-exclamation",
|
|
3648
|
+
"photo-heart",
|
|
3649
|
+
"photo-hexagon",
|
|
3650
|
+
"photo-minus",
|
|
3651
|
+
"photo-off",
|
|
3652
|
+
"photo-pause",
|
|
3653
|
+
"photo-pentagon",
|
|
3654
|
+
"photo-pin",
|
|
3655
|
+
"photo-plus",
|
|
3656
|
+
"photo-question",
|
|
3657
|
+
"photo-scan",
|
|
3658
|
+
"photo-search",
|
|
3659
|
+
"photo-sensor",
|
|
3660
|
+
"photo-sensor-2",
|
|
3661
|
+
"photo-sensor-3",
|
|
3662
|
+
"photo-share",
|
|
3663
|
+
"photo-shield",
|
|
3664
|
+
"photo-spark",
|
|
3665
|
+
"photo-square-rounded",
|
|
3666
|
+
"photo-star",
|
|
3667
|
+
"photo-up",
|
|
3668
|
+
"photo-video",
|
|
3669
|
+
"photo-x",
|
|
3670
|
+
"physotherapist",
|
|
3671
|
+
"piano",
|
|
3672
|
+
"pick",
|
|
3673
|
+
"picnic-table",
|
|
3674
|
+
"picture-in-picture",
|
|
3675
|
+
"picture-in-picture-off",
|
|
3676
|
+
"picture-in-picture-on",
|
|
3677
|
+
"picture-in-picture-top",
|
|
3678
|
+
"pig",
|
|
3679
|
+
"pig-money",
|
|
3680
|
+
"pig-off",
|
|
3681
|
+
"pilcrow",
|
|
3682
|
+
"pilcrow-left",
|
|
3683
|
+
"pilcrow-right",
|
|
3684
|
+
"pill",
|
|
3685
|
+
"pill-off",
|
|
3686
|
+
"pills",
|
|
3687
|
+
"pin",
|
|
3688
|
+
"pin-end",
|
|
3689
|
+
"pin-invoke",
|
|
3690
|
+
"ping-pong",
|
|
3691
|
+
"pinned",
|
|
3692
|
+
"pinned-off",
|
|
3693
|
+
"pizza",
|
|
3694
|
+
"pizza-off",
|
|
3695
|
+
"placeholder",
|
|
3696
|
+
"plane",
|
|
3697
|
+
"plane-arrival",
|
|
3698
|
+
"plane-departure",
|
|
3699
|
+
"plane-inflight",
|
|
3700
|
+
"plane-off",
|
|
3701
|
+
"plane-tilt",
|
|
3702
|
+
"planet",
|
|
3703
|
+
"planet-off",
|
|
3704
|
+
"plant",
|
|
3705
|
+
"plant-2",
|
|
3706
|
+
"plant-2-off",
|
|
3707
|
+
"plant-off",
|
|
3708
|
+
"play-basketball",
|
|
3709
|
+
"play-card",
|
|
3710
|
+
"play-card-1",
|
|
3711
|
+
"play-card-10",
|
|
3712
|
+
"play-card-2",
|
|
3713
|
+
"play-card-3",
|
|
3714
|
+
"play-card-4",
|
|
3715
|
+
"play-card-5",
|
|
3716
|
+
"play-card-6",
|
|
3717
|
+
"play-card-7",
|
|
3718
|
+
"play-card-8",
|
|
3719
|
+
"play-card-9",
|
|
3720
|
+
"play-card-a",
|
|
3721
|
+
"play-card-j",
|
|
3722
|
+
"play-card-k",
|
|
3723
|
+
"play-card-off",
|
|
3724
|
+
"play-card-q",
|
|
3725
|
+
"play-card-star",
|
|
3726
|
+
"play-football",
|
|
3727
|
+
"play-handball",
|
|
3728
|
+
"play-volleyball",
|
|
3729
|
+
"player-eject",
|
|
3730
|
+
"player-pause",
|
|
3731
|
+
"player-play",
|
|
3732
|
+
"player-record",
|
|
3733
|
+
"player-skip-back",
|
|
3734
|
+
"player-skip-forward",
|
|
3735
|
+
"player-stop",
|
|
3736
|
+
"player-track-next",
|
|
3737
|
+
"player-track-prev",
|
|
3738
|
+
"playlist",
|
|
3739
|
+
"playlist-add",
|
|
3740
|
+
"playlist-off",
|
|
3741
|
+
"playlist-x",
|
|
3742
|
+
"playstation-circle",
|
|
3743
|
+
"playstation-square",
|
|
3744
|
+
"playstation-triangle",
|
|
3745
|
+
"playstation-x",
|
|
3746
|
+
"plug",
|
|
3747
|
+
"plug-connected",
|
|
3748
|
+
"plug-connected-x",
|
|
3749
|
+
"plug-off",
|
|
3750
|
+
"plug-x",
|
|
3751
|
+
"plus",
|
|
3752
|
+
"plus-equal",
|
|
3753
|
+
"plus-minus",
|
|
3754
|
+
"png",
|
|
3755
|
+
"podium",
|
|
3756
|
+
"podium-off",
|
|
3757
|
+
"point",
|
|
3758
|
+
"point-off",
|
|
3759
|
+
"pointer",
|
|
3760
|
+
"pointer-bolt",
|
|
3761
|
+
"pointer-cancel",
|
|
3762
|
+
"pointer-check",
|
|
3763
|
+
"pointer-code",
|
|
3764
|
+
"pointer-cog",
|
|
3765
|
+
"pointer-dollar",
|
|
3766
|
+
"pointer-down",
|
|
3767
|
+
"pointer-exclamation",
|
|
3768
|
+
"pointer-heart",
|
|
3769
|
+
"pointer-minus",
|
|
3770
|
+
"pointer-off",
|
|
3771
|
+
"pointer-pause",
|
|
3772
|
+
"pointer-pin",
|
|
3773
|
+
"pointer-plus",
|
|
3774
|
+
"pointer-question",
|
|
3775
|
+
"pointer-search",
|
|
3776
|
+
"pointer-share",
|
|
3777
|
+
"pointer-star",
|
|
3778
|
+
"pointer-up",
|
|
3779
|
+
"pointer-x",
|
|
3780
|
+
"pokeball",
|
|
3781
|
+
"pokeball-off",
|
|
3782
|
+
"poker-chip",
|
|
3783
|
+
"polaroid",
|
|
3784
|
+
"polygon",
|
|
3785
|
+
"polygon-off",
|
|
3786
|
+
"poo",
|
|
3787
|
+
"pool",
|
|
3788
|
+
"pool-off",
|
|
3789
|
+
"power",
|
|
3790
|
+
"pray",
|
|
3791
|
+
"premium-rights",
|
|
3792
|
+
"prescription",
|
|
3793
|
+
"presentation",
|
|
3794
|
+
"presentation-analytics",
|
|
3795
|
+
"presentation-off",
|
|
3796
|
+
"printer",
|
|
3797
|
+
"printer-off",
|
|
3798
|
+
"prism",
|
|
3799
|
+
"prism-light",
|
|
3800
|
+
"prism-off",
|
|
3801
|
+
"prism-plus",
|
|
3802
|
+
"prison",
|
|
3803
|
+
"progress",
|
|
3804
|
+
"progress-alert",
|
|
3805
|
+
"progress-bolt",
|
|
3806
|
+
"progress-check",
|
|
3807
|
+
"progress-down",
|
|
3808
|
+
"progress-help",
|
|
3809
|
+
"progress-x",
|
|
3810
|
+
"prompt",
|
|
3811
|
+
"prong",
|
|
3812
|
+
"propeller",
|
|
3813
|
+
"propeller-off",
|
|
3814
|
+
"protocol",
|
|
3815
|
+
"pumpkin-scary",
|
|
3816
|
+
"puzzle",
|
|
3817
|
+
"puzzle-2",
|
|
3818
|
+
"puzzle-off",
|
|
3819
|
+
"pyramid",
|
|
3820
|
+
"pyramid-off",
|
|
3821
|
+
"pyramid-plus",
|
|
3822
|
+
"qrcode",
|
|
3823
|
+
"qrcode-off",
|
|
3824
|
+
"question-mark",
|
|
3825
|
+
"quote",
|
|
3826
|
+
"quote-off",
|
|
3827
|
+
"quotes",
|
|
3828
|
+
"radar",
|
|
3829
|
+
"radar-2",
|
|
3830
|
+
"radar-off",
|
|
3831
|
+
"radio",
|
|
3832
|
+
"radio-off",
|
|
3833
|
+
"radioactive",
|
|
3834
|
+
"radioactive-off",
|
|
3835
|
+
"radius-bottom-left",
|
|
3836
|
+
"radius-bottom-right",
|
|
3837
|
+
"radius-top-left",
|
|
3838
|
+
"radius-top-right",
|
|
3839
|
+
"rainbow",
|
|
3840
|
+
"rainbow-off",
|
|
3841
|
+
"rating-12-plus",
|
|
3842
|
+
"rating-14-plus",
|
|
3843
|
+
"rating-16-plus",
|
|
3844
|
+
"rating-18-plus",
|
|
3845
|
+
"rating-21-plus",
|
|
3846
|
+
"razor",
|
|
3847
|
+
"razor-electric",
|
|
3848
|
+
"receipt",
|
|
3849
|
+
"receipt-2",
|
|
3850
|
+
"receipt-bitcoin",
|
|
3851
|
+
"receipt-dollar",
|
|
3852
|
+
"receipt-euro",
|
|
3853
|
+
"receipt-off",
|
|
3854
|
+
"receipt-pound",
|
|
3855
|
+
"receipt-refund",
|
|
3856
|
+
"receipt-rupee",
|
|
3857
|
+
"receipt-tax",
|
|
3858
|
+
"receipt-yen",
|
|
3859
|
+
"receipt-yuan",
|
|
3860
|
+
"recharging",
|
|
3861
|
+
"record-mail",
|
|
3862
|
+
"record-mail-off",
|
|
3863
|
+
"rectangle",
|
|
3864
|
+
"rectangle-rounded-bottom",
|
|
3865
|
+
"rectangle-rounded-top",
|
|
3866
|
+
"rectangle-vertical",
|
|
3867
|
+
"rectangular-prism",
|
|
3868
|
+
"rectangular-prism-off",
|
|
3869
|
+
"rectangular-prism-plus",
|
|
3870
|
+
"recycle",
|
|
3871
|
+
"recycle-off",
|
|
3872
|
+
"refresh",
|
|
3873
|
+
"refresh-alert",
|
|
3874
|
+
"refresh-dot",
|
|
3875
|
+
"refresh-off",
|
|
3876
|
+
"regex",
|
|
3877
|
+
"regex-off",
|
|
3878
|
+
"registered",
|
|
3879
|
+
"relation-many-to-many",
|
|
3880
|
+
"relation-one-to-many",
|
|
3881
|
+
"relation-one-to-one",
|
|
3882
|
+
"reload",
|
|
3883
|
+
"reorder",
|
|
3884
|
+
"repeat",
|
|
3885
|
+
"repeat-off",
|
|
3886
|
+
"repeat-once",
|
|
3887
|
+
"replace",
|
|
3888
|
+
"replace-off",
|
|
3889
|
+
"report",
|
|
3890
|
+
"report-analytics",
|
|
3891
|
+
"report-medical",
|
|
3892
|
+
"report-money",
|
|
3893
|
+
"report-off",
|
|
3894
|
+
"report-search",
|
|
3895
|
+
"reserved-line",
|
|
3896
|
+
"resize",
|
|
3897
|
+
"restore",
|
|
3898
|
+
"rewind-backward-10",
|
|
3899
|
+
"rewind-backward-15",
|
|
3900
|
+
"rewind-backward-20",
|
|
3901
|
+
"rewind-backward-30",
|
|
3902
|
+
"rewind-backward-40",
|
|
3903
|
+
"rewind-backward-5",
|
|
3904
|
+
"rewind-backward-50",
|
|
3905
|
+
"rewind-backward-60",
|
|
3906
|
+
"rewind-forward-10",
|
|
3907
|
+
"rewind-forward-15",
|
|
3908
|
+
"rewind-forward-20",
|
|
3909
|
+
"rewind-forward-30",
|
|
3910
|
+
"rewind-forward-40",
|
|
3911
|
+
"rewind-forward-5",
|
|
3912
|
+
"rewind-forward-50",
|
|
3913
|
+
"rewind-forward-60",
|
|
3914
|
+
"ribbon-health",
|
|
3915
|
+
"rings",
|
|
3916
|
+
"ripple",
|
|
3917
|
+
"ripple-off",
|
|
3918
|
+
"road",
|
|
3919
|
+
"road-off",
|
|
3920
|
+
"road-sign",
|
|
3921
|
+
"robot",
|
|
3922
|
+
"robot-face",
|
|
3923
|
+
"robot-off",
|
|
3924
|
+
"rocket",
|
|
3925
|
+
"rocket-off",
|
|
3926
|
+
"roller-skating",
|
|
3927
|
+
"rollercoaster",
|
|
3928
|
+
"rollercoaster-off",
|
|
3929
|
+
"rosette",
|
|
3930
|
+
"rosette-discount",
|
|
3931
|
+
"rosette-discount-check",
|
|
3932
|
+
"rosette-discount-check-off",
|
|
3933
|
+
"rosette-discount-off",
|
|
3934
|
+
"rosette-number-0",
|
|
3935
|
+
"rosette-number-1",
|
|
3936
|
+
"rosette-number-2",
|
|
3937
|
+
"rosette-number-3",
|
|
3938
|
+
"rosette-number-4",
|
|
3939
|
+
"rosette-number-5",
|
|
3940
|
+
"rosette-number-6",
|
|
3941
|
+
"rosette-number-7",
|
|
3942
|
+
"rosette-number-8",
|
|
3943
|
+
"rosette-number-9",
|
|
3944
|
+
"rotate",
|
|
3945
|
+
"rotate-2",
|
|
3946
|
+
"rotate-360",
|
|
3947
|
+
"rotate-3d",
|
|
3948
|
+
"rotate-clockwise",
|
|
3949
|
+
"rotate-clockwise-2",
|
|
3950
|
+
"rotate-dot",
|
|
3951
|
+
"rotate-rectangle",
|
|
3952
|
+
"route",
|
|
3953
|
+
"route-2",
|
|
3954
|
+
"route-alt-left",
|
|
3955
|
+
"route-alt-right",
|
|
3956
|
+
"route-off",
|
|
3957
|
+
"route-scan",
|
|
3958
|
+
"route-square",
|
|
3959
|
+
"route-square-2",
|
|
3960
|
+
"route-x",
|
|
3961
|
+
"route-x-2",
|
|
3962
|
+
"router",
|
|
3963
|
+
"router-off",
|
|
3964
|
+
"row-insert-bottom",
|
|
3965
|
+
"row-insert-top",
|
|
3966
|
+
"row-remove",
|
|
3967
|
+
"rss",
|
|
3968
|
+
"rubber-stamp",
|
|
3969
|
+
"rubber-stamp-off",
|
|
3970
|
+
"ruler",
|
|
3971
|
+
"ruler-2",
|
|
3972
|
+
"ruler-2-off",
|
|
3973
|
+
"ruler-3",
|
|
3974
|
+
"ruler-measure",
|
|
3975
|
+
"ruler-measure-2",
|
|
3976
|
+
"ruler-off",
|
|
3977
|
+
"run",
|
|
3978
|
+
"rv-truck",
|
|
3979
|
+
"s-turn-down",
|
|
3980
|
+
"s-turn-left",
|
|
3981
|
+
"s-turn-right",
|
|
3982
|
+
"s-turn-up",
|
|
3983
|
+
"sailboat",
|
|
3984
|
+
"sailboat-2",
|
|
3985
|
+
"sailboat-off",
|
|
3986
|
+
"salad",
|
|
3987
|
+
"salt",
|
|
3988
|
+
"sandbox",
|
|
3989
|
+
"satellite",
|
|
3990
|
+
"satellite-off",
|
|
3991
|
+
"sausage",
|
|
3992
|
+
"scale",
|
|
3993
|
+
"scale-off",
|
|
3994
|
+
"scale-outline",
|
|
3995
|
+
"scale-outline-off",
|
|
3996
|
+
"scan",
|
|
3997
|
+
"scan-eye",
|
|
3998
|
+
"scan-position",
|
|
3999
|
+
"schema",
|
|
4000
|
+
"schema-off",
|
|
4001
|
+
"school",
|
|
4002
|
+
"school-bell",
|
|
4003
|
+
"school-off",
|
|
4004
|
+
"scissors",
|
|
4005
|
+
"scissors-off",
|
|
4006
|
+
"scooter",
|
|
4007
|
+
"scooter-electric",
|
|
4008
|
+
"scoreboard",
|
|
4009
|
+
"screen-share",
|
|
4010
|
+
"screen-share-off",
|
|
4011
|
+
"screenshot",
|
|
4012
|
+
"scribble",
|
|
4013
|
+
"scribble-off",
|
|
4014
|
+
"script",
|
|
4015
|
+
"script-minus",
|
|
4016
|
+
"script-plus",
|
|
4017
|
+
"script-x",
|
|
4018
|
+
"scuba-diving",
|
|
4019
|
+
"scuba-diving-tank",
|
|
4020
|
+
"scuba-mask",
|
|
4021
|
+
"scuba-mask-off",
|
|
4022
|
+
"sdk",
|
|
4023
|
+
"search",
|
|
4024
|
+
"search-off",
|
|
4025
|
+
"section",
|
|
4026
|
+
"section-sign",
|
|
4027
|
+
"seeding",
|
|
4028
|
+
"seeding-off",
|
|
4029
|
+
"select",
|
|
4030
|
+
"select-all",
|
|
4031
|
+
"selector",
|
|
4032
|
+
"send",
|
|
4033
|
+
"send-2",
|
|
4034
|
+
"send-off",
|
|
4035
|
+
"seo",
|
|
4036
|
+
"separator",
|
|
4037
|
+
"separator-horizontal",
|
|
4038
|
+
"separator-vertical",
|
|
4039
|
+
"server",
|
|
4040
|
+
"server-2",
|
|
4041
|
+
"server-bolt",
|
|
4042
|
+
"server-cog",
|
|
4043
|
+
"server-off",
|
|
4044
|
+
"server-spark",
|
|
4045
|
+
"servicemark",
|
|
4046
|
+
"settings",
|
|
4047
|
+
"settings-2",
|
|
4048
|
+
"settings-automation",
|
|
4049
|
+
"settings-bolt",
|
|
4050
|
+
"settings-cancel",
|
|
4051
|
+
"settings-check",
|
|
4052
|
+
"settings-code",
|
|
4053
|
+
"settings-cog",
|
|
4054
|
+
"settings-dollar",
|
|
4055
|
+
"settings-down",
|
|
4056
|
+
"settings-exclamation",
|
|
4057
|
+
"settings-heart",
|
|
4058
|
+
"settings-minus",
|
|
4059
|
+
"settings-off",
|
|
4060
|
+
"settings-pause",
|
|
4061
|
+
"settings-pin",
|
|
4062
|
+
"settings-plus",
|
|
4063
|
+
"settings-question",
|
|
4064
|
+
"settings-search",
|
|
4065
|
+
"settings-share",
|
|
4066
|
+
"settings-spark",
|
|
4067
|
+
"settings-star",
|
|
4068
|
+
"settings-up",
|
|
4069
|
+
"settings-x",
|
|
4070
|
+
"shadow",
|
|
4071
|
+
"shadow-off",
|
|
4072
|
+
"shape",
|
|
4073
|
+
"shape-2",
|
|
4074
|
+
"shape-3",
|
|
4075
|
+
"shape-off",
|
|
4076
|
+
"share",
|
|
4077
|
+
"share-2",
|
|
4078
|
+
"share-3",
|
|
4079
|
+
"share-off",
|
|
4080
|
+
"shareplay",
|
|
4081
|
+
"shield",
|
|
4082
|
+
"shield-bolt",
|
|
4083
|
+
"shield-cancel",
|
|
4084
|
+
"shield-check",
|
|
4085
|
+
"shield-checkered",
|
|
4086
|
+
"shield-chevron",
|
|
4087
|
+
"shield-code",
|
|
4088
|
+
"shield-cog",
|
|
4089
|
+
"shield-dollar",
|
|
4090
|
+
"shield-down",
|
|
4091
|
+
"shield-exclamation",
|
|
4092
|
+
"shield-half",
|
|
4093
|
+
"shield-heart",
|
|
4094
|
+
"shield-lock",
|
|
4095
|
+
"shield-minus",
|
|
4096
|
+
"shield-off",
|
|
4097
|
+
"shield-pause",
|
|
4098
|
+
"shield-pin",
|
|
4099
|
+
"shield-plus",
|
|
4100
|
+
"shield-question",
|
|
4101
|
+
"shield-search",
|
|
4102
|
+
"shield-share",
|
|
4103
|
+
"shield-star",
|
|
4104
|
+
"shield-up",
|
|
4105
|
+
"shield-x",
|
|
4106
|
+
"ship",
|
|
4107
|
+
"ship-off",
|
|
4108
|
+
"shirt",
|
|
4109
|
+
"shirt-off",
|
|
4110
|
+
"shirt-sport",
|
|
4111
|
+
"shoe",
|
|
4112
|
+
"shoe-off",
|
|
4113
|
+
"shopping-bag",
|
|
4114
|
+
"shopping-bag-check",
|
|
4115
|
+
"shopping-bag-discount",
|
|
4116
|
+
"shopping-bag-edit",
|
|
4117
|
+
"shopping-bag-exclamation",
|
|
4118
|
+
"shopping-bag-heart",
|
|
4119
|
+
"shopping-bag-minus",
|
|
4120
|
+
"shopping-bag-plus",
|
|
4121
|
+
"shopping-bag-search",
|
|
4122
|
+
"shopping-bag-x",
|
|
4123
|
+
"shopping-cart",
|
|
4124
|
+
"shopping-cart-bolt",
|
|
4125
|
+
"shopping-cart-cancel",
|
|
4126
|
+
"shopping-cart-check",
|
|
4127
|
+
"shopping-cart-code",
|
|
4128
|
+
"shopping-cart-cog",
|
|
4129
|
+
"shopping-cart-copy",
|
|
4130
|
+
"shopping-cart-discount",
|
|
4131
|
+
"shopping-cart-dollar",
|
|
4132
|
+
"shopping-cart-down",
|
|
4133
|
+
"shopping-cart-exclamation",
|
|
4134
|
+
"shopping-cart-heart",
|
|
4135
|
+
"shopping-cart-minus",
|
|
4136
|
+
"shopping-cart-off",
|
|
4137
|
+
"shopping-cart-pause",
|
|
4138
|
+
"shopping-cart-pin",
|
|
4139
|
+
"shopping-cart-plus",
|
|
4140
|
+
"shopping-cart-question",
|
|
4141
|
+
"shopping-cart-search",
|
|
4142
|
+
"shopping-cart-share",
|
|
4143
|
+
"shopping-cart-star",
|
|
4144
|
+
"shopping-cart-up",
|
|
4145
|
+
"shopping-cart-x",
|
|
4146
|
+
"shovel",
|
|
4147
|
+
"shovel-pitchforks",
|
|
4148
|
+
"shredder",
|
|
4149
|
+
"sign-left",
|
|
4150
|
+
"sign-right",
|
|
4151
|
+
"signal-2g",
|
|
4152
|
+
"signal-3g",
|
|
4153
|
+
"signal-4g",
|
|
4154
|
+
"signal-4g-plus",
|
|
4155
|
+
"signal-5g",
|
|
4156
|
+
"signal-6g",
|
|
4157
|
+
"signal-e",
|
|
4158
|
+
"signal-g",
|
|
4159
|
+
"signal-h",
|
|
4160
|
+
"signal-h-plus",
|
|
4161
|
+
"signal-lte",
|
|
4162
|
+
"signature",
|
|
4163
|
+
"signature-off",
|
|
4164
|
+
"sitemap",
|
|
4165
|
+
"sitemap-off",
|
|
4166
|
+
"skateboard",
|
|
4167
|
+
"skateboard-off",
|
|
4168
|
+
"skateboarding",
|
|
4169
|
+
"skew-x",
|
|
4170
|
+
"skew-y",
|
|
4171
|
+
"ski-jumping",
|
|
4172
|
+
"skull",
|
|
4173
|
+
"slash",
|
|
4174
|
+
"slashes",
|
|
4175
|
+
"sleigh",
|
|
4176
|
+
"slice",
|
|
4177
|
+
"slideshow",
|
|
4178
|
+
"smart-home",
|
|
4179
|
+
"smart-home-off",
|
|
4180
|
+
"smoking",
|
|
4181
|
+
"smoking-no",
|
|
4182
|
+
"snowboarding",
|
|
4183
|
+
"snowflake",
|
|
4184
|
+
"snowflake-off",
|
|
4185
|
+
"snowman",
|
|
4186
|
+
"soccer-field",
|
|
4187
|
+
"social",
|
|
4188
|
+
"social-off",
|
|
4189
|
+
"sock",
|
|
4190
|
+
"sofa",
|
|
4191
|
+
"sofa-off",
|
|
4192
|
+
"solar-electricity",
|
|
4193
|
+
"solar-panel",
|
|
4194
|
+
"solar-panel-2",
|
|
4195
|
+
"sort-0-9",
|
|
4196
|
+
"sort-9-0",
|
|
4197
|
+
"sort-a-z",
|
|
4198
|
+
"sort-ascending",
|
|
4199
|
+
"sort-ascending-2",
|
|
4200
|
+
"sort-ascending-letters",
|
|
4201
|
+
"sort-ascending-numbers",
|
|
4202
|
+
"sort-ascending-shapes",
|
|
4203
|
+
"sort-ascending-small-big",
|
|
4204
|
+
"sort-descending",
|
|
4205
|
+
"sort-descending-2",
|
|
4206
|
+
"sort-descending-letters",
|
|
4207
|
+
"sort-descending-numbers",
|
|
4208
|
+
"sort-descending-shapes",
|
|
4209
|
+
"sort-descending-small-big",
|
|
4210
|
+
"sort-z-a",
|
|
4211
|
+
"sos",
|
|
4212
|
+
"soup",
|
|
4213
|
+
"soup-off",
|
|
4214
|
+
"source-code",
|
|
4215
|
+
"space",
|
|
4216
|
+
"space-off",
|
|
4217
|
+
"spaces",
|
|
4218
|
+
"spacing-horizontal",
|
|
4219
|
+
"spacing-vertical",
|
|
4220
|
+
"spade",
|
|
4221
|
+
"sparkles",
|
|
4222
|
+
"speakerphone",
|
|
4223
|
+
"speedboat",
|
|
4224
|
+
"sphere",
|
|
4225
|
+
"sphere-off",
|
|
4226
|
+
"sphere-plus",
|
|
4227
|
+
"spider",
|
|
4228
|
+
"spiral",
|
|
4229
|
+
"spiral-off",
|
|
4230
|
+
"sport-billard",
|
|
4231
|
+
"spray",
|
|
4232
|
+
"spy",
|
|
4233
|
+
"spy-off",
|
|
4234
|
+
"sql",
|
|
4235
|
+
"square",
|
|
4236
|
+
"square-arrow-down",
|
|
4237
|
+
"square-arrow-left",
|
|
4238
|
+
"square-arrow-right",
|
|
4239
|
+
"square-arrow-up",
|
|
4240
|
+
"square-asterisk",
|
|
4241
|
+
"square-check",
|
|
4242
|
+
"square-chevron-down",
|
|
4243
|
+
"square-chevron-left",
|
|
4244
|
+
"square-chevron-right",
|
|
4245
|
+
"square-chevron-up",
|
|
4246
|
+
"square-chevrons-down",
|
|
4247
|
+
"square-chevrons-left",
|
|
4248
|
+
"square-chevrons-right",
|
|
4249
|
+
"square-chevrons-up",
|
|
4250
|
+
"square-dot",
|
|
4251
|
+
"square-f0",
|
|
4252
|
+
"square-f1",
|
|
4253
|
+
"square-f2",
|
|
4254
|
+
"square-f3",
|
|
4255
|
+
"square-f4",
|
|
4256
|
+
"square-f5",
|
|
4257
|
+
"square-f6",
|
|
4258
|
+
"square-f7",
|
|
4259
|
+
"square-f8",
|
|
4260
|
+
"square-f9",
|
|
4261
|
+
"square-forbid",
|
|
4262
|
+
"square-forbid-2",
|
|
4263
|
+
"square-half",
|
|
4264
|
+
"square-key",
|
|
4265
|
+
"square-letter-a",
|
|
4266
|
+
"square-letter-b",
|
|
4267
|
+
"square-letter-c",
|
|
4268
|
+
"square-letter-d",
|
|
4269
|
+
"square-letter-e",
|
|
4270
|
+
"square-letter-f",
|
|
4271
|
+
"square-letter-g",
|
|
4272
|
+
"square-letter-h",
|
|
4273
|
+
"square-letter-i",
|
|
4274
|
+
"square-letter-j",
|
|
4275
|
+
"square-letter-k",
|
|
4276
|
+
"square-letter-l",
|
|
4277
|
+
"square-letter-m",
|
|
4278
|
+
"square-letter-n",
|
|
4279
|
+
"square-letter-o",
|
|
4280
|
+
"square-letter-p",
|
|
4281
|
+
"square-letter-q",
|
|
4282
|
+
"square-letter-r",
|
|
4283
|
+
"square-letter-s",
|
|
4284
|
+
"square-letter-t",
|
|
4285
|
+
"square-letter-u",
|
|
4286
|
+
"square-letter-v",
|
|
4287
|
+
"square-letter-w",
|
|
4288
|
+
"square-letter-x",
|
|
4289
|
+
"square-letter-y",
|
|
4290
|
+
"square-letter-z",
|
|
4291
|
+
"square-minus",
|
|
4292
|
+
"square-number-0",
|
|
4293
|
+
"square-number-1",
|
|
4294
|
+
"square-number-2",
|
|
4295
|
+
"square-number-3",
|
|
4296
|
+
"square-number-4",
|
|
4297
|
+
"square-number-5",
|
|
4298
|
+
"square-number-6",
|
|
4299
|
+
"square-number-7",
|
|
4300
|
+
"square-number-8",
|
|
4301
|
+
"square-number-9",
|
|
4302
|
+
"square-off",
|
|
4303
|
+
"square-percentage",
|
|
4304
|
+
"square-plus",
|
|
4305
|
+
"square-plus-2",
|
|
4306
|
+
"square-root",
|
|
4307
|
+
"square-root-2",
|
|
4308
|
+
"square-rotated",
|
|
4309
|
+
"square-rotated-forbid",
|
|
4310
|
+
"square-rotated-forbid-2",
|
|
4311
|
+
"square-rotated-off",
|
|
4312
|
+
"square-rounded",
|
|
4313
|
+
"square-rounded-arrow-down",
|
|
4314
|
+
"square-rounded-arrow-left",
|
|
4315
|
+
"square-rounded-arrow-right",
|
|
4316
|
+
"square-rounded-arrow-up",
|
|
4317
|
+
"square-rounded-check",
|
|
4318
|
+
"square-rounded-chevron-down",
|
|
4319
|
+
"square-rounded-chevron-left",
|
|
4320
|
+
"square-rounded-chevron-right",
|
|
4321
|
+
"square-rounded-chevron-up",
|
|
4322
|
+
"square-rounded-chevrons-down",
|
|
4323
|
+
"square-rounded-chevrons-left",
|
|
4324
|
+
"square-rounded-chevrons-right",
|
|
4325
|
+
"square-rounded-chevrons-up",
|
|
4326
|
+
"square-rounded-letter-a",
|
|
4327
|
+
"square-rounded-letter-b",
|
|
4328
|
+
"square-rounded-letter-c",
|
|
4329
|
+
"square-rounded-letter-d",
|
|
4330
|
+
"square-rounded-letter-e",
|
|
4331
|
+
"square-rounded-letter-f",
|
|
4332
|
+
"square-rounded-letter-g",
|
|
4333
|
+
"square-rounded-letter-h",
|
|
4334
|
+
"square-rounded-letter-i",
|
|
4335
|
+
"square-rounded-letter-j",
|
|
4336
|
+
"square-rounded-letter-k",
|
|
4337
|
+
"square-rounded-letter-l",
|
|
4338
|
+
"square-rounded-letter-m",
|
|
4339
|
+
"square-rounded-letter-n",
|
|
4340
|
+
"square-rounded-letter-o",
|
|
4341
|
+
"square-rounded-letter-p",
|
|
4342
|
+
"square-rounded-letter-q",
|
|
4343
|
+
"square-rounded-letter-r",
|
|
4344
|
+
"square-rounded-letter-s",
|
|
4345
|
+
"square-rounded-letter-t",
|
|
4346
|
+
"square-rounded-letter-u",
|
|
4347
|
+
"square-rounded-letter-v",
|
|
4348
|
+
"square-rounded-letter-w",
|
|
4349
|
+
"square-rounded-letter-x",
|
|
4350
|
+
"square-rounded-letter-y",
|
|
4351
|
+
"square-rounded-letter-z",
|
|
4352
|
+
"square-rounded-minus",
|
|
4353
|
+
"square-rounded-minus-2",
|
|
4354
|
+
"square-rounded-number-0",
|
|
4355
|
+
"square-rounded-number-1",
|
|
4356
|
+
"square-rounded-number-2",
|
|
4357
|
+
"square-rounded-number-3",
|
|
4358
|
+
"square-rounded-number-4",
|
|
4359
|
+
"square-rounded-number-5",
|
|
4360
|
+
"square-rounded-number-6",
|
|
4361
|
+
"square-rounded-number-7",
|
|
4362
|
+
"square-rounded-number-8",
|
|
4363
|
+
"square-rounded-number-9",
|
|
4364
|
+
"square-rounded-percentage",
|
|
4365
|
+
"square-rounded-plus",
|
|
4366
|
+
"square-rounded-plus-2",
|
|
4367
|
+
"square-rounded-x",
|
|
4368
|
+
"square-toggle",
|
|
4369
|
+
"square-toggle-horizontal",
|
|
4370
|
+
"square-x",
|
|
4371
|
+
"squares",
|
|
4372
|
+
"squares-diagonal",
|
|
4373
|
+
"squares-selected",
|
|
4374
|
+
"stack",
|
|
4375
|
+
"stack-2",
|
|
4376
|
+
"stack-3",
|
|
4377
|
+
"stack-back",
|
|
4378
|
+
"stack-backward",
|
|
4379
|
+
"stack-forward",
|
|
4380
|
+
"stack-front",
|
|
4381
|
+
"stack-middle",
|
|
4382
|
+
"stack-pop",
|
|
4383
|
+
"stack-push",
|
|
4384
|
+
"stairs",
|
|
4385
|
+
"stairs-down",
|
|
4386
|
+
"stairs-up",
|
|
4387
|
+
"star",
|
|
4388
|
+
"star-half",
|
|
4389
|
+
"star-off",
|
|
4390
|
+
"stars",
|
|
4391
|
+
"stars-off",
|
|
4392
|
+
"status-change",
|
|
4393
|
+
"steam",
|
|
4394
|
+
"steering-wheel",
|
|
4395
|
+
"steering-wheel-off",
|
|
4396
|
+
"step-into",
|
|
4397
|
+
"step-out",
|
|
4398
|
+
"stereo-glasses",
|
|
4399
|
+
"stethoscope",
|
|
4400
|
+
"stethoscope-off",
|
|
4401
|
+
"sticker",
|
|
4402
|
+
"sticker-2",
|
|
4403
|
+
"stopwatch",
|
|
4404
|
+
"storm",
|
|
4405
|
+
"storm-off",
|
|
4406
|
+
"stretching",
|
|
4407
|
+
"stretching-2",
|
|
4408
|
+
"strikethrough",
|
|
4409
|
+
"submarine",
|
|
4410
|
+
"subscript",
|
|
4411
|
+
"subtask",
|
|
4412
|
+
"sum",
|
|
4413
|
+
"sum-off",
|
|
4414
|
+
"sun",
|
|
4415
|
+
"sun-electricity",
|
|
4416
|
+
"sun-high",
|
|
4417
|
+
"sun-low",
|
|
4418
|
+
"sun-moon",
|
|
4419
|
+
"sun-off",
|
|
4420
|
+
"sun-wind",
|
|
4421
|
+
"sunglasses",
|
|
4422
|
+
"sunrise",
|
|
4423
|
+
"sunset",
|
|
4424
|
+
"sunset-2",
|
|
4425
|
+
"superscript",
|
|
4426
|
+
"svg",
|
|
4427
|
+
"swimming",
|
|
4428
|
+
"swipe",
|
|
4429
|
+
"swipe-down",
|
|
4430
|
+
"swipe-left",
|
|
4431
|
+
"swipe-right",
|
|
4432
|
+
"swipe-up",
|
|
4433
|
+
"switch",
|
|
4434
|
+
"switch-2",
|
|
4435
|
+
"switch-3",
|
|
4436
|
+
"switch-horizontal",
|
|
4437
|
+
"switch-vertical",
|
|
4438
|
+
"sword",
|
|
4439
|
+
"sword-off",
|
|
4440
|
+
"swords",
|
|
4441
|
+
"table",
|
|
4442
|
+
"table-alias",
|
|
4443
|
+
"table-column",
|
|
4444
|
+
"table-down",
|
|
4445
|
+
"table-export",
|
|
4446
|
+
"table-heart",
|
|
4447
|
+
"table-import",
|
|
4448
|
+
"table-minus",
|
|
4449
|
+
"table-off",
|
|
4450
|
+
"table-options",
|
|
4451
|
+
"table-plus",
|
|
4452
|
+
"table-row",
|
|
4453
|
+
"table-share",
|
|
4454
|
+
"table-shortcut",
|
|
4455
|
+
"table-spark",
|
|
4456
|
+
"tag",
|
|
4457
|
+
"tag-off",
|
|
4458
|
+
"tag-starred",
|
|
4459
|
+
"tags",
|
|
4460
|
+
"tags-off",
|
|
4461
|
+
"tallymark-1",
|
|
4462
|
+
"tallymark-2",
|
|
4463
|
+
"tallymark-3",
|
|
4464
|
+
"tallymark-4",
|
|
4465
|
+
"tallymarks",
|
|
4466
|
+
"tank",
|
|
4467
|
+
"target",
|
|
4468
|
+
"target-arrow",
|
|
4469
|
+
"target-off",
|
|
4470
|
+
"tax",
|
|
4471
|
+
"tax-euro",
|
|
4472
|
+
"tax-pound",
|
|
4473
|
+
"teapot",
|
|
4474
|
+
"telescope",
|
|
4475
|
+
"telescope-off",
|
|
4476
|
+
"temperature",
|
|
4477
|
+
"temperature-celsius",
|
|
4478
|
+
"temperature-fahrenheit",
|
|
4479
|
+
"temperature-minus",
|
|
4480
|
+
"temperature-off",
|
|
4481
|
+
"temperature-plus",
|
|
4482
|
+
"temperature-snow",
|
|
4483
|
+
"temperature-sun",
|
|
4484
|
+
"template",
|
|
4485
|
+
"template-off",
|
|
4486
|
+
"tent",
|
|
4487
|
+
"tent-off",
|
|
4488
|
+
"terminal",
|
|
4489
|
+
"terminal-2",
|
|
4490
|
+
"test-pipe",
|
|
4491
|
+
"test-pipe-2",
|
|
4492
|
+
"test-pipe-off",
|
|
4493
|
+
"tex",
|
|
4494
|
+
"text-caption",
|
|
4495
|
+
"text-color",
|
|
4496
|
+
"text-decrease",
|
|
4497
|
+
"text-direction-ltr",
|
|
4498
|
+
"text-direction-rtl",
|
|
4499
|
+
"text-grammar",
|
|
4500
|
+
"text-increase",
|
|
4501
|
+
"text-orientation",
|
|
4502
|
+
"text-plus",
|
|
4503
|
+
"text-recognition",
|
|
4504
|
+
"text-resize",
|
|
4505
|
+
"text-scan-2",
|
|
4506
|
+
"text-size",
|
|
4507
|
+
"text-spellcheck",
|
|
4508
|
+
"text-wrap",
|
|
4509
|
+
"text-wrap-column",
|
|
4510
|
+
"text-wrap-disabled",
|
|
4511
|
+
"texture",
|
|
4512
|
+
"theater",
|
|
4513
|
+
"thermometer",
|
|
4514
|
+
"thumb-down",
|
|
4515
|
+
"thumb-down-off",
|
|
4516
|
+
"thumb-up",
|
|
4517
|
+
"thumb-up-off",
|
|
4518
|
+
"tic-tac",
|
|
4519
|
+
"ticket",
|
|
4520
|
+
"ticket-off",
|
|
4521
|
+
"tie",
|
|
4522
|
+
"tilde",
|
|
4523
|
+
"tilt-shift",
|
|
4524
|
+
"tilt-shift-off",
|
|
4525
|
+
"time-duration-0",
|
|
4526
|
+
"time-duration-10",
|
|
4527
|
+
"time-duration-15",
|
|
4528
|
+
"time-duration-30",
|
|
4529
|
+
"time-duration-45",
|
|
4530
|
+
"time-duration-5",
|
|
4531
|
+
"time-duration-60",
|
|
4532
|
+
"time-duration-90",
|
|
4533
|
+
"time-duration-off",
|
|
4534
|
+
"timeline",
|
|
4535
|
+
"timeline-event",
|
|
4536
|
+
"timeline-event-exclamation",
|
|
4537
|
+
"timeline-event-minus",
|
|
4538
|
+
"timeline-event-plus",
|
|
4539
|
+
"timeline-event-text",
|
|
4540
|
+
"timeline-event-x",
|
|
4541
|
+
"timezone",
|
|
4542
|
+
"tip-jar",
|
|
4543
|
+
"tip-jar-euro",
|
|
4544
|
+
"tip-jar-pound",
|
|
4545
|
+
"tir",
|
|
4546
|
+
"toggle-left",
|
|
4547
|
+
"toggle-right",
|
|
4548
|
+
"toilet-paper",
|
|
4549
|
+
"toilet-paper-off",
|
|
4550
|
+
"toml",
|
|
4551
|
+
"tool",
|
|
4552
|
+
"tools",
|
|
4553
|
+
"tools-kitchen",
|
|
4554
|
+
"tools-kitchen-2",
|
|
4555
|
+
"tools-kitchen-2-off",
|
|
4556
|
+
"tools-kitchen-3",
|
|
4557
|
+
"tools-kitchen-off",
|
|
4558
|
+
"tools-off",
|
|
4559
|
+
"tooltip",
|
|
4560
|
+
"topology-bus",
|
|
4561
|
+
"topology-complex",
|
|
4562
|
+
"topology-full",
|
|
4563
|
+
"topology-full-hierarchy",
|
|
4564
|
+
"topology-ring",
|
|
4565
|
+
"topology-ring-2",
|
|
4566
|
+
"topology-ring-3",
|
|
4567
|
+
"topology-star",
|
|
4568
|
+
"topology-star-2",
|
|
4569
|
+
"topology-star-3",
|
|
4570
|
+
"topology-star-ring",
|
|
4571
|
+
"topology-star-ring-2",
|
|
4572
|
+
"topology-star-ring-3",
|
|
4573
|
+
"torii",
|
|
4574
|
+
"tornado",
|
|
4575
|
+
"tournament",
|
|
4576
|
+
"tower",
|
|
4577
|
+
"tower-off",
|
|
4578
|
+
"track",
|
|
4579
|
+
"tractor",
|
|
4580
|
+
"trademark",
|
|
4581
|
+
"traffic-cone",
|
|
4582
|
+
"traffic-cone-off",
|
|
4583
|
+
"traffic-lights",
|
|
4584
|
+
"traffic-lights-off",
|
|
4585
|
+
"train",
|
|
4586
|
+
"transaction-bitcoin",
|
|
4587
|
+
"transaction-dollar",
|
|
4588
|
+
"transaction-euro",
|
|
4589
|
+
"transaction-pound",
|
|
4590
|
+
"transaction-rupee",
|
|
4591
|
+
"transaction-yen",
|
|
4592
|
+
"transaction-yuan",
|
|
4593
|
+
"transfer",
|
|
4594
|
+
"transfer-in",
|
|
4595
|
+
"transfer-out",
|
|
4596
|
+
"transfer-vertical",
|
|
4597
|
+
"transform",
|
|
4598
|
+
"transform-point",
|
|
4599
|
+
"transform-point-bottom-left",
|
|
4600
|
+
"transform-point-bottom-right",
|
|
4601
|
+
"transform-point-top-left",
|
|
4602
|
+
"transform-point-top-right",
|
|
4603
|
+
"transition-bottom",
|
|
4604
|
+
"transition-left",
|
|
4605
|
+
"transition-right",
|
|
4606
|
+
"transition-top",
|
|
4607
|
+
"trash",
|
|
4608
|
+
"trash-off",
|
|
4609
|
+
"trash-x",
|
|
4610
|
+
"treadmill",
|
|
4611
|
+
"tree",
|
|
4612
|
+
"trees",
|
|
4613
|
+
"trekking",
|
|
4614
|
+
"trending-down",
|
|
4615
|
+
"trending-down-2",
|
|
4616
|
+
"trending-down-3",
|
|
4617
|
+
"trending-up",
|
|
4618
|
+
"trending-up-2",
|
|
4619
|
+
"trending-up-3",
|
|
4620
|
+
"triangle",
|
|
4621
|
+
"triangle-inverted",
|
|
4622
|
+
"triangle-minus",
|
|
4623
|
+
"triangle-minus-2",
|
|
4624
|
+
"triangle-off",
|
|
4625
|
+
"triangle-plus",
|
|
4626
|
+
"triangle-plus-2",
|
|
4627
|
+
"triangle-square-circle",
|
|
4628
|
+
"triangles",
|
|
4629
|
+
"trident",
|
|
4630
|
+
"trolley",
|
|
4631
|
+
"trophy",
|
|
4632
|
+
"trophy-off",
|
|
4633
|
+
"trowel",
|
|
4634
|
+
"truck",
|
|
4635
|
+
"truck-delivery",
|
|
4636
|
+
"truck-loading",
|
|
4637
|
+
"truck-off",
|
|
4638
|
+
"truck-return",
|
|
4639
|
+
"txt",
|
|
4640
|
+
"typeface",
|
|
4641
|
+
"typography",
|
|
4642
|
+
"typography-off",
|
|
4643
|
+
"u-turn-left",
|
|
4644
|
+
"u-turn-right",
|
|
4645
|
+
"ufo",
|
|
4646
|
+
"ufo-off",
|
|
4647
|
+
"umbrella",
|
|
4648
|
+
"umbrella-2",
|
|
4649
|
+
"umbrella-closed",
|
|
4650
|
+
"umbrella-closed-2",
|
|
4651
|
+
"umbrella-off",
|
|
4652
|
+
"underline",
|
|
4653
|
+
"universe",
|
|
4654
|
+
"unlink",
|
|
4655
|
+
"upload",
|
|
4656
|
+
"urgent",
|
|
4657
|
+
"usb",
|
|
4658
|
+
"user",
|
|
4659
|
+
"user-bitcoin",
|
|
4660
|
+
"user-bolt",
|
|
4661
|
+
"user-cancel",
|
|
4662
|
+
"user-check",
|
|
4663
|
+
"user-circle",
|
|
4664
|
+
"user-code",
|
|
4665
|
+
"user-cog",
|
|
4666
|
+
"user-dollar",
|
|
4667
|
+
"user-down",
|
|
4668
|
+
"user-edit",
|
|
4669
|
+
"user-exclamation",
|
|
4670
|
+
"user-heart",
|
|
4671
|
+
"user-hexagon",
|
|
4672
|
+
"user-minus",
|
|
4673
|
+
"user-off",
|
|
4674
|
+
"user-pause",
|
|
4675
|
+
"user-pentagon",
|
|
4676
|
+
"user-pin",
|
|
4677
|
+
"user-plus",
|
|
4678
|
+
"user-question",
|
|
4679
|
+
"user-scan",
|
|
4680
|
+
"user-screen",
|
|
4681
|
+
"user-search",
|
|
4682
|
+
"user-share",
|
|
4683
|
+
"user-shield",
|
|
4684
|
+
"user-square",
|
|
4685
|
+
"user-square-rounded",
|
|
4686
|
+
"user-star",
|
|
4687
|
+
"user-up",
|
|
4688
|
+
"user-x",
|
|
4689
|
+
"users",
|
|
4690
|
+
"users-group",
|
|
4691
|
+
"users-minus",
|
|
4692
|
+
"users-plus",
|
|
4693
|
+
"uv-index",
|
|
4694
|
+
"ux-circle",
|
|
4695
|
+
"vaccine",
|
|
4696
|
+
"vaccine-bottle",
|
|
4697
|
+
"vaccine-bottle-off",
|
|
4698
|
+
"vaccine-off",
|
|
4699
|
+
"vacuum-cleaner",
|
|
4700
|
+
"variable",
|
|
4701
|
+
"variable-minus",
|
|
4702
|
+
"variable-off",
|
|
4703
|
+
"variable-plus",
|
|
4704
|
+
"vector",
|
|
4705
|
+
"vector-bezier",
|
|
4706
|
+
"vector-bezier-2",
|
|
4707
|
+
"vector-bezier-arc",
|
|
4708
|
+
"vector-bezier-circle",
|
|
4709
|
+
"vector-off",
|
|
4710
|
+
"vector-spline",
|
|
4711
|
+
"vector-triangle",
|
|
4712
|
+
"vector-triangle-off",
|
|
4713
|
+
"venus",
|
|
4714
|
+
"versions",
|
|
4715
|
+
"versions-off",
|
|
4716
|
+
"video",
|
|
4717
|
+
"video-minus",
|
|
4718
|
+
"video-off",
|
|
4719
|
+
"video-plus",
|
|
4720
|
+
"view-360",
|
|
4721
|
+
"view-360-arrow",
|
|
4722
|
+
"view-360-number",
|
|
4723
|
+
"view-360-off",
|
|
4724
|
+
"viewfinder",
|
|
4725
|
+
"viewfinder-off",
|
|
4726
|
+
"viewport-narrow",
|
|
4727
|
+
"viewport-short",
|
|
4728
|
+
"viewport-tall",
|
|
4729
|
+
"viewport-wide",
|
|
4730
|
+
"vinyl",
|
|
4731
|
+
"vip",
|
|
4732
|
+
"vip-off",
|
|
4733
|
+
"virus",
|
|
4734
|
+
"virus-off",
|
|
4735
|
+
"virus-search",
|
|
4736
|
+
"vocabulary",
|
|
4737
|
+
"vocabulary-off",
|
|
4738
|
+
"volcano",
|
|
4739
|
+
"volume",
|
|
4740
|
+
"volume-2",
|
|
4741
|
+
"volume-3",
|
|
4742
|
+
"volume-off",
|
|
4743
|
+
"vs",
|
|
4744
|
+
"walk",
|
|
4745
|
+
"wall",
|
|
4746
|
+
"wall-off",
|
|
4747
|
+
"wallet",
|
|
4748
|
+
"wallet-off",
|
|
4749
|
+
"wallpaper",
|
|
4750
|
+
"wallpaper-off",
|
|
4751
|
+
"wand",
|
|
4752
|
+
"wand-off",
|
|
4753
|
+
"wash",
|
|
4754
|
+
"wash-dry",
|
|
4755
|
+
"wash-dry-1",
|
|
4756
|
+
"wash-dry-2",
|
|
4757
|
+
"wash-dry-3",
|
|
4758
|
+
"wash-dry-a",
|
|
4759
|
+
"wash-dry-dip",
|
|
4760
|
+
"wash-dry-f",
|
|
4761
|
+
"wash-dry-flat",
|
|
4762
|
+
"wash-dry-hang",
|
|
4763
|
+
"wash-dry-off",
|
|
4764
|
+
"wash-dry-p",
|
|
4765
|
+
"wash-dry-shade",
|
|
4766
|
+
"wash-dry-w",
|
|
4767
|
+
"wash-dryclean",
|
|
4768
|
+
"wash-dryclean-off",
|
|
4769
|
+
"wash-eco",
|
|
4770
|
+
"wash-gentle",
|
|
4771
|
+
"wash-hand",
|
|
4772
|
+
"wash-machine",
|
|
4773
|
+
"wash-off",
|
|
4774
|
+
"wash-press",
|
|
4775
|
+
"wash-temperature-1",
|
|
4776
|
+
"wash-temperature-2",
|
|
4777
|
+
"wash-temperature-3",
|
|
4778
|
+
"wash-temperature-4",
|
|
4779
|
+
"wash-temperature-5",
|
|
4780
|
+
"wash-temperature-6",
|
|
4781
|
+
"wash-tumble-dry",
|
|
4782
|
+
"wash-tumble-off",
|
|
4783
|
+
"waterpolo",
|
|
4784
|
+
"wave-saw-tool",
|
|
4785
|
+
"wave-sine",
|
|
4786
|
+
"wave-square",
|
|
4787
|
+
"waves-electricity",
|
|
4788
|
+
"webhook",
|
|
4789
|
+
"webhook-off",
|
|
4790
|
+
"weight",
|
|
4791
|
+
"wheel",
|
|
4792
|
+
"wheelchair",
|
|
4793
|
+
"wheelchair-off",
|
|
4794
|
+
"whirl",
|
|
4795
|
+
"wifi",
|
|
4796
|
+
"wifi-0",
|
|
4797
|
+
"wifi-1",
|
|
4798
|
+
"wifi-2",
|
|
4799
|
+
"wifi-off",
|
|
4800
|
+
"wind",
|
|
4801
|
+
"wind-electricity",
|
|
4802
|
+
"wind-off",
|
|
4803
|
+
"windmill",
|
|
4804
|
+
"windmill-off",
|
|
4805
|
+
"window",
|
|
4806
|
+
"window-maximize",
|
|
4807
|
+
"window-minimize",
|
|
4808
|
+
"window-off",
|
|
4809
|
+
"windsock",
|
|
4810
|
+
"wiper",
|
|
4811
|
+
"wiper-wash",
|
|
4812
|
+
"woman",
|
|
4813
|
+
"wood",
|
|
4814
|
+
"world",
|
|
4815
|
+
"world-bolt",
|
|
4816
|
+
"world-cancel",
|
|
4817
|
+
"world-check",
|
|
4818
|
+
"world-code",
|
|
4819
|
+
"world-cog",
|
|
4820
|
+
"world-dollar",
|
|
4821
|
+
"world-down",
|
|
4822
|
+
"world-download",
|
|
4823
|
+
"world-exclamation",
|
|
4824
|
+
"world-heart",
|
|
4825
|
+
"world-latitude",
|
|
4826
|
+
"world-longitude",
|
|
4827
|
+
"world-minus",
|
|
4828
|
+
"world-off",
|
|
4829
|
+
"world-pause",
|
|
4830
|
+
"world-pin",
|
|
4831
|
+
"world-plus",
|
|
4832
|
+
"world-question",
|
|
4833
|
+
"world-search",
|
|
4834
|
+
"world-share",
|
|
4835
|
+
"world-star",
|
|
4836
|
+
"world-up",
|
|
4837
|
+
"world-upload",
|
|
4838
|
+
"world-www",
|
|
4839
|
+
"world-x",
|
|
4840
|
+
"wrecking-ball",
|
|
4841
|
+
"writing",
|
|
4842
|
+
"writing-off",
|
|
4843
|
+
"writing-sign",
|
|
4844
|
+
"writing-sign-off",
|
|
4845
|
+
"x",
|
|
4846
|
+
"xbox-a",
|
|
4847
|
+
"xbox-b",
|
|
4848
|
+
"xbox-x",
|
|
4849
|
+
"xbox-y",
|
|
4850
|
+
"xd",
|
|
4851
|
+
"xxx",
|
|
4852
|
+
"yin-yang",
|
|
4853
|
+
"yoga",
|
|
4854
|
+
"zeppelin",
|
|
4855
|
+
"zeppelin-off",
|
|
4856
|
+
"zip",
|
|
4857
|
+
"zodiac-aquarius",
|
|
4858
|
+
"zodiac-aries",
|
|
4859
|
+
"zodiac-cancer",
|
|
4860
|
+
"zodiac-capricorn",
|
|
4861
|
+
"zodiac-gemini",
|
|
4862
|
+
"zodiac-leo",
|
|
4863
|
+
"zodiac-libra",
|
|
4864
|
+
"zodiac-pisces",
|
|
4865
|
+
"zodiac-sagittarius",
|
|
4866
|
+
"zodiac-scorpio",
|
|
4867
|
+
"zodiac-taurus",
|
|
4868
|
+
"zodiac-virgo",
|
|
4869
|
+
"zoom",
|
|
4870
|
+
"zoom-cancel",
|
|
4871
|
+
"zoom-check",
|
|
4872
|
+
"zoom-code",
|
|
4873
|
+
"zoom-exclamation",
|
|
4874
|
+
"zoom-in",
|
|
4875
|
+
"zoom-in-area",
|
|
4876
|
+
"zoom-money",
|
|
4877
|
+
"zoom-out",
|
|
4878
|
+
"zoom-out-area",
|
|
4879
|
+
"zoom-pan",
|
|
4880
|
+
"zoom-question",
|
|
4881
|
+
"zoom-replace",
|
|
4882
|
+
"zoom-reset",
|
|
4883
|
+
"zoom-scan",
|
|
4884
|
+
"zzz",
|
|
4885
|
+
"zzz-off"
|
|
4886
|
+
]
|
|
4887
|
+
};
|
|
4888
|
+
//# sourceMappingURL=tabler.js.map
|