@geira/iconfont 0.1.2 → 0.2.2
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/README.md +1 -1
- package/package.json +1 -1
- package/src/fonts/GeiraIcons-Regular.eot +0 -0
- package/src/fonts/GeiraIcons-Regular.ttf +0 -0
- package/src/fonts/GeiraIcons-Regular.woff +0 -0
- package/src/fonts/GeiraIcons-Regular.woff2 +0 -0
- package/src/index.html +1 -1
- package/src/js/data.js +202 -16
- package/src/js/data.json +1 -1
- package/src/js/flutter.txt +31 -0
- package/src/js/flutter2.txt +31 -0
- package/src/js/icons.json +202 -16
- package/src/scss/geira-icons.scss +4 -4
- package/src/usage.html +1 -1
- package/dist/data.min.js +0 -2
- package/dist/data.min.js.map +0 -1
- package/dist/fonts/GeiraIcons-Regular.eot +0 -0
- package/dist/fonts/GeiraIcons-Regular.ttf +0 -0
- package/dist/fonts/GeiraIcons-Regular.woff +0 -0
- package/dist/fonts/GeiraIcons-Regular.woff2 +0 -0
- package/dist/geira-icons.min.css +0 -3
- package/dist/geira-icons.min.css.map +0 -1
- package/dist/geira-icons.min.js +0 -2
- package/dist/geira-icons.min.js.map +0 -1
- package/dist/geira-icons.scss +0 -150
- package/dist/icons.json +0 -998
- package/dist/images/favicon/android-chrome-192x192.png +0 -0
- package/dist/images/favicon/android-chrome-512x512.png +0 -0
- package/dist/images/favicon/apple-touch-icon.png +0 -0
- package/dist/images/favicon/browserconfig.xml +0 -9
- package/dist/images/favicon/favicon-16x16.png +0 -0
- package/dist/images/favicon/favicon-32x32.png +0 -0
- package/dist/images/favicon/favicon.ico +0 -0
- package/dist/images/favicon/mstile-150x150.png +0 -0
- package/dist/images/favicon/safari-pinned-tab.svg +0 -38
- package/dist/images/favicon/site.webmanifest +0 -19
- package/dist/index.html +0 -1
- package/dist/main.min.js +0 -2
- package/dist/main.min.js.map +0 -1
- package/dist/styles.min.css +0 -3
- package/dist/styles.min.css.map +0 -1
- package/dist/styles.min.js +0 -2
- package/dist/styles.min.js.map +0 -1
- package/dist/usage.html +0 -1
- package/dist/utils.min.js +0 -2
- package/dist/utils.min.js.map +0 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
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>©
|
|
39
|
+
<p>©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
|
@@ -3,7 +3,7 @@ window.iconsOriginal = [
|
|
|
3
3
|
name: "notifications",
|
|
4
4
|
uni: "E000",
|
|
5
5
|
dec: "57344",
|
|
6
|
-
tags: "alert"
|
|
6
|
+
tags: "alert, bell, alarm"
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
9
|
name: "pencil",
|
|
@@ -11,6 +11,12 @@ window.iconsOriginal = [
|
|
|
11
11
|
dec: "57345",
|
|
12
12
|
tags: "edit, create"
|
|
13
13
|
},
|
|
14
|
+
{
|
|
15
|
+
name: "brush",
|
|
16
|
+
uni: "E002",
|
|
17
|
+
dec: "57346",
|
|
18
|
+
tags: "create, art, paint"
|
|
19
|
+
},
|
|
14
20
|
{
|
|
15
21
|
name: "wifi",
|
|
16
22
|
uni: "E004",
|
|
@@ -23,6 +29,18 @@ window.iconsOriginal = [
|
|
|
23
29
|
dec: "57349",
|
|
24
30
|
tags: "sms, message"
|
|
25
31
|
},
|
|
32
|
+
{
|
|
33
|
+
name: "notifications_off",
|
|
34
|
+
uni: "E008",
|
|
35
|
+
dec: "57352",
|
|
36
|
+
tags: "alert, bell, alarm"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: "notifications_active",
|
|
40
|
+
uni: "E009",
|
|
41
|
+
dec: "57353",
|
|
42
|
+
tags: "alert, bell, alarm"
|
|
43
|
+
},
|
|
26
44
|
{
|
|
27
45
|
name: "send",
|
|
28
46
|
uni: "E00A",
|
|
@@ -47,12 +65,30 @@ window.iconsOriginal = [
|
|
|
47
65
|
dec: "57357",
|
|
48
66
|
tags: "person, hide, account, user"
|
|
49
67
|
},
|
|
68
|
+
{
|
|
69
|
+
name: "person_status",
|
|
70
|
+
uni: "E00E",
|
|
71
|
+
dec: "57358",
|
|
72
|
+
tags: "account, user"
|
|
73
|
+
},
|
|
50
74
|
{
|
|
51
75
|
name: "chart",
|
|
52
76
|
uni: "E013",
|
|
53
77
|
dec: "57363",
|
|
54
78
|
tags: "poll, analytics, bar"
|
|
55
79
|
},
|
|
80
|
+
{
|
|
81
|
+
name: "restore",
|
|
82
|
+
uni: "E01F",
|
|
83
|
+
dec: "57375",
|
|
84
|
+
tags: "reset, refresh, back, undo"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: "undo",
|
|
88
|
+
uni: "E02A",
|
|
89
|
+
dec: "57386",
|
|
90
|
+
tags: "reset, refresh, back, restore"
|
|
91
|
+
},
|
|
56
92
|
{
|
|
57
93
|
name: "update",
|
|
58
94
|
uni: "E02B",
|
|
@@ -239,6 +275,36 @@ window.iconsOriginal = [
|
|
|
239
275
|
dec: "57485",
|
|
240
276
|
tags: "arrow, caret, chevron, skip, navigate"
|
|
241
277
|
},
|
|
278
|
+
{
|
|
279
|
+
name: "cloud",
|
|
280
|
+
uni: "E097",
|
|
281
|
+
dec: "57495",
|
|
282
|
+
tags: "weather"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
name: "upload",
|
|
286
|
+
uni: "E098",
|
|
287
|
+
dec: "57496",
|
|
288
|
+
tags: "arrow, up, cloud, up"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
name: "download",
|
|
292
|
+
uni: "E09A",
|
|
293
|
+
dec: "57498",
|
|
294
|
+
tags: "arrow, down, bottom"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
name: "rearrange",
|
|
298
|
+
uni: "E09B",
|
|
299
|
+
dec: "57499",
|
|
300
|
+
tags: "arrow, reorder, sort"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
name: "tune",
|
|
304
|
+
uni: "E09D",
|
|
305
|
+
dec: "57501",
|
|
306
|
+
tags: "slider, sort, filter, options"
|
|
307
|
+
},
|
|
242
308
|
{
|
|
243
309
|
name: "list",
|
|
244
310
|
uni: "E09E",
|
|
@@ -345,7 +411,7 @@ window.iconsOriginal = [
|
|
|
345
411
|
name: "lang",
|
|
346
412
|
uni: "E0BD",
|
|
347
413
|
dec: "57533",
|
|
348
|
-
tags: "language, translate"
|
|
414
|
+
tags: "language, translate, globe"
|
|
349
415
|
},
|
|
350
416
|
{
|
|
351
417
|
name: "lang_help",
|
|
@@ -359,6 +425,12 @@ window.iconsOriginal = [
|
|
|
359
425
|
dec: "57535",
|
|
360
426
|
tags: "place, location, pin"
|
|
361
427
|
},
|
|
428
|
+
{
|
|
429
|
+
name: "country",
|
|
430
|
+
uni: "E0C0",
|
|
431
|
+
dec: "57536",
|
|
432
|
+
tags: "place, location, flag, globe"
|
|
433
|
+
},
|
|
362
434
|
{
|
|
363
435
|
name: "flag",
|
|
364
436
|
uni: "E0C9",
|
|
@@ -395,11 +467,23 @@ window.iconsOriginal = [
|
|
|
395
467
|
dec: "57589",
|
|
396
468
|
tags: "checkout"
|
|
397
469
|
},
|
|
470
|
+
{
|
|
471
|
+
name: "add_balance",
|
|
472
|
+
uni: "E0F7",
|
|
473
|
+
dec: "57591",
|
|
474
|
+
tags: "credit, card, debit, money, cash"
|
|
475
|
+
},
|
|
398
476
|
{
|
|
399
477
|
name: "payment",
|
|
400
478
|
uni: "E0F8",
|
|
401
479
|
dec: "57592",
|
|
402
|
-
tags: "credit, card, debit, money"
|
|
480
|
+
tags: "credit, card, debit, money, cash"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
name: "bill",
|
|
484
|
+
uni: "E0F9",
|
|
485
|
+
dec: "57593",
|
|
486
|
+
tags: "credit, card, debit, money, cash"
|
|
403
487
|
},
|
|
404
488
|
{
|
|
405
489
|
name: "deal",
|
|
@@ -453,7 +537,7 @@ window.iconsOriginal = [
|
|
|
453
537
|
name: "page",
|
|
454
538
|
uni: "E117",
|
|
455
539
|
dec: "57623",
|
|
456
|
-
tags: "doc, file"
|
|
540
|
+
tags: "doc, file, "
|
|
457
541
|
},
|
|
458
542
|
{
|
|
459
543
|
name: "book",
|
|
@@ -465,13 +549,37 @@ window.iconsOriginal = [
|
|
|
465
549
|
name: "test",
|
|
466
550
|
uni: "E119",
|
|
467
551
|
dec: "57625",
|
|
468
|
-
tags: "study, exam, quiz"
|
|
552
|
+
tags: "study, exam, quiz, page, doc, file, ok"
|
|
469
553
|
},
|
|
470
554
|
{
|
|
471
555
|
name: "flash_cards",
|
|
472
556
|
uni: "E11A",
|
|
473
557
|
dec: "57626",
|
|
474
|
-
tags: "flip"
|
|
558
|
+
tags: "flip, page, doc"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
name: "pdf",
|
|
562
|
+
uni: "E124",
|
|
563
|
+
dec: "57636",
|
|
564
|
+
tags: "page, doc, file"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
name: "doc",
|
|
568
|
+
uni: "E125",
|
|
569
|
+
dec: "57637",
|
|
570
|
+
tags: "page, doc, file"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
name: "jpg",
|
|
574
|
+
uni: "E126",
|
|
575
|
+
dec: "57638",
|
|
576
|
+
tags: "page, doc, file"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
name: "png",
|
|
580
|
+
uni: "E127",
|
|
581
|
+
dec: "57639",
|
|
582
|
+
tags: "page, doc, file"
|
|
475
583
|
},
|
|
476
584
|
{
|
|
477
585
|
name: "chevron_tr",
|
|
@@ -587,6 +695,12 @@ window.iconsOriginal = [
|
|
|
587
695
|
dec: "57764",
|
|
588
696
|
tags: "incapable, helpless, handicapped, invalid, kept, hind"
|
|
589
697
|
},
|
|
698
|
+
{
|
|
699
|
+
name: "photo_id",
|
|
700
|
+
uni: "E1A5",
|
|
701
|
+
dec: "57765",
|
|
702
|
+
tags: "id, badge, passport"
|
|
703
|
+
},
|
|
590
704
|
{
|
|
591
705
|
name: "politician",
|
|
592
706
|
uni: "E1CC",
|
|
@@ -731,6 +845,12 @@ window.iconsOriginal = [
|
|
|
731
845
|
dec: "57873",
|
|
732
846
|
tags: "review, start, comment, thumb"
|
|
733
847
|
},
|
|
848
|
+
{
|
|
849
|
+
name: "ticket",
|
|
850
|
+
uni: "E212",
|
|
851
|
+
dec: "57874",
|
|
852
|
+
tags: "voucher, pass"
|
|
853
|
+
},
|
|
734
854
|
{
|
|
735
855
|
name: "dictation",
|
|
736
856
|
uni: "E22F",
|
|
@@ -761,6 +881,24 @@ window.iconsOriginal = [
|
|
|
761
881
|
dec: "57907",
|
|
762
882
|
tags: "calendar, event, date, appointment, schedule"
|
|
763
883
|
},
|
|
884
|
+
{
|
|
885
|
+
name: "event",
|
|
886
|
+
uni: "E234",
|
|
887
|
+
dec: "57908",
|
|
888
|
+
tags: "calendar, date, appointment, schedule"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
name: "no_event",
|
|
892
|
+
uni: "E235",
|
|
893
|
+
dec: "57909",
|
|
894
|
+
tags: "calendar, date, appointment, schedule"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
name: "month",
|
|
898
|
+
uni: "E236",
|
|
899
|
+
dec: "57910",
|
|
900
|
+
tags: "calendar, date, appointment, schedule"
|
|
901
|
+
},
|
|
764
902
|
{
|
|
765
903
|
name: "dashboard",
|
|
766
904
|
uni: "E23A",
|
|
@@ -771,7 +909,7 @@ window.iconsOriginal = [
|
|
|
771
909
|
name: "campaign",
|
|
772
910
|
uni: "E23B",
|
|
773
911
|
dec: "57915",
|
|
774
|
-
tags: "megaphone, bullhorn, mic, marketing"
|
|
912
|
+
tags: "megaphone, bullhorn, mic, marketing, announcement, speaker"
|
|
775
913
|
},
|
|
776
914
|
{
|
|
777
915
|
name: "push_pin",
|
|
@@ -791,12 +929,24 @@ window.iconsOriginal = [
|
|
|
791
929
|
dec: "57926",
|
|
792
930
|
tags: "magnifying, zoom, doc"
|
|
793
931
|
},
|
|
932
|
+
{
|
|
933
|
+
name: "search_person",
|
|
934
|
+
uni: "E247",
|
|
935
|
+
dec: "57927",
|
|
936
|
+
tags: "magnifying, zoom, account, user"
|
|
937
|
+
},
|
|
794
938
|
{
|
|
795
939
|
name: "camera",
|
|
796
940
|
uni: "E254",
|
|
797
941
|
dec: "57940",
|
|
798
942
|
tags: "photo"
|
|
799
943
|
},
|
|
944
|
+
{
|
|
945
|
+
name: "no_image",
|
|
946
|
+
uni: "E255",
|
|
947
|
+
dec: "57941",
|
|
948
|
+
tags: "collections, photos, gallery, media, image"
|
|
949
|
+
},
|
|
800
950
|
{
|
|
801
951
|
name: "images",
|
|
802
952
|
uni: "E256",
|
|
@@ -863,6 +1013,18 @@ window.iconsOriginal = [
|
|
|
863
1013
|
dec: "57952",
|
|
864
1014
|
tags: "disk"
|
|
865
1015
|
},
|
|
1016
|
+
{
|
|
1017
|
+
name: "add_square",
|
|
1018
|
+
uni: "E262",
|
|
1019
|
+
dec: "57954",
|
|
1020
|
+
tags: "plus"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
name: "remove_square",
|
|
1024
|
+
uni: "E263",
|
|
1025
|
+
dec: "57955",
|
|
1026
|
+
tags: "minus"
|
|
1027
|
+
},
|
|
866
1028
|
{
|
|
867
1029
|
name: "television",
|
|
868
1030
|
uni: "E26B",
|
|
@@ -945,54 +1107,78 @@ window.iconsOriginal = [
|
|
|
945
1107
|
name: "facebook",
|
|
946
1108
|
uni: "E291",
|
|
947
1109
|
dec: "58001",
|
|
948
|
-
tags: "social"
|
|
1110
|
+
tags: "social, logo"
|
|
949
1111
|
},
|
|
950
1112
|
{
|
|
951
1113
|
name: "twitter",
|
|
952
1114
|
uni: "E292",
|
|
953
1115
|
dec: "58002",
|
|
954
|
-
tags: "social"
|
|
1116
|
+
tags: "social, logo"
|
|
955
1117
|
},
|
|
956
1118
|
{
|
|
957
1119
|
name: "youtube",
|
|
958
1120
|
uni: "E293",
|
|
959
1121
|
dec: "58003",
|
|
960
|
-
tags: "social"
|
|
1122
|
+
tags: "social, logo"
|
|
961
1123
|
},
|
|
962
1124
|
{
|
|
963
1125
|
name: "instagram",
|
|
964
1126
|
uni: "E294",
|
|
965
1127
|
dec: "58004",
|
|
966
|
-
tags: "social"
|
|
1128
|
+
tags: "social, logo"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
name: "linkedin",
|
|
1132
|
+
uni: "E295",
|
|
1133
|
+
dec: "58005",
|
|
1134
|
+
tags: "social, logo"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
name: "github",
|
|
1138
|
+
uni: "E2A0",
|
|
1139
|
+
dec: "58016",
|
|
1140
|
+
tags: "logo"
|
|
967
1141
|
},
|
|
968
1142
|
{
|
|
969
1143
|
name: "gitlab",
|
|
970
1144
|
uni: "E2A1",
|
|
971
1145
|
dec: "58017",
|
|
972
|
-
tags: ""
|
|
1146
|
+
tags: "logo"
|
|
973
1147
|
},
|
|
974
1148
|
{
|
|
975
1149
|
name: "npm",
|
|
976
1150
|
uni: "E2A2",
|
|
977
1151
|
dec: "58018",
|
|
978
|
-
tags: ""
|
|
1152
|
+
tags: "logo"
|
|
979
1153
|
},
|
|
980
1154
|
{
|
|
981
1155
|
name: "apple_logo",
|
|
982
1156
|
uni: "E2A3",
|
|
983
1157
|
dec: "58019",
|
|
984
|
-
tags: ""
|
|
1158
|
+
tags: "logo"
|
|
985
1159
|
},
|
|
986
1160
|
{
|
|
987
1161
|
name: "facebook_logo",
|
|
988
1162
|
uni: "E2A4",
|
|
989
1163
|
dec: "58020",
|
|
990
|
-
tags: ""
|
|
1164
|
+
tags: "logo"
|
|
991
1165
|
},
|
|
992
1166
|
{
|
|
993
1167
|
name: "google_logo",
|
|
994
1168
|
uni: "E2A5",
|
|
995
1169
|
dec: "58021",
|
|
996
|
-
tags: ""
|
|
1170
|
+
tags: "logo"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
name: "whatsapp_logo",
|
|
1174
|
+
uni: "E2A6",
|
|
1175
|
+
dec: "58022",
|
|
1176
|
+
tags: "logo"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
name: "logo",
|
|
1180
|
+
uni: "E2AF",
|
|
1181
|
+
dec: "58031",
|
|
1182
|
+
tags: "logo, create, art, font"
|
|
997
1183
|
}
|
|
998
1184
|
];
|
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,"
|
|
1
|
+
{"notifications":57344,"pencil":57345,"brush":57346,"wifi":57348,"chat":57349,"notifications_off":57352,"notifications_active":57353,"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,"tune":57501,"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,"month":57910,"dashboard":57914,"campaign":57915,"push_pin":57924,"search":57925,"search_page":57926,"search_person":57927,"camera":57940,"no_image":57941,"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,"logo":58031}
|
package/src/js/flutter.txt
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
static const IconData notifications = const _GIconData(0xE000);
|
|
2
2
|
static const IconData pencil = const _GIconData(0xE001);
|
|
3
|
+
static const IconData brush = const _GIconData(0xE002);
|
|
3
4
|
static const IconData wifi = const _GIconData(0xE004);
|
|
4
5
|
static const IconData chat = const _GIconData(0xE005);
|
|
6
|
+
static const IconData notifications_off = const _GIconData(0xE008);
|
|
7
|
+
static const IconData notifications_active = const _GIconData(0xE009);
|
|
5
8
|
static const IconData send = const _GIconData(0xE00A);
|
|
6
9
|
static const IconData person = const _GIconData(0xE00B);
|
|
7
10
|
static const IconData people = const _GIconData(0xE00C);
|
|
8
11
|
static const IconData no_show = const _GIconData(0xE00D);
|
|
12
|
+
static const IconData person_status = const _GIconData(0xE00E);
|
|
9
13
|
static const IconData chart = const _GIconData(0xE013);
|
|
14
|
+
static const IconData restore = const _GIconData(0xE01F);
|
|
15
|
+
static const IconData undo = const _GIconData(0xE02A);
|
|
10
16
|
static const IconData update = const _GIconData(0xE02B);
|
|
11
17
|
static const IconData refresh = const _GIconData(0xE02C);
|
|
12
18
|
static const IconData chevron_up = const _GIconData(0xE02D);
|
|
@@ -38,6 +44,11 @@ static const IconData skip_previous = const _GIconData(0xE07B);
|
|
|
38
44
|
static const IconData record = const _GIconData(0xE07C);
|
|
39
45
|
static const IconData previous = const _GIconData(0xE08C);
|
|
40
46
|
static const IconData next = const _GIconData(0xE08D);
|
|
47
|
+
static const IconData cloud = const _GIconData(0xE097);
|
|
48
|
+
static const IconData upload = const _GIconData(0xE098);
|
|
49
|
+
static const IconData download = const _GIconData(0xE09A);
|
|
50
|
+
static const IconData rearrange = const _GIconData(0xE09B);
|
|
51
|
+
static const IconData tune = const _GIconData(0xE09D);
|
|
41
52
|
static const IconData list = const _GIconData(0xE09E);
|
|
42
53
|
static const IconData sidebar_close = const _GIconData(0xE09F);
|
|
43
54
|
static const IconData sidebar_open = const _GIconData(0xE0A0);
|
|
@@ -58,13 +69,16 @@ static const IconData url = const _GIconData(0xE0BC);
|
|
|
58
69
|
static const IconData lang = const _GIconData(0xE0BD);
|
|
59
70
|
static const IconData lang_help = const _GIconData(0xE0BE);
|
|
60
71
|
static const IconData map = const _GIconData(0xE0BF);
|
|
72
|
+
static const IconData country = const _GIconData(0xE0C0);
|
|
61
73
|
static const IconData flag = const _GIconData(0xE0C9);
|
|
62
74
|
static const IconData place = const _GIconData(0xE0CA);
|
|
63
75
|
static const IconData mail = const _GIconData(0xE0CB);
|
|
64
76
|
static const IconData award = const _GIconData(0xE0E7);
|
|
65
77
|
static const IconData trophy = const _GIconData(0xE0E8);
|
|
66
78
|
static const IconData shopping_cart = const _GIconData(0xE0F5);
|
|
79
|
+
static const IconData add_balance = const _GIconData(0xE0F7);
|
|
67
80
|
static const IconData payment = const _GIconData(0xE0F8);
|
|
81
|
+
static const IconData bill = const _GIconData(0xE0F9);
|
|
68
82
|
static const IconData deal = const _GIconData(0xE0FA);
|
|
69
83
|
static const IconData gift = const _GIconData(0xE0FB);
|
|
70
84
|
static const IconData time = const _GIconData(0xE0FC);
|
|
@@ -77,6 +91,10 @@ static const IconData page = const _GIconData(0xE117);
|
|
|
77
91
|
static const IconData book = const _GIconData(0xE118);
|
|
78
92
|
static const IconData test = const _GIconData(0xE119);
|
|
79
93
|
static const IconData flash_cards = const _GIconData(0xE11A);
|
|
94
|
+
static const IconData pdf = const _GIconData(0xE124);
|
|
95
|
+
static const IconData doc = const _GIconData(0xE125);
|
|
96
|
+
static const IconData jpg = const _GIconData(0xE126);
|
|
97
|
+
static const IconData png = const _GIconData(0xE127);
|
|
80
98
|
static const IconData chevron_tr = const _GIconData(0xE130);
|
|
81
99
|
static const IconData chevron_dr = const _GIconData(0xE131);
|
|
82
100
|
static const IconData chevron_dl = const _GIconData(0xE132);
|
|
@@ -96,6 +114,7 @@ static const IconData walk = const _GIconData(0xE1A1);
|
|
|
96
114
|
static const IconData girl = const _GIconData(0xE1A2);
|
|
97
115
|
static const IconData boy = const _GIconData(0xE1A3);
|
|
98
116
|
static const IconData disabled = const _GIconData(0xE1A4);
|
|
117
|
+
static const IconData photo_id = const _GIconData(0xE1A5);
|
|
99
118
|
static const IconData politician = const _GIconData(0xE1CC);
|
|
100
119
|
static const IconData verified = const _GIconData(0xE1E1);
|
|
101
120
|
static const IconData verified_user = const _GIconData(0xE1E2);
|
|
@@ -120,17 +139,23 @@ static const IconData star_border = const _GIconData(0xE20E);
|
|
|
120
139
|
static const IconData star_half = const _GIconData(0xE20F);
|
|
121
140
|
static const IconData star = const _GIconData(0xE210);
|
|
122
141
|
static const IconData rate = const _GIconData(0xE211);
|
|
142
|
+
static const IconData ticket = const _GIconData(0xE212);
|
|
123
143
|
static const IconData dictation = const _GIconData(0xE22F);
|
|
124
144
|
static const IconData oral = const _GIconData(0xE230);
|
|
125
145
|
static const IconData event_available = const _GIconData(0xE231);
|
|
126
146
|
static const IconData upcoming = const _GIconData(0xE232);
|
|
127
147
|
static const IconData past = const _GIconData(0xE233);
|
|
148
|
+
static const IconData event = const _GIconData(0xE234);
|
|
149
|
+
static const IconData no_event = const _GIconData(0xE235);
|
|
150
|
+
static const IconData month = const _GIconData(0xE236);
|
|
128
151
|
static const IconData dashboard = const _GIconData(0xE23A);
|
|
129
152
|
static const IconData campaign = const _GIconData(0xE23B);
|
|
130
153
|
static const IconData push_pin = const _GIconData(0xE244);
|
|
131
154
|
static const IconData search = const _GIconData(0xE245);
|
|
132
155
|
static const IconData search_page = const _GIconData(0xE246);
|
|
156
|
+
static const IconData search_person = const _GIconData(0xE247);
|
|
133
157
|
static const IconData camera = const _GIconData(0xE254);
|
|
158
|
+
static const IconData no_image = const _GIconData(0xE255);
|
|
134
159
|
static const IconData images = const _GIconData(0xE256);
|
|
135
160
|
static const IconData remove = const _GIconData(0xE257);
|
|
136
161
|
static const IconData remove_circle = const _GIconData(0xE258);
|
|
@@ -142,6 +167,8 @@ static const IconData filter = const _GIconData(0xE25D);
|
|
|
142
167
|
static const IconData edit = const _GIconData(0xE25E);
|
|
143
168
|
static const IconData settings = const _GIconData(0xE25F);
|
|
144
169
|
static const IconData save = const _GIconData(0xE260);
|
|
170
|
+
static const IconData add_square = const _GIconData(0xE262);
|
|
171
|
+
static const IconData remove_square = const _GIconData(0xE263);
|
|
145
172
|
static const IconData television = const _GIconData(0xE26B);
|
|
146
173
|
static const IconData store = const _GIconData(0xE26C);
|
|
147
174
|
static const IconData drink = const _GIconData(0xE26D);
|
|
@@ -159,8 +186,12 @@ static const IconData facebook = const _GIconData(0xE291);
|
|
|
159
186
|
static const IconData twitter = const _GIconData(0xE292);
|
|
160
187
|
static const IconData youtube = const _GIconData(0xE293);
|
|
161
188
|
static const IconData instagram = const _GIconData(0xE294);
|
|
189
|
+
static const IconData linkedin = const _GIconData(0xE295);
|
|
190
|
+
static const IconData github = const _GIconData(0xE2A0);
|
|
162
191
|
static const IconData gitlab = const _GIconData(0xE2A1);
|
|
163
192
|
static const IconData npm = const _GIconData(0xE2A2);
|
|
164
193
|
static const IconData apple_logo = const _GIconData(0xE2A3);
|
|
165
194
|
static const IconData facebook_logo = const _GIconData(0xE2A4);
|
|
166
195
|
static const IconData google_logo = const _GIconData(0xE2A5);
|
|
196
|
+
static const IconData whatsapp_logo = const _GIconData(0xE2A6);
|
|
197
|
+
static const IconData logo = const _GIconData(0xE2AF);
|
package/src/js/flutter2.txt
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
'notifications': 0xE000,
|
|
2
2
|
'pencil': 0xE001,
|
|
3
|
+
'brush': 0xE002,
|
|
3
4
|
'wifi': 0xE004,
|
|
4
5
|
'chat': 0xE005,
|
|
6
|
+
'notifications_off': 0xE008,
|
|
7
|
+
'notifications_active': 0xE009,
|
|
5
8
|
'send': 0xE00A,
|
|
6
9
|
'person': 0xE00B,
|
|
7
10
|
'people': 0xE00C,
|
|
8
11
|
'no_show': 0xE00D,
|
|
12
|
+
'person_status': 0xE00E,
|
|
9
13
|
'chart': 0xE013,
|
|
14
|
+
'restore': 0xE01F,
|
|
15
|
+
'undo': 0xE02A,
|
|
10
16
|
'update': 0xE02B,
|
|
11
17
|
'refresh': 0xE02C,
|
|
12
18
|
'chevron_up': 0xE02D,
|
|
@@ -38,6 +44,11 @@
|
|
|
38
44
|
'record': 0xE07C,
|
|
39
45
|
'previous': 0xE08C,
|
|
40
46
|
'next': 0xE08D,
|
|
47
|
+
'cloud': 0xE097,
|
|
48
|
+
'upload': 0xE098,
|
|
49
|
+
'download': 0xE09A,
|
|
50
|
+
'rearrange': 0xE09B,
|
|
51
|
+
'tune': 0xE09D,
|
|
41
52
|
'list': 0xE09E,
|
|
42
53
|
'sidebar_close': 0xE09F,
|
|
43
54
|
'sidebar_open': 0xE0A0,
|
|
@@ -58,13 +69,16 @@
|
|
|
58
69
|
'lang': 0xE0BD,
|
|
59
70
|
'lang_help': 0xE0BE,
|
|
60
71
|
'map': 0xE0BF,
|
|
72
|
+
'country': 0xE0C0,
|
|
61
73
|
'flag': 0xE0C9,
|
|
62
74
|
'place': 0xE0CA,
|
|
63
75
|
'mail': 0xE0CB,
|
|
64
76
|
'award': 0xE0E7,
|
|
65
77
|
'trophy': 0xE0E8,
|
|
66
78
|
'shopping_cart': 0xE0F5,
|
|
79
|
+
'add_balance': 0xE0F7,
|
|
67
80
|
'payment': 0xE0F8,
|
|
81
|
+
'bill': 0xE0F9,
|
|
68
82
|
'deal': 0xE0FA,
|
|
69
83
|
'gift': 0xE0FB,
|
|
70
84
|
'time': 0xE0FC,
|
|
@@ -77,6 +91,10 @@
|
|
|
77
91
|
'book': 0xE118,
|
|
78
92
|
'test': 0xE119,
|
|
79
93
|
'flash_cards': 0xE11A,
|
|
94
|
+
'pdf': 0xE124,
|
|
95
|
+
'doc': 0xE125,
|
|
96
|
+
'jpg': 0xE126,
|
|
97
|
+
'png': 0xE127,
|
|
80
98
|
'chevron_tr': 0xE130,
|
|
81
99
|
'chevron_dr': 0xE131,
|
|
82
100
|
'chevron_dl': 0xE132,
|
|
@@ -96,6 +114,7 @@
|
|
|
96
114
|
'girl': 0xE1A2,
|
|
97
115
|
'boy': 0xE1A3,
|
|
98
116
|
'disabled': 0xE1A4,
|
|
117
|
+
'photo_id': 0xE1A5,
|
|
99
118
|
'politician': 0xE1CC,
|
|
100
119
|
'verified': 0xE1E1,
|
|
101
120
|
'verified_user': 0xE1E2,
|
|
@@ -120,17 +139,23 @@
|
|
|
120
139
|
'star_half': 0xE20F,
|
|
121
140
|
'star': 0xE210,
|
|
122
141
|
'rate': 0xE211,
|
|
142
|
+
'ticket': 0xE212,
|
|
123
143
|
'dictation': 0xE22F,
|
|
124
144
|
'oral': 0xE230,
|
|
125
145
|
'event_available': 0xE231,
|
|
126
146
|
'upcoming': 0xE232,
|
|
127
147
|
'past': 0xE233,
|
|
148
|
+
'event': 0xE234,
|
|
149
|
+
'no_event': 0xE235,
|
|
150
|
+
'month': 0xE236,
|
|
128
151
|
'dashboard': 0xE23A,
|
|
129
152
|
'campaign': 0xE23B,
|
|
130
153
|
'push_pin': 0xE244,
|
|
131
154
|
'search': 0xE245,
|
|
132
155
|
'search_page': 0xE246,
|
|
156
|
+
'search_person': 0xE247,
|
|
133
157
|
'camera': 0xE254,
|
|
158
|
+
'no_image': 0xE255,
|
|
134
159
|
'images': 0xE256,
|
|
135
160
|
'remove': 0xE257,
|
|
136
161
|
'remove_circle': 0xE258,
|
|
@@ -142,6 +167,8 @@
|
|
|
142
167
|
'edit': 0xE25E,
|
|
143
168
|
'settings': 0xE25F,
|
|
144
169
|
'save': 0xE260,
|
|
170
|
+
'add_square': 0xE262,
|
|
171
|
+
'remove_square': 0xE263,
|
|
145
172
|
'television': 0xE26B,
|
|
146
173
|
'store': 0xE26C,
|
|
147
174
|
'drink': 0xE26D,
|
|
@@ -159,8 +186,12 @@
|
|
|
159
186
|
'twitter': 0xE292,
|
|
160
187
|
'youtube': 0xE293,
|
|
161
188
|
'instagram': 0xE294,
|
|
189
|
+
'linkedin': 0xE295,
|
|
190
|
+
'github': 0xE2A0,
|
|
162
191
|
'gitlab': 0xE2A1,
|
|
163
192
|
'npm': 0xE2A2,
|
|
164
193
|
'apple_logo': 0xE2A3,
|
|
165
194
|
'facebook_logo': 0xE2A4,
|
|
166
195
|
'google_logo': 0xE2A5,
|
|
196
|
+
'whatsapp_logo': 0xE2A6,
|
|
197
|
+
'logo': 0xE2AF,
|