@functionalcms/svelte-components 4.31.0 → 4.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/MaterialIconSet.d.ts +3819 -0
- package/dist/components/MaterialIconSet.js +3823 -0
- package/dist/components/icons.d.ts +2 -0
- package/dist/components/icons.js +3 -0
- package/dist/components/layouts/MenuLayout.svelte +228 -0
- package/dist/components/layouts/MenuLayout.svelte.d.ts +16 -0
- package/dist/components/layouts/TwoColumnsLayout.svelte +27 -157
- package/dist/components/layouts/TwoColumnsLayout.svelte.d.ts +8 -9
- package/dist/components/layouts/menuLayout.d.ts +12 -0
- package/dist/components/layouts/menuLayout.js +1 -0
- package/dist/components/presentation/Accordion.svelte +64 -0
- package/dist/components/presentation/Accordion.svelte.d.ts +9 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +6 -0
- package/package.json +6 -3
|
@@ -0,0 +1,3819 @@
|
|
|
1
|
+
export declare enum MaterialSet {
|
|
2
|
+
Regular = "",
|
|
3
|
+
Outlined = "-outlined",
|
|
4
|
+
Rounded = "-rounded",
|
|
5
|
+
OutlinedRounded = "-outlined-rounded"
|
|
6
|
+
}
|
|
7
|
+
export declare function getIcon(icon: IconsSet, set?: MaterialSet): string;
|
|
8
|
+
export declare enum IconsSet {
|
|
9
|
+
_10k = "10k",
|
|
10
|
+
_10mp = "10mp",
|
|
11
|
+
_11mp = "11mp",
|
|
12
|
+
_123 = "123",
|
|
13
|
+
_12mp = "12mp",
|
|
14
|
+
_13mp = "13mp",
|
|
15
|
+
_14mp = "14mp",
|
|
16
|
+
_15mp = "15mp",
|
|
17
|
+
_16mp = "16mp",
|
|
18
|
+
_17mp = "17mp",
|
|
19
|
+
_18_up_rating = "18-up-rating",
|
|
20
|
+
_18mp = "18mp",
|
|
21
|
+
_19mp = "19mp",
|
|
22
|
+
_1k = "1k",
|
|
23
|
+
_1k_plus = "1k-plus",
|
|
24
|
+
_1x_mobiledata = "1x-mobiledata",
|
|
25
|
+
_1x_mobiledata_badge = "1x-mobiledata-badge",
|
|
26
|
+
_20mp = "20mp",
|
|
27
|
+
_21mp = "21mp",
|
|
28
|
+
_22mp = "22mp",
|
|
29
|
+
_23mp = "23mp",
|
|
30
|
+
_24fps_select = "24fps-select",
|
|
31
|
+
_24mp = "24mp",
|
|
32
|
+
_2d = "2d",
|
|
33
|
+
_2k = "2k",
|
|
34
|
+
_2k_plus = "2k-plus",
|
|
35
|
+
_2mp = "2mp",
|
|
36
|
+
_30fps = "30fps",
|
|
37
|
+
_30fps_select = "30fps-select",
|
|
38
|
+
_360 = "360",
|
|
39
|
+
_3d = "3d",
|
|
40
|
+
_3d_rotation = "3d-rotation",
|
|
41
|
+
_3g_mobiledata = "3g-mobiledata",
|
|
42
|
+
_3g_mobiledata_badge = "3g-mobiledata-badge",
|
|
43
|
+
_3k = "3k",
|
|
44
|
+
_3k_plus = "3k-plus",
|
|
45
|
+
_3mp = "3mp",
|
|
46
|
+
_3p = "3p",
|
|
47
|
+
_4g_mobiledata = "4g-mobiledata",
|
|
48
|
+
_4g_mobiledata_badge = "4g-mobiledata-badge",
|
|
49
|
+
_4g_plus_mobiledata = "4g-plus-mobiledata",
|
|
50
|
+
_4k = "4k",
|
|
51
|
+
_4k_plus = "4k-plus",
|
|
52
|
+
_4mp = "4mp",
|
|
53
|
+
_50mp = "50mp",
|
|
54
|
+
_5g = "5g",
|
|
55
|
+
_5g_mobiledata_badge = "5g-mobiledata-badge",
|
|
56
|
+
_5k = "5k",
|
|
57
|
+
_5k_plus = "5k-plus",
|
|
58
|
+
_5mp = "5mp",
|
|
59
|
+
_6_ft_apart = "6-ft-apart",
|
|
60
|
+
_60fps = "60fps",
|
|
61
|
+
_60fps_select = "60fps-select",
|
|
62
|
+
_6k = "6k",
|
|
63
|
+
_6k_plus = "6k-plus",
|
|
64
|
+
_6mp = "6mp",
|
|
65
|
+
_7k = "7k",
|
|
66
|
+
_7k_plus = "7k-plus",
|
|
67
|
+
_7mp = "7mp",
|
|
68
|
+
_8k = "8k",
|
|
69
|
+
_8k_plus = "8k-plus",
|
|
70
|
+
_8mp = "8mp",
|
|
71
|
+
_9k = "9k",
|
|
72
|
+
_9k_plus = "9k-plus",
|
|
73
|
+
_9mp = "9mp",
|
|
74
|
+
abc = "abc",
|
|
75
|
+
ac_unit = "ac-unit",
|
|
76
|
+
accessibility = "accessibility",
|
|
77
|
+
accessibility_new = "accessibility-new",
|
|
78
|
+
accessible = "accessible",
|
|
79
|
+
accessible_forward = "accessible-forward",
|
|
80
|
+
accessible_menu = "accessible-menu",
|
|
81
|
+
account_balance = "account-balance",
|
|
82
|
+
account_balance_wallet = "account-balance-wallet",
|
|
83
|
+
account_box = "account-box",
|
|
84
|
+
account_child = "account-child",
|
|
85
|
+
account_child_invert = "account-child-invert",
|
|
86
|
+
account_circle = "account-circle",
|
|
87
|
+
account_circle_off = "account-circle-off",
|
|
88
|
+
account_tree = "account-tree",
|
|
89
|
+
action_key = "action-key",
|
|
90
|
+
activity_zone = "activity-zone",
|
|
91
|
+
acupuncture = "acupuncture",
|
|
92
|
+
acute = "acute",
|
|
93
|
+
ad = "ad",
|
|
94
|
+
ad_group = "ad-group",
|
|
95
|
+
ad_group_off = "ad-group-off",
|
|
96
|
+
ad_off = "ad-off",
|
|
97
|
+
adaptive_audio_mic = "adaptive-audio-mic",
|
|
98
|
+
adaptive_audio_mic_off = "adaptive-audio-mic-off",
|
|
99
|
+
adb = "adb",
|
|
100
|
+
add = "add",
|
|
101
|
+
add_2 = "add-2",
|
|
102
|
+
add_a_photo = "add-a-photo",
|
|
103
|
+
add_ad = "add-ad",
|
|
104
|
+
add_alert = "add-alert",
|
|
105
|
+
add_box = "add-box",
|
|
106
|
+
add_business = "add-business",
|
|
107
|
+
add_call = "add-call",
|
|
108
|
+
add_card = "add-card",
|
|
109
|
+
add_chart = "add-chart",
|
|
110
|
+
add_circle = "add-circle",
|
|
111
|
+
add_column_left = "add-column-left",
|
|
112
|
+
add_column_right = "add-column-right",
|
|
113
|
+
add_comment = "add-comment",
|
|
114
|
+
add_diamond = "add-diamond",
|
|
115
|
+
add_home = "add-home",
|
|
116
|
+
add_home_work = "add-home-work",
|
|
117
|
+
add_link = "add-link",
|
|
118
|
+
add_location = "add-location",
|
|
119
|
+
add_location_alt = "add-location-alt",
|
|
120
|
+
add_moderator = "add-moderator",
|
|
121
|
+
add_notes = "add-notes",
|
|
122
|
+
add_photo_alternate = "add-photo-alternate",
|
|
123
|
+
add_reaction = "add-reaction",
|
|
124
|
+
add_road = "add-road",
|
|
125
|
+
add_row_above = "add-row-above",
|
|
126
|
+
add_row_below = "add-row-below",
|
|
127
|
+
add_shopping_cart = "add-shopping-cart",
|
|
128
|
+
add_task = "add-task",
|
|
129
|
+
add_to_drive = "add-to-drive",
|
|
130
|
+
add_to_queue = "add-to-queue",
|
|
131
|
+
add_triangle = "add-triangle",
|
|
132
|
+
adf_scanner = "adf-scanner",
|
|
133
|
+
adjust = "adjust",
|
|
134
|
+
admin_meds = "admin-meds",
|
|
135
|
+
admin_panel_settings = "admin-panel-settings",
|
|
136
|
+
ads_click = "ads-click",
|
|
137
|
+
agender = "agender",
|
|
138
|
+
agriculture = "agriculture",
|
|
139
|
+
air = "air",
|
|
140
|
+
air_freshener = "air-freshener",
|
|
141
|
+
air_purifier = "air-purifier",
|
|
142
|
+
air_purifier_gen = "air-purifier-gen",
|
|
143
|
+
airline_seat_flat = "airline-seat-flat",
|
|
144
|
+
airline_seat_flat_angled = "airline-seat-flat-angled",
|
|
145
|
+
airline_seat_individual_suite = "airline-seat-individual-suite",
|
|
146
|
+
airline_seat_legroom_extra = "airline-seat-legroom-extra",
|
|
147
|
+
airline_seat_legroom_normal = "airline-seat-legroom-normal",
|
|
148
|
+
airline_seat_legroom_reduced = "airline-seat-legroom-reduced",
|
|
149
|
+
airline_seat_recline_extra = "airline-seat-recline-extra",
|
|
150
|
+
airline_seat_recline_normal = "airline-seat-recline-normal",
|
|
151
|
+
airline_stops = "airline-stops",
|
|
152
|
+
airlines = "airlines",
|
|
153
|
+
airplane_ticket = "airplane-ticket",
|
|
154
|
+
airplanemode_inactive = "airplanemode-inactive",
|
|
155
|
+
airplay = "airplay",
|
|
156
|
+
airport_shuttle = "airport-shuttle",
|
|
157
|
+
airwave = "airwave",
|
|
158
|
+
alarm = "alarm",
|
|
159
|
+
alarm_add = "alarm-add",
|
|
160
|
+
alarm_off = "alarm-off",
|
|
161
|
+
alarm_on = "alarm-on",
|
|
162
|
+
alarm_pause = "alarm-pause",
|
|
163
|
+
alarm_smart_wake = "alarm-smart-wake",
|
|
164
|
+
album = "album",
|
|
165
|
+
align_center = "align-center",
|
|
166
|
+
align_end = "align-end",
|
|
167
|
+
align_flex_center = "align-flex-center",
|
|
168
|
+
align_flex_end = "align-flex-end",
|
|
169
|
+
align_flex_start = "align-flex-start",
|
|
170
|
+
align_horizontal_center = "align-horizontal-center",
|
|
171
|
+
align_horizontal_left = "align-horizontal-left",
|
|
172
|
+
align_horizontal_right = "align-horizontal-right",
|
|
173
|
+
align_items_stretch = "align-items-stretch",
|
|
174
|
+
align_justify_center = "align-justify-center",
|
|
175
|
+
align_justify_flex_end = "align-justify-flex-end",
|
|
176
|
+
align_justify_flex_start = "align-justify-flex-start",
|
|
177
|
+
align_justify_space_around = "align-justify-space-around",
|
|
178
|
+
align_justify_space_between = "align-justify-space-between",
|
|
179
|
+
align_justify_space_even = "align-justify-space-even",
|
|
180
|
+
align_justify_stretch = "align-justify-stretch",
|
|
181
|
+
align_self_stretch = "align-self-stretch",
|
|
182
|
+
align_space_around = "align-space-around",
|
|
183
|
+
align_space_between = "align-space-between",
|
|
184
|
+
align_space_even = "align-space-even",
|
|
185
|
+
align_start = "align-start",
|
|
186
|
+
align_stretch = "align-stretch",
|
|
187
|
+
align_vertical_bottom = "align-vertical-bottom",
|
|
188
|
+
align_vertical_center = "align-vertical-center",
|
|
189
|
+
align_vertical_top = "align-vertical-top",
|
|
190
|
+
all_inbox = "all-inbox",
|
|
191
|
+
all_inclusive = "all-inclusive",
|
|
192
|
+
all_match = "all-match",
|
|
193
|
+
all_out = "all-out",
|
|
194
|
+
allergies = "allergies",
|
|
195
|
+
allergy = "allergy",
|
|
196
|
+
alt_route = "alt-route",
|
|
197
|
+
alternate_email = "alternate-email",
|
|
198
|
+
altitude = "altitude",
|
|
199
|
+
ambulance = "ambulance",
|
|
200
|
+
amend = "amend",
|
|
201
|
+
amp_stories = "amp-stories",
|
|
202
|
+
analytics = "analytics",
|
|
203
|
+
anchor = "anchor",
|
|
204
|
+
android = "android",
|
|
205
|
+
android_cell_4_bar = "android-cell-4-bar",
|
|
206
|
+
android_cell_4_bar_alert = "android-cell-4-bar-alert",
|
|
207
|
+
android_cell_4_bar_off = "android-cell-4-bar-off",
|
|
208
|
+
android_cell_4_bar_plus = "android-cell-4-bar-plus",
|
|
209
|
+
android_cell_5_bar = "android-cell-5-bar",
|
|
210
|
+
android_cell_5_bar_alert = "android-cell-5-bar-alert",
|
|
211
|
+
android_cell_5_bar_off = "android-cell-5-bar-off",
|
|
212
|
+
android_cell_5_bar_plus = "android-cell-5-bar-plus",
|
|
213
|
+
android_cell_dual_4_bar = "android-cell-dual-4-bar",
|
|
214
|
+
android_cell_dual_4_bar_alert = "android-cell-dual-4-bar-alert",
|
|
215
|
+
android_cell_dual_4_bar_plus = "android-cell-dual-4-bar-plus",
|
|
216
|
+
android_cell_dual_5_bar = "android-cell-dual-5-bar",
|
|
217
|
+
android_cell_dual_5_bar_alert = "android-cell-dual-5-bar-alert",
|
|
218
|
+
android_cell_dual_5_bar_plus = "android-cell-dual-5-bar-plus",
|
|
219
|
+
android_wifi_3_bar = "android-wifi-3-bar",
|
|
220
|
+
android_wifi_3_bar_alert = "android-wifi-3-bar-alert",
|
|
221
|
+
android_wifi_3_bar_lock = "android-wifi-3-bar-lock",
|
|
222
|
+
android_wifi_3_bar_off = "android-wifi-3-bar-off",
|
|
223
|
+
android_wifi_3_bar_plus = "android-wifi-3-bar-plus",
|
|
224
|
+
android_wifi_3_bar_question = "android-wifi-3-bar-question",
|
|
225
|
+
android_wifi_4_bar = "android-wifi-4-bar",
|
|
226
|
+
android_wifi_4_bar_alert = "android-wifi-4-bar-alert",
|
|
227
|
+
android_wifi_4_bar_lock = "android-wifi-4-bar-lock",
|
|
228
|
+
android_wifi_4_bar_off = "android-wifi-4-bar-off",
|
|
229
|
+
android_wifi_4_bar_plus = "android-wifi-4-bar-plus",
|
|
230
|
+
android_wifi_4_bar_question = "android-wifi-4-bar-question",
|
|
231
|
+
animated_images = "animated-images",
|
|
232
|
+
animation = "animation",
|
|
233
|
+
antigravity = "antigravity",
|
|
234
|
+
aod_tablet = "aod-tablet",
|
|
235
|
+
aod_watch = "aod-watch",
|
|
236
|
+
apartment = "apartment",
|
|
237
|
+
api = "api",
|
|
238
|
+
apk_document = "apk-document",
|
|
239
|
+
apk_install = "apk-install",
|
|
240
|
+
app_badging = "app-badging",
|
|
241
|
+
app_registration = "app-registration",
|
|
242
|
+
apparel = "apparel",
|
|
243
|
+
approval = "approval",
|
|
244
|
+
approval_delegation = "approval-delegation",
|
|
245
|
+
approval_delegation_off = "approval-delegation-off",
|
|
246
|
+
apps = "apps",
|
|
247
|
+
apps_outage = "apps-outage",
|
|
248
|
+
aq = "aq",
|
|
249
|
+
aq_indoor = "aq-indoor",
|
|
250
|
+
ar_on_you = "ar-on-you",
|
|
251
|
+
ar_stickers = "ar-stickers",
|
|
252
|
+
architecture = "architecture",
|
|
253
|
+
archive = "archive",
|
|
254
|
+
area_chart = "area-chart",
|
|
255
|
+
arming_countdown = "arming-countdown",
|
|
256
|
+
arrow_and_edge = "arrow-and-edge",
|
|
257
|
+
arrow_back = "arrow-back",
|
|
258
|
+
arrow_back_2 = "arrow-back-2",
|
|
259
|
+
arrow_back_ios = "arrow-back-ios",
|
|
260
|
+
arrow_back_ios_new = "arrow-back-ios-new",
|
|
261
|
+
arrow_circle_down = "arrow-circle-down",
|
|
262
|
+
arrow_circle_left = "arrow-circle-left",
|
|
263
|
+
arrow_circle_right = "arrow-circle-right",
|
|
264
|
+
arrow_circle_up = "arrow-circle-up",
|
|
265
|
+
arrow_cool_down = "arrow-cool-down",
|
|
266
|
+
arrow_downward = "arrow-downward",
|
|
267
|
+
arrow_downward_alt = "arrow-downward-alt",
|
|
268
|
+
arrow_drop_down = "arrow-drop-down",
|
|
269
|
+
arrow_drop_down_circle = "arrow-drop-down-circle",
|
|
270
|
+
arrow_drop_up = "arrow-drop-up",
|
|
271
|
+
arrow_forward = "arrow-forward",
|
|
272
|
+
arrow_forward_ios = "arrow-forward-ios",
|
|
273
|
+
arrow_insert = "arrow-insert",
|
|
274
|
+
arrow_left = "arrow-left",
|
|
275
|
+
arrow_left_alt = "arrow-left-alt",
|
|
276
|
+
arrow_menu_close = "arrow-menu-close",
|
|
277
|
+
arrow_menu_open = "arrow-menu-open",
|
|
278
|
+
arrow_or_edge = "arrow-or-edge",
|
|
279
|
+
arrow_outward = "arrow-outward",
|
|
280
|
+
arrow_range = "arrow-range",
|
|
281
|
+
arrow_right = "arrow-right",
|
|
282
|
+
arrow_right_alt = "arrow-right-alt",
|
|
283
|
+
arrow_selector_tool = "arrow-selector-tool",
|
|
284
|
+
arrow_shape_up = "arrow-shape-up",
|
|
285
|
+
arrow_shape_up_stack = "arrow-shape-up-stack",
|
|
286
|
+
arrow_shape_up_stack_2 = "arrow-shape-up-stack-2",
|
|
287
|
+
arrow_split = "arrow-split",
|
|
288
|
+
arrow_top_left = "arrow-top-left",
|
|
289
|
+
arrow_top_right = "arrow-top-right",
|
|
290
|
+
arrow_upload_progress = "arrow-upload-progress",
|
|
291
|
+
arrow_upload_ready = "arrow-upload-ready",
|
|
292
|
+
arrow_upward = "arrow-upward",
|
|
293
|
+
arrow_upward_alt = "arrow-upward-alt",
|
|
294
|
+
arrow_warm_up = "arrow-warm-up",
|
|
295
|
+
arrows_input = "arrows-input",
|
|
296
|
+
arrows_left_right_circle = "arrows-left-right-circle",
|
|
297
|
+
arrows_more_down = "arrows-more-down",
|
|
298
|
+
arrows_more_up = "arrows-more-up",
|
|
299
|
+
arrows_output = "arrows-output",
|
|
300
|
+
arrows_outward = "arrows-outward",
|
|
301
|
+
arrows_up_down_circle = "arrows-up-down-circle",
|
|
302
|
+
art_track = "art-track",
|
|
303
|
+
article = "article",
|
|
304
|
+
article_person = "article-person",
|
|
305
|
+
article_shortcut = "article-shortcut",
|
|
306
|
+
artist = "artist",
|
|
307
|
+
aspect_ratio = "aspect-ratio",
|
|
308
|
+
assignment = "assignment",
|
|
309
|
+
assignment_add = "assignment-add",
|
|
310
|
+
assignment_globe = "assignment-globe",
|
|
311
|
+
assignment_ind = "assignment-ind",
|
|
312
|
+
assignment_late = "assignment-late",
|
|
313
|
+
assignment_return = "assignment-return",
|
|
314
|
+
assignment_returned = "assignment-returned",
|
|
315
|
+
assignment_turned_in = "assignment-turned-in",
|
|
316
|
+
assist_walker = "assist-walker",
|
|
317
|
+
assistant_device = "assistant-device",
|
|
318
|
+
assistant_direction = "assistant-direction",
|
|
319
|
+
assistant_navigation = "assistant-navigation",
|
|
320
|
+
assistant_on_hub = "assistant-on-hub",
|
|
321
|
+
assured_workload = "assured-workload",
|
|
322
|
+
asterisk = "asterisk",
|
|
323
|
+
atm = "atm",
|
|
324
|
+
atr = "atr",
|
|
325
|
+
attach_email = "attach-email",
|
|
326
|
+
attach_file = "attach-file",
|
|
327
|
+
attach_file_add = "attach-file-add",
|
|
328
|
+
attach_file_off = "attach-file-off",
|
|
329
|
+
attach_money = "attach-money",
|
|
330
|
+
attachment = "attachment",
|
|
331
|
+
attractions = "attractions",
|
|
332
|
+
attribution = "attribution",
|
|
333
|
+
audio_description = "audio-description",
|
|
334
|
+
audio_file = "audio-file",
|
|
335
|
+
audio_video_receiver = "audio-video-receiver",
|
|
336
|
+
auto_awesome_mosaic = "auto-awesome-mosaic",
|
|
337
|
+
auto_awesome_motion = "auto-awesome-motion",
|
|
338
|
+
auto_delete = "auto-delete",
|
|
339
|
+
auto_read_pause = "auto-read-pause",
|
|
340
|
+
auto_read_play = "auto-read-play",
|
|
341
|
+
auto_stories = "auto-stories",
|
|
342
|
+
auto_stories_off = "auto-stories-off",
|
|
343
|
+
auto_towing = "auto-towing",
|
|
344
|
+
auto_transmission = "auto-transmission",
|
|
345
|
+
autofps_select = "autofps-select",
|
|
346
|
+
automation = "automation",
|
|
347
|
+
autopause = "autopause",
|
|
348
|
+
autoplay = "autoplay",
|
|
349
|
+
autorenew = "autorenew",
|
|
350
|
+
autostop = "autostop",
|
|
351
|
+
av_timer = "av-timer",
|
|
352
|
+
av1 = "av1",
|
|
353
|
+
avc = "avc",
|
|
354
|
+
avg_pace = "avg-pace",
|
|
355
|
+
avg_time = "avg-time",
|
|
356
|
+
award_meal = "award-meal",
|
|
357
|
+
award_star = "award-star",
|
|
358
|
+
azm = "azm",
|
|
359
|
+
b_circle = "b-circle",
|
|
360
|
+
baby_changing_station = "baby-changing-station",
|
|
361
|
+
back_hand = "back-hand",
|
|
362
|
+
back_to_tab = "back-to-tab",
|
|
363
|
+
background_dot_large = "background-dot-large",
|
|
364
|
+
background_dot_small = "background-dot-small",
|
|
365
|
+
background_grid_small = "background-grid-small",
|
|
366
|
+
background_replace = "background-replace",
|
|
367
|
+
backlight_high = "backlight-high",
|
|
368
|
+
backlight_high_off = "backlight-high-off",
|
|
369
|
+
backlight_low = "backlight-low",
|
|
370
|
+
backpack = "backpack",
|
|
371
|
+
backspace = "backspace",
|
|
372
|
+
backup = "backup",
|
|
373
|
+
backup_table = "backup-table",
|
|
374
|
+
badge = "badge",
|
|
375
|
+
badge_critical_battery = "badge-critical-battery",
|
|
376
|
+
badminton = "badminton",
|
|
377
|
+
bakery_dining = "bakery-dining",
|
|
378
|
+
balance = "balance",
|
|
379
|
+
balcony = "balcony",
|
|
380
|
+
ballot = "ballot",
|
|
381
|
+
bar_chart = "bar-chart",
|
|
382
|
+
bar_chart_4_bars = "bar-chart-4-bars",
|
|
383
|
+
bar_chart_off = "bar-chart-off",
|
|
384
|
+
barcode = "barcode",
|
|
385
|
+
barcode_reader = "barcode-reader",
|
|
386
|
+
barcode_scanner = "barcode-scanner",
|
|
387
|
+
barefoot = "barefoot",
|
|
388
|
+
batch_prediction = "batch-prediction",
|
|
389
|
+
bath_bedrock = "bath-bedrock",
|
|
390
|
+
bath_outdoor = "bath-outdoor",
|
|
391
|
+
bath_private = "bath-private",
|
|
392
|
+
bath_public_large = "bath-public-large",
|
|
393
|
+
bath_soak = "bath-soak",
|
|
394
|
+
bathroom = "bathroom",
|
|
395
|
+
bathtub = "bathtub",
|
|
396
|
+
battery_0_bar = "battery-0-bar",
|
|
397
|
+
battery_1_bar = "battery-1-bar",
|
|
398
|
+
battery_2_bar = "battery-2-bar",
|
|
399
|
+
battery_3_bar = "battery-3-bar",
|
|
400
|
+
battery_4_bar = "battery-4-bar",
|
|
401
|
+
battery_5_bar = "battery-5-bar",
|
|
402
|
+
battery_6_bar = "battery-6-bar",
|
|
403
|
+
battery_alert = "battery-alert",
|
|
404
|
+
battery_android_0 = "battery-android-0",
|
|
405
|
+
battery_android_1 = "battery-android-1",
|
|
406
|
+
battery_android_2 = "battery-android-2",
|
|
407
|
+
battery_android_3 = "battery-android-3",
|
|
408
|
+
battery_android_4 = "battery-android-4",
|
|
409
|
+
battery_android_5 = "battery-android-5",
|
|
410
|
+
battery_android_6 = "battery-android-6",
|
|
411
|
+
battery_android_alert = "battery-android-alert",
|
|
412
|
+
battery_android_bolt = "battery-android-bolt",
|
|
413
|
+
battery_android_frame_1 = "battery-android-frame-1",
|
|
414
|
+
battery_android_frame_2 = "battery-android-frame-2",
|
|
415
|
+
battery_android_frame_3 = "battery-android-frame-3",
|
|
416
|
+
battery_android_frame_4 = "battery-android-frame-4",
|
|
417
|
+
battery_android_frame_5 = "battery-android-frame-5",
|
|
418
|
+
battery_android_frame_6 = "battery-android-frame-6",
|
|
419
|
+
battery_android_frame_alert = "battery-android-frame-alert",
|
|
420
|
+
battery_android_frame_bolt = "battery-android-frame-bolt",
|
|
421
|
+
battery_android_frame_full = "battery-android-frame-full",
|
|
422
|
+
battery_android_frame_plus = "battery-android-frame-plus",
|
|
423
|
+
battery_android_frame_question = "battery-android-frame-question",
|
|
424
|
+
battery_android_frame_share = "battery-android-frame-share",
|
|
425
|
+
battery_android_frame_shield = "battery-android-frame-shield",
|
|
426
|
+
battery_android_full = "battery-android-full",
|
|
427
|
+
battery_android_plus = "battery-android-plus",
|
|
428
|
+
battery_android_question = "battery-android-question",
|
|
429
|
+
battery_android_share = "battery-android-share",
|
|
430
|
+
battery_android_shield = "battery-android-shield",
|
|
431
|
+
battery_change = "battery-change",
|
|
432
|
+
battery_charging_20 = "battery-charging-20",
|
|
433
|
+
battery_charging_30 = "battery-charging-30",
|
|
434
|
+
battery_charging_50 = "battery-charging-50",
|
|
435
|
+
battery_charging_60 = "battery-charging-60",
|
|
436
|
+
battery_charging_80 = "battery-charging-80",
|
|
437
|
+
battery_charging_90 = "battery-charging-90",
|
|
438
|
+
battery_charging_full = "battery-charging-full",
|
|
439
|
+
battery_error = "battery-error",
|
|
440
|
+
battery_full = "battery-full",
|
|
441
|
+
battery_full_alt = "battery-full-alt",
|
|
442
|
+
battery_horiz_000 = "battery-horiz-000",
|
|
443
|
+
battery_horiz_050 = "battery-horiz-050",
|
|
444
|
+
battery_horiz_075 = "battery-horiz-075",
|
|
445
|
+
battery_low = "battery-low",
|
|
446
|
+
battery_plus = "battery-plus",
|
|
447
|
+
battery_profile = "battery-profile",
|
|
448
|
+
battery_share = "battery-share",
|
|
449
|
+
battery_status_good = "battery-status-good",
|
|
450
|
+
battery_unknown = "battery-unknown",
|
|
451
|
+
battery_very_low = "battery-very-low",
|
|
452
|
+
beach_access = "beach-access",
|
|
453
|
+
bed = "bed",
|
|
454
|
+
bedroom_baby = "bedroom-baby",
|
|
455
|
+
bedroom_child = "bedroom-child",
|
|
456
|
+
bedroom_parent = "bedroom-parent",
|
|
457
|
+
bedtime = "bedtime",
|
|
458
|
+
bedtime_off = "bedtime-off",
|
|
459
|
+
beenhere = "beenhere",
|
|
460
|
+
beer_meal = "beer-meal",
|
|
461
|
+
bento = "bento",
|
|
462
|
+
bia = "bia",
|
|
463
|
+
bid_landscape = "bid-landscape",
|
|
464
|
+
bid_landscape_disabled = "bid-landscape-disabled",
|
|
465
|
+
bigtop_updates = "bigtop-updates",
|
|
466
|
+
bike_dock = "bike-dock",
|
|
467
|
+
bike_lane = "bike-lane",
|
|
468
|
+
bike_scooter = "bike-scooter",
|
|
469
|
+
biotech = "biotech",
|
|
470
|
+
blanket = "blanket",
|
|
471
|
+
blender = "blender",
|
|
472
|
+
blind = "blind",
|
|
473
|
+
blinds = "blinds",
|
|
474
|
+
blinds_closed = "blinds-closed",
|
|
475
|
+
block = "block",
|
|
476
|
+
blood_pressure = "blood-pressure",
|
|
477
|
+
bloodtype = "bloodtype",
|
|
478
|
+
bluetooth = "bluetooth",
|
|
479
|
+
bluetooth_connected = "bluetooth-connected",
|
|
480
|
+
bluetooth_disabled = "bluetooth-disabled",
|
|
481
|
+
bluetooth_drive = "bluetooth-drive",
|
|
482
|
+
bluetooth_searching = "bluetooth-searching",
|
|
483
|
+
blur_circular = "blur-circular",
|
|
484
|
+
blur_linear = "blur-linear",
|
|
485
|
+
blur_medium = "blur-medium",
|
|
486
|
+
blur_off = "blur-off",
|
|
487
|
+
blur_on = "blur-on",
|
|
488
|
+
blur_short = "blur-short",
|
|
489
|
+
boat_bus = "boat-bus",
|
|
490
|
+
boat_railway = "boat-railway",
|
|
491
|
+
body_fat = "body-fat",
|
|
492
|
+
body_system = "body-system",
|
|
493
|
+
bolt = "bolt",
|
|
494
|
+
bomb = "bomb",
|
|
495
|
+
book = "book",
|
|
496
|
+
book_2 = "book-2",
|
|
497
|
+
book_3 = "book-3",
|
|
498
|
+
book_4 = "book-4",
|
|
499
|
+
book_5 = "book-5",
|
|
500
|
+
book_6 = "book-6",
|
|
501
|
+
book_ribbon = "book-ribbon",
|
|
502
|
+
bookmark = "bookmark",
|
|
503
|
+
bookmark_add = "bookmark-add",
|
|
504
|
+
bookmark_added = "bookmark-added",
|
|
505
|
+
bookmark_bag = "bookmark-bag",
|
|
506
|
+
bookmark_check = "bookmark-check",
|
|
507
|
+
bookmark_flag = "bookmark-flag",
|
|
508
|
+
bookmark_heart = "bookmark-heart",
|
|
509
|
+
bookmark_manager = "bookmark-manager",
|
|
510
|
+
bookmark_remove = "bookmark-remove",
|
|
511
|
+
bookmark_stacks = "bookmark-stacks",
|
|
512
|
+
bookmark_star = "bookmark-star",
|
|
513
|
+
bookmarks = "bookmarks",
|
|
514
|
+
books_movies_and_music = "books-movies-and-music",
|
|
515
|
+
border_all = "border-all",
|
|
516
|
+
border_bottom = "border-bottom",
|
|
517
|
+
border_clear = "border-clear",
|
|
518
|
+
border_color = "border-color",
|
|
519
|
+
border_horizontal = "border-horizontal",
|
|
520
|
+
border_inner = "border-inner",
|
|
521
|
+
border_left = "border-left",
|
|
522
|
+
border_outer = "border-outer",
|
|
523
|
+
border_right = "border-right",
|
|
524
|
+
border_style = "border-style",
|
|
525
|
+
border_top = "border-top",
|
|
526
|
+
border_vertical = "border-vertical",
|
|
527
|
+
borg = "borg",
|
|
528
|
+
bottom_app_bar = "bottom-app-bar",
|
|
529
|
+
bottom_drawer = "bottom-drawer",
|
|
530
|
+
bottom_navigation = "bottom-navigation",
|
|
531
|
+
bottom_panel_close = "bottom-panel-close",
|
|
532
|
+
bottom_panel_open = "bottom-panel-open",
|
|
533
|
+
bottom_right_click = "bottom-right-click",
|
|
534
|
+
bottom_sheets = "bottom-sheets",
|
|
535
|
+
box = "box",
|
|
536
|
+
box_add = "box-add",
|
|
537
|
+
box_edit = "box-edit",
|
|
538
|
+
boy = "boy",
|
|
539
|
+
brand_awareness = "brand-awareness",
|
|
540
|
+
brand_family = "brand-family",
|
|
541
|
+
branding_watermark = "branding-watermark",
|
|
542
|
+
breakfast_dining = "breakfast-dining",
|
|
543
|
+
breaking_news = "breaking-news",
|
|
544
|
+
breaking_news_alt_1 = "breaking-news-alt-1",
|
|
545
|
+
breastfeeding = "breastfeeding",
|
|
546
|
+
brick = "brick",
|
|
547
|
+
briefcase_meal = "briefcase-meal",
|
|
548
|
+
brightness_1 = "brightness-1",
|
|
549
|
+
brightness_2 = "brightness-2",
|
|
550
|
+
brightness_3 = "brightness-3",
|
|
551
|
+
brightness_4 = "brightness-4",
|
|
552
|
+
brightness_5 = "brightness-5",
|
|
553
|
+
brightness_6 = "brightness-6",
|
|
554
|
+
brightness_7 = "brightness-7",
|
|
555
|
+
brightness_alert = "brightness-alert",
|
|
556
|
+
brightness_auto = "brightness-auto",
|
|
557
|
+
brightness_empty = "brightness-empty",
|
|
558
|
+
brightness_medium = "brightness-medium",
|
|
559
|
+
bring_your_own_ip = "bring-your-own-ip",
|
|
560
|
+
broadcast_on_home = "broadcast-on-home",
|
|
561
|
+
broadcast_on_personal = "broadcast-on-personal",
|
|
562
|
+
broken_image = "broken-image",
|
|
563
|
+
browse = "browse",
|
|
564
|
+
browse_activity = "browse-activity",
|
|
565
|
+
browse_gallery = "browse-gallery",
|
|
566
|
+
browser_updated = "browser-updated",
|
|
567
|
+
brunch_dining = "brunch-dining",
|
|
568
|
+
brush = "brush",
|
|
569
|
+
bubble = "bubble",
|
|
570
|
+
bubble_chart = "bubble-chart",
|
|
571
|
+
bubbles = "bubbles",
|
|
572
|
+
bucket_check = "bucket-check",
|
|
573
|
+
bug_report = "bug-report",
|
|
574
|
+
build = "build",
|
|
575
|
+
build_circle = "build-circle",
|
|
576
|
+
bungalow = "bungalow",
|
|
577
|
+
burst_mode = "burst-mode",
|
|
578
|
+
bus_alert = "bus-alert",
|
|
579
|
+
bus_railway = "bus-railway",
|
|
580
|
+
business_center = "business-center",
|
|
581
|
+
business_chip = "business-chip",
|
|
582
|
+
business_messages = "business-messages",
|
|
583
|
+
buttons_alt = "buttons-alt",
|
|
584
|
+
cabin = "cabin",
|
|
585
|
+
cable = "cable",
|
|
586
|
+
cable_car = "cable-car",
|
|
587
|
+
cached = "cached",
|
|
588
|
+
cadence = "cadence",
|
|
589
|
+
cake = "cake",
|
|
590
|
+
cake_add = "cake-add",
|
|
591
|
+
calculate = "calculate",
|
|
592
|
+
calendar_add_on = "calendar-add-on",
|
|
593
|
+
calendar_apps_script = "calendar-apps-script",
|
|
594
|
+
calendar_check = "calendar-check",
|
|
595
|
+
calendar_clock = "calendar-clock",
|
|
596
|
+
calendar_lock = "calendar-lock",
|
|
597
|
+
calendar_meal = "calendar-meal",
|
|
598
|
+
calendar_meal_2 = "calendar-meal-2",
|
|
599
|
+
calendar_month = "calendar-month",
|
|
600
|
+
calendar_today = "calendar-today",
|
|
601
|
+
calendar_view_day = "calendar-view-day",
|
|
602
|
+
calendar_view_month = "calendar-view-month",
|
|
603
|
+
calendar_view_week = "calendar-view-week",
|
|
604
|
+
call = "call",
|
|
605
|
+
call_end = "call-end",
|
|
606
|
+
call_log = "call-log",
|
|
607
|
+
call_made = "call-made",
|
|
608
|
+
call_merge = "call-merge",
|
|
609
|
+
call_missed = "call-missed",
|
|
610
|
+
call_missed_outgoing = "call-missed-outgoing",
|
|
611
|
+
call_quality = "call-quality",
|
|
612
|
+
call_received = "call-received",
|
|
613
|
+
call_split = "call-split",
|
|
614
|
+
call_to_action = "call-to-action",
|
|
615
|
+
camera = "camera",
|
|
616
|
+
camera_indoor = "camera-indoor",
|
|
617
|
+
camera_outdoor = "camera-outdoor",
|
|
618
|
+
camera_roll = "camera-roll",
|
|
619
|
+
camera_video = "camera-video",
|
|
620
|
+
cameraswitch = "cameraswitch",
|
|
621
|
+
campaign = "campaign",
|
|
622
|
+
camping = "camping",
|
|
623
|
+
cancel = "cancel",
|
|
624
|
+
cancel_presentation = "cancel-presentation",
|
|
625
|
+
cancel_schedule_send = "cancel-schedule-send",
|
|
626
|
+
candle = "candle",
|
|
627
|
+
candlestick_chart = "candlestick-chart",
|
|
628
|
+
cannabis = "cannabis",
|
|
629
|
+
captive_portal = "captive-portal",
|
|
630
|
+
capture = "capture",
|
|
631
|
+
car_crash = "car-crash",
|
|
632
|
+
car_defrost_left = "car-defrost-left",
|
|
633
|
+
car_defrost_low_left = "car-defrost-low-left",
|
|
634
|
+
car_defrost_low_right = "car-defrost-low-right",
|
|
635
|
+
car_defrost_mid_left = "car-defrost-mid-left",
|
|
636
|
+
car_defrost_mid_low_left = "car-defrost-mid-low-left",
|
|
637
|
+
car_defrost_mid_low_right = "car-defrost-mid-low-right",
|
|
638
|
+
car_defrost_mid_right = "car-defrost-mid-right",
|
|
639
|
+
car_defrost_right = "car-defrost-right",
|
|
640
|
+
car_fan_low_left = "car-fan-low-left",
|
|
641
|
+
car_fan_low_mid_left = "car-fan-low-mid-left",
|
|
642
|
+
car_fan_low_right = "car-fan-low-right",
|
|
643
|
+
car_fan_mid_left = "car-fan-mid-left",
|
|
644
|
+
car_fan_mid_low_right = "car-fan-mid-low-right",
|
|
645
|
+
car_fan_mid_right = "car-fan-mid-right",
|
|
646
|
+
car_fan_recirculate = "car-fan-recirculate",
|
|
647
|
+
car_gear = "car-gear",
|
|
648
|
+
car_lock = "car-lock",
|
|
649
|
+
car_mirror_heat = "car-mirror-heat",
|
|
650
|
+
car_rental = "car-rental",
|
|
651
|
+
car_repair = "car-repair",
|
|
652
|
+
car_tag = "car-tag",
|
|
653
|
+
card_membership = "card-membership",
|
|
654
|
+
card_travel = "card-travel",
|
|
655
|
+
cardio_load = "cardio-load",
|
|
656
|
+
cardiology = "cardiology",
|
|
657
|
+
cards = "cards",
|
|
658
|
+
cards_stack = "cards-stack",
|
|
659
|
+
cards_star = "cards-star",
|
|
660
|
+
carpenter = "carpenter",
|
|
661
|
+
carry_on_bag = "carry-on-bag",
|
|
662
|
+
carry_on_bag_checked = "carry-on-bag-checked",
|
|
663
|
+
carry_on_bag_inactive = "carry-on-bag-inactive",
|
|
664
|
+
carry_on_bag_question = "carry-on-bag-question",
|
|
665
|
+
cases = "cases",
|
|
666
|
+
casino = "casino",
|
|
667
|
+
cast = "cast",
|
|
668
|
+
cast_connected = "cast-connected",
|
|
669
|
+
cast_for_education = "cast-for-education",
|
|
670
|
+
cast_pause = "cast-pause",
|
|
671
|
+
cast_warning = "cast-warning",
|
|
672
|
+
castle = "castle",
|
|
673
|
+
category = "category",
|
|
674
|
+
category_search = "category-search",
|
|
675
|
+
celebration = "celebration",
|
|
676
|
+
cell_merge = "cell-merge",
|
|
677
|
+
cell_tower = "cell-tower",
|
|
678
|
+
cell_wifi = "cell-wifi",
|
|
679
|
+
center_focus_strong = "center-focus-strong",
|
|
680
|
+
center_focus_weak = "center-focus-weak",
|
|
681
|
+
chair = "chair",
|
|
682
|
+
chair_alt = "chair-alt",
|
|
683
|
+
chair_counter = "chair-counter",
|
|
684
|
+
chair_fireplace = "chair-fireplace",
|
|
685
|
+
chair_umbrella = "chair-umbrella",
|
|
686
|
+
chalet = "chalet",
|
|
687
|
+
change_circle = "change-circle",
|
|
688
|
+
change_history = "change-history",
|
|
689
|
+
charger = "charger",
|
|
690
|
+
chart_data = "chart-data",
|
|
691
|
+
chat = "chat",
|
|
692
|
+
chat_add_on = "chat-add-on",
|
|
693
|
+
chat_apps_script = "chat-apps-script",
|
|
694
|
+
chat_bubble = "chat-bubble",
|
|
695
|
+
chat_bubble_off = "chat-bubble-off",
|
|
696
|
+
chat_dashed = "chat-dashed",
|
|
697
|
+
chat_error = "chat-error",
|
|
698
|
+
chat_info = "chat-info",
|
|
699
|
+
chat_paste_go = "chat-paste-go",
|
|
700
|
+
chat_paste_go_2 = "chat-paste-go-2",
|
|
701
|
+
check = "check",
|
|
702
|
+
check_box = "check-box",
|
|
703
|
+
check_box_outline_blank = "check-box-outline-blank",
|
|
704
|
+
check_circle = "check-circle",
|
|
705
|
+
check_circle_unread = "check-circle-unread",
|
|
706
|
+
check_in_out = "check-in-out",
|
|
707
|
+
check_indeterminate_small = "check-indeterminate-small",
|
|
708
|
+
check_small = "check-small",
|
|
709
|
+
checkbook = "checkbook",
|
|
710
|
+
checked_bag = "checked-bag",
|
|
711
|
+
checked_bag_question = "checked-bag-question",
|
|
712
|
+
checklist = "checklist",
|
|
713
|
+
checklist_rtl = "checklist-rtl",
|
|
714
|
+
checkroom = "checkroom",
|
|
715
|
+
cheer = "cheer",
|
|
716
|
+
chef_hat = "chef-hat",
|
|
717
|
+
chess = "chess",
|
|
718
|
+
chess_bishop = "chess-bishop",
|
|
719
|
+
chess_bishop_2 = "chess-bishop-2",
|
|
720
|
+
chess_king = "chess-king",
|
|
721
|
+
chess_king_2 = "chess-king-2",
|
|
722
|
+
chess_knight = "chess-knight",
|
|
723
|
+
chess_pawn = "chess-pawn",
|
|
724
|
+
chess_pawn_2 = "chess-pawn-2",
|
|
725
|
+
chess_queen = "chess-queen",
|
|
726
|
+
chess_rook = "chess-rook",
|
|
727
|
+
chevron_backward = "chevron-backward",
|
|
728
|
+
chevron_forward = "chevron-forward",
|
|
729
|
+
chevron_left = "chevron-left",
|
|
730
|
+
chevron_line_up = "chevron-line-up",
|
|
731
|
+
chevron_right = "chevron-right",
|
|
732
|
+
child_care = "child-care",
|
|
733
|
+
child_friendly = "child-friendly",
|
|
734
|
+
child_hat = "child-hat",
|
|
735
|
+
chip_extraction = "chip-extraction",
|
|
736
|
+
chips = "chips",
|
|
737
|
+
chrome_reader_mode = "chrome-reader-mode",
|
|
738
|
+
chromecast_2 = "chromecast-2",
|
|
739
|
+
chromecast_device = "chromecast-device",
|
|
740
|
+
chronic = "chronic",
|
|
741
|
+
church = "church",
|
|
742
|
+
cinematic_blur = "cinematic-blur",
|
|
743
|
+
circle = "circle",
|
|
744
|
+
circle_circle = "circle-circle",
|
|
745
|
+
circle_notifications = "circle-notifications",
|
|
746
|
+
circles = "circles",
|
|
747
|
+
circles_ext = "circles-ext",
|
|
748
|
+
clarify = "clarify",
|
|
749
|
+
clean_hands = "clean-hands",
|
|
750
|
+
cleaning = "cleaning",
|
|
751
|
+
cleaning_bucket = "cleaning-bucket",
|
|
752
|
+
cleaning_services = "cleaning-services",
|
|
753
|
+
clear_all = "clear-all",
|
|
754
|
+
clear_day = "clear-day",
|
|
755
|
+
climate_mini_split = "climate-mini-split",
|
|
756
|
+
clinical_notes = "clinical-notes",
|
|
757
|
+
clock_arrow_down = "clock-arrow-down",
|
|
758
|
+
clock_arrow_up = "clock-arrow-up",
|
|
759
|
+
clock_loader_10 = "clock-loader-10",
|
|
760
|
+
clock_loader_20 = "clock-loader-20",
|
|
761
|
+
clock_loader_40 = "clock-loader-40",
|
|
762
|
+
clock_loader_60 = "clock-loader-60",
|
|
763
|
+
clock_loader_80 = "clock-loader-80",
|
|
764
|
+
clock_loader_90 = "clock-loader-90",
|
|
765
|
+
close = "close",
|
|
766
|
+
close_fullscreen = "close-fullscreen",
|
|
767
|
+
close_small = "close-small",
|
|
768
|
+
closed_caption = "closed-caption",
|
|
769
|
+
closed_caption_add = "closed-caption-add",
|
|
770
|
+
closed_caption_disabled = "closed-caption-disabled",
|
|
771
|
+
cloud = "cloud",
|
|
772
|
+
cloud_alert = "cloud-alert",
|
|
773
|
+
cloud_circle = "cloud-circle",
|
|
774
|
+
cloud_done = "cloud-done",
|
|
775
|
+
cloud_download = "cloud-download",
|
|
776
|
+
cloud_lock = "cloud-lock",
|
|
777
|
+
cloud_off = "cloud-off",
|
|
778
|
+
cloud_sync = "cloud-sync",
|
|
779
|
+
cloud_upload = "cloud-upload",
|
|
780
|
+
co_present = "co-present",
|
|
781
|
+
co2 = "co2",
|
|
782
|
+
code = "code",
|
|
783
|
+
code_blocks = "code-blocks",
|
|
784
|
+
code_off = "code-off",
|
|
785
|
+
coffee = "coffee",
|
|
786
|
+
coffee_maker = "coffee-maker",
|
|
787
|
+
cognition = "cognition",
|
|
788
|
+
cognition_2 = "cognition-2",
|
|
789
|
+
collapse_all = "collapse-all",
|
|
790
|
+
collapse_content = "collapse-content",
|
|
791
|
+
collections_bookmark = "collections-bookmark",
|
|
792
|
+
colorize = "colorize",
|
|
793
|
+
colors = "colors",
|
|
794
|
+
combine_columns = "combine-columns",
|
|
795
|
+
comedy_mask = "comedy-mask",
|
|
796
|
+
comic_bubble = "comic-bubble",
|
|
797
|
+
comment = "comment",
|
|
798
|
+
comment_bank = "comment-bank",
|
|
799
|
+
comments_disabled = "comments-disabled",
|
|
800
|
+
commit = "commit",
|
|
801
|
+
communication = "communication",
|
|
802
|
+
communities = "communities",
|
|
803
|
+
commute = "commute",
|
|
804
|
+
compare = "compare",
|
|
805
|
+
compare_arrows = "compare-arrows",
|
|
806
|
+
compass_calibration = "compass-calibration",
|
|
807
|
+
component_exchange = "component-exchange",
|
|
808
|
+
compost = "compost",
|
|
809
|
+
compress = "compress",
|
|
810
|
+
computer = "computer",
|
|
811
|
+
computer_arrow_up = "computer-arrow-up",
|
|
812
|
+
computer_cancel = "computer-cancel",
|
|
813
|
+
computer_sound = "computer-sound",
|
|
814
|
+
concierge = "concierge",
|
|
815
|
+
conditions = "conditions",
|
|
816
|
+
confirmation_number = "confirmation-number",
|
|
817
|
+
congenital = "congenital",
|
|
818
|
+
connect_without_contact = "connect-without-contact",
|
|
819
|
+
connected_tv = "connected-tv",
|
|
820
|
+
connecting_airports = "connecting-airports",
|
|
821
|
+
construction = "construction",
|
|
822
|
+
contact_emergency = "contact-emergency",
|
|
823
|
+
contact_mail = "contact-mail",
|
|
824
|
+
contact_page = "contact-page",
|
|
825
|
+
contact_phone = "contact-phone",
|
|
826
|
+
contact_support = "contact-support",
|
|
827
|
+
contactless = "contactless",
|
|
828
|
+
contactless_off = "contactless-off",
|
|
829
|
+
contacts = "contacts",
|
|
830
|
+
contacts_product = "contacts-product",
|
|
831
|
+
content_copy = "content-copy",
|
|
832
|
+
content_cut = "content-cut",
|
|
833
|
+
content_paste = "content-paste",
|
|
834
|
+
content_paste_go = "content-paste-go",
|
|
835
|
+
content_paste_off = "content-paste-off",
|
|
836
|
+
content_paste_search = "content-paste-search",
|
|
837
|
+
contextual_token = "contextual-token",
|
|
838
|
+
contextual_token_add = "contextual-token-add",
|
|
839
|
+
contract = "contract",
|
|
840
|
+
contract_delete = "contract-delete",
|
|
841
|
+
contract_edit = "contract-edit",
|
|
842
|
+
contrast = "contrast",
|
|
843
|
+
contrast_circle = "contrast-circle",
|
|
844
|
+
contrast_rtl_off = "contrast-rtl-off",
|
|
845
|
+
contrast_square = "contrast-square",
|
|
846
|
+
control_camera = "control-camera",
|
|
847
|
+
control_point_duplicate = "control-point-duplicate",
|
|
848
|
+
controller_gen = "controller-gen",
|
|
849
|
+
conversation = "conversation",
|
|
850
|
+
conversion_path = "conversion-path",
|
|
851
|
+
conversion_path_off = "conversion-path-off",
|
|
852
|
+
convert_to_text = "convert-to-text",
|
|
853
|
+
conveyor_belt = "conveyor-belt",
|
|
854
|
+
cookie = "cookie",
|
|
855
|
+
cookie_off = "cookie-off",
|
|
856
|
+
cooking = "cooking",
|
|
857
|
+
cool_to_dry = "cool-to-dry",
|
|
858
|
+
copy_all = "copy-all",
|
|
859
|
+
copyright = "copyright",
|
|
860
|
+
coronavirus = "coronavirus",
|
|
861
|
+
corporate_fare = "corporate-fare",
|
|
862
|
+
cottage = "cottage",
|
|
863
|
+
counter_0 = "counter-0",
|
|
864
|
+
counter_1 = "counter-1",
|
|
865
|
+
counter_2 = "counter-2",
|
|
866
|
+
counter_3 = "counter-3",
|
|
867
|
+
counter_4 = "counter-4",
|
|
868
|
+
counter_5 = "counter-5",
|
|
869
|
+
counter_6 = "counter-6",
|
|
870
|
+
counter_7 = "counter-7",
|
|
871
|
+
counter_8 = "counter-8",
|
|
872
|
+
counter_9 = "counter-9",
|
|
873
|
+
countertops = "countertops",
|
|
874
|
+
create_new_folder = "create-new-folder",
|
|
875
|
+
credit_card = "credit-card",
|
|
876
|
+
credit_card_clock = "credit-card-clock",
|
|
877
|
+
credit_card_gear = "credit-card-gear",
|
|
878
|
+
credit_card_heart = "credit-card-heart",
|
|
879
|
+
credit_card_off = "credit-card-off",
|
|
880
|
+
credit_score = "credit-score",
|
|
881
|
+
crib = "crib",
|
|
882
|
+
crisis_alert = "crisis-alert",
|
|
883
|
+
crop = "crop",
|
|
884
|
+
crop_16_9 = "crop-16-9",
|
|
885
|
+
crop_3_2 = "crop-3-2",
|
|
886
|
+
crop_5_4 = "crop-5-4",
|
|
887
|
+
crop_7_5 = "crop-7-5",
|
|
888
|
+
crop_9_16 = "crop-9-16",
|
|
889
|
+
crop_free = "crop-free",
|
|
890
|
+
crop_landscape = "crop-landscape",
|
|
891
|
+
crop_portrait = "crop-portrait",
|
|
892
|
+
crop_rotate = "crop-rotate",
|
|
893
|
+
crop_square = "crop-square",
|
|
894
|
+
crossword = "crossword",
|
|
895
|
+
crowdsource = "crowdsource",
|
|
896
|
+
crown = "crown",
|
|
897
|
+
cruelty_free = "cruelty-free",
|
|
898
|
+
css = "css",
|
|
899
|
+
csv = "csv",
|
|
900
|
+
currency_bitcoin = "currency-bitcoin",
|
|
901
|
+
currency_exchange = "currency-exchange",
|
|
902
|
+
currency_franc = "currency-franc",
|
|
903
|
+
currency_lira = "currency-lira",
|
|
904
|
+
currency_pound = "currency-pound",
|
|
905
|
+
currency_ruble = "currency-ruble",
|
|
906
|
+
currency_rupee = "currency-rupee",
|
|
907
|
+
currency_rupee_circle = "currency-rupee-circle",
|
|
908
|
+
currency_yen = "currency-yen",
|
|
909
|
+
currency_yuan = "currency-yuan",
|
|
910
|
+
curtains = "curtains",
|
|
911
|
+
curtains_closed = "curtains-closed",
|
|
912
|
+
custom_typography = "custom-typography",
|
|
913
|
+
cycle = "cycle",
|
|
914
|
+
cyclone = "cyclone",
|
|
915
|
+
dangerous = "dangerous",
|
|
916
|
+
dark_mode = "dark-mode",
|
|
917
|
+
dashboard = "dashboard",
|
|
918
|
+
dashboard_2 = "dashboard-2",
|
|
919
|
+
dashboard_2_edit = "dashboard-2-edit",
|
|
920
|
+
dashboard_2_gear = "dashboard-2-gear",
|
|
921
|
+
dashboard_customize = "dashboard-customize",
|
|
922
|
+
data_alert = "data-alert",
|
|
923
|
+
data_array = "data-array",
|
|
924
|
+
data_check = "data-check",
|
|
925
|
+
data_exploration = "data-exploration",
|
|
926
|
+
data_info_alert = "data-info-alert",
|
|
927
|
+
data_loss_prevention = "data-loss-prevention",
|
|
928
|
+
data_object = "data-object",
|
|
929
|
+
data_saver_on = "data-saver-on",
|
|
930
|
+
data_table = "data-table",
|
|
931
|
+
data_thresholding = "data-thresholding",
|
|
932
|
+
data_usage = "data-usage",
|
|
933
|
+
database = "database",
|
|
934
|
+
database_off = "database-off",
|
|
935
|
+
database_search = "database-search",
|
|
936
|
+
database_upload = "database-upload",
|
|
937
|
+
dataset = "dataset",
|
|
938
|
+
dataset_linked = "dataset-linked",
|
|
939
|
+
date_range = "date-range",
|
|
940
|
+
deblur = "deblur",
|
|
941
|
+
deceased = "deceased",
|
|
942
|
+
decimal_decrease = "decimal-decrease",
|
|
943
|
+
decimal_increase = "decimal-increase",
|
|
944
|
+
deck = "deck",
|
|
945
|
+
dehaze = "dehaze",
|
|
946
|
+
delete = "delete",
|
|
947
|
+
delete_forever = "delete-forever",
|
|
948
|
+
delete_history = "delete-history",
|
|
949
|
+
delete_sweep = "delete-sweep",
|
|
950
|
+
delivery_truck_bolt = "delivery-truck-bolt",
|
|
951
|
+
delivery_truck_speed = "delivery-truck-speed",
|
|
952
|
+
demography = "demography",
|
|
953
|
+
density_large = "density-large",
|
|
954
|
+
density_medium = "density-medium",
|
|
955
|
+
density_small = "density-small",
|
|
956
|
+
dentistry = "dentistry",
|
|
957
|
+
departure_board = "departure-board",
|
|
958
|
+
deployed_code = "deployed-code",
|
|
959
|
+
deployed_code_account = "deployed-code-account",
|
|
960
|
+
deployed_code_alert = "deployed-code-alert",
|
|
961
|
+
deployed_code_history = "deployed-code-history",
|
|
962
|
+
deployed_code_update = "deployed-code-update",
|
|
963
|
+
dermatology = "dermatology",
|
|
964
|
+
description = "description",
|
|
965
|
+
deselect = "deselect",
|
|
966
|
+
design_services = "design-services",
|
|
967
|
+
desk = "desk",
|
|
968
|
+
deskphone = "deskphone",
|
|
969
|
+
desktop_access_disabled = "desktop-access-disabled",
|
|
970
|
+
desktop_cloud = "desktop-cloud",
|
|
971
|
+
desktop_cloud_stack = "desktop-cloud-stack",
|
|
972
|
+
desktop_landscape = "desktop-landscape",
|
|
973
|
+
desktop_landscape_add = "desktop-landscape-add",
|
|
974
|
+
desktop_mac = "desktop-mac",
|
|
975
|
+
desktop_portrait = "desktop-portrait",
|
|
976
|
+
desktop_windows = "desktop-windows",
|
|
977
|
+
destruction = "destruction",
|
|
978
|
+
details = "details",
|
|
979
|
+
detection_and_zone = "detection-and-zone",
|
|
980
|
+
detection_and_zone_off = "detection-and-zone-off",
|
|
981
|
+
detector = "detector",
|
|
982
|
+
detector_alarm = "detector-alarm",
|
|
983
|
+
detector_battery = "detector-battery",
|
|
984
|
+
detector_co = "detector-co",
|
|
985
|
+
detector_offline = "detector-offline",
|
|
986
|
+
detector_smoke = "detector-smoke",
|
|
987
|
+
detector_status = "detector-status",
|
|
988
|
+
developer_board = "developer-board",
|
|
989
|
+
developer_board_off = "developer-board-off",
|
|
990
|
+
developer_guide = "developer-guide",
|
|
991
|
+
developer_mode_tv = "developer-mode-tv",
|
|
992
|
+
device_band = "device-band",
|
|
993
|
+
device_hub = "device-hub",
|
|
994
|
+
device_thermostat = "device-thermostat",
|
|
995
|
+
devices = "devices",
|
|
996
|
+
devices_fold = "devices-fold",
|
|
997
|
+
devices_fold_2 = "devices-fold-2",
|
|
998
|
+
devices_off = "devices-off",
|
|
999
|
+
devices_other = "devices-other",
|
|
1000
|
+
devices_wearables = "devices-wearables",
|
|
1001
|
+
dew_point = "dew-point",
|
|
1002
|
+
diagnosis = "diagnosis",
|
|
1003
|
+
diagonal_line = "diagonal-line",
|
|
1004
|
+
dialer_sip = "dialer-sip",
|
|
1005
|
+
dialogs = "dialogs",
|
|
1006
|
+
dialpad = "dialpad",
|
|
1007
|
+
diamond = "diamond",
|
|
1008
|
+
diamond_shine = "diamond-shine",
|
|
1009
|
+
dictionary = "dictionary",
|
|
1010
|
+
difference = "difference",
|
|
1011
|
+
digital_out_of_home = "digital-out-of-home",
|
|
1012
|
+
digital_wellbeing = "digital-wellbeing",
|
|
1013
|
+
dine_heart = "dine-heart",
|
|
1014
|
+
dine_in = "dine-in",
|
|
1015
|
+
dine_lamp = "dine-lamp",
|
|
1016
|
+
dining = "dining",
|
|
1017
|
+
dinner_dining = "dinner-dining",
|
|
1018
|
+
directions = "directions",
|
|
1019
|
+
directions_alt = "directions-alt",
|
|
1020
|
+
directions_alt_off = "directions-alt-off",
|
|
1021
|
+
directions_bike = "directions-bike",
|
|
1022
|
+
directions_boat = "directions-boat",
|
|
1023
|
+
directions_bus = "directions-bus",
|
|
1024
|
+
directions_car = "directions-car",
|
|
1025
|
+
directions_off = "directions-off",
|
|
1026
|
+
directions_railway = "directions-railway",
|
|
1027
|
+
directions_railway_2 = "directions-railway-2",
|
|
1028
|
+
directions_run = "directions-run",
|
|
1029
|
+
directions_subway = "directions-subway",
|
|
1030
|
+
directions_walk = "directions-walk",
|
|
1031
|
+
directory_sync = "directory-sync",
|
|
1032
|
+
dirty_lens = "dirty-lens",
|
|
1033
|
+
disabled_by_default = "disabled-by-default",
|
|
1034
|
+
disabled_visible = "disabled-visible",
|
|
1035
|
+
disc_full = "disc-full",
|
|
1036
|
+
discover_tune = "discover-tune",
|
|
1037
|
+
dishwasher = "dishwasher",
|
|
1038
|
+
dishwasher_gen = "dishwasher-gen",
|
|
1039
|
+
display_external_input = "display-external-input",
|
|
1040
|
+
display_settings = "display-settings",
|
|
1041
|
+
distance = "distance",
|
|
1042
|
+
diversity_1 = "diversity-1",
|
|
1043
|
+
diversity_2 = "diversity-2",
|
|
1044
|
+
diversity_3 = "diversity-3",
|
|
1045
|
+
diversity_4 = "diversity-4",
|
|
1046
|
+
dns = "dns",
|
|
1047
|
+
do_not_disturb_off = "do-not-disturb-off",
|
|
1048
|
+
do_not_disturb_on = "do-not-disturb-on",
|
|
1049
|
+
do_not_disturb_on_total_silence = "do-not-disturb-on-total-silence",
|
|
1050
|
+
do_not_step = "do-not-step",
|
|
1051
|
+
do_not_touch = "do-not-touch",
|
|
1052
|
+
dock_to_bottom = "dock-to-bottom",
|
|
1053
|
+
dock_to_left = "dock-to-left",
|
|
1054
|
+
dock_to_right = "dock-to-right",
|
|
1055
|
+
docs = "docs",
|
|
1056
|
+
docs_add_on = "docs-add-on",
|
|
1057
|
+
docs_apps_script = "docs-apps-script",
|
|
1058
|
+
document_scanner = "document-scanner",
|
|
1059
|
+
document_search = "document-search",
|
|
1060
|
+
domain = "domain",
|
|
1061
|
+
domain_add = "domain-add",
|
|
1062
|
+
domain_disabled = "domain-disabled",
|
|
1063
|
+
domain_verification = "domain-verification",
|
|
1064
|
+
domain_verification_off = "domain-verification-off",
|
|
1065
|
+
domino_mask = "domino-mask",
|
|
1066
|
+
done_all = "done-all",
|
|
1067
|
+
done_outline = "done-outline",
|
|
1068
|
+
donut_large = "donut-large",
|
|
1069
|
+
donut_small = "donut-small",
|
|
1070
|
+
door_back = "door-back",
|
|
1071
|
+
door_front = "door-front",
|
|
1072
|
+
door_open = "door-open",
|
|
1073
|
+
door_sensor = "door-sensor",
|
|
1074
|
+
door_sliding = "door-sliding",
|
|
1075
|
+
doorbell = "doorbell",
|
|
1076
|
+
doorbell_3p = "doorbell-3p",
|
|
1077
|
+
doorbell_chime = "doorbell-chime",
|
|
1078
|
+
double_arrow = "double-arrow",
|
|
1079
|
+
downhill_skiing = "downhill-skiing",
|
|
1080
|
+
download = "download",
|
|
1081
|
+
download_2 = "download-2",
|
|
1082
|
+
download_done = "download-done",
|
|
1083
|
+
download_for_offline = "download-for-offline",
|
|
1084
|
+
downloading = "downloading",
|
|
1085
|
+
draft = "draft",
|
|
1086
|
+
draft_orders = "draft-orders",
|
|
1087
|
+
drafts = "drafts",
|
|
1088
|
+
drag_click = "drag-click",
|
|
1089
|
+
drag_handle = "drag-handle",
|
|
1090
|
+
drag_indicator = "drag-indicator",
|
|
1091
|
+
drag_pan = "drag-pan",
|
|
1092
|
+
draw = "draw",
|
|
1093
|
+
draw_abstract = "draw-abstract",
|
|
1094
|
+
draw_collage = "draw-collage",
|
|
1095
|
+
dresser = "dresser",
|
|
1096
|
+
drive_export = "drive-export",
|
|
1097
|
+
drive_file_move = "drive-file-move",
|
|
1098
|
+
drive_folder_upload = "drive-folder-upload",
|
|
1099
|
+
drone = "drone",
|
|
1100
|
+
drone_2 = "drone-2",
|
|
1101
|
+
dropdown = "dropdown",
|
|
1102
|
+
dropper_eye = "dropper-eye",
|
|
1103
|
+
dry = "dry",
|
|
1104
|
+
dry_cleaning = "dry-cleaning",
|
|
1105
|
+
dual_screen = "dual-screen",
|
|
1106
|
+
duo = "duo",
|
|
1107
|
+
dvr = "dvr",
|
|
1108
|
+
dynamic_feed = "dynamic-feed",
|
|
1109
|
+
dynamic_form = "dynamic-form",
|
|
1110
|
+
e_mobiledata = "e-mobiledata",
|
|
1111
|
+
e_mobiledata_badge = "e-mobiledata-badge",
|
|
1112
|
+
e911_avatar = "e911-avatar",
|
|
1113
|
+
e911_emergency = "e911-emergency",
|
|
1114
|
+
ear_sound = "ear-sound",
|
|
1115
|
+
earbud_case = "earbud-case",
|
|
1116
|
+
earbud_left = "earbud-left",
|
|
1117
|
+
earbud_right = "earbud-right",
|
|
1118
|
+
earbuds = "earbuds",
|
|
1119
|
+
earbuds_2 = "earbuds-2",
|
|
1120
|
+
earbuds_battery = "earbuds-battery",
|
|
1121
|
+
early_on = "early-on",
|
|
1122
|
+
earthquake = "earthquake",
|
|
1123
|
+
east = "east",
|
|
1124
|
+
ecg = "ecg",
|
|
1125
|
+
ecg_heart = "ecg-heart",
|
|
1126
|
+
eco = "eco",
|
|
1127
|
+
eda = "eda",
|
|
1128
|
+
edit = "edit",
|
|
1129
|
+
edit_arrow_down = "edit-arrow-down",
|
|
1130
|
+
edit_arrow_up = "edit-arrow-up",
|
|
1131
|
+
edit_attributes = "edit-attributes",
|
|
1132
|
+
edit_audio = "edit-audio",
|
|
1133
|
+
edit_calendar = "edit-calendar",
|
|
1134
|
+
edit_document = "edit-document",
|
|
1135
|
+
edit_location = "edit-location",
|
|
1136
|
+
edit_location_alt = "edit-location-alt",
|
|
1137
|
+
edit_note = "edit-note",
|
|
1138
|
+
edit_notifications = "edit-notifications",
|
|
1139
|
+
edit_off = "edit-off",
|
|
1140
|
+
edit_road = "edit-road",
|
|
1141
|
+
edit_square = "edit-square",
|
|
1142
|
+
editor_choice = "editor-choice",
|
|
1143
|
+
egg = "egg",
|
|
1144
|
+
egg_alt = "egg-alt",
|
|
1145
|
+
eject = "eject",
|
|
1146
|
+
elderly = "elderly",
|
|
1147
|
+
elderly_woman = "elderly-woman",
|
|
1148
|
+
electric_bike = "electric-bike",
|
|
1149
|
+
electric_bolt = "electric-bolt",
|
|
1150
|
+
electric_car = "electric-car",
|
|
1151
|
+
electric_meter = "electric-meter",
|
|
1152
|
+
electric_moped = "electric-moped",
|
|
1153
|
+
electric_rickshaw = "electric-rickshaw",
|
|
1154
|
+
electric_scooter = "electric-scooter",
|
|
1155
|
+
electrical_services = "electrical-services",
|
|
1156
|
+
elevation = "elevation",
|
|
1157
|
+
elevator = "elevator",
|
|
1158
|
+
emergency = "emergency",
|
|
1159
|
+
emergency_heat = "emergency-heat",
|
|
1160
|
+
emergency_heat_2 = "emergency-heat-2",
|
|
1161
|
+
emergency_home = "emergency-home",
|
|
1162
|
+
emergency_recording = "emergency-recording",
|
|
1163
|
+
emergency_share = "emergency-share",
|
|
1164
|
+
emergency_share_off = "emergency-share-off",
|
|
1165
|
+
emoji_food_beverage = "emoji-food-beverage",
|
|
1166
|
+
emoji_language = "emoji-language",
|
|
1167
|
+
emoji_nature = "emoji-nature",
|
|
1168
|
+
emoji_objects = "emoji-objects",
|
|
1169
|
+
emoji_people = "emoji-people",
|
|
1170
|
+
emoji_symbols = "emoji-symbols",
|
|
1171
|
+
emoji_transportation = "emoji-transportation",
|
|
1172
|
+
emoticon = "emoticon",
|
|
1173
|
+
empty_dashboard = "empty-dashboard",
|
|
1174
|
+
enable = "enable",
|
|
1175
|
+
encrypted = "encrypted",
|
|
1176
|
+
encrypted_add = "encrypted-add",
|
|
1177
|
+
encrypted_add_circle = "encrypted-add-circle",
|
|
1178
|
+
encrypted_minus_circle = "encrypted-minus-circle",
|
|
1179
|
+
encrypted_off = "encrypted-off",
|
|
1180
|
+
endocrinology = "endocrinology",
|
|
1181
|
+
energy = "energy",
|
|
1182
|
+
energy_program_saving = "energy-program-saving",
|
|
1183
|
+
energy_program_time_used = "energy-program-time-used",
|
|
1184
|
+
energy_savings_leaf = "energy-savings-leaf",
|
|
1185
|
+
engineering = "engineering",
|
|
1186
|
+
enhanced_encryption = "enhanced-encryption",
|
|
1187
|
+
ent = "ent",
|
|
1188
|
+
enterprise = "enterprise",
|
|
1189
|
+
enterprise_off = "enterprise-off",
|
|
1190
|
+
equal = "equal",
|
|
1191
|
+
equalizer = "equalizer",
|
|
1192
|
+
eraser_size_1 = "eraser-size-1",
|
|
1193
|
+
eraser_size_2 = "eraser-size-2",
|
|
1194
|
+
eraser_size_3 = "eraser-size-3",
|
|
1195
|
+
eraser_size_4 = "eraser-size-4",
|
|
1196
|
+
eraser_size_5 = "eraser-size-5",
|
|
1197
|
+
error = "error",
|
|
1198
|
+
error_med = "error-med",
|
|
1199
|
+
escalator = "escalator",
|
|
1200
|
+
escalator_warning = "escalator-warning",
|
|
1201
|
+
euro = "euro",
|
|
1202
|
+
euro_symbol = "euro-symbol",
|
|
1203
|
+
ev_mobiledata_badge = "ev-mobiledata-badge",
|
|
1204
|
+
ev_shadow = "ev-shadow",
|
|
1205
|
+
ev_shadow_add = "ev-shadow-add",
|
|
1206
|
+
ev_shadow_minus = "ev-shadow-minus",
|
|
1207
|
+
ev_station = "ev-station",
|
|
1208
|
+
event = "event",
|
|
1209
|
+
event_available = "event-available",
|
|
1210
|
+
event_busy = "event-busy",
|
|
1211
|
+
event_list = "event-list",
|
|
1212
|
+
event_note = "event-note",
|
|
1213
|
+
event_repeat = "event-repeat",
|
|
1214
|
+
event_seat = "event-seat",
|
|
1215
|
+
event_upcoming = "event-upcoming",
|
|
1216
|
+
exclamation = "exclamation",
|
|
1217
|
+
exercise = "exercise",
|
|
1218
|
+
exit_to_app = "exit-to-app",
|
|
1219
|
+
expand = "expand",
|
|
1220
|
+
expand_all = "expand-all",
|
|
1221
|
+
expand_circle_down = "expand-circle-down",
|
|
1222
|
+
expand_circle_right = "expand-circle-right",
|
|
1223
|
+
expand_circle_up = "expand-circle-up",
|
|
1224
|
+
expand_content = "expand-content",
|
|
1225
|
+
expansion_panels = "expansion-panels",
|
|
1226
|
+
experiment = "experiment",
|
|
1227
|
+
explicit = "explicit",
|
|
1228
|
+
explore = "explore",
|
|
1229
|
+
explore_nearby = "explore-nearby",
|
|
1230
|
+
explore_off = "explore-off",
|
|
1231
|
+
explosion = "explosion",
|
|
1232
|
+
export_notes = "export-notes",
|
|
1233
|
+
exposure = "exposure",
|
|
1234
|
+
exposure_neg_1 = "exposure-neg-1",
|
|
1235
|
+
exposure_neg_2 = "exposure-neg-2",
|
|
1236
|
+
exposure_plus_1 = "exposure-plus-1",
|
|
1237
|
+
exposure_plus_2 = "exposure-plus-2",
|
|
1238
|
+
exposure_zero = "exposure-zero",
|
|
1239
|
+
extension = "extension",
|
|
1240
|
+
extension_off = "extension-off",
|
|
1241
|
+
eye_tracking = "eye-tracking",
|
|
1242
|
+
eyebrow = "eyebrow",
|
|
1243
|
+
eyeglasses = "eyeglasses",
|
|
1244
|
+
eyeglasses_2 = "eyeglasses-2",
|
|
1245
|
+
eyeglasses_2_sound = "eyeglasses-2-sound",
|
|
1246
|
+
face = "face",
|
|
1247
|
+
face_2 = "face-2",
|
|
1248
|
+
face_3 = "face-3",
|
|
1249
|
+
face_4 = "face-4",
|
|
1250
|
+
face_5 = "face-5",
|
|
1251
|
+
face_6 = "face-6",
|
|
1252
|
+
face_down = "face-down",
|
|
1253
|
+
face_left = "face-left",
|
|
1254
|
+
face_nod = "face-nod",
|
|
1255
|
+
face_retouching_off = "face-retouching-off",
|
|
1256
|
+
face_right = "face-right",
|
|
1257
|
+
face_shake = "face-shake",
|
|
1258
|
+
face_up = "face-up",
|
|
1259
|
+
fact_check = "fact-check",
|
|
1260
|
+
factory = "factory",
|
|
1261
|
+
falling = "falling",
|
|
1262
|
+
familiar_face_and_zone = "familiar-face-and-zone",
|
|
1263
|
+
family_group = "family-group",
|
|
1264
|
+
family_history = "family-history",
|
|
1265
|
+
family_home = "family-home",
|
|
1266
|
+
family_link = "family-link",
|
|
1267
|
+
family_restroom = "family-restroom",
|
|
1268
|
+
family_star = "family-star",
|
|
1269
|
+
fan_focus = "fan-focus",
|
|
1270
|
+
fan_indirect = "fan-indirect",
|
|
1271
|
+
farsight_digital = "farsight-digital",
|
|
1272
|
+
fast_forward = "fast-forward",
|
|
1273
|
+
fast_rewind = "fast-rewind",
|
|
1274
|
+
fastfood = "fastfood",
|
|
1275
|
+
faucet = "faucet",
|
|
1276
|
+
favorite = "favorite",
|
|
1277
|
+
fax = "fax",
|
|
1278
|
+
feature_search = "feature-search",
|
|
1279
|
+
featured_play_list = "featured-play-list",
|
|
1280
|
+
featured_seasonal_and_gifts = "featured-seasonal-and-gifts",
|
|
1281
|
+
featured_video = "featured-video",
|
|
1282
|
+
feedback = "feedback",
|
|
1283
|
+
female = "female",
|
|
1284
|
+
femur = "femur",
|
|
1285
|
+
femur_alt = "femur-alt",
|
|
1286
|
+
fence = "fence",
|
|
1287
|
+
fertile = "fertile",
|
|
1288
|
+
festival = "festival",
|
|
1289
|
+
fiber_dvr = "fiber-dvr",
|
|
1290
|
+
fiber_manual_record = "fiber-manual-record",
|
|
1291
|
+
fiber_new = "fiber-new",
|
|
1292
|
+
fiber_pin = "fiber-pin",
|
|
1293
|
+
fiber_smart_record = "fiber-smart-record",
|
|
1294
|
+
file_copy = "file-copy",
|
|
1295
|
+
file_copy_off = "file-copy-off",
|
|
1296
|
+
file_download_off = "file-download-off",
|
|
1297
|
+
file_export = "file-export",
|
|
1298
|
+
file_json = "file-json",
|
|
1299
|
+
file_map = "file-map",
|
|
1300
|
+
file_map_stack = "file-map-stack",
|
|
1301
|
+
file_open = "file-open",
|
|
1302
|
+
file_png = "file-png",
|
|
1303
|
+
file_present = "file-present",
|
|
1304
|
+
file_save = "file-save",
|
|
1305
|
+
file_save_off = "file-save-off",
|
|
1306
|
+
file_upload_off = "file-upload-off",
|
|
1307
|
+
files = "files",
|
|
1308
|
+
filter = "filter",
|
|
1309
|
+
filter_1 = "filter-1",
|
|
1310
|
+
filter_2 = "filter-2",
|
|
1311
|
+
filter_3 = "filter-3",
|
|
1312
|
+
filter_4 = "filter-4",
|
|
1313
|
+
filter_5 = "filter-5",
|
|
1314
|
+
filter_6 = "filter-6",
|
|
1315
|
+
filter_7 = "filter-7",
|
|
1316
|
+
filter_8 = "filter-8",
|
|
1317
|
+
filter_9 = "filter-9",
|
|
1318
|
+
filter_9_plus = "filter-9-plus",
|
|
1319
|
+
filter_alt = "filter-alt",
|
|
1320
|
+
filter_alt_off = "filter-alt-off",
|
|
1321
|
+
filter_arrow_right = "filter-arrow-right",
|
|
1322
|
+
filter_b_and_w = "filter-b-and-w",
|
|
1323
|
+
filter_center_focus = "filter-center-focus",
|
|
1324
|
+
filter_drama = "filter-drama",
|
|
1325
|
+
filter_frames = "filter-frames",
|
|
1326
|
+
filter_list = "filter-list",
|
|
1327
|
+
filter_list_off = "filter-list-off",
|
|
1328
|
+
filter_none = "filter-none",
|
|
1329
|
+
filter_retrolux = "filter-retrolux",
|
|
1330
|
+
filter_tilt_shift = "filter-tilt-shift",
|
|
1331
|
+
filter_vintage = "filter-vintage",
|
|
1332
|
+
finance = "finance",
|
|
1333
|
+
finance_chip = "finance-chip",
|
|
1334
|
+
finance_mode = "finance-mode",
|
|
1335
|
+
find_in_page = "find-in-page",
|
|
1336
|
+
find_replace = "find-replace",
|
|
1337
|
+
fingerprint = "fingerprint",
|
|
1338
|
+
fingerprint_off = "fingerprint-off",
|
|
1339
|
+
fire_extinguisher = "fire-extinguisher",
|
|
1340
|
+
fire_hydrant = "fire-hydrant",
|
|
1341
|
+
fire_truck = "fire-truck",
|
|
1342
|
+
fireplace = "fireplace",
|
|
1343
|
+
first_page = "first-page",
|
|
1344
|
+
fit_page = "fit-page",
|
|
1345
|
+
fit_page_height = "fit-page-height",
|
|
1346
|
+
fit_page_width = "fit-page-width",
|
|
1347
|
+
fit_screen = "fit-screen",
|
|
1348
|
+
fit_width = "fit-width",
|
|
1349
|
+
fitbit_raquetball = "fitbit-raquetball",
|
|
1350
|
+
fitness_center = "fitness-center",
|
|
1351
|
+
fitness_tracker = "fitness-tracker",
|
|
1352
|
+
fitness_trackers = "fitness-trackers",
|
|
1353
|
+
flag = "flag",
|
|
1354
|
+
flag_2 = "flag-2",
|
|
1355
|
+
flag_check = "flag-check",
|
|
1356
|
+
flag_circle = "flag-circle",
|
|
1357
|
+
flaky = "flaky",
|
|
1358
|
+
flare = "flare",
|
|
1359
|
+
flash_auto = "flash-auto",
|
|
1360
|
+
flash_off = "flash-off",
|
|
1361
|
+
flash_on = "flash-on",
|
|
1362
|
+
flashlight_off = "flashlight-off",
|
|
1363
|
+
flashlight_on = "flashlight-on",
|
|
1364
|
+
flatware = "flatware",
|
|
1365
|
+
flex_direction = "flex-direction",
|
|
1366
|
+
flex_no_wrap = "flex-no-wrap",
|
|
1367
|
+
flex_wrap = "flex-wrap",
|
|
1368
|
+
flight = "flight",
|
|
1369
|
+
flight_class = "flight-class",
|
|
1370
|
+
flight_land = "flight-land",
|
|
1371
|
+
flight_takeoff = "flight-takeoff",
|
|
1372
|
+
flights_and_hotels = "flights-and-hotels",
|
|
1373
|
+
flip = "flip",
|
|
1374
|
+
flip_camera_android = "flip-camera-android",
|
|
1375
|
+
flip_camera_ios = "flip-camera-ios",
|
|
1376
|
+
flip_to_back = "flip-to-back",
|
|
1377
|
+
flip_to_front = "flip-to-front",
|
|
1378
|
+
float_landscape_2 = "float-landscape-2",
|
|
1379
|
+
float_portrait_2 = "float-portrait-2",
|
|
1380
|
+
flood = "flood",
|
|
1381
|
+
floor = "floor",
|
|
1382
|
+
floor_lamp = "floor-lamp",
|
|
1383
|
+
flowchart = "flowchart",
|
|
1384
|
+
flowsheet = "flowsheet",
|
|
1385
|
+
fluid = "fluid",
|
|
1386
|
+
fluid_balance = "fluid-balance",
|
|
1387
|
+
fluid_med = "fluid-med",
|
|
1388
|
+
fluorescent = "fluorescent",
|
|
1389
|
+
flutter = "flutter",
|
|
1390
|
+
flutter_dash = "flutter-dash",
|
|
1391
|
+
flyover = "flyover",
|
|
1392
|
+
fmd_bad = "fmd-bad",
|
|
1393
|
+
foggy = "foggy",
|
|
1394
|
+
folded_hands = "folded-hands",
|
|
1395
|
+
folder = "folder",
|
|
1396
|
+
folder_check = "folder-check",
|
|
1397
|
+
folder_check_2 = "folder-check-2",
|
|
1398
|
+
folder_code = "folder-code",
|
|
1399
|
+
folder_copy = "folder-copy",
|
|
1400
|
+
folder_data = "folder-data",
|
|
1401
|
+
folder_delete = "folder-delete",
|
|
1402
|
+
folder_eye = "folder-eye",
|
|
1403
|
+
folder_info = "folder-info",
|
|
1404
|
+
folder_limited = "folder-limited",
|
|
1405
|
+
folder_managed = "folder-managed",
|
|
1406
|
+
folder_match = "folder-match",
|
|
1407
|
+
folder_off = "folder-off",
|
|
1408
|
+
folder_open = "folder-open",
|
|
1409
|
+
folder_shared = "folder-shared",
|
|
1410
|
+
folder_special = "folder-special",
|
|
1411
|
+
folder_supervised = "folder-supervised",
|
|
1412
|
+
folder_zip = "folder-zip",
|
|
1413
|
+
follow_the_signs = "follow-the-signs",
|
|
1414
|
+
font_download = "font-download",
|
|
1415
|
+
font_download_off = "font-download-off",
|
|
1416
|
+
food_bank = "food-bank",
|
|
1417
|
+
foot_bones = "foot-bones",
|
|
1418
|
+
footprint = "footprint",
|
|
1419
|
+
for_you = "for-you",
|
|
1420
|
+
forest = "forest",
|
|
1421
|
+
fork_left = "fork-left",
|
|
1422
|
+
fork_right = "fork-right",
|
|
1423
|
+
fork_spoon = "fork-spoon",
|
|
1424
|
+
forklift = "forklift",
|
|
1425
|
+
format_align_center = "format-align-center",
|
|
1426
|
+
format_align_justify = "format-align-justify",
|
|
1427
|
+
format_align_left = "format-align-left",
|
|
1428
|
+
format_align_right = "format-align-right",
|
|
1429
|
+
format_bold = "format-bold",
|
|
1430
|
+
format_clear = "format-clear",
|
|
1431
|
+
format_color_fill = "format-color-fill",
|
|
1432
|
+
format_color_reset = "format-color-reset",
|
|
1433
|
+
format_color_text = "format-color-text",
|
|
1434
|
+
format_h1 = "format-h1",
|
|
1435
|
+
format_h2 = "format-h2",
|
|
1436
|
+
format_h3 = "format-h3",
|
|
1437
|
+
format_h4 = "format-h4",
|
|
1438
|
+
format_h5 = "format-h5",
|
|
1439
|
+
format_h6 = "format-h6",
|
|
1440
|
+
format_image_back = "format-image-back",
|
|
1441
|
+
format_image_break_left = "format-image-break-left",
|
|
1442
|
+
format_image_break_right = "format-image-break-right",
|
|
1443
|
+
format_image_front = "format-image-front",
|
|
1444
|
+
format_image_inline_left = "format-image-inline-left",
|
|
1445
|
+
format_image_inline_right = "format-image-inline-right",
|
|
1446
|
+
format_image_left = "format-image-left",
|
|
1447
|
+
format_image_right = "format-image-right",
|
|
1448
|
+
format_indent_decrease = "format-indent-decrease",
|
|
1449
|
+
format_indent_increase = "format-indent-increase",
|
|
1450
|
+
format_ink_highlighter = "format-ink-highlighter",
|
|
1451
|
+
format_italic = "format-italic",
|
|
1452
|
+
format_letter_spacing = "format-letter-spacing",
|
|
1453
|
+
format_letter_spacing_2 = "format-letter-spacing-2",
|
|
1454
|
+
format_letter_spacing_standard = "format-letter-spacing-standard",
|
|
1455
|
+
format_letter_spacing_wide = "format-letter-spacing-wide",
|
|
1456
|
+
format_letter_spacing_wider = "format-letter-spacing-wider",
|
|
1457
|
+
format_line_spacing = "format-line-spacing",
|
|
1458
|
+
format_list_bulleted = "format-list-bulleted",
|
|
1459
|
+
format_list_bulleted_add = "format-list-bulleted-add",
|
|
1460
|
+
format_list_numbered = "format-list-numbered",
|
|
1461
|
+
format_list_numbered_rtl = "format-list-numbered-rtl",
|
|
1462
|
+
format_overline = "format-overline",
|
|
1463
|
+
format_paint = "format-paint",
|
|
1464
|
+
format_paragraph = "format-paragraph",
|
|
1465
|
+
format_quote = "format-quote",
|
|
1466
|
+
format_quote_off = "format-quote-off",
|
|
1467
|
+
format_shapes = "format-shapes",
|
|
1468
|
+
format_size = "format-size",
|
|
1469
|
+
format_strikethrough = "format-strikethrough",
|
|
1470
|
+
format_text_clip = "format-text-clip",
|
|
1471
|
+
format_text_overflow = "format-text-overflow",
|
|
1472
|
+
format_text_wrap = "format-text-wrap",
|
|
1473
|
+
format_textdirection_l_to_r = "format-textdirection-l-to-r",
|
|
1474
|
+
format_textdirection_r_to_l = "format-textdirection-r-to-l",
|
|
1475
|
+
format_textdirection_vertical = "format-textdirection-vertical",
|
|
1476
|
+
format_underlined = "format-underlined",
|
|
1477
|
+
format_underlined_squiggle = "format-underlined-squiggle",
|
|
1478
|
+
forms_add_on = "forms-add-on",
|
|
1479
|
+
forms_apps_script = "forms-apps-script",
|
|
1480
|
+
fort = "fort",
|
|
1481
|
+
forum = "forum",
|
|
1482
|
+
forward = "forward",
|
|
1483
|
+
forward_10 = "forward-10",
|
|
1484
|
+
forward_30 = "forward-30",
|
|
1485
|
+
forward_5 = "forward-5",
|
|
1486
|
+
forward_circle = "forward-circle",
|
|
1487
|
+
forward_media = "forward-media",
|
|
1488
|
+
forward_to_inbox = "forward-to-inbox",
|
|
1489
|
+
foundation = "foundation",
|
|
1490
|
+
fragrance = "fragrance",
|
|
1491
|
+
frame_bug = "frame-bug",
|
|
1492
|
+
frame_exclamation = "frame-exclamation",
|
|
1493
|
+
frame_inspect = "frame-inspect",
|
|
1494
|
+
frame_person = "frame-person",
|
|
1495
|
+
frame_person_mic = "frame-person-mic",
|
|
1496
|
+
frame_person_off = "frame-person-off",
|
|
1497
|
+
frame_reload = "frame-reload",
|
|
1498
|
+
frame_source = "frame-source",
|
|
1499
|
+
free_cancellation = "free-cancellation",
|
|
1500
|
+
front_hand = "front-hand",
|
|
1501
|
+
front_loader = "front-loader",
|
|
1502
|
+
full_coverage = "full-coverage",
|
|
1503
|
+
full_hd = "full-hd",
|
|
1504
|
+
full_stacked_bar_chart = "full-stacked-bar-chart",
|
|
1505
|
+
fullscreen = "fullscreen",
|
|
1506
|
+
fullscreen_exit = "fullscreen-exit",
|
|
1507
|
+
fullscreen_portrait = "fullscreen-portrait",
|
|
1508
|
+
function = "function",
|
|
1509
|
+
functions = "functions",
|
|
1510
|
+
funicular = "funicular",
|
|
1511
|
+
g_mobiledata = "g-mobiledata",
|
|
1512
|
+
g_mobiledata_badge = "g-mobiledata-badge",
|
|
1513
|
+
g_translate = "g-translate",
|
|
1514
|
+
gallery_thumbnail = "gallery-thumbnail",
|
|
1515
|
+
game_bumper_left = "game-bumper-left",
|
|
1516
|
+
game_bumper_right = "game-bumper-right",
|
|
1517
|
+
game_button_l = "game-button-l",
|
|
1518
|
+
game_button_l1 = "game-button-l1",
|
|
1519
|
+
game_button_l2 = "game-button-l2",
|
|
1520
|
+
game_button_r = "game-button-r",
|
|
1521
|
+
game_button_r1 = "game-button-r1",
|
|
1522
|
+
game_button_r2 = "game-button-r2",
|
|
1523
|
+
game_button_zl = "game-button-zl",
|
|
1524
|
+
game_button_zr = "game-button-zr",
|
|
1525
|
+
game_stick_l3 = "game-stick-l3",
|
|
1526
|
+
game_stick_left = "game-stick-left",
|
|
1527
|
+
game_stick_r3 = "game-stick-r3",
|
|
1528
|
+
game_stick_right = "game-stick-right",
|
|
1529
|
+
game_trigger_left = "game-trigger-left",
|
|
1530
|
+
game_trigger_right = "game-trigger-right",
|
|
1531
|
+
gamepad = "gamepad",
|
|
1532
|
+
gamepad_circle_down = "gamepad-circle-down",
|
|
1533
|
+
gamepad_circle_left = "gamepad-circle-left",
|
|
1534
|
+
gamepad_circle_right = "gamepad-circle-right",
|
|
1535
|
+
gamepad_circle_up = "gamepad-circle-up",
|
|
1536
|
+
gamepad_down = "gamepad-down",
|
|
1537
|
+
gamepad_left = "gamepad-left",
|
|
1538
|
+
gamepad_right = "gamepad-right",
|
|
1539
|
+
gamepad_up = "gamepad-up",
|
|
1540
|
+
garage = "garage",
|
|
1541
|
+
garage_check = "garage-check",
|
|
1542
|
+
garage_door = "garage-door",
|
|
1543
|
+
garage_home = "garage-home",
|
|
1544
|
+
garage_money = "garage-money",
|
|
1545
|
+
garden_cart = "garden-cart",
|
|
1546
|
+
gas_meter = "gas-meter",
|
|
1547
|
+
gastroenterology = "gastroenterology",
|
|
1548
|
+
gate = "gate",
|
|
1549
|
+
gavel = "gavel",
|
|
1550
|
+
general_device = "general-device",
|
|
1551
|
+
genetics = "genetics",
|
|
1552
|
+
genres = "genres",
|
|
1553
|
+
gesture = "gesture",
|
|
1554
|
+
gesture_select = "gesture-select",
|
|
1555
|
+
gif = "gif",
|
|
1556
|
+
gif_2 = "gif-2",
|
|
1557
|
+
gif_box = "gif-box",
|
|
1558
|
+
girl = "girl",
|
|
1559
|
+
gite = "gite",
|
|
1560
|
+
glass_cup = "glass-cup",
|
|
1561
|
+
globe = "globe",
|
|
1562
|
+
globe_2_cancel = "globe-2-cancel",
|
|
1563
|
+
globe_2_question = "globe-2-question",
|
|
1564
|
+
globe_asia = "globe-asia",
|
|
1565
|
+
globe_book = "globe-book",
|
|
1566
|
+
globe_location_pin = "globe-location-pin",
|
|
1567
|
+
globe_uk = "globe-uk",
|
|
1568
|
+
glucose = "glucose",
|
|
1569
|
+
glyphs = "glyphs",
|
|
1570
|
+
go_to_line = "go-to-line",
|
|
1571
|
+
golf_course = "golf-course",
|
|
1572
|
+
gondola_lift = "gondola-lift",
|
|
1573
|
+
google_home_devices = "google-home-devices",
|
|
1574
|
+
google_tv_remote = "google-tv-remote",
|
|
1575
|
+
google_wifi = "google-wifi",
|
|
1576
|
+
gpp_bad = "gpp-bad",
|
|
1577
|
+
gpp_maybe = "gpp-maybe",
|
|
1578
|
+
gradient = "gradient",
|
|
1579
|
+
grading = "grading",
|
|
1580
|
+
grain = "grain",
|
|
1581
|
+
graph_1 = "graph-1",
|
|
1582
|
+
graph_2 = "graph-2",
|
|
1583
|
+
graph_3 = "graph-3",
|
|
1584
|
+
graph_4 = "graph-4",
|
|
1585
|
+
graph_5 = "graph-5",
|
|
1586
|
+
graph_6 = "graph-6",
|
|
1587
|
+
graph_7 = "graph-7",
|
|
1588
|
+
graph_8 = "graph-8",
|
|
1589
|
+
graphic_eq = "graphic-eq",
|
|
1590
|
+
grass = "grass",
|
|
1591
|
+
grid_3x3 = "grid-3x3",
|
|
1592
|
+
grid_3x3_off = "grid-3x3-off",
|
|
1593
|
+
grid_4x4 = "grid-4x4",
|
|
1594
|
+
grid_goldenratio = "grid-goldenratio",
|
|
1595
|
+
grid_guides = "grid-guides",
|
|
1596
|
+
grid_off = "grid-off",
|
|
1597
|
+
grid_on = "grid-on",
|
|
1598
|
+
grid_view = "grid-view",
|
|
1599
|
+
grocery = "grocery",
|
|
1600
|
+
group = "group",
|
|
1601
|
+
group_add = "group-add",
|
|
1602
|
+
group_off = "group-off",
|
|
1603
|
+
group_remove = "group-remove",
|
|
1604
|
+
group_search = "group-search",
|
|
1605
|
+
group_work = "group-work",
|
|
1606
|
+
grouped_bar_chart = "grouped-bar-chart",
|
|
1607
|
+
groups = "groups",
|
|
1608
|
+
groups_2 = "groups-2",
|
|
1609
|
+
groups_3 = "groups-3",
|
|
1610
|
+
guardian = "guardian",
|
|
1611
|
+
gynecology = "gynecology",
|
|
1612
|
+
h_mobiledata = "h-mobiledata",
|
|
1613
|
+
h_mobiledata_badge = "h-mobiledata-badge",
|
|
1614
|
+
h_plus_mobiledata = "h-plus-mobiledata",
|
|
1615
|
+
h_plus_mobiledata_badge = "h-plus-mobiledata-badge",
|
|
1616
|
+
hail = "hail",
|
|
1617
|
+
hallway = "hallway",
|
|
1618
|
+
hanami_dango = "hanami-dango",
|
|
1619
|
+
hand_bones = "hand-bones",
|
|
1620
|
+
hand_gesture = "hand-gesture",
|
|
1621
|
+
hand_gesture_off = "hand-gesture-off",
|
|
1622
|
+
hand_meal = "hand-meal",
|
|
1623
|
+
hand_package = "hand-package",
|
|
1624
|
+
handheld_controller = "handheld-controller",
|
|
1625
|
+
handshake = "handshake",
|
|
1626
|
+
handyman = "handyman",
|
|
1627
|
+
hangout_video = "hangout-video",
|
|
1628
|
+
hangout_video_off = "hangout-video-off",
|
|
1629
|
+
hard_disk = "hard-disk",
|
|
1630
|
+
hard_drive = "hard-drive",
|
|
1631
|
+
hard_drive_2 = "hard-drive-2",
|
|
1632
|
+
hardware = "hardware",
|
|
1633
|
+
hd = "hd",
|
|
1634
|
+
hdr_auto = "hdr-auto",
|
|
1635
|
+
hdr_auto_select = "hdr-auto-select",
|
|
1636
|
+
hdr_enhanced_select = "hdr-enhanced-select",
|
|
1637
|
+
hdr_off = "hdr-off",
|
|
1638
|
+
hdr_off_select = "hdr-off-select",
|
|
1639
|
+
hdr_on = "hdr-on",
|
|
1640
|
+
hdr_on_select = "hdr-on-select",
|
|
1641
|
+
hdr_plus = "hdr-plus",
|
|
1642
|
+
hdr_plus_off = "hdr-plus-off",
|
|
1643
|
+
hdr_strong = "hdr-strong",
|
|
1644
|
+
hdr_weak = "hdr-weak",
|
|
1645
|
+
head_mounted_device = "head-mounted-device",
|
|
1646
|
+
headphones = "headphones",
|
|
1647
|
+
headphones_battery = "headphones-battery",
|
|
1648
|
+
headset_mic = "headset-mic",
|
|
1649
|
+
headset_off = "headset-off",
|
|
1650
|
+
healing = "healing",
|
|
1651
|
+
health_and_beauty = "health-and-beauty",
|
|
1652
|
+
health_and_safety = "health-and-safety",
|
|
1653
|
+
health_cross = "health-cross",
|
|
1654
|
+
health_metrics = "health-metrics",
|
|
1655
|
+
heap_snapshot_large = "heap-snapshot-large",
|
|
1656
|
+
heap_snapshot_multiple = "heap-snapshot-multiple",
|
|
1657
|
+
heap_snapshot_thumbnail = "heap-snapshot-thumbnail",
|
|
1658
|
+
hearing = "hearing",
|
|
1659
|
+
hearing_aid = "hearing-aid",
|
|
1660
|
+
hearing_aid_disabled = "hearing-aid-disabled",
|
|
1661
|
+
hearing_aid_disabled_left = "hearing-aid-disabled-left",
|
|
1662
|
+
hearing_aid_left = "hearing-aid-left",
|
|
1663
|
+
hearing_disabled = "hearing-disabled",
|
|
1664
|
+
heart_broken = "heart-broken",
|
|
1665
|
+
heart_check = "heart-check",
|
|
1666
|
+
heart_minus = "heart-minus",
|
|
1667
|
+
heart_plus = "heart-plus",
|
|
1668
|
+
heart_smile = "heart-smile",
|
|
1669
|
+
heat = "heat",
|
|
1670
|
+
heat_pump = "heat-pump",
|
|
1671
|
+
heat_pump_balance = "heat-pump-balance",
|
|
1672
|
+
height = "height",
|
|
1673
|
+
helicopter = "helicopter",
|
|
1674
|
+
help = "help",
|
|
1675
|
+
help_center = "help-center",
|
|
1676
|
+
help_clinic = "help-clinic",
|
|
1677
|
+
hematology = "hematology",
|
|
1678
|
+
hevc = "hevc",
|
|
1679
|
+
hexagon = "hexagon",
|
|
1680
|
+
hide = "hide",
|
|
1681
|
+
hide_image = "hide-image",
|
|
1682
|
+
hide_source = "hide-source",
|
|
1683
|
+
high_chair = "high-chair",
|
|
1684
|
+
high_density = "high-density",
|
|
1685
|
+
high_quality = "high-quality",
|
|
1686
|
+
high_res = "high-res",
|
|
1687
|
+
highlight = "highlight",
|
|
1688
|
+
highlight_keyboard_focus = "highlight-keyboard-focus",
|
|
1689
|
+
highlight_mouse_cursor = "highlight-mouse-cursor",
|
|
1690
|
+
highlight_text_cursor = "highlight-text-cursor",
|
|
1691
|
+
highlighter_size_1 = "highlighter-size-1",
|
|
1692
|
+
highlighter_size_2 = "highlighter-size-2",
|
|
1693
|
+
highlighter_size_3 = "highlighter-size-3",
|
|
1694
|
+
highlighter_size_4 = "highlighter-size-4",
|
|
1695
|
+
highlighter_size_5 = "highlighter-size-5",
|
|
1696
|
+
hiking = "hiking",
|
|
1697
|
+
history = "history",
|
|
1698
|
+
history_2 = "history-2",
|
|
1699
|
+
history_edu = "history-edu",
|
|
1700
|
+
history_off = "history-off",
|
|
1701
|
+
history_toggle_off = "history-toggle-off",
|
|
1702
|
+
hive = "hive",
|
|
1703
|
+
hls = "hls",
|
|
1704
|
+
hls_off = "hls-off",
|
|
1705
|
+
holiday_village = "holiday-village",
|
|
1706
|
+
home = "home",
|
|
1707
|
+
home_and_garden = "home-and-garden",
|
|
1708
|
+
home_app_logo = "home-app-logo",
|
|
1709
|
+
home_health = "home-health",
|
|
1710
|
+
home_improvement_and_tools = "home-improvement-and-tools",
|
|
1711
|
+
home_iot_device = "home-iot-device",
|
|
1712
|
+
home_max = "home-max",
|
|
1713
|
+
home_max_dots = "home-max-dots",
|
|
1714
|
+
home_mini = "home-mini",
|
|
1715
|
+
home_pin = "home-pin",
|
|
1716
|
+
home_repair_service = "home-repair-service",
|
|
1717
|
+
home_speaker = "home-speaker",
|
|
1718
|
+
home_storage = "home-storage",
|
|
1719
|
+
home_work = "home-work",
|
|
1720
|
+
horizontal_distribute = "horizontal-distribute",
|
|
1721
|
+
horizontal_rule = "horizontal-rule",
|
|
1722
|
+
horizontal_split = "horizontal-split",
|
|
1723
|
+
host = "host",
|
|
1724
|
+
hot_tub = "hot-tub",
|
|
1725
|
+
hotel = "hotel",
|
|
1726
|
+
hotel_class = "hotel-class",
|
|
1727
|
+
hourglass = "hourglass",
|
|
1728
|
+
hourglass_arrow_down = "hourglass-arrow-down",
|
|
1729
|
+
hourglass_arrow_up = "hourglass-arrow-up",
|
|
1730
|
+
hourglass_bottom = "hourglass-bottom",
|
|
1731
|
+
hourglass_check = "hourglass-check",
|
|
1732
|
+
hourglass_disabled = "hourglass-disabled",
|
|
1733
|
+
hourglass_empty = "hourglass-empty",
|
|
1734
|
+
hourglass_pause = "hourglass-pause",
|
|
1735
|
+
hourglass_top = "hourglass-top",
|
|
1736
|
+
house = "house",
|
|
1737
|
+
house_siding = "house-siding",
|
|
1738
|
+
house_with_shield = "house-with-shield",
|
|
1739
|
+
houseboat = "houseboat",
|
|
1740
|
+
household_supplies = "household-supplies",
|
|
1741
|
+
hov = "hov",
|
|
1742
|
+
how_to_reg = "how-to-reg",
|
|
1743
|
+
how_to_vote = "how-to-vote",
|
|
1744
|
+
hr_resting = "hr-resting",
|
|
1745
|
+
html = "html",
|
|
1746
|
+
http = "http",
|
|
1747
|
+
hub = "hub",
|
|
1748
|
+
humerus = "humerus",
|
|
1749
|
+
humerus_alt = "humerus-alt",
|
|
1750
|
+
humidity_high = "humidity-high",
|
|
1751
|
+
humidity_indoor = "humidity-indoor",
|
|
1752
|
+
humidity_low = "humidity-low",
|
|
1753
|
+
humidity_mid = "humidity-mid",
|
|
1754
|
+
humidity_percentage = "humidity-percentage",
|
|
1755
|
+
hvac = "hvac",
|
|
1756
|
+
hvac_max_defrost = "hvac-max-defrost",
|
|
1757
|
+
ice_skating = "ice-skating",
|
|
1758
|
+
icecream = "icecream",
|
|
1759
|
+
id_card = "id-card",
|
|
1760
|
+
identity_aware_proxy = "identity-aware-proxy",
|
|
1761
|
+
identity_platform = "identity-platform",
|
|
1762
|
+
ifl = "ifl",
|
|
1763
|
+
iframe = "iframe",
|
|
1764
|
+
iframe_off = "iframe-off",
|
|
1765
|
+
image = "image",
|
|
1766
|
+
image_arrow_up = "image-arrow-up",
|
|
1767
|
+
image_aspect_ratio = "image-aspect-ratio",
|
|
1768
|
+
image_inset = "image-inset",
|
|
1769
|
+
image_search = "image-search",
|
|
1770
|
+
imagesearch_roller = "imagesearch-roller",
|
|
1771
|
+
imagesmode = "imagesmode",
|
|
1772
|
+
immunology = "immunology",
|
|
1773
|
+
import_contacts = "import-contacts",
|
|
1774
|
+
important_devices = "important-devices",
|
|
1775
|
+
in_home_mode = "in-home-mode",
|
|
1776
|
+
inactive_order = "inactive-order",
|
|
1777
|
+
inbox = "inbox",
|
|
1778
|
+
inbox_customize = "inbox-customize",
|
|
1779
|
+
inbox_text = "inbox-text",
|
|
1780
|
+
inbox_text_asterisk = "inbox-text-asterisk",
|
|
1781
|
+
inbox_text_person = "inbox-text-person",
|
|
1782
|
+
inbox_text_share = "inbox-text-share",
|
|
1783
|
+
incomplete_circle = "incomplete-circle",
|
|
1784
|
+
indeterminate_check_box = "indeterminate-check-box",
|
|
1785
|
+
indeterminate_question_box = "indeterminate-question-box",
|
|
1786
|
+
info = "info",
|
|
1787
|
+
info_i = "info-i",
|
|
1788
|
+
infrared = "infrared",
|
|
1789
|
+
ink_eraser = "ink-eraser",
|
|
1790
|
+
ink_eraser_off = "ink-eraser-off",
|
|
1791
|
+
ink_highlighter = "ink-highlighter",
|
|
1792
|
+
ink_highlighter_move = "ink-highlighter-move",
|
|
1793
|
+
ink_marker = "ink-marker",
|
|
1794
|
+
ink_pen = "ink-pen",
|
|
1795
|
+
ink_selection = "ink-selection",
|
|
1796
|
+
inpatient = "inpatient",
|
|
1797
|
+
input = "input",
|
|
1798
|
+
input_circle = "input-circle",
|
|
1799
|
+
insert_chart = "insert-chart",
|
|
1800
|
+
insert_page_break = "insert-page-break",
|
|
1801
|
+
insert_text = "insert-text",
|
|
1802
|
+
install_desktop = "install-desktop",
|
|
1803
|
+
instant_mix = "instant-mix",
|
|
1804
|
+
integration_instructions = "integration-instructions",
|
|
1805
|
+
interactive_space = "interactive-space",
|
|
1806
|
+
interests = "interests",
|
|
1807
|
+
interpreter_mode = "interpreter-mode",
|
|
1808
|
+
inventory = "inventory",
|
|
1809
|
+
inventory_2 = "inventory-2",
|
|
1810
|
+
invert_colors = "invert-colors",
|
|
1811
|
+
invert_colors_off = "invert-colors-off",
|
|
1812
|
+
ios = "ios",
|
|
1813
|
+
ios_share = "ios-share",
|
|
1814
|
+
iron = "iron",
|
|
1815
|
+
jamboard_kiosk = "jamboard-kiosk",
|
|
1816
|
+
japanese_curry = "japanese-curry",
|
|
1817
|
+
japanese_flag = "japanese-flag",
|
|
1818
|
+
javascript = "javascript",
|
|
1819
|
+
join = "join",
|
|
1820
|
+
join_inner = "join-inner",
|
|
1821
|
+
join_left = "join-left",
|
|
1822
|
+
join_right = "join-right",
|
|
1823
|
+
joystick = "joystick",
|
|
1824
|
+
jump_to_element = "jump-to-element",
|
|
1825
|
+
kanji_alcohol = "kanji-alcohol",
|
|
1826
|
+
kayaking = "kayaking",
|
|
1827
|
+
kebab_dining = "kebab-dining",
|
|
1828
|
+
keep = "keep",
|
|
1829
|
+
keep_off = "keep-off",
|
|
1830
|
+
keep_public = "keep-public",
|
|
1831
|
+
kettle = "kettle",
|
|
1832
|
+
key = "key",
|
|
1833
|
+
key_off = "key-off",
|
|
1834
|
+
key_vertical = "key-vertical",
|
|
1835
|
+
key_visualizer = "key-visualizer",
|
|
1836
|
+
keyboard = "keyboard",
|
|
1837
|
+
keyboard_alt = "keyboard-alt",
|
|
1838
|
+
keyboard_arrow_down = "keyboard-arrow-down",
|
|
1839
|
+
keyboard_arrow_left = "keyboard-arrow-left",
|
|
1840
|
+
keyboard_arrow_right = "keyboard-arrow-right",
|
|
1841
|
+
keyboard_arrow_up = "keyboard-arrow-up",
|
|
1842
|
+
keyboard_backspace = "keyboard-backspace",
|
|
1843
|
+
keyboard_capslock = "keyboard-capslock",
|
|
1844
|
+
keyboard_capslock_badge = "keyboard-capslock-badge",
|
|
1845
|
+
keyboard_command_key = "keyboard-command-key",
|
|
1846
|
+
keyboard_control_key = "keyboard-control-key",
|
|
1847
|
+
keyboard_double_arrow_down = "keyboard-double-arrow-down",
|
|
1848
|
+
keyboard_double_arrow_left = "keyboard-double-arrow-left",
|
|
1849
|
+
keyboard_double_arrow_right = "keyboard-double-arrow-right",
|
|
1850
|
+
keyboard_double_arrow_up = "keyboard-double-arrow-up",
|
|
1851
|
+
keyboard_external_input = "keyboard-external-input",
|
|
1852
|
+
keyboard_full = "keyboard-full",
|
|
1853
|
+
keyboard_hide = "keyboard-hide",
|
|
1854
|
+
keyboard_keys = "keyboard-keys",
|
|
1855
|
+
keyboard_lock = "keyboard-lock",
|
|
1856
|
+
keyboard_lock_off = "keyboard-lock-off",
|
|
1857
|
+
keyboard_off = "keyboard-off",
|
|
1858
|
+
keyboard_onscreen = "keyboard-onscreen",
|
|
1859
|
+
keyboard_option_key = "keyboard-option-key",
|
|
1860
|
+
keyboard_previous_language = "keyboard-previous-language",
|
|
1861
|
+
keyboard_return = "keyboard-return",
|
|
1862
|
+
keyboard_tab = "keyboard-tab",
|
|
1863
|
+
keyboard_tab_rtl = "keyboard-tab-rtl",
|
|
1864
|
+
kid_star = "kid-star",
|
|
1865
|
+
king_bed = "king-bed",
|
|
1866
|
+
kitchen = "kitchen",
|
|
1867
|
+
kitesurfing = "kitesurfing",
|
|
1868
|
+
lab_panel = "lab-panel",
|
|
1869
|
+
lab_profile = "lab-profile",
|
|
1870
|
+
lab_research = "lab-research",
|
|
1871
|
+
label = "label",
|
|
1872
|
+
label_important = "label-important",
|
|
1873
|
+
label_off = "label-off",
|
|
1874
|
+
labs = "labs",
|
|
1875
|
+
lan = "lan",
|
|
1876
|
+
landscape = "landscape",
|
|
1877
|
+
landscape_2 = "landscape-2",
|
|
1878
|
+
landscape_2_edit = "landscape-2-edit",
|
|
1879
|
+
landscape_2_off = "landscape-2-off",
|
|
1880
|
+
landslide = "landslide",
|
|
1881
|
+
language = "language",
|
|
1882
|
+
language_chinese_array = "language-chinese-array",
|
|
1883
|
+
language_chinese_cangjie = "language-chinese-cangjie",
|
|
1884
|
+
language_chinese_dayi = "language-chinese-dayi",
|
|
1885
|
+
language_chinese_pinyin = "language-chinese-pinyin",
|
|
1886
|
+
language_chinese_quick = "language-chinese-quick",
|
|
1887
|
+
language_chinese_wubi = "language-chinese-wubi",
|
|
1888
|
+
language_french = "language-french",
|
|
1889
|
+
language_gb_english = "language-gb-english",
|
|
1890
|
+
language_international = "language-international",
|
|
1891
|
+
language_japanese_kana = "language-japanese-kana",
|
|
1892
|
+
language_korean_latin = "language-korean-latin",
|
|
1893
|
+
language_pinyin = "language-pinyin",
|
|
1894
|
+
language_spanish = "language-spanish",
|
|
1895
|
+
language_us = "language-us",
|
|
1896
|
+
language_us_colemak = "language-us-colemak",
|
|
1897
|
+
language_us_dvorak = "language-us-dvorak",
|
|
1898
|
+
laps = "laps",
|
|
1899
|
+
laptop_car = "laptop-car",
|
|
1900
|
+
laptop_chromebook = "laptop-chromebook",
|
|
1901
|
+
laptop_mac = "laptop-mac",
|
|
1902
|
+
laptop_windows = "laptop-windows",
|
|
1903
|
+
lasso_select = "lasso-select",
|
|
1904
|
+
last_page = "last-page",
|
|
1905
|
+
laundry = "laundry",
|
|
1906
|
+
layers = "layers",
|
|
1907
|
+
layers_clear = "layers-clear",
|
|
1908
|
+
lda = "lda",
|
|
1909
|
+
leaderboard = "leaderboard",
|
|
1910
|
+
leak_add = "leak-add",
|
|
1911
|
+
leak_remove = "leak-remove",
|
|
1912
|
+
left_click = "left-click",
|
|
1913
|
+
left_panel_close = "left-panel-close",
|
|
1914
|
+
left_panel_open = "left-panel-open",
|
|
1915
|
+
legend_toggle = "legend-toggle",
|
|
1916
|
+
lens_blur = "lens-blur",
|
|
1917
|
+
letter_switch = "letter-switch",
|
|
1918
|
+
library_add = "library-add",
|
|
1919
|
+
library_add_check = "library-add-check",
|
|
1920
|
+
library_books = "library-books",
|
|
1921
|
+
library_music = "library-music",
|
|
1922
|
+
license = "license",
|
|
1923
|
+
lift_to_talk = "lift-to-talk",
|
|
1924
|
+
light = "light",
|
|
1925
|
+
light_group = "light-group",
|
|
1926
|
+
light_mode = "light-mode",
|
|
1927
|
+
light_off = "light-off",
|
|
1928
|
+
lightbulb = "lightbulb",
|
|
1929
|
+
lightbulb_2 = "lightbulb-2",
|
|
1930
|
+
lightbulb_circle = "lightbulb-circle",
|
|
1931
|
+
lightning_stand = "lightning-stand",
|
|
1932
|
+
line_axis = "line-axis",
|
|
1933
|
+
line_curve = "line-curve",
|
|
1934
|
+
line_end = "line-end",
|
|
1935
|
+
line_end_arrow = "line-end-arrow",
|
|
1936
|
+
line_end_arrow_notch = "line-end-arrow-notch",
|
|
1937
|
+
line_end_circle = "line-end-circle",
|
|
1938
|
+
line_end_diamond = "line-end-diamond",
|
|
1939
|
+
line_end_square = "line-end-square",
|
|
1940
|
+
line_start = "line-start",
|
|
1941
|
+
line_start_arrow = "line-start-arrow",
|
|
1942
|
+
line_start_arrow_notch = "line-start-arrow-notch",
|
|
1943
|
+
line_start_circle = "line-start-circle",
|
|
1944
|
+
line_start_diamond = "line-start-diamond",
|
|
1945
|
+
line_start_square = "line-start-square",
|
|
1946
|
+
line_style = "line-style",
|
|
1947
|
+
line_weight = "line-weight",
|
|
1948
|
+
linear_scale = "linear-scale",
|
|
1949
|
+
link = "link",
|
|
1950
|
+
link_2 = "link-2",
|
|
1951
|
+
link_off = "link-off",
|
|
1952
|
+
linked_camera = "linked-camera",
|
|
1953
|
+
linked_services = "linked-services",
|
|
1954
|
+
lips = "lips",
|
|
1955
|
+
liquor = "liquor",
|
|
1956
|
+
list = "list",
|
|
1957
|
+
list_alt = "list-alt",
|
|
1958
|
+
list_alt_add = "list-alt-add",
|
|
1959
|
+
list_alt_check = "list-alt-check",
|
|
1960
|
+
lists = "lists",
|
|
1961
|
+
live_help = "live-help",
|
|
1962
|
+
live_tv = "live-tv",
|
|
1963
|
+
living = "living",
|
|
1964
|
+
local_activity = "local-activity",
|
|
1965
|
+
local_atm = "local-atm",
|
|
1966
|
+
local_bar = "local-bar",
|
|
1967
|
+
local_cafe = "local-cafe",
|
|
1968
|
+
local_car_wash = "local-car-wash",
|
|
1969
|
+
local_convenience_store = "local-convenience-store",
|
|
1970
|
+
local_dining = "local-dining",
|
|
1971
|
+
local_drink = "local-drink",
|
|
1972
|
+
local_fire_department = "local-fire-department",
|
|
1973
|
+
local_florist = "local-florist",
|
|
1974
|
+
local_gas_station = "local-gas-station",
|
|
1975
|
+
local_hospital = "local-hospital",
|
|
1976
|
+
local_laundry_service = "local-laundry-service",
|
|
1977
|
+
local_library = "local-library",
|
|
1978
|
+
local_mall = "local-mall",
|
|
1979
|
+
local_parking = "local-parking",
|
|
1980
|
+
local_pharmacy = "local-pharmacy",
|
|
1981
|
+
local_pizza = "local-pizza",
|
|
1982
|
+
local_police = "local-police",
|
|
1983
|
+
local_post_office = "local-post-office",
|
|
1984
|
+
local_see = "local-see",
|
|
1985
|
+
local_shipping = "local-shipping",
|
|
1986
|
+
local_taxi = "local-taxi",
|
|
1987
|
+
location_away = "location-away",
|
|
1988
|
+
location_chip = "location-chip",
|
|
1989
|
+
location_city = "location-city",
|
|
1990
|
+
location_disabled = "location-disabled",
|
|
1991
|
+
location_home = "location-home",
|
|
1992
|
+
location_off = "location-off",
|
|
1993
|
+
location_on = "location-on",
|
|
1994
|
+
location_searching = "location-searching",
|
|
1995
|
+
lock = "lock",
|
|
1996
|
+
lock_clock = "lock-clock",
|
|
1997
|
+
lock_open = "lock-open",
|
|
1998
|
+
lock_open_circle = "lock-open-circle",
|
|
1999
|
+
lock_open_right = "lock-open-right",
|
|
2000
|
+
lock_person = "lock-person",
|
|
2001
|
+
lock_reset = "lock-reset",
|
|
2002
|
+
login = "login",
|
|
2003
|
+
logo_dev = "logo-dev",
|
|
2004
|
+
logout = "logout",
|
|
2005
|
+
looks = "looks",
|
|
2006
|
+
looks_3 = "looks-3",
|
|
2007
|
+
looks_4 = "looks-4",
|
|
2008
|
+
looks_5 = "looks-5",
|
|
2009
|
+
looks_6 = "looks-6",
|
|
2010
|
+
looks_one = "looks-one",
|
|
2011
|
+
looks_two = "looks-two",
|
|
2012
|
+
loupe = "loupe",
|
|
2013
|
+
low_density = "low-density",
|
|
2014
|
+
low_priority = "low-priority",
|
|
2015
|
+
lowercase = "lowercase",
|
|
2016
|
+
loyalty = "loyalty",
|
|
2017
|
+
lte_mobiledata = "lte-mobiledata",
|
|
2018
|
+
lte_mobiledata_badge = "lte-mobiledata-badge",
|
|
2019
|
+
lte_plus_mobiledata = "lte-plus-mobiledata",
|
|
2020
|
+
lte_plus_mobiledata_badge = "lte-plus-mobiledata-badge",
|
|
2021
|
+
luggage = "luggage",
|
|
2022
|
+
lunch_dining = "lunch-dining",
|
|
2023
|
+
lyrics = "lyrics",
|
|
2024
|
+
macro_auto = "macro-auto",
|
|
2025
|
+
macro_off = "macro-off",
|
|
2026
|
+
magnification_large = "magnification-large",
|
|
2027
|
+
magnification_small = "magnification-small",
|
|
2028
|
+
magnify_docked = "magnify-docked",
|
|
2029
|
+
magnify_fullscreen = "magnify-fullscreen",
|
|
2030
|
+
mail = "mail",
|
|
2031
|
+
mail_asterisk = "mail-asterisk",
|
|
2032
|
+
mail_lock = "mail-lock",
|
|
2033
|
+
mail_off = "mail-off",
|
|
2034
|
+
mail_shield = "mail-shield",
|
|
2035
|
+
male = "male",
|
|
2036
|
+
man = "man",
|
|
2037
|
+
man_2 = "man-2",
|
|
2038
|
+
man_3 = "man-3",
|
|
2039
|
+
man_4 = "man-4",
|
|
2040
|
+
manage_accounts = "manage-accounts",
|
|
2041
|
+
manage_history = "manage-history",
|
|
2042
|
+
manage_search = "manage-search",
|
|
2043
|
+
manga = "manga",
|
|
2044
|
+
manufacturing = "manufacturing",
|
|
2045
|
+
map = "map",
|
|
2046
|
+
map_pin_heart = "map-pin-heart",
|
|
2047
|
+
map_pin_review = "map-pin-review",
|
|
2048
|
+
map_search = "map-search",
|
|
2049
|
+
maps_ugc = "maps-ugc",
|
|
2050
|
+
margin = "margin",
|
|
2051
|
+
mark_as_unread = "mark-as-unread",
|
|
2052
|
+
mark_chat_read = "mark-chat-read",
|
|
2053
|
+
mark_chat_unread = "mark-chat-unread",
|
|
2054
|
+
mark_email_read = "mark-email-read",
|
|
2055
|
+
mark_email_unread = "mark-email-unread",
|
|
2056
|
+
mark_unread_chat_alt = "mark-unread-chat-alt",
|
|
2057
|
+
markdown = "markdown",
|
|
2058
|
+
markdown_copy = "markdown-copy",
|
|
2059
|
+
markdown_paste = "markdown-paste",
|
|
2060
|
+
markunread_mailbox = "markunread-mailbox",
|
|
2061
|
+
masked_transitions = "masked-transitions",
|
|
2062
|
+
masked_transitions_add = "masked-transitions-add",
|
|
2063
|
+
masks = "masks",
|
|
2064
|
+
massage = "massage",
|
|
2065
|
+
match_case = "match-case",
|
|
2066
|
+
match_case_off = "match-case-off",
|
|
2067
|
+
match_word = "match-word",
|
|
2068
|
+
matter = "matter",
|
|
2069
|
+
maximize = "maximize",
|
|
2070
|
+
meal_dinner = "meal-dinner",
|
|
2071
|
+
meal_lunch = "meal-lunch",
|
|
2072
|
+
measuring_tape = "measuring-tape",
|
|
2073
|
+
media_bluetooth_off = "media-bluetooth-off",
|
|
2074
|
+
media_bluetooth_on = "media-bluetooth-on",
|
|
2075
|
+
media_link = "media-link",
|
|
2076
|
+
media_output = "media-output",
|
|
2077
|
+
media_output_off = "media-output-off",
|
|
2078
|
+
mediation = "mediation",
|
|
2079
|
+
medical_information = "medical-information",
|
|
2080
|
+
medical_mask = "medical-mask",
|
|
2081
|
+
medical_services = "medical-services",
|
|
2082
|
+
medication = "medication",
|
|
2083
|
+
medication_liquid = "medication-liquid",
|
|
2084
|
+
meeting_room = "meeting-room",
|
|
2085
|
+
memory = "memory",
|
|
2086
|
+
memory_alt = "memory-alt",
|
|
2087
|
+
menstrual_health = "menstrual-health",
|
|
2088
|
+
menu = "menu",
|
|
2089
|
+
menu_book = "menu-book",
|
|
2090
|
+
menu_book_2 = "menu-book-2",
|
|
2091
|
+
menu_open = "menu-open",
|
|
2092
|
+
merge = "merge",
|
|
2093
|
+
merge_type = "merge-type",
|
|
2094
|
+
metabolism = "metabolism",
|
|
2095
|
+
metro = "metro",
|
|
2096
|
+
mfg_nest_yale_lock = "mfg-nest-yale-lock",
|
|
2097
|
+
mic = "mic",
|
|
2098
|
+
mic_alert = "mic-alert",
|
|
2099
|
+
mic_double = "mic-double",
|
|
2100
|
+
mic_external_off = "mic-external-off",
|
|
2101
|
+
mic_external_on = "mic-external-on",
|
|
2102
|
+
mic_gear = "mic-gear",
|
|
2103
|
+
mic_off = "mic-off",
|
|
2104
|
+
microbiology = "microbiology",
|
|
2105
|
+
microwave = "microwave",
|
|
2106
|
+
microwave_gen = "microwave-gen",
|
|
2107
|
+
military_tech = "military-tech",
|
|
2108
|
+
mimo = "mimo",
|
|
2109
|
+
mimo_disconnect = "mimo-disconnect",
|
|
2110
|
+
mindfulness = "mindfulness",
|
|
2111
|
+
minimize = "minimize",
|
|
2112
|
+
minor_crash = "minor-crash",
|
|
2113
|
+
mintmark = "mintmark",
|
|
2114
|
+
missed_video_call = "missed-video-call",
|
|
2115
|
+
missing_controller = "missing-controller",
|
|
2116
|
+
mist = "mist",
|
|
2117
|
+
mitre = "mitre",
|
|
2118
|
+
mixture_med = "mixture-med",
|
|
2119
|
+
mms = "mms",
|
|
2120
|
+
mobile = "mobile",
|
|
2121
|
+
mobile_2 = "mobile-2",
|
|
2122
|
+
mobile_3 = "mobile-3",
|
|
2123
|
+
mobile_alert = "mobile-alert",
|
|
2124
|
+
mobile_arrow_down = "mobile-arrow-down",
|
|
2125
|
+
mobile_arrow_right = "mobile-arrow-right",
|
|
2126
|
+
mobile_arrow_up_right = "mobile-arrow-up-right",
|
|
2127
|
+
mobile_block = "mobile-block",
|
|
2128
|
+
mobile_camera = "mobile-camera",
|
|
2129
|
+
mobile_camera_front = "mobile-camera-front",
|
|
2130
|
+
mobile_camera_rear = "mobile-camera-rear",
|
|
2131
|
+
mobile_cancel = "mobile-cancel",
|
|
2132
|
+
mobile_cast = "mobile-cast",
|
|
2133
|
+
mobile_charge = "mobile-charge",
|
|
2134
|
+
mobile_chat = "mobile-chat",
|
|
2135
|
+
mobile_check = "mobile-check",
|
|
2136
|
+
mobile_code = "mobile-code",
|
|
2137
|
+
mobile_dots = "mobile-dots",
|
|
2138
|
+
mobile_gear = "mobile-gear",
|
|
2139
|
+
mobile_hand = "mobile-hand",
|
|
2140
|
+
mobile_hand_left = "mobile-hand-left",
|
|
2141
|
+
mobile_hand_left_off = "mobile-hand-left-off",
|
|
2142
|
+
mobile_hand_off = "mobile-hand-off",
|
|
2143
|
+
mobile_info = "mobile-info",
|
|
2144
|
+
mobile_landscape = "mobile-landscape",
|
|
2145
|
+
mobile_layout = "mobile-layout",
|
|
2146
|
+
mobile_lock_landscape = "mobile-lock-landscape",
|
|
2147
|
+
mobile_lock_portrait = "mobile-lock-portrait",
|
|
2148
|
+
mobile_loupe = "mobile-loupe",
|
|
2149
|
+
mobile_menu = "mobile-menu",
|
|
2150
|
+
mobile_off = "mobile-off",
|
|
2151
|
+
mobile_question = "mobile-question",
|
|
2152
|
+
mobile_rotate = "mobile-rotate",
|
|
2153
|
+
mobile_rotate_lock = "mobile-rotate-lock",
|
|
2154
|
+
mobile_screensaver = "mobile-screensaver",
|
|
2155
|
+
mobile_sensor_hi = "mobile-sensor-hi",
|
|
2156
|
+
mobile_sensor_lo = "mobile-sensor-lo",
|
|
2157
|
+
mobile_share = "mobile-share",
|
|
2158
|
+
mobile_share_stack = "mobile-share-stack",
|
|
2159
|
+
mobile_sound = "mobile-sound",
|
|
2160
|
+
mobile_sound_2 = "mobile-sound-2",
|
|
2161
|
+
mobile_sound_off = "mobile-sound-off",
|
|
2162
|
+
mobile_speaker = "mobile-speaker",
|
|
2163
|
+
mobile_text = "mobile-text",
|
|
2164
|
+
mobile_text_2 = "mobile-text-2",
|
|
2165
|
+
mobile_theft = "mobile-theft",
|
|
2166
|
+
mobile_ticket = "mobile-ticket",
|
|
2167
|
+
mobile_unlock = "mobile-unlock",
|
|
2168
|
+
mobile_vibrate = "mobile-vibrate",
|
|
2169
|
+
mobile_wrench = "mobile-wrench",
|
|
2170
|
+
mobiledata_off = "mobiledata-off",
|
|
2171
|
+
mode_comment = "mode-comment",
|
|
2172
|
+
mode_cool = "mode-cool",
|
|
2173
|
+
mode_cool_off = "mode-cool-off",
|
|
2174
|
+
mode_dual = "mode-dual",
|
|
2175
|
+
mode_fan = "mode-fan",
|
|
2176
|
+
mode_fan_2 = "mode-fan-2",
|
|
2177
|
+
mode_fan_off = "mode-fan-off",
|
|
2178
|
+
mode_heat = "mode-heat",
|
|
2179
|
+
mode_heat_cool = "mode-heat-cool",
|
|
2180
|
+
mode_heat_off = "mode-heat-off",
|
|
2181
|
+
mode_night = "mode-night",
|
|
2182
|
+
mode_of_travel = "mode-of-travel",
|
|
2183
|
+
mode_off_on = "mode-off-on",
|
|
2184
|
+
mode_standby = "mode-standby",
|
|
2185
|
+
model_training = "model-training",
|
|
2186
|
+
modeling = "modeling",
|
|
2187
|
+
money = "money",
|
|
2188
|
+
money_bag = "money-bag",
|
|
2189
|
+
money_off = "money-off",
|
|
2190
|
+
money_range = "money-range",
|
|
2191
|
+
monitor = "monitor",
|
|
2192
|
+
monitor_heart = "monitor-heart",
|
|
2193
|
+
monitor_weight = "monitor-weight",
|
|
2194
|
+
monitor_weight_gain = "monitor-weight-gain",
|
|
2195
|
+
monitor_weight_loss = "monitor-weight-loss",
|
|
2196
|
+
monitoring = "monitoring",
|
|
2197
|
+
monochrome_photos = "monochrome-photos",
|
|
2198
|
+
monorail = "monorail",
|
|
2199
|
+
mood = "mood",
|
|
2200
|
+
mood_bad = "mood-bad",
|
|
2201
|
+
mood_heart = "mood-heart",
|
|
2202
|
+
moon_stars = "moon-stars",
|
|
2203
|
+
mop = "mop",
|
|
2204
|
+
moped = "moped",
|
|
2205
|
+
moped_package = "moped-package",
|
|
2206
|
+
more = "more",
|
|
2207
|
+
more_down = "more-down",
|
|
2208
|
+
more_horiz = "more-horiz",
|
|
2209
|
+
more_time = "more-time",
|
|
2210
|
+
more_up = "more-up",
|
|
2211
|
+
more_vert = "more-vert",
|
|
2212
|
+
mosque = "mosque",
|
|
2213
|
+
motion_blur = "motion-blur",
|
|
2214
|
+
motion_mode = "motion-mode",
|
|
2215
|
+
motion_photos_auto = "motion-photos-auto",
|
|
2216
|
+
motion_photos_on = "motion-photos-on",
|
|
2217
|
+
motion_photos_paused = "motion-photos-paused",
|
|
2218
|
+
motion_play = "motion-play",
|
|
2219
|
+
motion_sensor_active = "motion-sensor-active",
|
|
2220
|
+
motion_sensor_alert = "motion-sensor-alert",
|
|
2221
|
+
motion_sensor_idle = "motion-sensor-idle",
|
|
2222
|
+
motion_sensor_urgent = "motion-sensor-urgent",
|
|
2223
|
+
motorcycle = "motorcycle",
|
|
2224
|
+
mountain_flag = "mountain-flag",
|
|
2225
|
+
mountain_steam = "mountain-steam",
|
|
2226
|
+
mouse = "mouse",
|
|
2227
|
+
mouse_lock = "mouse-lock",
|
|
2228
|
+
mouse_lock_off = "mouse-lock-off",
|
|
2229
|
+
move = "move",
|
|
2230
|
+
move_down = "move-down",
|
|
2231
|
+
move_group = "move-group",
|
|
2232
|
+
move_item = "move-item",
|
|
2233
|
+
move_location = "move-location",
|
|
2234
|
+
move_selection_down = "move-selection-down",
|
|
2235
|
+
move_selection_left = "move-selection-left",
|
|
2236
|
+
move_selection_right = "move-selection-right",
|
|
2237
|
+
move_selection_up = "move-selection-up",
|
|
2238
|
+
move_to_inbox = "move-to-inbox",
|
|
2239
|
+
move_up = "move-up",
|
|
2240
|
+
moved_location = "moved-location",
|
|
2241
|
+
movie = "movie",
|
|
2242
|
+
movie_edit = "movie-edit",
|
|
2243
|
+
movie_info = "movie-info",
|
|
2244
|
+
movie_off = "movie-off",
|
|
2245
|
+
movie_speaker = "movie-speaker",
|
|
2246
|
+
moving = "moving",
|
|
2247
|
+
moving_beds = "moving-beds",
|
|
2248
|
+
moving_ministry = "moving-ministry",
|
|
2249
|
+
mp = "mp",
|
|
2250
|
+
multicooker = "multicooker",
|
|
2251
|
+
multiline_chart = "multiline-chart",
|
|
2252
|
+
multimodal_hand_eye = "multimodal-hand-eye",
|
|
2253
|
+
multiple_airports = "multiple-airports",
|
|
2254
|
+
multiple_stop = "multiple-stop",
|
|
2255
|
+
museum = "museum",
|
|
2256
|
+
music_cast = "music-cast",
|
|
2257
|
+
music_history = "music-history",
|
|
2258
|
+
music_note = "music-note",
|
|
2259
|
+
music_note_2 = "music-note-2",
|
|
2260
|
+
music_note_add = "music-note-add",
|
|
2261
|
+
music_off = "music-off",
|
|
2262
|
+
music_video = "music-video",
|
|
2263
|
+
my_location = "my-location",
|
|
2264
|
+
mystery = "mystery",
|
|
2265
|
+
nat = "nat",
|
|
2266
|
+
nature = "nature",
|
|
2267
|
+
nature_people = "nature-people",
|
|
2268
|
+
navigation = "navigation",
|
|
2269
|
+
near_me = "near-me",
|
|
2270
|
+
near_me_disabled = "near-me-disabled",
|
|
2271
|
+
nearby = "nearby",
|
|
2272
|
+
nearby_error = "nearby-error",
|
|
2273
|
+
nearby_off = "nearby-off",
|
|
2274
|
+
nephrology = "nephrology",
|
|
2275
|
+
nest_audio = "nest-audio",
|
|
2276
|
+
nest_cam_floodlight = "nest-cam-floodlight",
|
|
2277
|
+
nest_cam_indoor = "nest-cam-indoor",
|
|
2278
|
+
nest_cam_iq = "nest-cam-iq",
|
|
2279
|
+
nest_cam_iq_outdoor = "nest-cam-iq-outdoor",
|
|
2280
|
+
nest_cam_magnet_mount = "nest-cam-magnet-mount",
|
|
2281
|
+
nest_cam_outdoor = "nest-cam-outdoor",
|
|
2282
|
+
nest_cam_stand = "nest-cam-stand",
|
|
2283
|
+
nest_cam_wall_mount = "nest-cam-wall-mount",
|
|
2284
|
+
nest_cam_wired_stand = "nest-cam-wired-stand",
|
|
2285
|
+
nest_clock_farsight_analog = "nest-clock-farsight-analog",
|
|
2286
|
+
nest_clock_farsight_digital = "nest-clock-farsight-digital",
|
|
2287
|
+
nest_connect = "nest-connect",
|
|
2288
|
+
nest_detect = "nest-detect",
|
|
2289
|
+
nest_display = "nest-display",
|
|
2290
|
+
nest_display_max = "nest-display-max",
|
|
2291
|
+
nest_doorbell_visitor = "nest-doorbell-visitor",
|
|
2292
|
+
nest_eco_leaf = "nest-eco-leaf",
|
|
2293
|
+
nest_farsight_cool = "nest-farsight-cool",
|
|
2294
|
+
nest_farsight_dual = "nest-farsight-dual",
|
|
2295
|
+
nest_farsight_eco = "nest-farsight-eco",
|
|
2296
|
+
nest_farsight_heat = "nest-farsight-heat",
|
|
2297
|
+
nest_farsight_seasonal = "nest-farsight-seasonal",
|
|
2298
|
+
nest_farsight_weather = "nest-farsight-weather",
|
|
2299
|
+
nest_found_savings = "nest-found-savings",
|
|
2300
|
+
nest_heat_link_e = "nest-heat-link-e",
|
|
2301
|
+
nest_heat_link_gen_3 = "nest-heat-link-gen-3",
|
|
2302
|
+
nest_hello_doorbell = "nest-hello-doorbell",
|
|
2303
|
+
nest_mini = "nest-mini",
|
|
2304
|
+
nest_multi_room = "nest-multi-room",
|
|
2305
|
+
nest_protect = "nest-protect",
|
|
2306
|
+
nest_remote_comfort_sensor = "nest-remote-comfort-sensor",
|
|
2307
|
+
nest_secure_alarm = "nest-secure-alarm",
|
|
2308
|
+
nest_sunblock = "nest-sunblock",
|
|
2309
|
+
nest_tag = "nest-tag",
|
|
2310
|
+
nest_thermostat = "nest-thermostat",
|
|
2311
|
+
nest_thermostat_e_eu = "nest-thermostat-e-eu",
|
|
2312
|
+
nest_thermostat_gen_3 = "nest-thermostat-gen-3",
|
|
2313
|
+
nest_thermostat_sensor = "nest-thermostat-sensor",
|
|
2314
|
+
nest_thermostat_sensor_eu = "nest-thermostat-sensor-eu",
|
|
2315
|
+
nest_thermostat_zirconium_eu = "nest-thermostat-zirconium-eu",
|
|
2316
|
+
nest_true_radiant = "nest-true-radiant",
|
|
2317
|
+
nest_wake_on_approach = "nest-wake-on-approach",
|
|
2318
|
+
nest_wake_on_press = "nest-wake-on-press",
|
|
2319
|
+
nest_wifi_point = "nest-wifi-point",
|
|
2320
|
+
nest_wifi_pro = "nest-wifi-pro",
|
|
2321
|
+
nest_wifi_pro_2 = "nest-wifi-pro-2",
|
|
2322
|
+
nest_wifi_router = "nest-wifi-router",
|
|
2323
|
+
network_cell = "network-cell",
|
|
2324
|
+
network_check = "network-check",
|
|
2325
|
+
network_intel_node = "network-intel-node",
|
|
2326
|
+
network_intelligence = "network-intelligence",
|
|
2327
|
+
network_intelligence_history = "network-intelligence-history",
|
|
2328
|
+
network_intelligence_update = "network-intelligence-update",
|
|
2329
|
+
network_locked = "network-locked",
|
|
2330
|
+
network_manage = "network-manage",
|
|
2331
|
+
network_node = "network-node",
|
|
2332
|
+
network_ping = "network-ping",
|
|
2333
|
+
network_wifi = "network-wifi",
|
|
2334
|
+
network_wifi_1_bar = "network-wifi-1-bar",
|
|
2335
|
+
network_wifi_1_bar_locked = "network-wifi-1-bar-locked",
|
|
2336
|
+
network_wifi_2_bar = "network-wifi-2-bar",
|
|
2337
|
+
network_wifi_2_bar_locked = "network-wifi-2-bar-locked",
|
|
2338
|
+
network_wifi_3_bar = "network-wifi-3-bar",
|
|
2339
|
+
network_wifi_3_bar_locked = "network-wifi-3-bar-locked",
|
|
2340
|
+
network_wifi_locked = "network-wifi-locked",
|
|
2341
|
+
neurology = "neurology",
|
|
2342
|
+
new_label = "new-label",
|
|
2343
|
+
new_window = "new-window",
|
|
2344
|
+
news = "news",
|
|
2345
|
+
newsmode = "newsmode",
|
|
2346
|
+
newspaper = "newspaper",
|
|
2347
|
+
newsstand = "newsstand",
|
|
2348
|
+
next_plan = "next-plan",
|
|
2349
|
+
next_week = "next-week",
|
|
2350
|
+
nfc = "nfc",
|
|
2351
|
+
nfc_off = "nfc-off",
|
|
2352
|
+
night_shelter = "night-shelter",
|
|
2353
|
+
night_sight_auto = "night-sight-auto",
|
|
2354
|
+
night_sight_auto_off = "night-sight-auto-off",
|
|
2355
|
+
night_sight_max = "night-sight-max",
|
|
2356
|
+
nightlife = "nightlife",
|
|
2357
|
+
nightlight = "nightlight",
|
|
2358
|
+
no_accounts = "no-accounts",
|
|
2359
|
+
no_adult_content = "no-adult-content",
|
|
2360
|
+
no_backpack = "no-backpack",
|
|
2361
|
+
no_crash = "no-crash",
|
|
2362
|
+
no_drinks = "no-drinks",
|
|
2363
|
+
no_encryption = "no-encryption",
|
|
2364
|
+
no_flash = "no-flash",
|
|
2365
|
+
no_food = "no-food",
|
|
2366
|
+
no_luggage = "no-luggage",
|
|
2367
|
+
no_meals = "no-meals",
|
|
2368
|
+
no_meeting_room = "no-meeting-room",
|
|
2369
|
+
no_photography = "no-photography",
|
|
2370
|
+
no_sim = "no-sim",
|
|
2371
|
+
no_sound = "no-sound",
|
|
2372
|
+
no_stroller = "no-stroller",
|
|
2373
|
+
no_transfer = "no-transfer",
|
|
2374
|
+
noise_aware = "noise-aware",
|
|
2375
|
+
noise_control_off = "noise-control-off",
|
|
2376
|
+
noise_control_on = "noise-control-on",
|
|
2377
|
+
nordic_walking = "nordic-walking",
|
|
2378
|
+
north = "north",
|
|
2379
|
+
north_east = "north-east",
|
|
2380
|
+
north_west = "north-west",
|
|
2381
|
+
not_accessible = "not-accessible",
|
|
2382
|
+
not_accessible_forward = "not-accessible-forward",
|
|
2383
|
+
not_listed_location = "not-listed-location",
|
|
2384
|
+
not_started = "not-started",
|
|
2385
|
+
note_add = "note-add",
|
|
2386
|
+
note_alt = "note-alt",
|
|
2387
|
+
note_stack = "note-stack",
|
|
2388
|
+
note_stack_add = "note-stack-add",
|
|
2389
|
+
notes = "notes",
|
|
2390
|
+
notification_add = "notification-add",
|
|
2391
|
+
notification_audio = "notification-audio",
|
|
2392
|
+
notification_audio_off = "notification-audio-off",
|
|
2393
|
+
notification_important = "notification-important",
|
|
2394
|
+
notification_multiple = "notification-multiple",
|
|
2395
|
+
notification_settings = "notification-settings",
|
|
2396
|
+
notification_sound = "notification-sound",
|
|
2397
|
+
notifications = "notifications",
|
|
2398
|
+
notifications_active = "notifications-active",
|
|
2399
|
+
notifications_off = "notifications-off",
|
|
2400
|
+
notifications_paused = "notifications-paused",
|
|
2401
|
+
notifications_unread = "notifications-unread",
|
|
2402
|
+
numbers = "numbers",
|
|
2403
|
+
nutrition = "nutrition",
|
|
2404
|
+
ods = "ods",
|
|
2405
|
+
odt = "odt",
|
|
2406
|
+
offline_bolt = "offline-bolt",
|
|
2407
|
+
offline_pin = "offline-pin",
|
|
2408
|
+
offline_pin_off = "offline-pin-off",
|
|
2409
|
+
oil_barrel = "oil-barrel",
|
|
2410
|
+
okonomiyaki = "okonomiyaki",
|
|
2411
|
+
on_device_training = "on-device-training",
|
|
2412
|
+
on_hub_device = "on-hub-device",
|
|
2413
|
+
oncology = "oncology",
|
|
2414
|
+
online_prediction = "online-prediction",
|
|
2415
|
+
onsen = "onsen",
|
|
2416
|
+
opacity = "opacity",
|
|
2417
|
+
open_in_browser = "open-in-browser",
|
|
2418
|
+
open_in_full = "open-in-full",
|
|
2419
|
+
open_in_new = "open-in-new",
|
|
2420
|
+
open_in_new_down = "open-in-new-down",
|
|
2421
|
+
open_in_new_off = "open-in-new-off",
|
|
2422
|
+
open_jam = "open-jam",
|
|
2423
|
+
open_run = "open-run",
|
|
2424
|
+
open_with = "open-with",
|
|
2425
|
+
ophthalmology = "ophthalmology",
|
|
2426
|
+
oral_disease = "oral-disease",
|
|
2427
|
+
orbit = "orbit",
|
|
2428
|
+
order_approve = "order-approve",
|
|
2429
|
+
order_play = "order-play",
|
|
2430
|
+
orders = "orders",
|
|
2431
|
+
orthopedics = "orthopedics",
|
|
2432
|
+
other_admission = "other-admission",
|
|
2433
|
+
other_houses = "other-houses",
|
|
2434
|
+
outbound = "outbound",
|
|
2435
|
+
outbox = "outbox",
|
|
2436
|
+
outbox_alt = "outbox-alt",
|
|
2437
|
+
outdoor_garden = "outdoor-garden",
|
|
2438
|
+
outdoor_grill = "outdoor-grill",
|
|
2439
|
+
outgoing_mail = "outgoing-mail",
|
|
2440
|
+
outlet = "outlet",
|
|
2441
|
+
outpatient = "outpatient",
|
|
2442
|
+
outpatient_med = "outpatient-med",
|
|
2443
|
+
output = "output",
|
|
2444
|
+
output_circle = "output-circle",
|
|
2445
|
+
oven = "oven",
|
|
2446
|
+
oven_gen = "oven-gen",
|
|
2447
|
+
overview = "overview",
|
|
2448
|
+
overview_key = "overview-key",
|
|
2449
|
+
owl = "owl",
|
|
2450
|
+
oxygen_saturation = "oxygen-saturation",
|
|
2451
|
+
p2p = "p2p",
|
|
2452
|
+
pace = "pace",
|
|
2453
|
+
pacemaker = "pacemaker",
|
|
2454
|
+
package = "package",
|
|
2455
|
+
package_2 = "package-2",
|
|
2456
|
+
padding = "padding",
|
|
2457
|
+
padel = "padel",
|
|
2458
|
+
page_control = "page-control",
|
|
2459
|
+
page_footer = "page-footer",
|
|
2460
|
+
page_header = "page-header",
|
|
2461
|
+
page_info = "page-info",
|
|
2462
|
+
page_menu_ios = "page-menu-ios",
|
|
2463
|
+
pageless = "pageless",
|
|
2464
|
+
pages = "pages",
|
|
2465
|
+
pageview = "pageview",
|
|
2466
|
+
paid = "paid",
|
|
2467
|
+
palette = "palette",
|
|
2468
|
+
pallet = "pallet",
|
|
2469
|
+
pan_tool = "pan-tool",
|
|
2470
|
+
pan_tool_alt = "pan-tool-alt",
|
|
2471
|
+
pan_zoom = "pan-zoom",
|
|
2472
|
+
panorama = "panorama",
|
|
2473
|
+
panorama_horizontal = "panorama-horizontal",
|
|
2474
|
+
panorama_photosphere = "panorama-photosphere",
|
|
2475
|
+
panorama_vertical = "panorama-vertical",
|
|
2476
|
+
panorama_wide_angle = "panorama-wide-angle",
|
|
2477
|
+
paragliding = "paragliding",
|
|
2478
|
+
parent_child_dining = "parent-child-dining",
|
|
2479
|
+
park = "park",
|
|
2480
|
+
parking_meter = "parking-meter",
|
|
2481
|
+
parking_sign = "parking-sign",
|
|
2482
|
+
parking_valet = "parking-valet",
|
|
2483
|
+
partly_cloudy_day = "partly-cloudy-day",
|
|
2484
|
+
partly_cloudy_night = "partly-cloudy-night",
|
|
2485
|
+
partner_exchange = "partner-exchange",
|
|
2486
|
+
partner_heart = "partner-heart",
|
|
2487
|
+
partner_reports = "partner-reports",
|
|
2488
|
+
party_mode = "party-mode",
|
|
2489
|
+
passkey = "passkey",
|
|
2490
|
+
passport = "passport",
|
|
2491
|
+
password = "password",
|
|
2492
|
+
password_2 = "password-2",
|
|
2493
|
+
password_2_off = "password-2-off",
|
|
2494
|
+
patient_list = "patient-list",
|
|
2495
|
+
pattern = "pattern",
|
|
2496
|
+
pause = "pause",
|
|
2497
|
+
pause_circle = "pause-circle",
|
|
2498
|
+
pause_presentation = "pause-presentation",
|
|
2499
|
+
payment_arrow_down = "payment-arrow-down",
|
|
2500
|
+
payment_card = "payment-card",
|
|
2501
|
+
payments = "payments",
|
|
2502
|
+
pedal_bike = "pedal-bike",
|
|
2503
|
+
pediatrics = "pediatrics",
|
|
2504
|
+
pen_size_1 = "pen-size-1",
|
|
2505
|
+
pen_size_2 = "pen-size-2",
|
|
2506
|
+
pen_size_3 = "pen-size-3",
|
|
2507
|
+
pen_size_4 = "pen-size-4",
|
|
2508
|
+
pen_size_5 = "pen-size-5",
|
|
2509
|
+
pending = "pending",
|
|
2510
|
+
pending_actions = "pending-actions",
|
|
2511
|
+
pentagon = "pentagon",
|
|
2512
|
+
percent = "percent",
|
|
2513
|
+
percent_discount = "percent-discount",
|
|
2514
|
+
pergola = "pergola",
|
|
2515
|
+
perm_camera_mic = "perm-camera-mic",
|
|
2516
|
+
perm_contact_calendar = "perm-contact-calendar",
|
|
2517
|
+
perm_data_setting = "perm-data-setting",
|
|
2518
|
+
perm_media = "perm-media",
|
|
2519
|
+
perm_phone_msg = "perm-phone-msg",
|
|
2520
|
+
perm_scan_wifi = "perm-scan-wifi",
|
|
2521
|
+
person = "person",
|
|
2522
|
+
person_2 = "person-2",
|
|
2523
|
+
person_3 = "person-3",
|
|
2524
|
+
person_4 = "person-4",
|
|
2525
|
+
person_add = "person-add",
|
|
2526
|
+
person_add_disabled = "person-add-disabled",
|
|
2527
|
+
person_alert = "person-alert",
|
|
2528
|
+
person_apron = "person-apron",
|
|
2529
|
+
person_book = "person-book",
|
|
2530
|
+
person_cancel = "person-cancel",
|
|
2531
|
+
person_celebrate = "person-celebrate",
|
|
2532
|
+
person_check = "person-check",
|
|
2533
|
+
person_edit = "person-edit",
|
|
2534
|
+
person_heart = "person-heart",
|
|
2535
|
+
person_off = "person-off",
|
|
2536
|
+
person_pin = "person-pin",
|
|
2537
|
+
person_pin_circle = "person-pin-circle",
|
|
2538
|
+
person_play = "person-play",
|
|
2539
|
+
person_raised_hand = "person-raised-hand",
|
|
2540
|
+
person_remove = "person-remove",
|
|
2541
|
+
person_search = "person-search",
|
|
2542
|
+
person_shield = "person-shield",
|
|
2543
|
+
person_text = "person-text",
|
|
2544
|
+
personal_bag = "personal-bag",
|
|
2545
|
+
personal_bag_off = "personal-bag-off",
|
|
2546
|
+
personal_bag_question = "personal-bag-question",
|
|
2547
|
+
personal_injury = "personal-injury",
|
|
2548
|
+
personal_places = "personal-places",
|
|
2549
|
+
pest_control = "pest-control",
|
|
2550
|
+
pest_control_rodent = "pest-control-rodent",
|
|
2551
|
+
pet_supplies = "pet-supplies",
|
|
2552
|
+
pets = "pets",
|
|
2553
|
+
phishing = "phishing",
|
|
2554
|
+
phone_bluetooth_speaker = "phone-bluetooth-speaker",
|
|
2555
|
+
phone_callback = "phone-callback",
|
|
2556
|
+
phone_disabled = "phone-disabled",
|
|
2557
|
+
phone_enabled = "phone-enabled",
|
|
2558
|
+
phone_forwarded = "phone-forwarded",
|
|
2559
|
+
phone_in_talk = "phone-in-talk",
|
|
2560
|
+
phone_locked = "phone-locked",
|
|
2561
|
+
phone_missed = "phone-missed",
|
|
2562
|
+
phone_paused = "phone-paused",
|
|
2563
|
+
photo = "photo",
|
|
2564
|
+
photo_album = "photo-album",
|
|
2565
|
+
photo_auto_merge = "photo-auto-merge",
|
|
2566
|
+
photo_camera = "photo-camera",
|
|
2567
|
+
photo_camera_back = "photo-camera-back",
|
|
2568
|
+
photo_camera_front = "photo-camera-front",
|
|
2569
|
+
photo_frame = "photo-frame",
|
|
2570
|
+
photo_library = "photo-library",
|
|
2571
|
+
photo_prints = "photo-prints",
|
|
2572
|
+
photo_size_select_large = "photo-size-select-large",
|
|
2573
|
+
photo_size_select_small = "photo-size-select-small",
|
|
2574
|
+
php = "php",
|
|
2575
|
+
physical_therapy = "physical-therapy",
|
|
2576
|
+
piano = "piano",
|
|
2577
|
+
piano_off = "piano-off",
|
|
2578
|
+
pickleball = "pickleball",
|
|
2579
|
+
picture_as_pdf = "picture-as-pdf",
|
|
2580
|
+
picture_in_picture = "picture-in-picture",
|
|
2581
|
+
picture_in_picture_alt = "picture-in-picture-alt",
|
|
2582
|
+
picture_in_picture_center = "picture-in-picture-center",
|
|
2583
|
+
picture_in_picture_large = "picture-in-picture-large",
|
|
2584
|
+
picture_in_picture_medium = "picture-in-picture-medium",
|
|
2585
|
+
picture_in_picture_mobile = "picture-in-picture-mobile",
|
|
2586
|
+
picture_in_picture_off = "picture-in-picture-off",
|
|
2587
|
+
picture_in_picture_small = "picture-in-picture-small",
|
|
2588
|
+
pie_chart = "pie-chart",
|
|
2589
|
+
pill = "pill",
|
|
2590
|
+
pill_off = "pill-off",
|
|
2591
|
+
pin = "pin",
|
|
2592
|
+
pin_drop = "pin-drop",
|
|
2593
|
+
pin_end = "pin-end",
|
|
2594
|
+
pin_invoke = "pin-invoke",
|
|
2595
|
+
pinboard = "pinboard",
|
|
2596
|
+
pinboard_unread = "pinboard-unread",
|
|
2597
|
+
pinch = "pinch",
|
|
2598
|
+
pinch_zoom_in = "pinch-zoom-in",
|
|
2599
|
+
pinch_zoom_out = "pinch-zoom-out",
|
|
2600
|
+
pip = "pip",
|
|
2601
|
+
pip_exit = "pip-exit",
|
|
2602
|
+
pivot_table_chart = "pivot-table-chart",
|
|
2603
|
+
place_item = "place-item",
|
|
2604
|
+
plagiarism = "plagiarism",
|
|
2605
|
+
plane_contrails = "plane-contrails",
|
|
2606
|
+
planet = "planet",
|
|
2607
|
+
planner_banner_ad_pt = "planner-banner-ad-pt",
|
|
2608
|
+
planner_review = "planner-review",
|
|
2609
|
+
play_arrow = "play-arrow",
|
|
2610
|
+
play_circle = "play-circle",
|
|
2611
|
+
play_disabled = "play-disabled",
|
|
2612
|
+
play_for_work = "play-for-work",
|
|
2613
|
+
play_lesson = "play-lesson",
|
|
2614
|
+
play_pause = "play-pause",
|
|
2615
|
+
playground = "playground",
|
|
2616
|
+
playground_2 = "playground-2",
|
|
2617
|
+
playing_cards = "playing-cards",
|
|
2618
|
+
playlist_add = "playlist-add",
|
|
2619
|
+
playlist_add_check = "playlist-add-check",
|
|
2620
|
+
playlist_add_check_circle = "playlist-add-check-circle",
|
|
2621
|
+
playlist_add_circle = "playlist-add-circle",
|
|
2622
|
+
playlist_play = "playlist-play",
|
|
2623
|
+
playlist_remove = "playlist-remove",
|
|
2624
|
+
plug_connect = "plug-connect",
|
|
2625
|
+
plumbing = "plumbing",
|
|
2626
|
+
podcasts = "podcasts",
|
|
2627
|
+
podiatry = "podiatry",
|
|
2628
|
+
podium = "podium",
|
|
2629
|
+
point_of_sale = "point-of-sale",
|
|
2630
|
+
point_scan = "point-scan",
|
|
2631
|
+
poker_chip = "poker-chip",
|
|
2632
|
+
policy = "policy",
|
|
2633
|
+
policy_alert = "policy-alert",
|
|
2634
|
+
polyline = "polyline",
|
|
2635
|
+
polymer = "polymer",
|
|
2636
|
+
pool = "pool",
|
|
2637
|
+
portable_wifi_off = "portable-wifi-off",
|
|
2638
|
+
position_bottom_left = "position-bottom-left",
|
|
2639
|
+
position_bottom_right = "position-bottom-right",
|
|
2640
|
+
position_top_right = "position-top-right",
|
|
2641
|
+
post = "post",
|
|
2642
|
+
post_add = "post-add",
|
|
2643
|
+
potted_plant = "potted-plant",
|
|
2644
|
+
power = "power",
|
|
2645
|
+
power_input = "power-input",
|
|
2646
|
+
power_off = "power-off",
|
|
2647
|
+
power_settings_circle = "power-settings-circle",
|
|
2648
|
+
power_settings_new = "power-settings-new",
|
|
2649
|
+
prayer_times = "prayer-times",
|
|
2650
|
+
precision_manufacturing = "precision-manufacturing",
|
|
2651
|
+
pregnancy = "pregnancy",
|
|
2652
|
+
pregnant_woman = "pregnant-woman",
|
|
2653
|
+
preliminary = "preliminary",
|
|
2654
|
+
prescriptions = "prescriptions",
|
|
2655
|
+
present_to_all = "present-to-all",
|
|
2656
|
+
preview = "preview",
|
|
2657
|
+
preview_off = "preview-off",
|
|
2658
|
+
price_change = "price-change",
|
|
2659
|
+
price_check = "price-check",
|
|
2660
|
+
print = "print",
|
|
2661
|
+
print_add = "print-add",
|
|
2662
|
+
print_connect = "print-connect",
|
|
2663
|
+
print_disabled = "print-disabled",
|
|
2664
|
+
print_error = "print-error",
|
|
2665
|
+
print_lock = "print-lock",
|
|
2666
|
+
priority = "priority",
|
|
2667
|
+
priority_high = "priority-high",
|
|
2668
|
+
privacy = "privacy",
|
|
2669
|
+
privacy_tip = "privacy-tip",
|
|
2670
|
+
private_connectivity = "private-connectivity",
|
|
2671
|
+
problem = "problem",
|
|
2672
|
+
procedure = "procedure",
|
|
2673
|
+
process_chart = "process-chart",
|
|
2674
|
+
production_quantity_limits = "production-quantity-limits",
|
|
2675
|
+
productivity = "productivity",
|
|
2676
|
+
progress_activity = "progress-activity",
|
|
2677
|
+
prompt_suggestion = "prompt-suggestion",
|
|
2678
|
+
propane = "propane",
|
|
2679
|
+
propane_tank = "propane-tank",
|
|
2680
|
+
psychiatry = "psychiatry",
|
|
2681
|
+
psychology = "psychology",
|
|
2682
|
+
psychology_alt = "psychology-alt",
|
|
2683
|
+
public = "public",
|
|
2684
|
+
public_off = "public-off",
|
|
2685
|
+
publish = "publish",
|
|
2686
|
+
published_with_changes = "published-with-changes",
|
|
2687
|
+
pulmonology = "pulmonology",
|
|
2688
|
+
pulse_alert = "pulse-alert",
|
|
2689
|
+
punch_clock = "punch-clock",
|
|
2690
|
+
qr_code = "qr-code",
|
|
2691
|
+
qr_code_2 = "qr-code-2",
|
|
2692
|
+
qr_code_2_add = "qr-code-2-add",
|
|
2693
|
+
qr_code_scanner = "qr-code-scanner",
|
|
2694
|
+
query_stats = "query-stats",
|
|
2695
|
+
question_exchange = "question-exchange",
|
|
2696
|
+
question_mark = "question-mark",
|
|
2697
|
+
queue_music = "queue-music",
|
|
2698
|
+
queue_play_next = "queue-play-next",
|
|
2699
|
+
quick_phrases = "quick-phrases",
|
|
2700
|
+
quick_reference = "quick-reference",
|
|
2701
|
+
quick_reference_all = "quick-reference-all",
|
|
2702
|
+
quick_reorder = "quick-reorder",
|
|
2703
|
+
quickreply = "quickreply",
|
|
2704
|
+
quiz = "quiz",
|
|
2705
|
+
r_mobiledata = "r-mobiledata",
|
|
2706
|
+
radar = "radar",
|
|
2707
|
+
radio = "radio",
|
|
2708
|
+
radio_button_checked = "radio-button-checked",
|
|
2709
|
+
radio_button_partial = "radio-button-partial",
|
|
2710
|
+
radio_button_unchecked = "radio-button-unchecked",
|
|
2711
|
+
radiology = "radiology",
|
|
2712
|
+
railway_alert = "railway-alert",
|
|
2713
|
+
railway_alert_2 = "railway-alert-2",
|
|
2714
|
+
rainy = "rainy",
|
|
2715
|
+
rainy_heavy = "rainy-heavy",
|
|
2716
|
+
rainy_light = "rainy-light",
|
|
2717
|
+
rainy_snow = "rainy-snow",
|
|
2718
|
+
ramen_dining = "ramen-dining",
|
|
2719
|
+
ramp_left = "ramp-left",
|
|
2720
|
+
ramp_right = "ramp-right",
|
|
2721
|
+
range_hood = "range-hood",
|
|
2722
|
+
rate_review = "rate-review",
|
|
2723
|
+
raven = "raven",
|
|
2724
|
+
raw_off = "raw-off",
|
|
2725
|
+
raw_on = "raw-on",
|
|
2726
|
+
read_more = "read-more",
|
|
2727
|
+
readiness_score = "readiness-score",
|
|
2728
|
+
real_estate_agent = "real-estate-agent",
|
|
2729
|
+
rear_camera = "rear-camera",
|
|
2730
|
+
rebase = "rebase",
|
|
2731
|
+
rebase_edit = "rebase-edit",
|
|
2732
|
+
receipt = "receipt",
|
|
2733
|
+
receipt_long = "receipt-long",
|
|
2734
|
+
receipt_long_off = "receipt-long-off",
|
|
2735
|
+
recent_actors = "recent-actors",
|
|
2736
|
+
recent_patient = "recent-patient",
|
|
2737
|
+
recenter = "recenter",
|
|
2738
|
+
recommend = "recommend",
|
|
2739
|
+
record_voice_over = "record-voice-over",
|
|
2740
|
+
rectangle = "rectangle",
|
|
2741
|
+
rectangle_add = "rectangle-add",
|
|
2742
|
+
recycling = "recycling",
|
|
2743
|
+
redeem = "redeem",
|
|
2744
|
+
redo = "redo",
|
|
2745
|
+
reduce_capacity = "reduce-capacity",
|
|
2746
|
+
refresh = "refresh",
|
|
2747
|
+
regular_expression = "regular-expression",
|
|
2748
|
+
relax = "relax",
|
|
2749
|
+
release_alert = "release-alert",
|
|
2750
|
+
remember_me = "remember-me",
|
|
2751
|
+
reminder = "reminder",
|
|
2752
|
+
remote_gen = "remote-gen",
|
|
2753
|
+
remove = "remove",
|
|
2754
|
+
remove_done = "remove-done",
|
|
2755
|
+
remove_from_queue = "remove-from-queue",
|
|
2756
|
+
remove_moderator = "remove-moderator",
|
|
2757
|
+
remove_road = "remove-road",
|
|
2758
|
+
remove_selection = "remove-selection",
|
|
2759
|
+
remove_shopping_cart = "remove-shopping-cart",
|
|
2760
|
+
reopen_window = "reopen-window",
|
|
2761
|
+
reorder = "reorder",
|
|
2762
|
+
repartition = "repartition",
|
|
2763
|
+
repeat = "repeat",
|
|
2764
|
+
repeat_on = "repeat-on",
|
|
2765
|
+
repeat_one = "repeat-one",
|
|
2766
|
+
repeat_one_on = "repeat-one-on",
|
|
2767
|
+
replace_audio = "replace-audio",
|
|
2768
|
+
replace_image = "replace-image",
|
|
2769
|
+
replace_video = "replace-video",
|
|
2770
|
+
replay = "replay",
|
|
2771
|
+
replay_10 = "replay-10",
|
|
2772
|
+
replay_30 = "replay-30",
|
|
2773
|
+
replay_5 = "replay-5",
|
|
2774
|
+
reply = "reply",
|
|
2775
|
+
reply_all = "reply-all",
|
|
2776
|
+
report = "report",
|
|
2777
|
+
report_off = "report-off",
|
|
2778
|
+
request_page = "request-page",
|
|
2779
|
+
request_quote = "request-quote",
|
|
2780
|
+
reset_brightness = "reset-brightness",
|
|
2781
|
+
reset_exposure = "reset-exposure",
|
|
2782
|
+
reset_focus = "reset-focus",
|
|
2783
|
+
reset_image = "reset-image",
|
|
2784
|
+
reset_iso = "reset-iso",
|
|
2785
|
+
reset_settings = "reset-settings",
|
|
2786
|
+
reset_shadow = "reset-shadow",
|
|
2787
|
+
reset_shutter_speed = "reset-shutter-speed",
|
|
2788
|
+
reset_tv = "reset-tv",
|
|
2789
|
+
reset_white_balance = "reset-white-balance",
|
|
2790
|
+
reset_wrench = "reset-wrench",
|
|
2791
|
+
resize = "resize",
|
|
2792
|
+
respiratory_rate = "respiratory-rate",
|
|
2793
|
+
responsive_layout = "responsive-layout",
|
|
2794
|
+
rest_area = "rest-area",
|
|
2795
|
+
restart_alt = "restart-alt",
|
|
2796
|
+
restaurant = "restaurant",
|
|
2797
|
+
restore_from_trash = "restore-from-trash",
|
|
2798
|
+
restore_page = "restore-page",
|
|
2799
|
+
resume = "resume",
|
|
2800
|
+
reviews = "reviews",
|
|
2801
|
+
rewarded_ads = "rewarded-ads",
|
|
2802
|
+
rheumatology = "rheumatology",
|
|
2803
|
+
rib_cage = "rib-cage",
|
|
2804
|
+
rice_bowl = "rice-bowl",
|
|
2805
|
+
right_click = "right-click",
|
|
2806
|
+
right_panel_close = "right-panel-close",
|
|
2807
|
+
right_panel_open = "right-panel-open",
|
|
2808
|
+
ring_volume = "ring-volume",
|
|
2809
|
+
ripples = "ripples",
|
|
2810
|
+
road = "road",
|
|
2811
|
+
robot = "robot",
|
|
2812
|
+
robot_2 = "robot-2",
|
|
2813
|
+
rocket = "rocket",
|
|
2814
|
+
rocket_launch = "rocket-launch",
|
|
2815
|
+
roller_shades = "roller-shades",
|
|
2816
|
+
roller_shades_closed = "roller-shades-closed",
|
|
2817
|
+
roller_skating = "roller-skating",
|
|
2818
|
+
roofing = "roofing",
|
|
2819
|
+
room_preferences = "room-preferences",
|
|
2820
|
+
room_service = "room-service",
|
|
2821
|
+
rotate_90_degrees_ccw = "rotate-90-degrees-ccw",
|
|
2822
|
+
rotate_90_degrees_cw = "rotate-90-degrees-cw",
|
|
2823
|
+
rotate_auto = "rotate-auto",
|
|
2824
|
+
rotate_left = "rotate-left",
|
|
2825
|
+
rotate_right = "rotate-right",
|
|
2826
|
+
roundabout_left = "roundabout-left",
|
|
2827
|
+
roundabout_right = "roundabout-right",
|
|
2828
|
+
rounded_corner = "rounded-corner",
|
|
2829
|
+
route = "route",
|
|
2830
|
+
router = "router",
|
|
2831
|
+
router_off = "router-off",
|
|
2832
|
+
routine = "routine",
|
|
2833
|
+
rowing = "rowing",
|
|
2834
|
+
rss_feed = "rss-feed",
|
|
2835
|
+
rsvp = "rsvp",
|
|
2836
|
+
rtt = "rtt",
|
|
2837
|
+
rubric = "rubric",
|
|
2838
|
+
rule = "rule",
|
|
2839
|
+
rule_folder = "rule-folder",
|
|
2840
|
+
rule_settings = "rule-settings",
|
|
2841
|
+
run_circle = "run-circle",
|
|
2842
|
+
running_with_errors = "running-with-errors",
|
|
2843
|
+
rv_hookup = "rv-hookup",
|
|
2844
|
+
safety_check = "safety-check",
|
|
2845
|
+
safety_check_off = "safety-check-off",
|
|
2846
|
+
safety_divider = "safety-divider",
|
|
2847
|
+
sailing = "sailing",
|
|
2848
|
+
salinity = "salinity",
|
|
2849
|
+
sanitizer = "sanitizer",
|
|
2850
|
+
satellite = "satellite",
|
|
2851
|
+
satellite_alt = "satellite-alt",
|
|
2852
|
+
sauna = "sauna",
|
|
2853
|
+
save = "save",
|
|
2854
|
+
save_as = "save-as",
|
|
2855
|
+
save_clock = "save-clock",
|
|
2856
|
+
saved_search = "saved-search",
|
|
2857
|
+
savings = "savings",
|
|
2858
|
+
scale = "scale",
|
|
2859
|
+
scan = "scan",
|
|
2860
|
+
scan_delete = "scan-delete",
|
|
2861
|
+
scanner = "scanner",
|
|
2862
|
+
scatter_plot = "scatter-plot",
|
|
2863
|
+
scene = "scene",
|
|
2864
|
+
schedule = "schedule",
|
|
2865
|
+
schedule_send = "schedule-send",
|
|
2866
|
+
schema = "schema",
|
|
2867
|
+
school = "school",
|
|
2868
|
+
science = "science",
|
|
2869
|
+
science_off = "science-off",
|
|
2870
|
+
scooter = "scooter",
|
|
2871
|
+
score = "score",
|
|
2872
|
+
scoreboard = "scoreboard",
|
|
2873
|
+
screen_record = "screen-record",
|
|
2874
|
+
screen_rotation_alt = "screen-rotation-alt",
|
|
2875
|
+
screen_rotation_up = "screen-rotation-up",
|
|
2876
|
+
screen_search_desktop = "screen-search-desktop",
|
|
2877
|
+
screen_share = "screen-share",
|
|
2878
|
+
screenshot_frame = "screenshot-frame",
|
|
2879
|
+
screenshot_frame_2 = "screenshot-frame-2",
|
|
2880
|
+
screenshot_keyboard = "screenshot-keyboard",
|
|
2881
|
+
screenshot_monitor = "screenshot-monitor",
|
|
2882
|
+
screenshot_region = "screenshot-region",
|
|
2883
|
+
screenshot_tablet = "screenshot-tablet",
|
|
2884
|
+
script = "script",
|
|
2885
|
+
scrollable_header = "scrollable-header",
|
|
2886
|
+
scuba_diving = "scuba-diving",
|
|
2887
|
+
sd = "sd",
|
|
2888
|
+
sd_card = "sd-card",
|
|
2889
|
+
sd_card_alert = "sd-card-alert",
|
|
2890
|
+
sdk = "sdk",
|
|
2891
|
+
search = "search",
|
|
2892
|
+
search_activity = "search-activity",
|
|
2893
|
+
search_check = "search-check",
|
|
2894
|
+
search_check_2 = "search-check-2",
|
|
2895
|
+
search_gear = "search-gear",
|
|
2896
|
+
search_hands_free = "search-hands-free",
|
|
2897
|
+
search_insights = "search-insights",
|
|
2898
|
+
search_off = "search-off",
|
|
2899
|
+
seat_cool_left = "seat-cool-left",
|
|
2900
|
+
seat_cool_right = "seat-cool-right",
|
|
2901
|
+
seat_heat_left = "seat-heat-left",
|
|
2902
|
+
seat_heat_right = "seat-heat-right",
|
|
2903
|
+
seat_vent_left = "seat-vent-left",
|
|
2904
|
+
seat_vent_right = "seat-vent-right",
|
|
2905
|
+
security = "security",
|
|
2906
|
+
security_key = "security-key",
|
|
2907
|
+
segment = "segment",
|
|
2908
|
+
select = "select",
|
|
2909
|
+
select_all = "select-all",
|
|
2910
|
+
select_check_box = "select-check-box",
|
|
2911
|
+
select_to_speak = "select-to-speak",
|
|
2912
|
+
select_window = "select-window",
|
|
2913
|
+
select_window_2 = "select-window-2",
|
|
2914
|
+
select_window_off = "select-window-off",
|
|
2915
|
+
self_care = "self-care",
|
|
2916
|
+
self_improvement = "self-improvement",
|
|
2917
|
+
sell = "sell",
|
|
2918
|
+
send = "send",
|
|
2919
|
+
send_and_archive = "send-and-archive",
|
|
2920
|
+
send_money = "send-money",
|
|
2921
|
+
send_time_extension = "send-time-extension",
|
|
2922
|
+
sensor_door = "sensor-door",
|
|
2923
|
+
sensor_occupied = "sensor-occupied",
|
|
2924
|
+
sensor_window = "sensor-window",
|
|
2925
|
+
sensors = "sensors",
|
|
2926
|
+
sensors_krx = "sensors-krx",
|
|
2927
|
+
sensors_krx_off = "sensors-krx-off",
|
|
2928
|
+
sensors_off = "sensors-off",
|
|
2929
|
+
sentiment_calm = "sentiment-calm",
|
|
2930
|
+
sentiment_content = "sentiment-content",
|
|
2931
|
+
sentiment_dissatisfied = "sentiment-dissatisfied",
|
|
2932
|
+
sentiment_excited = "sentiment-excited",
|
|
2933
|
+
sentiment_extremely_dissatisfied = "sentiment-extremely-dissatisfied",
|
|
2934
|
+
sentiment_frustrated = "sentiment-frustrated",
|
|
2935
|
+
sentiment_neutral = "sentiment-neutral",
|
|
2936
|
+
sentiment_sad = "sentiment-sad",
|
|
2937
|
+
sentiment_satisfied = "sentiment-satisfied",
|
|
2938
|
+
sentiment_stressed = "sentiment-stressed",
|
|
2939
|
+
sentiment_very_dissatisfied = "sentiment-very-dissatisfied",
|
|
2940
|
+
sentiment_very_satisfied = "sentiment-very-satisfied",
|
|
2941
|
+
sentiment_worried = "sentiment-worried",
|
|
2942
|
+
serif = "serif",
|
|
2943
|
+
server_person = "server-person",
|
|
2944
|
+
service_toolbox = "service-toolbox",
|
|
2945
|
+
set_meal = "set-meal",
|
|
2946
|
+
settings = "settings",
|
|
2947
|
+
settings_accessibility = "settings-accessibility",
|
|
2948
|
+
settings_account_box = "settings-account-box",
|
|
2949
|
+
settings_alert = "settings-alert",
|
|
2950
|
+
settings_applications = "settings-applications",
|
|
2951
|
+
settings_b_roll = "settings-b-roll",
|
|
2952
|
+
settings_backup_restore = "settings-backup-restore",
|
|
2953
|
+
settings_bluetooth = "settings-bluetooth",
|
|
2954
|
+
settings_brightness = "settings-brightness",
|
|
2955
|
+
settings_cinematic_blur = "settings-cinematic-blur",
|
|
2956
|
+
settings_ethernet = "settings-ethernet",
|
|
2957
|
+
settings_heart = "settings-heart",
|
|
2958
|
+
settings_input_antenna = "settings-input-antenna",
|
|
2959
|
+
settings_input_component = "settings-input-component",
|
|
2960
|
+
settings_input_hdmi = "settings-input-hdmi",
|
|
2961
|
+
settings_input_svideo = "settings-input-svideo",
|
|
2962
|
+
settings_motion_mode = "settings-motion-mode",
|
|
2963
|
+
settings_night_sight = "settings-night-sight",
|
|
2964
|
+
settings_overscan = "settings-overscan",
|
|
2965
|
+
settings_panorama = "settings-panorama",
|
|
2966
|
+
settings_phone = "settings-phone",
|
|
2967
|
+
settings_photo_camera = "settings-photo-camera",
|
|
2968
|
+
settings_power = "settings-power",
|
|
2969
|
+
settings_remote = "settings-remote",
|
|
2970
|
+
settings_seating = "settings-seating",
|
|
2971
|
+
settings_slow_motion = "settings-slow-motion",
|
|
2972
|
+
settings_system_daydream = "settings-system-daydream",
|
|
2973
|
+
settings_timelapse = "settings-timelapse",
|
|
2974
|
+
settings_video_camera = "settings-video-camera",
|
|
2975
|
+
settings_voice = "settings-voice",
|
|
2976
|
+
settop_component = "settop-component",
|
|
2977
|
+
severe_cold = "severe-cold",
|
|
2978
|
+
shadow = "shadow",
|
|
2979
|
+
shadow_add = "shadow-add",
|
|
2980
|
+
shadow_minus = "shadow-minus",
|
|
2981
|
+
shape_line = "shape-line",
|
|
2982
|
+
shapes = "shapes",
|
|
2983
|
+
share = "share",
|
|
2984
|
+
share_eta = "share-eta",
|
|
2985
|
+
share_location = "share-location",
|
|
2986
|
+
share_off = "share-off",
|
|
2987
|
+
share_reviews = "share-reviews",
|
|
2988
|
+
share_windows = "share-windows",
|
|
2989
|
+
shaved_ice = "shaved-ice",
|
|
2990
|
+
sheets_rtl = "sheets-rtl",
|
|
2991
|
+
shelf_auto_hide = "shelf-auto-hide",
|
|
2992
|
+
shelf_position = "shelf-position",
|
|
2993
|
+
shelves = "shelves",
|
|
2994
|
+
shield = "shield",
|
|
2995
|
+
shield_lock = "shield-lock",
|
|
2996
|
+
shield_locked = "shield-locked",
|
|
2997
|
+
shield_moon = "shield-moon",
|
|
2998
|
+
shield_person = "shield-person",
|
|
2999
|
+
shield_question = "shield-question",
|
|
3000
|
+
shield_toggle = "shield-toggle",
|
|
3001
|
+
shield_watch = "shield-watch",
|
|
3002
|
+
shield_with_heart = "shield-with-heart",
|
|
3003
|
+
shield_with_house = "shield-with-house",
|
|
3004
|
+
shift = "shift",
|
|
3005
|
+
shift_lock = "shift-lock",
|
|
3006
|
+
shift_lock_off = "shift-lock-off",
|
|
3007
|
+
shoe_cleats = "shoe-cleats",
|
|
3008
|
+
shop = "shop",
|
|
3009
|
+
shop_two = "shop-two",
|
|
3010
|
+
shopping_bag = "shopping-bag",
|
|
3011
|
+
shopping_bag_speed = "shopping-bag-speed",
|
|
3012
|
+
shopping_basket = "shopping-basket",
|
|
3013
|
+
shopping_cart = "shopping-cart",
|
|
3014
|
+
shopping_cart_checkout = "shopping-cart-checkout",
|
|
3015
|
+
shopping_cart_off = "shopping-cart-off",
|
|
3016
|
+
shoppingmode = "shoppingmode",
|
|
3017
|
+
short_stay = "short-stay",
|
|
3018
|
+
short_text = "short-text",
|
|
3019
|
+
show_chart = "show-chart",
|
|
3020
|
+
shower = "shower",
|
|
3021
|
+
shuffle = "shuffle",
|
|
3022
|
+
shuffle_on = "shuffle-on",
|
|
3023
|
+
shutter_speed = "shutter-speed",
|
|
3024
|
+
shutter_speed_add = "shutter-speed-add",
|
|
3025
|
+
shutter_speed_minus = "shutter-speed-minus",
|
|
3026
|
+
sick = "sick",
|
|
3027
|
+
side_navigation = "side-navigation",
|
|
3028
|
+
sign_language = "sign-language",
|
|
3029
|
+
signal_cellular_0_bar = "signal-cellular-0-bar",
|
|
3030
|
+
signal_cellular_1_bar = "signal-cellular-1-bar",
|
|
3031
|
+
signal_cellular_2_bar = "signal-cellular-2-bar",
|
|
3032
|
+
signal_cellular_3_bar = "signal-cellular-3-bar",
|
|
3033
|
+
signal_cellular_4_bar = "signal-cellular-4-bar",
|
|
3034
|
+
signal_cellular_add = "signal-cellular-add",
|
|
3035
|
+
signal_cellular_alt = "signal-cellular-alt",
|
|
3036
|
+
signal_cellular_alt_1_bar = "signal-cellular-alt-1-bar",
|
|
3037
|
+
signal_cellular_alt_2_bar = "signal-cellular-alt-2-bar",
|
|
3038
|
+
signal_cellular_connected_no_internet_0_bar = "signal-cellular-connected-no-internet-0-bar",
|
|
3039
|
+
signal_cellular_connected_no_internet_4_bar = "signal-cellular-connected-no-internet-4-bar",
|
|
3040
|
+
signal_cellular_nodata = "signal-cellular-nodata",
|
|
3041
|
+
signal_cellular_null = "signal-cellular-null",
|
|
3042
|
+
signal_cellular_off = "signal-cellular-off",
|
|
3043
|
+
signal_cellular_pause = "signal-cellular-pause",
|
|
3044
|
+
signal_disconnected = "signal-disconnected",
|
|
3045
|
+
signal_wifi_0_bar = "signal-wifi-0-bar",
|
|
3046
|
+
signal_wifi_4_bar = "signal-wifi-4-bar",
|
|
3047
|
+
signal_wifi_bad = "signal-wifi-bad",
|
|
3048
|
+
signal_wifi_off = "signal-wifi-off",
|
|
3049
|
+
signal_wifi_statusbar_not_connected = "signal-wifi-statusbar-not-connected",
|
|
3050
|
+
signal_wifi_statusbar_null = "signal-wifi-statusbar-null",
|
|
3051
|
+
signature = "signature",
|
|
3052
|
+
signpost = "signpost",
|
|
3053
|
+
sim_card = "sim-card",
|
|
3054
|
+
sim_card_download = "sim-card-download",
|
|
3055
|
+
simulation = "simulation",
|
|
3056
|
+
single_bed = "single-bed",
|
|
3057
|
+
sip = "sip",
|
|
3058
|
+
siren = "siren",
|
|
3059
|
+
siren_check = "siren-check",
|
|
3060
|
+
siren_open = "siren-open",
|
|
3061
|
+
siren_question = "siren-question",
|
|
3062
|
+
skateboarding = "skateboarding",
|
|
3063
|
+
skeleton = "skeleton",
|
|
3064
|
+
skillet = "skillet",
|
|
3065
|
+
skillet_cooktop = "skillet-cooktop",
|
|
3066
|
+
skip_next = "skip-next",
|
|
3067
|
+
skip_previous = "skip-previous",
|
|
3068
|
+
skull = "skull",
|
|
3069
|
+
skull_list = "skull-list",
|
|
3070
|
+
slab_serif = "slab-serif",
|
|
3071
|
+
sledding = "sledding",
|
|
3072
|
+
sleep_score = "sleep-score",
|
|
3073
|
+
slide_library = "slide-library",
|
|
3074
|
+
sliders = "sliders",
|
|
3075
|
+
slideshow = "slideshow",
|
|
3076
|
+
slow_motion_video = "slow-motion-video",
|
|
3077
|
+
smart_card_reader = "smart-card-reader",
|
|
3078
|
+
smart_card_reader_off = "smart-card-reader-off",
|
|
3079
|
+
smart_display = "smart-display",
|
|
3080
|
+
smart_outlet = "smart-outlet",
|
|
3081
|
+
smart_toy = "smart-toy",
|
|
3082
|
+
smb_share = "smb-share",
|
|
3083
|
+
smoke_free = "smoke-free",
|
|
3084
|
+
smoking_rooms = "smoking-rooms",
|
|
3085
|
+
sms = "sms",
|
|
3086
|
+
snippet_folder = "snippet-folder",
|
|
3087
|
+
snooze = "snooze",
|
|
3088
|
+
snowboarding = "snowboarding",
|
|
3089
|
+
snowing = "snowing",
|
|
3090
|
+
snowing_heavy = "snowing-heavy",
|
|
3091
|
+
snowmobile = "snowmobile",
|
|
3092
|
+
snowshoeing = "snowshoeing",
|
|
3093
|
+
soap = "soap",
|
|
3094
|
+
soba = "soba",
|
|
3095
|
+
social_distance = "social-distance",
|
|
3096
|
+
social_leaderboard = "social-leaderboard",
|
|
3097
|
+
solar_power = "solar-power",
|
|
3098
|
+
solo_dining = "solo-dining",
|
|
3099
|
+
sort = "sort",
|
|
3100
|
+
sort_by_alpha = "sort-by-alpha",
|
|
3101
|
+
sos = "sos",
|
|
3102
|
+
sound_detection_dog_barking = "sound-detection-dog-barking",
|
|
3103
|
+
sound_detection_glass_break = "sound-detection-glass-break",
|
|
3104
|
+
sound_detection_loud_sound = "sound-detection-loud-sound",
|
|
3105
|
+
sound_sampler = "sound-sampler",
|
|
3106
|
+
soup_kitchen = "soup-kitchen",
|
|
3107
|
+
source_environment = "source-environment",
|
|
3108
|
+
source_notes = "source-notes",
|
|
3109
|
+
south = "south",
|
|
3110
|
+
south_america = "south-america",
|
|
3111
|
+
south_east = "south-east",
|
|
3112
|
+
south_west = "south-west",
|
|
3113
|
+
spa = "spa",
|
|
3114
|
+
space_bar = "space-bar",
|
|
3115
|
+
space_dashboard = "space-dashboard",
|
|
3116
|
+
spatial_audio = "spatial-audio",
|
|
3117
|
+
spatial_audio_off = "spatial-audio-off",
|
|
3118
|
+
spatial_speaker = "spatial-speaker",
|
|
3119
|
+
spatial_tracking = "spatial-tracking",
|
|
3120
|
+
speaker = "speaker",
|
|
3121
|
+
speaker_group = "speaker-group",
|
|
3122
|
+
speaker_notes = "speaker-notes",
|
|
3123
|
+
speaker_notes_off = "speaker-notes-off",
|
|
3124
|
+
speaker_phone = "speaker-phone",
|
|
3125
|
+
special_character = "special-character",
|
|
3126
|
+
specific_gravity = "specific-gravity",
|
|
3127
|
+
speech_to_text = "speech-to-text",
|
|
3128
|
+
speed = "speed",
|
|
3129
|
+
speed_0_25 = "speed-0-25",
|
|
3130
|
+
speed_0_2x = "speed-0-2x",
|
|
3131
|
+
speed_0_5 = "speed-0-5",
|
|
3132
|
+
speed_0_5x = "speed-0-5x",
|
|
3133
|
+
speed_0_75 = "speed-0-75",
|
|
3134
|
+
speed_0_7x = "speed-0-7x",
|
|
3135
|
+
speed_1_2 = "speed-1-2",
|
|
3136
|
+
speed_1_25 = "speed-1-25",
|
|
3137
|
+
speed_1_2x = "speed-1-2x",
|
|
3138
|
+
speed_1_5 = "speed-1-5",
|
|
3139
|
+
speed_1_5x = "speed-1-5x",
|
|
3140
|
+
speed_1_75 = "speed-1-75",
|
|
3141
|
+
speed_1_7x = "speed-1-7x",
|
|
3142
|
+
speed_2x = "speed-2x",
|
|
3143
|
+
speed_camera = "speed-camera",
|
|
3144
|
+
spellcheck = "spellcheck",
|
|
3145
|
+
split_scene = "split-scene",
|
|
3146
|
+
split_scene_down = "split-scene-down",
|
|
3147
|
+
split_scene_left = "split-scene-left",
|
|
3148
|
+
split_scene_right = "split-scene-right",
|
|
3149
|
+
split_scene_up = "split-scene-up",
|
|
3150
|
+
splitscreen = "splitscreen",
|
|
3151
|
+
splitscreen_add = "splitscreen-add",
|
|
3152
|
+
splitscreen_bottom = "splitscreen-bottom",
|
|
3153
|
+
splitscreen_landscape = "splitscreen-landscape",
|
|
3154
|
+
splitscreen_landscape_add = "splitscreen-landscape-add",
|
|
3155
|
+
splitscreen_left = "splitscreen-left",
|
|
3156
|
+
splitscreen_portrait = "splitscreen-portrait",
|
|
3157
|
+
splitscreen_right = "splitscreen-right",
|
|
3158
|
+
splitscreen_top = "splitscreen-top",
|
|
3159
|
+
splitscreen_vertical_add = "splitscreen-vertical-add",
|
|
3160
|
+
spo2 = "spo2",
|
|
3161
|
+
spoke = "spoke",
|
|
3162
|
+
sports = "sports",
|
|
3163
|
+
sports_and_outdoors = "sports-and-outdoors",
|
|
3164
|
+
sports_bar = "sports-bar",
|
|
3165
|
+
sports_baseball = "sports-baseball",
|
|
3166
|
+
sports_basketball = "sports-basketball",
|
|
3167
|
+
sports_cricket = "sports-cricket",
|
|
3168
|
+
sports_esports = "sports-esports",
|
|
3169
|
+
sports_football = "sports-football",
|
|
3170
|
+
sports_golf = "sports-golf",
|
|
3171
|
+
sports_gymnastics = "sports-gymnastics",
|
|
3172
|
+
sports_handball = "sports-handball",
|
|
3173
|
+
sports_hockey = "sports-hockey",
|
|
3174
|
+
sports_kabaddi = "sports-kabaddi",
|
|
3175
|
+
sports_martial_arts = "sports-martial-arts",
|
|
3176
|
+
sports_mma = "sports-mma",
|
|
3177
|
+
sports_motorsports = "sports-motorsports",
|
|
3178
|
+
sports_rugby = "sports-rugby",
|
|
3179
|
+
sports_score = "sports-score",
|
|
3180
|
+
sports_soccer = "sports-soccer",
|
|
3181
|
+
sports_tennis = "sports-tennis",
|
|
3182
|
+
sports_volleyball = "sports-volleyball",
|
|
3183
|
+
sprinkler = "sprinkler",
|
|
3184
|
+
sprint = "sprint",
|
|
3185
|
+
square = "square",
|
|
3186
|
+
square_circle = "square-circle",
|
|
3187
|
+
square_dot = "square-dot",
|
|
3188
|
+
square_foot = "square-foot",
|
|
3189
|
+
ssid_chart = "ssid-chart",
|
|
3190
|
+
stack = "stack",
|
|
3191
|
+
stack_group = "stack-group",
|
|
3192
|
+
stack_hexagon = "stack-hexagon",
|
|
3193
|
+
stack_off = "stack-off",
|
|
3194
|
+
stack_star = "stack-star",
|
|
3195
|
+
stacked_bar_chart = "stacked-bar-chart",
|
|
3196
|
+
stacked_email = "stacked-email",
|
|
3197
|
+
stacked_inbox = "stacked-inbox",
|
|
3198
|
+
stacked_line_chart = "stacked-line-chart",
|
|
3199
|
+
stacks = "stacks",
|
|
3200
|
+
stadia_controller = "stadia-controller",
|
|
3201
|
+
stadium = "stadium",
|
|
3202
|
+
stairs = "stairs",
|
|
3203
|
+
stairs_2 = "stairs-2",
|
|
3204
|
+
star = "star",
|
|
3205
|
+
star_half = "star-half",
|
|
3206
|
+
star_rate = "star-rate",
|
|
3207
|
+
star_rate_half = "star-rate-half",
|
|
3208
|
+
star_shine = "star-shine",
|
|
3209
|
+
stars = "stars",
|
|
3210
|
+
stars_2 = "stars-2",
|
|
3211
|
+
start = "start",
|
|
3212
|
+
stat_0 = "stat-0",
|
|
3213
|
+
stat_1 = "stat-1",
|
|
3214
|
+
stat_2 = "stat-2",
|
|
3215
|
+
stat_3 = "stat-3",
|
|
3216
|
+
stat_minus_1 = "stat-minus-1",
|
|
3217
|
+
stat_minus_2 = "stat-minus-2",
|
|
3218
|
+
stat_minus_3 = "stat-minus-3",
|
|
3219
|
+
steering_wheel_heat = "steering-wheel-heat",
|
|
3220
|
+
step = "step",
|
|
3221
|
+
step_into = "step-into",
|
|
3222
|
+
step_out = "step-out",
|
|
3223
|
+
step_over = "step-over",
|
|
3224
|
+
steppers = "steppers",
|
|
3225
|
+
steps = "steps",
|
|
3226
|
+
stethoscope = "stethoscope",
|
|
3227
|
+
stethoscope_arrow = "stethoscope-arrow",
|
|
3228
|
+
stethoscope_check = "stethoscope-check",
|
|
3229
|
+
sticker = "sticker",
|
|
3230
|
+
sticker_add = "sticker-add",
|
|
3231
|
+
sticky_note = "sticky-note",
|
|
3232
|
+
sticky_note_2 = "sticky-note-2",
|
|
3233
|
+
stock_media = "stock-media",
|
|
3234
|
+
stockpot = "stockpot",
|
|
3235
|
+
stop = "stop",
|
|
3236
|
+
stop_circle = "stop-circle",
|
|
3237
|
+
stop_screen_share = "stop-screen-share",
|
|
3238
|
+
storage = "storage",
|
|
3239
|
+
store = "store",
|
|
3240
|
+
storefront = "storefront",
|
|
3241
|
+
storm = "storm",
|
|
3242
|
+
straight = "straight",
|
|
3243
|
+
straighten = "straighten",
|
|
3244
|
+
strategy = "strategy",
|
|
3245
|
+
stream = "stream",
|
|
3246
|
+
streetview = "streetview",
|
|
3247
|
+
stress_management = "stress-management",
|
|
3248
|
+
strikethrough_s = "strikethrough-s",
|
|
3249
|
+
stroke_full = "stroke-full",
|
|
3250
|
+
stroke_partial = "stroke-partial",
|
|
3251
|
+
stroller = "stroller",
|
|
3252
|
+
style = "style",
|
|
3253
|
+
styler = "styler",
|
|
3254
|
+
stylus = "stylus",
|
|
3255
|
+
stylus_brush = "stylus-brush",
|
|
3256
|
+
stylus_fountain_pen = "stylus-fountain-pen",
|
|
3257
|
+
stylus_highlighter = "stylus-highlighter",
|
|
3258
|
+
stylus_laser_pointer = "stylus-laser-pointer",
|
|
3259
|
+
stylus_note = "stylus-note",
|
|
3260
|
+
stylus_pen = "stylus-pen",
|
|
3261
|
+
stylus_pencil = "stylus-pencil",
|
|
3262
|
+
subdirectory_arrow_left = "subdirectory-arrow-left",
|
|
3263
|
+
subdirectory_arrow_right = "subdirectory-arrow-right",
|
|
3264
|
+
subheader = "subheader",
|
|
3265
|
+
subject = "subject",
|
|
3266
|
+
subscript = "subscript",
|
|
3267
|
+
subscriptions = "subscriptions",
|
|
3268
|
+
subtitles = "subtitles",
|
|
3269
|
+
subtitles_gear = "subtitles-gear",
|
|
3270
|
+
subtitles_off = "subtitles-off",
|
|
3271
|
+
subway = "subway",
|
|
3272
|
+
subway_walk = "subway-walk",
|
|
3273
|
+
summarize = "summarize",
|
|
3274
|
+
sunny = "sunny",
|
|
3275
|
+
sunny_snowing = "sunny-snowing",
|
|
3276
|
+
superscript = "superscript",
|
|
3277
|
+
supervised_user_circle = "supervised-user-circle",
|
|
3278
|
+
supervised_user_circle_off = "supervised-user-circle-off",
|
|
3279
|
+
supervisor_account = "supervisor-account",
|
|
3280
|
+
support = "support",
|
|
3281
|
+
support_agent = "support-agent",
|
|
3282
|
+
surfing = "surfing",
|
|
3283
|
+
surgical = "surgical",
|
|
3284
|
+
surround_sound = "surround-sound",
|
|
3285
|
+
swap_calls = "swap-calls",
|
|
3286
|
+
swap_driving_apps = "swap-driving-apps",
|
|
3287
|
+
swap_driving_apps_wheel = "swap-driving-apps-wheel",
|
|
3288
|
+
swap_horiz = "swap-horiz",
|
|
3289
|
+
swap_horizontal_circle = "swap-horizontal-circle",
|
|
3290
|
+
swap_vert = "swap-vert",
|
|
3291
|
+
swap_vertical_circle = "swap-vertical-circle",
|
|
3292
|
+
sweep = "sweep",
|
|
3293
|
+
swipe = "swipe",
|
|
3294
|
+
swipe_down = "swipe-down",
|
|
3295
|
+
swipe_down_alt = "swipe-down-alt",
|
|
3296
|
+
swipe_left = "swipe-left",
|
|
3297
|
+
swipe_left_alt = "swipe-left-alt",
|
|
3298
|
+
swipe_right = "swipe-right",
|
|
3299
|
+
swipe_right_alt = "swipe-right-alt",
|
|
3300
|
+
swipe_up = "swipe-up",
|
|
3301
|
+
swipe_up_alt = "swipe-up-alt",
|
|
3302
|
+
swipe_vertical = "swipe-vertical",
|
|
3303
|
+
switch = "switch",
|
|
3304
|
+
switch_access = "switch-access",
|
|
3305
|
+
switch_access_2 = "switch-access-2",
|
|
3306
|
+
switch_access_3 = "switch-access-3",
|
|
3307
|
+
switch_access_shortcut = "switch-access-shortcut",
|
|
3308
|
+
switch_access_shortcut_add = "switch-access-shortcut-add",
|
|
3309
|
+
switch_account = "switch-account",
|
|
3310
|
+
switch_camera = "switch-camera",
|
|
3311
|
+
switch_left = "switch-left",
|
|
3312
|
+
switch_right = "switch-right",
|
|
3313
|
+
switch_video = "switch-video",
|
|
3314
|
+
switches = "switches",
|
|
3315
|
+
sword_rose = "sword-rose",
|
|
3316
|
+
swords = "swords",
|
|
3317
|
+
symptoms = "symptoms",
|
|
3318
|
+
synagogue = "synagogue",
|
|
3319
|
+
sync = "sync",
|
|
3320
|
+
sync_alt = "sync-alt",
|
|
3321
|
+
sync_arrow_down = "sync-arrow-down",
|
|
3322
|
+
sync_arrow_up = "sync-arrow-up",
|
|
3323
|
+
sync_desktop = "sync-desktop",
|
|
3324
|
+
sync_disabled = "sync-disabled",
|
|
3325
|
+
sync_lock = "sync-lock",
|
|
3326
|
+
sync_problem = "sync-problem",
|
|
3327
|
+
sync_saved_locally = "sync-saved-locally",
|
|
3328
|
+
sync_saved_locally_off = "sync-saved-locally-off",
|
|
3329
|
+
syringe = "syringe",
|
|
3330
|
+
system_update_alt = "system-update-alt",
|
|
3331
|
+
tab = "tab",
|
|
3332
|
+
tab_close = "tab-close",
|
|
3333
|
+
tab_close_inactive = "tab-close-inactive",
|
|
3334
|
+
tab_close_right = "tab-close-right",
|
|
3335
|
+
tab_duplicate = "tab-duplicate",
|
|
3336
|
+
tab_group = "tab-group",
|
|
3337
|
+
tab_inactive = "tab-inactive",
|
|
3338
|
+
tab_move = "tab-move",
|
|
3339
|
+
tab_new_right = "tab-new-right",
|
|
3340
|
+
tab_recent = "tab-recent",
|
|
3341
|
+
tab_search = "tab-search",
|
|
3342
|
+
tab_unselected = "tab-unselected",
|
|
3343
|
+
table = "table",
|
|
3344
|
+
table_bar = "table-bar",
|
|
3345
|
+
table_chart = "table-chart",
|
|
3346
|
+
table_chart_view = "table-chart-view",
|
|
3347
|
+
table_convert = "table-convert",
|
|
3348
|
+
table_edit = "table-edit",
|
|
3349
|
+
table_eye = "table-eye",
|
|
3350
|
+
table_lamp = "table-lamp",
|
|
3351
|
+
table_large = "table-large",
|
|
3352
|
+
table_restaurant = "table-restaurant",
|
|
3353
|
+
table_rows = "table-rows",
|
|
3354
|
+
table_rows_narrow = "table-rows-narrow",
|
|
3355
|
+
table_sign = "table-sign",
|
|
3356
|
+
table_view = "table-view",
|
|
3357
|
+
tablet = "tablet",
|
|
3358
|
+
tablet_android = "tablet-android",
|
|
3359
|
+
tablet_camera = "tablet-camera",
|
|
3360
|
+
tablet_mac = "tablet-mac",
|
|
3361
|
+
tabs = "tabs",
|
|
3362
|
+
tactic = "tactic",
|
|
3363
|
+
tag = "tag",
|
|
3364
|
+
takeout_dining = "takeout-dining",
|
|
3365
|
+
takeout_dining_2 = "takeout-dining-2",
|
|
3366
|
+
tamper_detection_off = "tamper-detection-off",
|
|
3367
|
+
tamper_detection_on = "tamper-detection-on",
|
|
3368
|
+
tapas = "tapas",
|
|
3369
|
+
target = "target",
|
|
3370
|
+
task = "task",
|
|
3371
|
+
task_alt = "task-alt",
|
|
3372
|
+
tatami_seat = "tatami-seat",
|
|
3373
|
+
taunt = "taunt",
|
|
3374
|
+
taxi_alert = "taxi-alert",
|
|
3375
|
+
team_dashboard = "team-dashboard",
|
|
3376
|
+
temp_preferences_eco = "temp-preferences-eco",
|
|
3377
|
+
temple_buddhist = "temple-buddhist",
|
|
3378
|
+
temple_hindu = "temple-hindu",
|
|
3379
|
+
tenancy = "tenancy",
|
|
3380
|
+
terminal = "terminal",
|
|
3381
|
+
text_ad = "text-ad",
|
|
3382
|
+
text_compare = "text-compare",
|
|
3383
|
+
text_decrease = "text-decrease",
|
|
3384
|
+
text_fields = "text-fields",
|
|
3385
|
+
text_fields_alt = "text-fields-alt",
|
|
3386
|
+
text_format = "text-format",
|
|
3387
|
+
text_increase = "text-increase",
|
|
3388
|
+
text_rotate_up = "text-rotate-up",
|
|
3389
|
+
text_rotate_vertical = "text-rotate-vertical",
|
|
3390
|
+
text_rotation_angledown = "text-rotation-angledown",
|
|
3391
|
+
text_rotation_angleup = "text-rotation-angleup",
|
|
3392
|
+
text_rotation_down = "text-rotation-down",
|
|
3393
|
+
text_rotation_none = "text-rotation-none",
|
|
3394
|
+
text_select_end = "text-select-end",
|
|
3395
|
+
text_select_jump_to_beginning = "text-select-jump-to-beginning",
|
|
3396
|
+
text_select_jump_to_end = "text-select-jump-to-end",
|
|
3397
|
+
text_select_move_back_character = "text-select-move-back-character",
|
|
3398
|
+
text_select_move_back_word = "text-select-move-back-word",
|
|
3399
|
+
text_select_move_down = "text-select-move-down",
|
|
3400
|
+
text_select_move_forward_character = "text-select-move-forward-character",
|
|
3401
|
+
text_select_move_forward_word = "text-select-move-forward-word",
|
|
3402
|
+
text_select_move_up = "text-select-move-up",
|
|
3403
|
+
text_select_start = "text-select-start",
|
|
3404
|
+
text_snippet = "text-snippet",
|
|
3405
|
+
text_to_speech = "text-to-speech",
|
|
3406
|
+
text_up = "text-up",
|
|
3407
|
+
texture = "texture",
|
|
3408
|
+
texture_add = "texture-add",
|
|
3409
|
+
texture_minus = "texture-minus",
|
|
3410
|
+
theater_comedy = "theater-comedy",
|
|
3411
|
+
theaters = "theaters",
|
|
3412
|
+
thermometer = "thermometer",
|
|
3413
|
+
thermometer_add = "thermometer-add",
|
|
3414
|
+
thermometer_alert = "thermometer-alert",
|
|
3415
|
+
thermometer_gain = "thermometer-gain",
|
|
3416
|
+
thermometer_loss = "thermometer-loss",
|
|
3417
|
+
thermometer_minus = "thermometer-minus",
|
|
3418
|
+
thermostat = "thermostat",
|
|
3419
|
+
thermostat_arrow_down = "thermostat-arrow-down",
|
|
3420
|
+
thermostat_arrow_up = "thermostat-arrow-up",
|
|
3421
|
+
thermostat_auto = "thermostat-auto",
|
|
3422
|
+
thermostat_carbon = "thermostat-carbon",
|
|
3423
|
+
things_to_do = "things-to-do",
|
|
3424
|
+
thread_unread = "thread-unread",
|
|
3425
|
+
threat_intelligence = "threat-intelligence",
|
|
3426
|
+
thumb_down = "thumb-down",
|
|
3427
|
+
thumb_up = "thumb-up",
|
|
3428
|
+
thumbnail_bar = "thumbnail-bar",
|
|
3429
|
+
thumbs_up_double = "thumbs-up-double",
|
|
3430
|
+
thumbs_up_down = "thumbs-up-down",
|
|
3431
|
+
thunderstorm = "thunderstorm",
|
|
3432
|
+
tibia = "tibia",
|
|
3433
|
+
tibia_alt = "tibia-alt",
|
|
3434
|
+
tile_large = "tile-large",
|
|
3435
|
+
tile_medium = "tile-medium",
|
|
3436
|
+
tile_small = "tile-small",
|
|
3437
|
+
time_auto = "time-auto",
|
|
3438
|
+
timelapse = "timelapse",
|
|
3439
|
+
timeline = "timeline",
|
|
3440
|
+
timer = "timer",
|
|
3441
|
+
timer_1 = "timer-1",
|
|
3442
|
+
timer_10 = "timer-10",
|
|
3443
|
+
timer_10_alt_1 = "timer-10-alt-1",
|
|
3444
|
+
timer_10_select = "timer-10-select",
|
|
3445
|
+
timer_2 = "timer-2",
|
|
3446
|
+
timer_3 = "timer-3",
|
|
3447
|
+
timer_3_alt_1 = "timer-3-alt-1",
|
|
3448
|
+
timer_3_select = "timer-3-select",
|
|
3449
|
+
timer_5 = "timer-5",
|
|
3450
|
+
timer_5_shutter = "timer-5-shutter",
|
|
3451
|
+
timer_arrow_down = "timer-arrow-down",
|
|
3452
|
+
timer_arrow_up = "timer-arrow-up",
|
|
3453
|
+
timer_off = "timer-off",
|
|
3454
|
+
timer_pause = "timer-pause",
|
|
3455
|
+
timer_play = "timer-play",
|
|
3456
|
+
tire_repair = "tire-repair",
|
|
3457
|
+
title = "title",
|
|
3458
|
+
titlecase = "titlecase",
|
|
3459
|
+
toast = "toast",
|
|
3460
|
+
toc = "toc",
|
|
3461
|
+
today = "today",
|
|
3462
|
+
toggle_off = "toggle-off",
|
|
3463
|
+
toggle_on = "toggle-on",
|
|
3464
|
+
token = "token",
|
|
3465
|
+
toll = "toll",
|
|
3466
|
+
tonality = "tonality",
|
|
3467
|
+
tonality_2 = "tonality-2",
|
|
3468
|
+
toolbar = "toolbar",
|
|
3469
|
+
tools_flat_head = "tools-flat-head",
|
|
3470
|
+
tools_installation_kit = "tools-installation-kit",
|
|
3471
|
+
tools_ladder = "tools-ladder",
|
|
3472
|
+
tools_level = "tools-level",
|
|
3473
|
+
tools_phillips = "tools-phillips",
|
|
3474
|
+
tools_pliers_wire_stripper = "tools-pliers-wire-stripper",
|
|
3475
|
+
tools_power_drill = "tools-power-drill",
|
|
3476
|
+
tooltip = "tooltip",
|
|
3477
|
+
tooltip_2 = "tooltip-2",
|
|
3478
|
+
top_panel_close = "top-panel-close",
|
|
3479
|
+
top_panel_open = "top-panel-open",
|
|
3480
|
+
topic = "topic",
|
|
3481
|
+
tornado = "tornado",
|
|
3482
|
+
total_dissolved_solids = "total-dissolved-solids",
|
|
3483
|
+
touch_app = "touch-app",
|
|
3484
|
+
touch_double = "touch-double",
|
|
3485
|
+
touch_long = "touch-long",
|
|
3486
|
+
touch_triple = "touch-triple",
|
|
3487
|
+
touchpad_mouse = "touchpad-mouse",
|
|
3488
|
+
touchpad_mouse_off = "touchpad-mouse-off",
|
|
3489
|
+
tour = "tour",
|
|
3490
|
+
toys = "toys",
|
|
3491
|
+
toys_and_games = "toys-and-games",
|
|
3492
|
+
toys_fan = "toys-fan",
|
|
3493
|
+
track_changes = "track-changes",
|
|
3494
|
+
trackpad_input = "trackpad-input",
|
|
3495
|
+
trackpad_input_2 = "trackpad-input-2",
|
|
3496
|
+
trackpad_input_3 = "trackpad-input-3",
|
|
3497
|
+
traffic = "traffic",
|
|
3498
|
+
traffic_jam = "traffic-jam",
|
|
3499
|
+
trail_length = "trail-length",
|
|
3500
|
+
trail_length_medium = "trail-length-medium",
|
|
3501
|
+
trail_length_short = "trail-length-short",
|
|
3502
|
+
train = "train",
|
|
3503
|
+
tram = "tram",
|
|
3504
|
+
transfer_within_a_station = "transfer-within-a-station",
|
|
3505
|
+
transform = "transform",
|
|
3506
|
+
transgender = "transgender",
|
|
3507
|
+
transit_enterexit = "transit-enterexit",
|
|
3508
|
+
transit_ticket = "transit-ticket",
|
|
3509
|
+
transition_chop = "transition-chop",
|
|
3510
|
+
transition_dissolve = "transition-dissolve",
|
|
3511
|
+
transition_fade = "transition-fade",
|
|
3512
|
+
transition_push = "transition-push",
|
|
3513
|
+
transition_slide = "transition-slide",
|
|
3514
|
+
translate = "translate",
|
|
3515
|
+
translate_indic = "translate-indic",
|
|
3516
|
+
transportation = "transportation",
|
|
3517
|
+
travel = "travel",
|
|
3518
|
+
travel_explore = "travel-explore",
|
|
3519
|
+
travel_luggage_and_bags = "travel-luggage-and-bags",
|
|
3520
|
+
trending_down = "trending-down",
|
|
3521
|
+
trending_flat = "trending-flat",
|
|
3522
|
+
trending_up = "trending-up",
|
|
3523
|
+
triangle_circle = "triangle-circle",
|
|
3524
|
+
trip = "trip",
|
|
3525
|
+
trip_origin = "trip-origin",
|
|
3526
|
+
trolley = "trolley",
|
|
3527
|
+
trolley_cable_car = "trolley-cable-car",
|
|
3528
|
+
trophy = "trophy",
|
|
3529
|
+
troubleshoot = "troubleshoot",
|
|
3530
|
+
tsunami = "tsunami",
|
|
3531
|
+
tsv = "tsv",
|
|
3532
|
+
tty = "tty",
|
|
3533
|
+
tune = "tune",
|
|
3534
|
+
turn_left = "turn-left",
|
|
3535
|
+
turn_right = "turn-right",
|
|
3536
|
+
turn_sharp_left = "turn-sharp-left",
|
|
3537
|
+
turn_sharp_right = "turn-sharp-right",
|
|
3538
|
+
turn_slight_left = "turn-slight-left",
|
|
3539
|
+
turn_slight_right = "turn-slight-right",
|
|
3540
|
+
tv = "tv",
|
|
3541
|
+
tv_displays = "tv-displays",
|
|
3542
|
+
tv_gen = "tv-gen",
|
|
3543
|
+
tv_guide = "tv-guide",
|
|
3544
|
+
tv_next = "tv-next",
|
|
3545
|
+
tv_off = "tv-off",
|
|
3546
|
+
tv_options_edit_channels = "tv-options-edit-channels",
|
|
3547
|
+
tv_options_input_settings = "tv-options-input-settings",
|
|
3548
|
+
tv_remote = "tv-remote",
|
|
3549
|
+
tv_signin = "tv-signin",
|
|
3550
|
+
tv_with_assistant = "tv-with-assistant",
|
|
3551
|
+
two_pager = "two-pager",
|
|
3552
|
+
two_pager_store = "two-pager-store",
|
|
3553
|
+
two_wheeler = "two-wheeler",
|
|
3554
|
+
type_specimen = "type-specimen",
|
|
3555
|
+
u_turn_left = "u-turn-left",
|
|
3556
|
+
u_turn_right = "u-turn-right",
|
|
3557
|
+
udon = "udon",
|
|
3558
|
+
ulna_radius = "ulna-radius",
|
|
3559
|
+
ulna_radius_alt = "ulna-radius-alt",
|
|
3560
|
+
umbrella = "umbrella",
|
|
3561
|
+
unarchive = "unarchive",
|
|
3562
|
+
undereye = "undereye",
|
|
3563
|
+
undo = "undo",
|
|
3564
|
+
unfold_less = "unfold-less",
|
|
3565
|
+
unfold_less_double = "unfold-less-double",
|
|
3566
|
+
unfold_more = "unfold-more",
|
|
3567
|
+
unfold_more_double = "unfold-more-double",
|
|
3568
|
+
ungroup = "ungroup",
|
|
3569
|
+
universal_currency = "universal-currency",
|
|
3570
|
+
universal_currency_alt = "universal-currency-alt",
|
|
3571
|
+
universal_local = "universal-local",
|
|
3572
|
+
unknown_2 = "unknown-2",
|
|
3573
|
+
unknown_5 = "unknown-5",
|
|
3574
|
+
unknown_7 = "unknown-7",
|
|
3575
|
+
unknown_document = "unknown-document",
|
|
3576
|
+
unknown_med = "unknown-med",
|
|
3577
|
+
unlicense = "unlicense",
|
|
3578
|
+
unpaved_road = "unpaved-road",
|
|
3579
|
+
unpublished = "unpublished",
|
|
3580
|
+
unsubscribe = "unsubscribe",
|
|
3581
|
+
upcoming = "upcoming",
|
|
3582
|
+
update = "update",
|
|
3583
|
+
update_disabled = "update-disabled",
|
|
3584
|
+
upgrade = "upgrade",
|
|
3585
|
+
upi_pay = "upi-pay",
|
|
3586
|
+
upload = "upload",
|
|
3587
|
+
upload_2 = "upload-2",
|
|
3588
|
+
upload_file = "upload-file",
|
|
3589
|
+
uppercase = "uppercase",
|
|
3590
|
+
urology = "urology",
|
|
3591
|
+
usb = "usb",
|
|
3592
|
+
usb_off = "usb-off",
|
|
3593
|
+
user_attributes = "user-attributes",
|
|
3594
|
+
vaccines = "vaccines",
|
|
3595
|
+
vacuum = "vacuum",
|
|
3596
|
+
valve = "valve",
|
|
3597
|
+
vape_free = "vape-free",
|
|
3598
|
+
vaping_rooms = "vaping-rooms",
|
|
3599
|
+
variable_add = "variable-add",
|
|
3600
|
+
variable_insert = "variable-insert",
|
|
3601
|
+
variable_remove = "variable-remove",
|
|
3602
|
+
variables = "variables",
|
|
3603
|
+
ventilator = "ventilator",
|
|
3604
|
+
verified = "verified",
|
|
3605
|
+
verified_off = "verified-off",
|
|
3606
|
+
verified_user = "verified-user",
|
|
3607
|
+
vertical_align_bottom = "vertical-align-bottom",
|
|
3608
|
+
vertical_align_center = "vertical-align-center",
|
|
3609
|
+
vertical_align_top = "vertical-align-top",
|
|
3610
|
+
vertical_distribute = "vertical-distribute",
|
|
3611
|
+
vertical_shades = "vertical-shades",
|
|
3612
|
+
vertical_shades_closed = "vertical-shades-closed",
|
|
3613
|
+
vertical_split = "vertical-split",
|
|
3614
|
+
video_call = "video-call",
|
|
3615
|
+
video_camera_back = "video-camera-back",
|
|
3616
|
+
video_camera_back_add = "video-camera-back-add",
|
|
3617
|
+
video_camera_front = "video-camera-front",
|
|
3618
|
+
video_camera_front_off = "video-camera-front-off",
|
|
3619
|
+
video_chat = "video-chat",
|
|
3620
|
+
video_file = "video-file",
|
|
3621
|
+
video_label = "video-label",
|
|
3622
|
+
video_library = "video-library",
|
|
3623
|
+
video_search = "video-search",
|
|
3624
|
+
video_settings = "video-settings",
|
|
3625
|
+
video_stable = "video-stable",
|
|
3626
|
+
video_template = "video-template",
|
|
3627
|
+
videocam = "videocam",
|
|
3628
|
+
videocam_alert = "videocam-alert",
|
|
3629
|
+
videocam_off = "videocam-off",
|
|
3630
|
+
videogame_asset = "videogame-asset",
|
|
3631
|
+
videogame_asset_off = "videogame-asset-off",
|
|
3632
|
+
view_agenda = "view-agenda",
|
|
3633
|
+
view_apps = "view-apps",
|
|
3634
|
+
view_array = "view-array",
|
|
3635
|
+
view_carousel = "view-carousel",
|
|
3636
|
+
view_column = "view-column",
|
|
3637
|
+
view_column_2 = "view-column-2",
|
|
3638
|
+
view_comfy = "view-comfy",
|
|
3639
|
+
view_comfy_alt = "view-comfy-alt",
|
|
3640
|
+
view_compact = "view-compact",
|
|
3641
|
+
view_compact_alt = "view-compact-alt",
|
|
3642
|
+
view_cozy = "view-cozy",
|
|
3643
|
+
view_day = "view-day",
|
|
3644
|
+
view_headline = "view-headline",
|
|
3645
|
+
view_in_ar = "view-in-ar",
|
|
3646
|
+
view_in_ar_off = "view-in-ar-off",
|
|
3647
|
+
view_kanban = "view-kanban",
|
|
3648
|
+
view_list = "view-list",
|
|
3649
|
+
view_module = "view-module",
|
|
3650
|
+
view_object_track = "view-object-track",
|
|
3651
|
+
view_quilt = "view-quilt",
|
|
3652
|
+
view_real_size = "view-real-size",
|
|
3653
|
+
view_sidebar = "view-sidebar",
|
|
3654
|
+
view_stream = "view-stream",
|
|
3655
|
+
view_timeline = "view-timeline",
|
|
3656
|
+
view_week = "view-week",
|
|
3657
|
+
vignette = "vignette",
|
|
3658
|
+
vignette_2 = "vignette-2",
|
|
3659
|
+
villa = "villa",
|
|
3660
|
+
visibility = "visibility",
|
|
3661
|
+
visibility_lock = "visibility-lock",
|
|
3662
|
+
visibility_off = "visibility-off",
|
|
3663
|
+
vital_signs = "vital-signs",
|
|
3664
|
+
vo2_max = "vo2-max",
|
|
3665
|
+
voice_chat = "voice-chat",
|
|
3666
|
+
voice_chat_off = "voice-chat-off",
|
|
3667
|
+
voice_over_off = "voice-over-off",
|
|
3668
|
+
voice_selection = "voice-selection",
|
|
3669
|
+
voice_selection_off = "voice-selection-off",
|
|
3670
|
+
voicemail = "voicemail",
|
|
3671
|
+
voicemail_2 = "voicemail-2",
|
|
3672
|
+
volcano = "volcano",
|
|
3673
|
+
volume_down = "volume-down",
|
|
3674
|
+
volume_mute = "volume-mute",
|
|
3675
|
+
volume_off = "volume-off",
|
|
3676
|
+
volume_up = "volume-up",
|
|
3677
|
+
volunteer_activism = "volunteer-activism",
|
|
3678
|
+
voting_chip = "voting-chip",
|
|
3679
|
+
vpn_key = "vpn-key",
|
|
3680
|
+
vpn_key_alert = "vpn-key-alert",
|
|
3681
|
+
vpn_key_off = "vpn-key-off",
|
|
3682
|
+
vpn_lock = "vpn-lock",
|
|
3683
|
+
vpn_lock_2 = "vpn-lock-2",
|
|
3684
|
+
vr180_create2d = "vr180-create2d",
|
|
3685
|
+
vr180_create2d_off = "vr180-create2d-off",
|
|
3686
|
+
vrpano = "vrpano",
|
|
3687
|
+
wall_art = "wall-art",
|
|
3688
|
+
wall_lamp = "wall-lamp",
|
|
3689
|
+
wallet = "wallet",
|
|
3690
|
+
wallpaper = "wallpaper",
|
|
3691
|
+
wallpaper_slideshow = "wallpaper-slideshow",
|
|
3692
|
+
wand_shine = "wand-shine",
|
|
3693
|
+
wand_stars = "wand-stars",
|
|
3694
|
+
ward = "ward",
|
|
3695
|
+
warehouse = "warehouse",
|
|
3696
|
+
warning = "warning",
|
|
3697
|
+
warning_off = "warning-off",
|
|
3698
|
+
wash = "wash",
|
|
3699
|
+
washoku = "washoku",
|
|
3700
|
+
watch = "watch",
|
|
3701
|
+
watch_alert = "watch-alert",
|
|
3702
|
+
watch_arrow = "watch-arrow",
|
|
3703
|
+
watch_arrow_down = "watch-arrow-down",
|
|
3704
|
+
watch_button_press = "watch-button-press",
|
|
3705
|
+
watch_check = "watch-check",
|
|
3706
|
+
watch_lock = "watch-lock",
|
|
3707
|
+
watch_off = "watch-off",
|
|
3708
|
+
watch_screentime = "watch-screentime",
|
|
3709
|
+
watch_vibration = "watch-vibration",
|
|
3710
|
+
watch_wake = "watch-wake",
|
|
3711
|
+
water = "water",
|
|
3712
|
+
water_bottle = "water-bottle",
|
|
3713
|
+
water_bottle_large = "water-bottle-large",
|
|
3714
|
+
water_damage = "water-damage",
|
|
3715
|
+
water_do = "water-do",
|
|
3716
|
+
water_drop = "water-drop",
|
|
3717
|
+
water_ec = "water-ec",
|
|
3718
|
+
water_full = "water-full",
|
|
3719
|
+
water_heater = "water-heater",
|
|
3720
|
+
water_lock = "water-lock",
|
|
3721
|
+
water_loss = "water-loss",
|
|
3722
|
+
water_lux = "water-lux",
|
|
3723
|
+
water_medium = "water-medium",
|
|
3724
|
+
water_orp = "water-orp",
|
|
3725
|
+
water_ph = "water-ph",
|
|
3726
|
+
water_pump = "water-pump",
|
|
3727
|
+
water_voc = "water-voc",
|
|
3728
|
+
waterfall_chart = "waterfall-chart",
|
|
3729
|
+
waves = "waves",
|
|
3730
|
+
waving_hand = "waving-hand",
|
|
3731
|
+
wb_auto = "wb-auto",
|
|
3732
|
+
wb_incandescent = "wb-incandescent",
|
|
3733
|
+
wb_iridescent = "wb-iridescent",
|
|
3734
|
+
wb_shade = "wb-shade",
|
|
3735
|
+
wb_sunny = "wb-sunny",
|
|
3736
|
+
wb_twilight = "wb-twilight",
|
|
3737
|
+
wc = "wc",
|
|
3738
|
+
weather_hail = "weather-hail",
|
|
3739
|
+
weather_mix = "weather-mix",
|
|
3740
|
+
weather_snowy = "weather-snowy",
|
|
3741
|
+
web = "web",
|
|
3742
|
+
web_asset = "web-asset",
|
|
3743
|
+
web_asset_off = "web-asset-off",
|
|
3744
|
+
web_stories = "web-stories",
|
|
3745
|
+
web_traffic = "web-traffic",
|
|
3746
|
+
webhook = "webhook",
|
|
3747
|
+
weekend = "weekend",
|
|
3748
|
+
weight = "weight",
|
|
3749
|
+
west = "west",
|
|
3750
|
+
whatshot = "whatshot",
|
|
3751
|
+
wheelchair_pickup = "wheelchair-pickup",
|
|
3752
|
+
where_to_vote = "where-to-vote",
|
|
3753
|
+
widget_medium = "widget-medium",
|
|
3754
|
+
widget_menu = "widget-menu",
|
|
3755
|
+
widget_small = "widget-small",
|
|
3756
|
+
widget_width = "widget-width",
|
|
3757
|
+
widgets = "widgets",
|
|
3758
|
+
width_full = "width-full",
|
|
3759
|
+
width_normal = "width-normal",
|
|
3760
|
+
width_wide = "width-wide",
|
|
3761
|
+
wifi = "wifi",
|
|
3762
|
+
wifi_1_bar = "wifi-1-bar",
|
|
3763
|
+
wifi_2_bar = "wifi-2-bar",
|
|
3764
|
+
wifi_add = "wifi-add",
|
|
3765
|
+
wifi_calling = "wifi-calling",
|
|
3766
|
+
wifi_calling_bar_1 = "wifi-calling-bar-1",
|
|
3767
|
+
wifi_calling_bar_2 = "wifi-calling-bar-2",
|
|
3768
|
+
wifi_calling_bar_3 = "wifi-calling-bar-3",
|
|
3769
|
+
wifi_channel = "wifi-channel",
|
|
3770
|
+
wifi_find = "wifi-find",
|
|
3771
|
+
wifi_home = "wifi-home",
|
|
3772
|
+
wifi_lock = "wifi-lock",
|
|
3773
|
+
wifi_notification = "wifi-notification",
|
|
3774
|
+
wifi_off = "wifi-off",
|
|
3775
|
+
wifi_password = "wifi-password",
|
|
3776
|
+
wifi_protected_setup = "wifi-protected-setup",
|
|
3777
|
+
wifi_proxy = "wifi-proxy",
|
|
3778
|
+
wifi_tethering = "wifi-tethering",
|
|
3779
|
+
wifi_tethering_error = "wifi-tethering-error",
|
|
3780
|
+
wifi_tethering_off = "wifi-tethering-off",
|
|
3781
|
+
wind_power = "wind-power",
|
|
3782
|
+
window = "window",
|
|
3783
|
+
window_closed = "window-closed",
|
|
3784
|
+
window_open = "window-open",
|
|
3785
|
+
window_sensor = "window-sensor",
|
|
3786
|
+
windshield_defrost_auto = "windshield-defrost-auto",
|
|
3787
|
+
windshield_defrost_front = "windshield-defrost-front",
|
|
3788
|
+
windshield_defrost_rear = "windshield-defrost-rear",
|
|
3789
|
+
windshield_heat_front = "windshield-heat-front",
|
|
3790
|
+
wine_bar = "wine-bar",
|
|
3791
|
+
woman = "woman",
|
|
3792
|
+
woman_2 = "woman-2",
|
|
3793
|
+
work = "work",
|
|
3794
|
+
work_alert = "work-alert",
|
|
3795
|
+
work_history = "work-history",
|
|
3796
|
+
work_update = "work-update",
|
|
3797
|
+
workspace_premium = "workspace-premium",
|
|
3798
|
+
workspaces = "workspaces",
|
|
3799
|
+
wounds_injuries = "wounds-injuries",
|
|
3800
|
+
wrap_text = "wrap-text",
|
|
3801
|
+
wrist = "wrist",
|
|
3802
|
+
wrong_location = "wrong-location",
|
|
3803
|
+
wysiwyg = "wysiwyg",
|
|
3804
|
+
x_circle = "x-circle",
|
|
3805
|
+
y_circle = "y-circle",
|
|
3806
|
+
yakitori = "yakitori",
|
|
3807
|
+
yard = "yard",
|
|
3808
|
+
yoshoku = "yoshoku",
|
|
3809
|
+
your_trips = "your-trips",
|
|
3810
|
+
youtube_activity = "youtube-activity",
|
|
3811
|
+
youtube_searched_for = "youtube-searched-for",
|
|
3812
|
+
zone_person_alert = "zone-person-alert",
|
|
3813
|
+
zone_person_idle = "zone-person-idle",
|
|
3814
|
+
zone_person_urgent = "zone-person-urgent",
|
|
3815
|
+
zoom_in = "zoom-in",
|
|
3816
|
+
zoom_in_map = "zoom-in-map",
|
|
3817
|
+
zoom_out = "zoom-out",
|
|
3818
|
+
zoom_out_map = "zoom-out-map"
|
|
3819
|
+
}
|