huspy-icons 0.3.39 → 0.3.41
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/dist/fonts/HuspyIcons.css +102 -96
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +94 -92
- package/dist/fonts/HuspyIcons.ts +98 -92
- package/dist/fonts/HuspyIcons.ttf +0 -0
- package/dist/fonts/HuspyIcons.woff +0 -0
- package/dist/fonts/HuspyIcons.woff2 +0 -0
- package/dist/native/index.d.ts +1 -1
- package/dist/native/index.js +94 -92
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +6 -2
- package/dist/react/index.d.ts +6 -2
- package/dist/react/index.js +781 -681
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +672 -572
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +95 -93
- package/src/react/Download.tsx +38 -0
- package/src/react/Icon.tsx +7 -1
- package/src/react/Link.tsx +24 -0
- package/src/react/index.ts +2 -0
- package/src/react/index.tsx +2 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "HuspyIcons";
|
|
3
|
-
src: url(".//HuspyIcons.ttf?
|
|
4
|
-
url(".//HuspyIcons.woff?
|
|
5
|
-
url(".//HuspyIcons.woff2?
|
|
6
|
-
url(".//HuspyIcons.eot?
|
|
3
|
+
src: url(".//HuspyIcons.ttf?810fda25a13e17ad33e1629bc592fb6d") format("truetype"),
|
|
4
|
+
url(".//HuspyIcons.woff?810fda25a13e17ad33e1629bc592fb6d") format("woff"),
|
|
5
|
+
url(".//HuspyIcons.woff2?810fda25a13e17ad33e1629bc592fb6d") format("woff2"),
|
|
6
|
+
url(".//HuspyIcons.eot?810fda25a13e17ad33e1629bc592fb6d#iefix") format("embedded-opentype");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.icon:before {
|
|
@@ -218,279 +218,285 @@ url(".//HuspyIcons.eot?8704e12a790cf9e3027125206d59efa7#iefix") format("embedded
|
|
|
218
218
|
.icon.huspy-icon-loader:before {
|
|
219
219
|
content: "\f143";
|
|
220
220
|
}
|
|
221
|
-
.icon.huspy-icon-
|
|
221
|
+
.icon.huspy-icon-link:before {
|
|
222
222
|
content: "\f144";
|
|
223
223
|
}
|
|
224
|
-
.icon.huspy-icon-
|
|
224
|
+
.icon.huspy-icon-lift:before {
|
|
225
225
|
content: "\f145";
|
|
226
226
|
}
|
|
227
|
-
.icon.huspy-icon-leads-
|
|
227
|
+
.icon.huspy-icon-leads-linear:before {
|
|
228
228
|
content: "\f146";
|
|
229
229
|
}
|
|
230
|
-
.icon.huspy-icon-
|
|
230
|
+
.icon.huspy-icon-leads-filled:before {
|
|
231
231
|
content: "\f147";
|
|
232
232
|
}
|
|
233
|
-
.icon.huspy-icon-
|
|
233
|
+
.icon.huspy-icon-keys_01:before {
|
|
234
234
|
content: "\f148";
|
|
235
235
|
}
|
|
236
|
-
.icon.huspy-icon-
|
|
236
|
+
.icon.huspy-icon-info:before {
|
|
237
237
|
content: "\f149";
|
|
238
238
|
}
|
|
239
|
-
.icon.huspy-icon-
|
|
239
|
+
.icon.huspy-icon-images-gallery:before {
|
|
240
240
|
content: "\f14a";
|
|
241
241
|
}
|
|
242
|
-
.icon.huspy-icon-image
|
|
242
|
+
.icon.huspy-icon-image:before {
|
|
243
243
|
content: "\f14b";
|
|
244
244
|
}
|
|
245
|
-
.icon.huspy-icon-
|
|
245
|
+
.icon.huspy-icon-image-off:before {
|
|
246
246
|
content: "\f14c";
|
|
247
247
|
}
|
|
248
|
-
.icon.huspy-icon-
|
|
248
|
+
.icon.huspy-icon-icon-slot:before {
|
|
249
249
|
content: "\f14d";
|
|
250
250
|
}
|
|
251
|
-
.icon.huspy-icon-home-
|
|
251
|
+
.icon.huspy-icon-home-linear:before {
|
|
252
252
|
content: "\f14e";
|
|
253
253
|
}
|
|
254
|
-
.icon.huspy-icon-
|
|
254
|
+
.icon.huspy-icon-home-filled:before {
|
|
255
255
|
content: "\f14f";
|
|
256
256
|
}
|
|
257
|
-
.icon.huspy-icon-
|
|
257
|
+
.icon.huspy-icon-history:before {
|
|
258
258
|
content: "\f150";
|
|
259
259
|
}
|
|
260
|
-
.icon.huspy-icon-
|
|
260
|
+
.icon.huspy-icon-help-circle:before {
|
|
261
261
|
content: "\f151";
|
|
262
262
|
}
|
|
263
|
-
.icon.huspy-icon-
|
|
263
|
+
.icon.huspy-icon-heating:before {
|
|
264
264
|
content: "\f152";
|
|
265
265
|
}
|
|
266
|
-
.icon.huspy-icon-
|
|
266
|
+
.icon.huspy-icon-handshake:before {
|
|
267
267
|
content: "\f153";
|
|
268
268
|
}
|
|
269
|
-
.icon.huspy-icon-
|
|
269
|
+
.icon.huspy-icon-gym:before {
|
|
270
270
|
content: "\f154";
|
|
271
271
|
}
|
|
272
|
-
.icon.huspy-icon-
|
|
272
|
+
.icon.huspy-icon-gas-heating:before {
|
|
273
273
|
content: "\f155";
|
|
274
274
|
}
|
|
275
|
-
.icon.huspy-icon-
|
|
275
|
+
.icon.huspy-icon-garden:before {
|
|
276
276
|
content: "\f156";
|
|
277
277
|
}
|
|
278
|
-
.icon.huspy-icon-
|
|
278
|
+
.icon.huspy-icon-garage:before {
|
|
279
279
|
content: "\f157";
|
|
280
280
|
}
|
|
281
|
-
.icon.huspy-icon-
|
|
281
|
+
.icon.huspy-icon-furnished:before {
|
|
282
282
|
content: "\f158";
|
|
283
283
|
}
|
|
284
|
-
.icon.huspy-icon-
|
|
284
|
+
.icon.huspy-icon-filter:before {
|
|
285
285
|
content: "\f159";
|
|
286
286
|
}
|
|
287
|
-
.icon.huspy-icon-file
|
|
287
|
+
.icon.huspy-icon-file:before {
|
|
288
288
|
content: "\f15a";
|
|
289
289
|
}
|
|
290
|
-
.icon.huspy-icon-file-
|
|
290
|
+
.icon.huspy-icon-file-type:before {
|
|
291
291
|
content: "\f15b";
|
|
292
292
|
}
|
|
293
|
-
.icon.huspy-icon-file-
|
|
293
|
+
.icon.huspy-icon-file-text:before {
|
|
294
294
|
content: "\f15c";
|
|
295
295
|
}
|
|
296
|
-
.icon.huspy-icon-file-
|
|
296
|
+
.icon.huspy-icon-file-spreadsheet:before {
|
|
297
297
|
content: "\f15d";
|
|
298
298
|
}
|
|
299
|
-
.icon.huspy-icon-file-
|
|
299
|
+
.icon.huspy-icon-file-signature:before {
|
|
300
300
|
content: "\f15e";
|
|
301
301
|
}
|
|
302
|
-
.icon.huspy-icon-file-
|
|
302
|
+
.icon.huspy-icon-file-lock:before {
|
|
303
303
|
content: "\f15f";
|
|
304
304
|
}
|
|
305
|
-
.icon.huspy-icon-file-
|
|
305
|
+
.icon.huspy-icon-file-key:before {
|
|
306
306
|
content: "\f160";
|
|
307
307
|
}
|
|
308
|
-
.icon.huspy-icon-file-
|
|
308
|
+
.icon.huspy-icon-file-input:before {
|
|
309
309
|
content: "\f161";
|
|
310
310
|
}
|
|
311
|
-
.icon.huspy-icon-
|
|
311
|
+
.icon.huspy-icon-file-check:before {
|
|
312
312
|
content: "\f162";
|
|
313
313
|
}
|
|
314
|
-
.icon.huspy-icon-face-ios-
|
|
314
|
+
.icon.huspy-icon-face-ios-light:before {
|
|
315
315
|
content: "\f163";
|
|
316
316
|
}
|
|
317
|
-
.icon.huspy-icon-face-
|
|
317
|
+
.icon.huspy-icon-face-ios-bold:before {
|
|
318
318
|
content: "\f164";
|
|
319
319
|
}
|
|
320
|
-
.icon.huspy-icon-
|
|
320
|
+
.icon.huspy-icon-face-android:before {
|
|
321
321
|
content: "\f165";
|
|
322
322
|
}
|
|
323
|
-
.icon.huspy-icon-eye-
|
|
323
|
+
.icon.huspy-icon-eye-visible:before {
|
|
324
324
|
content: "\f166";
|
|
325
325
|
}
|
|
326
|
-
.icon.huspy-icon-
|
|
326
|
+
.icon.huspy-icon-eye-hidden:before {
|
|
327
327
|
content: "\f167";
|
|
328
328
|
}
|
|
329
|
-
.icon.huspy-icon-
|
|
329
|
+
.icon.huspy-icon-external_link:before {
|
|
330
330
|
content: "\f168";
|
|
331
331
|
}
|
|
332
|
-
.icon.huspy-icon-explore-
|
|
332
|
+
.icon.huspy-icon-explore-linear:before {
|
|
333
333
|
content: "\f169";
|
|
334
334
|
}
|
|
335
|
-
.icon.huspy-icon-
|
|
335
|
+
.icon.huspy-icon-explore-filled:before {
|
|
336
336
|
content: "\f16a";
|
|
337
337
|
}
|
|
338
|
-
.icon.huspy-icon-
|
|
338
|
+
.icon.huspy-icon-equipped-kitchen:before {
|
|
339
339
|
content: "\f16b";
|
|
340
340
|
}
|
|
341
|
-
.icon.huspy-icon-
|
|
341
|
+
.icon.huspy-icon-electric:before {
|
|
342
342
|
content: "\f16c";
|
|
343
343
|
}
|
|
344
|
-
.icon.huspy-icon-
|
|
344
|
+
.icon.huspy-icon-edit:before {
|
|
345
345
|
content: "\f16d";
|
|
346
346
|
}
|
|
347
|
-
.icon.huspy-icon-
|
|
347
|
+
.icon.huspy-icon-duplex:before {
|
|
348
348
|
content: "\f16e";
|
|
349
349
|
}
|
|
350
|
-
.icon.huspy-icon-
|
|
350
|
+
.icon.huspy-icon-download:before {
|
|
351
351
|
content: "\f16f";
|
|
352
352
|
}
|
|
353
|
-
.icon.huspy-icon-
|
|
353
|
+
.icon.huspy-icon-doorman:before {
|
|
354
354
|
content: "\f170";
|
|
355
355
|
}
|
|
356
|
-
.icon.huspy-icon-
|
|
356
|
+
.icon.huspy-icon-door-open:before {
|
|
357
357
|
content: "\f171";
|
|
358
358
|
}
|
|
359
|
-
.icon.huspy-icon-
|
|
359
|
+
.icon.huspy-icon-dishwasher:before {
|
|
360
360
|
content: "\f172";
|
|
361
361
|
}
|
|
362
|
-
.icon.huspy-icon-
|
|
362
|
+
.icon.huspy-icon-copy:before {
|
|
363
363
|
content: "\f173";
|
|
364
364
|
}
|
|
365
|
-
.icon.huspy-icon-
|
|
365
|
+
.icon.huspy-icon-contact:before {
|
|
366
366
|
content: "\f174";
|
|
367
367
|
}
|
|
368
|
-
.icon.huspy-icon-
|
|
368
|
+
.icon.huspy-icon-concierge:before {
|
|
369
369
|
content: "\f175";
|
|
370
370
|
}
|
|
371
|
-
.icon.huspy-icon-
|
|
371
|
+
.icon.huspy-icon-collections:before {
|
|
372
372
|
content: "\f176";
|
|
373
373
|
}
|
|
374
|
-
.icon.huspy-icon-
|
|
374
|
+
.icon.huspy-icon-closet:before {
|
|
375
375
|
content: "\f177";
|
|
376
376
|
}
|
|
377
|
-
.icon.huspy-icon-
|
|
377
|
+
.icon.huspy-icon-classic-building:before {
|
|
378
378
|
content: "\f178";
|
|
379
379
|
}
|
|
380
|
-
.icon.huspy-icon-
|
|
380
|
+
.icon.huspy-icon-circle-off:before {
|
|
381
381
|
content: "\f179";
|
|
382
382
|
}
|
|
383
|
-
.icon.huspy-icon-chevron-
|
|
383
|
+
.icon.huspy-icon-chevron-up:before {
|
|
384
384
|
content: "\f17a";
|
|
385
385
|
}
|
|
386
|
-
.icon.huspy-icon-chevron-
|
|
386
|
+
.icon.huspy-icon-chevron-right:before {
|
|
387
387
|
content: "\f17b";
|
|
388
388
|
}
|
|
389
|
-
.icon.huspy-icon-
|
|
389
|
+
.icon.huspy-icon-chevron-left:before {
|
|
390
390
|
content: "\f17c";
|
|
391
391
|
}
|
|
392
|
-
.icon.huspy-icon-
|
|
392
|
+
.icon.huspy-icon-chevron-down:before {
|
|
393
393
|
content: "\f17d";
|
|
394
394
|
}
|
|
395
|
-
.icon.huspy-icon-check
|
|
395
|
+
.icon.huspy-icon-check:before {
|
|
396
396
|
content: "\f17e";
|
|
397
397
|
}
|
|
398
|
-
.icon.huspy-icon-
|
|
398
|
+
.icon.huspy-icon-check-circle-2:before {
|
|
399
399
|
content: "\f17f";
|
|
400
400
|
}
|
|
401
|
-
.icon.huspy-icon-
|
|
401
|
+
.icon.huspy-icon-check-check:before {
|
|
402
402
|
content: "\f180";
|
|
403
403
|
}
|
|
404
|
-
.icon.huspy-icon-chalet-
|
|
404
|
+
.icon.huspy-icon-chalet-pareado:before {
|
|
405
405
|
content: "\f181";
|
|
406
406
|
}
|
|
407
|
-
.icon.huspy-icon-
|
|
407
|
+
.icon.huspy-icon-chalet-independet:before {
|
|
408
408
|
content: "\f182";
|
|
409
409
|
}
|
|
410
|
-
.icon.huspy-icon-
|
|
410
|
+
.icon.huspy-icon-chalet-adosado:before {
|
|
411
411
|
content: "\f183";
|
|
412
412
|
}
|
|
413
|
-
.icon.huspy-icon-cancel
|
|
413
|
+
.icon.huspy-icon-cancel:before {
|
|
414
414
|
content: "\f184";
|
|
415
415
|
}
|
|
416
|
-
.icon.huspy-icon-
|
|
416
|
+
.icon.huspy-icon-cancel-circle-stroke:before {
|
|
417
417
|
content: "\f185";
|
|
418
418
|
}
|
|
419
|
-
.icon.huspy-icon-
|
|
419
|
+
.icon.huspy-icon-cancel-circle-solid:before {
|
|
420
420
|
content: "\f186";
|
|
421
421
|
}
|
|
422
|
-
.icon.huspy-icon-
|
|
422
|
+
.icon.huspy-icon-camera:before {
|
|
423
423
|
content: "\f187";
|
|
424
424
|
}
|
|
425
|
-
.icon.huspy-icon-calendar
|
|
425
|
+
.icon.huspy-icon-calendar:before {
|
|
426
426
|
content: "\f188";
|
|
427
427
|
}
|
|
428
|
-
.icon.huspy-icon-calendar-
|
|
428
|
+
.icon.huspy-icon-calendar-x:before {
|
|
429
429
|
content: "\f189";
|
|
430
430
|
}
|
|
431
|
-
.icon.huspy-icon-
|
|
431
|
+
.icon.huspy-icon-calendar-clock:before {
|
|
432
432
|
content: "\f18a";
|
|
433
433
|
}
|
|
434
|
-
.icon.huspy-icon-
|
|
434
|
+
.icon.huspy-icon-calendar-check:before {
|
|
435
435
|
content: "\f18b";
|
|
436
436
|
}
|
|
437
|
-
.icon.huspy-icon-
|
|
437
|
+
.icon.huspy-icon-building:before {
|
|
438
438
|
content: "\f18c";
|
|
439
439
|
}
|
|
440
|
-
.icon.huspy-icon-
|
|
440
|
+
.icon.huspy-icon-bell:before {
|
|
441
441
|
content: "\f18d";
|
|
442
442
|
}
|
|
443
|
-
.icon.huspy-icon-
|
|
443
|
+
.icon.huspy-icon-bed-double:before {
|
|
444
444
|
content: "\f18e";
|
|
445
445
|
}
|
|
446
|
-
.icon.huspy-icon-
|
|
446
|
+
.icon.huspy-icon-bath:before {
|
|
447
447
|
content: "\f18f";
|
|
448
448
|
}
|
|
449
|
-
.icon.huspy-icon-
|
|
449
|
+
.icon.huspy-icon-barbeque:before {
|
|
450
450
|
content: "\f190";
|
|
451
451
|
}
|
|
452
|
-
.icon.huspy-icon-
|
|
452
|
+
.icon.huspy-icon-balcony-window:before {
|
|
453
453
|
content: "\f191";
|
|
454
454
|
}
|
|
455
|
-
.icon.huspy-icon-arrow-up
|
|
455
|
+
.icon.huspy-icon-arrow-up:before {
|
|
456
456
|
content: "\f192";
|
|
457
457
|
}
|
|
458
|
-
.icon.huspy-icon-arrow-up-
|
|
458
|
+
.icon.huspy-icon-arrow-up-right:before {
|
|
459
459
|
content: "\f193";
|
|
460
460
|
}
|
|
461
|
-
.icon.huspy-icon-arrow-
|
|
461
|
+
.icon.huspy-icon-arrow-up-left:before {
|
|
462
462
|
content: "\f194";
|
|
463
463
|
}
|
|
464
|
-
.icon.huspy-icon-arrow-
|
|
464
|
+
.icon.huspy-icon-arrow-up-down:before {
|
|
465
465
|
content: "\f195";
|
|
466
466
|
}
|
|
467
|
-
.icon.huspy-icon-arrow-
|
|
467
|
+
.icon.huspy-icon-arrow-right:before {
|
|
468
468
|
content: "\f196";
|
|
469
469
|
}
|
|
470
|
-
.icon.huspy-icon-arrow-
|
|
470
|
+
.icon.huspy-icon-arrow-left:before {
|
|
471
471
|
content: "\f197";
|
|
472
472
|
}
|
|
473
|
-
.icon.huspy-icon-arrow-down
|
|
473
|
+
.icon.huspy-icon-arrow-down:before {
|
|
474
474
|
content: "\f198";
|
|
475
475
|
}
|
|
476
|
-
.icon.huspy-icon-
|
|
476
|
+
.icon.huspy-icon-arrow-down-right:before {
|
|
477
477
|
content: "\f199";
|
|
478
478
|
}
|
|
479
|
-
.icon.huspy-icon-
|
|
479
|
+
.icon.huspy-icon-arrow-down-left:before {
|
|
480
480
|
content: "\f19a";
|
|
481
481
|
}
|
|
482
|
-
.icon.huspy-icon-
|
|
482
|
+
.icon.huspy-icon-archive:before {
|
|
483
483
|
content: "\f19b";
|
|
484
484
|
}
|
|
485
|
-
.icon.huspy-icon-
|
|
485
|
+
.icon.huspy-icon-alert-triangle:before {
|
|
486
486
|
content: "\f19c";
|
|
487
487
|
}
|
|
488
|
-
.icon.huspy-icon-
|
|
488
|
+
.icon.huspy-icon-alert-circle:before {
|
|
489
489
|
content: "\f19d";
|
|
490
490
|
}
|
|
491
|
-
.icon.huspy-icon-
|
|
491
|
+
.icon.huspy-icon-air-conditioner:before {
|
|
492
492
|
content: "\f19e";
|
|
493
493
|
}
|
|
494
|
-
.icon.huspy-icon-
|
|
494
|
+
.icon.huspy-icon-ai:before {
|
|
495
495
|
content: "\f19f";
|
|
496
496
|
}
|
|
497
|
+
.icon.huspy-icon-add-note:before {
|
|
498
|
+
content: "\f1a0";
|
|
499
|
+
}
|
|
500
|
+
.icon.huspy-icon-accessibility:before {
|
|
501
|
+
content: "\f1a1";
|
|
502
|
+
}
|
|
Binary file
|
|
@@ -66,96 +66,98 @@
|
|
|
66
66
|
"loft": 61761,
|
|
67
67
|
"lock": 61762,
|
|
68
68
|
"loader": 61763,
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"leads-
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"image
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"home-
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"file
|
|
92
|
-
"file-
|
|
93
|
-
"file-
|
|
94
|
-
"file-
|
|
95
|
-
"file-
|
|
96
|
-
"file-
|
|
97
|
-
"file-
|
|
98
|
-
"file-
|
|
99
|
-
"
|
|
100
|
-
"face-ios-
|
|
101
|
-
"face-
|
|
102
|
-
"
|
|
103
|
-
"eye-
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"explore-
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"chevron-
|
|
124
|
-
"chevron-
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"check
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"chalet-
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"cancel
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"calendar
|
|
138
|
-
"calendar-
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"arrow-up
|
|
148
|
-
"arrow-up-
|
|
149
|
-
"arrow-
|
|
150
|
-
"arrow-
|
|
151
|
-
"arrow-
|
|
152
|
-
"arrow-
|
|
153
|
-
"arrow-down
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
69
|
+
"link": 61764,
|
|
70
|
+
"lift": 61765,
|
|
71
|
+
"leads-linear": 61766,
|
|
72
|
+
"leads-filled": 61767,
|
|
73
|
+
"keys_01": 61768,
|
|
74
|
+
"info": 61769,
|
|
75
|
+
"images-gallery": 61770,
|
|
76
|
+
"image": 61771,
|
|
77
|
+
"image-off": 61772,
|
|
78
|
+
"icon-slot": 61773,
|
|
79
|
+
"home-linear": 61774,
|
|
80
|
+
"home-filled": 61775,
|
|
81
|
+
"history": 61776,
|
|
82
|
+
"help-circle": 61777,
|
|
83
|
+
"heating": 61778,
|
|
84
|
+
"handshake": 61779,
|
|
85
|
+
"gym": 61780,
|
|
86
|
+
"gas-heating": 61781,
|
|
87
|
+
"garden": 61782,
|
|
88
|
+
"garage": 61783,
|
|
89
|
+
"furnished": 61784,
|
|
90
|
+
"filter": 61785,
|
|
91
|
+
"file": 61786,
|
|
92
|
+
"file-type": 61787,
|
|
93
|
+
"file-text": 61788,
|
|
94
|
+
"file-spreadsheet": 61789,
|
|
95
|
+
"file-signature": 61790,
|
|
96
|
+
"file-lock": 61791,
|
|
97
|
+
"file-key": 61792,
|
|
98
|
+
"file-input": 61793,
|
|
99
|
+
"file-check": 61794,
|
|
100
|
+
"face-ios-light": 61795,
|
|
101
|
+
"face-ios-bold": 61796,
|
|
102
|
+
"face-android": 61797,
|
|
103
|
+
"eye-visible": 61798,
|
|
104
|
+
"eye-hidden": 61799,
|
|
105
|
+
"external_link": 61800,
|
|
106
|
+
"explore-linear": 61801,
|
|
107
|
+
"explore-filled": 61802,
|
|
108
|
+
"equipped-kitchen": 61803,
|
|
109
|
+
"electric": 61804,
|
|
110
|
+
"edit": 61805,
|
|
111
|
+
"duplex": 61806,
|
|
112
|
+
"download": 61807,
|
|
113
|
+
"doorman": 61808,
|
|
114
|
+
"door-open": 61809,
|
|
115
|
+
"dishwasher": 61810,
|
|
116
|
+
"copy": 61811,
|
|
117
|
+
"contact": 61812,
|
|
118
|
+
"concierge": 61813,
|
|
119
|
+
"collections": 61814,
|
|
120
|
+
"closet": 61815,
|
|
121
|
+
"classic-building": 61816,
|
|
122
|
+
"circle-off": 61817,
|
|
123
|
+
"chevron-up": 61818,
|
|
124
|
+
"chevron-right": 61819,
|
|
125
|
+
"chevron-left": 61820,
|
|
126
|
+
"chevron-down": 61821,
|
|
127
|
+
"check": 61822,
|
|
128
|
+
"check-circle-2": 61823,
|
|
129
|
+
"check-check": 61824,
|
|
130
|
+
"chalet-pareado": 61825,
|
|
131
|
+
"chalet-independet": 61826,
|
|
132
|
+
"chalet-adosado": 61827,
|
|
133
|
+
"cancel": 61828,
|
|
134
|
+
"cancel-circle-stroke": 61829,
|
|
135
|
+
"cancel-circle-solid": 61830,
|
|
136
|
+
"camera": 61831,
|
|
137
|
+
"calendar": 61832,
|
|
138
|
+
"calendar-x": 61833,
|
|
139
|
+
"calendar-clock": 61834,
|
|
140
|
+
"calendar-check": 61835,
|
|
141
|
+
"building": 61836,
|
|
142
|
+
"bell": 61837,
|
|
143
|
+
"bed-double": 61838,
|
|
144
|
+
"bath": 61839,
|
|
145
|
+
"barbeque": 61840,
|
|
146
|
+
"balcony-window": 61841,
|
|
147
|
+
"arrow-up": 61842,
|
|
148
|
+
"arrow-up-right": 61843,
|
|
149
|
+
"arrow-up-left": 61844,
|
|
150
|
+
"arrow-up-down": 61845,
|
|
151
|
+
"arrow-right": 61846,
|
|
152
|
+
"arrow-left": 61847,
|
|
153
|
+
"arrow-down": 61848,
|
|
154
|
+
"arrow-down-right": 61849,
|
|
155
|
+
"arrow-down-left": 61850,
|
|
156
|
+
"archive": 61851,
|
|
157
|
+
"alert-triangle": 61852,
|
|
158
|
+
"alert-circle": 61853,
|
|
159
|
+
"air-conditioner": 61854,
|
|
160
|
+
"ai": 61855,
|
|
161
|
+
"add-note": 61856,
|
|
162
|
+
"accessibility": 61857
|
|
161
163
|
}
|