@geira/iconfont 0.3.1 → 0.3.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/src/js/data.js CHANGED
@@ -83,6 +83,18 @@ window.iconsOriginal = [
83
83
  dec: "57363",
84
84
  tags: "poll, analytics, bar"
85
85
  },
86
+ {
87
+ name: "back_ten",
88
+ uni: "E01C",
89
+ dec: "57372",
90
+ tags: "time, seconds, arrow"
91
+ },
92
+ {
93
+ name: "forth_ten",
94
+ uni: "E01D",
95
+ dec: "57373",
96
+ tags: "time, foward, seconds, arrow"
97
+ },
86
98
  {
87
99
  name: "shuffle",
88
100
  uni: "E01E",
@@ -93,25 +105,25 @@ window.iconsOriginal = [
93
105
  name: "restore",
94
106
  uni: "E01F",
95
107
  dec: "57375",
96
- tags: "reset, refresh, back, undo"
108
+ tags: "reset, refresh, back, undo, arrow"
97
109
  },
98
110
  {
99
111
  name: "undo",
100
112
  uni: "E02A",
101
113
  dec: "57386",
102
- tags: "reset, refresh, back, restore"
114
+ tags: "reset, refresh, back, restore, arrow"
103
115
  },
104
116
  {
105
117
  name: "update",
106
118
  uni: "E02B",
107
119
  dec: "57387",
108
- tags: "reset, refresh"
120
+ tags: "reset, refresh, arrow"
109
121
  },
110
122
  {
111
123
  name: "refresh",
112
124
  uni: "E02C",
113
125
  dec: "57388",
114
- tags: "reset, refresh, update"
126
+ tags: "reset, refresh, update, arrow"
115
127
  },
116
128
  {
117
129
  name: "chevron_up",
@@ -240,41 +252,71 @@ window.iconsOriginal = [
240
252
  tags: "sound, speaker, volume"
241
253
  },
242
254
  {
243
- name: "play_arrow",
255
+ name: "play_circle",
244
256
  uni: "E06D",
245
257
  dec: "57453",
246
258
  tags: "record, audio, player"
247
259
  },
248
260
  {
249
- name: "pause",
261
+ name: "pause_circle",
250
262
  uni: "E06E",
251
263
  dec: "57454",
252
264
  tags: "audio, player, stop"
253
265
  },
254
266
  {
255
- name: "stop",
267
+ name: "stop_circle",
256
268
  uni: "E06F",
257
269
  dec: "57455",
258
270
  tags: "audio, player"
259
271
  },
260
272
  {
261
- name: "skip_next",
273
+ name: "next_circle",
262
274
  uni: "E07A",
263
275
  dec: "57466",
264
276
  tags: "audio, player, forward"
265
277
  },
266
278
  {
267
- name: "skip_previous",
279
+ name: "back_circle",
268
280
  uni: "E07B",
269
281
  dec: "57467",
270
282
  tags: "audio, player, backward"
271
283
  },
272
284
  {
273
- name: "record",
285
+ name: "record_circle",
274
286
  uni: "E07C",
275
287
  dec: "57468",
276
288
  tags: "audio, player, play"
277
289
  },
290
+ {
291
+ name: "play",
292
+ uni: "E07D",
293
+ dec: "57469",
294
+ tags: "record, audio, player"
295
+ },
296
+ {
297
+ name: "pause",
298
+ uni: "E07E",
299
+ dec: "57470",
300
+ tags: "audio, player, stop"
301
+ },
302
+ {
303
+ name: "stop",
304
+ uni: "E07F",
305
+ dec: "57471",
306
+ tags: "audio, player"
307
+ },
308
+ {
309
+ name: "skip_next",
310
+ uni: "E08A",
311
+ dec: "57482",
312
+ tags: "audio, player, forward"
313
+ },
314
+ {
315
+ name: "skip_previous",
316
+ uni: "E08B",
317
+ dec: "57483",
318
+ tags: "audio, player, backward"
319
+ },
278
320
  {
279
321
  name: "previous",
280
322
  uni: "E08C",
@@ -557,12 +599,6 @@ window.iconsOriginal = [
557
599
  dec: "57600",
558
600
  tags: "clock, schedule, watch, time"
559
601
  },
560
- {
561
- name: "vr_mobile",
562
- uni: "E108",
563
- dec: "57608",
564
- tags: "phone, talk, interview"
565
- },
566
602
  {
567
603
  name: "folder",
568
604
  uni: "E111",
@@ -641,6 +677,12 @@ window.iconsOriginal = [
641
677
  dec: "57629",
642
678
  tags: "study, exam, quiz, calendar"
643
679
  },
680
+ {
681
+ name: "audiobook",
682
+ uni: "E123",
683
+ dec: "57635",
684
+ tags: "study, docs, menu, book"
685
+ },
644
686
  {
645
687
  name: "pdf",
646
688
  uni: "E124",
@@ -869,6 +911,30 @@ window.iconsOriginal = [
869
911
  dec: "57765",
870
912
  tags: "id, badge, passport"
871
913
  },
914
+ {
915
+ name: "learn",
916
+ uni: "E1A6",
917
+ dec: "57766",
918
+ tags: "user, account, person, people, study"
919
+ },
920
+ {
921
+ name: "examen",
922
+ uni: "E1A7",
923
+ dec: "57767",
924
+ tags: "user, account, person, people, study, test"
925
+ },
926
+ {
927
+ name: "video_call",
928
+ uni: "E1A8",
929
+ dec: "57768",
930
+ tags: "user, account, person, people, virtual, mobile"
931
+ },
932
+ {
933
+ name: "interview",
934
+ uni: "E1A9",
935
+ dec: "57769",
936
+ tags: "person, people, account, talk, interview, virtual, user"
937
+ },
872
938
  {
873
939
  name: "politician",
874
940
  uni: "E1CC",
package/src/js/data.json CHANGED
@@ -1 +1 @@
1
- {"none":57344,"pencil":57345,"brush":57346,"wifi":57348,"chat":57349,"notifications":57351,"notifications_off":57352,"notifications_active":57353,"send":57354,"person":57355,"people":57356,"no_show":57357,"person_status":57358,"chart":57363,"shuffle":57374,"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,"up_balls":57497,"download":57498,"rearrange":57499,"slider":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,"navigation":57537,"notification":57544,"flag":57545,"place":57546,"mail":57547,"award":57575,"trophy":57576,"shopping_cart":57589,"bet":57590,"add_balance":57591,"payment":57592,"bill":57593,"deal":57594,"gift":57595,"time":57596,"chronometer":57597,"time_record":57598,"hourglass":57600,"vr_mobile":57608,"folder":57617,"folder_open":57618,"folder_add":57619,"folder_special":57620,"folder_delete":57621,"folder_secure":57622,"page":57623,"book":57624,"test":57625,"flash_cards":57626,"test_repeat":57627,"test_star":57628,"test_daily":57629,"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,"match":57659,"temperature":57699,"odd_even":57700,"hot":57701,"cold":57702,"hot_cold":57703,"delta":57704,"delta_cold":57705,"delta_hot":57706,"sum":57707,"sum_hot":57708,"sum_cold":57709,"face_id":57719,"scan":57727,"retry_scan":57728,"ar_horiz":57729,"ar_vert":57730,"parking":57759,"bike":57760,"walk":57761,"girl":57762,"boy":57763,"disabled":57764,"photo_id":57765,"politician":57804,"bull":57805,"cow":57806,"verified":57825,"verified_user":57826,"lock":57827,"lock_open":57828,"advertising":57850,"no_advertising":57851,"video":57852,"alert":57856,"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,"game":57875,"lotto":57876,"cabala":57877,"clover":57878,"legal":57881,"sad_face":57901,"happy_face":57902,"dictation":57903,"oral":57904,"event_available":57905,"upcoming":57906,"past":57907,"event":57908,"no_event":57909,"month":57910,"dashboard":57914,"campaign":57915,"unpin":57923,"push_pin":57924,"search":57925,"search_page":57926,"search_person":57927,"search_number":57928,"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,"more_less":57956,"total":57957,"number":57958,"television":57963,"store":57964,"drink":57965,"open_box":57969,"briefcase":57972,"bulb_number":57977,"bulb_on":57978,"bulb":57979,"cashier":57980,"afternoon":57989,"evening":57990,"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,"x_logo":58023,"logo":58031}
1
+ {"none":57344,"pencil":57345,"brush":57346,"wifi":57348,"chat":57349,"notifications":57351,"notifications_off":57352,"notifications_active":57353,"send":57354,"person":57355,"people":57356,"no_show":57357,"person_status":57358,"chart":57363,"back_ten":57372,"forth_ten":57373,"shuffle":57374,"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_circle":57453,"pause_circle":57454,"stop_circle":57455,"next_circle":57466,"back_circle":57467,"record_circle":57468,"play":57469,"pause":57470,"stop":57471,"skip_next":57482,"skip_previous":57483,"previous":57484,"next":57485,"cloud":57495,"upload":57496,"up_balls":57497,"download":57498,"rearrange":57499,"slider":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,"navigation":57537,"notification":57544,"flag":57545,"place":57546,"mail":57547,"award":57575,"trophy":57576,"shopping_cart":57589,"bet":57590,"add_balance":57591,"payment":57592,"bill":57593,"deal":57594,"gift":57595,"time":57596,"chronometer":57597,"time_record":57598,"hourglass":57600,"folder":57617,"folder_open":57618,"folder_add":57619,"folder_special":57620,"folder_delete":57621,"folder_secure":57622,"page":57623,"book":57624,"test":57625,"flash_cards":57626,"test_repeat":57627,"test_star":57628,"test_daily":57629,"audiobook":57635,"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,"match":57659,"temperature":57699,"odd_even":57700,"hot":57701,"cold":57702,"hot_cold":57703,"delta":57704,"delta_cold":57705,"delta_hot":57706,"sum":57707,"sum_hot":57708,"sum_cold":57709,"face_id":57719,"scan":57727,"retry_scan":57728,"ar_horiz":57729,"ar_vert":57730,"parking":57759,"bike":57760,"walk":57761,"girl":57762,"boy":57763,"disabled":57764,"photo_id":57765,"learn":57766,"examen":57767,"video_call":57768,"interview":57769,"politician":57804,"bull":57805,"cow":57806,"verified":57825,"verified_user":57826,"lock":57827,"lock_open":57828,"advertising":57850,"no_advertising":57851,"video":57852,"alert":57856,"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,"game":57875,"lotto":57876,"cabala":57877,"clover":57878,"legal":57881,"sad_face":57901,"happy_face":57902,"dictation":57903,"oral":57904,"event_available":57905,"upcoming":57906,"past":57907,"event":57908,"no_event":57909,"month":57910,"dashboard":57914,"campaign":57915,"unpin":57923,"push_pin":57924,"search":57925,"search_page":57926,"search_person":57927,"search_number":57928,"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,"more_less":57956,"total":57957,"number":57958,"television":57963,"store":57964,"drink":57965,"open_box":57969,"briefcase":57972,"bulb_number":57977,"bulb_on":57978,"bulb":57979,"cashier":57980,"afternoon":57989,"evening":57990,"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,"x_logo":58023,"logo":58031}
@@ -12,6 +12,8 @@
12
12
  static const IconData noShow = _GIconData(0xE00D);
13
13
  static const IconData personStatus = _GIconData(0xE00E);
14
14
  static const IconData chart = _GIconData(0xE013);
15
+ static const IconData backTen = _GIconData(0xE01C);
16
+ static const IconData forthTen = _GIconData(0xE01D);
15
17
  static const IconData shuffle = _GIconData(0xE01E);
16
18
  static const IconData restore = _GIconData(0xE01F);
17
19
  static const IconData undo = _GIconData(0xE02A);
@@ -38,12 +40,17 @@
38
40
  static const IconData noAudio = _GIconData(0xE05F);
39
41
  static const IconData refreshAudio = _GIconData(0xE06A);
40
42
  static const IconData loadAudio = _GIconData(0xE06B);
41
- static const IconData playArrow = _GIconData(0xE06D);
42
- static const IconData pause = _GIconData(0xE06E);
43
- static const IconData stop = _GIconData(0xE06F);
44
- static const IconData skipNext = _GIconData(0xE07A);
45
- static const IconData skipPrevious = _GIconData(0xE07B);
46
- static const IconData record = _GIconData(0xE07C);
43
+ static const IconData playCircle = _GIconData(0xE06D);
44
+ static const IconData pauseCircle = _GIconData(0xE06E);
45
+ static const IconData stopCircle = _GIconData(0xE06F);
46
+ static const IconData nextCircle = _GIconData(0xE07A);
47
+ static const IconData backCircle = _GIconData(0xE07B);
48
+ static const IconData recordCircle = _GIconData(0xE07C);
49
+ static const IconData play = _GIconData(0xE07D);
50
+ static const IconData pause = _GIconData(0xE07E);
51
+ static const IconData stop = _GIconData(0xE07F);
52
+ static const IconData skipNext = _GIconData(0xE08A);
53
+ static const IconData skipPrevious = _GIconData(0xE08B);
47
54
  static const IconData previous = _GIconData(0xE08C);
48
55
  static const IconData next = _GIconData(0xE08D);
49
56
  static const IconData cloud = _GIconData(0xE097);
@@ -91,7 +98,6 @@
91
98
  static const IconData chronometer = _GIconData(0xE0FD);
92
99
  static const IconData timeRecord = _GIconData(0xE0FE);
93
100
  static const IconData hourglass = _GIconData(0xE100);
94
- static const IconData vrMobile = _GIconData(0xE108);
95
101
  static const IconData folder = _GIconData(0xE111);
96
102
  static const IconData folderOpen = _GIconData(0xE112);
97
103
  static const IconData folderAdd = _GIconData(0xE113);
@@ -105,6 +111,7 @@
105
111
  static const IconData testRepeat = _GIconData(0xE11B);
106
112
  static const IconData testStar = _GIconData(0xE11C);
107
113
  static const IconData testDaily = _GIconData(0xE11D);
114
+ static const IconData audiobook = _GIconData(0xE123);
108
115
  static const IconData pdf = _GIconData(0xE124);
109
116
  static const IconData doc = _GIconData(0xE125);
110
117
  static const IconData jpg = _GIconData(0xE126);
@@ -143,6 +150,10 @@
143
150
  static const IconData boy = _GIconData(0xE1A3);
144
151
  static const IconData disabled = _GIconData(0xE1A4);
145
152
  static const IconData photoId = _GIconData(0xE1A5);
153
+ static const IconData learn = _GIconData(0xE1A6);
154
+ static const IconData examen = _GIconData(0xE1A7);
155
+ static const IconData videoCall = _GIconData(0xE1A8);
156
+ static const IconData interview = _GIconData(0xE1A9);
146
157
  static const IconData politician = _GIconData(0xE1CC);
147
158
  static const IconData bull = _GIconData(0xE1CD);
148
159
  static const IconData cow = _GIconData(0xE1CE);
@@ -12,6 +12,8 @@
12
12
  'noShow': GIcons.noShow,
13
13
  'personStatus': GIcons.personStatus,
14
14
  'chart': GIcons.chart,
15
+ 'backTen': GIcons.backTen,
16
+ 'forthTen': GIcons.forthTen,
15
17
  'shuffle': GIcons.shuffle,
16
18
  'restore': GIcons.restore,
17
19
  'undo': GIcons.undo,
@@ -38,12 +40,17 @@
38
40
  'noAudio': GIcons.noAudio,
39
41
  'refreshAudio': GIcons.refreshAudio,
40
42
  'loadAudio': GIcons.loadAudio,
41
- 'playArrow': GIcons.playArrow,
43
+ 'playCircle': GIcons.playCircle,
44
+ 'pauseCircle': GIcons.pauseCircle,
45
+ 'stopCircle': GIcons.stopCircle,
46
+ 'nextCircle': GIcons.nextCircle,
47
+ 'backCircle': GIcons.backCircle,
48
+ 'recordCircle': GIcons.recordCircle,
49
+ 'play': GIcons.play,
42
50
  'pause': GIcons.pause,
43
51
  'stop': GIcons.stop,
44
52
  'skipNext': GIcons.skipNext,
45
53
  'skipPrevious': GIcons.skipPrevious,
46
- 'record': GIcons.record,
47
54
  'previous': GIcons.previous,
48
55
  'next': GIcons.next,
49
56
  'cloud': GIcons.cloud,
@@ -91,7 +98,6 @@
91
98
  'chronometer': GIcons.chronometer,
92
99
  'timeRecord': GIcons.timeRecord,
93
100
  'hourglass': GIcons.hourglass,
94
- 'vrMobile': GIcons.vrMobile,
95
101
  'folder': GIcons.folder,
96
102
  'folderOpen': GIcons.folderOpen,
97
103
  'folderAdd': GIcons.folderAdd,
@@ -105,6 +111,7 @@
105
111
  'testRepeat': GIcons.testRepeat,
106
112
  'testStar': GIcons.testStar,
107
113
  'testDaily': GIcons.testDaily,
114
+ 'audiobook': GIcons.audiobook,
108
115
  'pdf': GIcons.pdf,
109
116
  'doc': GIcons.doc,
110
117
  'jpg': GIcons.jpg,
@@ -143,6 +150,10 @@
143
150
  'boy': GIcons.boy,
144
151
  'disabled': GIcons.disabled,
145
152
  'photoId': GIcons.photoId,
153
+ 'learn': GIcons.learn,
154
+ 'examen': GIcons.examen,
155
+ 'videoCall': GIcons.videoCall,
156
+ 'interview': GIcons.interview,
146
157
  'politician': GIcons.politician,
147
158
  'bull': GIcons.bull,
148
159
  'cow': GIcons.cow,
package/src/js/icons.json CHANGED
@@ -83,6 +83,18 @@
83
83
  "dec": "57363",
84
84
  "tags": "poll, analytics, bar"
85
85
  },
86
+ {
87
+ "name": "back_ten",
88
+ "uni": "E01C",
89
+ "dec": "57372",
90
+ "tags": "time, seconds, arrow"
91
+ },
92
+ {
93
+ "name": "forth_ten",
94
+ "uni": "E01D",
95
+ "dec": "57373",
96
+ "tags": "time, foward, seconds, arrow"
97
+ },
86
98
  {
87
99
  "name": "shuffle",
88
100
  "uni": "E01E",
@@ -93,25 +105,25 @@
93
105
  "name": "restore",
94
106
  "uni": "E01F",
95
107
  "dec": "57375",
96
- "tags": "reset, refresh, back, undo"
108
+ "tags": "reset, refresh, back, undo, arrow"
97
109
  },
98
110
  {
99
111
  "name": "undo",
100
112
  "uni": "E02A",
101
113
  "dec": "57386",
102
- "tags": "reset, refresh, back, restore"
114
+ "tags": "reset, refresh, back, restore, arrow"
103
115
  },
104
116
  {
105
117
  "name": "update",
106
118
  "uni": "E02B",
107
119
  "dec": "57387",
108
- "tags": "reset, refresh"
120
+ "tags": "reset, refresh, arrow"
109
121
  },
110
122
  {
111
123
  "name": "refresh",
112
124
  "uni": "E02C",
113
125
  "dec": "57388",
114
- "tags": "reset, refresh, update"
126
+ "tags": "reset, refresh, update, arrow"
115
127
  },
116
128
  {
117
129
  "name": "chevron_up",
@@ -240,41 +252,71 @@
240
252
  "tags": "sound, speaker, volume"
241
253
  },
242
254
  {
243
- "name": "play_arrow",
255
+ "name": "play_circle",
244
256
  "uni": "E06D",
245
257
  "dec": "57453",
246
258
  "tags": "record, audio, player"
247
259
  },
248
260
  {
249
- "name": "pause",
261
+ "name": "pause_circle",
250
262
  "uni": "E06E",
251
263
  "dec": "57454",
252
264
  "tags": "audio, player, stop"
253
265
  },
254
266
  {
255
- "name": "stop",
267
+ "name": "stop_circle",
256
268
  "uni": "E06F",
257
269
  "dec": "57455",
258
270
  "tags": "audio, player"
259
271
  },
260
272
  {
261
- "name": "skip_next",
273
+ "name": "next_circle",
262
274
  "uni": "E07A",
263
275
  "dec": "57466",
264
276
  "tags": "audio, player, forward"
265
277
  },
266
278
  {
267
- "name": "skip_previous",
279
+ "name": "back_circle",
268
280
  "uni": "E07B",
269
281
  "dec": "57467",
270
282
  "tags": "audio, player, backward"
271
283
  },
272
284
  {
273
- "name": "record",
285
+ "name": "record_circle",
274
286
  "uni": "E07C",
275
287
  "dec": "57468",
276
288
  "tags": "audio, player, play"
277
289
  },
290
+ {
291
+ "name": "play",
292
+ "uni": "E07D",
293
+ "dec": "57469",
294
+ "tags": "record, audio, player"
295
+ },
296
+ {
297
+ "name": "pause",
298
+ "uni": "E07E",
299
+ "dec": "57470",
300
+ "tags": "audio, player, stop"
301
+ },
302
+ {
303
+ "name": "stop",
304
+ "uni": "E07F",
305
+ "dec": "57471",
306
+ "tags": "audio, player"
307
+ },
308
+ {
309
+ "name": "skip_next",
310
+ "uni": "E08A",
311
+ "dec": "57482",
312
+ "tags": "audio, player, forward"
313
+ },
314
+ {
315
+ "name": "skip_previous",
316
+ "uni": "E08B",
317
+ "dec": "57483",
318
+ "tags": "audio, player, backward"
319
+ },
278
320
  {
279
321
  "name": "previous",
280
322
  "uni": "E08C",
@@ -557,12 +599,6 @@
557
599
  "dec": "57600",
558
600
  "tags": "clock, schedule, watch, time"
559
601
  },
560
- {
561
- "name": "vr_mobile",
562
- "uni": "E108",
563
- "dec": "57608",
564
- "tags": "phone, talk, interview"
565
- },
566
602
  {
567
603
  "name": "folder",
568
604
  "uni": "E111",
@@ -641,6 +677,12 @@
641
677
  "dec": "57629",
642
678
  "tags": "study, exam, quiz, calendar"
643
679
  },
680
+ {
681
+ "name": "audiobook",
682
+ "uni": "E123",
683
+ "dec": "57635",
684
+ "tags": "study, docs, menu, book"
685
+ },
644
686
  {
645
687
  "name": "pdf",
646
688
  "uni": "E124",
@@ -869,6 +911,30 @@
869
911
  "dec": "57765",
870
912
  "tags": "id, badge, passport"
871
913
  },
914
+ {
915
+ "name": "learn",
916
+ "uni": "E1A6",
917
+ "dec": "57766",
918
+ "tags": "user, account, person, people, study"
919
+ },
920
+ {
921
+ "name": "examen",
922
+ "uni": "E1A7",
923
+ "dec": "57767",
924
+ "tags": "user, account, person, people, study, test"
925
+ },
926
+ {
927
+ "name": "video_call",
928
+ "uni": "E1A8",
929
+ "dec": "57768",
930
+ "tags": "user, account, person, people, virtual, mobile"
931
+ },
932
+ {
933
+ "name": "interview",
934
+ "uni": "E1A9",
935
+ "dec": "57769",
936
+ "tags": "person, people, account, talk, interview, virtual, user"
937
+ },
872
938
  {
873
939
  "name": "politician",
874
940
  "uni": "E1CC",