@geira/iconfont 0.1.2 → 0.2.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.
Files changed (45) hide show
  1. package/package.json +1 -1
  2. package/src/fonts/GeiraIcons-Regular.eot +0 -0
  3. package/src/fonts/GeiraIcons-Regular.ttf +0 -0
  4. package/src/fonts/GeiraIcons-Regular.woff +0 -0
  5. package/src/fonts/GeiraIcons-Regular.woff2 +0 -0
  6. package/src/index.html +1 -1
  7. package/src/js/data.js +158 -14
  8. package/src/js/data.json +1 -1
  9. package/src/js/flutter.txt +24 -0
  10. package/src/js/flutter2.txt +24 -0
  11. package/src/js/icons.json +158 -14
  12. package/src/scss/geira-icons.scss +4 -4
  13. package/src/usage.html +1 -1
  14. package/dist/data.min.js +0 -2
  15. package/dist/data.min.js.map +0 -1
  16. package/dist/fonts/GeiraIcons-Regular.eot +0 -0
  17. package/dist/fonts/GeiraIcons-Regular.ttf +0 -0
  18. package/dist/fonts/GeiraIcons-Regular.woff +0 -0
  19. package/dist/fonts/GeiraIcons-Regular.woff2 +0 -0
  20. package/dist/geira-icons.min.css +0 -3
  21. package/dist/geira-icons.min.css.map +0 -1
  22. package/dist/geira-icons.min.js +0 -2
  23. package/dist/geira-icons.min.js.map +0 -1
  24. package/dist/geira-icons.scss +0 -150
  25. package/dist/icons.json +0 -998
  26. package/dist/images/favicon/android-chrome-192x192.png +0 -0
  27. package/dist/images/favicon/android-chrome-512x512.png +0 -0
  28. package/dist/images/favicon/apple-touch-icon.png +0 -0
  29. package/dist/images/favicon/browserconfig.xml +0 -9
  30. package/dist/images/favicon/favicon-16x16.png +0 -0
  31. package/dist/images/favicon/favicon-32x32.png +0 -0
  32. package/dist/images/favicon/favicon.ico +0 -0
  33. package/dist/images/favicon/mstile-150x150.png +0 -0
  34. package/dist/images/favicon/safari-pinned-tab.svg +0 -38
  35. package/dist/images/favicon/site.webmanifest +0 -19
  36. package/dist/index.html +0 -1
  37. package/dist/main.min.js +0 -2
  38. package/dist/main.min.js.map +0 -1
  39. package/dist/styles.min.css +0 -3
  40. package/dist/styles.min.css.map +0 -1
  41. package/dist/styles.min.js +0 -2
  42. package/dist/styles.min.js.map +0 -1
  43. package/dist/usage.html +0 -1
  44. package/dist/utils.min.js +0 -2
  45. package/dist/utils.min.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geira/iconfont",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Geira Icon Font",
5
5
  "main": "dist/geira-icons.min.css",
6
6
  "scripts": {
Binary file
Binary file
Binary file
Binary file
package/src/index.html CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
  <footer>
39
- <p>&copy;2021 <a style="color: inherit; text-decoration: none;" href="https://liontude.com" target="_blank">Liontude</a>. All Rights Reserved. Released under MIT License</p>
39
+ <p>&copy;2022 <a style="color: inherit; text-decoration: none;" href="https://liontude.com" target="_blank">Liontude</a>. All Rights Reserved. Released under MIT License</p>
40
40
  </footer>
41
41
  </div>
42
42
  </body>
package/src/js/data.js CHANGED
@@ -47,12 +47,30 @@ window.iconsOriginal = [
47
47
  dec: "57357",
48
48
  tags: "person, hide, account, user"
49
49
  },
50
+ {
51
+ name: "person_status",
52
+ uni: "E00E",
53
+ dec: "57358",
54
+ tags: "account, user"
55
+ },
50
56
  {
51
57
  name: "chart",
52
58
  uni: "E013",
53
59
  dec: "57363",
54
60
  tags: "poll, analytics, bar"
55
61
  },
62
+ {
63
+ name: "restore",
64
+ uni: "E01F",
65
+ dec: "57375",
66
+ tags: "reset, refresh, back, undo"
67
+ },
68
+ {
69
+ name: "undo",
70
+ uni: "E02A",
71
+ dec: "57386",
72
+ tags: "reset, refresh, back, restore"
73
+ },
56
74
  {
57
75
  name: "update",
58
76
  uni: "E02B",
@@ -239,6 +257,30 @@ window.iconsOriginal = [
239
257
  dec: "57485",
240
258
  tags: "arrow, caret, chevron, skip, navigate"
241
259
  },
260
+ {
261
+ name: "cloud",
262
+ uni: "E097",
263
+ dec: "57495",
264
+ tags: "weather"
265
+ },
266
+ {
267
+ name: "upload",
268
+ uni: "E098",
269
+ dec: "57496",
270
+ tags: "arrow, up, cloud, up"
271
+ },
272
+ {
273
+ name: "download",
274
+ uni: "E09A",
275
+ dec: "57498",
276
+ tags: "arrow, down, bottom"
277
+ },
278
+ {
279
+ name: "rearrange",
280
+ uni: "E09B",
281
+ dec: "57499",
282
+ tags: "arrow, reorder, sort"
283
+ },
242
284
  {
243
285
  name: "list",
244
286
  uni: "E09E",
@@ -345,7 +387,7 @@ window.iconsOriginal = [
345
387
  name: "lang",
346
388
  uni: "E0BD",
347
389
  dec: "57533",
348
- tags: "language, translate"
390
+ tags: "language, translate, globe"
349
391
  },
350
392
  {
351
393
  name: "lang_help",
@@ -359,6 +401,12 @@ window.iconsOriginal = [
359
401
  dec: "57535",
360
402
  tags: "place, location, pin"
361
403
  },
404
+ {
405
+ name: "country",
406
+ uni: "E0C0",
407
+ dec: "57536",
408
+ tags: "place, location, flag, globe"
409
+ },
362
410
  {
363
411
  name: "flag",
364
412
  uni: "E0C9",
@@ -395,11 +443,23 @@ window.iconsOriginal = [
395
443
  dec: "57589",
396
444
  tags: "checkout"
397
445
  },
446
+ {
447
+ name: "add_balance",
448
+ uni: "E0F7",
449
+ dec: "57591",
450
+ tags: "credit, card, debit, money, cash"
451
+ },
398
452
  {
399
453
  name: "payment",
400
454
  uni: "E0F8",
401
455
  dec: "57592",
402
- tags: "credit, card, debit, money"
456
+ tags: "credit, card, debit, money, cash"
457
+ },
458
+ {
459
+ name: "bill",
460
+ uni: "E0F9",
461
+ dec: "57593",
462
+ tags: "credit, card, debit, money, cash"
403
463
  },
404
464
  {
405
465
  name: "deal",
@@ -453,7 +513,7 @@ window.iconsOriginal = [
453
513
  name: "page",
454
514
  uni: "E117",
455
515
  dec: "57623",
456
- tags: "doc, file"
516
+ tags: "doc, file, "
457
517
  },
458
518
  {
459
519
  name: "book",
@@ -465,13 +525,37 @@ window.iconsOriginal = [
465
525
  name: "test",
466
526
  uni: "E119",
467
527
  dec: "57625",
468
- tags: "study, exam, quiz"
528
+ tags: "study, exam, quiz, page, doc, file, ok"
469
529
  },
470
530
  {
471
531
  name: "flash_cards",
472
532
  uni: "E11A",
473
533
  dec: "57626",
474
- tags: "flip"
534
+ tags: "flip, page, doc"
535
+ },
536
+ {
537
+ name: "pdf",
538
+ uni: "E124",
539
+ dec: "57636",
540
+ tags: "page, doc, file"
541
+ },
542
+ {
543
+ name: "doc",
544
+ uni: "E125",
545
+ dec: "57637",
546
+ tags: "page, doc, file"
547
+ },
548
+ {
549
+ name: "jpg",
550
+ uni: "E126",
551
+ dec: "57638",
552
+ tags: "page, doc, file"
553
+ },
554
+ {
555
+ name: "png",
556
+ uni: "E127",
557
+ dec: "57639",
558
+ tags: "page, doc, file"
475
559
  },
476
560
  {
477
561
  name: "chevron_tr",
@@ -587,6 +671,12 @@ window.iconsOriginal = [
587
671
  dec: "57764",
588
672
  tags: "incapable, helpless, handicapped, invalid, kept, hind"
589
673
  },
674
+ {
675
+ name: "photo_id",
676
+ uni: "E1A5",
677
+ dec: "57765",
678
+ tags: "id, badge, passport"
679
+ },
590
680
  {
591
681
  name: "politician",
592
682
  uni: "E1CC",
@@ -731,6 +821,12 @@ window.iconsOriginal = [
731
821
  dec: "57873",
732
822
  tags: "review, start, comment, thumb"
733
823
  },
824
+ {
825
+ name: "ticket",
826
+ uni: "E212",
827
+ dec: "57874",
828
+ tags: "voucher, pass"
829
+ },
734
830
  {
735
831
  name: "dictation",
736
832
  uni: "E22F",
@@ -761,6 +857,18 @@ window.iconsOriginal = [
761
857
  dec: "57907",
762
858
  tags: "calendar, event, date, appointment, schedule"
763
859
  },
860
+ {
861
+ name: "event",
862
+ uni: "E234",
863
+ dec: "57908",
864
+ tags: "calendar, date, appointment, schedule"
865
+ },
866
+ {
867
+ name: "no_event",
868
+ uni: "E235",
869
+ dec: "57909",
870
+ tags: "calendar, date, appointment, schedule"
871
+ },
764
872
  {
765
873
  name: "dashboard",
766
874
  uni: "E23A",
@@ -791,6 +899,12 @@ window.iconsOriginal = [
791
899
  dec: "57926",
792
900
  tags: "magnifying, zoom, doc"
793
901
  },
902
+ {
903
+ name: "search_person",
904
+ uni: "E247",
905
+ dec: "57927",
906
+ tags: "magnifying, zoom, account, user"
907
+ },
794
908
  {
795
909
  name: "camera",
796
910
  uni: "E254",
@@ -863,6 +977,18 @@ window.iconsOriginal = [
863
977
  dec: "57952",
864
978
  tags: "disk"
865
979
  },
980
+ {
981
+ name: "add_square",
982
+ uni: "E262",
983
+ dec: "57954",
984
+ tags: "plus"
985
+ },
986
+ {
987
+ name: "remove_square",
988
+ uni: "E263",
989
+ dec: "57955",
990
+ tags: "minus"
991
+ },
866
992
  {
867
993
  name: "television",
868
994
  uni: "E26B",
@@ -945,54 +1071,72 @@ window.iconsOriginal = [
945
1071
  name: "facebook",
946
1072
  uni: "E291",
947
1073
  dec: "58001",
948
- tags: "social"
1074
+ tags: "social, logo"
949
1075
  },
950
1076
  {
951
1077
  name: "twitter",
952
1078
  uni: "E292",
953
1079
  dec: "58002",
954
- tags: "social"
1080
+ tags: "social, logo"
955
1081
  },
956
1082
  {
957
1083
  name: "youtube",
958
1084
  uni: "E293",
959
1085
  dec: "58003",
960
- tags: "social"
1086
+ tags: "social, logo"
961
1087
  },
962
1088
  {
963
1089
  name: "instagram",
964
1090
  uni: "E294",
965
1091
  dec: "58004",
966
- tags: "social"
1092
+ tags: "social, logo"
1093
+ },
1094
+ {
1095
+ name: "linkedin",
1096
+ uni: "E295",
1097
+ dec: "58005",
1098
+ tags: "social, logo"
1099
+ },
1100
+ {
1101
+ name: "github",
1102
+ uni: "E2A0",
1103
+ dec: "58016",
1104
+ tags: "logo"
967
1105
  },
968
1106
  {
969
1107
  name: "gitlab",
970
1108
  uni: "E2A1",
971
1109
  dec: "58017",
972
- tags: ""
1110
+ tags: "logo"
973
1111
  },
974
1112
  {
975
1113
  name: "npm",
976
1114
  uni: "E2A2",
977
1115
  dec: "58018",
978
- tags: ""
1116
+ tags: "logo"
979
1117
  },
980
1118
  {
981
1119
  name: "apple_logo",
982
1120
  uni: "E2A3",
983
1121
  dec: "58019",
984
- tags: ""
1122
+ tags: "logo"
985
1123
  },
986
1124
  {
987
1125
  name: "facebook_logo",
988
1126
  uni: "E2A4",
989
1127
  dec: "58020",
990
- tags: ""
1128
+ tags: "logo"
991
1129
  },
992
1130
  {
993
1131
  name: "google_logo",
994
1132
  uni: "E2A5",
995
1133
  dec: "58021",
996
- tags: ""
1134
+ tags: "logo"
1135
+ },
1136
+ {
1137
+ name: "whatsapp_logo",
1138
+ uni: "E2A6",
1139
+ dec: "58022",
1140
+ tags: "logo"
997
1141
  }
998
1142
  ];
package/src/js/data.json CHANGED
@@ -1 +1 @@
1
- {"notifications":57344,"pencil":57345,"wifi":57348,"chat":57349,"send":57354,"person":57355,"people":57356,"no_show":57357,"chart":57363,"refresh":57388,"chevron_up":57389,"chevron_right":57390,"chevron_down":57391,"chevron_left":57402,"arrow_up":57403,"arrow_right":57404,"arrow_down":57405,"arrow_left":57406,"delete":57407,"volume":57420,"volume_up":57423,"volume_off":57434,"hearing":57435,"mic":57436,"mic_off":57437,"recording":57438,"play_arrow":57453,"pause":57454,"stop":57455,"skip_next":57466,"skip_previous":57467,"record":57468,"previous":57484,"next":57485,"list":57502,"sidebar_close":57503,"sidebar_open":57504,"open_menu":57505,"close_menu":57506,"down_menu":57507,"up_menu":57508,"launch":57509,"exit_to_app":57510,"menu":57511,"more_vert":57512,"more_horiz":57513,"cell_phone":57528,"phone":57529,"home":57530,"language":57531,"url":57532,"map":57535,"flag":57545,"place":57546,"mail":57547,"award":57575,"trophy":57576,"shopping_cart":57589,"payment":57592,"deal":57594,"gift":57595,"time":57596,"folder":57617,"folder_open":57618,"folder_add":57619,"folder_special":57620,"folder_delete":57621,"page":57623,"book":57624,"test":57625,"flash_cards":57626,"chevron_tr":57648,"chevron_dr":57649,"chevron_dl":57650,"chevron_tl":57651,"check":57652,"check_outline":57653,"checked":57654,"unchecked":57655,"rb_checked":57657,"rb_unchecked":57658,"face_id":57719,"ar_horiz":57729,"ar_vert":57730,"parking":57759,"bike":57760,"walk":57761,"girl":57762,"boy":57763,"disabled":57764,"politician":57804,"verified":57825,"verified_user":57826,"lock":57827,"lock_open":57828,"advertising":57850,"no_advertising":57851,"question_answer":57857,"info":57858,"help":57859,"error":57860,"visibility":57861,"visibility_off":57862,"thumb_up":57863,"thumb_down":57864,"favorite_border":57865,"favorite":57866,"favorite_dislike":57867,"share":57868,"bookmark":57869,"star_border":57870,"star_half":57871,"star":57872,"rate":57873,"dictation":57903,"oral":57904,"event_available":57905,"upcoming":57906,"past":57907,"dashboard":57914,"campaing":57915,"push_pin":57924,"search":57925,"search_page":57926,"camera":57940,"images":57942,"remove":57943,"remove_circle":57944,"add":57945,"add_circle":57946,"close":57947,"cancel":57948,"filter":57949,"edit":57950,"settings":57951,"save":57952,"television":57963,"store":57964,"drink":57965,"cashier":57989,"full_square":57991,"full_dot":57992,"brightness_1":57993,"brightness_2":57994,"brightness_3":57995,"brightness_4":57996,"brightness_5":57997,"brightness_6":57998,"brightness_7":57999,"facebook":58001,"twitter":58002,"youtube":58003,"instagram":58004,"geira_icon":58015,"geira":58016,"gitlab":58017,"npm":58018,"apple_logo":58019,"facebook_logo":58020,"google_logo":58021}
1
+ {"notifications":57344,"pencil":57345,"wifi":57348,"chat":57349,"send":57354,"person":57355,"people":57356,"no_show":57357,"person_status":57358,"chart":57363,"restore":57375,"undo":57386,"update":57387,"refresh":57388,"chevron_up":57389,"chevron_right":57390,"chevron_down":57391,"chevron_left":57402,"arrow_up":57403,"arrow_right":57404,"arrow_down":57405,"arrow_left":57406,"delete":57407,"volume":57420,"volume_low":57421,"volume_medium":57422,"volume_up":57423,"volume_off":57434,"hearing":57435,"mic":57436,"mic_off":57437,"recording":57438,"no_audio":57439,"refresh_audio":57450,"load_audio":57451,"play_arrow":57453,"pause":57454,"stop":57455,"skip_next":57466,"skip_previous":57467,"record":57468,"previous":57484,"next":57485,"cloud":57495,"upload":57496,"download":57498,"rearrange":57499,"list":57502,"sidebar_close":57503,"sidebar_open":57504,"open_menu":57505,"close_menu":57506,"down_menu":57507,"up_menu":57508,"launch":57509,"exit_to_app":57510,"menu":57511,"more_vert":57512,"more_horiz":57513,"cell_phone":57528,"phone":57529,"home":57530,"language":57531,"url":57532,"lang":57533,"lang_help":57534,"map":57535,"country":57536,"flag":57545,"place":57546,"mail":57547,"award":57575,"trophy":57576,"shopping_cart":57589,"add_balance":57591,"payment":57592,"bill":57593,"deal":57594,"gift":57595,"time":57596,"folder":57617,"folder_open":57618,"folder_add":57619,"folder_special":57620,"folder_delete":57621,"page":57623,"book":57624,"test":57625,"flash_cards":57626,"pdf":57636,"doc":57637,"jpg":57638,"png":57639,"chevron_tr":57648,"chevron_dr":57649,"chevron_dl":57650,"chevron_tl":57651,"check":57652,"check_outline":57653,"checked":57654,"unchecked":57655,"rb_checked":57657,"rb_unchecked":57658,"face_id":57719,"ar_horiz":57729,"ar_vert":57730,"parking":57759,"bike":57760,"walk":57761,"girl":57762,"boy":57763,"disabled":57764,"photo_id":57765,"politician":57804,"verified":57825,"verified_user":57826,"lock":57827,"lock_open":57828,"advertising":57850,"no_advertising":57851,"question_answer":57857,"info":57858,"help":57859,"error":57860,"visibility":57861,"visibility_off":57862,"thumb_up":57863,"thumb_down":57864,"favorite_border":57865,"favorite":57866,"favorite_dislike":57867,"share":57868,"bookmark":57869,"star_border":57870,"star_half":57871,"star":57872,"rate":57873,"ticket":57874,"dictation":57903,"oral":57904,"event_available":57905,"upcoming":57906,"past":57907,"event":57908,"no_event":57909,"dashboard":57914,"campaign":57915,"push_pin":57924,"search":57925,"search_page":57926,"search_person":57927,"camera":57940,"images":57942,"remove":57943,"remove_circle":57944,"add":57945,"add_circle":57946,"close":57947,"cancel":57948,"filter":57949,"edit":57950,"settings":57951,"save":57952,"add_square":57954,"remove_square":57955,"television":57963,"store":57964,"drink":57965,"cashier":57989,"full_square":57991,"full_dot":57992,"brightness_1":57993,"brightness_2":57994,"brightness_3":57995,"brightness_4":57996,"brightness_5":57997,"brightness_6":57998,"brightness_7":57999,"facebook":58001,"twitter":58002,"youtube":58003,"instagram":58004,"linkedin":58005,"github":58016,"gitlab":58017,"npm":58018,"apple_logo":58019,"facebook_logo":58020,"google_logo":58021,"whatsapp_logo":58022}
@@ -6,7 +6,10 @@ static const IconData send = const _GIconData(0xE00A);
6
6
  static const IconData person = const _GIconData(0xE00B);
7
7
  static const IconData people = const _GIconData(0xE00C);
8
8
  static const IconData no_show = const _GIconData(0xE00D);
9
+ static const IconData person_status = const _GIconData(0xE00E);
9
10
  static const IconData chart = const _GIconData(0xE013);
11
+ static const IconData restore = const _GIconData(0xE01F);
12
+ static const IconData undo = const _GIconData(0xE02A);
10
13
  static const IconData update = const _GIconData(0xE02B);
11
14
  static const IconData refresh = const _GIconData(0xE02C);
12
15
  static const IconData chevron_up = const _GIconData(0xE02D);
@@ -38,6 +41,10 @@ static const IconData skip_previous = const _GIconData(0xE07B);
38
41
  static const IconData record = const _GIconData(0xE07C);
39
42
  static const IconData previous = const _GIconData(0xE08C);
40
43
  static const IconData next = const _GIconData(0xE08D);
44
+ static const IconData cloud = const _GIconData(0xE097);
45
+ static const IconData upload = const _GIconData(0xE098);
46
+ static const IconData download = const _GIconData(0xE09A);
47
+ static const IconData rearrange = const _GIconData(0xE09B);
41
48
  static const IconData list = const _GIconData(0xE09E);
42
49
  static const IconData sidebar_close = const _GIconData(0xE09F);
43
50
  static const IconData sidebar_open = const _GIconData(0xE0A0);
@@ -58,13 +65,16 @@ static const IconData url = const _GIconData(0xE0BC);
58
65
  static const IconData lang = const _GIconData(0xE0BD);
59
66
  static const IconData lang_help = const _GIconData(0xE0BE);
60
67
  static const IconData map = const _GIconData(0xE0BF);
68
+ static const IconData country = const _GIconData(0xE0C0);
61
69
  static const IconData flag = const _GIconData(0xE0C9);
62
70
  static const IconData place = const _GIconData(0xE0CA);
63
71
  static const IconData mail = const _GIconData(0xE0CB);
64
72
  static const IconData award = const _GIconData(0xE0E7);
65
73
  static const IconData trophy = const _GIconData(0xE0E8);
66
74
  static const IconData shopping_cart = const _GIconData(0xE0F5);
75
+ static const IconData add_balance = const _GIconData(0xE0F7);
67
76
  static const IconData payment = const _GIconData(0xE0F8);
77
+ static const IconData bill = const _GIconData(0xE0F9);
68
78
  static const IconData deal = const _GIconData(0xE0FA);
69
79
  static const IconData gift = const _GIconData(0xE0FB);
70
80
  static const IconData time = const _GIconData(0xE0FC);
@@ -77,6 +87,10 @@ static const IconData page = const _GIconData(0xE117);
77
87
  static const IconData book = const _GIconData(0xE118);
78
88
  static const IconData test = const _GIconData(0xE119);
79
89
  static const IconData flash_cards = const _GIconData(0xE11A);
90
+ static const IconData pdf = const _GIconData(0xE124);
91
+ static const IconData doc = const _GIconData(0xE125);
92
+ static const IconData jpg = const _GIconData(0xE126);
93
+ static const IconData png = const _GIconData(0xE127);
80
94
  static const IconData chevron_tr = const _GIconData(0xE130);
81
95
  static const IconData chevron_dr = const _GIconData(0xE131);
82
96
  static const IconData chevron_dl = const _GIconData(0xE132);
@@ -96,6 +110,7 @@ static const IconData walk = const _GIconData(0xE1A1);
96
110
  static const IconData girl = const _GIconData(0xE1A2);
97
111
  static const IconData boy = const _GIconData(0xE1A3);
98
112
  static const IconData disabled = const _GIconData(0xE1A4);
113
+ static const IconData photo_id = const _GIconData(0xE1A5);
99
114
  static const IconData politician = const _GIconData(0xE1CC);
100
115
  static const IconData verified = const _GIconData(0xE1E1);
101
116
  static const IconData verified_user = const _GIconData(0xE1E2);
@@ -120,16 +135,20 @@ static const IconData star_border = const _GIconData(0xE20E);
120
135
  static const IconData star_half = const _GIconData(0xE20F);
121
136
  static const IconData star = const _GIconData(0xE210);
122
137
  static const IconData rate = const _GIconData(0xE211);
138
+ static const IconData ticket = const _GIconData(0xE212);
123
139
  static const IconData dictation = const _GIconData(0xE22F);
124
140
  static const IconData oral = const _GIconData(0xE230);
125
141
  static const IconData event_available = const _GIconData(0xE231);
126
142
  static const IconData upcoming = const _GIconData(0xE232);
127
143
  static const IconData past = const _GIconData(0xE233);
144
+ static const IconData event = const _GIconData(0xE234);
145
+ static const IconData no_event = const _GIconData(0xE235);
128
146
  static const IconData dashboard = const _GIconData(0xE23A);
129
147
  static const IconData campaign = const _GIconData(0xE23B);
130
148
  static const IconData push_pin = const _GIconData(0xE244);
131
149
  static const IconData search = const _GIconData(0xE245);
132
150
  static const IconData search_page = const _GIconData(0xE246);
151
+ static const IconData search_person = const _GIconData(0xE247);
133
152
  static const IconData camera = const _GIconData(0xE254);
134
153
  static const IconData images = const _GIconData(0xE256);
135
154
  static const IconData remove = const _GIconData(0xE257);
@@ -142,6 +161,8 @@ static const IconData filter = const _GIconData(0xE25D);
142
161
  static const IconData edit = const _GIconData(0xE25E);
143
162
  static const IconData settings = const _GIconData(0xE25F);
144
163
  static const IconData save = const _GIconData(0xE260);
164
+ static const IconData add_square = const _GIconData(0xE262);
165
+ static const IconData remove_square = const _GIconData(0xE263);
145
166
  static const IconData television = const _GIconData(0xE26B);
146
167
  static const IconData store = const _GIconData(0xE26C);
147
168
  static const IconData drink = const _GIconData(0xE26D);
@@ -159,8 +180,11 @@ static const IconData facebook = const _GIconData(0xE291);
159
180
  static const IconData twitter = const _GIconData(0xE292);
160
181
  static const IconData youtube = const _GIconData(0xE293);
161
182
  static const IconData instagram = const _GIconData(0xE294);
183
+ static const IconData linkedin = const _GIconData(0xE295);
184
+ static const IconData github = const _GIconData(0xE2A0);
162
185
  static const IconData gitlab = const _GIconData(0xE2A1);
163
186
  static const IconData npm = const _GIconData(0xE2A2);
164
187
  static const IconData apple_logo = const _GIconData(0xE2A3);
165
188
  static const IconData facebook_logo = const _GIconData(0xE2A4);
166
189
  static const IconData google_logo = const _GIconData(0xE2A5);
190
+ static const IconData whatsapp_logo = const _GIconData(0xE2A6);
@@ -6,7 +6,10 @@
6
6
  'person': 0xE00B,
7
7
  'people': 0xE00C,
8
8
  'no_show': 0xE00D,
9
+ 'person_status': 0xE00E,
9
10
  'chart': 0xE013,
11
+ 'restore': 0xE01F,
12
+ 'undo': 0xE02A,
10
13
  'update': 0xE02B,
11
14
  'refresh': 0xE02C,
12
15
  'chevron_up': 0xE02D,
@@ -38,6 +41,10 @@
38
41
  'record': 0xE07C,
39
42
  'previous': 0xE08C,
40
43
  'next': 0xE08D,
44
+ 'cloud': 0xE097,
45
+ 'upload': 0xE098,
46
+ 'download': 0xE09A,
47
+ 'rearrange': 0xE09B,
41
48
  'list': 0xE09E,
42
49
  'sidebar_close': 0xE09F,
43
50
  'sidebar_open': 0xE0A0,
@@ -58,13 +65,16 @@
58
65
  'lang': 0xE0BD,
59
66
  'lang_help': 0xE0BE,
60
67
  'map': 0xE0BF,
68
+ 'country': 0xE0C0,
61
69
  'flag': 0xE0C9,
62
70
  'place': 0xE0CA,
63
71
  'mail': 0xE0CB,
64
72
  'award': 0xE0E7,
65
73
  'trophy': 0xE0E8,
66
74
  'shopping_cart': 0xE0F5,
75
+ 'add_balance': 0xE0F7,
67
76
  'payment': 0xE0F8,
77
+ 'bill': 0xE0F9,
68
78
  'deal': 0xE0FA,
69
79
  'gift': 0xE0FB,
70
80
  'time': 0xE0FC,
@@ -77,6 +87,10 @@
77
87
  'book': 0xE118,
78
88
  'test': 0xE119,
79
89
  'flash_cards': 0xE11A,
90
+ 'pdf': 0xE124,
91
+ 'doc': 0xE125,
92
+ 'jpg': 0xE126,
93
+ 'png': 0xE127,
80
94
  'chevron_tr': 0xE130,
81
95
  'chevron_dr': 0xE131,
82
96
  'chevron_dl': 0xE132,
@@ -96,6 +110,7 @@
96
110
  'girl': 0xE1A2,
97
111
  'boy': 0xE1A3,
98
112
  'disabled': 0xE1A4,
113
+ 'photo_id': 0xE1A5,
99
114
  'politician': 0xE1CC,
100
115
  'verified': 0xE1E1,
101
116
  'verified_user': 0xE1E2,
@@ -120,16 +135,20 @@
120
135
  'star_half': 0xE20F,
121
136
  'star': 0xE210,
122
137
  'rate': 0xE211,
138
+ 'ticket': 0xE212,
123
139
  'dictation': 0xE22F,
124
140
  'oral': 0xE230,
125
141
  'event_available': 0xE231,
126
142
  'upcoming': 0xE232,
127
143
  'past': 0xE233,
144
+ 'event': 0xE234,
145
+ 'no_event': 0xE235,
128
146
  'dashboard': 0xE23A,
129
147
  'campaign': 0xE23B,
130
148
  'push_pin': 0xE244,
131
149
  'search': 0xE245,
132
150
  'search_page': 0xE246,
151
+ 'search_person': 0xE247,
133
152
  'camera': 0xE254,
134
153
  'images': 0xE256,
135
154
  'remove': 0xE257,
@@ -142,6 +161,8 @@
142
161
  'edit': 0xE25E,
143
162
  'settings': 0xE25F,
144
163
  'save': 0xE260,
164
+ 'add_square': 0xE262,
165
+ 'remove_square': 0xE263,
145
166
  'television': 0xE26B,
146
167
  'store': 0xE26C,
147
168
  'drink': 0xE26D,
@@ -159,8 +180,11 @@
159
180
  'twitter': 0xE292,
160
181
  'youtube': 0xE293,
161
182
  'instagram': 0xE294,
183
+ 'linkedin': 0xE295,
184
+ 'github': 0xE2A0,
162
185
  'gitlab': 0xE2A1,
163
186
  'npm': 0xE2A2,
164
187
  'apple_logo': 0xE2A3,
165
188
  'facebook_logo': 0xE2A4,
166
189
  'google_logo': 0xE2A5,
190
+ 'whatsapp_logo': 0xE2A6,