@acorex/styles 4.0.24 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/index.scss +2 -48
  2. package/package.json +11 -11
  3. package/src/base/_colors.scss +16 -0
  4. package/src/base/index.scss +7 -0
  5. package/src/components/_alert.scss +148 -0
  6. package/src/components/_badge.scss +39 -0
  7. package/src/components/_button.scss +652 -0
  8. package/src/components/_calendar.scss +97 -0
  9. package/src/components/_carousel.scss +61 -0
  10. package/src/components/_checkbox.scss +25 -0
  11. package/src/components/_datapager.scss +40 -0
  12. package/src/components/_datepicker.scss +5 -0
  13. package/src/components/_dialog.scss +62 -0
  14. package/src/components/_drawer.scss +79 -0
  15. package/src/components/_dropdown.scss +178 -0
  16. package/src/components/_editor-container.scss +70 -0
  17. package/src/components/_form.scss +8 -0
  18. package/src/components/_input.scss +16 -0
  19. package/src/components/_label.scss +5 -0
  20. package/src/components/_list.scss +49 -0
  21. package/src/components/_loading.scss +54 -0
  22. package/src/components/_popup.scss +87 -0
  23. package/src/components/_radio.scss +30 -0
  24. package/src/components/_range-slider.scss +14 -0
  25. package/src/components/_selectbox.scss +15 -0
  26. package/src/components/_selection-list.scss +28 -0
  27. package/src/components/_side-menu.scss +46 -0
  28. package/src/components/_skeleton.scss +25 -0
  29. package/src/components/_switch.scss +200 -0
  30. package/src/components/_table.scss +22 -0
  31. package/src/components/_tabs.scss +117 -0
  32. package/src/components/_toast.scss +94 -0
  33. package/src/components/_tooltip.scss +44 -0
  34. package/src/components/index.scss +29 -0
  35. package/{variables/bases/_color.scss → src/variables/_colors.scss} +135 -135
  36. package/src/variables/_mixins.scss +18 -0
  37. package/scss/ax-icon/fonts/acorex.eot +0 -0
  38. package/scss/ax-icon/fonts/acorex.svg +0 -1434
  39. package/scss/ax-icon/fonts/acorex.ttf +0 -0
  40. package/scss/ax-icon/fonts/acorex.woff +0 -0
  41. package/scss/ax-icon/selection.json +0 -1
  42. package/scss/ax-icon/style.scss +0 -7218
  43. package/scss/ax-icon/variables.scss +0 -1428
  44. package/scss/bases/accessiblity.scss +0 -38
  45. package/scss/bases/background.scss +0 -76
  46. package/scss/bases/border.scss +0 -453
  47. package/scss/bases/effects.scss +0 -56
  48. package/scss/bases/filter.scss +0 -184
  49. package/scss/bases/flexbox-and-grid.scss +0 -254
  50. package/scss/bases/interactivity.scss +0 -42
  51. package/scss/bases/layout.scss +0 -207
  52. package/scss/bases/root.scss +0 -53
  53. package/scss/bases/sizing.scss +0 -43
  54. package/scss/bases/skeleton.scss +0 -30
  55. package/scss/bases/spacing.scss +0 -245
  56. package/scss/bases/svg.scss +0 -18
  57. package/scss/bases/table.scss +0 -15
  58. package/scss/bases/transform.scss +0 -114
  59. package/scss/bases/transition-and-animation.scss +0 -116
  60. package/scss/bases/typography.scss +0 -210
  61. package/scss/components/alert.scss +0 -131
  62. package/scss/components/badge.scss +0 -6
  63. package/scss/components/button.scss +0 -264
  64. package/scss/components/calendar.scss +0 -120
  65. package/scss/components/carousel.scss +0 -67
  66. package/scss/components/checkbox.scss +0 -36
  67. package/scss/components/datapager.scss +0 -80
  68. package/scss/components/datepicker.scss +0 -8
  69. package/scss/components/dialog.scss +0 -61
  70. package/scss/components/drawer.scss +0 -78
  71. package/scss/components/dropdown.scss +0 -35
  72. package/scss/components/editor-container.scss +0 -105
  73. package/scss/components/input.scss +0 -47
  74. package/scss/components/label.scss +0 -6
  75. package/scss/components/list.scss +0 -55
  76. package/scss/components/loading.scss +0 -47
  77. package/scss/components/popup.scss +0 -103
  78. package/scss/components/radio.scss +0 -36
  79. package/scss/components/selectbox.scss +0 -39
  80. package/scss/components/selection-list.scss +0 -22
  81. package/scss/components/side-menu.scss +0 -44
  82. package/scss/components/switch.scss +0 -178
  83. package/scss/components/table.scss +0 -22
  84. package/scss/components/tabs.scss +0 -115
  85. package/scss/components/text-box.scss +0 -4
  86. package/scss/components/toast.scss +0 -82
  87. package/scss/components/tooltip.scss +0 -42
  88. package/variables/bases/_accessiblity.scss +0 -22
  89. package/variables/bases/_background.scss +0 -57
  90. package/variables/bases/_border.scss +0 -106
  91. package/variables/bases/_common.scss +0 -6
  92. package/variables/bases/_effects.scss +0 -36
  93. package/variables/bases/_filter.scss +0 -62
  94. package/variables/bases/_flexbox-and-grid.scss +0 -138
  95. package/variables/bases/_interactivity.scss +0 -31
  96. package/variables/bases/_layout.scss +0 -102
  97. package/variables/bases/_root.scss +0 -70
  98. package/variables/bases/_sizing.scss +0 -322
  99. package/variables/bases/_spacing.scss +0 -38
  100. package/variables/bases/_svg.scss +0 -1
  101. package/variables/bases/_table.scss +0 -2
  102. package/variables/bases/_transform.scss +0 -88
  103. package/variables/bases/_transition-and-animation.scss +0 -26
  104. package/variables/bases/_typography.scss +0 -191
  105. package/variables/components/_button.scss +0 -0
  106. package/variables/components/_editor-container.scss +0 -5
  107. package/variables/components/_input.scss +0 -0
@@ -1,1428 +0,0 @@
1
- $icomoon-font-family: "acorex" !default;
2
- $icomoon-font-path: "fonts" !default;
3
-
4
- $ax-ic-error: "\e901";
5
- $ax-ic-error_outline: "\e902";
6
- $ax-ic-warning: "\e903";
7
- $ax-ic-add_alert: "\e904";
8
- $ax-ic-notification_important: "\e905";
9
- $ax-ic-album: "\e906";
10
- $ax-ic-av_timer: "\e907";
11
- $ax-ic-closed_caption: "\e908";
12
- $ax-ic-equalizer: "\e909";
13
- $ax-ic-explicit: "\e90a";
14
- $ax-ic-fast_forward: "\e90b";
15
- $ax-ic-fast_rewind: "\e90c";
16
- $ax-ic-games: "\e90d";
17
- $ax-ic-hearing: "\e90e";
18
- $ax-ic-high_quality: "\e90f";
19
- $ax-ic-loop: "\e910";
20
- $ax-ic-mic: "\e911";
21
- $ax-ic-mic_none: "\e912";
22
- $ax-ic-mic_off: "\e913";
23
- $ax-ic-movie: "\e914";
24
- $ax-ic-library_add: "\e915";
25
- $ax-ic-library_books: "\e916";
26
- $ax-ic-library_music: "\e917";
27
- $ax-ic-new_releases: "\e918";
28
- $ax-ic-not_interested: "\e919";
29
- $ax-ic-pause: "\e91a";
30
- $ax-ic-pause_circle_filled: "\e91b";
31
- $ax-ic-pause_circle_outline: "\e91c";
32
- $ax-ic-play_arrow: "\e91d";
33
- $ax-ic-play_circle_filled: "\e91e";
34
- $ax-ic-play_circle_outline: "\e91f";
35
- $ax-ic-playlist_add: "\e920";
36
- $ax-ic-queue_music: "\e921";
37
- $ax-ic-radio: "\e922";
38
- $ax-ic-recent_actors: "\e923";
39
- $ax-ic-repeat: "\e924";
40
- $ax-ic-repeat_one: "\e925";
41
- $ax-ic-replay: "\e926";
42
- $ax-ic-shuffle: "\e927";
43
- $ax-ic-skip_next: "\e928";
44
- $ax-ic-skip_previous: "\e929";
45
- $ax-ic-snooze: "\e92a";
46
- $ax-ic-stop: "\e92b";
47
- $ax-ic-subtitles: "\e92c";
48
- $ax-ic-surround_sound: "\e92d";
49
- $ax-ic-video_library: "\e92e";
50
- $ax-ic-videocam: "\e92f";
51
- $ax-ic-videocam_off: "\e930";
52
- $ax-ic-volume_down: "\e931";
53
- $ax-ic-volume_mute: "\e932";
54
- $ax-ic-volume_off: "\e933";
55
- $ax-ic-volume_up: "\e934";
56
- $ax-ic-web: "\e935";
57
- $ax-ic-hd: "\e936";
58
- $ax-ic-sort_by_alpha: "\e937";
59
- $ax-ic-airplay: "\e938";
60
- $ax-ic-forward_10: "\e939";
61
- $ax-ic-forward_30: "\e93a";
62
- $ax-ic-forward_5: "\e93b";
63
- $ax-ic-replay_10: "\e93c";
64
- $ax-ic-replay_30: "\e93d";
65
- $ax-ic-replay_5: "\e93e";
66
- $ax-ic-add_to_queue: "\e93f";
67
- $ax-ic-fiber_dvr: "\e940";
68
- $ax-ic-fiber_new: "\e941";
69
- $ax-ic-playlist_play: "\e942";
70
- $ax-ic-art_track: "\e943";
71
- $ax-ic-fiber_manual_record: "\e944";
72
- $ax-ic-fiber_smart_record: "\e945";
73
- $ax-ic-music_video: "\e946";
74
- $ax-ic-subscriptions: "\e947";
75
- $ax-ic-playlist_add_check: "\e948";
76
- $ax-ic-queue_play_next: "\e949";
77
- $ax-ic-remove_from_queue: "\e94a";
78
- $ax-ic-slow_motion_video: "\e94b";
79
- $ax-ic-web_asset: "\e94c";
80
- $ax-ic-fiber_pin: "\e94d";
81
- $ax-ic-branding_watermark: "\e94e";
82
- $ax-ic-call_to_action: "\e94f";
83
- $ax-ic-featured_play_list: "\e950";
84
- $ax-ic-featured_video: "\e951";
85
- $ax-ic-note: "\e952";
86
- $ax-ic-video_call: "\e953";
87
- $ax-ic-video_label: "\e954";
88
- $ax-ic-4k: "\e955";
89
- $ax-ic-missed_video_call: "\e956";
90
- $ax-ic-control_camera: "\e957";
91
- $ax-ic-business: "\e958";
92
- $ax-ic-call: "\e959";
93
- $ax-ic-call_end: "\e95a";
94
- $ax-ic-call_made: "\e95b";
95
- $ax-ic-call_merge: "\e95c";
96
- $ax-ic-call_missed: "\e95d";
97
- $ax-ic-call_received: "\e95e";
98
- $ax-ic-call_split: "\e95f";
99
- $ax-ic-chat: "\e960";
100
- $ax-ic-clear_all: "\e961";
101
- $ax-ic-comment: "\e962";
102
- $ax-ic-contacts: "\e963";
103
- $ax-ic-dialer_sip: "\e964";
104
- $ax-ic-dialpad: "\e965";
105
- $ax-ic-email: "\e966";
106
- $ax-ic-forum: "\e967";
107
- $ax-ic-import_export: "\e968";
108
- $ax-ic-invert_colors_off: "\e969";
109
- $ax-ic-live_help: "\e96a";
110
- $ax-ic-location_off: "\e96b";
111
- $ax-ic-location_on: "\e96c";
112
- $ax-ic-message: "\e96d";
113
- $ax-ic-chat_bubble: "\e96e";
114
- $ax-ic-chat_bubble_outline: "\e96f";
115
- $ax-ic-no_sim: "\e970";
116
- $ax-ic-phone: "\e971";
117
- $ax-ic-portable_wifi_off: "\e972";
118
- $ax-ic-contact_phone: "\e973";
119
- $ax-ic-contact_mail: "\e974";
120
- $ax-ic-ring_volume: "\e975";
121
- $ax-ic-speaker_phone: "\e976";
122
- $ax-ic-stay_current_landscape: "\e977";
123
- $ax-ic-stay_current_portrait: "\e978";
124
- $ax-ic-swap_calls: "\e979";
125
- $ax-ic-textsms: "\e97a";
126
- $ax-ic-voicemail: "\e97b";
127
- $ax-ic-vpn_key: "\e97c";
128
- $ax-ic-phonelink_erase: "\e97d";
129
- $ax-ic-phonelink_lock: "\e97e";
130
- $ax-ic-phonelink_ring: "\e97f";
131
- $ax-ic-phonelink_setup: "\e980";
132
- $ax-ic-present_to_all: "\e981";
133
- $ax-ic-import_contacts: "\e982";
134
- $ax-ic-mail_outline: "\e983";
135
- $ax-ic-screen_share: "\e984";
136
- $ax-ic-stop_screen_share: "\e985";
137
- $ax-ic-call_missed_outgoing: "\e986";
138
- $ax-ic-rss_feed: "\e987";
139
- $ax-ic-alternate_email: "\e988";
140
- $ax-ic-mobile_screen_share: "\e989";
141
- $ax-ic-add_call: "\e98a";
142
- $ax-ic-cancel_presentation: "\e98b";
143
- $ax-ic-pause_presentation: "\e98c";
144
- $ax-ic-unsubscribe: "\e98d";
145
- $ax-ic-cell_wifi: "\e98e";
146
- $ax-ic-sentiment_satisfied_alt: "\e98f";
147
- $ax-ic-list_alt: "\e990";
148
- $ax-ic-domain_disabled: "\e991";
149
- $ax-ic-lightbulb: "\e992";
150
- $ax-ic-add: "\e993";
151
- $ax-ic-add_box: "\e994";
152
- $ax-ic-add_circle: "\e995";
153
- $ax-ic-add_circle_outline: "\e996";
154
- $ax-ic-archive: "\e997";
155
- $ax-ic-backspace: "\e998";
156
- $ax-ic-block: "\e999";
157
- $ax-ic-clear: "\e99a";
158
- $ax-ic-content_copy: "\e99b";
159
- $ax-ic-content_cut: "\e99c";
160
- $ax-ic-content_paste: "\e99d";
161
- $ax-ic-create: "\e99e";
162
- $ax-ic-drafts: "\e99f";
163
- $ax-ic-filter_list: "\e9a0";
164
- $ax-ic-flag: "\e9a1";
165
- $ax-ic-forward: "\e9a2";
166
- $ax-ic-gesture: "\e9a3";
167
- $ax-ic-inbox: "\e9a4";
168
- $ax-ic-link: "\e9a5";
169
- $ax-ic-redo: "\e9a6";
170
- $ax-ic-remove: "\e9a7";
171
- $ax-ic-remove_circle: "\e9a8";
172
- $ax-ic-remove_circle_outline: "\e9a9";
173
- $ax-ic-reply: "\e9aa";
174
- $ax-ic-reply_all: "\e9ab";
175
- $ax-ic-report: "\e9ac";
176
- $ax-ic-save: "\e9ad";
177
- $ax-ic-select_all: "\e9ae";
178
- $ax-ic-send: "\e9af";
179
- $ax-ic-sort: "\e9b0";
180
- $ax-ic-text_format: "\e9b1";
181
- $ax-ic-undo: "\e9b2";
182
- $ax-ic-font_download: "\e9b3";
183
- $ax-ic-move_to_inbox: "\e9b4";
184
- $ax-ic-unarchive: "\e9b5";
185
- $ax-ic-next_week: "\e9b6";
186
- $ax-ic-weekend: "\e9b7";
187
- $ax-ic-delete_sweep: "\e9b8";
188
- $ax-ic-low_priority: "\e9b9";
189
- $ax-ic-outlined_flag: "\e9ba";
190
- $ax-ic-link_off: "\e9bb";
191
- $ax-ic-report_off: "\e9bc";
192
- $ax-ic-save_alt: "\e9bd";
193
- $ax-ic-ballot: "\e9be";
194
- $ax-ic-file_copy: "\e9bf";
195
- $ax-ic-how_to_reg: "\e9c0";
196
- $ax-ic-how_to_vote: "\e9c1";
197
- $ax-ic-waves: "\e9c2";
198
- $ax-ic-where_to_vote: "\e9c3";
199
- $ax-ic-add_link: "\e9c4";
200
- $ax-ic-inventory: "\e9c5";
201
- $ax-ic-access_alarm: "\e9c6";
202
- $ax-ic-access_alarms: "\e9c7";
203
- $ax-ic-access_time: "\e9c8";
204
- $ax-ic-add_alarm: "\e9c9";
205
- $ax-ic-airplanemode_off: "\e9ca";
206
- $ax-ic-airplanemode_on: "\e9cb";
207
- $ax-ic-battery_alert: "\e9cc";
208
- $ax-ic-battery_charging_full: "\e9cd";
209
- $ax-ic-battery_full: "\e9ce";
210
- $ax-ic-battery_unknown: "\e9cf";
211
- $ax-ic-bluetooth: "\e9d0";
212
- $ax-ic-bluetooth_connected: "\e9d1";
213
- $ax-ic-bluetooth_disabled: "\e9d2";
214
- $ax-ic-bluetooth_searching: "\e9d3";
215
- $ax-ic-brightness_auto: "\e9d4";
216
- $ax-ic-brightness_high: "\e9d5";
217
- $ax-ic-brightness_low: "\e9d6";
218
- $ax-ic-brightness_medium: "\e9d7";
219
- $ax-ic-data_usage: "\e9d8";
220
- $ax-ic-developer_mode: "\e9d9";
221
- $ax-ic-devices: "\e9da";
222
- $ax-ic-dvr: "\e9db";
223
- $ax-ic-gps_fixed: "\e9dc";
224
- $ax-ic-gps_not_fixed: "\e9dd";
225
- $ax-ic-gps_off: "\e9de";
226
- $ax-ic-graphic_eq: "\e9df";
227
- $ax-ic-network_cell: "\e9e0";
228
- $ax-ic-network_wifi: "\e9e1";
229
- $ax-ic-nfc: "\e9e2";
230
- $ax-ic-now_wallpaper: "\e9e3";
231
- $ax-ic-now_widgets: "\e9e4";
232
- $ax-ic-screen_lock_landscape: "\e9e5";
233
- $ax-ic-screen_lock_portrait: "\e9e6";
234
- $ax-ic-screen_lock_rotation: "\e9e7";
235
- $ax-ic-screen_rotation: "\e9e8";
236
- $ax-ic-sd_storage: "\e9e9";
237
- $ax-ic-settings_system_daydream: "\e9ea";
238
- $ax-ic-signal_cellular_4_bar: "\e9eb";
239
- $ax-ic-signal_cellular_connected_no_internet_4_bar: "\e9ec";
240
- $ax-ic-signal_cellular_null: "\e9ed";
241
- $ax-ic-signal_cellular_off: "\e9ee";
242
- $ax-ic-signal_wifi_4_bar: "\e9ef";
243
- $ax-ic-signal_wifi_4_bar_lock: "\e9f0";
244
- $ax-ic-signal_wifi_off: "\e9f1";
245
- $ax-ic-storage: "\e9f2";
246
- $ax-ic-usb: "\e9f3";
247
- $ax-ic-wifi_lock: "\e9f4";
248
- $ax-ic-wifi_tethering: "\e9f5";
249
- $ax-ic-add_to_home_screen: "\e9f6";
250
- $ax-ic-device_thermostat: "\e9f7";
251
- $ax-ic-mobile_friendly: "\e9f8";
252
- $ax-ic-mobile_off: "\e9f9";
253
- $ax-ic-signal_cellular_alt: "\e9fa";
254
- $ax-ic-attach_file: "\e9fb";
255
- $ax-ic-attach_money: "\e9fc";
256
- $ax-ic-border_all: "\e9fd";
257
- $ax-ic-border_bottom: "\e9fe";
258
- $ax-ic-border_clear: "\e9ff";
259
- $ax-ic-border_color: "\ea00";
260
- $ax-ic-border_horizontal: "\ea01";
261
- $ax-ic-border_inner: "\ea02";
262
- $ax-ic-border_left: "\ea03";
263
- $ax-ic-border_outer: "\ea04";
264
- $ax-ic-border_right: "\ea05";
265
- $ax-ic-border_style: "\ea06";
266
- $ax-ic-border_top: "\ea07";
267
- $ax-ic-border_vertical: "\ea08";
268
- $ax-ic-format_align_center: "\ea09";
269
- $ax-ic-format_align_justify: "\ea0a";
270
- $ax-ic-format_align_left: "\ea0b";
271
- $ax-ic-format_align_right: "\ea0c";
272
- $ax-ic-format_bold: "\ea0d";
273
- $ax-ic-format_clear: "\ea0e";
274
- $ax-ic-format_color_fill: "\ea0f";
275
- $ax-ic-format_color_reset: "\ea10";
276
- $ax-ic-format_color_text: "\ea11";
277
- $ax-ic-format_indent_decrease: "\ea12";
278
- $ax-ic-format_indent_increase: "\ea13";
279
- $ax-ic-format_italic: "\ea14";
280
- $ax-ic-format_line_spacing: "\ea15";
281
- $ax-ic-format_list_bulleted: "\ea16";
282
- $ax-ic-format_list_numbered: "\ea17";
283
- $ax-ic-format_paint: "\ea18";
284
- $ax-ic-format_quote: "\ea19";
285
- $ax-ic-format_size: "\ea1a";
286
- $ax-ic-format_strikethrough: "\ea1b";
287
- $ax-ic-format_textdirection_l_to_r: "\ea1c";
288
- $ax-ic-format_textdirection_r_to_l: "\ea1d";
289
- $ax-ic-format_underlined: "\ea1e";
290
- $ax-ic-functions: "\ea1f";
291
- $ax-ic-insert_chart: "\ea20";
292
- $ax-ic-insert_comment: "\ea21";
293
- $ax-ic-insert_drive_file: "\ea22";
294
- $ax-ic-insert_emoticon: "\ea23";
295
- $ax-ic-insert_invitation: "\ea24";
296
- $ax-ic-insert_photo: "\ea25";
297
- $ax-ic-mode_comment: "\ea26";
298
- $ax-ic-publish: "\ea27";
299
- $ax-ic-space_bar: "\ea28";
300
- $ax-ic-strikethrough_s: "\ea29";
301
- $ax-ic-vertical_align_bottom: "\ea2a";
302
- $ax-ic-vertical_align_center: "\ea2b";
303
- $ax-ic-vertical_align_top: "\ea2c";
304
- $ax-ic-wrap_text: "\ea2d";
305
- $ax-ic-money_off: "\ea2e";
306
- $ax-ic-drag_handle: "\ea2f";
307
- $ax-ic-format_shapes: "\ea30";
308
- $ax-ic-highlight: "\ea31";
309
- $ax-ic-linear_scale: "\ea32";
310
- $ax-ic-short_text: "\ea33";
311
- $ax-ic-text_fields: "\ea34";
312
- $ax-ic-monetization_on: "\ea35";
313
- $ax-ic-title: "\ea36";
314
- $ax-ic-table_chart: "\ea37";
315
- $ax-ic-add_comment: "\ea38";
316
- $ax-ic-format_list_numbered_rtl: "\ea39";
317
- $ax-ic-scatter_plot: "\ea3a";
318
- $ax-ic-score: "\ea3b";
319
- $ax-ic-insert_chart_outlined: "\ea3c";
320
- $ax-ic-bar_chart: "\ea3d";
321
- $ax-ic-notes: "\ea3e";
322
- $ax-ic-attachment: "\ea3f";
323
- $ax-ic-cloud: "\ea40";
324
- $ax-ic-cloud_circle: "\ea41";
325
- $ax-ic-cloud_done: "\ea42";
326
- $ax-ic-cloud_download: "\ea43";
327
- $ax-ic-cloud_off: "\ea44";
328
- $ax-ic-cloud_queue: "\ea45";
329
- $ax-ic-cloud_upload: "\ea46";
330
- $ax-ic-file_download: "\ea47";
331
- $ax-ic-file_upload: "\ea48";
332
- $ax-ic-folder: "\ea49";
333
- $ax-ic-folder_open: "\ea4a";
334
- $ax-ic-folder_shared: "\ea4b";
335
- $ax-ic-create_new_folder: "\ea4c";
336
- $ax-ic-cast: "\ea4d";
337
- $ax-ic-cast_connected: "\ea4e";
338
- $ax-ic-computer: "\ea4f";
339
- $ax-ic-desktop_mac: "\ea50";
340
- $ax-ic-desktop_windows: "\ea51";
341
- $ax-ic-developer_board: "\ea52";
342
- $ax-ic-dock: "\ea53";
343
- $ax-ic-headset: "\ea54";
344
- $ax-ic-headset_mic: "\ea55";
345
- $ax-ic-keyboard: "\ea56";
346
- $ax-ic-keyboard_arrow_down: "\ea57";
347
- $ax-ic-keyboard_arrow_left: "\ea58";
348
- $ax-ic-keyboard_arrow_right: "\ea59";
349
- $ax-ic-keyboard_arrow_up: "\ea5a";
350
- $ax-ic-keyboard_backspace: "\ea5b";
351
- $ax-ic-keyboard_capslock: "\ea5c";
352
- $ax-ic-keyboard_hide: "\ea5d";
353
- $ax-ic-keyboard_return: "\ea5e";
354
- $ax-ic-keyboard_tab: "\ea5f";
355
- $ax-ic-keyboard_voice: "\ea60";
356
- $ax-ic-laptop_chromebook: "\ea61";
357
- $ax-ic-laptop_mac: "\ea62";
358
- $ax-ic-laptop_windows: "\ea63";
359
- $ax-ic-memory: "\ea64";
360
- $ax-ic-mouse: "\ea65";
361
- $ax-ic-phone_android: "\ea66";
362
- $ax-ic-phone_iphone: "\ea67";
363
- $ax-ic-phonelink_off: "\ea68";
364
- $ax-ic-router: "\ea69";
365
- $ax-ic-scanner: "\ea6a";
366
- $ax-ic-security: "\ea6b";
367
- $ax-ic-sim_card: "\ea6c";
368
- $ax-ic-speaker: "\ea6d";
369
- $ax-ic-speaker_group: "\ea6e";
370
- $ax-ic-tablet: "\ea6f";
371
- $ax-ic-tablet_android: "\ea70";
372
- $ax-ic-tablet_mac: "\ea71";
373
- $ax-ic-toys: "\ea72";
374
- $ax-ic-tv: "\ea73";
375
- $ax-ic-watch: "\ea74";
376
- $ax-ic-device_hub: "\ea75";
377
- $ax-ic-power_input: "\ea76";
378
- $ax-ic-devices_other: "\ea77";
379
- $ax-ic-videogame_asset: "\ea78";
380
- $ax-ic-device_unknown: "\ea79";
381
- $ax-ic-headset_off: "\ea7a";
382
- $ax-ic-adjust: "\ea7b";
383
- $ax-ic-assistant: "\ea7c";
384
- $ax-ic-audiotrack: "\ea7d";
385
- $ax-ic-blur_circular: "\ea7e";
386
- $ax-ic-blur_linear: "\ea7f";
387
- $ax-ic-blur_off: "\ea80";
388
- $ax-ic-blur_on: "\ea81";
389
- $ax-ic-brightness_1: "\ea82";
390
- $ax-ic-brightness_2: "\ea83";
391
- $ax-ic-brightness_3: "\ea84";
392
- $ax-ic-brightness_4: "\ea85";
393
- $ax-ic-broken_image: "\ea86";
394
- $ax-ic-brush: "\ea87";
395
- $ax-ic-camera: "\ea88";
396
- $ax-ic-camera_alt: "\ea89";
397
- $ax-ic-camera_front: "\ea8a";
398
- $ax-ic-camera_rear: "\ea8b";
399
- $ax-ic-camera_roll: "\ea8c";
400
- $ax-ic-center_focus_strong: "\ea8d";
401
- $ax-ic-center_focus_weak: "\ea8e";
402
- $ax-ic-collections: "\ea8f";
403
- $ax-ic-color_lens: "\ea90";
404
- $ax-ic-colorize: "\ea91";
405
- $ax-ic-compare: "\ea92";
406
- $ax-ic-control_point_duplicate: "\ea93";
407
- $ax-ic-crop_16_9: "\ea94";
408
- $ax-ic-crop_3_2: "\ea95";
409
- $ax-ic-crop: "\ea96";
410
- $ax-ic-crop_5_4: "\ea97";
411
- $ax-ic-crop_7_5: "\ea98";
412
- $ax-ic-crop_din: "\ea99";
413
- $ax-ic-crop_free: "\ea9a";
414
- $ax-ic-crop_original: "\ea9b";
415
- $ax-ic-crop_portrait: "\ea9c";
416
- $ax-ic-crop_square: "\ea9d";
417
- $ax-ic-dehaze: "\ea9e";
418
- $ax-ic-details: "\ea9f";
419
- $ax-ic-exposure: "\eaa0";
420
- $ax-ic-exposure_neg_1: "\eaa1";
421
- $ax-ic-exposure_neg_2: "\eaa2";
422
- $ax-ic-exposure_plus_1: "\eaa3";
423
- $ax-ic-exposure_plus_2: "\eaa4";
424
- $ax-ic-exposure_zero: "\eaa5";
425
- $ax-ic-filter_1: "\eaa6";
426
- $ax-ic-filter_2: "\eaa7";
427
- $ax-ic-filter_3: "\eaa8";
428
- $ax-ic-filter: "\eaa9";
429
- $ax-ic-filter_4: "\eaaa";
430
- $ax-ic-filter_5: "\eaab";
431
- $ax-ic-filter_6: "\eaac";
432
- $ax-ic-filter_7: "\eaad";
433
- $ax-ic-filter_8: "\eaae";
434
- $ax-ic-filter_9: "\eaaf";
435
- $ax-ic-filter_9_plus: "\eab0";
436
- $ax-ic-filter_b_and_w: "\eab1";
437
- $ax-ic-filter_center_focus: "\eab2";
438
- $ax-ic-filter_drama: "\eab3";
439
- $ax-ic-filter_frames: "\eab4";
440
- $ax-ic-filter_hdr: "\eab5";
441
- $ax-ic-filter_none: "\eab6";
442
- $ax-ic-filter_tilt_shift: "\eab7";
443
- $ax-ic-filter_vintage: "\eab8";
444
- $ax-ic-flare: "\eab9";
445
- $ax-ic-flash_auto: "\eaba";
446
- $ax-ic-flash_off: "\eabb";
447
- $ax-ic-flash_on: "\eabc";
448
- $ax-ic-flip: "\eabd";
449
- $ax-ic-gradient: "\eabe";
450
- $ax-ic-grain: "\eabf";
451
- $ax-ic-grid_off: "\eac0";
452
- $ax-ic-grid_on: "\eac1";
453
- $ax-ic-hdr_off: "\eac2";
454
- $ax-ic-hdr_on: "\eac3";
455
- $ax-ic-hdr_strong: "\eac4";
456
- $ax-ic-hdr_weak: "\eac5";
457
- $ax-ic-healing: "\eac6";
458
- $ax-ic-image_aspect_ratio: "\eac7";
459
- $ax-ic-iso: "\eac8";
460
- $ax-ic-leak_add: "\eac9";
461
- $ax-ic-leak_remove: "\eaca";
462
- $ax-ic-lens: "\eacb";
463
- $ax-ic-looks_3: "\eacc";
464
- $ax-ic-looks: "\eacd";
465
- $ax-ic-looks_4: "\eace";
466
- $ax-ic-looks_5: "\eacf";
467
- $ax-ic-looks_6: "\ead0";
468
- $ax-ic-looks_one: "\ead1";
469
- $ax-ic-looks_two: "\ead2";
470
- $ax-ic-loupe: "\ead3";
471
- $ax-ic-monochrome_photos: "\ead4";
472
- $ax-ic-music_note: "\ead5";
473
- $ax-ic-nature: "\ead6";
474
- $ax-ic-nature_people: "\ead7";
475
- $ax-ic-navigate_before: "\ead8";
476
- $ax-ic-navigate_next: "\ead9";
477
- $ax-ic-panorama: "\eada";
478
- $ax-ic-panorama_fisheye: "\eadb";
479
- $ax-ic-panorama_horizontal: "\eadc";
480
- $ax-ic-panorama_vertical: "\eadd";
481
- $ax-ic-panorama_wide_angle: "\eade";
482
- $ax-ic-photo_album: "\eadf";
483
- $ax-ic-picture_as_pdf: "\eae0";
484
- $ax-ic-portrait: "\eae1";
485
- $ax-ic-remove_red_eye: "\eae2";
486
- $ax-ic-rotate_90_degrees_ccw: "\eae3";
487
- $ax-ic-rotate_left: "\eae4";
488
- $ax-ic-rotate_right: "\eae5";
489
- $ax-ic-slideshow: "\eae6";
490
- $ax-ic-straighten: "\eae7";
491
- $ax-ic-style: "\eae8";
492
- $ax-ic-switch_camera: "\eae9";
493
- $ax-ic-switch_video: "\eaea";
494
- $ax-ic-texture: "\eaeb";
495
- $ax-ic-timelapse: "\eaec";
496
- $ax-ic-timer_10: "\eaed";
497
- $ax-ic-timer_3: "\eaee";
498
- $ax-ic-timer: "\eaef";
499
- $ax-ic-timer_off: "\eaf0";
500
- $ax-ic-tonality: "\eaf1";
501
- $ax-ic-transform: "\eaf2";
502
- $ax-ic-tune: "\eaf3";
503
- $ax-ic-view_comfy: "\eaf4";
504
- $ax-ic-view_compact: "\eaf5";
505
- $ax-ic-wb_auto: "\eaf6";
506
- $ax-ic-wb_cloudy: "\eaf7";
507
- $ax-ic-wb_incandescent: "\eaf8";
508
- $ax-ic-wb_sunny: "\eaf9";
509
- $ax-ic-collections_bookmark: "\eafa";
510
- $ax-ic-photo_size_select_actual: "\eafb";
511
- $ax-ic-photo_size_select_large: "\eafc";
512
- $ax-ic-photo_size_select_small: "\eafd";
513
- $ax-ic-vignette: "\eafe";
514
- $ax-ic-wb_iridescent: "\eaff";
515
- $ax-ic-crop_rotate: "\eb00";
516
- $ax-ic-linked_camera: "\eb01";
517
- $ax-ic-add_a_photo: "\eb02";
518
- $ax-ic-movie_filter: "\eb03";
519
- $ax-ic-photo_filter: "\eb04";
520
- $ax-ic-burst_mode: "\eb05";
521
- $ax-ic-shutter_speed: "\eb06";
522
- $ax-ic-add_photo_alternate: "\eb07";
523
- $ax-ic-image_search: "\eb08";
524
- $ax-ic-music_off: "\eb09";
525
- $ax-ic-beenhere: "\eb0a";
526
- $ax-ic-directions: "\eb0b";
527
- $ax-ic-directions_bike: "\eb0c";
528
- $ax-ic-directions_bus: "\eb0d";
529
- $ax-ic-directions_car: "\eb0e";
530
- $ax-ic-directions_ferry: "\eb0f";
531
- $ax-ic-directions_subway: "\eb10";
532
- $ax-ic-directions_train: "\eb11";
533
- $ax-ic-directions_walk: "\eb12";
534
- $ax-ic-hotel: "\eb13";
535
- $ax-ic-layers: "\eb14";
536
- $ax-ic-layers_clear: "\eb15";
537
- $ax-ic-local_atm: "\eb16";
538
- $ax-ic-local_attraction: "\eb17";
539
- $ax-ic-local_bar: "\eb18";
540
- $ax-ic-local_cafe: "\eb19";
541
- $ax-ic-local_car_wash: "\eb1a";
542
- $ax-ic-local_convenience_store: "\eb1b";
543
- $ax-ic-local_drink: "\eb1c";
544
- $ax-ic-local_florist: "\eb1d";
545
- $ax-ic-local_gas_station: "\eb1e";
546
- $ax-ic-local_grocery_store: "\eb1f";
547
- $ax-ic-local_hospital: "\eb20";
548
- $ax-ic-local_laundry_service: "\eb21";
549
- $ax-ic-local_library: "\eb22";
550
- $ax-ic-local_mall: "\eb23";
551
- $ax-ic-local_movies: "\eb24";
552
- $ax-ic-local_offer: "\eb25";
553
- $ax-ic-local_parking: "\eb26";
554
- $ax-ic-local_pharmacy: "\eb27";
555
- $ax-ic-local_pizza: "\eb28";
556
- $ax-ic-local_printshop: "\eb29";
557
- $ax-ic-local_restaurant: "\eb2a";
558
- $ax-ic-local_shipping: "\eb2b";
559
- $ax-ic-local_taxi: "\eb2c";
560
- $ax-ic-location_history: "\eb2d";
561
- $ax-ic-map: "\eb2e";
562
- $ax-ic-navigation: "\eb2f";
563
- $ax-ic-pin_drop: "\eb30";
564
- $ax-ic-rate_review: "\eb31";
565
- $ax-ic-satellite: "\eb32";
566
- $ax-ic-store_mall_directory: "\eb33";
567
- $ax-ic-traffic: "\eb34";
568
- $ax-ic-directions_run: "\eb35";
569
- $ax-ic-add_location: "\eb36";
570
- $ax-ic-edit_location: "\eb37";
571
- $ax-ic-near_me: "\eb38";
572
- $ax-ic-person_pin_circle: "\eb39";
573
- $ax-ic-zoom_out_map: "\eb3a";
574
- $ax-ic-restaurant: "\eb3b";
575
- $ax-ic-ev_station: "\eb3c";
576
- $ax-ic-streetview: "\eb3d";
577
- $ax-ic-subway: "\eb3e";
578
- $ax-ic-train: "\eb3f";
579
- $ax-ic-tram: "\eb40";
580
- $ax-ic-transfer_within_a_station: "\eb41";
581
- $ax-ic-atm: "\eb42";
582
- $ax-ic-category: "\eb43";
583
- $ax-ic-not_listed_location: "\eb44";
584
- $ax-ic-departure_board: "\eb45";
585
- $ax-ic-360: "\eb46";
586
- $ax-ic-edit_attributes: "\eb47";
587
- $ax-ic-transit_enterexit: "\eb48";
588
- $ax-ic-fastfood: "\eb49";
589
- $ax-ic-trip_origin: "\eb4a";
590
- $ax-ic-compass_calibration: "\eb4b";
591
- $ax-ic-money: "\eb4c";
592
- $ax-ic-apps: "\eb4d";
593
- $ax-ic-arrow_back: "\eb4e";
594
- $ax-ic-arrow_drop_down: "\eb4f";
595
- $ax-ic-arrow_drop_down_circle: "\eb50";
596
- $ax-ic-arrow_drop_up: "\eb51";
597
- $ax-ic-arrow_forward: "\eb52";
598
- $ax-ic-cancel: "\eb53";
599
- $ax-ic-check: "\eb54";
600
- $ax-ic-expand_less: "\eb55";
601
- $ax-ic-expand_more: "\eb56";
602
- $ax-ic-fullscreen: "\e900";
603
- $ax-ic-fullscreen_exit: "\eb57";
604
- $ax-ic-menu: "\eb58";
605
- $ax-ic-keyboard_control: "\eb59";
606
- $ax-ic-more_vert: "\eb5a";
607
- $ax-ic-refresh: "\eb5b";
608
- $ax-ic-unfold_less: "\eb5c";
609
- $ax-ic-unfold_more: "\eb5d";
610
- $ax-ic-arrow_upward: "\eb5e";
611
- $ax-ic-subdirectory_arrow_left: "\eb5f";
612
- $ax-ic-subdirectory_arrow_right: "\eb60";
613
- $ax-ic-arrow_downward: "\eb61";
614
- $ax-ic-first_page: "\eb62";
615
- $ax-ic-last_page: "\eb63";
616
- $ax-ic-arrow_left: "\eb64";
617
- $ax-ic-arrow_right: "\eb65";
618
- $ax-ic-arrow_back_ios: "\eb66";
619
- $ax-ic-arrow_forward_ios: "\eb67";
620
- $ax-ic-adb: "\eb68";
621
- $ax-ic-disc_full: "\eb69";
622
- $ax-ic-do_not_disturb_alt: "\eb6a";
623
- $ax-ic-drive_eta: "\eb6b";
624
- $ax-ic-event_available: "\eb6c";
625
- $ax-ic-event_busy: "\eb6d";
626
- $ax-ic-event_note: "\eb6e";
627
- $ax-ic-folder_special: "\eb6f";
628
- $ax-ic-mms: "\eb70";
629
- $ax-ic-more: "\eb71";
630
- $ax-ic-network_locked: "\eb72";
631
- $ax-ic-phone_bluetooth_speaker: "\eb73";
632
- $ax-ic-phone_forwarded: "\eb74";
633
- $ax-ic-phone_in_talk: "\eb75";
634
- $ax-ic-phone_locked: "\eb76";
635
- $ax-ic-phone_missed: "\eb77";
636
- $ax-ic-phone_paused: "\eb78";
637
- $ax-ic-sim_card_alert: "\eb79";
638
- $ax-ic-sms_failed: "\eb7a";
639
- $ax-ic-sync_disabled: "\eb7b";
640
- $ax-ic-sync_problem: "\eb7c";
641
- $ax-ic-system_update: "\eb7d";
642
- $ax-ic-tap_and_play: "\eb7e";
643
- $ax-ic-vibration: "\eb7f";
644
- $ax-ic-voice_chat: "\eb80";
645
- $ax-ic-vpn_lock: "\eb81";
646
- $ax-ic-airline_seat_flat: "\eb82";
647
- $ax-ic-airline_seat_flat_angled: "\eb83";
648
- $ax-ic-airline_seat_individual_suite: "\eb84";
649
- $ax-ic-airline_seat_legroom_extra: "\eb85";
650
- $ax-ic-airline_seat_legroom_normal: "\eb86";
651
- $ax-ic-airline_seat_legroom_reduced: "\eb87";
652
- $ax-ic-airline_seat_recline_extra: "\eb88";
653
- $ax-ic-airline_seat_recline_normal: "\eb89";
654
- $ax-ic-confirmation_number: "\eb8a";
655
- $ax-ic-live_tv: "\eb8b";
656
- $ax-ic-ondemand_video: "\eb8c";
657
- $ax-ic-personal_video: "\eb8d";
658
- $ax-ic-power: "\eb8e";
659
- $ax-ic-wc: "\eb8f";
660
- $ax-ic-wifi: "\eb90";
661
- $ax-ic-enhanced_encryption: "\eb91";
662
- $ax-ic-network_check: "\eb92";
663
- $ax-ic-no_encryption: "\eb93";
664
- $ax-ic-rv_hookup: "\eb94";
665
- $ax-ic-do_not_disturb_off: "\eb95";
666
- $ax-ic-priority_high: "\eb96";
667
- $ax-ic-power_off: "\eb97";
668
- $ax-ic-tv_off: "\eb98";
669
- $ax-ic-wifi_off: "\eb99";
670
- $ax-ic-phone_callback: "\eb9a";
671
- $ax-ic-pie_chart: "\eb9b";
672
- $ax-ic-pie_chart_outlined: "\eb9c";
673
- $ax-ic-bubble_chart: "\eb9d";
674
- $ax-ic-multiline_chart: "\eb9e";
675
- $ax-ic-show_chart: "\eb9f";
676
- $ax-ic-cake: "\eba0";
677
- $ax-ic-group: "\eba1";
678
- $ax-ic-group_add: "\eba2";
679
- $ax-ic-location_city: "\eba3";
680
- $ax-ic-mood_bad: "\eba4";
681
- $ax-ic-notifications: "\eba5";
682
- $ax-ic-notifications_none: "\eba6";
683
- $ax-ic-notifications_off: "\eba7";
684
- $ax-ic-notifications_on: "\eba8";
685
- $ax-ic-notifications_paused: "\eba9";
686
- $ax-ic-pages: "\ebaa";
687
- $ax-ic-party_mode: "\ebab";
688
- $ax-ic-people_outline: "\ebac";
689
- $ax-ic-person: "\ebad";
690
- $ax-ic-person_add: "\ebae";
691
- $ax-ic-person_outline: "\ebaf";
692
- $ax-ic-plus_one: "\ebb0";
693
- $ax-ic-public: "\ebb1";
694
- $ax-ic-school: "\ebb2";
695
- $ax-ic-share: "\ebb3";
696
- $ax-ic-whatshot: "\ebb4";
697
- $ax-ic-sentiment_dissatisfied: "\ebb5";
698
- $ax-ic-sentiment_neutral: "\ebb6";
699
- $ax-ic-sentiment_satisfied: "\ebb7";
700
- $ax-ic-sentiment_very_dissatisfied: "\ebb8";
701
- $ax-ic-sentiment_very_satisfied: "\ebb9";
702
- $ax-ic-thumb_down_alt: "\ebba";
703
- $ax-ic-thumb_up_alt: "\ebbb";
704
- $ax-ic-check_box: "\ebbc";
705
- $ax-ic-check_box_outline_blank: "\ebbd";
706
- $ax-ic-radio_button_on: "\ebbe";
707
- $ax-ic-star: "\ebbf";
708
- $ax-ic-star_half: "\ebc0";
709
- $ax-ic-star_outline: "\ebc1";
710
- $ax-ic-3d_rotation: "\ebc2";
711
- $ax-ic-accessibility: "\ebc3";
712
- $ax-ic-account_balance: "\ebc4";
713
- $ax-ic-account_balance_wallet: "\ebc5";
714
- $ax-ic-account_box: "\ebc6";
715
- $ax-ic-account_circle: "\ebc7";
716
- $ax-ic-add_shopping_cart: "\ebc8";
717
- $ax-ic-alarm_off: "\ebc9";
718
- $ax-ic-alarm_on: "\ebca";
719
- $ax-ic-android: "\ebcb";
720
- $ax-ic-announcement: "\ebcc";
721
- $ax-ic-aspect_ratio: "\ebcd";
722
- $ax-ic-assignment: "\ebce";
723
- $ax-ic-assignment_ind: "\ebcf";
724
- $ax-ic-assignment_late: "\ebd0";
725
- $ax-ic-assignment_return: "\ebd1";
726
- $ax-ic-assignment_returned: "\ebd2";
727
- $ax-ic-assignment_turned_in: "\ebd3";
728
- $ax-ic-autorenew: "\ebd4";
729
- $ax-ic-book: "\ebd5";
730
- $ax-ic-bookmark: "\ebd6";
731
- $ax-ic-bookmark_outline: "\ebd7";
732
- $ax-ic-bug_report: "\ebd8";
733
- $ax-ic-build: "\ebd9";
734
- $ax-ic-cached: "\ebda";
735
- $ax-ic-change_history: "\ebdb";
736
- $ax-ic-check_circle: "\ebdc";
737
- $ax-ic-chrome_reader_mode: "\ebdd";
738
- $ax-ic-code: "\ebde";
739
- $ax-ic-credit_card: "\ebdf";
740
- $ax-ic-dashboard: "\ebe0";
741
- $ax-ic-delete: "\ebe1";
742
- $ax-ic-description: "\ebe2";
743
- $ax-ic-dns: "\ebe3";
744
- $ax-ic-done: "\ebe4";
745
- $ax-ic-done_all: "\ebe5";
746
- $ax-ic-exit_to_app: "\ebe6";
747
- $ax-ic-explore: "\ebe7";
748
- $ax-ic-extension: "\ebe8";
749
- $ax-ic-face: "\ebe9";
750
- $ax-ic-favorite: "\ebea";
751
- $ax-ic-favorite_outline: "\ebeb";
752
- $ax-ic-find_in_page: "\ebec";
753
- $ax-ic-find_replace: "\ebed";
754
- $ax-ic-flip_to_back: "\ebee";
755
- $ax-ic-flip_to_front: "\ebef";
756
- $ax-ic-group_work: "\ebf0";
757
- $ax-ic-help: "\ebf1";
758
- $ax-ic-highlight_remove: "\ebf2";
759
- $ax-ic-history: "\ebf3";
760
- $ax-ic-home: "\ebf4";
761
- $ax-ic-hourglass_empty: "\ebf5";
762
- $ax-ic-hourglass_full: "\ebf6";
763
- $ax-ic-https: "\ebf7";
764
- $ax-ic-info: "\ebf8";
765
- $ax-ic-info_outline: "\ebf9";
766
- $ax-ic-input: "\ebfa";
767
- $ax-ic-invert_colors_on: "\ebfb";
768
- $ax-ic-label: "\ebfc";
769
- $ax-ic-label_outline: "\ebfd";
770
- $ax-ic-language: "\ebfe";
771
- $ax-ic-launch: "\ebff";
772
- $ax-ic-list: "\ec00";
773
- $ax-ic-lock_open: "\ec01";
774
- $ax-ic-lock_outline: "\ec02";
775
- $ax-ic-loyalty: "\ec03";
776
- $ax-ic-markunread_mailbox: "\ec04";
777
- $ax-ic-note_add: "\ec05";
778
- $ax-ic-open_in_browser: "\ec06";
779
- $ax-ic-open_with: "\ec07";
780
- $ax-ic-pageview: "\ec08";
781
- $ax-ic-perm_camera_mic: "\ec09";
782
- $ax-ic-perm_contact_calendar: "\ec0a";
783
- $ax-ic-perm_data_setting: "\ec0b";
784
- $ax-ic-perm_device_information: "\ec0c";
785
- $ax-ic-perm_media: "\ec0d";
786
- $ax-ic-perm_phone_msg: "\ec0e";
787
- $ax-ic-perm_scan_wifi: "\ec0f";
788
- $ax-ic-picture_in_picture: "\ec10";
789
- $ax-ic-polymer: "\ec11";
790
- $ax-ic-power_settings_new: "\ec12";
791
- $ax-ic-receipt: "\ec13";
792
- $ax-ic-redeem: "\ec14";
793
- $ax-ic-search: "\ec15";
794
- $ax-ic-settings: "\ec16";
795
- $ax-ic-settings_applications: "\ec17";
796
- $ax-ic-settings_backup_restore: "\ec18";
797
- $ax-ic-settings_bluetooth: "\ec19";
798
- $ax-ic-settings_cell: "\ec1a";
799
- $ax-ic-settings_display: "\ec1b";
800
- $ax-ic-settings_ethernet: "\ec1c";
801
- $ax-ic-settings_input_antenna: "\ec1d";
802
- $ax-ic-settings_input_component: "\ec1e";
803
- $ax-ic-settings_input_hdmi: "\ec1f";
804
- $ax-ic-settings_input_svideo: "\ec20";
805
- $ax-ic-settings_overscan: "\ec21";
806
- $ax-ic-settings_phone: "\ec22";
807
- $ax-ic-settings_power: "\ec23";
808
- $ax-ic-settings_remote: "\ec24";
809
- $ax-ic-settings_voice: "\ec25";
810
- $ax-ic-shop: "\ec26";
811
- $ax-ic-shop_two: "\ec27";
812
- $ax-ic-shopping_basket: "\ec28";
813
- $ax-ic-speaker_notes: "\ec29";
814
- $ax-ic-spellcheck: "\ec2a";
815
- $ax-ic-stars: "\ec2b";
816
- $ax-ic-subject: "\ec2c";
817
- $ax-ic-supervisor_account: "\ec2d";
818
- $ax-ic-swap_horiz: "\ec2e";
819
- $ax-ic-swap_vert: "\ec2f";
820
- $ax-ic-swap_vertical_circle: "\ec30";
821
- $ax-ic-system_update_tv: "\ec31";
822
- $ax-ic-tab: "\ec32";
823
- $ax-ic-tab_unselected: "\ec33";
824
- $ax-ic-thumb_down: "\ec34";
825
- $ax-ic-thumb_up: "\ec35";
826
- $ax-ic-thumbs_up_down: "\ec36";
827
- $ax-ic-toc: "\ec37";
828
- $ax-ic-today: "\ec38";
829
- $ax-ic-toll: "\ec39";
830
- $ax-ic-track_changes: "\ec3a";
831
- $ax-ic-translate: "\ec3b";
832
- $ax-ic-trending_down: "\ec3c";
833
- $ax-ic-trending_neutral: "\ec3d";
834
- $ax-ic-trending_up: "\ec3e";
835
- $ax-ic-verified_user: "\ec3f";
836
- $ax-ic-view_agenda: "\ec40";
837
- $ax-ic-view_array: "\ec41";
838
- $ax-ic-view_carousel: "\ec42";
839
- $ax-ic-view_column: "\ec43";
840
- $ax-ic-view_day: "\ec44";
841
- $ax-ic-view_headline: "\ec45";
842
- $ax-ic-view_list: "\ec46";
843
- $ax-ic-view_module: "\ec47";
844
- $ax-ic-view_quilt: "\ec48";
845
- $ax-ic-view_stream: "\ec49";
846
- $ax-ic-view_week: "\ec4a";
847
- $ax-ic-visibility_off: "\ec4b";
848
- $ax-ic-card_membership: "\ec4c";
849
- $ax-ic-card_travel: "\ec4d";
850
- $ax-ic-work: "\ec4e";
851
- $ax-ic-youtube_searched_for: "\ec4f";
852
- $ax-ic-eject: "\ec50";
853
- $ax-ic-camera_enhance: "\ec51";
854
- $ax-ic-help_outline: "\ec52";
855
- $ax-ic-reorder: "\ec53";
856
- $ax-ic-zoom_in: "\ec54";
857
- $ax-ic-zoom_out: "\ec55";
858
- $ax-ic-http: "\ec56";
859
- $ax-ic-event_seat: "\ec57";
860
- $ax-ic-flight_land: "\ec58";
861
- $ax-ic-flight_takeoff: "\ec59";
862
- $ax-ic-play_for_work: "\ec5a";
863
- $ax-ic-gif: "\ec5b";
864
- $ax-ic-indeterminate_check_box: "\ec5c";
865
- $ax-ic-offline_pin: "\ec5d";
866
- $ax-ic-all_out: "\ec5e";
867
- $ax-ic-copyright: "\ec5f";
868
- $ax-ic-fingerprint: "\ec60";
869
- $ax-ic-gavel: "\ec61";
870
- $ax-ic-lightbulb_outline: "\ec62";
871
- $ax-ic-picture_in_picture_alt: "\ec63";
872
- $ax-ic-important_devices: "\ec64";
873
- $ax-ic-touch_app: "\ec65";
874
- $ax-ic-accessible: "\ec66";
875
- $ax-ic-compare_arrows: "\ec67";
876
- $ax-ic-date_range: "\ec68";
877
- $ax-ic-donut_large: "\ec69";
878
- $ax-ic-donut_small: "\ec6a";
879
- $ax-ic-line_style: "\ec6b";
880
- $ax-ic-line_weight: "\ec6c";
881
- $ax-ic-motorcycle: "\ec6d";
882
- $ax-ic-opacity: "\ec6e";
883
- $ax-ic-pets: "\ec6f";
884
- $ax-ic-pregnant_woman: "\ec70";
885
- $ax-ic-record_voice_over: "\ec71";
886
- $ax-ic-rounded_corner: "\ec72";
887
- $ax-ic-rowing: "\ec73";
888
- $ax-ic-timeline: "\ec74";
889
- $ax-ic-update: "\ec75";
890
- $ax-ic-watch_later: "\ec76";
891
- $ax-ic-pan_tool: "\ec77";
892
- $ax-ic-euro_symbol: "\ec78";
893
- $ax-ic-g_translate: "\ec79";
894
- $ax-ic-remove_shopping_cart: "\ec7a";
895
- $ax-ic-restore_page: "\ec7b";
896
- $ax-ic-speaker_notes_off: "\ec7c";
897
- $ax-ic-delete_forever: "\ec7d";
898
- $ax-ic-accessibility_new: "\ec7e";
899
- $ax-ic-check_circle_outline: "\ec7f";
900
- $ax-ic-delete_outline: "\ec80";
901
- $ax-ic-done_outline: "\ec81";
902
- $ax-ic-maximize: "\ec82";
903
- $ax-ic-minimize: "\ec83";
904
- $ax-ic-offline_bolt: "\ec84";
905
- $ax-ic-swap_horizontal_circle: "\ec85";
906
- $ax-ic-accessible_forward: "\ec86";
907
- $ax-ic-calendar_today: "\ec87";
908
- $ax-ic-calendar_view_day: "\ec88";
909
- $ax-ic-label_important: "\ec89";
910
- $ax-ic-restore_from_trash: "\ec8a";
911
- $ax-ic-supervised_user_circle: "\ec8b";
912
- $ax-ic-text_rotate_up: "\ec8c";
913
- $ax-ic-text_rotate_vertical: "\ec8d";
914
- $ax-ic-text_rotation_angledown: "\ec8e";
915
- $ax-ic-text_rotation_angleup: "\ec8f";
916
- $ax-ic-text_rotation_down: "\ec90";
917
- $ax-ic-text_rotation_none: "\ec91";
918
- $ax-ic-commute: "\ec92";
919
- $ax-ic-arrow_right_alt: "\ec93";
920
- $ax-ic-work_off: "\ec94";
921
- $ax-ic-work_outline: "\ec95";
922
- $ax-ic-drag_indicator: "\ec96";
923
- $ax-ic-horizontal_split: "\ec97";
924
- $ax-ic-label_important_outline: "\ec98";
925
- $ax-ic-vertical_split: "\ec99";
926
- $ax-ic-voice_over_off: "\ec9a";
927
- $ax-ic-segment: "\ec9b";
928
- $ax-ic-contact_support: "\ec9c";
929
- $ax-ic-compress: "\ec9d";
930
- $ax-ic-filter_list_alt: "\ec9e";
931
- $ax-ic-expand: "\ec9f";
932
- $ax-ic-edit_off: "\eca0";
933
- $ax-ic-10k: "\eca1";
934
- $ax-ic-10mp: "\eca2";
935
- $ax-ic-11mp: "\eca3";
936
- $ax-ic-12mp: "\eca4";
937
- $ax-ic-13mp: "\eca5";
938
- $ax-ic-14mp: "\eca6";
939
- $ax-ic-15mp: "\eca7";
940
- $ax-ic-16mp: "\eca8";
941
- $ax-ic-17mp: "\eca9";
942
- $ax-ic-18mp: "\ecaa";
943
- $ax-ic-19mp: "\ecab";
944
- $ax-ic-1k: "\ecac";
945
- $ax-ic-1k_plus: "\ecad";
946
- $ax-ic-20mp: "\ecae";
947
- $ax-ic-21mp: "\ecaf";
948
- $ax-ic-22mp: "\ecb0";
949
- $ax-ic-23mp: "\ecb1";
950
- $ax-ic-24mp: "\ecb2";
951
- $ax-ic-2k: "\ecb3";
952
- $ax-ic-2k_plus: "\ecb4";
953
- $ax-ic-2mp: "\ecb5";
954
- $ax-ic-3k: "\ecb6";
955
- $ax-ic-3k_plus: "\ecb7";
956
- $ax-ic-3mp: "\ecb8";
957
- $ax-ic-4k_plus: "\ecb9";
958
- $ax-ic-4mp: "\ecba";
959
- $ax-ic-5k: "\ecbb";
960
- $ax-ic-5k_plus: "\ecbc";
961
- $ax-ic-5mp: "\ecbd";
962
- $ax-ic-6k: "\ecbe";
963
- $ax-ic-6k_plus: "\ecbf";
964
- $ax-ic-6mp: "\ecc0";
965
- $ax-ic-7k: "\ecc1";
966
- $ax-ic-7k_plus: "\ecc2";
967
- $ax-ic-7mp: "\ecc3";
968
- $ax-ic-8k: "\ecc4";
969
- $ax-ic-8k_plus: "\ecc5";
970
- $ax-ic-8mp: "\ecc6";
971
- $ax-ic-9k: "\ecc7";
972
- $ax-ic-9k_plus: "\ecc8";
973
- $ax-ic-9mp: "\ecc9";
974
- $ax-ic-account_tree: "\ecca";
975
- $ax-ic-add_chart: "\eccb";
976
- $ax-ic-add_ic_call: "\eccc";
977
- $ax-ic-add_moderator: "\eccd";
978
- $ax-ic-all_inbox: "\ecce";
979
- $ax-ic-approval: "\eccf";
980
- $ax-ic-assistant_direction: "\ecd0";
981
- $ax-ic-assistant_navigation: "\ecd1";
982
- $ax-ic-bookmarks: "\ecd2";
983
- $ax-ic-bus_alert: "\ecd3";
984
- $ax-ic-cases: "\ecd4";
985
- $ax-ic-circle_notifications: "\ecd5";
986
- $ax-ic-closed_caption_off: "\ecd6";
987
- $ax-ic-connected_tv: "\ecd7";
988
- $ax-ic-dangerous: "\ecd8";
989
- $ax-ic-dashboard_customize: "\ecd9";
990
- $ax-ic-desktop_access_disabled: "\ecda";
991
- $ax-ic-drive_file_move_outline: "\ecdb";
992
- $ax-ic-drive_file_rename_outline: "\ecdc";
993
- $ax-ic-drive_folder_upload: "\ecdd";
994
- $ax-ic-duo: "\ecde";
995
- $ax-ic-explore_off: "\ecdf";
996
- $ax-ic-file_download_done: "\ece0";
997
- $ax-ic-rtt: "\ece1";
998
- $ax-ic-grid_view: "\ece2";
999
- $ax-ic-hail: "\ece3";
1000
- $ax-ic-home_filled: "\ece4";
1001
- $ax-ic-imagesearch_roller: "\ece5";
1002
- $ax-ic-label_off: "\ece6";
1003
- $ax-ic-library_add_check: "\ece7";
1004
- $ax-ic-logout: "\ece8";
1005
- $ax-ic-margin: "\ece9";
1006
- $ax-ic-mark_as_unread: "\ecea";
1007
- $ax-ic-menu_open: "\eceb";
1008
- $ax-ic-mp: "\ecec";
1009
- $ax-ic-offline_share: "\eced";
1010
- $ax-ic-padding: "\ecee";
1011
- $ax-ic-panorama_photosphere: "\ecef";
1012
- $ax-ic-panorama_photosphere_select: "\ecf0";
1013
- $ax-ic-person_add_disabled: "\ecf1";
1014
- $ax-ic-phone_disabled: "\ecf2";
1015
- $ax-ic-phone_enabled: "\ecf3";
1016
- $ax-ic-pivot_table_chart: "\ecf4";
1017
- $ax-ic-print_disabled: "\ecf5";
1018
- $ax-ic-railway_alert: "\ecf6";
1019
- $ax-ic-recommend: "\ecf7";
1020
- $ax-ic-remove_done: "\ecf8";
1021
- $ax-ic-remove_moderator: "\ecf9";
1022
- $ax-ic-repeat_on: "\ecfa";
1023
- $ax-ic-repeat_one_on: "\ecfb";
1024
- $ax-ic-replay_circle_filled: "\ecfc";
1025
- $ax-ic-reset_tv: "\ecfd";
1026
- $ax-ic-sd: "\ecfe";
1027
- $ax-ic-shield: "\ecff";
1028
- $ax-ic-shuffle_on: "\ed00";
1029
- $ax-ic-speed: "\ed01";
1030
- $ax-ic-stacked_bar_chart: "\ed02";
1031
- $ax-ic-stream: "\ed03";
1032
- $ax-ic-swipe: "\ed04";
1033
- $ax-ic-switch_account: "\ed05";
1034
- $ax-ic-tag: "\ed06";
1035
- $ax-ic-thumb_down_off_alt: "\ed07";
1036
- $ax-ic-thumb_up_off_alt: "\ed08";
1037
- $ax-ic-toggle_off: "\ed09";
1038
- $ax-ic-toggle_on: "\ed0a";
1039
- $ax-ic-two_wheeler: "\ed0b";
1040
- $ax-ic-upload_file: "\ed0c";
1041
- $ax-ic-view_in_ar: "\ed0d";
1042
- $ax-ic-waterfall_chart: "\ed0e";
1043
- $ax-ic-wb_shade: "\ed0f";
1044
- $ax-ic-wb_twighlight: "\ed10";
1045
- $ax-ic-home_work: "\ed11";
1046
- $ax-ic-schedule_send: "\ed12";
1047
- $ax-ic-bolt: "\ed13";
1048
- $ax-ic-send_and_archive: "\ed14";
1049
- $ax-ic-workspaces_filled: "\ed15";
1050
- $ax-ic-file_present: "\ed16";
1051
- $ax-ic-workspaces_outline: "\ed17";
1052
- $ax-ic-fit_screen: "\ed18";
1053
- $ax-ic-saved_search: "\ed19";
1054
- $ax-ic-storefront: "\ed1a";
1055
- $ax-ic-amp_stories: "\ed1b";
1056
- $ax-ic-dynamic_feed: "\ed1c";
1057
- $ax-ic-euro: "\ed1d";
1058
- $ax-ic-height: "\ed1e";
1059
- $ax-ic-policy: "\ed1f";
1060
- $ax-ic-sync_alt: "\ed20";
1061
- $ax-ic-menu_book: "\ed21";
1062
- $ax-ic-emoji_flags: "\ed22";
1063
- $ax-ic-emoji_food_beverage: "\ed23";
1064
- $ax-ic-emoji_nature: "\ed24";
1065
- $ax-ic-emoji_people: "\ed25";
1066
- $ax-ic-emoji_symbols: "\ed26";
1067
- $ax-ic-emoji_transportation: "\ed27";
1068
- $ax-ic-post_add: "\ed28";
1069
- $ax-ic-people_alt: "\ed29";
1070
- $ax-ic-emoji_emotions: "\ed2a";
1071
- $ax-ic-emoji_events: "\ed2b";
1072
- $ax-ic-emoji_objects: "\ed2c";
1073
- $ax-ic-sports_basketball: "\ed2d";
1074
- $ax-ic-sports_cricket: "\ed2e";
1075
- $ax-ic-sports_esports: "\ed2f";
1076
- $ax-ic-sports_football: "\ed30";
1077
- $ax-ic-sports_golf: "\ed31";
1078
- $ax-ic-sports_hockey: "\ed32";
1079
- $ax-ic-sports_mma: "\ed33";
1080
- $ax-ic-sports_motorsports: "\ed34";
1081
- $ax-ic-sports_rugby: "\ed35";
1082
- $ax-ic-sports_soccer: "\ed36";
1083
- $ax-ic-sports: "\ed37";
1084
- $ax-ic-sports_volleyball: "\ed38";
1085
- $ax-ic-sports_tennis: "\ed39";
1086
- $ax-ic-sports_handball: "\ed3a";
1087
- $ax-ic-sports_kabaddi: "\ed3b";
1088
- $ax-ic-eco: "\ed3c";
1089
- $ax-ic-museum: "\ed3d";
1090
- $ax-ic-flip_camera_android: "\ed3e";
1091
- $ax-ic-flip_camera_ios: "\ed3f";
1092
- $ax-ic-cancel_schedule_send: "\ed40";
1093
- $ax-ic-apartment: "\ed41";
1094
- $ax-ic-bathtub: "\ed42";
1095
- $ax-ic-deck: "\ed43";
1096
- $ax-ic-fireplace: "\ed44";
1097
- $ax-ic-house: "\ed45";
1098
- $ax-ic-king_bed: "\ed46";
1099
- $ax-ic-nights_stay: "\ed47";
1100
- $ax-ic-outdoor_grill: "\ed48";
1101
- $ax-ic-single_bed: "\ed49";
1102
- $ax-ic-square_foot: "\ed4a";
1103
- $ax-ic-double_arrow: "\ed4b";
1104
- $ax-ic-sports_baseball: "\ed4c";
1105
- $ax-ic-attractions: "\ed4d";
1106
- $ax-ic-bakery_dining: "\ed4e";
1107
- $ax-ic-breakfast_dining: "\ed4f";
1108
- $ax-ic-car_rental: "\ed50";
1109
- $ax-ic-car_repair: "\ed51";
1110
- $ax-ic-dinner_dining: "\ed52";
1111
- $ax-ic-dry_cleaning: "\ed53";
1112
- $ax-ic-hardware: "\ed54";
1113
- $ax-ic-liquor: "\ed55";
1114
- $ax-ic-lunch_dining: "\ed56";
1115
- $ax-ic-nightlife: "\ed57";
1116
- $ax-ic-park: "\ed58";
1117
- $ax-ic-ramen_dining: "\ed59";
1118
- $ax-ic-celebration: "\ed5a";
1119
- $ax-ic-theater_comedy: "\ed5b";
1120
- $ax-ic-badge: "\ed5c";
1121
- $ax-ic-festival: "\ed5d";
1122
- $ax-ic-icecream: "\ed5e";
1123
- $ax-ic-volunteer_activism: "\ed5f";
1124
- $ax-ic-contactless: "\ed60";
1125
- $ax-ic-delivery_dining: "\ed61";
1126
- $ax-ic-brunch_dining: "\ed62";
1127
- $ax-ic-takeout_dining: "\ed63";
1128
- $ax-ic-ac_unit: "\ed64";
1129
- $ax-ic-airport_shuttle: "\ed65";
1130
- $ax-ic-all_inclusive: "\ed66";
1131
- $ax-ic-beach_access: "\ed67";
1132
- $ax-ic-business_center: "\ed68";
1133
- $ax-ic-casino: "\ed69";
1134
- $ax-ic-child_care: "\ed6a";
1135
- $ax-ic-child_friendly: "\ed6b";
1136
- $ax-ic-fitness_center: "\ed6c";
1137
- $ax-ic-golf_course: "\ed6d";
1138
- $ax-ic-hot_tub: "\ed6e";
1139
- $ax-ic-kitchen: "\ed6f";
1140
- $ax-ic-pool: "\ed70";
1141
- $ax-ic-room_service: "\ed71";
1142
- $ax-ic-smoke_free: "\ed72";
1143
- $ax-ic-smoking_rooms: "\ed73";
1144
- $ax-ic-spa: "\ed74";
1145
- $ax-ic-no_meeting_room: "\ed75";
1146
- $ax-ic-meeting_room: "\ed76";
1147
- $ax-ic-goat: "\ed77";
1148
- $ax-ic-5g: "\ed78";
1149
- $ax-ic-ad_units: "\ed79";
1150
- $ax-ic-add_business: "\ed7a";
1151
- $ax-ic-add_location_alt: "\ed7b";
1152
- $ax-ic-add_road: "\ed7c";
1153
- $ax-ic-add_to_drive: "\ed7d";
1154
- $ax-ic-addchart: "\ed7e";
1155
- $ax-ic-admin_panel_settings: "\ed7f";
1156
- $ax-ic-agriculture: "\ed80";
1157
- $ax-ic-alt_route: "\ed81";
1158
- $ax-ic-analytics: "\ed82";
1159
- $ax-ic-anchor: "\ed83";
1160
- $ax-ic-animation: "\ed84";
1161
- $ax-ic-api: "\ed85";
1162
- $ax-ic-app_blocking: "\ed86";
1163
- $ax-ic-app_registration: "\ed87";
1164
- $ax-ic-app_settings_alt: "\ed88";
1165
- $ax-ic-architecture: "\ed89";
1166
- $ax-ic-arrow_circle_down: "\ed8a";
1167
- $ax-ic-arrow_circle_up: "\ed8b";
1168
- $ax-ic-article: "\ed8c";
1169
- $ax-ic-attach_email: "\ed8d";
1170
- $ax-ic-auto_awesome: "\ed8e";
1171
- $ax-ic-auto_awesome_mosaic: "\ed8f";
1172
- $ax-ic-auto_awesome_motion: "\ed90";
1173
- $ax-ic-auto_delete: "\ed91";
1174
- $ax-ic-auto_fix_high: "\ed92";
1175
- $ax-ic-auto_fix_normal: "\ed93";
1176
- $ax-ic-auto_fix_off: "\ed94";
1177
- $ax-ic-auto_stories: "\ed95";
1178
- $ax-ic-baby_changing_station: "\ed96";
1179
- $ax-ic-backpack: "\ed97";
1180
- $ax-ic-backup_table: "\ed98";
1181
- $ax-ic-batch_prediction: "\ed99";
1182
- $ax-ic-bedtime: "\ed9a";
1183
- $ax-ic-bento: "\ed9b";
1184
- $ax-ic-bike_scooter: "\ed9c";
1185
- $ax-ic-biotech: "\ed9d";
1186
- $ax-ic-block_flipped: "\ed9e";
1187
- $ax-ic-browser_not_supported: "\ed9f";
1188
- $ax-ic-build_circle: "\eda0";
1189
- $ax-ic-calculate: "\eda1";
1190
- $ax-ic-campaign: "\eda2";
1191
- $ax-ic-carpenter: "\eda3";
1192
- $ax-ic-cast_for_education: "\eda4";
1193
- $ax-ic-charging_station: "\eda5";
1194
- $ax-ic-checkroom: "\eda6";
1195
- $ax-ic-circle: "\eda7";
1196
- $ax-ic-cleaning_services: "\eda8";
1197
- $ax-ic-close_fullscreen: "\eda9";
1198
- $ax-ic-closed_caption_disabled: "\edaa";
1199
- $ax-ic-comment_bank: "\edab";
1200
- $ax-ic-construction: "\edac";
1201
- $ax-ic-corporate_fare: "\edad";
1202
- $ax-ic-countertops: "\edae";
1203
- $ax-ic-design_services: "\edaf";
1204
- $ax-ic-directions_off: "\edb0";
1205
- $ax-ic-dirty_lens: "\edb1";
1206
- $ax-ic-do_not_step: "\edb2";
1207
- $ax-ic-do_not_touch: "\edb3";
1208
- $ax-ic-domain_verification: "\edb4";
1209
- $ax-ic-drive_file_move: "\edb5";
1210
- $ax-ic-dry: "\edb6";
1211
- $ax-ic-dynamic_form: "\edb7";
1212
- $ax-ic-east: "\edb8";
1213
- $ax-ic-edit_road: "\edb9";
1214
- $ax-ic-electric_bike: "\edba";
1215
- $ax-ic-electric_car: "\edbb";
1216
- $ax-ic-electric_moped: "\edbc";
1217
- $ax-ic-electric_rickshaw: "\edbd";
1218
- $ax-ic-electric_scooter: "\edbe";
1219
- $ax-ic-electrical_services: "\edbf";
1220
- $ax-ic-elevator: "\edc0";
1221
- $ax-ic-engineering: "\edc1";
1222
- $ax-ic-escalator: "\edc2";
1223
- $ax-ic-escalator_warning: "\edc3";
1224
- $ax-ic-face_retouching_natural: "\edc4";
1225
- $ax-ic-fact_check: "\edc5";
1226
- $ax-ic-family_restroom: "\edc6";
1227
- $ax-ic-fence: "\edc7";
1228
- $ax-ic-filter_alt: "\edc8";
1229
- $ax-ic-fire_extinguisher: "\edc9";
1230
- $ax-ic-flaky: "\edca";
1231
- $ax-ic-food_bank: "\edcb";
1232
- $ax-ic-forward_to_inbox: "\edcc";
1233
- $ax-ic-foundation: "\edcd";
1234
- $ax-ic-grading: "\edce";
1235
- $ax-ic-grass: "\edcf";
1236
- $ax-ic-handyman: "\edd0";
1237
- $ax-ic-hdr_enhanced_select: "\edd1";
1238
- $ax-ic-hearing_disabled: "\edd2";
1239
- $ax-ic-help_center: "\edd3";
1240
- $ax-ic-highlight_alt: "\edd4";
1241
- $ax-ic-history_edu: "\edd5";
1242
- $ax-ic-history_toggle_off: "\edd6";
1243
- $ax-ic-home_repair_service: "\edd7";
1244
- $ax-ic-horizontal_rule: "\edd8";
1245
- $ax-ic-hourglass_bottom: "\edd9";
1246
- $ax-ic-hourglass_disabled: "\edda";
1247
- $ax-ic-hourglass_top: "\eddb";
1248
- $ax-ic-house_siding: "\eddc";
1249
- $ax-ic-hvac: "\eddd";
1250
- $ax-ic-image_not_supported: "\edde";
1251
- $ax-ic-insights: "\eddf";
1252
- $ax-ic-integration_instructions: "\ede0";
1253
- $ax-ic-ios_share: "\ede1";
1254
- $ax-ic-legend_toggle: "\ede2";
1255
- $ax-ic-local_fire_department: "\ede3";
1256
- $ax-ic-local_police: "\ede4";
1257
- $ax-ic-location_pin: "\ede5";
1258
- $ax-ic-lock_clock: "\ede6";
1259
- $ax-ic-login: "\ede7";
1260
- $ax-ic-maps_ugc: "\ede8";
1261
- $ax-ic-mark_chat_read: "\ede9";
1262
- $ax-ic-mark_chat_unread: "\edea";
1263
- $ax-ic-mark_email_read: "\edeb";
1264
- $ax-ic-mark_email_unread: "\edec";
1265
- $ax-ic-mediation: "\eded";
1266
- $ax-ic-medical_services: "\edee";
1267
- $ax-ic-mic_external_off: "\edef";
1268
- $ax-ic-mic_external_on: "\edf0";
1269
- $ax-ic-microwave: "\edf1";
1270
- $ax-ic-military_tech: "\edf2";
1271
- $ax-ic-miscellaneous_services: "\edf3";
1272
- $ax-ic-model_training: "\edf4";
1273
- $ax-ic-monitor: "\edf5";
1274
- $ax-ic-moped: "\edf6";
1275
- $ax-ic-more_time: "\edf7";
1276
- $ax-ic-motion_photos_off: "\edf8";
1277
- $ax-ic-motion_photos_on: "\edf9";
1278
- $ax-ic-motion_photos_paused: "\edfa";
1279
- $ax-ic-multiple_stop: "\edfb";
1280
- $ax-ic-nat: "\edfc";
1281
- $ax-ic-near_me_disabled: "\edfd";
1282
- $ax-ic-next_plan: "\edfe";
1283
- $ax-ic-night_shelter: "\edff";
1284
- $ax-ic-nightlight_round: "\ee00";
1285
- $ax-ic-no_cell: "\ee01";
1286
- $ax-ic-no_drinks: "\ee02";
1287
- $ax-ic-no_flash: "\ee03";
1288
- $ax-ic-no_food: "\ee04";
1289
- $ax-ic-no_meals: "\ee05";
1290
- $ax-ic-no_photography: "\ee06";
1291
- $ax-ic-no_stroller: "\ee07";
1292
- $ax-ic-no_transfer: "\ee08";
1293
- $ax-ic-north: "\ee09";
1294
- $ax-ic-north_east: "\ee0a";
1295
- $ax-ic-north_west: "\ee0b";
1296
- $ax-ic-not_accessible: "\ee0c";
1297
- $ax-ic-not_started: "\ee0d";
1298
- $ax-ic-online_prediction: "\ee0e";
1299
- $ax-ic-open_in_full: "\ee0f";
1300
- $ax-ic-outbox: "\ee10";
1301
- $ax-ic-outgoing_mail: "\ee11";
1302
- $ax-ic-outlet: "\ee12";
1303
- $ax-ic-panorama_horizontal_select: "\ee13";
1304
- $ax-ic-panorama_vertical_select: "\ee14";
1305
- $ax-ic-panorama_wide_angle_select: "\ee15";
1306
- $ax-ic-payments: "\ee16";
1307
- $ax-ic-pedal_bike: "\ee17";
1308
- $ax-ic-pending: "\ee18";
1309
- $ax-ic-pending_actions: "\ee19";
1310
- $ax-ic-person_add_alt: "\ee1a";
1311
- $ax-ic-person_add_alt_1: "\ee1b";
1312
- $ax-ic-person_remove: "\ee1c";
1313
- $ax-ic-person_search: "\ee1d";
1314
- $ax-ic-pest_control: "\ee1e";
1315
- $ax-ic-pest_control_rodent: "\ee1f";
1316
- $ax-ic-photo_camera_back: "\ee20";
1317
- $ax-ic-photo_camera_front: "\ee21";
1318
- $ax-ic-plagiarism: "\ee22";
1319
- $ax-ic-play_disabled: "\ee23";
1320
- $ax-ic-plumbing: "\ee24";
1321
- $ax-ic-point_of_sale: "\ee25";
1322
- $ax-ic-preview: "\ee26";
1323
- $ax-ic-privacy_tip: "\ee27";
1324
- $ax-ic-psychology: "\ee28";
1325
- $ax-ic-public_off: "\ee29";
1326
- $ax-ic-push_pin: "\ee2a";
1327
- $ax-ic-qr_code: "\ee2b";
1328
- $ax-ic-qr_code_scanner: "\ee2c";
1329
- $ax-ic-quickreply: "\ee2d";
1330
- $ax-ic-read_more: "\ee2e";
1331
- $ax-ic-receipt_long: "\ee2f";
1332
- $ax-ic-request_quote: "\ee30";
1333
- $ax-ic-rice_bowl: "\ee31";
1334
- $ax-ic-roofing: "\ee32";
1335
- $ax-ic-room_preferences: "\ee33";
1336
- $ax-ic-rule: "\ee34";
1337
- $ax-ic-rule_folder: "\ee35";
1338
- $ax-ic-run_circle: "\ee36";
1339
- $ax-ic-science: "\ee37";
1340
- $ax-ic-screen_search_desktop: "\ee38";
1341
- $ax-ic-search_off: "\ee39";
1342
- $ax-ic-self_improvement: "\ee3a";
1343
- $ax-ic-sensor_door: "\ee3b";
1344
- $ax-ic-sensor_window: "\ee3c";
1345
- $ax-ic-set_meal: "\ee3d";
1346
- $ax-ic-shopping_bag: "\ee3e";
1347
- $ax-ic-signal_cellular_0_bar: "\ee3f";
1348
- $ax-ic-signal_wifi_0_bar: "\ee40";
1349
- $ax-ic-smart_button: "\ee41";
1350
- $ax-ic-snippet_folder: "\ee42";
1351
- $ax-ic-soap: "\ee43";
1352
- $ax-ic-source: "\ee44";
1353
- $ax-ic-south: "\ee45";
1354
- $ax-ic-south_east: "\ee46";
1355
- $ax-ic-south_west: "\ee47";
1356
- $ax-ic-sports_bar: "\ee48";
1357
- $ax-ic-stairs: "\ee49";
1358
- $ax-ic-star_outline1: "\ee4a";
1359
- $ax-ic-star_rate: "\ee4b";
1360
- $ax-ic-sticky_note_2: "\ee4c";
1361
- $ax-ic-stop_circle: "\ee4d";
1362
- $ax-ic-stroller: "\ee4e";
1363
- $ax-ic-subscript: "\ee4f";
1364
- $ax-ic-subtitles_off: "\ee50";
1365
- $ax-ic-superscript: "\ee51";
1366
- $ax-ic-support: "\ee52";
1367
- $ax-ic-support_agent: "\ee53";
1368
- $ax-ic-switch_left: "\ee54";
1369
- $ax-ic-switch_right: "\ee55";
1370
- $ax-ic-table_rows: "\ee56";
1371
- $ax-ic-table_view: "\ee57";
1372
- $ax-ic-tapas: "\ee58";
1373
- $ax-ic-taxi_alert: "\ee59";
1374
- $ax-ic-text_snippet: "\ee5a";
1375
- $ax-ic-tour: "\ee5b";
1376
- $ax-ic-tty: "\ee5c";
1377
- $ax-ic-umbrella: "\ee5d";
1378
- $ax-ic-upgrade: "\ee5e";
1379
- $ax-ic-verified: "\ee5f";
1380
- $ax-ic-video_settings: "\ee60";
1381
- $ax-ic-view_sidebar: "\ee61";
1382
- $ax-ic-wash: "\ee62";
1383
- $ax-ic-water_damage: "\ee63";
1384
- $ax-ic-west: "\ee64";
1385
- $ax-ic-wheelchair_pickup: "\ee65";
1386
- $ax-ic-wifi_calling: "\ee66";
1387
- $ax-ic-wifi_protected_setup: "\ee67";
1388
- $ax-ic-wine_bar: "\ee68";
1389
- $ax-ic-wrong_location: "\ee69";
1390
- $ax-ic-wysiwyg: "\ee6a";
1391
- $ax-ic-leaderboard: "\ee6b";
1392
- $ax-ic-6_ft_apart: "\ee6c";
1393
- $ax-ic-book_online: "\ee6d";
1394
- $ax-ic-clean_hands: "\ee6e";
1395
- $ax-ic-connect_without_contact: "\ee6f";
1396
- $ax-ic-coronavirus: "\ee70";
1397
- $ax-ic-elderly: "\ee71";
1398
- $ax-ic-follow_the_signs: "\ee72";
1399
- $ax-ic-leave_bags_at_home: "\ee73";
1400
- $ax-ic-masks: "\ee74";
1401
- $ax-ic-reduce_capacity: "\ee75";
1402
- $ax-ic-sanitizer: "\ee76";
1403
- $ax-ic-send_to_mobile: "\ee77";
1404
- $ax-ic-sick: "\ee78";
1405
- $ax-ic-add_task: "\ee79";
1406
- $ax-ic-contact_page: "\ee7a";
1407
- $ax-ic-disabled_by_default: "\ee7b";
1408
- $ax-ic-facebook: "\ee7c";
1409
- $ax-ic-groups: "\ee7d";
1410
- $ax-ic-luggage: "\ee7e";
1411
- $ax-ic-no_backpack: "\ee7f";
1412
- $ax-ic-no_luggage: "\ee80";
1413
- $ax-ic-outbond: "\ee81";
1414
- $ax-ic-published_with_changes: "\ee82";
1415
- $ax-ic-request_page: "\ee83";
1416
- $ax-ic-stacked_line_chart: "\ee84";
1417
- $ax-ic-unpublished: "\ee85";
1418
- $ax-ic-align_horizontal_center: "\ee86";
1419
- $ax-ic-align_horizontal_left: "\ee87";
1420
- $ax-ic-align_horizontal_right: "\ee88";
1421
- $ax-ic-align_vertical_bottom: "\ee89";
1422
- $ax-ic-align_vertical_center: "\ee8a";
1423
- $ax-ic-align_vertical_top: "\ee8b";
1424
- $ax-ic-horizontal_distribute: "\ee8c";
1425
- $ax-ic-qr_code_2: "\ee8d";
1426
- $ax-ic-update_disabled: "\ee8e";
1427
- $ax-ic-vertical_distribute: "\ee8f";
1428
-