@bizdoc/core 1.6.14 → 1.7.0-next.1

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 (97) hide show
  1. package/assets/bizdoc-schema.json +26 -19
  2. package/assets/fonts/LICENSE.txt +202 -0
  3. package/assets/fonts/MaterialIcons-Regular.ijmap +1 -0
  4. package/assets/fonts/MaterialIcons-Regular.svg +2373 -0
  5. package/assets/fonts/README.md +9 -0
  6. package/assets/fonts/Roboto-Black.ttf +0 -0
  7. package/assets/fonts/Roboto-BlackItalic.ttf +0 -0
  8. package/assets/fonts/Roboto-Bold.ttf +0 -0
  9. package/assets/fonts/Roboto-BoldItalic.ttf +0 -0
  10. package/assets/fonts/Roboto-Italic.ttf +0 -0
  11. package/assets/fonts/Roboto-Light.ttf +0 -0
  12. package/assets/fonts/Roboto-LightItalic.ttf +0 -0
  13. package/assets/fonts/Roboto-Medium.ttf +0 -0
  14. package/assets/fonts/Roboto-MediumItalic.ttf +0 -0
  15. package/assets/fonts/Roboto-Regular.ttf +0 -0
  16. package/assets/fonts/Roboto-Thin.ttf +0 -0
  17. package/assets/fonts/Roboto-ThinItalic.ttf +0 -0
  18. package/assets/fonts/codepoints +932 -0
  19. package/assets/fonts/material-icons.css +36 -0
  20. package/assets/themes/brown.min.css +80 -80
  21. package/assets/themes/dark.min.css +75 -75
  22. package/assets/themes/default.min.css +87 -87
  23. package/assets/themes/green.min.css +80 -80
  24. package/assets/themes/indigo.min.css +80 -80
  25. package/bundles/bizdoc-core.umd.js +364 -294
  26. package/bundles/bizdoc-core.umd.js.map +1 -1
  27. package/esm2015/lib/app.component.js +6 -2
  28. package/esm2015/lib/bizdoc.module.js +19 -22
  29. package/esm2015/lib/core/authentication.js +1 -98
  30. package/esm2015/lib/core/configuration.js +1 -1
  31. package/esm2015/lib/core/controls/combination-picker-body.js +2 -2
  32. package/esm2015/lib/core/http.interceptor.js +24 -18
  33. package/esm2015/lib/core/models.js +1 -1
  34. package/esm2015/lib/core/session.service.js +11 -21
  35. package/esm2015/lib/cube/chart/chart.component.js +8 -7
  36. package/esm2015/lib/cube/info/cube-info.service.js +2 -2
  37. package/esm2015/lib/dashboard/cube/accum-cube.widget.js +18 -8
  38. package/esm2015/lib/dashboard/cube/cube-analysis.base.js +18 -7
  39. package/esm2015/lib/dashboard/cube/cube-chart.widget.js +27 -12
  40. package/esm2015/lib/dashboard/score/peers-performance.widget.js +4 -2
  41. package/esm2015/lib/home/notifications/notifications.component.js +2 -2
  42. package/esm2015/lib/home/sign/sign.component.js +12 -3
  43. package/esm2015/lib/login/forgot/forgot.component.js +2 -2
  44. package/esm2015/lib/login/form.authentication.js +70 -0
  45. package/esm2015/lib/login/okta.authentication.js +40 -0
  46. package/esm2015/lib/login/okta.component.js +11 -14
  47. package/esm2015/lib/login/okta.interceptor.js +1 -1
  48. package/esm2015/lib/login/prompt/prompt.component.js +10 -4
  49. package/esm2015/lib/login/signin-info.service.js +1 -1
  50. package/esm2015/lib/shared.module.js +21 -10
  51. package/esm2015/lib/system.module.js +3 -3
  52. package/esm2015/public-api.js +4 -1
  53. package/fesm2015/bizdoc-core.js +340 -277
  54. package/fesm2015/bizdoc-core.js.map +1 -1
  55. package/lib/app.component.d.ts +1 -0
  56. package/lib/bizdoc.module.d.ts +1 -2
  57. package/lib/core/authentication.d.ts +2 -33
  58. package/lib/core/configuration.d.ts +6 -0
  59. package/lib/core/http.interceptor.d.ts +4 -2
  60. package/lib/core/models.d.ts +1 -0
  61. package/lib/core/session.service.d.ts +7 -9
  62. package/lib/cube/info/cube-info.service.d.ts +1 -1
  63. package/lib/dashboard/cube/accum-cube.widget.d.ts +4 -2
  64. package/lib/dashboard/cube/cube-analysis.base.d.ts +11 -3
  65. package/lib/dashboard/cube/cube-chart.widget.d.ts +4 -3
  66. package/lib/login/forgot/forgot.component.d.ts +1 -1
  67. package/lib/login/form.authentication.d.ts +30 -0
  68. package/lib/login/okta.authentication.d.ts +13 -0
  69. package/lib/login/okta.component.d.ts +2 -3
  70. package/lib/login/prompt/prompt.component.d.ts +2 -2
  71. package/lib/shared.module.d.ts +2 -1
  72. package/package.json +6 -6
  73. package/public-api.d.ts +3 -0
  74. package/src/assets/bizdoc-schema.json +26 -19
  75. package/src/assets/fonts/LICENSE.txt +202 -0
  76. package/src/assets/fonts/MaterialIcons-Regular.ijmap +1 -0
  77. package/src/assets/fonts/MaterialIcons-Regular.svg +2373 -0
  78. package/src/assets/fonts/README.md +9 -0
  79. package/src/assets/fonts/Roboto-Black.ttf +0 -0
  80. package/src/assets/fonts/Roboto-BlackItalic.ttf +0 -0
  81. package/src/assets/fonts/Roboto-Bold.ttf +0 -0
  82. package/src/assets/fonts/Roboto-BoldItalic.ttf +0 -0
  83. package/src/assets/fonts/Roboto-Italic.ttf +0 -0
  84. package/src/assets/fonts/Roboto-Light.ttf +0 -0
  85. package/src/assets/fonts/Roboto-LightItalic.ttf +0 -0
  86. package/src/assets/fonts/Roboto-Medium.ttf +0 -0
  87. package/src/assets/fonts/Roboto-MediumItalic.ttf +0 -0
  88. package/src/assets/fonts/Roboto-Regular.ttf +0 -0
  89. package/src/assets/fonts/Roboto-Thin.ttf +0 -0
  90. package/src/assets/fonts/Roboto-ThinItalic.ttf +0 -0
  91. package/src/assets/fonts/codepoints +932 -0
  92. package/src/assets/fonts/material-icons.css +36 -0
  93. package/src/assets/themes/brown.min.css +80 -80
  94. package/src/assets/themes/dark.min.css +75 -75
  95. package/src/assets/themes/default.min.css +87 -87
  96. package/src/assets/themes/green.min.css +80 -80
  97. package/src/assets/themes/indigo.min.css +80 -80
@@ -0,0 +1,932 @@
1
+ 3d_rotation e84d
2
+ ac_unit eb3b
3
+ access_alarm e190
4
+ access_alarms e191
5
+ access_time e192
6
+ accessibility e84e
7
+ accessible e914
8
+ account_balance e84f
9
+ account_balance_wallet e850
10
+ account_box e851
11
+ account_circle e853
12
+ adb e60e
13
+ add e145
14
+ add_a_photo e439
15
+ add_alarm e193
16
+ add_alert e003
17
+ add_box e146
18
+ add_circle e147
19
+ add_circle_outline e148
20
+ add_location e567
21
+ add_shopping_cart e854
22
+ add_to_photos e39d
23
+ add_to_queue e05c
24
+ adjust e39e
25
+ airline_seat_flat e630
26
+ airline_seat_flat_angled e631
27
+ airline_seat_individual_suite e632
28
+ airline_seat_legroom_extra e633
29
+ airline_seat_legroom_normal e634
30
+ airline_seat_legroom_reduced e635
31
+ airline_seat_recline_extra e636
32
+ airline_seat_recline_normal e637
33
+ airplanemode_active e195
34
+ airplanemode_inactive e194
35
+ airplay e055
36
+ airport_shuttle eb3c
37
+ alarm e855
38
+ alarm_add e856
39
+ alarm_off e857
40
+ alarm_on e858
41
+ album e019
42
+ all_inclusive eb3d
43
+ all_out e90b
44
+ android e859
45
+ announcement e85a
46
+ apps e5c3
47
+ archive e149
48
+ arrow_back e5c4
49
+ arrow_downward e5db
50
+ arrow_drop_down e5c5
51
+ arrow_drop_down_circle e5c6
52
+ arrow_drop_up e5c7
53
+ arrow_forward e5c8
54
+ arrow_upward e5d8
55
+ art_track e060
56
+ aspect_ratio e85b
57
+ assessment e85c
58
+ assignment e85d
59
+ assignment_ind e85e
60
+ assignment_late e85f
61
+ assignment_return e860
62
+ assignment_returned e861
63
+ assignment_turned_in e862
64
+ assistant e39f
65
+ assistant_photo e3a0
66
+ attach_file e226
67
+ attach_money e227
68
+ attachment e2bc
69
+ audiotrack e3a1
70
+ autorenew e863
71
+ av_timer e01b
72
+ backspace e14a
73
+ backup e864
74
+ battery_alert e19c
75
+ battery_charging_full e1a3
76
+ battery_full e1a4
77
+ battery_std e1a5
78
+ battery_unknown e1a6
79
+ beach_access eb3e
80
+ beenhere e52d
81
+ block e14b
82
+ bluetooth e1a7
83
+ bluetooth_audio e60f
84
+ bluetooth_connected e1a8
85
+ bluetooth_disabled e1a9
86
+ bluetooth_searching e1aa
87
+ blur_circular e3a2
88
+ blur_linear e3a3
89
+ blur_off e3a4
90
+ blur_on e3a5
91
+ book e865
92
+ bookmark e866
93
+ bookmark_border e867
94
+ border_all e228
95
+ border_bottom e229
96
+ border_clear e22a
97
+ border_color e22b
98
+ border_horizontal e22c
99
+ border_inner e22d
100
+ border_left e22e
101
+ border_outer e22f
102
+ border_right e230
103
+ border_style e231
104
+ border_top e232
105
+ border_vertical e233
106
+ branding_watermark e06b
107
+ brightness_1 e3a6
108
+ brightness_2 e3a7
109
+ brightness_3 e3a8
110
+ brightness_4 e3a9
111
+ brightness_5 e3aa
112
+ brightness_6 e3ab
113
+ brightness_7 e3ac
114
+ brightness_auto e1ab
115
+ brightness_high e1ac
116
+ brightness_low e1ad
117
+ brightness_medium e1ae
118
+ broken_image e3ad
119
+ brush e3ae
120
+ bubble_chart e6dd
121
+ bug_report e868
122
+ build e869
123
+ burst_mode e43c
124
+ business e0af
125
+ business_center eb3f
126
+ cached e86a
127
+ cake e7e9
128
+ call e0b0
129
+ call_end e0b1
130
+ call_made e0b2
131
+ call_merge e0b3
132
+ call_missed e0b4
133
+ call_missed_outgoing e0e4
134
+ call_received e0b5
135
+ call_split e0b6
136
+ call_to_action e06c
137
+ camera e3af
138
+ camera_alt e3b0
139
+ camera_enhance e8fc
140
+ camera_front e3b1
141
+ camera_rear e3b2
142
+ camera_roll e3b3
143
+ cancel e5c9
144
+ card_giftcard e8f6
145
+ card_membership e8f7
146
+ card_travel e8f8
147
+ casino eb40
148
+ cast e307
149
+ cast_connected e308
150
+ center_focus_strong e3b4
151
+ center_focus_weak e3b5
152
+ change_history e86b
153
+ chat e0b7
154
+ chat_bubble e0ca
155
+ chat_bubble_outline e0cb
156
+ check e5ca
157
+ check_box e834
158
+ check_box_outline_blank e835
159
+ check_circle e86c
160
+ chevron_left e5cb
161
+ chevron_right e5cc
162
+ child_care eb41
163
+ child_friendly eb42
164
+ chrome_reader_mode e86d
165
+ class e86e
166
+ clear e14c
167
+ clear_all e0b8
168
+ close e5cd
169
+ closed_caption e01c
170
+ cloud e2bd
171
+ cloud_circle e2be
172
+ cloud_done e2bf
173
+ cloud_download e2c0
174
+ cloud_off e2c1
175
+ cloud_queue e2c2
176
+ cloud_upload e2c3
177
+ code e86f
178
+ collections e3b6
179
+ collections_bookmark e431
180
+ color_lens e3b7
181
+ colorize e3b8
182
+ comment e0b9
183
+ compare e3b9
184
+ compare_arrows e915
185
+ computer e30a
186
+ confirmation_number e638
187
+ contact_mail e0d0
188
+ contact_phone e0cf
189
+ contacts e0ba
190
+ content_copy e14d
191
+ content_cut e14e
192
+ content_paste e14f
193
+ control_point e3ba
194
+ control_point_duplicate e3bb
195
+ copyright e90c
196
+ create e150
197
+ create_new_folder e2cc
198
+ credit_card e870
199
+ crop e3be
200
+ crop_16_9 e3bc
201
+ crop_3_2 e3bd
202
+ crop_5_4 e3bf
203
+ crop_7_5 e3c0
204
+ crop_din e3c1
205
+ crop_free e3c2
206
+ crop_landscape e3c3
207
+ crop_original e3c4
208
+ crop_portrait e3c5
209
+ crop_rotate e437
210
+ crop_square e3c6
211
+ dashboard e871
212
+ data_usage e1af
213
+ date_range e916
214
+ dehaze e3c7
215
+ delete e872
216
+ delete_forever e92b
217
+ delete_sweep e16c
218
+ description e873
219
+ desktop_mac e30b
220
+ desktop_windows e30c
221
+ details e3c8
222
+ developer_board e30d
223
+ developer_mode e1b0
224
+ device_hub e335
225
+ devices e1b1
226
+ devices_other e337
227
+ dialer_sip e0bb
228
+ dialpad e0bc
229
+ directions e52e
230
+ directions_bike e52f
231
+ directions_boat e532
232
+ directions_bus e530
233
+ directions_car e531
234
+ directions_railway e534
235
+ directions_run e566
236
+ directions_subway e533
237
+ directions_transit e535
238
+ directions_walk e536
239
+ disc_full e610
240
+ dns e875
241
+ do_not_disturb e612
242
+ do_not_disturb_alt e611
243
+ do_not_disturb_off e643
244
+ do_not_disturb_on e644
245
+ dock e30e
246
+ domain e7ee
247
+ done e876
248
+ done_all e877
249
+ donut_large e917
250
+ donut_small e918
251
+ drafts e151
252
+ drag_handle e25d
253
+ drive_eta e613
254
+ dvr e1b2
255
+ edit e3c9
256
+ edit_location e568
257
+ eject e8fb
258
+ email e0be
259
+ enhanced_encryption e63f
260
+ equalizer e01d
261
+ error e000
262
+ error_outline e001
263
+ euro_symbol e926
264
+ ev_station e56d
265
+ event e878
266
+ event_available e614
267
+ event_busy e615
268
+ event_note e616
269
+ event_seat e903
270
+ exit_to_app e879
271
+ expand_less e5ce
272
+ expand_more e5cf
273
+ explicit e01e
274
+ explore e87a
275
+ exposure e3ca
276
+ exposure_neg_1 e3cb
277
+ exposure_neg_2 e3cc
278
+ exposure_plus_1 e3cd
279
+ exposure_plus_2 e3ce
280
+ exposure_zero e3cf
281
+ extension e87b
282
+ face e87c
283
+ fast_forward e01f
284
+ fast_rewind e020
285
+ favorite e87d
286
+ favorite_border e87e
287
+ featured_play_list e06d
288
+ featured_video e06e
289
+ feedback e87f
290
+ fiber_dvr e05d
291
+ fiber_manual_record e061
292
+ fiber_new e05e
293
+ fiber_pin e06a
294
+ fiber_smart_record e062
295
+ file_download e2c4
296
+ file_upload e2c6
297
+ filter e3d3
298
+ filter_1 e3d0
299
+ filter_2 e3d1
300
+ filter_3 e3d2
301
+ filter_4 e3d4
302
+ filter_5 e3d5
303
+ filter_6 e3d6
304
+ filter_7 e3d7
305
+ filter_8 e3d8
306
+ filter_9 e3d9
307
+ filter_9_plus e3da
308
+ filter_b_and_w e3db
309
+ filter_center_focus e3dc
310
+ filter_drama e3dd
311
+ filter_frames e3de
312
+ filter_hdr e3df
313
+ filter_list e152
314
+ filter_none e3e0
315
+ filter_tilt_shift e3e2
316
+ filter_vintage e3e3
317
+ find_in_page e880
318
+ find_replace e881
319
+ fingerprint e90d
320
+ first_page e5dc
321
+ fitness_center eb43
322
+ flag e153
323
+ flare e3e4
324
+ flash_auto e3e5
325
+ flash_off e3e6
326
+ flash_on e3e7
327
+ flight e539
328
+ flight_land e904
329
+ flight_takeoff e905
330
+ flip e3e8
331
+ flip_to_back e882
332
+ flip_to_front e883
333
+ folder e2c7
334
+ folder_open e2c8
335
+ folder_shared e2c9
336
+ folder_special e617
337
+ font_download e167
338
+ format_align_center e234
339
+ format_align_justify e235
340
+ format_align_left e236
341
+ format_align_right e237
342
+ format_bold e238
343
+ format_clear e239
344
+ format_color_fill e23a
345
+ format_color_reset e23b
346
+ format_color_text e23c
347
+ format_indent_decrease e23d
348
+ format_indent_increase e23e
349
+ format_italic e23f
350
+ format_line_spacing e240
351
+ format_list_bulleted e241
352
+ format_list_numbered e242
353
+ format_paint e243
354
+ format_quote e244
355
+ format_shapes e25e
356
+ format_size e245
357
+ format_strikethrough e246
358
+ format_textdirection_l_to_r e247
359
+ format_textdirection_r_to_l e248
360
+ format_underlined e249
361
+ forum e0bf
362
+ forward e154
363
+ forward_10 e056
364
+ forward_30 e057
365
+ forward_5 e058
366
+ free_breakfast eb44
367
+ fullscreen e5d0
368
+ fullscreen_exit e5d1
369
+ functions e24a
370
+ g_translate e927
371
+ gamepad e30f
372
+ games e021
373
+ gavel e90e
374
+ gesture e155
375
+ get_app e884
376
+ gif e908
377
+ golf_course eb45
378
+ gps_fixed e1b3
379
+ gps_not_fixed e1b4
380
+ gps_off e1b5
381
+ grade e885
382
+ gradient e3e9
383
+ grain e3ea
384
+ graphic_eq e1b8
385
+ grid_off e3eb
386
+ grid_on e3ec
387
+ group e7ef
388
+ group_add e7f0
389
+ group_work e886
390
+ hd e052
391
+ hdr_off e3ed
392
+ hdr_on e3ee
393
+ hdr_strong e3f1
394
+ hdr_weak e3f2
395
+ headset e310
396
+ headset_mic e311
397
+ healing e3f3
398
+ hearing e023
399
+ help e887
400
+ help_outline e8fd
401
+ high_quality e024
402
+ highlight e25f
403
+ highlight_off e888
404
+ history e889
405
+ home e88a
406
+ hot_tub eb46
407
+ hotel e53a
408
+ hourglass_empty e88b
409
+ hourglass_full e88c
410
+ http e902
411
+ https e88d
412
+ image e3f4
413
+ image_aspect_ratio e3f5
414
+ import_contacts e0e0
415
+ import_export e0c3
416
+ important_devices e912
417
+ inbox e156
418
+ indeterminate_check_box e909
419
+ info e88e
420
+ info_outline e88f
421
+ input e890
422
+ insert_chart e24b
423
+ insert_comment e24c
424
+ insert_drive_file e24d
425
+ insert_emoticon e24e
426
+ insert_invitation e24f
427
+ insert_link e250
428
+ insert_photo e251
429
+ invert_colors e891
430
+ invert_colors_off e0c4
431
+ iso e3f6
432
+ keyboard e312
433
+ keyboard_arrow_down e313
434
+ keyboard_arrow_left e314
435
+ keyboard_arrow_right e315
436
+ keyboard_arrow_up e316
437
+ keyboard_backspace e317
438
+ keyboard_capslock e318
439
+ keyboard_hide e31a
440
+ keyboard_return e31b
441
+ keyboard_tab e31c
442
+ keyboard_voice e31d
443
+ kitchen eb47
444
+ label e892
445
+ label_outline e893
446
+ landscape e3f7
447
+ language e894
448
+ laptop e31e
449
+ laptop_chromebook e31f
450
+ laptop_mac e320
451
+ laptop_windows e321
452
+ last_page e5dd
453
+ launch e895
454
+ layers e53b
455
+ layers_clear e53c
456
+ leak_add e3f8
457
+ leak_remove e3f9
458
+ lens e3fa
459
+ library_add e02e
460
+ library_books e02f
461
+ library_music e030
462
+ lightbulb_outline e90f
463
+ line_style e919
464
+ line_weight e91a
465
+ linear_scale e260
466
+ link e157
467
+ linked_camera e438
468
+ list e896
469
+ live_help e0c6
470
+ live_tv e639
471
+ local_activity e53f
472
+ local_airport e53d
473
+ local_atm e53e
474
+ local_bar e540
475
+ local_cafe e541
476
+ local_car_wash e542
477
+ local_convenience_store e543
478
+ local_dining e556
479
+ local_drink e544
480
+ local_florist e545
481
+ local_gas_station e546
482
+ local_grocery_store e547
483
+ local_hospital e548
484
+ local_hotel e549
485
+ local_laundry_service e54a
486
+ local_library e54b
487
+ local_mall e54c
488
+ local_movies e54d
489
+ local_offer e54e
490
+ local_parking e54f
491
+ local_pharmacy e550
492
+ local_phone e551
493
+ local_pizza e552
494
+ local_play e553
495
+ local_post_office e554
496
+ local_printshop e555
497
+ local_see e557
498
+ local_shipping e558
499
+ local_taxi e559
500
+ location_city e7f1
501
+ location_disabled e1b6
502
+ location_off e0c7
503
+ location_on e0c8
504
+ location_searching e1b7
505
+ lock e897
506
+ lock_open e898
507
+ lock_outline e899
508
+ looks e3fc
509
+ looks_3 e3fb
510
+ looks_4 e3fd
511
+ looks_5 e3fe
512
+ looks_6 e3ff
513
+ looks_one e400
514
+ looks_two e401
515
+ loop e028
516
+ loupe e402
517
+ low_priority e16d
518
+ loyalty e89a
519
+ mail e158
520
+ mail_outline e0e1
521
+ map e55b
522
+ markunread e159
523
+ markunread_mailbox e89b
524
+ memory e322
525
+ menu e5d2
526
+ merge_type e252
527
+ message e0c9
528
+ mic e029
529
+ mic_none e02a
530
+ mic_off e02b
531
+ mms e618
532
+ mode_comment e253
533
+ mode_edit e254
534
+ monetization_on e263
535
+ money_off e25c
536
+ monochrome_photos e403
537
+ mood e7f2
538
+ mood_bad e7f3
539
+ more e619
540
+ more_horiz e5d3
541
+ more_vert e5d4
542
+ motorcycle e91b
543
+ mouse e323
544
+ move_to_inbox e168
545
+ movie e02c
546
+ movie_creation e404
547
+ movie_filter e43a
548
+ multiline_chart e6df
549
+ music_note e405
550
+ music_video e063
551
+ my_location e55c
552
+ nature e406
553
+ nature_people e407
554
+ navigate_before e408
555
+ navigate_next e409
556
+ navigation e55d
557
+ near_me e569
558
+ network_cell e1b9
559
+ network_check e640
560
+ network_locked e61a
561
+ network_wifi e1ba
562
+ new_releases e031
563
+ next_week e16a
564
+ nfc e1bb
565
+ no_encryption e641
566
+ no_sim e0cc
567
+ not_interested e033
568
+ note e06f
569
+ note_add e89c
570
+ notifications e7f4
571
+ notifications_active e7f7
572
+ notifications_none e7f5
573
+ notifications_off e7f6
574
+ notifications_paused e7f8
575
+ offline_pin e90a
576
+ ondemand_video e63a
577
+ opacity e91c
578
+ open_in_browser e89d
579
+ open_in_new e89e
580
+ open_with e89f
581
+ pages e7f9
582
+ pageview e8a0
583
+ palette e40a
584
+ pan_tool e925
585
+ panorama e40b
586
+ panorama_fish_eye e40c
587
+ panorama_horizontal e40d
588
+ panorama_vertical e40e
589
+ panorama_wide_angle e40f
590
+ party_mode e7fa
591
+ pause e034
592
+ pause_circle_filled e035
593
+ pause_circle_outline e036
594
+ payment e8a1
595
+ people e7fb
596
+ people_outline e7fc
597
+ perm_camera_mic e8a2
598
+ perm_contact_calendar e8a3
599
+ perm_data_setting e8a4
600
+ perm_device_information e8a5
601
+ perm_identity e8a6
602
+ perm_media e8a7
603
+ perm_phone_msg e8a8
604
+ perm_scan_wifi e8a9
605
+ person e7fd
606
+ person_add e7fe
607
+ person_outline e7ff
608
+ person_pin e55a
609
+ person_pin_circle e56a
610
+ personal_video e63b
611
+ pets e91d
612
+ phone e0cd
613
+ phone_android e324
614
+ phone_bluetooth_speaker e61b
615
+ phone_forwarded e61c
616
+ phone_in_talk e61d
617
+ phone_iphone e325
618
+ phone_locked e61e
619
+ phone_missed e61f
620
+ phone_paused e620
621
+ phonelink e326
622
+ phonelink_erase e0db
623
+ phonelink_lock e0dc
624
+ phonelink_off e327
625
+ phonelink_ring e0dd
626
+ phonelink_setup e0de
627
+ photo e410
628
+ photo_album e411
629
+ photo_camera e412
630
+ photo_filter e43b
631
+ photo_library e413
632
+ photo_size_select_actual e432
633
+ photo_size_select_large e433
634
+ photo_size_select_small e434
635
+ picture_as_pdf e415
636
+ picture_in_picture e8aa
637
+ picture_in_picture_alt e911
638
+ pie_chart e6c4
639
+ pie_chart_outlined e6c5
640
+ pin_drop e55e
641
+ place e55f
642
+ play_arrow e037
643
+ play_circle_filled e038
644
+ play_circle_outline e039
645
+ play_for_work e906
646
+ playlist_add e03b
647
+ playlist_add_check e065
648
+ playlist_play e05f
649
+ plus_one e800
650
+ poll e801
651
+ polymer e8ab
652
+ pool eb48
653
+ portable_wifi_off e0ce
654
+ portrait e416
655
+ power e63c
656
+ power_input e336
657
+ power_settings_new e8ac
658
+ pregnant_woman e91e
659
+ present_to_all e0df
660
+ print e8ad
661
+ priority_high e645
662
+ public e80b
663
+ publish e255
664
+ query_builder e8ae
665
+ question_answer e8af
666
+ queue e03c
667
+ queue_music e03d
668
+ queue_play_next e066
669
+ radio e03e
670
+ radio_button_checked e837
671
+ radio_button_unchecked e836
672
+ rate_review e560
673
+ receipt e8b0
674
+ recent_actors e03f
675
+ record_voice_over e91f
676
+ redeem e8b1
677
+ redo e15a
678
+ refresh e5d5
679
+ remove e15b
680
+ remove_circle e15c
681
+ remove_circle_outline e15d
682
+ remove_from_queue e067
683
+ remove_red_eye e417
684
+ remove_shopping_cart e928
685
+ reorder e8fe
686
+ repeat e040
687
+ repeat_one e041
688
+ replay e042
689
+ replay_10 e059
690
+ replay_30 e05a
691
+ replay_5 e05b
692
+ reply e15e
693
+ reply_all e15f
694
+ report e160
695
+ report_problem e8b2
696
+ restaurant e56c
697
+ restaurant_menu e561
698
+ restore e8b3
699
+ restore_page e929
700
+ ring_volume e0d1
701
+ room e8b4
702
+ room_service eb49
703
+ rotate_90_degrees_ccw e418
704
+ rotate_left e419
705
+ rotate_right e41a
706
+ rounded_corner e920
707
+ router e328
708
+ rowing e921
709
+ rss_feed e0e5
710
+ rv_hookup e642
711
+ satellite e562
712
+ save e161
713
+ scanner e329
714
+ schedule e8b5
715
+ school e80c
716
+ screen_lock_landscape e1be
717
+ screen_lock_portrait e1bf
718
+ screen_lock_rotation e1c0
719
+ screen_rotation e1c1
720
+ screen_share e0e2
721
+ sd_card e623
722
+ sd_storage e1c2
723
+ search e8b6
724
+ security e32a
725
+ select_all e162
726
+ send e163
727
+ sentiment_dissatisfied e811
728
+ sentiment_neutral e812
729
+ sentiment_satisfied e813
730
+ sentiment_very_dissatisfied e814
731
+ sentiment_very_satisfied e815
732
+ settings e8b8
733
+ settings_applications e8b9
734
+ settings_backup_restore e8ba
735
+ settings_bluetooth e8bb
736
+ settings_brightness e8bd
737
+ settings_cell e8bc
738
+ settings_ethernet e8be
739
+ settings_input_antenna e8bf
740
+ settings_input_component e8c0
741
+ settings_input_composite e8c1
742
+ settings_input_hdmi e8c2
743
+ settings_input_svideo e8c3
744
+ settings_overscan e8c4
745
+ settings_phone e8c5
746
+ settings_power e8c6
747
+ settings_remote e8c7
748
+ settings_system_daydream e1c3
749
+ settings_voice e8c8
750
+ share e80d
751
+ shop e8c9
752
+ shop_two e8ca
753
+ shopping_basket e8cb
754
+ shopping_cart e8cc
755
+ short_text e261
756
+ show_chart e6e1
757
+ shuffle e043
758
+ signal_cellular_4_bar e1c8
759
+ signal_cellular_connected_no_internet_4_bar e1cd
760
+ signal_cellular_no_sim e1ce
761
+ signal_cellular_null e1cf
762
+ signal_cellular_off e1d0
763
+ signal_wifi_4_bar e1d8
764
+ signal_wifi_4_bar_lock e1d9
765
+ signal_wifi_off e1da
766
+ sim_card e32b
767
+ sim_card_alert e624
768
+ skip_next e044
769
+ skip_previous e045
770
+ slideshow e41b
771
+ slow_motion_video e068
772
+ smartphone e32c
773
+ smoke_free eb4a
774
+ smoking_rooms eb4b
775
+ sms e625
776
+ sms_failed e626
777
+ snooze e046
778
+ sort e164
779
+ sort_by_alpha e053
780
+ spa eb4c
781
+ space_bar e256
782
+ speaker e32d
783
+ speaker_group e32e
784
+ speaker_notes e8cd
785
+ speaker_notes_off e92a
786
+ speaker_phone e0d2
787
+ spellcheck e8ce
788
+ star e838
789
+ star_border e83a
790
+ star_half e839
791
+ stars e8d0
792
+ stay_current_landscape e0d3
793
+ stay_current_portrait e0d4
794
+ stay_primary_landscape e0d5
795
+ stay_primary_portrait e0d6
796
+ stop e047
797
+ stop_screen_share e0e3
798
+ storage e1db
799
+ store e8d1
800
+ store_mall_directory e563
801
+ straighten e41c
802
+ streetview e56e
803
+ strikethrough_s e257
804
+ style e41d
805
+ subdirectory_arrow_left e5d9
806
+ subdirectory_arrow_right e5da
807
+ subject e8d2
808
+ subscriptions e064
809
+ subtitles e048
810
+ subway e56f
811
+ supervisor_account e8d3
812
+ surround_sound e049
813
+ swap_calls e0d7
814
+ swap_horiz e8d4
815
+ swap_vert e8d5
816
+ swap_vertical_circle e8d6
817
+ switch_camera e41e
818
+ switch_video e41f
819
+ sync e627
820
+ sync_disabled e628
821
+ sync_problem e629
822
+ system_update e62a
823
+ system_update_alt e8d7
824
+ tab e8d8
825
+ tab_unselected e8d9
826
+ tablet e32f
827
+ tablet_android e330
828
+ tablet_mac e331
829
+ tag_faces e420
830
+ tap_and_play e62b
831
+ terrain e564
832
+ text_fields e262
833
+ text_format e165
834
+ textsms e0d8
835
+ texture e421
836
+ theaters e8da
837
+ thumb_down e8db
838
+ thumb_up e8dc
839
+ thumbs_up_down e8dd
840
+ time_to_leave e62c
841
+ timelapse e422
842
+ timeline e922
843
+ timer e425
844
+ timer_10 e423
845
+ timer_3 e424
846
+ timer_off e426
847
+ title e264
848
+ toc e8de
849
+ today e8df
850
+ toll e8e0
851
+ tonality e427
852
+ touch_app e913
853
+ toys e332
854
+ track_changes e8e1
855
+ traffic e565
856
+ train e570
857
+ tram e571
858
+ transfer_within_a_station e572
859
+ transform e428
860
+ translate e8e2
861
+ trending_down e8e3
862
+ trending_flat e8e4
863
+ trending_up e8e5
864
+ tune e429
865
+ turned_in e8e6
866
+ turned_in_not e8e7
867
+ tv e333
868
+ unarchive e169
869
+ undo e166
870
+ unfold_less e5d6
871
+ unfold_more e5d7
872
+ update e923
873
+ usb e1e0
874
+ verified_user e8e8
875
+ vertical_align_bottom e258
876
+ vertical_align_center e259
877
+ vertical_align_top e25a
878
+ vibration e62d
879
+ video_call e070
880
+ video_label e071
881
+ video_library e04a
882
+ videocam e04b
883
+ videocam_off e04c
884
+ videogame_asset e338
885
+ view_agenda e8e9
886
+ view_array e8ea
887
+ view_carousel e8eb
888
+ view_column e8ec
889
+ view_comfy e42a
890
+ view_compact e42b
891
+ view_day e8ed
892
+ view_headline e8ee
893
+ view_list e8ef
894
+ view_module e8f0
895
+ view_quilt e8f1
896
+ view_stream e8f2
897
+ view_week e8f3
898
+ vignette e435
899
+ visibility e8f4
900
+ visibility_off e8f5
901
+ voice_chat e62e
902
+ voicemail e0d9
903
+ volume_down e04d
904
+ volume_mute e04e
905
+ volume_off e04f
906
+ volume_up e050
907
+ vpn_key e0da
908
+ vpn_lock e62f
909
+ wallpaper e1bc
910
+ warning e002
911
+ watch e334
912
+ watch_later e924
913
+ wb_auto e42c
914
+ wb_cloudy e42d
915
+ wb_incandescent e42e
916
+ wb_iridescent e436
917
+ wb_sunny e430
918
+ wc e63d
919
+ web e051
920
+ web_asset e069
921
+ weekend e16b
922
+ whatshot e80e
923
+ widgets e1bd
924
+ wifi e63e
925
+ wifi_lock e1e1
926
+ wifi_tethering e1e2
927
+ work e8f9
928
+ wrap_text e25b
929
+ youtube_searched_for e8fa
930
+ zoom_in e8ff
931
+ zoom_out e900
932
+ zoom_out_map e56b