zebpay-ui 0.0.113 → 0.0.115
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/cjs/components/Input/typings.d.ts +1 -1
- package/dist/cjs/components/SidePanel/index.d.ts +3 -0
- package/dist/cjs/components/SidePanel/style.d.ts +2 -1
- package/dist/cjs/components/Switch/styles.d.ts +1 -1
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles/colors.d.ts +35 -0
- package/dist/esm/components/Input/typings.d.ts +1 -1
- package/dist/esm/components/SidePanel/index.d.ts +3 -0
- package/dist/esm/components/SidePanel/style.d.ts +2 -1
- package/dist/esm/components/Switch/styles.d.ts +1 -1
- package/dist/esm/index.js +13 -13
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles/colors.d.ts +35 -0
- package/dist/icons/icons.css +178 -172
- package/dist/icons/icons.eot +0 -0
- package/dist/icons/icons.html +18 -0
- package/dist/icons/icons.json +171 -169
- package/dist/icons/icons.ts +177 -169
- package/dist/icons/icons.woff +0 -0
- package/dist/icons/icons.woff2 +0 -0
- package/package.json +1 -1
package/dist/icons/icons.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "icons";
|
|
3
|
-
src: url("./icons.eot?
|
|
4
|
-
url("./icons.woff2?
|
|
5
|
-
url("./icons.woff?
|
|
3
|
+
src: url("./icons.eot?8fe6d3af817645a60ca561538bcc4180#iefix") format("embedded-opentype"),
|
|
4
|
+
url("./icons.woff2?8fe6d3af817645a60ca561538bcc4180") format("woff2"),
|
|
5
|
+
url("./icons.woff?8fe6d3af817645a60ca561538bcc4180") format("woff");
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|
@@ -289,510 +289,516 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|
|
289
289
|
.icon-phone:before {
|
|
290
290
|
content: "\f15b";
|
|
291
291
|
}
|
|
292
|
-
.icon-
|
|
292
|
+
.icon-permissions:before {
|
|
293
293
|
content: "\f15c";
|
|
294
294
|
}
|
|
295
|
-
.icon-
|
|
295
|
+
.icon-percentage:before {
|
|
296
296
|
content: "\f15d";
|
|
297
297
|
}
|
|
298
|
-
.icon-
|
|
298
|
+
.icon-pending:before {
|
|
299
299
|
content: "\f15e";
|
|
300
300
|
}
|
|
301
|
-
.icon-
|
|
301
|
+
.icon-penalty-charges:before {
|
|
302
302
|
content: "\f15f";
|
|
303
303
|
}
|
|
304
|
-
.icon-
|
|
304
|
+
.icon-pdf:before {
|
|
305
305
|
content: "\f160";
|
|
306
306
|
}
|
|
307
|
-
.icon-pay-off-loan
|
|
307
|
+
.icon-pay-off-loan:before {
|
|
308
308
|
content: "\f161";
|
|
309
309
|
}
|
|
310
|
-
.icon-pay-
|
|
310
|
+
.icon-pay-off-loan-2:before {
|
|
311
311
|
content: "\f162";
|
|
312
312
|
}
|
|
313
|
-
.icon-pay-
|
|
313
|
+
.icon-pay-lumpsum:before {
|
|
314
314
|
content: "\f163";
|
|
315
315
|
}
|
|
316
|
-
.icon-
|
|
316
|
+
.icon-pay-emi:before {
|
|
317
317
|
content: "\f164";
|
|
318
318
|
}
|
|
319
|
-
.icon-
|
|
319
|
+
.icon-passport:before {
|
|
320
320
|
content: "\f165";
|
|
321
321
|
}
|
|
322
|
-
.icon-
|
|
322
|
+
.icon-passbook:before {
|
|
323
323
|
content: "\f166";
|
|
324
324
|
}
|
|
325
|
-
.icon-
|
|
325
|
+
.icon-pan:before {
|
|
326
326
|
content: "\f167";
|
|
327
327
|
}
|
|
328
|
-
.icon-pair
|
|
328
|
+
.icon-pair:before {
|
|
329
329
|
content: "\f168";
|
|
330
330
|
}
|
|
331
|
-
.icon-
|
|
331
|
+
.icon-pair-selector:before {
|
|
332
332
|
content: "\f169";
|
|
333
333
|
}
|
|
334
|
-
.icon-
|
|
334
|
+
.icon-orders-complete:before {
|
|
335
335
|
content: "\f16a";
|
|
336
336
|
}
|
|
337
|
-
.icon-order
|
|
337
|
+
.icon-order:before {
|
|
338
338
|
content: "\f16b";
|
|
339
339
|
}
|
|
340
|
-
.icon-
|
|
340
|
+
.icon-order-2:before {
|
|
341
341
|
content: "\f16c";
|
|
342
342
|
}
|
|
343
|
-
.icon-
|
|
343
|
+
.icon-ongoing:before {
|
|
344
344
|
content: "\f16d";
|
|
345
345
|
}
|
|
346
|
-
.icon-
|
|
346
|
+
.icon-occupation:before {
|
|
347
347
|
content: "\f16e";
|
|
348
348
|
}
|
|
349
|
-
.icon-
|
|
349
|
+
.icon-notification:before {
|
|
350
350
|
content: "\f16f";
|
|
351
351
|
}
|
|
352
|
-
.icon-
|
|
352
|
+
.icon-note:before {
|
|
353
353
|
content: "\f170";
|
|
354
354
|
}
|
|
355
|
-
.icon-
|
|
355
|
+
.icon-nominee:before {
|
|
356
356
|
content: "\f171";
|
|
357
357
|
}
|
|
358
|
-
.icon-
|
|
358
|
+
.icon-next:before {
|
|
359
359
|
content: "\f172";
|
|
360
360
|
}
|
|
361
|
-
.icon-
|
|
361
|
+
.icon-network:before {
|
|
362
362
|
content: "\f173";
|
|
363
363
|
}
|
|
364
|
-
.icon-
|
|
364
|
+
.icon-negative:before {
|
|
365
365
|
content: "\f174";
|
|
366
366
|
}
|
|
367
|
-
.icon-
|
|
367
|
+
.icon-needle:before {
|
|
368
368
|
content: "\f175";
|
|
369
369
|
}
|
|
370
|
-
.icon-
|
|
370
|
+
.icon-name:before {
|
|
371
371
|
content: "\f176";
|
|
372
372
|
}
|
|
373
|
-
.icon-more-
|
|
373
|
+
.icon-more-than:before {
|
|
374
374
|
content: "\f177";
|
|
375
375
|
}
|
|
376
|
-
.icon-
|
|
376
|
+
.icon-more-options:before {
|
|
377
377
|
content: "\f178";
|
|
378
378
|
}
|
|
379
|
-
.icon-
|
|
379
|
+
.icon-mobile-device:before {
|
|
380
380
|
content: "\f179";
|
|
381
381
|
}
|
|
382
|
-
.icon-
|
|
382
|
+
.icon-menu:before {
|
|
383
383
|
content: "\f17a";
|
|
384
384
|
}
|
|
385
|
-
.icon-
|
|
385
|
+
.icon-max-supply:before {
|
|
386
386
|
content: "\f17b";
|
|
387
387
|
}
|
|
388
|
-
.icon-margin
|
|
388
|
+
.icon-margin:before {
|
|
389
389
|
content: "\f17c";
|
|
390
390
|
}
|
|
391
|
-
.icon-
|
|
391
|
+
.icon-margin-call:before {
|
|
392
392
|
content: "\f17d";
|
|
393
393
|
}
|
|
394
|
-
.icon-
|
|
394
|
+
.icon-map:before {
|
|
395
395
|
content: "\f17e";
|
|
396
396
|
}
|
|
397
|
-
.icon-
|
|
397
|
+
.icon-mail:before {
|
|
398
398
|
content: "\f17f";
|
|
399
399
|
}
|
|
400
|
-
.icon-
|
|
400
|
+
.icon-ltv-ratio:before {
|
|
401
401
|
content: "\f180";
|
|
402
402
|
}
|
|
403
|
-
.icon-
|
|
403
|
+
.icon-logout:before {
|
|
404
404
|
content: "\f181";
|
|
405
405
|
}
|
|
406
|
-
.icon-
|
|
406
|
+
.icon-locked:before {
|
|
407
407
|
content: "\f182";
|
|
408
408
|
}
|
|
409
|
-
.icon-
|
|
409
|
+
.icon-lock:before {
|
|
410
410
|
content: "\f183";
|
|
411
411
|
}
|
|
412
|
-
.icon-
|
|
412
|
+
.icon-location:before {
|
|
413
413
|
content: "\f184";
|
|
414
414
|
}
|
|
415
|
-
.icon-loan-
|
|
415
|
+
.icon-loan-term:before {
|
|
416
416
|
content: "\f185";
|
|
417
417
|
}
|
|
418
|
-
.icon-loan-
|
|
418
|
+
.icon-loan-repayment:before {
|
|
419
419
|
content: "\f186";
|
|
420
420
|
}
|
|
421
|
-
.icon-loan-
|
|
421
|
+
.icon-loan-details:before {
|
|
422
422
|
content: "\f187";
|
|
423
423
|
}
|
|
424
|
-
.icon-
|
|
424
|
+
.icon-loan-amount:before {
|
|
425
425
|
content: "\f188";
|
|
426
426
|
}
|
|
427
|
-
.icon-
|
|
427
|
+
.icon-list:before {
|
|
428
428
|
content: "\f189";
|
|
429
429
|
}
|
|
430
|
-
.icon-liquidation
|
|
430
|
+
.icon-liquidation:before {
|
|
431
431
|
content: "\f18a";
|
|
432
432
|
}
|
|
433
|
-
.icon-liquidation-
|
|
433
|
+
.icon-liquidation-price:before {
|
|
434
434
|
content: "\f18b";
|
|
435
435
|
}
|
|
436
|
-
.icon-liquidation-
|
|
436
|
+
.icon-liquidation-id:before {
|
|
437
437
|
content: "\f18c";
|
|
438
438
|
}
|
|
439
|
-
.icon-
|
|
439
|
+
.icon-liquidation-cost:before {
|
|
440
440
|
content: "\f18d";
|
|
441
441
|
}
|
|
442
|
-
.icon-link
|
|
442
|
+
.icon-link:before {
|
|
443
443
|
content: "\f18e";
|
|
444
444
|
}
|
|
445
|
-
.icon-
|
|
445
|
+
.icon-link-2:before {
|
|
446
446
|
content: "\f18f";
|
|
447
447
|
}
|
|
448
|
-
.icon-
|
|
448
|
+
.icon-lightning2:before {
|
|
449
449
|
content: "\f190";
|
|
450
450
|
}
|
|
451
|
-
.icon-
|
|
451
|
+
.icon-lightning:before {
|
|
452
452
|
content: "\f191";
|
|
453
453
|
}
|
|
454
|
-
.icon-
|
|
454
|
+
.icon-less-than:before {
|
|
455
455
|
content: "\f192";
|
|
456
456
|
}
|
|
457
|
-
.icon-
|
|
457
|
+
.icon-lend:before {
|
|
458
458
|
content: "\f193";
|
|
459
459
|
}
|
|
460
|
-
.icon-
|
|
460
|
+
.icon-landscape:before {
|
|
461
461
|
content: "\f194";
|
|
462
462
|
}
|
|
463
|
-
.icon-kyc
|
|
463
|
+
.icon-kyc:before {
|
|
464
464
|
content: "\f195";
|
|
465
465
|
}
|
|
466
|
-
.icon-
|
|
466
|
+
.icon-kyc-2:before {
|
|
467
467
|
content: "\f196";
|
|
468
468
|
}
|
|
469
|
-
.icon-
|
|
469
|
+
.icon-keyboard:before {
|
|
470
470
|
content: "\f197";
|
|
471
471
|
}
|
|
472
|
-
.icon-interest-
|
|
472
|
+
.icon-interest-rate:before {
|
|
473
473
|
content: "\f198";
|
|
474
474
|
}
|
|
475
|
-
.icon-
|
|
475
|
+
.icon-interest-amount:before {
|
|
476
476
|
content: "\f199";
|
|
477
477
|
}
|
|
478
|
-
.icon-
|
|
478
|
+
.icon-instant-buy-sell:before {
|
|
479
479
|
content: "\f19a";
|
|
480
480
|
}
|
|
481
|
-
.icon-
|
|
481
|
+
.icon-inr-m:before {
|
|
482
482
|
content: "\f19b";
|
|
483
483
|
}
|
|
484
|
-
.icon-
|
|
484
|
+
.icon-initial-ltv:before {
|
|
485
485
|
content: "\f19c";
|
|
486
486
|
}
|
|
487
|
-
.icon-info
|
|
487
|
+
.icon-info:before {
|
|
488
488
|
content: "\f19d";
|
|
489
489
|
}
|
|
490
|
-
.icon-
|
|
490
|
+
.icon-info-filled:before {
|
|
491
491
|
content: "\f19e";
|
|
492
492
|
}
|
|
493
|
-
.icon-
|
|
493
|
+
.icon-indicators:before {
|
|
494
494
|
content: "\f19f";
|
|
495
495
|
}
|
|
496
|
-
.icon-
|
|
496
|
+
.icon-income-source:before {
|
|
497
497
|
content: "\f1a0";
|
|
498
498
|
}
|
|
499
|
-
.icon-
|
|
499
|
+
.icon-ifsc:before {
|
|
500
500
|
content: "\f1a1";
|
|
501
501
|
}
|
|
502
|
-
.icon-
|
|
502
|
+
.icon-identity-card:before {
|
|
503
503
|
content: "\f1a2";
|
|
504
504
|
}
|
|
505
|
-
.icon-
|
|
505
|
+
.icon-home:before {
|
|
506
506
|
content: "\f1a3";
|
|
507
507
|
}
|
|
508
|
-
.icon-history
|
|
508
|
+
.icon-history:before {
|
|
509
509
|
content: "\f1a4";
|
|
510
510
|
}
|
|
511
|
-
.icon-
|
|
511
|
+
.icon-history-2:before {
|
|
512
512
|
content: "\f1a5";
|
|
513
513
|
}
|
|
514
|
-
.icon-
|
|
514
|
+
.icon-hide:before {
|
|
515
515
|
content: "\f1a6";
|
|
516
516
|
}
|
|
517
|
-
.icon-help
|
|
517
|
+
.icon-help:before {
|
|
518
518
|
content: "\f1a7";
|
|
519
519
|
}
|
|
520
|
-
.icon-
|
|
520
|
+
.icon-help-2:before {
|
|
521
521
|
content: "\f1a8";
|
|
522
522
|
}
|
|
523
|
-
.icon-
|
|
523
|
+
.icon-hamburger:before {
|
|
524
524
|
content: "\f1a9";
|
|
525
525
|
}
|
|
526
|
-
.icon-gst
|
|
526
|
+
.icon-gst:before {
|
|
527
527
|
content: "\f1aa";
|
|
528
528
|
}
|
|
529
|
-
.icon-
|
|
529
|
+
.icon-gst-new:before {
|
|
530
530
|
content: "\f1ab";
|
|
531
531
|
}
|
|
532
|
-
.icon-
|
|
532
|
+
.icon-greater-than-equal-to:before {
|
|
533
533
|
content: "\f1ac";
|
|
534
534
|
}
|
|
535
|
-
.icon-
|
|
535
|
+
.icon-globe:before {
|
|
536
536
|
content: "\f1ad";
|
|
537
537
|
}
|
|
538
|
-
.icon-
|
|
538
|
+
.icon-gallery:before {
|
|
539
539
|
content: "\f1ae";
|
|
540
540
|
}
|
|
541
|
-
.icon-
|
|
541
|
+
.icon-futures:before {
|
|
542
542
|
content: "\f1af";
|
|
543
543
|
}
|
|
544
|
-
.icon-
|
|
544
|
+
.icon-form:before {
|
|
545
545
|
content: "\f1b0";
|
|
546
546
|
}
|
|
547
|
-
.icon-
|
|
547
|
+
.icon-fingerprint:before {
|
|
548
548
|
content: "\f1b1";
|
|
549
549
|
}
|
|
550
|
-
.icon-filter
|
|
550
|
+
.icon-filter:before {
|
|
551
551
|
content: "\f1b2";
|
|
552
552
|
}
|
|
553
|
-
.icon-
|
|
553
|
+
.icon-filter-applied:before {
|
|
554
554
|
content: "\f1b3";
|
|
555
555
|
}
|
|
556
|
-
.icon-fiat-
|
|
556
|
+
.icon-fiat-withdraw:before {
|
|
557
557
|
content: "\f1b4";
|
|
558
558
|
}
|
|
559
|
-
.icon-
|
|
559
|
+
.icon-fiat-deposit:before {
|
|
560
560
|
content: "\f1b5";
|
|
561
561
|
}
|
|
562
|
-
.icon-fees
|
|
562
|
+
.icon-fees:before {
|
|
563
563
|
content: "\f1b6";
|
|
564
564
|
}
|
|
565
|
-
.icon-fees-
|
|
565
|
+
.icon-fees-new2:before {
|
|
566
566
|
content: "\f1b7";
|
|
567
567
|
}
|
|
568
|
-
.icon-
|
|
568
|
+
.icon-fees-new1:before {
|
|
569
569
|
content: "\f1b8";
|
|
570
570
|
}
|
|
571
|
-
.icon-
|
|
571
|
+
.icon-facelock:before {
|
|
572
572
|
content: "\f1b9";
|
|
573
573
|
}
|
|
574
|
-
.icon-
|
|
574
|
+
.icon-external-link:before {
|
|
575
575
|
content: "\f1ba";
|
|
576
576
|
}
|
|
577
|
-
.icon-
|
|
577
|
+
.icon-expiry:before {
|
|
578
578
|
content: "\f1bb";
|
|
579
579
|
}
|
|
580
|
-
.icon-
|
|
580
|
+
.icon-expand:before {
|
|
581
581
|
content: "\f1bc";
|
|
582
582
|
}
|
|
583
|
-
.icon-
|
|
583
|
+
.icon-exclamation:before {
|
|
584
584
|
content: "\f1bd";
|
|
585
585
|
}
|
|
586
|
-
.icon-
|
|
586
|
+
.icon-exchange:before {
|
|
587
587
|
content: "\f1be";
|
|
588
588
|
}
|
|
589
|
-
.icon-
|
|
589
|
+
.icon-error:before {
|
|
590
590
|
content: "\f1bf";
|
|
591
591
|
}
|
|
592
|
-
.icon-emi-
|
|
592
|
+
.icon-emi-duedate:before {
|
|
593
593
|
content: "\f1c0";
|
|
594
594
|
}
|
|
595
|
-
.icon-
|
|
595
|
+
.icon-emi-amount:before {
|
|
596
596
|
content: "\f1c1";
|
|
597
597
|
}
|
|
598
|
-
.icon-
|
|
598
|
+
.icon-email:before {
|
|
599
599
|
content: "\f1c2";
|
|
600
600
|
}
|
|
601
|
-
.icon-
|
|
601
|
+
.icon-edit:before {
|
|
602
602
|
content: "\f1c3";
|
|
603
603
|
}
|
|
604
|
-
.icon-
|
|
604
|
+
.icon-earned:before {
|
|
605
605
|
content: "\f1c4";
|
|
606
606
|
}
|
|
607
|
-
.icon-
|
|
607
|
+
.icon-driving-licence:before {
|
|
608
608
|
content: "\f1c5";
|
|
609
609
|
}
|
|
610
|
-
.icon-
|
|
610
|
+
.icon-downwards:before {
|
|
611
611
|
content: "\f1c6";
|
|
612
612
|
}
|
|
613
|
-
.icon-download
|
|
613
|
+
.icon-download:before {
|
|
614
614
|
content: "\f1c7";
|
|
615
615
|
}
|
|
616
|
-
.icon-
|
|
616
|
+
.icon-download-2:before {
|
|
617
617
|
content: "\f1c8";
|
|
618
618
|
}
|
|
619
|
-
.icon-
|
|
619
|
+
.icon-document-scan:before {
|
|
620
620
|
content: "\f1c9";
|
|
621
621
|
}
|
|
622
|
-
.icon-
|
|
622
|
+
.icon-dob:before {
|
|
623
623
|
content: "\f1ca";
|
|
624
624
|
}
|
|
625
|
-
.icon-
|
|
625
|
+
.icon-district:before {
|
|
626
626
|
content: "\f1cb";
|
|
627
627
|
}
|
|
628
|
-
.icon-
|
|
628
|
+
.icon-depth-chart:before {
|
|
629
629
|
content: "\f1cc";
|
|
630
630
|
}
|
|
631
|
-
.icon-deposit
|
|
631
|
+
.icon-deposit:before {
|
|
632
632
|
content: "\f1cd";
|
|
633
633
|
}
|
|
634
|
-
.icon-
|
|
634
|
+
.icon-deposit-simple:before {
|
|
635
635
|
content: "\f1ce";
|
|
636
636
|
}
|
|
637
|
-
.icon-
|
|
637
|
+
.icon-delete:before {
|
|
638
638
|
content: "\f1cf";
|
|
639
639
|
}
|
|
640
|
-
.icon-
|
|
640
|
+
.icon-deactivate:before {
|
|
641
641
|
content: "\f1d0";
|
|
642
642
|
}
|
|
643
|
-
.icon-
|
|
643
|
+
.icon-crypto-wallet:before {
|
|
644
644
|
content: "\f1d1";
|
|
645
645
|
}
|
|
646
|
-
.icon-
|
|
646
|
+
.icon-cross:before {
|
|
647
647
|
content: "\f1d2";
|
|
648
648
|
}
|
|
649
|
-
.icon-
|
|
649
|
+
.icon-coupon:before {
|
|
650
650
|
content: "\f1d3";
|
|
651
651
|
}
|
|
652
|
-
.icon-
|
|
652
|
+
.icon-copy:before {
|
|
653
653
|
content: "\f1d4";
|
|
654
654
|
}
|
|
655
|
-
.icon-
|
|
655
|
+
.icon-contract:before {
|
|
656
656
|
content: "\f1d5";
|
|
657
657
|
}
|
|
658
|
-
.icon-
|
|
658
|
+
.icon-completed:before {
|
|
659
659
|
content: "\f1d6";
|
|
660
660
|
}
|
|
661
|
-
.icon-
|
|
661
|
+
.icon-compare:before {
|
|
662
662
|
content: "\f1d7";
|
|
663
663
|
}
|
|
664
|
-
.icon-
|
|
664
|
+
.icon-coins:before {
|
|
665
665
|
content: "\f1d8";
|
|
666
666
|
}
|
|
667
|
-
.icon-
|
|
667
|
+
.icon-coin-stack:before {
|
|
668
668
|
content: "\f1d9";
|
|
669
669
|
}
|
|
670
|
-
.icon-
|
|
670
|
+
.icon-clock:before {
|
|
671
671
|
content: "\f1da";
|
|
672
672
|
}
|
|
673
|
-
.icon-
|
|
673
|
+
.icon-city:before {
|
|
674
674
|
content: "\f1db";
|
|
675
675
|
}
|
|
676
|
-
.icon-
|
|
676
|
+
.icon-circulation-supply:before {
|
|
677
677
|
content: "\f1dc";
|
|
678
678
|
}
|
|
679
|
-
.icon-circle-
|
|
679
|
+
.icon-circle-tick:before {
|
|
680
680
|
content: "\f1dd";
|
|
681
681
|
}
|
|
682
|
-
.icon-
|
|
682
|
+
.icon-circle-cross:before {
|
|
683
683
|
content: "\f1de";
|
|
684
684
|
}
|
|
685
|
-
.icon-
|
|
685
|
+
.icon-cheque:before {
|
|
686
686
|
content: "\f1df";
|
|
687
687
|
}
|
|
688
|
-
.icon-checkbox-
|
|
688
|
+
.icon-checkbox-on:before {
|
|
689
689
|
content: "\f1e0";
|
|
690
690
|
}
|
|
691
|
-
.icon-
|
|
691
|
+
.icon-checkbox-all:before {
|
|
692
692
|
content: "\f1e1";
|
|
693
693
|
}
|
|
694
|
-
.icon-
|
|
694
|
+
.icon-chart:before {
|
|
695
695
|
content: "\f1e2";
|
|
696
696
|
}
|
|
697
|
-
.icon-
|
|
697
|
+
.icon-candle-chart:before {
|
|
698
698
|
content: "\f1e3";
|
|
699
699
|
}
|
|
700
|
-
.icon-
|
|
700
|
+
.icon-cancelled:before {
|
|
701
701
|
content: "\f1e4";
|
|
702
702
|
}
|
|
703
|
-
.icon-
|
|
703
|
+
.icon-camera:before {
|
|
704
704
|
content: "\f1e5";
|
|
705
705
|
}
|
|
706
|
-
.icon-
|
|
706
|
+
.icon-calendar:before {
|
|
707
707
|
content: "\f1e6";
|
|
708
708
|
}
|
|
709
|
-
.icon-
|
|
709
|
+
.icon-calculator:before {
|
|
710
710
|
content: "\f1e7";
|
|
711
711
|
}
|
|
712
|
-
.icon-
|
|
712
|
+
.icon-buy-crypto:before {
|
|
713
713
|
content: "\f1e8";
|
|
714
714
|
}
|
|
715
|
-
.icon-
|
|
715
|
+
.icon-browser:before {
|
|
716
716
|
content: "\f1e9";
|
|
717
717
|
}
|
|
718
|
-
.icon-
|
|
718
|
+
.icon-bonus:before {
|
|
719
719
|
content: "\f1ea";
|
|
720
720
|
}
|
|
721
|
-
.icon-
|
|
721
|
+
.icon-blog:before {
|
|
722
722
|
content: "\f1eb";
|
|
723
723
|
}
|
|
724
|
-
.icon-
|
|
724
|
+
.icon-beneficiary:before {
|
|
725
725
|
content: "\f1ec";
|
|
726
726
|
}
|
|
727
|
-
.icon-
|
|
727
|
+
.icon-basket:before {
|
|
728
728
|
content: "\f1ed";
|
|
729
729
|
}
|
|
730
|
-
.icon-bank
|
|
730
|
+
.icon-bank:before {
|
|
731
731
|
content: "\f1ee";
|
|
732
732
|
}
|
|
733
|
-
.icon-bank-
|
|
733
|
+
.icon-bank-2:before {
|
|
734
734
|
content: "\f1ef";
|
|
735
735
|
}
|
|
736
|
-
.icon-
|
|
736
|
+
.icon-bank-1:before {
|
|
737
737
|
content: "\f1f0";
|
|
738
738
|
}
|
|
739
|
-
.icon-
|
|
739
|
+
.icon-balance-ltv:before {
|
|
740
740
|
content: "\f1f1";
|
|
741
741
|
}
|
|
742
|
-
.icon-
|
|
742
|
+
.icon-back_keyboard:before {
|
|
743
743
|
content: "\f1f2";
|
|
744
744
|
}
|
|
745
|
-
.icon-
|
|
745
|
+
.icon-aud:before {
|
|
746
746
|
content: "\f1f3";
|
|
747
747
|
}
|
|
748
|
-
.icon-
|
|
748
|
+
.icon-asterik:before {
|
|
749
749
|
content: "\f1f4";
|
|
750
750
|
}
|
|
751
|
-
.icon-arrow-
|
|
751
|
+
.icon-arrow-up:before {
|
|
752
752
|
content: "\f1f5";
|
|
753
753
|
}
|
|
754
|
-
.icon-arrow-
|
|
754
|
+
.icon-arrow-transfer:before {
|
|
755
755
|
content: "\f1f6";
|
|
756
756
|
}
|
|
757
|
-
.icon-arrow-
|
|
757
|
+
.icon-arrow-right:before {
|
|
758
758
|
content: "\f1f7";
|
|
759
759
|
}
|
|
760
|
-
.icon-arrow-
|
|
760
|
+
.icon-arrow-left:before {
|
|
761
761
|
content: "\f1f8";
|
|
762
762
|
}
|
|
763
|
-
.icon-
|
|
763
|
+
.icon-arrow-down:before {
|
|
764
764
|
content: "\f1f9";
|
|
765
765
|
}
|
|
766
|
-
.icon-
|
|
766
|
+
.icon-archive:before {
|
|
767
767
|
content: "\f1fa";
|
|
768
768
|
}
|
|
769
|
-
.icon-
|
|
769
|
+
.icon-api:before {
|
|
770
770
|
content: "\f1fb";
|
|
771
771
|
}
|
|
772
|
-
.icon-
|
|
772
|
+
.icon-alert:before {
|
|
773
773
|
content: "\f1fc";
|
|
774
774
|
}
|
|
775
|
-
.icon-
|
|
775
|
+
.icon-address:before {
|
|
776
776
|
content: "\f1fd";
|
|
777
777
|
}
|
|
778
|
-
.icon-add
|
|
778
|
+
.icon-add:before {
|
|
779
779
|
content: "\f1fe";
|
|
780
780
|
}
|
|
781
|
-
.icon-add-
|
|
781
|
+
.icon-add-user:before {
|
|
782
782
|
content: "\f1ff";
|
|
783
783
|
}
|
|
784
|
-
.icon-
|
|
784
|
+
.icon-add-collateral:before {
|
|
785
785
|
content: "\f200";
|
|
786
786
|
}
|
|
787
|
-
.icon-
|
|
787
|
+
.icon-activity:before {
|
|
788
788
|
content: "\f201";
|
|
789
789
|
}
|
|
790
|
-
.icon-
|
|
790
|
+
.icon-actions:before {
|
|
791
791
|
content: "\f202";
|
|
792
792
|
}
|
|
793
|
-
.icon-
|
|
793
|
+
.icon-account-no:before {
|
|
794
794
|
content: "\f203";
|
|
795
795
|
}
|
|
796
|
-
.icon-
|
|
796
|
+
.icon-SL-new:before {
|
|
797
797
|
content: "\f204";
|
|
798
798
|
}
|
|
799
|
+
.icon-4-graph:before {
|
|
800
|
+
content: "\f205";
|
|
801
|
+
}
|
|
802
|
+
.icon-1-graph:before {
|
|
803
|
+
content: "\f206";
|
|
804
|
+
}
|
package/dist/icons/icons.eot
CHANGED
|
Binary file
|