@firecms/ui 3.0.0-canary.96 → 3.0.0-canary.98
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/dist/icons/Icon.d.ts +1 -1
- package/dist/index.es.js +116 -1325
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +116 -1325
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
- package/src/icons/Icon.tsx +2 -7
- package/src/icons/icon_keys.ts +114 -1301
- package/src/scripts/generateIconKeys.ts +20 -10
package/dist/index.umd.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
(function(global, factory) {
|
2
|
-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("react/jsx-runtime"), require("react"), require("@radix-ui/react-collapsible"), require("clsx"), require("tailwind-merge"), require("date-fns/locale"), require("react-datepicker"), require("@radix-ui/react-checkbox"), require("
|
2
|
+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("react/jsx-runtime"), require("react"), require("@radix-ui/react-collapsible"), require("clsx"), require("tailwind-merge"), require("date-fns/locale"), require("react-datepicker"), require("@radix-ui/react-checkbox"), require("material-icons/iconfont/filled.css"), require("@radix-ui/react-label"), require("@radix-ui/react-dialog"), require("react-dropzone"), require("react-fast-compare"), require("markdown-it"), require("@radix-ui/react-dropdown-menu"), require("@radix-ui/react-menubar"), require("cmdk"), require("@radix-ui/react-radio-group"), require("@radix-ui/react-select"), require("@radix-ui/react-separator"), require("react-dom"), require("@radix-ui/react-tooltip"), require("@radix-ui/react-tabs"), require("@radix-ui/react-popover")) : typeof define === "function" && define.amd ? define(["exports", "react/jsx-runtime", "react", "@radix-ui/react-collapsible", "clsx", "tailwind-merge", "date-fns/locale", "react-datepicker", "@radix-ui/react-checkbox", "material-icons/iconfont/filled.css", "@radix-ui/react-label", "@radix-ui/react-dialog", "react-dropzone", "react-fast-compare", "markdown-it", "@radix-ui/react-dropdown-menu", "@radix-ui/react-menubar", "cmdk", "@radix-ui/react-radio-group", "@radix-ui/react-select", "@radix-ui/react-separator", "react-dom", "@radix-ui/react-tooltip", "@radix-ui/react-tabs", "@radix-ui/react-popover"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global["FireCMS UI"] = {}, global.jsxRuntime, global.React, global.Collapsible, global.clsx, global.tailwindMerge, global.locales, global.DatePicker, global.CheckboxPrimitive, null, global.LabelPrimitive, global.DialogPrimitive, global.reactDropzone, global.equal, global.MarkdownIt, global.DropdownMenu, global.MenubarPrimitive, global.cmdk, global.RadioGroupPrimitive, global.SelectPrimitive, global.SeparatorPrimitive, global.ReactDOM, global.TooltipPrimitive, global.TabsPrimitive, global.PopoverPrimitive));
|
3
3
|
})(this, function(exports2, jsxRuntime, React, Collapsible, clsx, tailwindMerge, locales, DatePicker, CheckboxPrimitive, filled_css, LabelPrimitive, DialogPrimitive, reactDropzone, equal, MarkdownIt, DropdownMenu, MenubarPrimitive, cmdk, RadioGroupPrimitive, SelectPrimitive, SeparatorPrimitive, ReactDOM, TooltipPrimitive, TabsPrimitive, PopoverPrimitive) {
|
4
4
|
"use strict";
|
5
5
|
function _interopNamespaceDefault(e) {
|
@@ -768,10 +768,11 @@
|
|
768
768
|
);
|
769
769
|
}
|
770
770
|
const iconKeys = [
|
771
|
+
"123",
|
772
|
+
"360",
|
771
773
|
"10k",
|
772
774
|
"10mp",
|
773
775
|
"11mp",
|
774
|
-
"123",
|
775
776
|
"12mp",
|
776
777
|
"13mp",
|
777
778
|
"14mp",
|
@@ -784,35 +785,28 @@
|
|
784
785
|
"1k",
|
785
786
|
"1k_plus",
|
786
787
|
"1x_mobiledata",
|
787
|
-
"1x_mobiledata_badge",
|
788
788
|
"20mp",
|
789
789
|
"21mp",
|
790
790
|
"22mp",
|
791
791
|
"23mp",
|
792
792
|
"24mp",
|
793
|
-
"2d",
|
794
793
|
"2k",
|
795
794
|
"2k_plus",
|
796
795
|
"2mp",
|
797
796
|
"30fps",
|
798
797
|
"30fps_select",
|
799
|
-
"360",
|
800
798
|
"3d_rotation",
|
801
799
|
"3g_mobiledata",
|
802
|
-
"3g_mobiledata_badge",
|
803
800
|
"3k",
|
804
801
|
"3k_plus",
|
805
802
|
"3mp",
|
806
803
|
"3p",
|
807
804
|
"4g_mobiledata",
|
808
|
-
"4g_mobiledata_badge",
|
809
805
|
"4g_plus_mobiledata",
|
810
806
|
"4k",
|
811
807
|
"4k_plus",
|
812
808
|
"4mp",
|
813
|
-
"50mp",
|
814
809
|
"5g",
|
815
|
-
"5g_mobiledata_badge",
|
816
810
|
"5k",
|
817
811
|
"5k_plus",
|
818
812
|
"5mp",
|
@@ -844,24 +838,12 @@
|
|
844
838
|
"account_balance",
|
845
839
|
"account_balance_wallet",
|
846
840
|
"account_box",
|
847
|
-
"account_child",
|
848
|
-
"account_child_invert",
|
849
841
|
"account_circle",
|
850
|
-
"account_circle_filled",
|
851
|
-
"account_circle_off",
|
852
842
|
"account_tree",
|
853
|
-
"action_key",
|
854
|
-
"activity_zone",
|
855
|
-
"acute",
|
856
|
-
"ad",
|
857
|
-
"ad_group",
|
858
|
-
"ad_group_off",
|
859
|
-
"ad_off",
|
860
843
|
"ad_units",
|
861
844
|
"adb",
|
862
845
|
"add",
|
863
846
|
"add_a_photo",
|
864
|
-
"add_ad",
|
865
847
|
"add_alarm",
|
866
848
|
"add_alert",
|
867
849
|
"add_box",
|
@@ -879,7 +861,6 @@
|
|
879
861
|
"add_location",
|
880
862
|
"add_location_alt",
|
881
863
|
"add_moderator",
|
882
|
-
"add_notes",
|
883
864
|
"add_photo_alternate",
|
884
865
|
"add_reaction",
|
885
866
|
"add_road",
|
@@ -892,15 +873,11 @@
|
|
892
873
|
"addchart",
|
893
874
|
"adf_scanner",
|
894
875
|
"adjust",
|
895
|
-
"admin_meds",
|
896
876
|
"admin_panel_settings",
|
877
|
+
"adobe",
|
897
878
|
"ads_click",
|
898
|
-
"agender",
|
899
879
|
"agriculture",
|
900
880
|
"air",
|
901
|
-
"air_freshener",
|
902
|
-
"air_purifier",
|
903
|
-
"air_purifier_gen",
|
904
881
|
"airline_seat_flat",
|
905
882
|
"airline_seat_flat_angled",
|
906
883
|
"airline_seat_individual_suite",
|
@@ -914,53 +891,26 @@
|
|
914
891
|
"airplane_ticket",
|
915
892
|
"airplanemode_active",
|
916
893
|
"airplanemode_inactive",
|
894
|
+
"airplanemode_off",
|
895
|
+
"airplanemode_on",
|
917
896
|
"airplay",
|
918
897
|
"airport_shuttle",
|
919
|
-
"airware",
|
920
|
-
"airwave",
|
921
898
|
"alarm",
|
922
899
|
"alarm_add",
|
923
900
|
"alarm_off",
|
924
901
|
"alarm_on",
|
925
|
-
"alarm_smart_wake",
|
926
902
|
"album",
|
927
|
-
"align_center",
|
928
|
-
"align_end",
|
929
|
-
"align_flex_center",
|
930
|
-
"align_flex_end",
|
931
|
-
"align_flex_start",
|
932
903
|
"align_horizontal_center",
|
933
904
|
"align_horizontal_left",
|
934
905
|
"align_horizontal_right",
|
935
|
-
"align_items_stretch",
|
936
|
-
"align_justify_center",
|
937
|
-
"align_justify_flex_end",
|
938
|
-
"align_justify_flex_start",
|
939
|
-
"align_justify_space_around",
|
940
|
-
"align_justify_space_between",
|
941
|
-
"align_justify_space_even",
|
942
|
-
"align_justify_stretch",
|
943
|
-
"align_self_stretch",
|
944
|
-
"align_space_around",
|
945
|
-
"align_space_between",
|
946
|
-
"align_space_even",
|
947
|
-
"align_start",
|
948
|
-
"align_stretch",
|
949
906
|
"align_vertical_bottom",
|
950
907
|
"align_vertical_center",
|
951
908
|
"align_vertical_top",
|
952
909
|
"all_inbox",
|
953
910
|
"all_inclusive",
|
954
|
-
"all_match",
|
955
911
|
"all_out",
|
956
|
-
"allergies",
|
957
|
-
"allergy",
|
958
912
|
"alt_route",
|
959
913
|
"alternate_email",
|
960
|
-
"altitude",
|
961
|
-
"ambient_screen",
|
962
|
-
"ambulance",
|
963
|
-
"amend",
|
964
914
|
"amp_stories",
|
965
915
|
"analytics",
|
966
916
|
"anchor",
|
@@ -968,32 +918,19 @@
|
|
968
918
|
"animation",
|
969
919
|
"announcement",
|
970
920
|
"aod",
|
971
|
-
"aod_tablet",
|
972
|
-
"aod_watch",
|
973
921
|
"apartment",
|
974
922
|
"api",
|
975
|
-
"apk_document",
|
976
|
-
"apk_install",
|
977
|
-
"app_badging",
|
978
923
|
"app_blocking",
|
979
|
-
"app_promo",
|
980
924
|
"app_registration",
|
981
925
|
"app_settings_alt",
|
982
926
|
"app_shortcut",
|
983
|
-
"
|
927
|
+
"apple",
|
984
928
|
"approval",
|
985
|
-
"approval_delegation",
|
986
929
|
"apps",
|
987
930
|
"apps_outage",
|
988
|
-
"aq",
|
989
|
-
"aq_indoor",
|
990
|
-
"ar_on_you",
|
991
|
-
"ar_stickers",
|
992
931
|
"architecture",
|
993
932
|
"archive",
|
994
933
|
"area_chart",
|
995
|
-
"arming_countdown",
|
996
|
-
"arrow_and_edge",
|
997
934
|
"arrow_back",
|
998
935
|
"arrow_back_ios",
|
999
936
|
"arrow_back_ios_new",
|
@@ -1002,33 +939,18 @@
|
|
1002
939
|
"arrow_circle_right",
|
1003
940
|
"arrow_circle_up",
|
1004
941
|
"arrow_downward",
|
1005
|
-
"arrow_downward_alt",
|
1006
942
|
"arrow_drop_down",
|
1007
943
|
"arrow_drop_down_circle",
|
1008
944
|
"arrow_drop_up",
|
1009
945
|
"arrow_forward",
|
1010
946
|
"arrow_forward_ios",
|
1011
|
-
"arrow_insert",
|
1012
947
|
"arrow_left",
|
1013
|
-
"arrow_left_alt",
|
1014
|
-
"arrow_or_edge",
|
1015
948
|
"arrow_outward",
|
1016
|
-
"arrow_range",
|
1017
949
|
"arrow_right",
|
1018
950
|
"arrow_right_alt",
|
1019
|
-
"arrow_selector_tool",
|
1020
|
-
"arrow_split",
|
1021
|
-
"arrow_top_left",
|
1022
|
-
"arrow_top_right",
|
1023
951
|
"arrow_upward",
|
1024
|
-
"arrow_upward_alt",
|
1025
|
-
"arrows_more_down",
|
1026
|
-
"arrows_more_up",
|
1027
|
-
"arrows_outward",
|
1028
952
|
"art_track",
|
1029
953
|
"article",
|
1030
|
-
"article_shortcut",
|
1031
|
-
"artist",
|
1032
954
|
"aspect_ratio",
|
1033
955
|
"assessment",
|
1034
956
|
"assignment",
|
@@ -1040,91 +962,46 @@
|
|
1040
962
|
"assignment_turned_in",
|
1041
963
|
"assist_walker",
|
1042
964
|
"assistant",
|
1043
|
-
"assistant_device",
|
1044
965
|
"assistant_direction",
|
1045
966
|
"assistant_navigation",
|
1046
|
-
"assistant_on_hub",
|
1047
967
|
"assistant_photo",
|
1048
968
|
"assured_workload",
|
1049
|
-
"asterisk",
|
1050
|
-
"astrophotography_auto",
|
1051
|
-
"astrophotography_off",
|
1052
969
|
"atm",
|
1053
|
-
"atr",
|
1054
970
|
"attach_email",
|
1055
971
|
"attach_file",
|
1056
|
-
"attach_file_add",
|
1057
972
|
"attach_money",
|
1058
973
|
"attachment",
|
1059
974
|
"attractions",
|
1060
975
|
"attribution",
|
1061
|
-
"audio_description",
|
1062
976
|
"audio_file",
|
1063
|
-
"audio_video_receiver",
|
1064
977
|
"audiotrack",
|
1065
|
-
"auto_activity_zone",
|
1066
978
|
"auto_awesome",
|
1067
979
|
"auto_awesome_mosaic",
|
1068
980
|
"auto_awesome_motion",
|
1069
981
|
"auto_delete",
|
1070
|
-
"auto_detect_voice",
|
1071
|
-
"auto_draw_solid",
|
1072
|
-
"auto_fix",
|
1073
982
|
"auto_fix_high",
|
1074
983
|
"auto_fix_normal",
|
1075
984
|
"auto_fix_off",
|
1076
985
|
"auto_graph",
|
1077
|
-
"auto_label",
|
1078
|
-
"auto_meeting_room",
|
1079
986
|
"auto_mode",
|
1080
|
-
"auto_read_pause",
|
1081
|
-
"auto_read_play",
|
1082
|
-
"auto_schedule",
|
1083
987
|
"auto_stories",
|
1084
|
-
"auto_timer",
|
1085
|
-
"auto_towing",
|
1086
|
-
"auto_transmission",
|
1087
|
-
"auto_videocam",
|
1088
988
|
"autofps_select",
|
1089
|
-
"autopause",
|
1090
|
-
"autopay",
|
1091
|
-
"autoplay",
|
1092
989
|
"autorenew",
|
1093
|
-
"autostop",
|
1094
990
|
"av_timer",
|
1095
|
-
"avg_pace",
|
1096
|
-
"avg_time",
|
1097
|
-
"award_star",
|
1098
|
-
"azm",
|
1099
991
|
"baby_changing_station",
|
1100
992
|
"back_hand",
|
1101
|
-
"back_to_tab",
|
1102
|
-
"background_dot_large",
|
1103
|
-
"background_dot_small",
|
1104
|
-
"background_grid_small",
|
1105
|
-
"background_replace",
|
1106
|
-
"backlight_high",
|
1107
|
-
"backlight_low",
|
1108
993
|
"backpack",
|
1109
994
|
"backspace",
|
1110
995
|
"backup",
|
1111
996
|
"backup_table",
|
1112
997
|
"badge",
|
1113
|
-
"badge_critical_battery",
|
1114
998
|
"bakery_dining",
|
1115
999
|
"balance",
|
1116
1000
|
"balcony",
|
1117
1001
|
"ballot",
|
1118
1002
|
"bar_chart",
|
1119
|
-
"bar_chart_4_bars",
|
1120
|
-
"barcode",
|
1121
1003
|
"barcode_reader",
|
1122
|
-
"barcode_scanner",
|
1123
|
-
"barefoot",
|
1124
1004
|
"batch_prediction",
|
1125
|
-
"bath_outdoor",
|
1126
|
-
"bath_private",
|
1127
|
-
"bath_public_large",
|
1128
1005
|
"bathroom",
|
1129
1006
|
"bathtub",
|
1130
1007
|
"battery_0_bar",
|
@@ -1141,7 +1018,6 @@
|
|
1141
1018
|
"battery_80",
|
1142
1019
|
"battery_90",
|
1143
1020
|
"battery_alert",
|
1144
|
-
"battery_change",
|
1145
1021
|
"battery_charging_20",
|
1146
1022
|
"battery_charging_30",
|
1147
1023
|
"battery_charging_50",
|
@@ -1149,24 +1025,10 @@
|
|
1149
1025
|
"battery_charging_80",
|
1150
1026
|
"battery_charging_90",
|
1151
1027
|
"battery_charging_full",
|
1152
|
-
"battery_error",
|
1153
1028
|
"battery_full",
|
1154
|
-
"battery_full_alt",
|
1155
|
-
"battery_horiz_000",
|
1156
|
-
"battery_horiz_050",
|
1157
|
-
"battery_horiz_075",
|
1158
|
-
"battery_low",
|
1159
|
-
"battery_plus",
|
1160
|
-
"battery_profile",
|
1161
1029
|
"battery_saver",
|
1162
|
-
"battery_share",
|
1163
|
-
"battery_status_good",
|
1164
1030
|
"battery_std",
|
1165
1031
|
"battery_unknown",
|
1166
|
-
"battery_vert_005",
|
1167
|
-
"battery_vert_020",
|
1168
|
-
"battery_vert_050",
|
1169
|
-
"battery_very_low",
|
1170
1032
|
"beach_access",
|
1171
1033
|
"bed",
|
1172
1034
|
"bedroom_baby",
|
@@ -1176,19 +1038,14 @@
|
|
1176
1038
|
"bedtime_off",
|
1177
1039
|
"beenhere",
|
1178
1040
|
"bento",
|
1179
|
-
"bia",
|
1180
|
-
"bid_landscape",
|
1181
|
-
"bid_landscape_disabled",
|
1182
|
-
"bigtop_updates",
|
1183
1041
|
"bike_scooter",
|
1184
1042
|
"biotech",
|
1185
|
-
"blanket",
|
1186
1043
|
"blender",
|
1187
1044
|
"blind",
|
1188
1045
|
"blinds",
|
1189
1046
|
"blinds_closed",
|
1190
1047
|
"block",
|
1191
|
-
"
|
1048
|
+
"block_flipped",
|
1192
1049
|
"bloodtype",
|
1193
1050
|
"bluetooth",
|
1194
1051
|
"bluetooth_audio",
|
@@ -1198,25 +1055,16 @@
|
|
1198
1055
|
"bluetooth_searching",
|
1199
1056
|
"blur_circular",
|
1200
1057
|
"blur_linear",
|
1201
|
-
"blur_medium",
|
1202
1058
|
"blur_off",
|
1203
1059
|
"blur_on",
|
1204
|
-
"blur_short",
|
1205
|
-
"body_fat",
|
1206
|
-
"body_system",
|
1207
1060
|
"bolt",
|
1208
|
-
"bomb",
|
1209
1061
|
"book",
|
1210
|
-
"book_2",
|
1211
|
-
"book_3",
|
1212
|
-
"book_4",
|
1213
|
-
"book_5",
|
1214
1062
|
"book_online",
|
1215
1063
|
"bookmark",
|
1216
1064
|
"bookmark_add",
|
1217
1065
|
"bookmark_added",
|
1218
1066
|
"bookmark_border",
|
1219
|
-
"
|
1067
|
+
"bookmark_outline",
|
1220
1068
|
"bookmark_remove",
|
1221
1069
|
"bookmarks",
|
1222
1070
|
"border_all",
|
@@ -1231,23 +1079,9 @@
|
|
1231
1079
|
"border_style",
|
1232
1080
|
"border_top",
|
1233
1081
|
"border_vertical",
|
1234
|
-
"bottom_app_bar",
|
1235
|
-
"bottom_drawer",
|
1236
|
-
"bottom_navigation",
|
1237
|
-
"bottom_panel_close",
|
1238
|
-
"bottom_panel_open",
|
1239
|
-
"bottom_right_click",
|
1240
|
-
"bottom_sheets",
|
1241
|
-
"box",
|
1242
|
-
"box_add",
|
1243
|
-
"box_edit",
|
1244
1082
|
"boy",
|
1245
|
-
"brand_awareness",
|
1246
1083
|
"branding_watermark",
|
1247
1084
|
"breakfast_dining",
|
1248
|
-
"breaking_news",
|
1249
|
-
"breaking_news_alt_1",
|
1250
|
-
"breastfeeding",
|
1251
1085
|
"brightness_1",
|
1252
1086
|
"brightness_2",
|
1253
1087
|
"brightness_3",
|
@@ -1255,26 +1089,19 @@
|
|
1255
1089
|
"brightness_5",
|
1256
1090
|
"brightness_6",
|
1257
1091
|
"brightness_7",
|
1258
|
-
"brightness_alert",
|
1259
1092
|
"brightness_auto",
|
1260
|
-
"brightness_empty",
|
1261
1093
|
"brightness_high",
|
1262
1094
|
"brightness_low",
|
1263
1095
|
"brightness_medium",
|
1264
|
-
"bring_your_own_ip",
|
1265
1096
|
"broadcast_on_home",
|
1266
1097
|
"broadcast_on_personal",
|
1267
1098
|
"broken_image",
|
1268
|
-
"browse",
|
1269
|
-
"browse_activity",
|
1270
1099
|
"browse_gallery",
|
1271
1100
|
"browser_not_supported",
|
1272
1101
|
"browser_updated",
|
1273
1102
|
"brunch_dining",
|
1274
1103
|
"brush",
|
1275
|
-
"bubble",
|
1276
1104
|
"bubble_chart",
|
1277
|
-
"bubbles",
|
1278
1105
|
"bug_report",
|
1279
1106
|
"build",
|
1280
1107
|
"build_circle",
|
@@ -1283,18 +1110,11 @@
|
|
1283
1110
|
"bus_alert",
|
1284
1111
|
"business",
|
1285
1112
|
"business_center",
|
1286
|
-
"business_chip",
|
1287
|
-
"business_messages",
|
1288
|
-
"buttons_alt",
|
1289
1113
|
"cabin",
|
1290
1114
|
"cable",
|
1291
1115
|
"cached",
|
1292
1116
|
"cake",
|
1293
|
-
"cake_add",
|
1294
1117
|
"calculate",
|
1295
|
-
"calendar_add_on",
|
1296
|
-
"calendar_apps_script",
|
1297
|
-
"calendar_clock",
|
1298
1118
|
"calendar_month",
|
1299
1119
|
"calendar_today",
|
1300
1120
|
"calendar_view_day",
|
@@ -1302,13 +1122,10 @@
|
|
1302
1122
|
"calendar_view_week",
|
1303
1123
|
"call",
|
1304
1124
|
"call_end",
|
1305
|
-
"call_end_alt",
|
1306
|
-
"call_log",
|
1307
1125
|
"call_made",
|
1308
1126
|
"call_merge",
|
1309
1127
|
"call_missed",
|
1310
1128
|
"call_missed_outgoing",
|
1311
|
-
"call_quality",
|
1312
1129
|
"call_received",
|
1313
1130
|
"call_split",
|
1314
1131
|
"call_to_action",
|
@@ -1320,41 +1137,28 @@
|
|
1320
1137
|
"camera_outdoor",
|
1321
1138
|
"camera_rear",
|
1322
1139
|
"camera_roll",
|
1323
|
-
"camera_video",
|
1324
1140
|
"cameraswitch",
|
1325
1141
|
"campaign",
|
1326
|
-
"camping",
|
1327
1142
|
"cancel",
|
1328
1143
|
"cancel_presentation",
|
1329
1144
|
"cancel_schedule_send",
|
1330
|
-
"candle",
|
1331
1145
|
"candlestick_chart",
|
1332
|
-
"captive_portal",
|
1333
|
-
"capture",
|
1334
1146
|
"car_crash",
|
1335
1147
|
"car_rental",
|
1336
1148
|
"car_repair",
|
1337
1149
|
"card_giftcard",
|
1338
1150
|
"card_membership",
|
1339
1151
|
"card_travel",
|
1340
|
-
"cardiology",
|
1341
|
-
"cards",
|
1342
1152
|
"carpenter",
|
1343
|
-
"carry_on_bag",
|
1344
|
-
"carry_on_bag_checked",
|
1345
|
-
"carry_on_bag_inactive",
|
1346
|
-
"carry_on_bag_question",
|
1347
1153
|
"cases",
|
1348
1154
|
"casino",
|
1349
1155
|
"cast",
|
1350
1156
|
"cast_connected",
|
1351
1157
|
"cast_for_education",
|
1352
|
-
"cast_pause",
|
1353
|
-
"cast_warning",
|
1354
1158
|
"castle",
|
1159
|
+
"catching_pokemon",
|
1355
1160
|
"category",
|
1356
1161
|
"celebration",
|
1357
|
-
"cell_merge",
|
1358
1162
|
"cell_tower",
|
1359
1163
|
"cell_wifi",
|
1360
1164
|
"center_focus_strong",
|
@@ -1364,71 +1168,33 @@
|
|
1364
1168
|
"chalet",
|
1365
1169
|
"change_circle",
|
1366
1170
|
"change_history",
|
1367
|
-
"charger",
|
1368
1171
|
"charging_station",
|
1369
|
-
"chart_data",
|
1370
1172
|
"chat",
|
1371
|
-
"chat_add_on",
|
1372
|
-
"chat_apps_script",
|
1373
1173
|
"chat_bubble",
|
1374
1174
|
"chat_bubble_outline",
|
1375
|
-
"chat_error",
|
1376
|
-
"chat_info",
|
1377
|
-
"chat_paste_go",
|
1378
1175
|
"check",
|
1379
1176
|
"check_box",
|
1380
1177
|
"check_box_outline_blank",
|
1381
1178
|
"check_circle",
|
1382
|
-
"check_circle_filled",
|
1383
1179
|
"check_circle_outline",
|
1384
|
-
"check_in_out",
|
1385
|
-
"check_indeterminate_small",
|
1386
|
-
"check_small",
|
1387
|
-
"checkbook",
|
1388
|
-
"checked_bag",
|
1389
|
-
"checked_bag_question",
|
1390
1180
|
"checklist",
|
1391
1181
|
"checklist_rtl",
|
1392
1182
|
"checkroom",
|
1393
|
-
"cheer",
|
1394
|
-
"chess",
|
1395
1183
|
"chevron_left",
|
1396
1184
|
"chevron_right",
|
1397
1185
|
"child_care",
|
1398
1186
|
"child_friendly",
|
1399
|
-
"chip_extraction",
|
1400
|
-
"chips",
|
1401
1187
|
"chrome_reader_mode",
|
1402
|
-
"chromecast_2",
|
1403
|
-
"chromecast_device",
|
1404
|
-
"chronic",
|
1405
1188
|
"church",
|
1406
|
-
"cinematic_blur",
|
1407
1189
|
"circle",
|
1408
1190
|
"circle_notifications",
|
1409
|
-
"circles",
|
1410
|
-
"circles_ext",
|
1411
|
-
"clarify",
|
1412
1191
|
"class",
|
1413
1192
|
"clean_hands",
|
1414
|
-
"cleaning",
|
1415
|
-
"cleaning_bucket",
|
1416
1193
|
"cleaning_services",
|
1417
1194
|
"clear",
|
1418
1195
|
"clear_all",
|
1419
|
-
"clear_day",
|
1420
|
-
"clear_night",
|
1421
|
-
"climate_mini_split",
|
1422
|
-
"clinical_notes",
|
1423
|
-
"clock_loader_10",
|
1424
|
-
"clock_loader_20",
|
1425
|
-
"clock_loader_40",
|
1426
|
-
"clock_loader_60",
|
1427
|
-
"clock_loader_80",
|
1428
|
-
"clock_loader_90",
|
1429
1196
|
"close",
|
1430
1197
|
"close_fullscreen",
|
1431
|
-
"close_small",
|
1432
1198
|
"closed_caption",
|
1433
1199
|
"closed_caption_disabled",
|
1434
1200
|
"closed_caption_off",
|
@@ -1440,44 +1206,30 @@
|
|
1440
1206
|
"cloud_queue",
|
1441
1207
|
"cloud_sync",
|
1442
1208
|
"cloud_upload",
|
1443
|
-
"cloudy",
|
1444
|
-
"cloudy_filled",
|
1445
1209
|
"cloudy_snowing",
|
1446
1210
|
"co2",
|
1447
1211
|
"co_present",
|
1448
1212
|
"code",
|
1449
|
-
"code_blocks",
|
1450
1213
|
"code_off",
|
1451
1214
|
"coffee",
|
1452
1215
|
"coffee_maker",
|
1453
|
-
"cognition",
|
1454
|
-
"collapse_all",
|
1455
|
-
"collapse_content",
|
1456
1216
|
"collections",
|
1457
1217
|
"collections_bookmark",
|
1458
1218
|
"color_lens",
|
1459
1219
|
"colorize",
|
1460
|
-
"colors",
|
1461
|
-
"comic_bubble",
|
1462
1220
|
"comment",
|
1463
1221
|
"comment_bank",
|
1464
1222
|
"comments_disabled",
|
1465
1223
|
"commit",
|
1466
|
-
"communication",
|
1467
|
-
"communities",
|
1468
|
-
"communities_filled",
|
1469
1224
|
"commute",
|
1470
1225
|
"compare",
|
1471
1226
|
"compare_arrows",
|
1472
1227
|
"compass_calibration",
|
1473
|
-
"component_exchange",
|
1474
1228
|
"compost",
|
1475
1229
|
"compress",
|
1476
1230
|
"computer",
|
1477
|
-
"
|
1478
|
-
"conditions",
|
1231
|
+
"confirmation_num",
|
1479
1232
|
"confirmation_number",
|
1480
|
-
"congenital",
|
1481
1233
|
"connect_without_contact",
|
1482
1234
|
"connected_tv",
|
1483
1235
|
"connecting_airports",
|
@@ -1486,55 +1238,31 @@
|
|
1486
1238
|
"contact_mail",
|
1487
1239
|
"contact_page",
|
1488
1240
|
"contact_phone",
|
1489
|
-
"contact_phone_filled",
|
1490
1241
|
"contact_support",
|
1491
1242
|
"contactless",
|
1492
|
-
"contactless_off",
|
1493
1243
|
"contacts",
|
1494
|
-
"contacts_product",
|
1495
1244
|
"content_copy",
|
1496
1245
|
"content_cut",
|
1497
1246
|
"content_paste",
|
1498
1247
|
"content_paste_go",
|
1499
1248
|
"content_paste_off",
|
1500
1249
|
"content_paste_search",
|
1501
|
-
"contract",
|
1502
|
-
"contract_delete",
|
1503
|
-
"contract_edit",
|
1504
1250
|
"contrast",
|
1505
|
-
"contrast_rtl_off",
|
1506
1251
|
"control_camera",
|
1507
1252
|
"control_point",
|
1508
1253
|
"control_point_duplicate",
|
1509
|
-
"controller_gen",
|
1510
|
-
"conversion_path",
|
1511
|
-
"conversion_path_off",
|
1512
1254
|
"conveyor_belt",
|
1513
1255
|
"cookie",
|
1514
|
-
"
|
1515
|
-
"cooking",
|
1516
|
-
"cool_to_dry",
|
1256
|
+
"copy",
|
1517
1257
|
"copy_all",
|
1518
1258
|
"copyright",
|
1519
1259
|
"coronavirus",
|
1520
1260
|
"corporate_fare",
|
1521
1261
|
"cottage",
|
1522
|
-
"counter_0",
|
1523
|
-
"counter_1",
|
1524
|
-
"counter_2",
|
1525
|
-
"counter_3",
|
1526
|
-
"counter_4",
|
1527
|
-
"counter_5",
|
1528
|
-
"counter_6",
|
1529
|
-
"counter_7",
|
1530
|
-
"counter_8",
|
1531
|
-
"counter_9",
|
1532
1262
|
"countertops",
|
1533
1263
|
"create",
|
1534
1264
|
"create_new_folder",
|
1535
1265
|
"credit_card",
|
1536
|
-
"credit_card_gear",
|
1537
|
-
"credit_card_heart",
|
1538
1266
|
"credit_card_off",
|
1539
1267
|
"credit_score",
|
1540
1268
|
"crib",
|
@@ -1544,7 +1272,6 @@
|
|
1544
1272
|
"crop_3_2",
|
1545
1273
|
"crop_5_4",
|
1546
1274
|
"crop_7_5",
|
1547
|
-
"crop_9_16",
|
1548
1275
|
"crop_din",
|
1549
1276
|
"crop_free",
|
1550
1277
|
"crop_landscape",
|
@@ -1552,11 +1279,8 @@
|
|
1552
1279
|
"crop_portrait",
|
1553
1280
|
"crop_rotate",
|
1554
1281
|
"crop_square",
|
1555
|
-
"crossword",
|
1556
|
-
"crowdsource",
|
1557
1282
|
"cruelty_free",
|
1558
1283
|
"css",
|
1559
|
-
"csv",
|
1560
1284
|
"currency_bitcoin",
|
1561
1285
|
"currency_exchange",
|
1562
1286
|
"currency_franc",
|
@@ -1568,100 +1292,59 @@
|
|
1568
1292
|
"currency_yuan",
|
1569
1293
|
"curtains",
|
1570
1294
|
"curtains_closed",
|
1571
|
-
"custom_typography",
|
1572
1295
|
"cut",
|
1573
|
-
"cycle",
|
1574
1296
|
"cyclone",
|
1575
1297
|
"dangerous",
|
1576
1298
|
"dark_mode",
|
1577
1299
|
"dashboard",
|
1578
1300
|
"dashboard_customize",
|
1579
|
-
"data_alert",
|
1580
1301
|
"data_array",
|
1581
|
-
"data_check",
|
1582
1302
|
"data_exploration",
|
1583
|
-
"data_info_alert",
|
1584
|
-
"data_loss_prevention",
|
1585
1303
|
"data_object",
|
1586
1304
|
"data_saver_off",
|
1587
1305
|
"data_saver_on",
|
1588
|
-
"data_table",
|
1589
1306
|
"data_thresholding",
|
1590
1307
|
"data_usage",
|
1591
|
-
"database",
|
1592
1308
|
"dataset",
|
1593
1309
|
"dataset_linked",
|
1594
1310
|
"date_range",
|
1595
1311
|
"deblur",
|
1596
|
-
"deceased",
|
1597
|
-
"decimal_decrease",
|
1598
|
-
"decimal_increase",
|
1599
1312
|
"deck",
|
1600
1313
|
"dehaze",
|
1601
1314
|
"delete",
|
1602
1315
|
"delete_forever",
|
1603
|
-
"delete_history",
|
1604
1316
|
"delete_outline",
|
1605
1317
|
"delete_sweep",
|
1606
|
-
"
|
1318
|
+
"delivery_dining",
|
1607
1319
|
"density_large",
|
1608
1320
|
"density_medium",
|
1609
1321
|
"density_small",
|
1610
|
-
"dentistry",
|
1611
1322
|
"departure_board",
|
1612
|
-
"deployed_code",
|
1613
|
-
"deployed_code_account",
|
1614
|
-
"deployed_code_alert",
|
1615
|
-
"deployed_code_history",
|
1616
|
-
"deployed_code_update",
|
1617
|
-
"dermatology",
|
1618
1323
|
"description",
|
1619
1324
|
"deselect",
|
1620
1325
|
"design_services",
|
1621
1326
|
"desk",
|
1622
|
-
"deskphone",
|
1623
1327
|
"desktop_access_disabled",
|
1624
1328
|
"desktop_mac",
|
1625
1329
|
"desktop_windows",
|
1626
|
-
"destruction",
|
1627
1330
|
"details",
|
1628
|
-
"detection_and_zone",
|
1629
|
-
"detector",
|
1630
|
-
"detector_alarm",
|
1631
|
-
"detector_battery",
|
1632
|
-
"detector_co",
|
1633
|
-
"detector_offline",
|
1634
|
-
"detector_smoke",
|
1635
|
-
"detector_status",
|
1636
1331
|
"developer_board",
|
1637
1332
|
"developer_board_off",
|
1638
|
-
"developer_guide",
|
1639
1333
|
"developer_mode",
|
1640
|
-
"developer_mode_tv",
|
1641
1334
|
"device_hub",
|
1642
|
-
"device_reset",
|
1643
1335
|
"device_thermostat",
|
1644
1336
|
"device_unknown",
|
1645
1337
|
"devices",
|
1646
1338
|
"devices_fold",
|
1647
|
-
"devices_off",
|
1648
1339
|
"devices_other",
|
1649
|
-
"devices_wearables",
|
1650
1340
|
"dew_point",
|
1651
|
-
"diagnosis",
|
1652
1341
|
"dialer_sip",
|
1653
|
-
"dialogs",
|
1654
1342
|
"dialpad",
|
1655
1343
|
"diamond",
|
1656
|
-
"dictionary",
|
1657
1344
|
"difference",
|
1658
|
-
"digital_out_of_home",
|
1659
|
-
"digital_wellbeing",
|
1660
1345
|
"dining",
|
1661
1346
|
"dinner_dining",
|
1662
1347
|
"directions",
|
1663
|
-
"directions_alt",
|
1664
|
-
"directions_alt_off",
|
1665
1348
|
"directions_bike",
|
1666
1349
|
"directions_boat",
|
1667
1350
|
"directions_boat_filled",
|
@@ -1669,30 +1352,28 @@
|
|
1669
1352
|
"directions_bus_filled",
|
1670
1353
|
"directions_car",
|
1671
1354
|
"directions_car_filled",
|
1355
|
+
"directions_ferry",
|
1672
1356
|
"directions_off",
|
1673
1357
|
"directions_railway",
|
1674
1358
|
"directions_railway_filled",
|
1675
1359
|
"directions_run",
|
1676
1360
|
"directions_subway",
|
1677
1361
|
"directions_subway_filled",
|
1362
|
+
"directions_train",
|
1678
1363
|
"directions_transit",
|
1679
1364
|
"directions_transit_filled",
|
1680
1365
|
"directions_walk",
|
1681
|
-
"directory_sync",
|
1682
1366
|
"dirty_lens",
|
1683
1367
|
"disabled_by_default",
|
1684
1368
|
"disabled_visible",
|
1685
1369
|
"disc_full",
|
1686
|
-
"
|
1687
|
-
"
|
1688
|
-
"dishwasher_gen",
|
1689
|
-
"display_external_input",
|
1370
|
+
"discord",
|
1371
|
+
"discount",
|
1690
1372
|
"display_settings",
|
1691
|
-
"distance",
|
1692
1373
|
"diversity_1",
|
1693
1374
|
"diversity_2",
|
1694
1375
|
"diversity_3",
|
1695
|
-
"
|
1376
|
+
"dnd_forwardslash",
|
1696
1377
|
"dns",
|
1697
1378
|
"do_disturb",
|
1698
1379
|
"do_disturb_alt",
|
@@ -1706,18 +1387,11 @@
|
|
1706
1387
|
"do_not_step",
|
1707
1388
|
"do_not_touch",
|
1708
1389
|
"dock",
|
1709
|
-
"dock_to_bottom",
|
1710
|
-
"dock_to_left",
|
1711
|
-
"dock_to_right",
|
1712
|
-
"docs_add_on",
|
1713
|
-
"docs_apps_script",
|
1714
1390
|
"document_scanner",
|
1715
1391
|
"domain",
|
1716
1392
|
"domain_add",
|
1717
1393
|
"domain_disabled",
|
1718
1394
|
"domain_verification",
|
1719
|
-
"domain_verification_off",
|
1720
|
-
"domino_mask",
|
1721
1395
|
"done",
|
1722
1396
|
"done_all",
|
1723
1397
|
"done_outline",
|
@@ -1725,59 +1399,35 @@
|
|
1725
1399
|
"donut_small",
|
1726
1400
|
"door_back",
|
1727
1401
|
"door_front",
|
1728
|
-
"door_open",
|
1729
|
-
"door_sensor",
|
1730
1402
|
"door_sliding",
|
1731
1403
|
"doorbell",
|
1732
|
-
"doorbell_3p",
|
1733
|
-
"doorbell_chime",
|
1734
1404
|
"double_arrow",
|
1735
1405
|
"downhill_skiing",
|
1736
1406
|
"download",
|
1737
|
-
"download_2",
|
1738
1407
|
"download_done",
|
1739
1408
|
"download_for_offline",
|
1740
1409
|
"downloading",
|
1741
|
-
"draft",
|
1742
|
-
"draft_orders",
|
1743
1410
|
"drafts",
|
1744
|
-
"drag_click",
|
1745
1411
|
"drag_handle",
|
1746
1412
|
"drag_indicator",
|
1747
|
-
"drag_pan",
|
1748
1413
|
"draw",
|
1749
|
-
"draw_abstract",
|
1750
|
-
"draw_collage",
|
1751
|
-
"drawing_recognition",
|
1752
|
-
"dresser",
|
1753
1414
|
"drive_eta",
|
1754
1415
|
"drive_file_move",
|
1755
1416
|
"drive_file_move_outline",
|
1756
1417
|
"drive_file_move_rtl",
|
1757
1418
|
"drive_file_rename_outline",
|
1758
1419
|
"drive_folder_upload",
|
1759
|
-
"drive_fusiontable",
|
1760
|
-
"dropdown",
|
1761
1420
|
"dry",
|
1762
1421
|
"dry_cleaning",
|
1763
|
-
"dual_screen",
|
1764
1422
|
"duo",
|
1765
1423
|
"dvr",
|
1766
1424
|
"dynamic_feed",
|
1767
1425
|
"dynamic_form",
|
1768
|
-
"e911_avatar",
|
1769
|
-
"e911_emergency",
|
1770
1426
|
"e_mobiledata",
|
1771
|
-
"e_mobiledata_badge",
|
1772
1427
|
"earbuds",
|
1773
1428
|
"earbuds_battery",
|
1774
|
-
"early_on",
|
1775
|
-
"earthquake",
|
1776
1429
|
"east",
|
1777
|
-
"ecg",
|
1778
|
-
"ecg_heart",
|
1779
1430
|
"eco",
|
1780
|
-
"eda",
|
1781
1431
|
"edgesensor_high",
|
1782
1432
|
"edgesensor_low",
|
1783
1433
|
"edit",
|
@@ -1791,7 +1441,6 @@
|
|
1791
1441
|
"edit_off",
|
1792
1442
|
"edit_road",
|
1793
1443
|
"edit_square",
|
1794
|
-
"editor_choice",
|
1795
1444
|
"egg",
|
1796
1445
|
"egg_alt",
|
1797
1446
|
"eject",
|
@@ -1805,15 +1454,11 @@
|
|
1805
1454
|
"electric_rickshaw",
|
1806
1455
|
"electric_scooter",
|
1807
1456
|
"electrical_services",
|
1808
|
-
"elevation",
|
1809
1457
|
"elevator",
|
1810
1458
|
"email",
|
1811
1459
|
"emergency",
|
1812
|
-
"emergency_heat",
|
1813
|
-
"emergency_home",
|
1814
1460
|
"emergency_recording",
|
1815
1461
|
"emergency_share",
|
1816
|
-
"emergency_share_off",
|
1817
1462
|
"emoji_emotions",
|
1818
1463
|
"emoji_events",
|
1819
1464
|
"emoji_flags",
|
@@ -1823,63 +1468,35 @@
|
|
1823
1468
|
"emoji_people",
|
1824
1469
|
"emoji_symbols",
|
1825
1470
|
"emoji_transportation",
|
1826
|
-
"emoticon",
|
1827
|
-
"empty_dashboard",
|
1828
|
-
"enable",
|
1829
|
-
"encrypted",
|
1830
|
-
"endocrinology",
|
1831
|
-
"energy",
|
1832
|
-
"energy_program_saving",
|
1833
|
-
"energy_program_time_used",
|
1834
1471
|
"energy_savings_leaf",
|
1835
1472
|
"engineering",
|
1473
|
+
"enhance_photo_translate",
|
1836
1474
|
"enhanced_encryption",
|
1837
|
-
"ent",
|
1838
|
-
"enterprise",
|
1839
|
-
"enterprise_off",
|
1840
|
-
"equal",
|
1841
1475
|
"equalizer",
|
1842
1476
|
"error",
|
1843
|
-
"error_circle_rounded",
|
1844
|
-
"error_med",
|
1845
1477
|
"error_outline",
|
1846
1478
|
"escalator",
|
1847
1479
|
"escalator_warning",
|
1848
1480
|
"euro",
|
1849
1481
|
"euro_symbol",
|
1850
|
-
"ev_charger",
|
1851
|
-
"ev_mobiledata_badge",
|
1852
|
-
"ev_shadow",
|
1853
|
-
"ev_shadow_add",
|
1854
|
-
"ev_shadow_minus",
|
1855
1482
|
"ev_station",
|
1856
1483
|
"event",
|
1857
1484
|
"event_available",
|
1858
1485
|
"event_busy",
|
1859
|
-
"event_list",
|
1860
1486
|
"event_note",
|
1861
1487
|
"event_repeat",
|
1862
1488
|
"event_seat",
|
1863
|
-
"event_upcoming",
|
1864
|
-
"exclamation",
|
1865
|
-
"exercise",
|
1866
1489
|
"exit_to_app",
|
1867
1490
|
"expand",
|
1868
|
-
"expand_all",
|
1869
1491
|
"expand_circle_down",
|
1870
|
-
"expand_circle_right",
|
1871
|
-
"expand_circle_up",
|
1872
|
-
"expand_content",
|
1873
1492
|
"expand_less",
|
1874
1493
|
"expand_more",
|
1875
|
-
"experiment",
|
1876
1494
|
"explicit",
|
1877
1495
|
"explore",
|
1878
|
-
"explore_nearby",
|
1879
1496
|
"explore_off",
|
1880
|
-
"explosion",
|
1881
|
-
"export_notes",
|
1882
1497
|
"exposure",
|
1498
|
+
"exposure_minus_1",
|
1499
|
+
"exposure_minus_2",
|
1883
1500
|
"exposure_neg_1",
|
1884
1501
|
"exposure_neg_2",
|
1885
1502
|
"exposure_plus_1",
|
@@ -1887,7 +1504,6 @@
|
|
1887
1504
|
"exposure_zero",
|
1888
1505
|
"extension",
|
1889
1506
|
"extension_off",
|
1890
|
-
"eyeglasses",
|
1891
1507
|
"face",
|
1892
1508
|
"face_2",
|
1893
1509
|
"face_3",
|
@@ -1897,34 +1513,23 @@
|
|
1897
1513
|
"face_retouching_natural",
|
1898
1514
|
"face_retouching_off",
|
1899
1515
|
"face_unlock",
|
1516
|
+
"facebook",
|
1900
1517
|
"fact_check",
|
1901
1518
|
"factory",
|
1902
|
-
"falling",
|
1903
|
-
"familiar_face_and_zone",
|
1904
|
-
"family_history",
|
1905
|
-
"family_home",
|
1906
|
-
"family_link",
|
1907
1519
|
"family_restroom",
|
1908
|
-
"family_star",
|
1909
|
-
"farsight_digital",
|
1910
1520
|
"fast_forward",
|
1911
1521
|
"fast_rewind",
|
1912
1522
|
"fastfood",
|
1913
|
-
"faucet",
|
1914
1523
|
"favorite",
|
1915
1524
|
"favorite_border",
|
1525
|
+
"favorite_outline",
|
1916
1526
|
"fax",
|
1917
|
-
"feature_search",
|
1918
1527
|
"featured_play_list",
|
1919
|
-
"featured_seasonal_and_gifts",
|
1920
1528
|
"featured_video",
|
1921
1529
|
"feed",
|
1922
1530
|
"feedback",
|
1923
1531
|
"female",
|
1924
|
-
"femur",
|
1925
|
-
"femur_alt",
|
1926
1532
|
"fence",
|
1927
|
-
"fertile",
|
1928
1533
|
"festival",
|
1929
1534
|
"fiber_dvr",
|
1930
1535
|
"fiber_manual_record",
|
@@ -1935,11 +1540,8 @@
|
|
1935
1540
|
"file_download",
|
1936
1541
|
"file_download_done",
|
1937
1542
|
"file_download_off",
|
1938
|
-
"file_map",
|
1939
1543
|
"file_open",
|
1940
1544
|
"file_present",
|
1941
|
-
"file_save",
|
1942
|
-
"file_save_off",
|
1943
1545
|
"file_upload",
|
1944
1546
|
"file_upload_off",
|
1945
1547
|
"filter",
|
@@ -1964,27 +1566,22 @@
|
|
1964
1566
|
"filter_list_alt",
|
1965
1567
|
"filter_list_off",
|
1966
1568
|
"filter_none",
|
1967
|
-
"filter_retrolux",
|
1968
1569
|
"filter_tilt_shift",
|
1969
1570
|
"filter_vintage",
|
1970
|
-
"finance",
|
1971
|
-
"finance_chip",
|
1972
|
-
"finance_mode",
|
1973
1571
|
"find_in_page",
|
1974
1572
|
"find_replace",
|
1975
1573
|
"fingerprint",
|
1976
1574
|
"fire_extinguisher",
|
1977
1575
|
"fire_hydrant",
|
1576
|
+
"fire_hydrant_alt",
|
1978
1577
|
"fire_truck",
|
1979
1578
|
"fireplace",
|
1980
1579
|
"first_page",
|
1981
|
-
"fit_page",
|
1982
1580
|
"fit_screen",
|
1983
|
-
"
|
1581
|
+
"fitbit",
|
1984
1582
|
"fitness_center",
|
1985
1583
|
"flag",
|
1986
1584
|
"flag_circle",
|
1987
|
-
"flag_filled",
|
1988
1585
|
"flaky",
|
1989
1586
|
"flare",
|
1990
1587
|
"flash_auto",
|
@@ -1993,53 +1590,34 @@
|
|
1993
1590
|
"flashlight_off",
|
1994
1591
|
"flashlight_on",
|
1995
1592
|
"flatware",
|
1996
|
-
"flex_direction",
|
1997
|
-
"flex_no_wrap",
|
1998
|
-
"flex_wrap",
|
1999
1593
|
"flight",
|
2000
1594
|
"flight_class",
|
2001
1595
|
"flight_land",
|
2002
1596
|
"flight_takeoff",
|
2003
|
-
"flights_and_hotels",
|
2004
|
-
"flightsmode",
|
2005
1597
|
"flip",
|
2006
1598
|
"flip_camera_android",
|
2007
1599
|
"flip_camera_ios",
|
2008
1600
|
"flip_to_back",
|
2009
1601
|
"flip_to_front",
|
2010
1602
|
"flood",
|
2011
|
-
"floor",
|
2012
|
-
"floor_lamp",
|
2013
1603
|
"flourescent",
|
2014
|
-
"flowsheet",
|
2015
|
-
"fluid",
|
2016
|
-
"fluid_balance",
|
2017
|
-
"fluid_med",
|
2018
1604
|
"fluorescent",
|
2019
|
-
"flutter",
|
2020
1605
|
"flutter_dash",
|
2021
1606
|
"fmd_bad",
|
2022
1607
|
"fmd_good",
|
2023
1608
|
"foggy",
|
2024
|
-
"folded_hands",
|
2025
1609
|
"folder",
|
2026
1610
|
"folder_copy",
|
2027
|
-
"folder_data",
|
2028
1611
|
"folder_delete",
|
2029
|
-
"folder_managed",
|
2030
1612
|
"folder_off",
|
2031
1613
|
"folder_open",
|
2032
1614
|
"folder_shared",
|
2033
1615
|
"folder_special",
|
2034
|
-
"folder_supervised",
|
2035
1616
|
"folder_zip",
|
2036
1617
|
"follow_the_signs",
|
2037
1618
|
"font_download",
|
2038
1619
|
"font_download_off",
|
2039
1620
|
"food_bank",
|
2040
|
-
"foot_bones",
|
2041
|
-
"footprint",
|
2042
|
-
"for_you",
|
2043
1621
|
"forest",
|
2044
1622
|
"fork_left",
|
2045
1623
|
"fork_right",
|
@@ -2053,23 +1631,9 @@
|
|
2053
1631
|
"format_color_fill",
|
2054
1632
|
"format_color_reset",
|
2055
1633
|
"format_color_text",
|
2056
|
-
"format_h1",
|
2057
|
-
"format_h2",
|
2058
|
-
"format_h3",
|
2059
|
-
"format_h4",
|
2060
|
-
"format_h5",
|
2061
|
-
"format_h6",
|
2062
|
-
"format_image_left",
|
2063
|
-
"format_image_right",
|
2064
1634
|
"format_indent_decrease",
|
2065
1635
|
"format_indent_increase",
|
2066
|
-
"format_ink_highlighter",
|
2067
1636
|
"format_italic",
|
2068
|
-
"format_letter_spacing",
|
2069
|
-
"format_letter_spacing_2",
|
2070
|
-
"format_letter_spacing_standard",
|
2071
|
-
"format_letter_spacing_wide",
|
2072
|
-
"format_letter_spacing_wider",
|
2073
1637
|
"format_line_spacing",
|
2074
1638
|
"format_list_bulleted",
|
2075
1639
|
"format_list_bulleted_add",
|
@@ -2077,83 +1641,45 @@
|
|
2077
1641
|
"format_list_numbered_rtl",
|
2078
1642
|
"format_overline",
|
2079
1643
|
"format_paint",
|
2080
|
-
"format_paragraph",
|
2081
1644
|
"format_quote",
|
2082
1645
|
"format_shapes",
|
2083
1646
|
"format_size",
|
2084
1647
|
"format_strikethrough",
|
2085
|
-
"format_text_clip",
|
2086
|
-
"format_text_overflow",
|
2087
|
-
"format_text_wrap",
|
2088
1648
|
"format_textdirection_l_to_r",
|
2089
1649
|
"format_textdirection_r_to_l",
|
1650
|
+
"format_underline",
|
2090
1651
|
"format_underlined",
|
2091
|
-
"format_underlined_squiggle",
|
2092
|
-
"forms_add_on",
|
2093
|
-
"forms_apps_script",
|
2094
1652
|
"fort",
|
2095
1653
|
"forum",
|
2096
1654
|
"forward",
|
2097
1655
|
"forward_10",
|
2098
1656
|
"forward_30",
|
2099
1657
|
"forward_5",
|
2100
|
-
"forward_circle",
|
2101
|
-
"forward_media",
|
2102
1658
|
"forward_to_inbox",
|
2103
1659
|
"foundation",
|
2104
|
-
"frame_inspect",
|
2105
|
-
"frame_person",
|
2106
|
-
"frame_person_off",
|
2107
|
-
"frame_reload",
|
2108
|
-
"frame_source",
|
2109
1660
|
"free_breakfast",
|
2110
1661
|
"free_cancellation",
|
2111
1662
|
"front_hand",
|
2112
1663
|
"front_loader",
|
2113
|
-
"full_coverage",
|
2114
|
-
"full_hd",
|
2115
|
-
"full_stacked_bar_chart",
|
2116
1664
|
"fullscreen",
|
2117
1665
|
"fullscreen_exit",
|
2118
|
-
"function",
|
2119
1666
|
"functions",
|
2120
1667
|
"g_mobiledata",
|
2121
|
-
"g_mobiledata_badge",
|
2122
1668
|
"g_translate",
|
2123
|
-
"gallery_thumbnail",
|
2124
1669
|
"gamepad",
|
2125
1670
|
"games",
|
2126
1671
|
"garage",
|
2127
|
-
"garage_door",
|
2128
|
-
"garage_home",
|
2129
|
-
"garden_cart",
|
2130
1672
|
"gas_meter",
|
2131
|
-
"gastroenterology",
|
2132
|
-
"gate",
|
2133
1673
|
"gavel",
|
2134
|
-
"general_device",
|
2135
1674
|
"generating_tokens",
|
2136
|
-
"genetics",
|
2137
|
-
"genres",
|
2138
1675
|
"gesture",
|
2139
|
-
"gesture_select",
|
2140
1676
|
"get_app",
|
2141
1677
|
"gif",
|
2142
1678
|
"gif_box",
|
2143
1679
|
"girl",
|
2144
1680
|
"gite",
|
2145
|
-
"
|
2146
|
-
"globe",
|
2147
|
-
"globe_asia",
|
2148
|
-
"globe_uk",
|
2149
|
-
"glucose",
|
2150
|
-
"glyphs",
|
2151
|
-
"go_to_line",
|
1681
|
+
"goat",
|
2152
1682
|
"golf_course",
|
2153
|
-
"google_home_devices",
|
2154
|
-
"google_plus_reshare",
|
2155
|
-
"google_tv_remote",
|
2156
|
-
"google_wifi",
|
2157
1683
|
"gpp_bad",
|
2158
1684
|
"gpp_good",
|
2159
1685
|
"gpp_maybe",
|
@@ -2167,39 +1693,24 @@
|
|
2167
1693
|
"graphic_eq",
|
2168
1694
|
"grass",
|
2169
1695
|
"grid_3x3",
|
2170
|
-
"grid_3x3_off",
|
2171
1696
|
"grid_4x4",
|
2172
1697
|
"grid_goldenratio",
|
2173
|
-
"grid_guides",
|
2174
1698
|
"grid_off",
|
2175
1699
|
"grid_on",
|
2176
1700
|
"grid_view",
|
2177
|
-
"grocery",
|
2178
1701
|
"group",
|
2179
1702
|
"group_add",
|
2180
1703
|
"group_off",
|
2181
1704
|
"group_remove",
|
2182
1705
|
"group_work",
|
2183
|
-
"grouped_bar_chart",
|
2184
1706
|
"groups",
|
2185
1707
|
"groups_2",
|
2186
1708
|
"groups_3",
|
2187
|
-
"gynecology",
|
2188
1709
|
"h_mobiledata",
|
2189
|
-
"h_mobiledata_badge",
|
2190
1710
|
"h_plus_mobiledata",
|
2191
|
-
"h_plus_mobiledata_badge",
|
2192
1711
|
"hail",
|
2193
|
-
"hallway",
|
2194
|
-
"hand_bones",
|
2195
|
-
"hand_gesture",
|
2196
1712
|
"handshake",
|
2197
|
-
"handwriting_recognition",
|
2198
1713
|
"handyman",
|
2199
|
-
"hangout_video",
|
2200
|
-
"hangout_video_off",
|
2201
|
-
"hard_drive",
|
2202
|
-
"hard_drive_2",
|
2203
1714
|
"hardware",
|
2204
1715
|
"hd",
|
2205
1716
|
"hdr_auto",
|
@@ -2210,7 +1721,6 @@
|
|
2210
1721
|
"hdr_on",
|
2211
1722
|
"hdr_on_select",
|
2212
1723
|
"hdr_plus",
|
2213
|
-
"hdr_plus_off",
|
2214
1724
|
"hdr_strong",
|
2215
1725
|
"hdr_weak",
|
2216
1726
|
"headphones",
|
@@ -2219,46 +1729,24 @@
|
|
2219
1729
|
"headset_mic",
|
2220
1730
|
"headset_off",
|
2221
1731
|
"healing",
|
2222
|
-
"health_and_beauty",
|
2223
1732
|
"health_and_safety",
|
2224
|
-
"health_metrics",
|
2225
|
-
"heap_snapshot_large",
|
2226
|
-
"heap_snapshot_multiple",
|
2227
|
-
"heap_snapshot_thumbnail",
|
2228
1733
|
"hearing",
|
2229
1734
|
"hearing_disabled",
|
2230
1735
|
"heart_broken",
|
2231
|
-
"heart_check",
|
2232
|
-
"heart_minus",
|
2233
|
-
"heart_plus",
|
2234
|
-
"heat",
|
2235
1736
|
"heat_pump",
|
2236
|
-
"heat_pump_balance",
|
2237
1737
|
"height",
|
2238
|
-
"helicopter",
|
2239
1738
|
"help",
|
2240
1739
|
"help_center",
|
2241
|
-
"help_clinic",
|
2242
1740
|
"help_outline",
|
2243
|
-
"hematology",
|
2244
1741
|
"hevc",
|
2245
1742
|
"hexagon",
|
2246
|
-
"hide",
|
2247
1743
|
"hide_image",
|
2248
1744
|
"hide_source",
|
2249
|
-
"high_density",
|
2250
1745
|
"high_quality",
|
2251
|
-
"high_res",
|
2252
1746
|
"highlight",
|
2253
|
-
"
|
2254
|
-
"highlight_mouse_cursor",
|
1747
|
+
"highlight_alt",
|
2255
1748
|
"highlight_off",
|
2256
|
-
"
|
2257
|
-
"highlighter_size_1",
|
2258
|
-
"highlighter_size_2",
|
2259
|
-
"highlighter_size_3",
|
2260
|
-
"highlighter_size_4",
|
2261
|
-
"highlighter_size_5",
|
1749
|
+
"highlight_remove",
|
2262
1750
|
"hiking",
|
2263
1751
|
"history",
|
2264
1752
|
"history_edu",
|
@@ -2268,19 +1756,10 @@
|
|
2268
1756
|
"hls_off",
|
2269
1757
|
"holiday_village",
|
2270
1758
|
"home",
|
2271
|
-
"home_and_garden",
|
2272
|
-
"home_app_logo",
|
2273
1759
|
"home_filled",
|
2274
|
-
"home_health",
|
2275
|
-
"home_improvement_and_tools",
|
2276
|
-
"home_iot_device",
|
2277
1760
|
"home_max",
|
2278
|
-
"home_max_dots",
|
2279
1761
|
"home_mini",
|
2280
|
-
"home_pin",
|
2281
1762
|
"home_repair_service",
|
2282
|
-
"home_speaker",
|
2283
|
-
"home_storage",
|
2284
1763
|
"home_work",
|
2285
1764
|
"horizontal_distribute",
|
2286
1765
|
"horizontal_rule",
|
@@ -2288,7 +1767,6 @@
|
|
2288
1767
|
"hot_tub",
|
2289
1768
|
"hotel",
|
2290
1769
|
"hotel_class",
|
2291
|
-
"hourglass",
|
2292
1770
|
"hourglass_bottom",
|
2293
1771
|
"hourglass_disabled",
|
2294
1772
|
"hourglass_empty",
|
@@ -2296,60 +1774,31 @@
|
|
2296
1774
|
"hourglass_top",
|
2297
1775
|
"house",
|
2298
1776
|
"house_siding",
|
2299
|
-
"house_with_shield",
|
2300
1777
|
"houseboat",
|
2301
|
-
"household_supplies",
|
2302
1778
|
"how_to_reg",
|
2303
1779
|
"how_to_vote",
|
2304
|
-
"hr_resting",
|
2305
1780
|
"html",
|
2306
1781
|
"http",
|
2307
1782
|
"https",
|
2308
1783
|
"hub",
|
2309
|
-
"humerus",
|
2310
|
-
"humerus_alt",
|
2311
|
-
"humidity_high",
|
2312
|
-
"humidity_indoor",
|
2313
|
-
"humidity_low",
|
2314
|
-
"humidity_mid",
|
2315
|
-
"humidity_percentage",
|
2316
1784
|
"hvac",
|
2317
1785
|
"ice_skating",
|
2318
1786
|
"icecream",
|
2319
|
-
"ifl",
|
2320
|
-
"iframe",
|
2321
|
-
"iframe_off",
|
2322
1787
|
"image",
|
2323
1788
|
"image_aspect_ratio",
|
2324
1789
|
"image_not_supported",
|
2325
1790
|
"image_search",
|
2326
1791
|
"imagesearch_roller",
|
2327
|
-
"imagesmode",
|
2328
|
-
"immunology",
|
2329
1792
|
"import_contacts",
|
2330
1793
|
"import_export",
|
2331
1794
|
"important_devices",
|
2332
|
-
"in_home_mode",
|
2333
|
-
"inactive_order",
|
2334
1795
|
"inbox",
|
2335
|
-
"inbox_customize",
|
2336
1796
|
"incomplete_circle",
|
2337
1797
|
"indeterminate_check_box",
|
2338
|
-
"indeterminate_question_box",
|
2339
1798
|
"info",
|
2340
|
-
"
|
2341
|
-
"infrared",
|
2342
|
-
"ink_eraser",
|
2343
|
-
"ink_eraser_off",
|
2344
|
-
"ink_highlighter",
|
2345
|
-
"ink_highlighter_move",
|
2346
|
-
"ink_marker",
|
2347
|
-
"ink_pen",
|
2348
|
-
"inpatient",
|
1799
|
+
"info_outline",
|
2349
1800
|
"input",
|
2350
|
-
"input_circle",
|
2351
1801
|
"insert_chart",
|
2352
|
-
"insert_chart_filled",
|
2353
1802
|
"insert_chart_outlined",
|
2354
1803
|
"insert_comment",
|
2355
1804
|
"insert_drive_file",
|
@@ -2358,39 +1807,29 @@
|
|
2358
1807
|
"insert_link",
|
2359
1808
|
"insert_page_break",
|
2360
1809
|
"insert_photo",
|
2361
|
-
"insert_text",
|
2362
1810
|
"insights",
|
2363
1811
|
"install_desktop",
|
2364
1812
|
"install_mobile",
|
2365
|
-
"instant_mix",
|
2366
1813
|
"integration_instructions",
|
2367
|
-
"interactive_space",
|
2368
1814
|
"interests",
|
2369
1815
|
"interpreter_mode",
|
2370
1816
|
"inventory",
|
2371
1817
|
"inventory_2",
|
2372
1818
|
"invert_colors",
|
2373
1819
|
"invert_colors_off",
|
2374
|
-
"
|
1820
|
+
"invert_colors_on",
|
2375
1821
|
"ios_share",
|
2376
1822
|
"iron",
|
2377
1823
|
"iso",
|
2378
|
-
"jamboard_kiosk",
|
2379
1824
|
"javascript",
|
2380
|
-
"join",
|
2381
1825
|
"join_full",
|
2382
1826
|
"join_inner",
|
2383
1827
|
"join_left",
|
2384
1828
|
"join_right",
|
2385
|
-
"joystick",
|
2386
|
-
"jump_to_element",
|
2387
1829
|
"kayaking",
|
2388
1830
|
"kebab_dining",
|
2389
|
-
"kettle",
|
2390
1831
|
"key",
|
2391
1832
|
"key_off",
|
2392
|
-
"key_vertical",
|
2393
|
-
"key_visualizer",
|
2394
1833
|
"keyboard",
|
2395
1834
|
"keyboard_alt",
|
2396
1835
|
"keyboard_arrow_down",
|
@@ -2399,126 +1838,73 @@
|
|
2399
1838
|
"keyboard_arrow_up",
|
2400
1839
|
"keyboard_backspace",
|
2401
1840
|
"keyboard_capslock",
|
2402
|
-
"
|
1841
|
+
"keyboard_command",
|
2403
1842
|
"keyboard_command_key",
|
1843
|
+
"keyboard_control",
|
2404
1844
|
"keyboard_control_key",
|
2405
1845
|
"keyboard_double_arrow_down",
|
2406
1846
|
"keyboard_double_arrow_left",
|
2407
1847
|
"keyboard_double_arrow_right",
|
2408
1848
|
"keyboard_double_arrow_up",
|
2409
|
-
"keyboard_external_input",
|
2410
|
-
"keyboard_full",
|
2411
1849
|
"keyboard_hide",
|
2412
|
-
"
|
2413
|
-
"keyboard_off",
|
2414
|
-
"keyboard_onscreen",
|
1850
|
+
"keyboard_option",
|
2415
1851
|
"keyboard_option_key",
|
2416
|
-
"keyboard_previous_language",
|
2417
1852
|
"keyboard_return",
|
2418
1853
|
"keyboard_tab",
|
2419
|
-
"keyboard_tab_rtl",
|
2420
1854
|
"keyboard_voice",
|
2421
|
-
"kid_star",
|
2422
1855
|
"king_bed",
|
2423
1856
|
"kitchen",
|
2424
1857
|
"kitesurfing",
|
2425
|
-
"lab_panel",
|
2426
|
-
"lab_profile",
|
2427
|
-
"lab_research",
|
2428
1858
|
"label",
|
2429
1859
|
"label_important",
|
2430
1860
|
"label_important_outline",
|
2431
1861
|
"label_off",
|
2432
1862
|
"label_outline",
|
2433
|
-
"labs",
|
2434
1863
|
"lan",
|
2435
1864
|
"landscape",
|
2436
1865
|
"landslide",
|
2437
1866
|
"language",
|
2438
|
-
"language_chinese_array",
|
2439
|
-
"language_chinese_cangjie",
|
2440
|
-
"language_chinese_dayi",
|
2441
|
-
"language_chinese_pinyin",
|
2442
|
-
"language_chinese_quick",
|
2443
|
-
"language_chinese_wubi",
|
2444
|
-
"language_french",
|
2445
|
-
"language_gb_english",
|
2446
|
-
"language_international",
|
2447
|
-
"language_japanese_kana",
|
2448
|
-
"language_korean_latin",
|
2449
|
-
"language_pinyin",
|
2450
|
-
"language_spanish",
|
2451
|
-
"language_us",
|
2452
|
-
"language_us_colemak",
|
2453
|
-
"language_us_dvorak",
|
2454
|
-
"laps",
|
2455
1867
|
"laptop",
|
2456
1868
|
"laptop_chromebook",
|
2457
1869
|
"laptop_mac",
|
2458
1870
|
"laptop_windows",
|
2459
|
-
"lasso_select",
|
2460
1871
|
"last_page",
|
2461
1872
|
"launch",
|
2462
|
-
"laundry",
|
2463
1873
|
"layers",
|
2464
1874
|
"layers_clear",
|
2465
|
-
"lda",
|
2466
1875
|
"leaderboard",
|
2467
1876
|
"leak_add",
|
2468
1877
|
"leak_remove",
|
2469
|
-
"
|
2470
|
-
"left_panel_close",
|
2471
|
-
"left_panel_open",
|
1878
|
+
"leave_bags_at_home",
|
2472
1879
|
"legend_toggle",
|
2473
1880
|
"lens",
|
2474
1881
|
"lens_blur",
|
2475
|
-
"letter_switch",
|
2476
1882
|
"library_add",
|
2477
1883
|
"library_add_check",
|
2478
1884
|
"library_books",
|
2479
1885
|
"library_music",
|
2480
|
-
"license",
|
2481
|
-
"lift_to_talk",
|
2482
1886
|
"light",
|
2483
|
-
"light_group",
|
2484
1887
|
"light_mode",
|
2485
|
-
"light_off",
|
2486
1888
|
"lightbulb",
|
2487
1889
|
"lightbulb_circle",
|
2488
1890
|
"lightbulb_outline",
|
2489
|
-
"lightning_stand",
|
2490
1891
|
"line_axis",
|
2491
|
-
"line_curve",
|
2492
|
-
"line_end",
|
2493
|
-
"line_end_arrow",
|
2494
|
-
"line_end_arrow_notch",
|
2495
|
-
"line_end_circle",
|
2496
|
-
"line_end_diamond",
|
2497
|
-
"line_end_square",
|
2498
|
-
"line_start",
|
2499
|
-
"line_start_arrow",
|
2500
|
-
"line_start_arrow_notch",
|
2501
|
-
"line_start_circle",
|
2502
|
-
"line_start_diamond",
|
2503
|
-
"line_start_square",
|
2504
1892
|
"line_style",
|
2505
1893
|
"line_weight",
|
2506
1894
|
"linear_scale",
|
2507
1895
|
"link",
|
2508
1896
|
"link_off",
|
2509
1897
|
"linked_camera",
|
2510
|
-
"linked_services",
|
2511
1898
|
"liquor",
|
2512
1899
|
"list",
|
2513
1900
|
"list_alt",
|
2514
|
-
"list_alt_add",
|
2515
|
-
"lists",
|
2516
1901
|
"live_help",
|
2517
1902
|
"live_tv",
|
2518
1903
|
"living",
|
2519
1904
|
"local_activity",
|
2520
1905
|
"local_airport",
|
2521
1906
|
"local_atm",
|
1907
|
+
"local_attraction",
|
2522
1908
|
"local_bar",
|
2523
1909
|
"local_cafe",
|
2524
1910
|
"local_car_wash",
|
@@ -2543,25 +1929,22 @@
|
|
2543
1929
|
"local_play",
|
2544
1930
|
"local_police",
|
2545
1931
|
"local_post_office",
|
1932
|
+
"local_print_shop",
|
2546
1933
|
"local_printshop",
|
1934
|
+
"local_restaurant",
|
2547
1935
|
"local_see",
|
2548
1936
|
"local_shipping",
|
2549
1937
|
"local_taxi",
|
2550
|
-
"location_automation",
|
2551
|
-
"location_away",
|
2552
|
-
"location_chip",
|
2553
1938
|
"location_city",
|
2554
1939
|
"location_disabled",
|
2555
|
-
"
|
1940
|
+
"location_history",
|
2556
1941
|
"location_off",
|
2557
1942
|
"location_on",
|
2558
1943
|
"location_pin",
|
2559
1944
|
"location_searching",
|
2560
|
-
"locator_tag",
|
2561
1945
|
"lock",
|
2562
1946
|
"lock_clock",
|
2563
1947
|
"lock_open",
|
2564
|
-
"lock_open_right",
|
2565
1948
|
"lock_outline",
|
2566
1949
|
"lock_person",
|
2567
1950
|
"lock_reset",
|
@@ -2577,25 +1960,14 @@
|
|
2577
1960
|
"looks_two",
|
2578
1961
|
"loop",
|
2579
1962
|
"loupe",
|
2580
|
-
"low_density",
|
2581
1963
|
"low_priority",
|
2582
1964
|
"loyalty",
|
2583
1965
|
"lte_mobiledata",
|
2584
|
-
"lte_mobiledata_badge",
|
2585
1966
|
"lte_plus_mobiledata",
|
2586
|
-
"lte_plus_mobiledata_badge",
|
2587
1967
|
"luggage",
|
2588
1968
|
"lunch_dining",
|
2589
1969
|
"lyrics",
|
2590
|
-
"macro_auto",
|
2591
1970
|
"macro_off",
|
2592
|
-
"magic_button",
|
2593
|
-
"magic_exchange",
|
2594
|
-
"magic_tether",
|
2595
|
-
"magnification_large",
|
2596
|
-
"magnification_small",
|
2597
|
-
"magnify_docked",
|
2598
|
-
"magnify_fullscreen",
|
2599
1971
|
"mail",
|
2600
1972
|
"mail_lock",
|
2601
1973
|
"mail_outline",
|
@@ -2607,8 +1979,6 @@
|
|
2607
1979
|
"manage_accounts",
|
2608
1980
|
"manage_history",
|
2609
1981
|
"manage_search",
|
2610
|
-
"manga",
|
2611
|
-
"manufacturing",
|
2612
1982
|
"map",
|
2613
1983
|
"maps_home_work",
|
2614
1984
|
"maps_ugc",
|
@@ -2619,61 +1989,38 @@
|
|
2619
1989
|
"mark_email_read",
|
2620
1990
|
"mark_email_unread",
|
2621
1991
|
"mark_unread_chat_alt",
|
2622
|
-
"markdown",
|
2623
|
-
"markdown_copy",
|
2624
|
-
"markdown_paste",
|
2625
1992
|
"markunread",
|
2626
1993
|
"markunread_mailbox",
|
2627
|
-
"masked_transitions",
|
2628
1994
|
"masks",
|
2629
|
-
"match_case",
|
2630
|
-
"match_word",
|
2631
|
-
"matter",
|
2632
1995
|
"maximize",
|
2633
|
-
"measuring_tape",
|
2634
1996
|
"media_bluetooth_off",
|
2635
1997
|
"media_bluetooth_on",
|
2636
|
-
"media_link",
|
2637
1998
|
"mediation",
|
2638
1999
|
"medical_information",
|
2639
|
-
"medical_mask",
|
2640
2000
|
"medical_services",
|
2641
2001
|
"medication",
|
2642
2002
|
"medication_liquid",
|
2643
2003
|
"meeting_room",
|
2644
2004
|
"memory",
|
2645
|
-
"memory_alt",
|
2646
|
-
"menstrual_health",
|
2647
2005
|
"menu",
|
2648
2006
|
"menu_book",
|
2649
2007
|
"menu_open",
|
2650
2008
|
"merge",
|
2651
2009
|
"merge_type",
|
2652
2010
|
"message",
|
2653
|
-
"
|
2654
|
-
"
|
2011
|
+
"messenger",
|
2012
|
+
"messenger_outline",
|
2655
2013
|
"mic",
|
2656
|
-
"mic_double",
|
2657
2014
|
"mic_external_off",
|
2658
2015
|
"mic_external_on",
|
2659
2016
|
"mic_none",
|
2660
2017
|
"mic_off",
|
2661
|
-
"microbiology",
|
2662
2018
|
"microwave",
|
2663
|
-
"microwave_gen",
|
2664
2019
|
"military_tech",
|
2665
|
-
"mimo",
|
2666
|
-
"mimo_disconnect",
|
2667
|
-
"mindfulness",
|
2668
2020
|
"minimize",
|
2669
2021
|
"minor_crash",
|
2670
|
-
"
|
2022
|
+
"miscellaneous_services",
|
2671
2023
|
"missed_video_call",
|
2672
|
-
"missed_video_call_filled",
|
2673
|
-
"missing_controller",
|
2674
|
-
"mist",
|
2675
|
-
"mitre",
|
2676
|
-
"mixture_med",
|
2677
2024
|
"mms",
|
2678
2025
|
"mobile_friendly",
|
2679
2026
|
"mobile_off",
|
@@ -2681,19 +2028,11 @@
|
|
2681
2028
|
"mobiledata_off",
|
2682
2029
|
"mode",
|
2683
2030
|
"mode_comment",
|
2684
|
-
"mode_cool",
|
2685
|
-
"mode_cool_off",
|
2686
|
-
"mode_dual",
|
2687
2031
|
"mode_edit",
|
2688
2032
|
"mode_edit_outline",
|
2689
|
-
"mode_fan",
|
2690
2033
|
"mode_fan_off",
|
2691
|
-
"mode_heat",
|
2692
|
-
"mode_heat_cool",
|
2693
|
-
"mode_heat_off",
|
2694
2034
|
"mode_night",
|
2695
2035
|
"mode_of_travel",
|
2696
|
-
"mode_off_on",
|
2697
2036
|
"mode_standby",
|
2698
2037
|
"model_training",
|
2699
2038
|
"monetization_on",
|
@@ -2703,65 +2042,42 @@
|
|
2703
2042
|
"monitor",
|
2704
2043
|
"monitor_heart",
|
2705
2044
|
"monitor_weight",
|
2706
|
-
"monitor_weight_gain",
|
2707
|
-
"monitor_weight_loss",
|
2708
|
-
"monitoring",
|
2709
2045
|
"monochrome_photos",
|
2710
2046
|
"mood",
|
2711
2047
|
"mood_bad",
|
2712
|
-
"
|
2048
|
+
"moped",
|
2713
2049
|
"more",
|
2714
|
-
"more_down",
|
2715
2050
|
"more_horiz",
|
2716
2051
|
"more_time",
|
2717
|
-
"more_up",
|
2718
2052
|
"more_vert",
|
2719
2053
|
"mosque",
|
2720
|
-
"motion_blur",
|
2721
|
-
"motion_mode",
|
2722
2054
|
"motion_photos_auto",
|
2723
2055
|
"motion_photos_off",
|
2724
2056
|
"motion_photos_on",
|
2725
2057
|
"motion_photos_pause",
|
2726
2058
|
"motion_photos_paused",
|
2727
|
-
"motion_sensor_active",
|
2728
|
-
"motion_sensor_alert",
|
2729
|
-
"motion_sensor_idle",
|
2730
|
-
"motion_sensor_urgent",
|
2731
2059
|
"motorcycle",
|
2732
|
-
"mountain_flag",
|
2733
2060
|
"mouse",
|
2734
|
-
"move",
|
2735
2061
|
"move_down",
|
2736
|
-
"move_group",
|
2737
|
-
"move_item",
|
2738
|
-
"move_location",
|
2739
|
-
"move_selection_down",
|
2740
|
-
"move_selection_left",
|
2741
|
-
"move_selection_right",
|
2742
|
-
"move_selection_up",
|
2743
2062
|
"move_to_inbox",
|
2744
2063
|
"move_up",
|
2745
|
-
"moved_location",
|
2746
2064
|
"movie",
|
2747
2065
|
"movie_creation",
|
2748
2066
|
"movie_edit",
|
2749
2067
|
"movie_filter",
|
2750
|
-
"movie_info",
|
2751
2068
|
"moving",
|
2752
|
-
"moving_beds",
|
2753
|
-
"moving_ministry",
|
2754
2069
|
"mp",
|
2755
|
-
"multicooker",
|
2756
2070
|
"multiline_chart",
|
2757
2071
|
"multiple_stop",
|
2072
|
+
"multitrack_audio",
|
2758
2073
|
"museum",
|
2759
|
-
"music_cast",
|
2760
2074
|
"music_note",
|
2761
2075
|
"music_off",
|
2762
2076
|
"music_video",
|
2077
|
+
"my_library_add",
|
2078
|
+
"my_library_books",
|
2079
|
+
"my_library_music",
|
2763
2080
|
"my_location",
|
2764
|
-
"mystery",
|
2765
2081
|
"nat",
|
2766
2082
|
"nature",
|
2767
2083
|
"nature_people",
|
@@ -2770,90 +2086,24 @@
|
|
2770
2086
|
"navigation",
|
2771
2087
|
"near_me",
|
2772
2088
|
"near_me_disabled",
|
2773
|
-
"nearby",
|
2774
2089
|
"nearby_error",
|
2775
2090
|
"nearby_off",
|
2776
|
-
"nephrology",
|
2777
|
-
"nest_audio",
|
2778
|
-
"nest_cam_floodlight",
|
2779
|
-
"nest_cam_indoor",
|
2780
|
-
"nest_cam_iq",
|
2781
|
-
"nest_cam_iq_outdoor",
|
2782
|
-
"nest_cam_magnet_mount",
|
2783
|
-
"nest_cam_outdoor",
|
2784
|
-
"nest_cam_stand",
|
2785
|
-
"nest_cam_wall_mount",
|
2786
2091
|
"nest_cam_wired_stand",
|
2787
|
-
"nest_clock_farsight_analog",
|
2788
|
-
"nest_clock_farsight_digital",
|
2789
|
-
"nest_connect",
|
2790
|
-
"nest_detect",
|
2791
|
-
"nest_display",
|
2792
|
-
"nest_display_max",
|
2793
|
-
"nest_doorbell_visitor",
|
2794
|
-
"nest_eco_leaf",
|
2795
|
-
"nest_farsight_weather",
|
2796
|
-
"nest_found_savings",
|
2797
|
-
"nest_gale_wifi",
|
2798
|
-
"nest_heat_link_e",
|
2799
|
-
"nest_heat_link_gen_3",
|
2800
|
-
"nest_hello_doorbell",
|
2801
|
-
"nest_locator_tag",
|
2802
|
-
"nest_mini",
|
2803
|
-
"nest_multi_room",
|
2804
|
-
"nest_protect",
|
2805
|
-
"nest_remote",
|
2806
|
-
"nest_remote_comfort_sensor",
|
2807
|
-
"nest_secure_alarm",
|
2808
|
-
"nest_sunblock",
|
2809
|
-
"nest_tag",
|
2810
|
-
"nest_thermostat",
|
2811
|
-
"nest_thermostat_e_eu",
|
2812
|
-
"nest_thermostat_gen_3",
|
2813
|
-
"nest_thermostat_sensor",
|
2814
|
-
"nest_thermostat_sensor_eu",
|
2815
|
-
"nest_thermostat_zirconium_eu",
|
2816
|
-
"nest_true_radiant",
|
2817
|
-
"nest_wake_on_approach",
|
2818
|
-
"nest_wake_on_press",
|
2819
|
-
"nest_wifi_gale",
|
2820
|
-
"nest_wifi_mistral",
|
2821
|
-
"nest_wifi_point",
|
2822
|
-
"nest_wifi_point_vento",
|
2823
|
-
"nest_wifi_pro",
|
2824
|
-
"nest_wifi_pro_2",
|
2825
|
-
"nest_wifi_router",
|
2826
2092
|
"network_cell",
|
2827
2093
|
"network_check",
|
2828
|
-
"network_intelligence_history",
|
2829
|
-
"network_intelligence_update",
|
2830
2094
|
"network_locked",
|
2831
|
-
"network_manage",
|
2832
|
-
"network_node",
|
2833
2095
|
"network_ping",
|
2834
2096
|
"network_wifi",
|
2835
2097
|
"network_wifi_1_bar",
|
2836
|
-
"network_wifi_1_bar_locked",
|
2837
2098
|
"network_wifi_2_bar",
|
2838
|
-
"network_wifi_2_bar_locked",
|
2839
2099
|
"network_wifi_3_bar",
|
2840
|
-
"network_wifi_3_bar_locked",
|
2841
|
-
"network_wifi_locked",
|
2842
|
-
"neurology",
|
2843
2100
|
"new_label",
|
2844
2101
|
"new_releases",
|
2845
|
-
"new_window",
|
2846
|
-
"news",
|
2847
|
-
"newsmode",
|
2848
2102
|
"newspaper",
|
2849
|
-
"newsstand",
|
2850
2103
|
"next_plan",
|
2851
2104
|
"next_week",
|
2852
2105
|
"nfc",
|
2853
2106
|
"night_shelter",
|
2854
|
-
"night_sight_auto",
|
2855
|
-
"night_sight_auto_off",
|
2856
|
-
"night_sight_max",
|
2857
2107
|
"nightlife",
|
2858
2108
|
"nightlight",
|
2859
2109
|
"nightlight_round",
|
@@ -2861,6 +2111,7 @@
|
|
2861
2111
|
"no_accounts",
|
2862
2112
|
"no_adult_content",
|
2863
2113
|
"no_backpack",
|
2114
|
+
"no_cell",
|
2864
2115
|
"no_crash",
|
2865
2116
|
"no_drinks",
|
2866
2117
|
"no_encryption",
|
@@ -2869,96 +2120,60 @@
|
|
2869
2120
|
"no_food",
|
2870
2121
|
"no_luggage",
|
2871
2122
|
"no_meals",
|
2123
|
+
"no_meals_ouline",
|
2872
2124
|
"no_meeting_room",
|
2873
2125
|
"no_photography",
|
2874
2126
|
"no_sim",
|
2875
|
-
"no_sound",
|
2876
2127
|
"no_stroller",
|
2877
2128
|
"no_transfer",
|
2878
2129
|
"noise_aware",
|
2879
2130
|
"noise_control_off",
|
2880
|
-
"noise_control_on",
|
2881
2131
|
"nordic_walking",
|
2882
2132
|
"north",
|
2883
2133
|
"north_east",
|
2884
2134
|
"north_west",
|
2885
2135
|
"not_accessible",
|
2886
|
-
"not_accessible_forward",
|
2887
2136
|
"not_interested",
|
2888
2137
|
"not_listed_location",
|
2889
2138
|
"not_started",
|
2890
2139
|
"note",
|
2891
2140
|
"note_add",
|
2892
2141
|
"note_alt",
|
2893
|
-
"note_stack",
|
2894
|
-
"note_stack_add",
|
2895
2142
|
"notes",
|
2896
2143
|
"notification_add",
|
2897
2144
|
"notification_important",
|
2898
|
-
"notification_multiple",
|
2899
2145
|
"notifications",
|
2900
2146
|
"notifications_active",
|
2901
2147
|
"notifications_none",
|
2902
2148
|
"notifications_off",
|
2149
|
+
"notifications_on",
|
2903
2150
|
"notifications_paused",
|
2904
|
-
"
|
2151
|
+
"now_wallpaper",
|
2152
|
+
"now_widgets",
|
2905
2153
|
"numbers",
|
2906
|
-
"nutrition",
|
2907
|
-
"ods",
|
2908
|
-
"odt",
|
2909
2154
|
"offline_bolt",
|
2910
2155
|
"offline_pin",
|
2911
2156
|
"offline_share",
|
2912
2157
|
"oil_barrel",
|
2913
2158
|
"on_device_training",
|
2914
|
-
"on_hub_device",
|
2915
|
-
"oncology",
|
2916
2159
|
"ondemand_video",
|
2917
2160
|
"online_prediction",
|
2918
|
-
"onsen",
|
2919
2161
|
"opacity",
|
2920
2162
|
"open_in_browser",
|
2921
2163
|
"open_in_full",
|
2922
2164
|
"open_in_new",
|
2923
|
-
"open_in_new_down",
|
2924
2165
|
"open_in_new_off",
|
2925
|
-
"open_in_phone",
|
2926
|
-
"open_jam",
|
2927
2166
|
"open_with",
|
2928
|
-
"ophthalmology",
|
2929
|
-
"oral_disease",
|
2930
|
-
"order_approve",
|
2931
|
-
"order_play",
|
2932
|
-
"orders",
|
2933
|
-
"orthopedics",
|
2934
|
-
"other_admission",
|
2935
2167
|
"other_houses",
|
2168
|
+
"outbond",
|
2936
2169
|
"outbound",
|
2937
2170
|
"outbox",
|
2938
|
-
"outbox_alt",
|
2939
|
-
"outdoor_garden",
|
2940
2171
|
"outdoor_grill",
|
2941
2172
|
"outgoing_mail",
|
2942
2173
|
"outlet",
|
2943
2174
|
"outlined_flag",
|
2944
|
-
"outpatient",
|
2945
|
-
"outpatient_med",
|
2946
2175
|
"output",
|
2947
|
-
"output_circle",
|
2948
|
-
"oven",
|
2949
|
-
"oven_gen",
|
2950
|
-
"overview",
|
2951
|
-
"overview_key",
|
2952
|
-
"oxygen_saturation",
|
2953
|
-
"p2p",
|
2954
|
-
"pace",
|
2955
|
-
"pacemaker",
|
2956
|
-
"package",
|
2957
|
-
"package_2",
|
2958
2176
|
"padding",
|
2959
|
-
"page_control",
|
2960
|
-
"page_info",
|
2961
|
-
"pageless",
|
2962
2177
|
"pages",
|
2963
2178
|
"pageview",
|
2964
2179
|
"paid",
|
@@ -2966,23 +2181,22 @@
|
|
2966
2181
|
"pallet",
|
2967
2182
|
"pan_tool",
|
2968
2183
|
"pan_tool_alt",
|
2969
|
-
"pan_zoom",
|
2970
2184
|
"panorama",
|
2971
2185
|
"panorama_fish_eye",
|
2186
|
+
"panorama_fisheye",
|
2972
2187
|
"panorama_horizontal",
|
2188
|
+
"panorama_horizontal_select",
|
2973
2189
|
"panorama_photosphere",
|
2190
|
+
"panorama_photosphere_select",
|
2974
2191
|
"panorama_vertical",
|
2192
|
+
"panorama_vertical_select",
|
2975
2193
|
"panorama_wide_angle",
|
2194
|
+
"panorama_wide_angle_select",
|
2976
2195
|
"paragliding",
|
2977
2196
|
"park",
|
2978
|
-
"partly_cloudy_day",
|
2979
|
-
"partly_cloudy_night",
|
2980
|
-
"partner_exchange",
|
2981
|
-
"partner_reports",
|
2982
2197
|
"party_mode",
|
2983
|
-
"passkey",
|
2984
2198
|
"password",
|
2985
|
-
"
|
2199
|
+
"paste",
|
2986
2200
|
"pattern",
|
2987
2201
|
"pause",
|
2988
2202
|
"pause_circle",
|
@@ -2991,13 +2205,8 @@
|
|
2991
2205
|
"pause_presentation",
|
2992
2206
|
"payment",
|
2993
2207
|
"payments",
|
2208
|
+
"paypal",
|
2994
2209
|
"pedal_bike",
|
2995
|
-
"pediatrics",
|
2996
|
-
"pen_size_1",
|
2997
|
-
"pen_size_2",
|
2998
|
-
"pen_size_3",
|
2999
|
-
"pen_size_4",
|
3000
|
-
"pen_size_5",
|
3001
2210
|
"pending",
|
3002
2211
|
"pending_actions",
|
3003
2212
|
"pentagon",
|
@@ -3005,11 +2214,11 @@
|
|
3005
2214
|
"people_alt",
|
3006
2215
|
"people_outline",
|
3007
2216
|
"percent",
|
3008
|
-
"performance_max",
|
3009
|
-
"pergola",
|
3010
2217
|
"perm_camera_mic",
|
2218
|
+
"perm_contact_cal",
|
3011
2219
|
"perm_contact_calendar",
|
3012
2220
|
"perm_data_setting",
|
2221
|
+
"perm_device_info",
|
3013
2222
|
"perm_device_information",
|
3014
2223
|
"perm_identity",
|
3015
2224
|
"perm_media",
|
@@ -3021,36 +2230,22 @@
|
|
3021
2230
|
"person_4",
|
3022
2231
|
"person_add",
|
3023
2232
|
"person_add_alt",
|
2233
|
+
"person_add_alt_1",
|
3024
2234
|
"person_add_disabled",
|
3025
|
-
"person_alert",
|
3026
|
-
"person_apron",
|
3027
|
-
"person_book",
|
3028
|
-
"person_cancel",
|
3029
|
-
"person_celebrate",
|
3030
|
-
"person_check",
|
3031
|
-
"person_edit",
|
3032
|
-
"person_filled",
|
3033
2235
|
"person_off",
|
3034
2236
|
"person_outline",
|
3035
2237
|
"person_pin",
|
3036
2238
|
"person_pin_circle",
|
3037
|
-
"person_play",
|
3038
|
-
"person_raised_hand",
|
3039
2239
|
"person_remove",
|
2240
|
+
"person_remove_alt_1",
|
3040
2241
|
"person_search",
|
3041
|
-
"personal_bag",
|
3042
|
-
"personal_bag_off",
|
3043
|
-
"personal_bag_question",
|
3044
2242
|
"personal_injury",
|
3045
|
-
"personal_places",
|
3046
2243
|
"personal_video",
|
3047
2244
|
"pest_control",
|
3048
2245
|
"pest_control_rodent",
|
3049
|
-
"pet_supplies",
|
3050
2246
|
"pets",
|
3051
2247
|
"phishing",
|
3052
2248
|
"phone",
|
3053
|
-
"phone_alt",
|
3054
2249
|
"phone_android",
|
3055
2250
|
"phone_bluetooth_speaker",
|
3056
2251
|
"phone_callback",
|
@@ -3067,64 +2262,43 @@
|
|
3067
2262
|
"phonelink_lock",
|
3068
2263
|
"phonelink_off",
|
3069
2264
|
"phonelink_ring",
|
3070
|
-
"phonelink_ring_off",
|
3071
2265
|
"phonelink_setup",
|
3072
2266
|
"photo",
|
3073
2267
|
"photo_album",
|
3074
|
-
"photo_auto_merge",
|
3075
2268
|
"photo_camera",
|
3076
2269
|
"photo_camera_back",
|
3077
2270
|
"photo_camera_front",
|
3078
2271
|
"photo_filter",
|
3079
|
-
"photo_frame",
|
3080
2272
|
"photo_library",
|
3081
|
-
"photo_prints",
|
3082
2273
|
"photo_size_select_actual",
|
3083
2274
|
"photo_size_select_large",
|
3084
2275
|
"photo_size_select_small",
|
3085
2276
|
"php",
|
3086
|
-
"physical_therapy",
|
3087
2277
|
"piano",
|
3088
2278
|
"piano_off",
|
3089
2279
|
"picture_as_pdf",
|
3090
2280
|
"picture_in_picture",
|
3091
2281
|
"picture_in_picture_alt",
|
3092
|
-
"picture_in_picture_center",
|
3093
|
-
"picture_in_picture_large",
|
3094
|
-
"picture_in_picture_medium",
|
3095
|
-
"picture_in_picture_mobile",
|
3096
|
-
"picture_in_picture_off",
|
3097
|
-
"picture_in_picture_small",
|
3098
2282
|
"pie_chart",
|
3099
|
-
"pie_chart_filled",
|
3100
2283
|
"pie_chart_outline",
|
3101
2284
|
"pie_chart_outlined",
|
3102
|
-
"pill",
|
3103
|
-
"pill_off",
|
3104
2285
|
"pin",
|
3105
2286
|
"pin_drop",
|
3106
2287
|
"pin_end",
|
3107
2288
|
"pin_invoke",
|
3108
2289
|
"pinch",
|
3109
|
-
"pinch_zoom_in",
|
3110
|
-
"pinch_zoom_out",
|
3111
|
-
"pip",
|
3112
|
-
"pip_exit",
|
3113
2290
|
"pivot_table_chart",
|
2291
|
+
"pix",
|
3114
2292
|
"place",
|
3115
|
-
"place_item",
|
3116
2293
|
"plagiarism",
|
3117
|
-
"planner_banner_ad_pt",
|
3118
|
-
"planner_review",
|
3119
2294
|
"play_arrow",
|
3120
2295
|
"play_circle",
|
2296
|
+
"play_circle_fill",
|
2297
|
+
"play_circle_filled",
|
2298
|
+
"play_circle_outline",
|
3121
2299
|
"play_disabled",
|
3122
2300
|
"play_for_work",
|
3123
2301
|
"play_lesson",
|
3124
|
-
"play_music",
|
3125
|
-
"play_pause",
|
3126
|
-
"play_shapes",
|
3127
|
-
"playing_cards",
|
3128
2302
|
"playlist_add",
|
3129
2303
|
"playlist_add_check",
|
3130
2304
|
"playlist_add_check_circle",
|
@@ -3134,10 +2308,7 @@
|
|
3134
2308
|
"plumbing",
|
3135
2309
|
"plus_one",
|
3136
2310
|
"podcasts",
|
3137
|
-
"podiatry",
|
3138
|
-
"podium",
|
3139
2311
|
"point_of_sale",
|
3140
|
-
"point_scan",
|
3141
2312
|
"policy",
|
3142
2313
|
"poll",
|
3143
2314
|
"polyline",
|
@@ -3145,124 +2316,78 @@
|
|
3145
2316
|
"pool",
|
3146
2317
|
"portable_wifi_off",
|
3147
2318
|
"portrait",
|
3148
|
-
"position_bottom_left",
|
3149
|
-
"position_bottom_right",
|
3150
|
-
"position_top_right",
|
3151
|
-
"post",
|
3152
2319
|
"post_add",
|
3153
|
-
"potted_plant",
|
3154
2320
|
"power",
|
3155
2321
|
"power_input",
|
3156
2322
|
"power_off",
|
3157
|
-
"power_rounded",
|
3158
2323
|
"power_settings_new",
|
3159
|
-
"prayer_times",
|
3160
2324
|
"precision_manufacturing",
|
3161
|
-
"pregnancy",
|
3162
2325
|
"pregnant_woman",
|
3163
|
-
"preliminary",
|
3164
|
-
"prescriptions",
|
3165
2326
|
"present_to_all",
|
3166
2327
|
"preview",
|
3167
|
-
"preview_off",
|
3168
2328
|
"price_change",
|
3169
2329
|
"price_check",
|
3170
2330
|
"print",
|
3171
|
-
"print_add",
|
3172
|
-
"print_connect",
|
3173
2331
|
"print_disabled",
|
3174
|
-
"print_error",
|
3175
|
-
"print_lock",
|
3176
|
-
"priority",
|
3177
2332
|
"priority_high",
|
3178
|
-
"privacy",
|
3179
2333
|
"privacy_tip",
|
3180
2334
|
"private_connectivity",
|
3181
|
-
"problem",
|
3182
|
-
"procedure",
|
3183
|
-
"process_chart",
|
3184
2335
|
"production_quantity_limits",
|
3185
|
-
"productivity",
|
3186
|
-
"progress_activity",
|
3187
|
-
"prompt_suggestion",
|
3188
2336
|
"propane",
|
3189
2337
|
"propane_tank",
|
3190
|
-
"psychiatry",
|
3191
2338
|
"psychology",
|
3192
2339
|
"psychology_alt",
|
3193
2340
|
"public",
|
3194
2341
|
"public_off",
|
3195
2342
|
"publish",
|
3196
2343
|
"published_with_changes",
|
3197
|
-
"pulmonology",
|
3198
|
-
"pulse_alert",
|
3199
2344
|
"punch_clock",
|
3200
2345
|
"push_pin",
|
3201
2346
|
"qr_code",
|
3202
2347
|
"qr_code_2",
|
3203
|
-
"qr_code_2_add",
|
3204
2348
|
"qr_code_scanner",
|
3205
2349
|
"query_builder",
|
3206
2350
|
"query_stats",
|
3207
2351
|
"question_answer",
|
3208
|
-
"question_exchange",
|
3209
2352
|
"question_mark",
|
3210
2353
|
"queue",
|
3211
2354
|
"queue_music",
|
3212
2355
|
"queue_play_next",
|
3213
|
-
"
|
3214
|
-
"
|
3215
|
-
"quick_reference_all",
|
3216
|
-
"quick_reorder",
|
2356
|
+
"quick_contacts_dialer",
|
2357
|
+
"quick_contacts_mail",
|
3217
2358
|
"quickreply",
|
3218
|
-
"quiet_time",
|
3219
|
-
"quiet_time_active",
|
3220
2359
|
"quiz",
|
2360
|
+
"quora",
|
3221
2361
|
"r_mobiledata",
|
3222
2362
|
"radar",
|
3223
2363
|
"radio",
|
3224
2364
|
"radio_button_checked",
|
3225
|
-
"
|
2365
|
+
"radio_button_off",
|
2366
|
+
"radio_button_on",
|
3226
2367
|
"radio_button_unchecked",
|
3227
|
-
"radiology",
|
3228
2368
|
"railway_alert",
|
3229
|
-
"rainy",
|
3230
|
-
"rainy_heavy",
|
3231
|
-
"rainy_light",
|
3232
|
-
"rainy_snow",
|
3233
2369
|
"ramen_dining",
|
3234
2370
|
"ramp_left",
|
3235
2371
|
"ramp_right",
|
3236
|
-
"range_hood",
|
3237
2372
|
"rate_review",
|
3238
|
-
"raven",
|
3239
2373
|
"raw_off",
|
3240
2374
|
"raw_on",
|
3241
2375
|
"read_more",
|
3242
|
-
"readiness_score",
|
3243
2376
|
"real_estate_agent",
|
3244
|
-
"rear_camera",
|
3245
|
-
"rebase",
|
3246
2377
|
"rebase_edit",
|
3247
2378
|
"receipt",
|
3248
2379
|
"receipt_long",
|
3249
2380
|
"recent_actors",
|
3250
|
-
"recent_patient",
|
3251
2381
|
"recommend",
|
3252
2382
|
"record_voice_over",
|
3253
2383
|
"rectangle",
|
3254
2384
|
"recycling",
|
2385
|
+
"reddit",
|
3255
2386
|
"redeem",
|
3256
2387
|
"redo",
|
3257
2388
|
"reduce_capacity",
|
3258
2389
|
"refresh",
|
3259
|
-
"regular_expression",
|
3260
|
-
"relax",
|
3261
|
-
"release_alert",
|
3262
2390
|
"remember_me",
|
3263
|
-
"reminder",
|
3264
|
-
"reminders_alt",
|
3265
|
-
"remote_gen",
|
3266
2391
|
"remove",
|
3267
2392
|
"remove_circle",
|
3268
2393
|
"remove_circle_outline",
|
@@ -3271,9 +2396,7 @@
|
|
3271
2396
|
"remove_moderator",
|
3272
2397
|
"remove_red_eye",
|
3273
2398
|
"remove_road",
|
3274
|
-
"remove_selection",
|
3275
2399
|
"remove_shopping_cart",
|
3276
|
-
"reopen_window",
|
3277
2400
|
"reorder",
|
3278
2401
|
"repartition",
|
3279
2402
|
"repeat",
|
@@ -3293,32 +2416,16 @@
|
|
3293
2416
|
"report_problem",
|
3294
2417
|
"request_page",
|
3295
2418
|
"request_quote",
|
3296
|
-
"reset_image",
|
3297
2419
|
"reset_tv",
|
3298
|
-
"reset_wrench",
|
3299
|
-
"resize",
|
3300
|
-
"respiratory_rate",
|
3301
|
-
"responsive_layout",
|
3302
2420
|
"restart_alt",
|
3303
2421
|
"restaurant",
|
3304
2422
|
"restaurant_menu",
|
3305
2423
|
"restore",
|
3306
2424
|
"restore_from_trash",
|
3307
2425
|
"restore_page",
|
3308
|
-
"resume",
|
3309
2426
|
"reviews",
|
3310
|
-
"rewarded_ads",
|
3311
|
-
"rheumatology",
|
3312
|
-
"rib_cage",
|
3313
2427
|
"rice_bowl",
|
3314
|
-
"right_click",
|
3315
|
-
"right_panel_close",
|
3316
|
-
"right_panel_open",
|
3317
2428
|
"ring_volume",
|
3318
|
-
"ring_volume_filled",
|
3319
|
-
"ripples",
|
3320
|
-
"robot",
|
3321
|
-
"robot_2",
|
3322
2429
|
"rocket",
|
3323
2430
|
"rocket_launch",
|
3324
2431
|
"roller_shades",
|
@@ -3337,184 +2444,113 @@
|
|
3337
2444
|
"rounded_corner",
|
3338
2445
|
"route",
|
3339
2446
|
"router",
|
3340
|
-
"routine",
|
3341
2447
|
"rowing",
|
3342
2448
|
"rss_feed",
|
3343
2449
|
"rsvp",
|
3344
2450
|
"rtt",
|
3345
|
-
"rubric",
|
3346
2451
|
"rule",
|
3347
2452
|
"rule_folder",
|
3348
|
-
"rule_settings",
|
3349
2453
|
"run_circle",
|
3350
2454
|
"running_with_errors",
|
3351
2455
|
"rv_hookup",
|
3352
2456
|
"safety_check",
|
3353
|
-
"safety_check_off",
|
3354
2457
|
"safety_divider",
|
3355
2458
|
"sailing",
|
3356
|
-
"salinity",
|
3357
2459
|
"sanitizer",
|
3358
2460
|
"satellite",
|
3359
2461
|
"satellite_alt",
|
3360
|
-
"sauna",
|
3361
2462
|
"save",
|
3362
2463
|
"save_alt",
|
3363
2464
|
"save_as",
|
3364
2465
|
"saved_search",
|
3365
2466
|
"savings",
|
3366
2467
|
"scale",
|
3367
|
-
"scan",
|
3368
|
-
"scan_delete",
|
3369
2468
|
"scanner",
|
3370
2469
|
"scatter_plot",
|
3371
|
-
"scene",
|
3372
2470
|
"schedule",
|
3373
2471
|
"schedule_send",
|
3374
2472
|
"schema",
|
3375
2473
|
"school",
|
3376
2474
|
"science",
|
3377
|
-
"science_off",
|
3378
2475
|
"score",
|
3379
2476
|
"scoreboard",
|
3380
2477
|
"screen_lock_landscape",
|
3381
2478
|
"screen_lock_portrait",
|
3382
2479
|
"screen_lock_rotation",
|
3383
|
-
"screen_record",
|
3384
2480
|
"screen_rotation",
|
3385
2481
|
"screen_rotation_alt",
|
3386
|
-
"screen_rotation_up",
|
3387
2482
|
"screen_search_desktop",
|
3388
2483
|
"screen_share",
|
3389
2484
|
"screenshot",
|
3390
|
-
"screenshot_frame",
|
3391
|
-
"screenshot_keyboard",
|
3392
2485
|
"screenshot_monitor",
|
3393
|
-
"screenshot_region",
|
3394
|
-
"screenshot_tablet",
|
3395
|
-
"scrollable_header",
|
3396
2486
|
"scuba_diving",
|
3397
2487
|
"sd",
|
3398
2488
|
"sd_card",
|
3399
2489
|
"sd_card_alert",
|
3400
2490
|
"sd_storage",
|
3401
|
-
"sdk",
|
3402
2491
|
"search",
|
3403
|
-
"search_check",
|
3404
|
-
"search_hands_free",
|
3405
2492
|
"search_off",
|
3406
2493
|
"security",
|
3407
|
-
"security_key",
|
3408
2494
|
"security_update",
|
3409
2495
|
"security_update_good",
|
3410
2496
|
"security_update_warning",
|
3411
2497
|
"segment",
|
3412
|
-
"select",
|
3413
2498
|
"select_all",
|
3414
|
-
"select_check_box",
|
3415
|
-
"select_to_speak",
|
3416
|
-
"select_window",
|
3417
|
-
"select_window_off",
|
3418
|
-
"self_care",
|
3419
2499
|
"self_improvement",
|
3420
2500
|
"sell",
|
3421
2501
|
"send",
|
3422
2502
|
"send_and_archive",
|
3423
|
-
"send_money",
|
3424
2503
|
"send_time_extension",
|
3425
2504
|
"send_to_mobile",
|
3426
2505
|
"sensor_door",
|
3427
2506
|
"sensor_occupied",
|
3428
2507
|
"sensor_window",
|
3429
2508
|
"sensors",
|
3430
|
-
"sensors_krx",
|
3431
|
-
"sensors_krx_off",
|
3432
2509
|
"sensors_off",
|
3433
|
-
"sentiment_calm",
|
3434
|
-
"sentiment_content",
|
3435
2510
|
"sentiment_dissatisfied",
|
3436
|
-
"sentiment_excited",
|
3437
|
-
"sentiment_extremely_dissatisfied",
|
3438
|
-
"sentiment_frustrated",
|
3439
2511
|
"sentiment_neutral",
|
3440
|
-
"sentiment_sad",
|
3441
2512
|
"sentiment_satisfied",
|
3442
2513
|
"sentiment_satisfied_alt",
|
3443
|
-
"sentiment_stressed",
|
3444
2514
|
"sentiment_very_dissatisfied",
|
3445
2515
|
"sentiment_very_satisfied",
|
3446
|
-
"sentiment_worried",
|
3447
|
-
"service_toolbox",
|
3448
2516
|
"set_meal",
|
3449
2517
|
"settings",
|
3450
2518
|
"settings_accessibility",
|
3451
|
-
"settings_account_box",
|
3452
|
-
"settings_alert",
|
3453
2519
|
"settings_applications",
|
3454
|
-
"settings_b_roll",
|
3455
2520
|
"settings_backup_restore",
|
3456
2521
|
"settings_bluetooth",
|
3457
2522
|
"settings_brightness",
|
3458
2523
|
"settings_cell",
|
3459
|
-
"
|
2524
|
+
"settings_display",
|
3460
2525
|
"settings_ethernet",
|
3461
|
-
"settings_heart",
|
3462
2526
|
"settings_input_antenna",
|
3463
2527
|
"settings_input_component",
|
3464
2528
|
"settings_input_composite",
|
3465
2529
|
"settings_input_hdmi",
|
3466
2530
|
"settings_input_svideo",
|
3467
|
-
"settings_motion_mode",
|
3468
|
-
"settings_night_sight",
|
3469
2531
|
"settings_overscan",
|
3470
|
-
"settings_panorama",
|
3471
2532
|
"settings_phone",
|
3472
|
-
"settings_photo_camera",
|
3473
2533
|
"settings_power",
|
3474
2534
|
"settings_remote",
|
3475
|
-
"settings_slow_motion",
|
3476
2535
|
"settings_suggest",
|
3477
2536
|
"settings_system_daydream",
|
3478
|
-
"settings_timelapse",
|
3479
|
-
"settings_video_camera",
|
3480
2537
|
"settings_voice",
|
3481
|
-
"settop_component",
|
3482
2538
|
"severe_cold",
|
3483
|
-
"shadow",
|
3484
|
-
"shadow_add",
|
3485
|
-
"shadow_minus",
|
3486
2539
|
"shape_line",
|
3487
|
-
"shape_recognition",
|
3488
|
-
"shapes",
|
3489
2540
|
"share",
|
2541
|
+
"share_arrival_time",
|
3490
2542
|
"share_location",
|
3491
|
-
"share_off",
|
3492
|
-
"share_reviews",
|
3493
|
-
"share_windows",
|
3494
|
-
"sheets_rtl",
|
3495
|
-
"shelf_auto_hide",
|
3496
|
-
"shelf_position",
|
3497
2543
|
"shelves",
|
3498
2544
|
"shield",
|
3499
|
-
"shield_lock",
|
3500
|
-
"shield_locked",
|
3501
2545
|
"shield_moon",
|
3502
|
-
"shield_person",
|
3503
|
-
"shield_question",
|
3504
|
-
"shield_with_heart",
|
3505
|
-
"shield_with_house",
|
3506
|
-
"shift",
|
3507
|
-
"shift_lock",
|
3508
2546
|
"shop",
|
3509
2547
|
"shop_2",
|
3510
2548
|
"shop_two",
|
2549
|
+
"shopify",
|
3511
2550
|
"shopping_bag",
|
3512
2551
|
"shopping_basket",
|
3513
2552
|
"shopping_cart",
|
3514
2553
|
"shopping_cart_checkout",
|
3515
|
-
"shopping_cart_off",
|
3516
|
-
"shoppingmode",
|
3517
|
-
"short_stay",
|
3518
2554
|
"short_text",
|
3519
2555
|
"shortcut",
|
3520
2556
|
"show_chart",
|
@@ -3522,38 +2558,52 @@
|
|
3522
2558
|
"shuffle",
|
3523
2559
|
"shuffle_on",
|
3524
2560
|
"shutter_speed",
|
3525
|
-
"shutter_speed_add",
|
3526
|
-
"shutter_speed_minus",
|
3527
2561
|
"sick",
|
3528
|
-
"side_navigation",
|
3529
2562
|
"sign_language",
|
3530
2563
|
"signal_cellular_0_bar",
|
3531
2564
|
"signal_cellular_1_bar",
|
3532
2565
|
"signal_cellular_2_bar",
|
3533
2566
|
"signal_cellular_3_bar",
|
3534
2567
|
"signal_cellular_4_bar",
|
3535
|
-
"signal_cellular_add",
|
3536
2568
|
"signal_cellular_alt",
|
3537
2569
|
"signal_cellular_alt_1_bar",
|
3538
2570
|
"signal_cellular_alt_2_bar",
|
3539
2571
|
"signal_cellular_connected_no_internet_0_bar",
|
2572
|
+
"signal_cellular_connected_no_internet_1_bar",
|
2573
|
+
"signal_cellular_connected_no_internet_2_bar",
|
2574
|
+
"signal_cellular_connected_no_internet_3_bar",
|
3540
2575
|
"signal_cellular_connected_no_internet_4_bar",
|
3541
2576
|
"signal_cellular_no_sim",
|
3542
2577
|
"signal_cellular_nodata",
|
3543
2578
|
"signal_cellular_null",
|
3544
2579
|
"signal_cellular_off",
|
3545
|
-
"signal_cellular_pause",
|
3546
|
-
"signal_disconnected",
|
3547
2580
|
"signal_wifi_0_bar",
|
2581
|
+
"signal_wifi_1_bar",
|
2582
|
+
"signal_wifi_1_bar_lock",
|
2583
|
+
"signal_wifi_2_bar",
|
2584
|
+
"signal_wifi_2_bar_lock",
|
2585
|
+
"signal_wifi_3_bar",
|
2586
|
+
"signal_wifi_3_bar_lock",
|
3548
2587
|
"signal_wifi_4_bar",
|
3549
2588
|
"signal_wifi_4_bar_lock",
|
3550
2589
|
"signal_wifi_bad",
|
2590
|
+
"signal_wifi_connected_no_internet_0",
|
2591
|
+
"signal_wifi_connected_no_internet_1",
|
2592
|
+
"signal_wifi_connected_no_internet_2",
|
2593
|
+
"signal_wifi_connected_no_internet_3",
|
3551
2594
|
"signal_wifi_connected_no_internet_4",
|
3552
2595
|
"signal_wifi_off",
|
2596
|
+
"signal_wifi_statusbar_1_bar",
|
2597
|
+
"signal_wifi_statusbar_2_bar",
|
2598
|
+
"signal_wifi_statusbar_3_bar",
|
3553
2599
|
"signal_wifi_statusbar_4_bar",
|
2600
|
+
"signal_wifi_statusbar_connected_no_internet",
|
2601
|
+
"signal_wifi_statusbar_connected_no_internet_1",
|
2602
|
+
"signal_wifi_statusbar_connected_no_internet_2",
|
2603
|
+
"signal_wifi_statusbar_connected_no_internet_3",
|
2604
|
+
"signal_wifi_statusbar_connected_no_internet_4",
|
3554
2605
|
"signal_wifi_statusbar_not_connected",
|
3555
2606
|
"signal_wifi_statusbar_null",
|
3556
|
-
"signature",
|
3557
2607
|
"signpost",
|
3558
2608
|
"sim_card",
|
3559
2609
|
"sim_card_alert",
|
@@ -3561,52 +2611,35 @@
|
|
3561
2611
|
"single_bed",
|
3562
2612
|
"sip",
|
3563
2613
|
"skateboarding",
|
3564
|
-
"skeleton",
|
3565
|
-
"skillet",
|
3566
|
-
"skillet_cooktop",
|
3567
2614
|
"skip_next",
|
3568
2615
|
"skip_previous",
|
3569
|
-
"skull",
|
3570
2616
|
"sledding",
|
3571
|
-
"sleep",
|
3572
|
-
"sleep_score",
|
3573
|
-
"slide_library",
|
3574
|
-
"sliders",
|
3575
2617
|
"slideshow",
|
3576
2618
|
"slow_motion_video",
|
3577
2619
|
"smart_button",
|
3578
2620
|
"smart_display",
|
3579
|
-
"smart_outlet",
|
3580
2621
|
"smart_screen",
|
3581
2622
|
"smart_toy",
|
3582
2623
|
"smartphone",
|
3583
|
-
"smb_share",
|
3584
2624
|
"smoke_free",
|
3585
2625
|
"smoking_rooms",
|
3586
2626
|
"sms",
|
3587
2627
|
"sms_failed",
|
2628
|
+
"snapchat",
|
3588
2629
|
"snippet_folder",
|
3589
2630
|
"snooze",
|
3590
2631
|
"snowboarding",
|
3591
2632
|
"snowing",
|
3592
|
-
"snowing_heavy",
|
3593
2633
|
"snowmobile",
|
3594
2634
|
"snowshoeing",
|
3595
2635
|
"soap",
|
3596
2636
|
"social_distance",
|
3597
|
-
"social_leaderboard",
|
3598
2637
|
"solar_power",
|
3599
2638
|
"sort",
|
3600
2639
|
"sort_by_alpha",
|
3601
2640
|
"sos",
|
3602
|
-
"sound_detection_dog_barking",
|
3603
|
-
"sound_detection_glass_break",
|
3604
|
-
"sound_detection_loud_sound",
|
3605
|
-
"sound_sampler",
|
3606
2641
|
"soup_kitchen",
|
3607
2642
|
"source",
|
3608
|
-
"source_environment",
|
3609
|
-
"source_notes",
|
3610
2643
|
"south",
|
3611
2644
|
"south_america",
|
3612
2645
|
"south_east",
|
@@ -3622,22 +2655,11 @@
|
|
3622
2655
|
"speaker_notes",
|
3623
2656
|
"speaker_notes_off",
|
3624
2657
|
"speaker_phone",
|
3625
|
-
"special_character",
|
3626
|
-
"specific_gravity",
|
3627
|
-
"speech_to_text",
|
3628
2658
|
"speed",
|
3629
2659
|
"spellcheck",
|
3630
2660
|
"splitscreen",
|
3631
|
-
"splitscreen_add",
|
3632
|
-
"splitscreen_bottom",
|
3633
|
-
"splitscreen_left",
|
3634
|
-
"splitscreen_right",
|
3635
|
-
"splitscreen_top",
|
3636
|
-
"splitscreen_vertical_add",
|
3637
|
-
"spo2",
|
3638
2661
|
"spoke",
|
3639
2662
|
"sports",
|
3640
|
-
"sports_and_outdoors",
|
3641
2663
|
"sports_bar",
|
3642
2664
|
"sports_baseball",
|
3643
2665
|
"sports_basketball",
|
@@ -3657,20 +2679,11 @@
|
|
3657
2679
|
"sports_soccer",
|
3658
2680
|
"sports_tennis",
|
3659
2681
|
"sports_volleyball",
|
3660
|
-
"sprinkler",
|
3661
|
-
"sprint",
|
3662
2682
|
"square",
|
3663
2683
|
"square_foot",
|
3664
2684
|
"ssid_chart",
|
3665
|
-
"stack",
|
3666
|
-
"stack_off",
|
3667
|
-
"stack_star",
|
3668
2685
|
"stacked_bar_chart",
|
3669
|
-
"stacked_email",
|
3670
|
-
"stacked_inbox",
|
3671
2686
|
"stacked_line_chart",
|
3672
|
-
"stacks",
|
3673
|
-
"stadia_controller",
|
3674
2687
|
"stadium",
|
3675
2688
|
"stairs",
|
3676
2689
|
"star",
|
@@ -3680,33 +2693,13 @@
|
|
3680
2693
|
"star_outline",
|
3681
2694
|
"star_purple500",
|
3682
2695
|
"star_rate",
|
3683
|
-
"star_rate_half",
|
3684
2696
|
"stars",
|
3685
2697
|
"start",
|
3686
|
-
"stat_0",
|
3687
|
-
"stat_1",
|
3688
|
-
"stat_2",
|
3689
|
-
"stat_3",
|
3690
|
-
"stat_minus_1",
|
3691
|
-
"stat_minus_2",
|
3692
|
-
"stat_minus_3",
|
3693
2698
|
"stay_current_landscape",
|
3694
2699
|
"stay_current_portrait",
|
3695
2700
|
"stay_primary_landscape",
|
3696
2701
|
"stay_primary_portrait",
|
3697
|
-
"step",
|
3698
|
-
"step_into",
|
3699
|
-
"step_out",
|
3700
|
-
"step_over",
|
3701
|
-
"steppers",
|
3702
|
-
"steps",
|
3703
|
-
"stethoscope",
|
3704
|
-
"stethoscope_arrow",
|
3705
|
-
"stethoscope_check",
|
3706
|
-
"sticky_note",
|
3707
2702
|
"sticky_note_2",
|
3708
|
-
"stock_media",
|
3709
|
-
"stockpot",
|
3710
2703
|
"stop",
|
3711
2704
|
"stop_circle",
|
3712
2705
|
"stop_screen_share",
|
@@ -3717,23 +2710,13 @@
|
|
3717
2710
|
"storm",
|
3718
2711
|
"straight",
|
3719
2712
|
"straighten",
|
3720
|
-
"strategy",
|
3721
2713
|
"stream",
|
3722
|
-
"stream_apps",
|
3723
2714
|
"streetview",
|
3724
|
-
"stress_management",
|
3725
2715
|
"strikethrough_s",
|
3726
|
-
"stroke_full",
|
3727
|
-
"stroke_partial",
|
3728
2716
|
"stroller",
|
3729
2717
|
"style",
|
3730
|
-
"styler",
|
3731
|
-
"stylus",
|
3732
|
-
"stylus_laser_pointer",
|
3733
|
-
"stylus_note",
|
3734
2718
|
"subdirectory_arrow_left",
|
3735
2719
|
"subdirectory_arrow_right",
|
3736
|
-
"subheader",
|
3737
2720
|
"subject",
|
3738
2721
|
"subscript",
|
3739
2722
|
"subscriptions",
|
@@ -3745,21 +2728,17 @@
|
|
3745
2728
|
"sunny_snowing",
|
3746
2729
|
"superscript",
|
3747
2730
|
"supervised_user_circle",
|
3748
|
-
"supervised_user_circle_off",
|
3749
2731
|
"supervisor_account",
|
3750
2732
|
"support",
|
3751
2733
|
"support_agent",
|
3752
2734
|
"surfing",
|
3753
|
-
"surgical",
|
3754
2735
|
"surround_sound",
|
3755
2736
|
"swap_calls",
|
3756
|
-
"swap_driving_apps",
|
3757
|
-
"swap_driving_apps_wheel",
|
3758
2737
|
"swap_horiz",
|
3759
2738
|
"swap_horizontal_circle",
|
3760
2739
|
"swap_vert",
|
2740
|
+
"swap_vert_circle",
|
3761
2741
|
"swap_vertical_circle",
|
3762
|
-
"sweep",
|
3763
2742
|
"swipe",
|
3764
2743
|
"swipe_down",
|
3765
2744
|
"swipe_down_alt",
|
@@ -3770,9 +2749,6 @@
|
|
3770
2749
|
"swipe_up",
|
3771
2750
|
"swipe_up_alt",
|
3772
2751
|
"swipe_vertical",
|
3773
|
-
"switch",
|
3774
|
-
"switch_access",
|
3775
|
-
"switch_access_2",
|
3776
2752
|
"switch_access_shortcut",
|
3777
2753
|
"switch_access_shortcut_add",
|
3778
2754
|
"switch_account",
|
@@ -3780,70 +2756,43 @@
|
|
3780
2756
|
"switch_left",
|
3781
2757
|
"switch_right",
|
3782
2758
|
"switch_video",
|
3783
|
-
"switches",
|
3784
|
-
"sword_rose",
|
3785
|
-
"swords",
|
3786
|
-
"symptoms",
|
3787
2759
|
"synagogue",
|
3788
2760
|
"sync",
|
3789
2761
|
"sync_alt",
|
3790
2762
|
"sync_disabled",
|
3791
2763
|
"sync_lock",
|
3792
2764
|
"sync_problem",
|
3793
|
-
"sync_saved_locally",
|
3794
|
-
"syringe",
|
3795
2765
|
"system_security_update",
|
3796
2766
|
"system_security_update_good",
|
3797
2767
|
"system_security_update_warning",
|
3798
2768
|
"system_update",
|
3799
2769
|
"system_update_alt",
|
2770
|
+
"system_update_tv",
|
3800
2771
|
"tab",
|
3801
|
-
"tab_close",
|
3802
|
-
"tab_close_right",
|
3803
|
-
"tab_duplicate",
|
3804
|
-
"tab_group",
|
3805
|
-
"tab_move",
|
3806
|
-
"tab_new_right",
|
3807
|
-
"tab_recent",
|
3808
2772
|
"tab_unselected",
|
3809
|
-
"table",
|
3810
2773
|
"table_bar",
|
3811
2774
|
"table_chart",
|
3812
|
-
"table_chart_view",
|
3813
|
-
"table_lamp",
|
3814
2775
|
"table_restaurant",
|
3815
2776
|
"table_rows",
|
3816
|
-
"table_rows_narrow",
|
3817
2777
|
"table_view",
|
3818
2778
|
"tablet",
|
3819
2779
|
"tablet_android",
|
3820
2780
|
"tablet_mac",
|
3821
|
-
"tabs",
|
3822
|
-
"tactic",
|
3823
2781
|
"tag",
|
3824
2782
|
"tag_faces",
|
3825
2783
|
"takeout_dining",
|
3826
|
-
"tamper_detection_off",
|
3827
|
-
"tamper_detection_on",
|
3828
2784
|
"tap_and_play",
|
3829
2785
|
"tapas",
|
3830
|
-
"target",
|
3831
2786
|
"task",
|
3832
2787
|
"task_alt",
|
3833
|
-
"taunt",
|
3834
2788
|
"taxi_alert",
|
3835
|
-
"
|
3836
|
-
"temp_preferences_custom",
|
3837
|
-
"temp_preferences_eco",
|
2789
|
+
"telegram",
|
3838
2790
|
"temple_buddhist",
|
3839
2791
|
"temple_hindu",
|
3840
|
-
"tenancy",
|
3841
2792
|
"terminal",
|
3842
2793
|
"terrain",
|
3843
|
-
"text_ad",
|
3844
2794
|
"text_decrease",
|
3845
2795
|
"text_fields",
|
3846
|
-
"text_fields_alt",
|
3847
2796
|
"text_format",
|
3848
2797
|
"text_increase",
|
3849
2798
|
"text_rotate_up",
|
@@ -3852,65 +2801,34 @@
|
|
3852
2801
|
"text_rotation_angleup",
|
3853
2802
|
"text_rotation_down",
|
3854
2803
|
"text_rotation_none",
|
3855
|
-
"text_select_end",
|
3856
|
-
"text_select_jump_to_beginning",
|
3857
|
-
"text_select_jump_to_end",
|
3858
|
-
"text_select_move_back_character",
|
3859
|
-
"text_select_move_back_word",
|
3860
|
-
"text_select_move_down",
|
3861
|
-
"text_select_move_forward_character",
|
3862
|
-
"text_select_move_forward_word",
|
3863
|
-
"text_select_move_up",
|
3864
|
-
"text_select_start",
|
3865
2804
|
"text_snippet",
|
3866
|
-
"text_to_speech",
|
3867
2805
|
"textsms",
|
3868
2806
|
"texture",
|
3869
|
-
"texture_add",
|
3870
|
-
"texture_minus",
|
3871
2807
|
"theater_comedy",
|
3872
2808
|
"theaters",
|
3873
|
-
"thermometer",
|
3874
|
-
"thermometer_add",
|
3875
|
-
"thermometer_gain",
|
3876
|
-
"thermometer_loss",
|
3877
|
-
"thermometer_minus",
|
3878
2809
|
"thermostat",
|
3879
2810
|
"thermostat_auto",
|
3880
|
-
"thermostat_carbon",
|
3881
|
-
"things_to_do",
|
3882
|
-
"thread_unread",
|
3883
2811
|
"thumb_down",
|
3884
2812
|
"thumb_down_alt",
|
3885
|
-
"thumb_down_filled",
|
3886
|
-
"thumb_down_off",
|
3887
2813
|
"thumb_down_off_alt",
|
3888
2814
|
"thumb_up",
|
3889
2815
|
"thumb_up_alt",
|
3890
|
-
"thumb_up_filled",
|
3891
|
-
"thumb_up_off",
|
3892
2816
|
"thumb_up_off_alt",
|
3893
|
-
"thumbnail_bar",
|
3894
2817
|
"thumbs_up_down",
|
3895
2818
|
"thunderstorm",
|
3896
|
-
"
|
3897
|
-
"tibia_alt",
|
3898
|
-
"time_auto",
|
2819
|
+
"tiktok",
|
3899
2820
|
"time_to_leave",
|
3900
2821
|
"timelapse",
|
3901
2822
|
"timeline",
|
3902
2823
|
"timer",
|
3903
2824
|
"timer_10",
|
3904
|
-
"timer_10_alt_1",
|
3905
2825
|
"timer_10_select",
|
3906
2826
|
"timer_3",
|
3907
|
-
"timer_3_alt_1",
|
3908
2827
|
"timer_3_select",
|
3909
2828
|
"timer_off",
|
3910
2829
|
"tips_and_updates",
|
3911
2830
|
"tire_repair",
|
3912
2831
|
"title",
|
3913
|
-
"toast",
|
3914
2832
|
"toc",
|
3915
2833
|
"today",
|
3916
2834
|
"toggle_off",
|
@@ -3918,32 +2836,13 @@
|
|
3918
2836
|
"token",
|
3919
2837
|
"toll",
|
3920
2838
|
"tonality",
|
3921
|
-
"toolbar",
|
3922
|
-
"tools_flat_head",
|
3923
|
-
"tools_installation_kit",
|
3924
|
-
"tools_ladder",
|
3925
|
-
"tools_level",
|
3926
|
-
"tools_phillips",
|
3927
|
-
"tools_pliers_wire_stripper",
|
3928
|
-
"tools_power_drill",
|
3929
|
-
"tools_wrench",
|
3930
|
-
"tooltip",
|
3931
|
-
"top_panel_close",
|
3932
|
-
"top_panel_open",
|
3933
2839
|
"topic",
|
3934
2840
|
"tornado",
|
3935
|
-
"total_dissolved_solids",
|
3936
2841
|
"touch_app",
|
3937
|
-
"touchpad_mouse",
|
3938
2842
|
"tour",
|
3939
2843
|
"toys",
|
3940
|
-
"toys_and_games",
|
3941
|
-
"toys_fan",
|
3942
2844
|
"track_changes",
|
3943
2845
|
"traffic",
|
3944
|
-
"trail_length",
|
3945
|
-
"trail_length_medium",
|
3946
|
-
"trail_length_short",
|
3947
2846
|
"train",
|
3948
2847
|
"tram",
|
3949
2848
|
"transcribe",
|
@@ -3951,27 +2850,17 @@
|
|
3951
2850
|
"transform",
|
3952
2851
|
"transgender",
|
3953
2852
|
"transit_enterexit",
|
3954
|
-
"transition_chop",
|
3955
|
-
"transition_dissolve",
|
3956
|
-
"transition_fade",
|
3957
|
-
"transition_push",
|
3958
|
-
"transition_slide",
|
3959
2853
|
"translate",
|
3960
|
-
"transportation",
|
3961
|
-
"travel",
|
3962
2854
|
"travel_explore",
|
3963
|
-
"travel_luggage_and_bags",
|
3964
2855
|
"trending_down",
|
3965
2856
|
"trending_flat",
|
2857
|
+
"trending_neutral",
|
3966
2858
|
"trending_up",
|
3967
|
-
"trip",
|
3968
2859
|
"trip_origin",
|
3969
2860
|
"trolley",
|
3970
|
-
"trophy",
|
3971
2861
|
"troubleshoot",
|
3972
2862
|
"try",
|
3973
2863
|
"tsunami",
|
3974
|
-
"tsv",
|
3975
2864
|
"tty",
|
3976
2865
|
"tune",
|
3977
2866
|
"tungsten",
|
@@ -3984,21 +2873,11 @@
|
|
3984
2873
|
"turned_in",
|
3985
2874
|
"turned_in_not",
|
3986
2875
|
"tv",
|
3987
|
-
"tv_gen",
|
3988
|
-
"tv_guide",
|
3989
2876
|
"tv_off",
|
3990
|
-
"tv_options_edit_channels",
|
3991
|
-
"tv_options_input_settings",
|
3992
|
-
"tv_remote",
|
3993
|
-
"tv_signin",
|
3994
|
-
"tv_with_assistant",
|
3995
|
-
"two_pager",
|
3996
2877
|
"two_wheeler",
|
3997
2878
|
"type_specimen",
|
3998
2879
|
"u_turn_left",
|
3999
2880
|
"u_turn_right",
|
4000
|
-
"ulna_radius",
|
4001
|
-
"ulna_radius_alt",
|
4002
2881
|
"umbrella",
|
4003
2882
|
"unarchive",
|
4004
2883
|
"undo",
|
@@ -4006,15 +2885,6 @@
|
|
4006
2885
|
"unfold_less_double",
|
4007
2886
|
"unfold_more",
|
4008
2887
|
"unfold_more_double",
|
4009
|
-
"ungroup",
|
4010
|
-
"universal_currency",
|
4011
|
-
"universal_currency_alt",
|
4012
|
-
"universal_local",
|
4013
|
-
"unknown_2",
|
4014
|
-
"unknown_5",
|
4015
|
-
"unknown_document",
|
4016
|
-
"unknown_med",
|
4017
|
-
"unlicense",
|
4018
2888
|
"unpublished",
|
4019
2889
|
"unsubscribe",
|
4020
2890
|
"upcoming",
|
@@ -4022,22 +2892,12 @@
|
|
4022
2892
|
"update_disabled",
|
4023
2893
|
"upgrade",
|
4024
2894
|
"upload",
|
4025
|
-
"upload_2",
|
4026
2895
|
"upload_file",
|
4027
|
-
"urology",
|
4028
2896
|
"usb",
|
4029
2897
|
"usb_off",
|
4030
|
-
"user_attributes",
|
4031
2898
|
"vaccines",
|
4032
|
-
"vacuum",
|
4033
|
-
"valve",
|
4034
2899
|
"vape_free",
|
4035
2900
|
"vaping_rooms",
|
4036
|
-
"variable_add",
|
4037
|
-
"variable_insert",
|
4038
|
-
"variable_remove",
|
4039
|
-
"variables",
|
4040
|
-
"ventilator",
|
4041
2901
|
"verified",
|
4042
2902
|
"verified_user",
|
4043
2903
|
"vertical_align_bottom",
|
@@ -4051,12 +2911,11 @@
|
|
4051
2911
|
"video_call",
|
4052
2912
|
"video_camera_back",
|
4053
2913
|
"video_camera_front",
|
4054
|
-
"video_camera_front_off",
|
4055
2914
|
"video_chat",
|
2915
|
+
"video_collection",
|
4056
2916
|
"video_file",
|
4057
2917
|
"video_label",
|
4058
2918
|
"video_library",
|
4059
|
-
"video_search",
|
4060
2919
|
"video_settings",
|
4061
2920
|
"video_stable",
|
4062
2921
|
"videocam",
|
@@ -4067,7 +2926,7 @@
|
|
4067
2926
|
"view_array",
|
4068
2927
|
"view_carousel",
|
4069
2928
|
"view_column",
|
4070
|
-
"
|
2929
|
+
"view_comfortable",
|
4071
2930
|
"view_comfy",
|
4072
2931
|
"view_comfy_alt",
|
4073
2932
|
"view_compact",
|
@@ -4076,8 +2935,6 @@
|
|
4076
2935
|
"view_day",
|
4077
2936
|
"view_headline",
|
4078
2937
|
"view_in_ar",
|
4079
|
-
"view_in_ar_new",
|
4080
|
-
"view_in_ar_off",
|
4081
2938
|
"view_kanban",
|
4082
2939
|
"view_list",
|
4083
2940
|
"view_module",
|
@@ -4089,13 +2946,9 @@
|
|
4089
2946
|
"vignette",
|
4090
2947
|
"villa",
|
4091
2948
|
"visibility",
|
4092
|
-
"visibility_lock",
|
4093
2949
|
"visibility_off",
|
4094
|
-
"vital_signs",
|
4095
|
-
"vitals",
|
4096
2950
|
"voice_chat",
|
4097
2951
|
"voice_over_off",
|
4098
|
-
"voice_selection",
|
4099
2952
|
"voicemail",
|
4100
2953
|
"volcano",
|
4101
2954
|
"volume_down",
|
@@ -4104,48 +2957,25 @@
|
|
4104
2957
|
"volume_off",
|
4105
2958
|
"volume_up",
|
4106
2959
|
"volunteer_activism",
|
4107
|
-
"voting_chip",
|
4108
2960
|
"vpn_key",
|
4109
|
-
"vpn_key_alert",
|
4110
2961
|
"vpn_key_off",
|
4111
2962
|
"vpn_lock",
|
4112
|
-
"vr180_create2d",
|
4113
|
-
"vr180_create2d_off",
|
4114
2963
|
"vrpano",
|
4115
|
-
"wall_art",
|
4116
|
-
"wall_lamp",
|
4117
2964
|
"wallet",
|
2965
|
+
"wallet_giftcard",
|
2966
|
+
"wallet_membership",
|
2967
|
+
"wallet_travel",
|
4118
2968
|
"wallpaper",
|
4119
|
-
"wallpaper_slideshow",
|
4120
|
-
"ward",
|
4121
2969
|
"warehouse",
|
4122
2970
|
"warning",
|
4123
2971
|
"warning_amber",
|
4124
|
-
"warning_off",
|
4125
2972
|
"wash",
|
4126
2973
|
"watch",
|
4127
|
-
"watch_button_press",
|
4128
2974
|
"watch_later",
|
4129
2975
|
"watch_off",
|
4130
|
-
"watch_screentime",
|
4131
|
-
"watch_wake",
|
4132
2976
|
"water",
|
4133
|
-
"water_bottle",
|
4134
|
-
"water_bottle_large",
|
4135
2977
|
"water_damage",
|
4136
|
-
"water_do",
|
4137
2978
|
"water_drop",
|
4138
|
-
"water_ec",
|
4139
|
-
"water_full",
|
4140
|
-
"water_heater",
|
4141
|
-
"water_lock",
|
4142
|
-
"water_loss",
|
4143
|
-
"water_lux",
|
4144
|
-
"water_medium",
|
4145
|
-
"water_orp",
|
4146
|
-
"water_ph",
|
4147
|
-
"water_pump",
|
4148
|
-
"water_voc",
|
4149
2979
|
"waterfall_chart",
|
4150
2980
|
"waves",
|
4151
2981
|
"waving_hand",
|
@@ -4155,78 +2985,61 @@
|
|
4155
2985
|
"wb_iridescent",
|
4156
2986
|
"wb_shade",
|
4157
2987
|
"wb_sunny",
|
2988
|
+
"wb_twighlight",
|
4158
2989
|
"wb_twilight",
|
4159
2990
|
"wc",
|
4160
|
-
"weather_hail",
|
4161
|
-
"weather_mix",
|
4162
|
-
"weather_snowy",
|
4163
2991
|
"web",
|
4164
2992
|
"web_asset",
|
4165
2993
|
"web_asset_off",
|
4166
2994
|
"web_stories",
|
4167
|
-
"web_traffic",
|
4168
2995
|
"webhook",
|
2996
|
+
"wechat",
|
4169
2997
|
"weekend",
|
4170
|
-
"weight",
|
4171
2998
|
"west",
|
4172
2999
|
"whatshot",
|
4173
3000
|
"wheelchair_pickup",
|
4174
3001
|
"where_to_vote",
|
4175
3002
|
"widgets",
|
4176
|
-
"width",
|
4177
3003
|
"width_full",
|
4178
3004
|
"width_normal",
|
4179
3005
|
"width_wide",
|
4180
3006
|
"wifi",
|
4181
3007
|
"wifi_1_bar",
|
4182
3008
|
"wifi_2_bar",
|
4183
|
-
"wifi_add",
|
4184
3009
|
"wifi_calling",
|
4185
3010
|
"wifi_calling_1",
|
4186
3011
|
"wifi_calling_2",
|
4187
3012
|
"wifi_calling_3",
|
4188
3013
|
"wifi_channel",
|
4189
3014
|
"wifi_find",
|
4190
|
-
"wifi_home",
|
4191
3015
|
"wifi_lock",
|
4192
|
-
"wifi_notification",
|
4193
3016
|
"wifi_off",
|
4194
3017
|
"wifi_password",
|
4195
3018
|
"wifi_protected_setup",
|
4196
|
-
"wifi_proxy",
|
4197
3019
|
"wifi_tethering",
|
4198
3020
|
"wifi_tethering_error",
|
3021
|
+
"wifi_tethering_error_rounded",
|
4199
3022
|
"wifi_tethering_off",
|
4200
3023
|
"wind_power",
|
4201
3024
|
"window",
|
4202
|
-
"window_closed",
|
4203
|
-
"window_open",
|
4204
|
-
"window_sensor",
|
4205
3025
|
"wine_bar",
|
4206
3026
|
"woman",
|
4207
3027
|
"woman_2",
|
3028
|
+
"woo_commerce",
|
3029
|
+
"wordpress",
|
4208
3030
|
"work",
|
4209
|
-
"work_alert",
|
4210
3031
|
"work_history",
|
4211
3032
|
"work_off",
|
4212
3033
|
"work_outline",
|
4213
|
-
"work_update",
|
4214
|
-
"workflow",
|
4215
3034
|
"workspace_premium",
|
4216
3035
|
"workspaces",
|
3036
|
+
"workspaces_filled",
|
4217
3037
|
"workspaces_outline",
|
4218
|
-
"wounds_injuries",
|
4219
3038
|
"wrap_text",
|
4220
|
-
"wrist",
|
4221
3039
|
"wrong_location",
|
4222
3040
|
"wysiwyg",
|
4223
3041
|
"yard",
|
4224
|
-
"your_trips",
|
4225
|
-
"youtube_activity",
|
4226
3042
|
"youtube_searched_for",
|
4227
|
-
"zone_person_alert",
|
4228
|
-
"zone_person_idle",
|
4229
|
-
"zone_person_urgent",
|
4230
3043
|
"zoom_in",
|
4231
3044
|
"zoom_in_map",
|
4232
3045
|
"zoom_out",
|
@@ -4300,36 +3113,14 @@
|
|
4300
3113
|
onClick,
|
4301
3114
|
style
|
4302
3115
|
}, ref) => {
|
4303
|
-
let sizeInPx;
|
4304
|
-
switch (size) {
|
4305
|
-
case "smallest":
|
4306
|
-
sizeInPx = 16;
|
4307
|
-
break;
|
4308
|
-
case "small":
|
4309
|
-
sizeInPx = 20;
|
4310
|
-
break;
|
4311
|
-
case "medium":
|
4312
|
-
sizeInPx = 24;
|
4313
|
-
break;
|
4314
|
-
case "large":
|
4315
|
-
sizeInPx = 28;
|
4316
|
-
break;
|
4317
|
-
default:
|
4318
|
-
sizeInPx = typeof size === "number" ? size : 24;
|
4319
|
-
}
|
4320
3116
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
4321
3117
|
"span",
|
4322
3118
|
{
|
4323
3119
|
ref,
|
4324
|
-
style: {
|
4325
|
-
fontSize: `${sizeInPx}px`,
|
4326
|
-
display: "block",
|
4327
|
-
...style
|
4328
|
-
},
|
4329
3120
|
className: cls(
|
4330
3121
|
"material-icons",
|
4331
3122
|
color ? colorClassesMapping[color] : "",
|
4332
|
-
"select-none",
|
3123
|
+
// "select-none",
|
4333
3124
|
className
|
4334
3125
|
),
|
4335
3126
|
onClick,
|