react-jupiter 6.0.0-beta.7 → 6.0.0-beta.9
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/icon/iconFont.js +802 -802
- package/package.json +1 -1
package/icon/iconFont.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.legacyIconMap=
|
|
1
|
+
"use strict";var _styledComponents=require("styled-components");Object.defineProperty(exports,"__esModule",{value:!0}),exports.legacyIconMap=void 0;
|
|
2
|
+
// import IconMoonWoff from '../../docs/assets/fonts/icomoon.woff';
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
legacyIconMap=exports.legacyIconMap={
|
|
4
|
+
const legacyIconMap=exports.legacyIconMap={
|
|
5
5
|
refresh:"ArrowPath",
|
|
6
6
|
"account-balance-wallet":"Wallet",
|
|
7
7
|
"account-box":"UserCircle",
|
|
@@ -248,807 +248,807 @@ work:"Briefcase",
|
|
|
248
248
|
"zoom-in":"MagnifyingGlassPlus",
|
|
249
249
|
"zoom-out-map":"Map",
|
|
250
250
|
"zoom-out":"MagnifyingGlassMinus"
|
|
251
|
-
}
|
|
251
|
+
};
|
|
252
|
+
|
|
253
|
+
// const FontStyle = createGlobalStyle`
|
|
254
|
+
// @font-face {
|
|
255
|
+
// font-family: 'Jupiterico';
|
|
256
|
+
// src: url(${IconMoonWoff}) format('woff'); /* Updated path based on staticDirs */
|
|
257
|
+
// font-weight: normal;
|
|
258
|
+
// font-style: normal;
|
|
259
|
+
// font-display: block; /* Helps prevent invisible text during font load */
|
|
260
|
+
// }
|
|
261
|
+
|
|
262
|
+
// i.jupiter-icon {
|
|
263
|
+
// /* use !important to prevent issues with browser extensions that change fonts */
|
|
264
|
+
// display: inline-block;
|
|
265
|
+
// vertical-align: middle;
|
|
266
|
+
// font-family: 'Jupiterico' !important;
|
|
267
|
+
// font-style: normal;
|
|
268
|
+
// font-weight: normal;
|
|
269
|
+
// font-variant: normal;
|
|
270
|
+
// text-transform: none;
|
|
271
|
+
// line-height: 1;
|
|
252
272
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
font-weight: normal;
|
|
258
|
-
font-style: normal;
|
|
259
|
-
font-display: block; /* Helps prevent invisible text during font load */
|
|
260
|
-
}
|
|
273
|
+
// /* Better Font Rendering =========== */
|
|
274
|
+
// -webkit-font-smoothing: antialiased;
|
|
275
|
+
// -moz-osx-font-smoothing: grayscale;
|
|
276
|
+
// }
|
|
261
277
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
278
|
+
// .new-icon-refresh:before {
|
|
279
|
+
// content: "\\e9fa";
|
|
280
|
+
// }
|
|
281
|
+
// .new-icon-account-balance-wallet:before {
|
|
282
|
+
// content: "\\e900";
|
|
283
|
+
// }
|
|
284
|
+
// .new-icon-account-box:before {
|
|
285
|
+
// content: "\\e901";
|
|
286
|
+
// }
|
|
287
|
+
// .new-icon-account-circle:before {
|
|
288
|
+
// content: "\\e902";
|
|
289
|
+
// }
|
|
290
|
+
// .new-icon-add-a-photo:before {
|
|
291
|
+
// content: "\\e903";
|
|
292
|
+
// }
|
|
293
|
+
// .new-icon-add-alert:before {
|
|
294
|
+
// content: "\\e904";
|
|
295
|
+
// }
|
|
296
|
+
// .new-icon-add-box:before {
|
|
297
|
+
// content: "\\e905";
|
|
298
|
+
// }
|
|
299
|
+
// .new-icon-add-circle-outline:before {
|
|
300
|
+
// content: "\\e906";
|
|
301
|
+
// }
|
|
302
|
+
// .new-icon-add-circle:before {
|
|
303
|
+
// content: "\\e907";
|
|
304
|
+
// }
|
|
305
|
+
// .new-icon-add-photo-alternate:before {
|
|
306
|
+
// content: "\\e908";
|
|
307
|
+
// }
|
|
308
|
+
// .new-icon-add:before {
|
|
309
|
+
// content: "\\e909";
|
|
310
|
+
// }
|
|
311
|
+
// .new-icon-alarm-add:before {
|
|
312
|
+
// content: "\\e90a";
|
|
313
|
+
// }
|
|
314
|
+
// .new-icon-alarm-off:before {
|
|
315
|
+
// content: "\\e90b";
|
|
316
|
+
// }
|
|
317
|
+
// .new-icon-alarm-on:before {
|
|
318
|
+
// content: "\\e90c";
|
|
319
|
+
// }
|
|
320
|
+
// .new-icon-alarm:before {
|
|
321
|
+
// content: "\\e90d";
|
|
322
|
+
// }
|
|
323
|
+
// .new-icon-apps:before {
|
|
324
|
+
// content: "\\e90e";
|
|
325
|
+
// }
|
|
326
|
+
// .new-icon-arrow-back:before {
|
|
327
|
+
// content: "\\e90f";
|
|
328
|
+
// }
|
|
329
|
+
// .new-icon-arrow-backward-ios:before {
|
|
330
|
+
// content: "\\e910";
|
|
331
|
+
// }
|
|
332
|
+
// .new-icon-arrow-downward:before {
|
|
333
|
+
// content: "\\e911";
|
|
334
|
+
// }
|
|
335
|
+
// .new-icon-arrow-drop-down-circle:before {
|
|
336
|
+
// content: "\\e912";
|
|
337
|
+
// }
|
|
338
|
+
// .new-icon-arrow-drop-down:before {
|
|
339
|
+
// content: "\\e913";
|
|
340
|
+
// }
|
|
341
|
+
// .new-icon-arrow-drop-up:before {
|
|
342
|
+
// content: "\\e914";
|
|
343
|
+
// }
|
|
344
|
+
// .new-icon-arrow-forward-ios:before {
|
|
345
|
+
// content: "\\e915";
|
|
346
|
+
// }
|
|
347
|
+
// .new-icon-arrow-forward:before {
|
|
348
|
+
// content: "\\e916";
|
|
349
|
+
// }
|
|
350
|
+
// .new-icon-arrow-left:before {
|
|
351
|
+
// content: "\\e917";
|
|
352
|
+
// }
|
|
353
|
+
// .new-icon-arrow-right:before {
|
|
354
|
+
// content: "\\e918";
|
|
355
|
+
// }
|
|
356
|
+
// .new-icon-arrow-upward:before {
|
|
357
|
+
// content: "\\e919";
|
|
358
|
+
// }
|
|
359
|
+
// .new-icon-aspect-ratio:before {
|
|
360
|
+
// content: "\\e91a";
|
|
361
|
+
// }
|
|
362
|
+
// .new-icon-assessment:before {
|
|
363
|
+
// content: "\\e91b";
|
|
364
|
+
// }
|
|
365
|
+
// .new-icon-assignment-ind:before {
|
|
366
|
+
// content: "\\e91c";
|
|
367
|
+
// }
|
|
368
|
+
// .new-icon-assignment:before {
|
|
369
|
+
// content: "\\e91d";
|
|
370
|
+
// }
|
|
371
|
+
// .new-icon-attachment:before {
|
|
372
|
+
// content: "\\e91e";
|
|
373
|
+
// }
|
|
374
|
+
// .new-icon-attendees:before {
|
|
375
|
+
// content: "\\e91f";
|
|
376
|
+
// color: #535353;
|
|
377
|
+
// }
|
|
378
|
+
// .new-icon-autorenew:before {
|
|
379
|
+
// content: "\\e920";
|
|
380
|
+
// }
|
|
381
|
+
// .new-icon-backup:before {
|
|
382
|
+
// content: "\\e921";
|
|
383
|
+
// }
|
|
384
|
+
// .new-icon-block:before {
|
|
385
|
+
// content: "\\e922";
|
|
386
|
+
// }
|
|
387
|
+
// .new-icon-bluetooth-connected:before {
|
|
388
|
+
// content: "\\e923";
|
|
389
|
+
// }
|
|
390
|
+
// .new-icon-bluetooth-disabled:before {
|
|
391
|
+
// content: "\\e924";
|
|
392
|
+
// }
|
|
393
|
+
// .new-icon-bluetooth-searching:before {
|
|
394
|
+
// content: "\\e925";
|
|
395
|
+
// }
|
|
396
|
+
// .new-icon-bluetooth:before {
|
|
397
|
+
// content: "\\e926";
|
|
398
|
+
// }
|
|
399
|
+
// .new-icon-bookmark-border:before {
|
|
400
|
+
// content: "\\e927";
|
|
401
|
+
// }
|
|
402
|
+
// .new-icon-bookmark:before {
|
|
403
|
+
// content: "\\e928";
|
|
404
|
+
// }
|
|
405
|
+
// .new-icon-bookmarks:before {
|
|
406
|
+
// content: "\\e929";
|
|
407
|
+
// }
|
|
408
|
+
// .new-icon-build:before {
|
|
409
|
+
// content: "\\e92a";
|
|
410
|
+
// }
|
|
411
|
+
// .new-icon-cake:before {
|
|
412
|
+
// content: "\\e92b";
|
|
413
|
+
// }
|
|
414
|
+
// .new-icon-calendar-today:before {
|
|
415
|
+
// content: "\\e92c";
|
|
416
|
+
// }
|
|
417
|
+
// .new-icon-call-end:before {
|
|
418
|
+
// content: "\\e92d";
|
|
419
|
+
// }
|
|
420
|
+
// .new-icon-call-message:before {
|
|
421
|
+
// content: "\\e92e";
|
|
422
|
+
// }
|
|
423
|
+
// .new-icon-call:before {
|
|
424
|
+
// content: "\\e92f";
|
|
425
|
+
// }
|
|
426
|
+
// .new-icon-camera-alt:before {
|
|
427
|
+
// content: "\\e930";
|
|
428
|
+
// }
|
|
429
|
+
// .new-icon-cancel:before {
|
|
430
|
+
// content: "\\e931";
|
|
431
|
+
// }
|
|
432
|
+
// .new-icon-card-giftcard:before {
|
|
433
|
+
// content: "\\e932";
|
|
434
|
+
// }
|
|
435
|
+
// .new-icon-categories:before {
|
|
436
|
+
// content: "\\e933";
|
|
437
|
+
// color: #535353;
|
|
438
|
+
// }
|
|
439
|
+
// .new-icon-category:before {
|
|
440
|
+
// content: "\\e934";
|
|
441
|
+
// }
|
|
442
|
+
// .new-icon-chat-bubble:before {
|
|
443
|
+
// content: "\\e935";
|
|
444
|
+
// }
|
|
445
|
+
// .new-icon-chat:before {
|
|
446
|
+
// content: "\\e936";
|
|
447
|
+
// }
|
|
448
|
+
// .new-icon-check-box-outline-blank:before {
|
|
449
|
+
// content: "\\e937";
|
|
450
|
+
// }
|
|
451
|
+
// .new-icon-check-box:before {
|
|
452
|
+
// content: "\\e938";
|
|
453
|
+
// }
|
|
454
|
+
// .new-icon-check-circle-outline:before {
|
|
455
|
+
// content: "\\e939";
|
|
456
|
+
// }
|
|
457
|
+
// .new-icon-check-circle:before {
|
|
458
|
+
// content: "\\e93a";
|
|
459
|
+
// }
|
|
460
|
+
// .new-icon-check:before {
|
|
461
|
+
// content: "\\e93b";
|
|
462
|
+
// }
|
|
463
|
+
// .new-icon-chevron-left:before {
|
|
464
|
+
// content: "\\e93c";
|
|
465
|
+
// }
|
|
466
|
+
// .new-icon-chevron-right:before {
|
|
467
|
+
// content: "\\e93d";
|
|
468
|
+
// }
|
|
469
|
+
// .new-icon-close:before {
|
|
470
|
+
// content: "\\e93e";
|
|
471
|
+
// }
|
|
472
|
+
// .new-icon-cloud-circle:before {
|
|
473
|
+
// content: "\\e93f";
|
|
474
|
+
// }
|
|
475
|
+
// .new-icon-cloud-done:before {
|
|
476
|
+
// content: "\\e940";
|
|
477
|
+
// }
|
|
478
|
+
// .new-icon-cloud-download:before {
|
|
479
|
+
// content: "\\e941";
|
|
480
|
+
// }
|
|
481
|
+
// .new-icon-cloud-off:before {
|
|
482
|
+
// content: "\\e942";
|
|
483
|
+
// }
|
|
484
|
+
// .new-icon-cloud-queue:before {
|
|
485
|
+
// content: "\\e943";
|
|
486
|
+
// }
|
|
487
|
+
// .new-icon-cloud-upload:before {
|
|
488
|
+
// content: "\\e944";
|
|
489
|
+
// }
|
|
490
|
+
// .new-icon-cloud:before {
|
|
491
|
+
// content: "\\e945";
|
|
492
|
+
// }
|
|
493
|
+
// .new-icon-code:before {
|
|
494
|
+
// content: "\\e946";
|
|
495
|
+
// }
|
|
496
|
+
// .new-icon-colleague:before {
|
|
497
|
+
// content: "\\e947";
|
|
498
|
+
// }
|
|
499
|
+
// .new-icon-commute:before {
|
|
500
|
+
// content: "\\e948";
|
|
501
|
+
// }
|
|
502
|
+
// .new-icon-copyright:before {
|
|
503
|
+
// content: "\\e949";
|
|
504
|
+
// }
|
|
505
|
+
// .new-icon-create:before {
|
|
506
|
+
// content: "\\e94a";
|
|
507
|
+
// }
|
|
508
|
+
// .new-icon-credit-card:before {
|
|
509
|
+
// content: "\\e94b";
|
|
510
|
+
// }
|
|
511
|
+
// .new-icon-crop-rotate:before {
|
|
512
|
+
// content: "\\e94c";
|
|
513
|
+
// }
|
|
514
|
+
// .new-icon-dashboard:before {
|
|
515
|
+
// content: "\\e94d";
|
|
516
|
+
// }
|
|
517
|
+
// .new-icon-delete-outline:before {
|
|
518
|
+
// content: "\\e94e";
|
|
519
|
+
// }
|
|
520
|
+
// .new-icon-delete-sweep:before {
|
|
521
|
+
// content: "\\e94f";
|
|
522
|
+
// }
|
|
523
|
+
// .new-icon-delete:before {
|
|
524
|
+
// content: "\\e950";
|
|
525
|
+
// }
|
|
526
|
+
// .new-icon-description:before {
|
|
527
|
+
// content: "\\e951";
|
|
528
|
+
// }
|
|
529
|
+
// .new-icon-dialpad:before {
|
|
530
|
+
// content: "\\e952";
|
|
531
|
+
// }
|
|
532
|
+
// .new-icon-drafts:before {
|
|
533
|
+
// content: "\\e953";
|
|
534
|
+
// }
|
|
535
|
+
// .new-icon-email:before {
|
|
536
|
+
// content: "\\e954";
|
|
537
|
+
// }
|
|
538
|
+
// .new-icon-equalizer:before {
|
|
539
|
+
// content: "\\e955";
|
|
540
|
+
// }
|
|
541
|
+
// .new-icon-error-outline:before {
|
|
542
|
+
// content: "\\e956";
|
|
543
|
+
// }
|
|
544
|
+
// .new-icon-error:before {
|
|
545
|
+
// content: "\\e957";
|
|
546
|
+
// }
|
|
547
|
+
// .new-icon-event-seat:before {
|
|
548
|
+
// content: "\\e958";
|
|
549
|
+
// }
|
|
550
|
+
// .new-icon-event:before {
|
|
551
|
+
// content: "\\e959";
|
|
552
|
+
// }
|
|
553
|
+
// .new-icon-exit-to-app:before {
|
|
554
|
+
// content: "\\e95a";
|
|
555
|
+
// }
|
|
556
|
+
// .new-icon-expand-less:before {
|
|
557
|
+
// content: "\\e95b";
|
|
558
|
+
// }
|
|
559
|
+
// .new-icon-expand-more:before {
|
|
560
|
+
// content: "\\e95c";
|
|
561
|
+
// }
|
|
562
|
+
// .new-icon-facebook-alt:before {
|
|
563
|
+
// content: "\\e95d";
|
|
564
|
+
// }
|
|
565
|
+
// .new-icon-facebook:before {
|
|
566
|
+
// content: "\\e95e";
|
|
567
|
+
// }
|
|
568
|
+
// .new-icon-favorite-border:before {
|
|
569
|
+
// content: "\\e95f";
|
|
570
|
+
// }
|
|
571
|
+
// .new-icon-favorite:before {
|
|
572
|
+
// content: "\\e960";
|
|
573
|
+
// }
|
|
574
|
+
// .new-icon-file .path1:before {
|
|
575
|
+
// content: "\\e961";
|
|
576
|
+
// color: rgb(255, 255, 255);
|
|
577
|
+
// }
|
|
578
|
+
// .new-icon-file .path2:before {
|
|
579
|
+
// content: "\\e962";
|
|
580
|
+
// margin-left: -1em;
|
|
581
|
+
// color: rgb(59, 65, 65);
|
|
582
|
+
// }
|
|
583
|
+
// .new-icon-fingerprint:before {
|
|
584
|
+
// content: "\\e963";
|
|
585
|
+
// }
|
|
586
|
+
// .new-icon-follower:before {
|
|
587
|
+
// content: "\\e964";
|
|
588
|
+
// color: #535353;
|
|
589
|
+
// }
|
|
590
|
+
// .new-icon-forum:before {
|
|
591
|
+
// content: "\\e965";
|
|
592
|
+
// }
|
|
593
|
+
// .new-icon-get-app:before {
|
|
594
|
+
// content: "\\e966";
|
|
595
|
+
// }
|
|
596
|
+
// .new-icon-google-alt:before {
|
|
597
|
+
// content: "\\e967";
|
|
598
|
+
// }
|
|
599
|
+
// .new-icon-google-plus-alt:before {
|
|
600
|
+
// content: "\\e968";
|
|
601
|
+
// }
|
|
602
|
+
// .new-icon-google-plus:before {
|
|
603
|
+
// content: "\\e969";
|
|
604
|
+
// }
|
|
605
|
+
// .new-icon-google:before {
|
|
606
|
+
// content: "\\e96a";
|
|
607
|
+
// }
|
|
608
|
+
// .new-icon-gps-fixed:before {
|
|
609
|
+
// content: "\\e96b";
|
|
610
|
+
// }
|
|
611
|
+
// .new-icon-gps-not-fixed:before {
|
|
612
|
+
// content: "\\e96c";
|
|
613
|
+
// }
|
|
614
|
+
// .new-icon-gps-off:before {
|
|
615
|
+
// content: "\\e96d";
|
|
616
|
+
// }
|
|
617
|
+
// .new-icon-group:before {
|
|
618
|
+
// content: "\\e96e";
|
|
619
|
+
// }
|
|
620
|
+
// .new-icon-headset-mic:before {
|
|
621
|
+
// content: "\\e96f";
|
|
622
|
+
// }
|
|
623
|
+
// .new-icon-headset:before {
|
|
624
|
+
// content: "\\e970";
|
|
625
|
+
// }
|
|
626
|
+
// .new-icon-help-outline:before {
|
|
627
|
+
// content: "\\e971";
|
|
628
|
+
// }
|
|
629
|
+
// .new-icon-help:before {
|
|
630
|
+
// content: "\\e972";
|
|
631
|
+
// }
|
|
632
|
+
// .new-icon-highlight-off:before {
|
|
633
|
+
// content: "\\e973";
|
|
634
|
+
// }
|
|
635
|
+
// .new-icon-history:before {
|
|
636
|
+
// content: "\\e974";
|
|
637
|
+
// }
|
|
638
|
+
// .new-icon-home:before {
|
|
639
|
+
// content: "\\e975";
|
|
640
|
+
// }
|
|
641
|
+
// .new-icon-hourglass-empty:before {
|
|
642
|
+
// content: "\\e976";
|
|
643
|
+
// }
|
|
644
|
+
// .new-icon-hourglass-full:before {
|
|
645
|
+
// content: "\\e977";
|
|
646
|
+
// }
|
|
647
|
+
// .new-icon-ic-content-copy:before {
|
|
648
|
+
// content: "\\e978";
|
|
649
|
+
// }
|
|
650
|
+
// .new-icon-import-contacts:before {
|
|
651
|
+
// content: "\\e979";
|
|
652
|
+
// }
|
|
653
|
+
// .new-icon-indeterminate-check-box:before {
|
|
654
|
+
// content: "\\e97a";
|
|
655
|
+
// }
|
|
656
|
+
// .new-icon-info:before {
|
|
657
|
+
// content: "\\e97b";
|
|
658
|
+
// }
|
|
659
|
+
// .new-icon-instagram-alt:before {
|
|
660
|
+
// content: "\\e97c";
|
|
661
|
+
// }
|
|
662
|
+
// .new-icon-instagram:before {
|
|
663
|
+
// content: "\\e97d";
|
|
664
|
+
// }
|
|
665
|
+
// .new-icon-keyboard-backspace:before {
|
|
666
|
+
// content: "\\e97e";
|
|
667
|
+
// }
|
|
668
|
+
// .new-icon-keyboard-voice:before {
|
|
669
|
+
// content: "\\e97f";
|
|
670
|
+
// }
|
|
671
|
+
// .new-icon-keyboard:before {
|
|
672
|
+
// content: "\\e980";
|
|
673
|
+
// }
|
|
674
|
+
// .new-icon-language:before {
|
|
675
|
+
// content: "\\e981";
|
|
676
|
+
// }
|
|
677
|
+
// .new-icon-link-off:before {
|
|
678
|
+
// content: "\\e982";
|
|
679
|
+
// }
|
|
680
|
+
// .new-icon-link:before {
|
|
681
|
+
// content: "\\e983";
|
|
682
|
+
// }
|
|
683
|
+
// .new-icon-linkedin-alt:before {
|
|
684
|
+
// content: "\\e984";
|
|
685
|
+
// }
|
|
686
|
+
// .new-icon-linkedin:before {
|
|
687
|
+
// content: "\\e985";
|
|
688
|
+
// }
|
|
689
|
+
// .new-icon-local-offer .path1:before {
|
|
690
|
+
// content: "\\e986";
|
|
691
|
+
// color: rgb(255, 255, 255);
|
|
692
|
+
// }
|
|
693
|
+
// .new-icon-local-offer .path2:before {
|
|
694
|
+
// content: "\\e987";
|
|
695
|
+
// margin-left: -1em;
|
|
696
|
+
// color: rgb(59, 65, 65);
|
|
697
|
+
// }
|
|
698
|
+
// .new-icon-location-off:before {
|
|
699
|
+
// content: "\\e988";
|
|
700
|
+
// }
|
|
701
|
+
// .new-icon-location-on:before {
|
|
702
|
+
// content: "\\e989";
|
|
703
|
+
// }
|
|
704
|
+
// .new-icon-lock-open:before {
|
|
705
|
+
// content: "\\e98a";
|
|
706
|
+
// }
|
|
707
|
+
// .new-icon-lock:before {
|
|
708
|
+
// content: "\\e98b";
|
|
709
|
+
// }
|
|
710
|
+
// .new-icon-loop:before {
|
|
711
|
+
// content: "\\e98c";
|
|
712
|
+
// }
|
|
713
|
+
// .new-icon-loyalty:before {
|
|
714
|
+
// content: "\\e98d";
|
|
715
|
+
// }
|
|
716
|
+
// .new-icon-mail-outline:before {
|
|
717
|
+
// content: "\\e98e";
|
|
718
|
+
// }
|
|
719
|
+
// .new-icon-mail:before {
|
|
720
|
+
// content: "\\e98f";
|
|
721
|
+
// }
|
|
722
|
+
// .new-icon-menu:before {
|
|
723
|
+
// content: "\\e990";
|
|
724
|
+
// }
|
|
725
|
+
// .new-icon-mic-none:before {
|
|
726
|
+
// content: "\\e991";
|
|
727
|
+
// }
|
|
728
|
+
// .new-icon-mic-off:before {
|
|
729
|
+
// content: "\\e992";
|
|
730
|
+
// }
|
|
731
|
+
// .new-icon-mic:before {
|
|
732
|
+
// content: "\\e993";
|
|
733
|
+
// }
|
|
734
|
+
// .new-icon-mood-bad:before {
|
|
735
|
+
// content: "\\e994";
|
|
736
|
+
// }
|
|
737
|
+
// .new-icon-mood:before {
|
|
738
|
+
// content: "\\e995";
|
|
739
|
+
// }
|
|
740
|
+
// .new-icon-more-horiz:before {
|
|
741
|
+
// content: "\\e996";
|
|
742
|
+
// }
|
|
743
|
+
// .new-icon-more-vert:before {
|
|
744
|
+
// content: "\\e997";
|
|
745
|
+
// }
|
|
746
|
+
// .new-icon-not-interested:before {
|
|
747
|
+
// content: "\\e998";
|
|
748
|
+
// }
|
|
749
|
+
// .new-icon-note-add:before {
|
|
750
|
+
// content: "\\e999";
|
|
751
|
+
// }
|
|
752
|
+
// .new-icon-note:before {
|
|
753
|
+
// content: "\\e99a";
|
|
754
|
+
// }
|
|
755
|
+
// .new-icon-notification-important:before {
|
|
756
|
+
// content: "\\e99b";
|
|
757
|
+
// }
|
|
758
|
+
// .new-icon-notifications-active:before {
|
|
759
|
+
// content: "\\e99c";
|
|
760
|
+
// }
|
|
761
|
+
// .new-icon-notifications-none:before {
|
|
762
|
+
// content: "\\e99d";
|
|
763
|
+
// }
|
|
764
|
+
// .new-icon-notifications-off:before {
|
|
765
|
+
// content: "\\e99e";
|
|
766
|
+
// }
|
|
767
|
+
// .new-icon-notifications-paused:before {
|
|
768
|
+
// content: "\\e99f";
|
|
769
|
+
// }
|
|
770
|
+
// .new-icon-notifications:before {
|
|
771
|
+
// content: "\\e9a0";
|
|
772
|
+
// }
|
|
773
|
+
// .new-icon-offline-pin:before {
|
|
774
|
+
// content: "\\e9a1";
|
|
775
|
+
// }
|
|
776
|
+
// .new-icon-ondemand-video:before {
|
|
777
|
+
// content: "\\e9a2";
|
|
778
|
+
// }
|
|
779
|
+
// .new-icon-outlined-flag:before {
|
|
780
|
+
// content: "\\e9a3";
|
|
781
|
+
// }
|
|
782
|
+
// .new-icon-partner:before {
|
|
783
|
+
// content: "\\e9a4";
|
|
784
|
+
// }
|
|
785
|
+
// .new-icon-pause-circle-outline:before {
|
|
786
|
+
// content: "\\e9a5";
|
|
787
|
+
// }
|
|
788
|
+
// .new-icon-perm-contact-calendar:before {
|
|
789
|
+
// content: "\\e9a6";
|
|
790
|
+
// }
|
|
791
|
+
// .new-icon-perm-identity:before {
|
|
792
|
+
// content: "\\e9a7";
|
|
793
|
+
// }
|
|
794
|
+
// .new-icon-place:before {
|
|
795
|
+
// content: "\\e9a8";
|
|
796
|
+
// }
|
|
797
|
+
// .new-icon-play-arrow:before {
|
|
798
|
+
// content: "\\e9a9";
|
|
799
|
+
// }
|
|
800
|
+
// .new-icon-play-circle-filled:before {
|
|
801
|
+
// content: "\\e9aa";
|
|
802
|
+
// }
|
|
803
|
+
// .new-icon-play-circle-outline:before {
|
|
804
|
+
// content: "\\e9ab";
|
|
805
|
+
// }
|
|
806
|
+
// .new-icon-playlist-add-check:before {
|
|
807
|
+
// content: "\\e9ac";
|
|
808
|
+
// }
|
|
809
|
+
// .new-icon-playlist-add:before {
|
|
810
|
+
// content: "\\e9ad";
|
|
811
|
+
// }
|
|
812
|
+
// .new-icon-playlist-play:before {
|
|
813
|
+
// content: "\\e9ae";
|
|
814
|
+
// }
|
|
815
|
+
// .new-icon-print:before {
|
|
816
|
+
// content: "\\e9af";
|
|
817
|
+
// }
|
|
818
|
+
// .new-icon-query-builder:before {
|
|
819
|
+
// content: "\\e9b0";
|
|
820
|
+
// }
|
|
821
|
+
// .new-icon-question-answer:before {
|
|
822
|
+
// content: "\\e9b1";
|
|
823
|
+
// }
|
|
824
|
+
// .new-icon-radio-button-checked:before {
|
|
825
|
+
// content: "\\e9b2";
|
|
826
|
+
// }
|
|
827
|
+
// .new-icon-radio-button-unchecked:before {
|
|
828
|
+
// content: "\\e9b3";
|
|
829
|
+
// }
|
|
830
|
+
// .new-icon-remove-circle-outline:before {
|
|
831
|
+
// content: "\\e9b4";
|
|
832
|
+
// }
|
|
833
|
+
// .new-icon-remove-circle:before {
|
|
834
|
+
// content: "\\e9b5";
|
|
835
|
+
// }
|
|
836
|
+
// .new-icon-remove-red-eye-2 .path1:before {
|
|
837
|
+
// content: "\\e9b6";
|
|
838
|
+
// color: rgb(255, 255, 255);
|
|
839
|
+
// }
|
|
840
|
+
// .new-icon-remove-red-eye-2 .path2:before {
|
|
841
|
+
// content: "\\e9b7";
|
|
842
|
+
// margin-left: -1em;
|
|
843
|
+
// color: rgb(59, 65, 65);
|
|
844
|
+
// }
|
|
845
|
+
// .new-icon-remove-red-eye .path1:before {
|
|
846
|
+
// content: "\\e9b8";
|
|
847
|
+
// color: rgb(255, 255, 255);
|
|
848
|
+
// }
|
|
849
|
+
// .new-icon-remove-red-eye .path2:before {
|
|
850
|
+
// content: "\\e9b9";
|
|
851
|
+
// margin-left: -1em;
|
|
852
|
+
// color: rgb(59, 65, 65);
|
|
853
|
+
// }
|
|
854
|
+
// .new-icon-report-problem:before {
|
|
855
|
+
// content: "\\e9ba";
|
|
856
|
+
// }
|
|
857
|
+
// .new-icon-restore:before {
|
|
858
|
+
// content: "\\e9bb";
|
|
859
|
+
// }
|
|
860
|
+
// .new-icon-search:before {
|
|
861
|
+
// content: "\\e9bc";
|
|
862
|
+
// }
|
|
863
|
+
// .new-icon-send:before {
|
|
864
|
+
// content: "\\e9bd";
|
|
865
|
+
// }
|
|
866
|
+
// .new-icon-sentiment-dissatisfied:before {
|
|
867
|
+
// content: "\\e9be";
|
|
868
|
+
// }
|
|
869
|
+
// .new-icon-sentiment-satisfied:before {
|
|
870
|
+
// content: "\\e9bf";
|
|
871
|
+
// }
|
|
872
|
+
// .new-icon-sentiment-very-dissatisfied:before {
|
|
873
|
+
// content: "\\e9c0";
|
|
874
|
+
// }
|
|
875
|
+
// .new-icon-sentiment-very-satisfied:before {
|
|
876
|
+
// content: "\\e9c1";
|
|
877
|
+
// }
|
|
878
|
+
// .new-icon-setting:before {
|
|
879
|
+
// content: "\\e9c2";
|
|
880
|
+
// }
|
|
881
|
+
// .new-icon-settings-applications:before {
|
|
882
|
+
// content: "\\e9c3";
|
|
883
|
+
// }
|
|
884
|
+
// .new-icon-settings-ethernet:before {
|
|
885
|
+
// content: "\\e9c4";
|
|
886
|
+
// }
|
|
887
|
+
// .new-icon-share:before {
|
|
888
|
+
// content: "\\e9c5";
|
|
889
|
+
// }
|
|
890
|
+
// .new-icon-shopping-cart:before {
|
|
891
|
+
// content: "\\e9c6";
|
|
892
|
+
// }
|
|
893
|
+
// .new-icon-smartphone:before {
|
|
894
|
+
// content: "\\e9c7";
|
|
895
|
+
// }
|
|
896
|
+
// .new-icon-sort-by-alpha:before {
|
|
897
|
+
// content: "\\e9c8";
|
|
898
|
+
// }
|
|
899
|
+
// .new-icon-speaker:before {
|
|
900
|
+
// content: "\\e9c9";
|
|
901
|
+
// color: #535353;
|
|
902
|
+
// }
|
|
903
|
+
// .new-icon-star-border:before {
|
|
904
|
+
// content: "\\e9ca";
|
|
905
|
+
// }
|
|
906
|
+
// .new-icon-star-half:before {
|
|
907
|
+
// content: "\\e9cb";
|
|
908
|
+
// }
|
|
909
|
+
// .new-icon-star:before {
|
|
910
|
+
// content: "\\e9cc";
|
|
911
|
+
// }
|
|
912
|
+
// .new-icon-stay-current-landscape:before {
|
|
913
|
+
// content: "\\e9cd";
|
|
914
|
+
// }
|
|
915
|
+
// .new-icon-stay-current-portrait:before {
|
|
916
|
+
// content: "\\e9ce";
|
|
917
|
+
// }
|
|
918
|
+
// .new-icon-Subtraction:before {
|
|
919
|
+
// content: "\\e9cf";
|
|
920
|
+
// }
|
|
921
|
+
// .new-icon-supervised-user-circle:before {
|
|
922
|
+
// content: "\\e9d0";
|
|
923
|
+
// }
|
|
924
|
+
// .new-icon-supervisor-account:before {
|
|
925
|
+
// content: "\\e9d1";
|
|
926
|
+
// }
|
|
927
|
+
// .new-icon-tablet-android:before {
|
|
928
|
+
// content: "\\e9d2";
|
|
929
|
+
// }
|
|
930
|
+
// .new-icon-tablet:before {
|
|
931
|
+
// content: "\\e9d3";
|
|
932
|
+
// }
|
|
933
|
+
// .new-icon-telegram-alt:before {
|
|
934
|
+
// content: "\\e9d4";
|
|
935
|
+
// }
|
|
936
|
+
// .new-icon-telegram:before {
|
|
937
|
+
// content: "\\e9d5";
|
|
938
|
+
// }
|
|
939
|
+
// .new-icon-textsms:before {
|
|
940
|
+
// content: "\\e9d6";
|
|
941
|
+
// }
|
|
942
|
+
// .new-icon-theaters:before {
|
|
943
|
+
// content: "\\e9d7";
|
|
944
|
+
// }
|
|
945
|
+
// .new-icon-thumb-down-alt:before {
|
|
946
|
+
// content: "\\e9d8";
|
|
947
|
+
// }
|
|
948
|
+
// .new-icon-thumb-down:before {
|
|
949
|
+
// content: "\\e9d9";
|
|
950
|
+
// }
|
|
951
|
+
// .new-icon-thumb-up-alt:before {
|
|
952
|
+
// content: "\\e9da";
|
|
953
|
+
// }
|
|
954
|
+
// .new-icon-thumb-up:before {
|
|
955
|
+
// content: "\\e9db";
|
|
956
|
+
// }
|
|
957
|
+
// .new-icon-ticket:before {
|
|
958
|
+
// content: "\\e9dc";
|
|
959
|
+
// }
|
|
960
|
+
// .new-icon-today:before {
|
|
961
|
+
// content: "\\e9dd";
|
|
962
|
+
// }
|
|
963
|
+
// .new-icon-toggle-off:before {
|
|
964
|
+
// content: "\\e9de";
|
|
965
|
+
// }
|
|
966
|
+
// .new-icon-toggle-on:before {
|
|
967
|
+
// content: "\\e9df";
|
|
968
|
+
// }
|
|
969
|
+
// .new-icon-touch-app:before {
|
|
970
|
+
// content: "\\e9e0";
|
|
971
|
+
// }
|
|
972
|
+
// .new-icon-tv .path1:before {
|
|
973
|
+
// content: "\\e9e1";
|
|
974
|
+
// color: rgb(255, 255, 255);
|
|
975
|
+
// }
|
|
976
|
+
// .new-icon-tv .path2:before {
|
|
977
|
+
// content: "\\e9e2";
|
|
978
|
+
// margin-left: -1em;
|
|
979
|
+
// color: rgb(59, 65, 65);
|
|
980
|
+
// }
|
|
981
|
+
// .new-icon-twitter-alt:before {
|
|
982
|
+
// content: "\\e9e3";
|
|
983
|
+
// }
|
|
984
|
+
// .new-icon-twitter:before {
|
|
985
|
+
// content: "\\e9e4";
|
|
986
|
+
// }
|
|
987
|
+
// .new-icon-update:before {
|
|
988
|
+
// content: "\\e9e5";
|
|
989
|
+
// }
|
|
990
|
+
// .new-icon-verified-user:before {
|
|
991
|
+
// content: "\\e9e6";
|
|
992
|
+
// }
|
|
993
|
+
// .new-icon-view-carousel:before {
|
|
994
|
+
// content: "\\e9e7";
|
|
995
|
+
// }
|
|
996
|
+
// .new-icon-visibility-off:before {
|
|
997
|
+
// content: "\\e9e8";
|
|
998
|
+
// }
|
|
999
|
+
// .new-icon-visibility:before {
|
|
1000
|
+
// content: "\\e9e9";
|
|
1001
|
+
// }
|
|
1002
|
+
// .new-icon-volume-down:before {
|
|
1003
|
+
// content: "\\e9ea";
|
|
1004
|
+
// }
|
|
1005
|
+
// .new-icon-volume-mute:before {
|
|
1006
|
+
// content: "\\e9eb";
|
|
1007
|
+
// }
|
|
1008
|
+
// .new-icon-volume-off:before {
|
|
1009
|
+
// content: "\\e9ec";
|
|
1010
|
+
// }
|
|
1011
|
+
// .new-icon-volume-up:before {
|
|
1012
|
+
// content: "\\e9ed";
|
|
1013
|
+
// }
|
|
1014
|
+
// .new-icon-vpn-key:before {
|
|
1015
|
+
// content: "\\e9ee";
|
|
1016
|
+
// }
|
|
1017
|
+
// .new-icon-warning:before {
|
|
1018
|
+
// content: "\\e9ef";
|
|
1019
|
+
// }
|
|
1020
|
+
// .new-icon-watch-later:before {
|
|
1021
|
+
// content: "\\e9f0";
|
|
1022
|
+
// }
|
|
1023
|
+
// .new-icon-watch:before {
|
|
1024
|
+
// content: "\\e9f1";
|
|
1025
|
+
// }
|
|
1026
|
+
// .new-icon-Whatsapp-alt:before {
|
|
1027
|
+
// content: "\\e9f2";
|
|
1028
|
+
// }
|
|
1029
|
+
// .new-icon-where-to-vote:before {
|
|
1030
|
+
// content: "\\e9f3";
|
|
1031
|
+
// }
|
|
1032
|
+
// .new-icon-work-off:before {
|
|
1033
|
+
// content: "\\e9f4";
|
|
1034
|
+
// }
|
|
1035
|
+
// .new-icon-work-outline:before {
|
|
1036
|
+
// content: "\\e9f5";
|
|
1037
|
+
// }
|
|
1038
|
+
// .new-icon-work:before {
|
|
1039
|
+
// content: "\\e9f6";
|
|
1040
|
+
// }
|
|
1041
|
+
// .new-icon-zoom-in:before {
|
|
1042
|
+
// content: "\\e9f7";
|
|
1043
|
+
// }
|
|
1044
|
+
// .new-icon-zoom-out-map:before {
|
|
1045
|
+
// content: "\\e9f8";
|
|
1046
|
+
// }
|
|
1047
|
+
// .new-icon-zoom-out:before {
|
|
1048
|
+
// content: "\\e9f9";
|
|
1049
|
+
// }
|
|
272
1050
|
|
|
273
|
-
/* Better Font Rendering =========== */
|
|
274
|
-
-webkit-font-smoothing: antialiased;
|
|
275
|
-
-moz-osx-font-smoothing: grayscale;
|
|
276
|
-
}
|
|
277
1051
|
|
|
278
|
-
|
|
279
|
-
content: "\\e9fa";
|
|
280
|
-
}
|
|
281
|
-
.new-icon-account-balance-wallet:before {
|
|
282
|
-
content: "\\e900";
|
|
283
|
-
}
|
|
284
|
-
.new-icon-account-box:before {
|
|
285
|
-
content: "\\e901";
|
|
286
|
-
}
|
|
287
|
-
.new-icon-account-circle:before {
|
|
288
|
-
content: "\\e902";
|
|
289
|
-
}
|
|
290
|
-
.new-icon-add-a-photo:before {
|
|
291
|
-
content: "\\e903";
|
|
292
|
-
}
|
|
293
|
-
.new-icon-add-alert:before {
|
|
294
|
-
content: "\\e904";
|
|
295
|
-
}
|
|
296
|
-
.new-icon-add-box:before {
|
|
297
|
-
content: "\\e905";
|
|
298
|
-
}
|
|
299
|
-
.new-icon-add-circle-outline:before {
|
|
300
|
-
content: "\\e906";
|
|
301
|
-
}
|
|
302
|
-
.new-icon-add-circle:before {
|
|
303
|
-
content: "\\e907";
|
|
304
|
-
}
|
|
305
|
-
.new-icon-add-photo-alternate:before {
|
|
306
|
-
content: "\\e908";
|
|
307
|
-
}
|
|
308
|
-
.new-icon-add:before {
|
|
309
|
-
content: "\\e909";
|
|
310
|
-
}
|
|
311
|
-
.new-icon-alarm-add:before {
|
|
312
|
-
content: "\\e90a";
|
|
313
|
-
}
|
|
314
|
-
.new-icon-alarm-off:before {
|
|
315
|
-
content: "\\e90b";
|
|
316
|
-
}
|
|
317
|
-
.new-icon-alarm-on:before {
|
|
318
|
-
content: "\\e90c";
|
|
319
|
-
}
|
|
320
|
-
.new-icon-alarm:before {
|
|
321
|
-
content: "\\e90d";
|
|
322
|
-
}
|
|
323
|
-
.new-icon-apps:before {
|
|
324
|
-
content: "\\e90e";
|
|
325
|
-
}
|
|
326
|
-
.new-icon-arrow-back:before {
|
|
327
|
-
content: "\\e90f";
|
|
328
|
-
}
|
|
329
|
-
.new-icon-arrow-backward-ios:before {
|
|
330
|
-
content: "\\e910";
|
|
331
|
-
}
|
|
332
|
-
.new-icon-arrow-downward:before {
|
|
333
|
-
content: "\\e911";
|
|
334
|
-
}
|
|
335
|
-
.new-icon-arrow-drop-down-circle:before {
|
|
336
|
-
content: "\\e912";
|
|
337
|
-
}
|
|
338
|
-
.new-icon-arrow-drop-down:before {
|
|
339
|
-
content: "\\e913";
|
|
340
|
-
}
|
|
341
|
-
.new-icon-arrow-drop-up:before {
|
|
342
|
-
content: "\\e914";
|
|
343
|
-
}
|
|
344
|
-
.new-icon-arrow-forward-ios:before {
|
|
345
|
-
content: "\\e915";
|
|
346
|
-
}
|
|
347
|
-
.new-icon-arrow-forward:before {
|
|
348
|
-
content: "\\e916";
|
|
349
|
-
}
|
|
350
|
-
.new-icon-arrow-left:before {
|
|
351
|
-
content: "\\e917";
|
|
352
|
-
}
|
|
353
|
-
.new-icon-arrow-right:before {
|
|
354
|
-
content: "\\e918";
|
|
355
|
-
}
|
|
356
|
-
.new-icon-arrow-upward:before {
|
|
357
|
-
content: "\\e919";
|
|
358
|
-
}
|
|
359
|
-
.new-icon-aspect-ratio:before {
|
|
360
|
-
content: "\\e91a";
|
|
361
|
-
}
|
|
362
|
-
.new-icon-assessment:before {
|
|
363
|
-
content: "\\e91b";
|
|
364
|
-
}
|
|
365
|
-
.new-icon-assignment-ind:before {
|
|
366
|
-
content: "\\e91c";
|
|
367
|
-
}
|
|
368
|
-
.new-icon-assignment:before {
|
|
369
|
-
content: "\\e91d";
|
|
370
|
-
}
|
|
371
|
-
.new-icon-attachment:before {
|
|
372
|
-
content: "\\e91e";
|
|
373
|
-
}
|
|
374
|
-
.new-icon-attendees:before {
|
|
375
|
-
content: "\\e91f";
|
|
376
|
-
color: #535353;
|
|
377
|
-
}
|
|
378
|
-
.new-icon-autorenew:before {
|
|
379
|
-
content: "\\e920";
|
|
380
|
-
}
|
|
381
|
-
.new-icon-backup:before {
|
|
382
|
-
content: "\\e921";
|
|
383
|
-
}
|
|
384
|
-
.new-icon-block:before {
|
|
385
|
-
content: "\\e922";
|
|
386
|
-
}
|
|
387
|
-
.new-icon-bluetooth-connected:before {
|
|
388
|
-
content: "\\e923";
|
|
389
|
-
}
|
|
390
|
-
.new-icon-bluetooth-disabled:before {
|
|
391
|
-
content: "\\e924";
|
|
392
|
-
}
|
|
393
|
-
.new-icon-bluetooth-searching:before {
|
|
394
|
-
content: "\\e925";
|
|
395
|
-
}
|
|
396
|
-
.new-icon-bluetooth:before {
|
|
397
|
-
content: "\\e926";
|
|
398
|
-
}
|
|
399
|
-
.new-icon-bookmark-border:before {
|
|
400
|
-
content: "\\e927";
|
|
401
|
-
}
|
|
402
|
-
.new-icon-bookmark:before {
|
|
403
|
-
content: "\\e928";
|
|
404
|
-
}
|
|
405
|
-
.new-icon-bookmarks:before {
|
|
406
|
-
content: "\\e929";
|
|
407
|
-
}
|
|
408
|
-
.new-icon-build:before {
|
|
409
|
-
content: "\\e92a";
|
|
410
|
-
}
|
|
411
|
-
.new-icon-cake:before {
|
|
412
|
-
content: "\\e92b";
|
|
413
|
-
}
|
|
414
|
-
.new-icon-calendar-today:before {
|
|
415
|
-
content: "\\e92c";
|
|
416
|
-
}
|
|
417
|
-
.new-icon-call-end:before {
|
|
418
|
-
content: "\\e92d";
|
|
419
|
-
}
|
|
420
|
-
.new-icon-call-message:before {
|
|
421
|
-
content: "\\e92e";
|
|
422
|
-
}
|
|
423
|
-
.new-icon-call:before {
|
|
424
|
-
content: "\\e92f";
|
|
425
|
-
}
|
|
426
|
-
.new-icon-camera-alt:before {
|
|
427
|
-
content: "\\e930";
|
|
428
|
-
}
|
|
429
|
-
.new-icon-cancel:before {
|
|
430
|
-
content: "\\e931";
|
|
431
|
-
}
|
|
432
|
-
.new-icon-card-giftcard:before {
|
|
433
|
-
content: "\\e932";
|
|
434
|
-
}
|
|
435
|
-
.new-icon-categories:before {
|
|
436
|
-
content: "\\e933";
|
|
437
|
-
color: #535353;
|
|
438
|
-
}
|
|
439
|
-
.new-icon-category:before {
|
|
440
|
-
content: "\\e934";
|
|
441
|
-
}
|
|
442
|
-
.new-icon-chat-bubble:before {
|
|
443
|
-
content: "\\e935";
|
|
444
|
-
}
|
|
445
|
-
.new-icon-chat:before {
|
|
446
|
-
content: "\\e936";
|
|
447
|
-
}
|
|
448
|
-
.new-icon-check-box-outline-blank:before {
|
|
449
|
-
content: "\\e937";
|
|
450
|
-
}
|
|
451
|
-
.new-icon-check-box:before {
|
|
452
|
-
content: "\\e938";
|
|
453
|
-
}
|
|
454
|
-
.new-icon-check-circle-outline:before {
|
|
455
|
-
content: "\\e939";
|
|
456
|
-
}
|
|
457
|
-
.new-icon-check-circle:before {
|
|
458
|
-
content: "\\e93a";
|
|
459
|
-
}
|
|
460
|
-
.new-icon-check:before {
|
|
461
|
-
content: "\\e93b";
|
|
462
|
-
}
|
|
463
|
-
.new-icon-chevron-left:before {
|
|
464
|
-
content: "\\e93c";
|
|
465
|
-
}
|
|
466
|
-
.new-icon-chevron-right:before {
|
|
467
|
-
content: "\\e93d";
|
|
468
|
-
}
|
|
469
|
-
.new-icon-close:before {
|
|
470
|
-
content: "\\e93e";
|
|
471
|
-
}
|
|
472
|
-
.new-icon-cloud-circle:before {
|
|
473
|
-
content: "\\e93f";
|
|
474
|
-
}
|
|
475
|
-
.new-icon-cloud-done:before {
|
|
476
|
-
content: "\\e940";
|
|
477
|
-
}
|
|
478
|
-
.new-icon-cloud-download:before {
|
|
479
|
-
content: "\\e941";
|
|
480
|
-
}
|
|
481
|
-
.new-icon-cloud-off:before {
|
|
482
|
-
content: "\\e942";
|
|
483
|
-
}
|
|
484
|
-
.new-icon-cloud-queue:before {
|
|
485
|
-
content: "\\e943";
|
|
486
|
-
}
|
|
487
|
-
.new-icon-cloud-upload:before {
|
|
488
|
-
content: "\\e944";
|
|
489
|
-
}
|
|
490
|
-
.new-icon-cloud:before {
|
|
491
|
-
content: "\\e945";
|
|
492
|
-
}
|
|
493
|
-
.new-icon-code:before {
|
|
494
|
-
content: "\\e946";
|
|
495
|
-
}
|
|
496
|
-
.new-icon-colleague:before {
|
|
497
|
-
content: "\\e947";
|
|
498
|
-
}
|
|
499
|
-
.new-icon-commute:before {
|
|
500
|
-
content: "\\e948";
|
|
501
|
-
}
|
|
502
|
-
.new-icon-copyright:before {
|
|
503
|
-
content: "\\e949";
|
|
504
|
-
}
|
|
505
|
-
.new-icon-create:before {
|
|
506
|
-
content: "\\e94a";
|
|
507
|
-
}
|
|
508
|
-
.new-icon-credit-card:before {
|
|
509
|
-
content: "\\e94b";
|
|
510
|
-
}
|
|
511
|
-
.new-icon-crop-rotate:before {
|
|
512
|
-
content: "\\e94c";
|
|
513
|
-
}
|
|
514
|
-
.new-icon-dashboard:before {
|
|
515
|
-
content: "\\e94d";
|
|
516
|
-
}
|
|
517
|
-
.new-icon-delete-outline:before {
|
|
518
|
-
content: "\\e94e";
|
|
519
|
-
}
|
|
520
|
-
.new-icon-delete-sweep:before {
|
|
521
|
-
content: "\\e94f";
|
|
522
|
-
}
|
|
523
|
-
.new-icon-delete:before {
|
|
524
|
-
content: "\\e950";
|
|
525
|
-
}
|
|
526
|
-
.new-icon-description:before {
|
|
527
|
-
content: "\\e951";
|
|
528
|
-
}
|
|
529
|
-
.new-icon-dialpad:before {
|
|
530
|
-
content: "\\e952";
|
|
531
|
-
}
|
|
532
|
-
.new-icon-drafts:before {
|
|
533
|
-
content: "\\e953";
|
|
534
|
-
}
|
|
535
|
-
.new-icon-email:before {
|
|
536
|
-
content: "\\e954";
|
|
537
|
-
}
|
|
538
|
-
.new-icon-equalizer:before {
|
|
539
|
-
content: "\\e955";
|
|
540
|
-
}
|
|
541
|
-
.new-icon-error-outline:before {
|
|
542
|
-
content: "\\e956";
|
|
543
|
-
}
|
|
544
|
-
.new-icon-error:before {
|
|
545
|
-
content: "\\e957";
|
|
546
|
-
}
|
|
547
|
-
.new-icon-event-seat:before {
|
|
548
|
-
content: "\\e958";
|
|
549
|
-
}
|
|
550
|
-
.new-icon-event:before {
|
|
551
|
-
content: "\\e959";
|
|
552
|
-
}
|
|
553
|
-
.new-icon-exit-to-app:before {
|
|
554
|
-
content: "\\e95a";
|
|
555
|
-
}
|
|
556
|
-
.new-icon-expand-less:before {
|
|
557
|
-
content: "\\e95b";
|
|
558
|
-
}
|
|
559
|
-
.new-icon-expand-more:before {
|
|
560
|
-
content: "\\e95c";
|
|
561
|
-
}
|
|
562
|
-
.new-icon-facebook-alt:before {
|
|
563
|
-
content: "\\e95d";
|
|
564
|
-
}
|
|
565
|
-
.new-icon-facebook:before {
|
|
566
|
-
content: "\\e95e";
|
|
567
|
-
}
|
|
568
|
-
.new-icon-favorite-border:before {
|
|
569
|
-
content: "\\e95f";
|
|
570
|
-
}
|
|
571
|
-
.new-icon-favorite:before {
|
|
572
|
-
content: "\\e960";
|
|
573
|
-
}
|
|
574
|
-
.new-icon-file .path1:before {
|
|
575
|
-
content: "\\e961";
|
|
576
|
-
color: rgb(255, 255, 255);
|
|
577
|
-
}
|
|
578
|
-
.new-icon-file .path2:before {
|
|
579
|
-
content: "\\e962";
|
|
580
|
-
margin-left: -1em;
|
|
581
|
-
color: rgb(59, 65, 65);
|
|
582
|
-
}
|
|
583
|
-
.new-icon-fingerprint:before {
|
|
584
|
-
content: "\\e963";
|
|
585
|
-
}
|
|
586
|
-
.new-icon-follower:before {
|
|
587
|
-
content: "\\e964";
|
|
588
|
-
color: #535353;
|
|
589
|
-
}
|
|
590
|
-
.new-icon-forum:before {
|
|
591
|
-
content: "\\e965";
|
|
592
|
-
}
|
|
593
|
-
.new-icon-get-app:before {
|
|
594
|
-
content: "\\e966";
|
|
595
|
-
}
|
|
596
|
-
.new-icon-google-alt:before {
|
|
597
|
-
content: "\\e967";
|
|
598
|
-
}
|
|
599
|
-
.new-icon-google-plus-alt:before {
|
|
600
|
-
content: "\\e968";
|
|
601
|
-
}
|
|
602
|
-
.new-icon-google-plus:before {
|
|
603
|
-
content: "\\e969";
|
|
604
|
-
}
|
|
605
|
-
.new-icon-google:before {
|
|
606
|
-
content: "\\e96a";
|
|
607
|
-
}
|
|
608
|
-
.new-icon-gps-fixed:before {
|
|
609
|
-
content: "\\e96b";
|
|
610
|
-
}
|
|
611
|
-
.new-icon-gps-not-fixed:before {
|
|
612
|
-
content: "\\e96c";
|
|
613
|
-
}
|
|
614
|
-
.new-icon-gps-off:before {
|
|
615
|
-
content: "\\e96d";
|
|
616
|
-
}
|
|
617
|
-
.new-icon-group:before {
|
|
618
|
-
content: "\\e96e";
|
|
619
|
-
}
|
|
620
|
-
.new-icon-headset-mic:before {
|
|
621
|
-
content: "\\e96f";
|
|
622
|
-
}
|
|
623
|
-
.new-icon-headset:before {
|
|
624
|
-
content: "\\e970";
|
|
625
|
-
}
|
|
626
|
-
.new-icon-help-outline:before {
|
|
627
|
-
content: "\\e971";
|
|
628
|
-
}
|
|
629
|
-
.new-icon-help:before {
|
|
630
|
-
content: "\\e972";
|
|
631
|
-
}
|
|
632
|
-
.new-icon-highlight-off:before {
|
|
633
|
-
content: "\\e973";
|
|
634
|
-
}
|
|
635
|
-
.new-icon-history:before {
|
|
636
|
-
content: "\\e974";
|
|
637
|
-
}
|
|
638
|
-
.new-icon-home:before {
|
|
639
|
-
content: "\\e975";
|
|
640
|
-
}
|
|
641
|
-
.new-icon-hourglass-empty:before {
|
|
642
|
-
content: "\\e976";
|
|
643
|
-
}
|
|
644
|
-
.new-icon-hourglass-full:before {
|
|
645
|
-
content: "\\e977";
|
|
646
|
-
}
|
|
647
|
-
.new-icon-ic-content-copy:before {
|
|
648
|
-
content: "\\e978";
|
|
649
|
-
}
|
|
650
|
-
.new-icon-import-contacts:before {
|
|
651
|
-
content: "\\e979";
|
|
652
|
-
}
|
|
653
|
-
.new-icon-indeterminate-check-box:before {
|
|
654
|
-
content: "\\e97a";
|
|
655
|
-
}
|
|
656
|
-
.new-icon-info:before {
|
|
657
|
-
content: "\\e97b";
|
|
658
|
-
}
|
|
659
|
-
.new-icon-instagram-alt:before {
|
|
660
|
-
content: "\\e97c";
|
|
661
|
-
}
|
|
662
|
-
.new-icon-instagram:before {
|
|
663
|
-
content: "\\e97d";
|
|
664
|
-
}
|
|
665
|
-
.new-icon-keyboard-backspace:before {
|
|
666
|
-
content: "\\e97e";
|
|
667
|
-
}
|
|
668
|
-
.new-icon-keyboard-voice:before {
|
|
669
|
-
content: "\\e97f";
|
|
670
|
-
}
|
|
671
|
-
.new-icon-keyboard:before {
|
|
672
|
-
content: "\\e980";
|
|
673
|
-
}
|
|
674
|
-
.new-icon-language:before {
|
|
675
|
-
content: "\\e981";
|
|
676
|
-
}
|
|
677
|
-
.new-icon-link-off:before {
|
|
678
|
-
content: "\\e982";
|
|
679
|
-
}
|
|
680
|
-
.new-icon-link:before {
|
|
681
|
-
content: "\\e983";
|
|
682
|
-
}
|
|
683
|
-
.new-icon-linkedin-alt:before {
|
|
684
|
-
content: "\\e984";
|
|
685
|
-
}
|
|
686
|
-
.new-icon-linkedin:before {
|
|
687
|
-
content: "\\e985";
|
|
688
|
-
}
|
|
689
|
-
.new-icon-local-offer .path1:before {
|
|
690
|
-
content: "\\e986";
|
|
691
|
-
color: rgb(255, 255, 255);
|
|
692
|
-
}
|
|
693
|
-
.new-icon-local-offer .path2:before {
|
|
694
|
-
content: "\\e987";
|
|
695
|
-
margin-left: -1em;
|
|
696
|
-
color: rgb(59, 65, 65);
|
|
697
|
-
}
|
|
698
|
-
.new-icon-location-off:before {
|
|
699
|
-
content: "\\e988";
|
|
700
|
-
}
|
|
701
|
-
.new-icon-location-on:before {
|
|
702
|
-
content: "\\e989";
|
|
703
|
-
}
|
|
704
|
-
.new-icon-lock-open:before {
|
|
705
|
-
content: "\\e98a";
|
|
706
|
-
}
|
|
707
|
-
.new-icon-lock:before {
|
|
708
|
-
content: "\\e98b";
|
|
709
|
-
}
|
|
710
|
-
.new-icon-loop:before {
|
|
711
|
-
content: "\\e98c";
|
|
712
|
-
}
|
|
713
|
-
.new-icon-loyalty:before {
|
|
714
|
-
content: "\\e98d";
|
|
715
|
-
}
|
|
716
|
-
.new-icon-mail-outline:before {
|
|
717
|
-
content: "\\e98e";
|
|
718
|
-
}
|
|
719
|
-
.new-icon-mail:before {
|
|
720
|
-
content: "\\e98f";
|
|
721
|
-
}
|
|
722
|
-
.new-icon-menu:before {
|
|
723
|
-
content: "\\e990";
|
|
724
|
-
}
|
|
725
|
-
.new-icon-mic-none:before {
|
|
726
|
-
content: "\\e991";
|
|
727
|
-
}
|
|
728
|
-
.new-icon-mic-off:before {
|
|
729
|
-
content: "\\e992";
|
|
730
|
-
}
|
|
731
|
-
.new-icon-mic:before {
|
|
732
|
-
content: "\\e993";
|
|
733
|
-
}
|
|
734
|
-
.new-icon-mood-bad:before {
|
|
735
|
-
content: "\\e994";
|
|
736
|
-
}
|
|
737
|
-
.new-icon-mood:before {
|
|
738
|
-
content: "\\e995";
|
|
739
|
-
}
|
|
740
|
-
.new-icon-more-horiz:before {
|
|
741
|
-
content: "\\e996";
|
|
742
|
-
}
|
|
743
|
-
.new-icon-more-vert:before {
|
|
744
|
-
content: "\\e997";
|
|
745
|
-
}
|
|
746
|
-
.new-icon-not-interested:before {
|
|
747
|
-
content: "\\e998";
|
|
748
|
-
}
|
|
749
|
-
.new-icon-note-add:before {
|
|
750
|
-
content: "\\e999";
|
|
751
|
-
}
|
|
752
|
-
.new-icon-note:before {
|
|
753
|
-
content: "\\e99a";
|
|
754
|
-
}
|
|
755
|
-
.new-icon-notification-important:before {
|
|
756
|
-
content: "\\e99b";
|
|
757
|
-
}
|
|
758
|
-
.new-icon-notifications-active:before {
|
|
759
|
-
content: "\\e99c";
|
|
760
|
-
}
|
|
761
|
-
.new-icon-notifications-none:before {
|
|
762
|
-
content: "\\e99d";
|
|
763
|
-
}
|
|
764
|
-
.new-icon-notifications-off:before {
|
|
765
|
-
content: "\\e99e";
|
|
766
|
-
}
|
|
767
|
-
.new-icon-notifications-paused:before {
|
|
768
|
-
content: "\\e99f";
|
|
769
|
-
}
|
|
770
|
-
.new-icon-notifications:before {
|
|
771
|
-
content: "\\e9a0";
|
|
772
|
-
}
|
|
773
|
-
.new-icon-offline-pin:before {
|
|
774
|
-
content: "\\e9a1";
|
|
775
|
-
}
|
|
776
|
-
.new-icon-ondemand-video:before {
|
|
777
|
-
content: "\\e9a2";
|
|
778
|
-
}
|
|
779
|
-
.new-icon-outlined-flag:before {
|
|
780
|
-
content: "\\e9a3";
|
|
781
|
-
}
|
|
782
|
-
.new-icon-partner:before {
|
|
783
|
-
content: "\\e9a4";
|
|
784
|
-
}
|
|
785
|
-
.new-icon-pause-circle-outline:before {
|
|
786
|
-
content: "\\e9a5";
|
|
787
|
-
}
|
|
788
|
-
.new-icon-perm-contact-calendar:before {
|
|
789
|
-
content: "\\e9a6";
|
|
790
|
-
}
|
|
791
|
-
.new-icon-perm-identity:before {
|
|
792
|
-
content: "\\e9a7";
|
|
793
|
-
}
|
|
794
|
-
.new-icon-place:before {
|
|
795
|
-
content: "\\e9a8";
|
|
796
|
-
}
|
|
797
|
-
.new-icon-play-arrow:before {
|
|
798
|
-
content: "\\e9a9";
|
|
799
|
-
}
|
|
800
|
-
.new-icon-play-circle-filled:before {
|
|
801
|
-
content: "\\e9aa";
|
|
802
|
-
}
|
|
803
|
-
.new-icon-play-circle-outline:before {
|
|
804
|
-
content: "\\e9ab";
|
|
805
|
-
}
|
|
806
|
-
.new-icon-playlist-add-check:before {
|
|
807
|
-
content: "\\e9ac";
|
|
808
|
-
}
|
|
809
|
-
.new-icon-playlist-add:before {
|
|
810
|
-
content: "\\e9ad";
|
|
811
|
-
}
|
|
812
|
-
.new-icon-playlist-play:before {
|
|
813
|
-
content: "\\e9ae";
|
|
814
|
-
}
|
|
815
|
-
.new-icon-print:before {
|
|
816
|
-
content: "\\e9af";
|
|
817
|
-
}
|
|
818
|
-
.new-icon-query-builder:before {
|
|
819
|
-
content: "\\e9b0";
|
|
820
|
-
}
|
|
821
|
-
.new-icon-question-answer:before {
|
|
822
|
-
content: "\\e9b1";
|
|
823
|
-
}
|
|
824
|
-
.new-icon-radio-button-checked:before {
|
|
825
|
-
content: "\\e9b2";
|
|
826
|
-
}
|
|
827
|
-
.new-icon-radio-button-unchecked:before {
|
|
828
|
-
content: "\\e9b3";
|
|
829
|
-
}
|
|
830
|
-
.new-icon-remove-circle-outline:before {
|
|
831
|
-
content: "\\e9b4";
|
|
832
|
-
}
|
|
833
|
-
.new-icon-remove-circle:before {
|
|
834
|
-
content: "\\e9b5";
|
|
835
|
-
}
|
|
836
|
-
.new-icon-remove-red-eye-2 .path1:before {
|
|
837
|
-
content: "\\e9b6";
|
|
838
|
-
color: rgb(255, 255, 255);
|
|
839
|
-
}
|
|
840
|
-
.new-icon-remove-red-eye-2 .path2:before {
|
|
841
|
-
content: "\\e9b7";
|
|
842
|
-
margin-left: -1em;
|
|
843
|
-
color: rgb(59, 65, 65);
|
|
844
|
-
}
|
|
845
|
-
.new-icon-remove-red-eye .path1:before {
|
|
846
|
-
content: "\\e9b8";
|
|
847
|
-
color: rgb(255, 255, 255);
|
|
848
|
-
}
|
|
849
|
-
.new-icon-remove-red-eye .path2:before {
|
|
850
|
-
content: "\\e9b9";
|
|
851
|
-
margin-left: -1em;
|
|
852
|
-
color: rgb(59, 65, 65);
|
|
853
|
-
}
|
|
854
|
-
.new-icon-report-problem:before {
|
|
855
|
-
content: "\\e9ba";
|
|
856
|
-
}
|
|
857
|
-
.new-icon-restore:before {
|
|
858
|
-
content: "\\e9bb";
|
|
859
|
-
}
|
|
860
|
-
.new-icon-search:before {
|
|
861
|
-
content: "\\e9bc";
|
|
862
|
-
}
|
|
863
|
-
.new-icon-send:before {
|
|
864
|
-
content: "\\e9bd";
|
|
865
|
-
}
|
|
866
|
-
.new-icon-sentiment-dissatisfied:before {
|
|
867
|
-
content: "\\e9be";
|
|
868
|
-
}
|
|
869
|
-
.new-icon-sentiment-satisfied:before {
|
|
870
|
-
content: "\\e9bf";
|
|
871
|
-
}
|
|
872
|
-
.new-icon-sentiment-very-dissatisfied:before {
|
|
873
|
-
content: "\\e9c0";
|
|
874
|
-
}
|
|
875
|
-
.new-icon-sentiment-very-satisfied:before {
|
|
876
|
-
content: "\\e9c1";
|
|
877
|
-
}
|
|
878
|
-
.new-icon-setting:before {
|
|
879
|
-
content: "\\e9c2";
|
|
880
|
-
}
|
|
881
|
-
.new-icon-settings-applications:before {
|
|
882
|
-
content: "\\e9c3";
|
|
883
|
-
}
|
|
884
|
-
.new-icon-settings-ethernet:before {
|
|
885
|
-
content: "\\e9c4";
|
|
886
|
-
}
|
|
887
|
-
.new-icon-share:before {
|
|
888
|
-
content: "\\e9c5";
|
|
889
|
-
}
|
|
890
|
-
.new-icon-shopping-cart:before {
|
|
891
|
-
content: "\\e9c6";
|
|
892
|
-
}
|
|
893
|
-
.new-icon-smartphone:before {
|
|
894
|
-
content: "\\e9c7";
|
|
895
|
-
}
|
|
896
|
-
.new-icon-sort-by-alpha:before {
|
|
897
|
-
content: "\\e9c8";
|
|
898
|
-
}
|
|
899
|
-
.new-icon-speaker:before {
|
|
900
|
-
content: "\\e9c9";
|
|
901
|
-
color: #535353;
|
|
902
|
-
}
|
|
903
|
-
.new-icon-star-border:before {
|
|
904
|
-
content: "\\e9ca";
|
|
905
|
-
}
|
|
906
|
-
.new-icon-star-half:before {
|
|
907
|
-
content: "\\e9cb";
|
|
908
|
-
}
|
|
909
|
-
.new-icon-star:before {
|
|
910
|
-
content: "\\e9cc";
|
|
911
|
-
}
|
|
912
|
-
.new-icon-stay-current-landscape:before {
|
|
913
|
-
content: "\\e9cd";
|
|
914
|
-
}
|
|
915
|
-
.new-icon-stay-current-portrait:before {
|
|
916
|
-
content: "\\e9ce";
|
|
917
|
-
}
|
|
918
|
-
.new-icon-Subtraction:before {
|
|
919
|
-
content: "\\e9cf";
|
|
920
|
-
}
|
|
921
|
-
.new-icon-supervised-user-circle:before {
|
|
922
|
-
content: "\\e9d0";
|
|
923
|
-
}
|
|
924
|
-
.new-icon-supervisor-account:before {
|
|
925
|
-
content: "\\e9d1";
|
|
926
|
-
}
|
|
927
|
-
.new-icon-tablet-android:before {
|
|
928
|
-
content: "\\e9d2";
|
|
929
|
-
}
|
|
930
|
-
.new-icon-tablet:before {
|
|
931
|
-
content: "\\e9d3";
|
|
932
|
-
}
|
|
933
|
-
.new-icon-telegram-alt:before {
|
|
934
|
-
content: "\\e9d4";
|
|
935
|
-
}
|
|
936
|
-
.new-icon-telegram:before {
|
|
937
|
-
content: "\\e9d5";
|
|
938
|
-
}
|
|
939
|
-
.new-icon-textsms:before {
|
|
940
|
-
content: "\\e9d6";
|
|
941
|
-
}
|
|
942
|
-
.new-icon-theaters:before {
|
|
943
|
-
content: "\\e9d7";
|
|
944
|
-
}
|
|
945
|
-
.new-icon-thumb-down-alt:before {
|
|
946
|
-
content: "\\e9d8";
|
|
947
|
-
}
|
|
948
|
-
.new-icon-thumb-down:before {
|
|
949
|
-
content: "\\e9d9";
|
|
950
|
-
}
|
|
951
|
-
.new-icon-thumb-up-alt:before {
|
|
952
|
-
content: "\\e9da";
|
|
953
|
-
}
|
|
954
|
-
.new-icon-thumb-up:before {
|
|
955
|
-
content: "\\e9db";
|
|
956
|
-
}
|
|
957
|
-
.new-icon-ticket:before {
|
|
958
|
-
content: "\\e9dc";
|
|
959
|
-
}
|
|
960
|
-
.new-icon-today:before {
|
|
961
|
-
content: "\\e9dd";
|
|
962
|
-
}
|
|
963
|
-
.new-icon-toggle-off:before {
|
|
964
|
-
content: "\\e9de";
|
|
965
|
-
}
|
|
966
|
-
.new-icon-toggle-on:before {
|
|
967
|
-
content: "\\e9df";
|
|
968
|
-
}
|
|
969
|
-
.new-icon-touch-app:before {
|
|
970
|
-
content: "\\e9e0";
|
|
971
|
-
}
|
|
972
|
-
.new-icon-tv .path1:before {
|
|
973
|
-
content: "\\e9e1";
|
|
974
|
-
color: rgb(255, 255, 255);
|
|
975
|
-
}
|
|
976
|
-
.new-icon-tv .path2:before {
|
|
977
|
-
content: "\\e9e2";
|
|
978
|
-
margin-left: -1em;
|
|
979
|
-
color: rgb(59, 65, 65);
|
|
980
|
-
}
|
|
981
|
-
.new-icon-twitter-alt:before {
|
|
982
|
-
content: "\\e9e3";
|
|
983
|
-
}
|
|
984
|
-
.new-icon-twitter:before {
|
|
985
|
-
content: "\\e9e4";
|
|
986
|
-
}
|
|
987
|
-
.new-icon-update:before {
|
|
988
|
-
content: "\\e9e5";
|
|
989
|
-
}
|
|
990
|
-
.new-icon-verified-user:before {
|
|
991
|
-
content: "\\e9e6";
|
|
992
|
-
}
|
|
993
|
-
.new-icon-view-carousel:before {
|
|
994
|
-
content: "\\e9e7";
|
|
995
|
-
}
|
|
996
|
-
.new-icon-visibility-off:before {
|
|
997
|
-
content: "\\e9e8";
|
|
998
|
-
}
|
|
999
|
-
.new-icon-visibility:before {
|
|
1000
|
-
content: "\\e9e9";
|
|
1001
|
-
}
|
|
1002
|
-
.new-icon-volume-down:before {
|
|
1003
|
-
content: "\\e9ea";
|
|
1004
|
-
}
|
|
1005
|
-
.new-icon-volume-mute:before {
|
|
1006
|
-
content: "\\e9eb";
|
|
1007
|
-
}
|
|
1008
|
-
.new-icon-volume-off:before {
|
|
1009
|
-
content: "\\e9ec";
|
|
1010
|
-
}
|
|
1011
|
-
.new-icon-volume-up:before {
|
|
1012
|
-
content: "\\e9ed";
|
|
1013
|
-
}
|
|
1014
|
-
.new-icon-vpn-key:before {
|
|
1015
|
-
content: "\\e9ee";
|
|
1016
|
-
}
|
|
1017
|
-
.new-icon-warning:before {
|
|
1018
|
-
content: "\\e9ef";
|
|
1019
|
-
}
|
|
1020
|
-
.new-icon-watch-later:before {
|
|
1021
|
-
content: "\\e9f0";
|
|
1022
|
-
}
|
|
1023
|
-
.new-icon-watch:before {
|
|
1024
|
-
content: "\\e9f1";
|
|
1025
|
-
}
|
|
1026
|
-
.new-icon-Whatsapp-alt:before {
|
|
1027
|
-
content: "\\e9f2";
|
|
1028
|
-
}
|
|
1029
|
-
.new-icon-where-to-vote:before {
|
|
1030
|
-
content: "\\e9f3";
|
|
1031
|
-
}
|
|
1032
|
-
.new-icon-work-off:before {
|
|
1033
|
-
content: "\\e9f4";
|
|
1034
|
-
}
|
|
1035
|
-
.new-icon-work-outline:before {
|
|
1036
|
-
content: "\\e9f5";
|
|
1037
|
-
}
|
|
1038
|
-
.new-icon-work:before {
|
|
1039
|
-
content: "\\e9f6";
|
|
1040
|
-
}
|
|
1041
|
-
.new-icon-zoom-in:before {
|
|
1042
|
-
content: "\\e9f7";
|
|
1043
|
-
}
|
|
1044
|
-
.new-icon-zoom-out-map:before {
|
|
1045
|
-
content: "\\e9f8";
|
|
1046
|
-
}
|
|
1047
|
-
.new-icon-zoom-out:before {
|
|
1048
|
-
content: "\\e9f9";
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
`;var _default=exports.default=
|
|
1052
|
+
// `;
|
|
1053
1053
|
|
|
1054
|
-
FontStyle;
|
|
1054
|
+
// export default FontStyle;
|