开天辟地 HarmonyOS(鸿蒙) - 资源: 图标资源
开天辟地 HarmonyOS(鸿蒙) - 资源: 图标资源
示例如下:
pages\resource\IconDemo.ets
/*
* 图标资源
* 本例用于列出内置资源中的 sys.media. 图标和 sys.symbol. 图标,单击图标会显示其名称
*/
import { MyLog, TitleBar } from '../TitleBar';
import { Chip, ChipGroup, promptAction, SymbolGlyphModifier } from '@kit.ArkUI';
@Entry
@Component
struct IconDemo {
array: MyDataSource = new MyDataSource([]);
aboutToAppear(): void {
let arr: Resource[] = []
// 全部的 sys.media. 图标
Object.keys(media).forEach(key => {
let r = $r('sys.media.ohos_app_icon')
r.id = Reflect.get(media, key)
r.params = [`sys.media.${key}`] // 用于保存图标的名称
arr.push(r)
});
// 全部的 sys.symbol. 图标
Object.keys(symbol).forEach(key => {
let r = $r('sys.symbol.ohos_wifi')
r.id = Reflect.get(symbol, key)
r.params = [`sys.symbol.${key}`] // 用于保存图标的名称
arr.push(r)
});
this.array = new MyDataSource(arr);
}
build() {
Column({ space: 10 }) {
TitleBar()
Grid() {
LazyForEach(this.array, (item: Resource) => {
GridItem() {
if (item.type == 20000) { // sys.media. 图标
Image(item).width(48).height(48)
// .fillColor(Color.Blue)
} else { // sys.symbol. 图标
SymbolGlyph(item).fontSize(48).fontColor([Color.White])
}
}
.backgroundColor(Color.Orange)
// 单击图标会显示其名称
.onClick(() => {
promptAction.showToast({
message: `${item.params![0]}`
})
})
}, (item: Resource) => item.id.toString())
}
.cachedCount(10)
.columnsTemplate('repeat(auto-stretch, 64)')
.columnsGap(5)
.rowsGap(5)
.backgroundColor(Color.Yellow)
.layoutWeight(1)
}
}
}
class MyDataSource implements IDataSource {
private array: Resource[] = [];
constructor(array: Resource[]) {
this.array = array
}
public totalCount(): number {
return this.array.length;
}
public getData(index: number): Resource {
return this.array[index];
}
registerDataChangeListener(listener: DataChangeListener): void { }
unregisterDataChangeListener() { }
}
interface MySymbolInterface {
ohos_wifi: number;
ohos_trash: number;
ohos_trash_circle: number;
ohos_photo: number;
ohos_folder_badge_plus: number;
ohos_lungs: number;
ohos_mic: number;
ohos_circle: number;
ohos_lock: number;
ohos_star: number;
ohos_arrow_up: number;
heart_slash: number;
speaker_slash: number;
repeat_1: number;
checkmark_circle: number;
play_circle_fill: number;
speaker_plus: number;
speaker_wave_3: number;
rays: number;
kidswatch_fill: number;
play_circle: number;
pause_circle: number;
play_fill: number;
pause: number;
doc_plaintext_fill_1: number;
checkmark_circle_fill_1: number;
alarm_fill_1: number;
stopwatch_2: number;
worldclock_fill_2: number;
timer_circle_fill: number;
house_fill_1: number;
person_crop_circle_fill_1: number;
auditorium: number;
ranking_fill: number;
slider_horizontal_2_1: number;
indent_right: number;
indentation_left: number;
frame_overlay_rectify: number;
sdcard_fill: number;
sdcard_1: number;
simcard_fill: number;
simcard_3: number;
checkmark_square_fill: number;
search_things: number;
circle_and_arrow_down: number;
circle_and_arrow_down_fill: number;
undo: number;
redo: number;
histogram: number;
ranking: number;
arrowshape_right_fill: number;
card: number;
lightbulb_1: number;
onehand: number;
organ_donors: number;
switch_majuscule_fill: number;
switch_majuscule: number;
lock_filled_arrow_counterclockwise: number;
skip_silence_fill: number;
skip_silence: number;
arrow_triangle_merge: number;
alarm_1: number;
calendar_1: number;
download: number;
upload: number;
worldclock_fill_1: number;
a_4d_vibration: number;
drop_bottomrighthalf_inset_filled_1: number;
square_and_square: number;
square_and_arrow_down_1: number;
arrow_down_circle_badge_vip_circle_filled: number;
download_1: number;
warning: number;
line_below_arrowtriangle_up_circle_fill: number;
line_below_arrowtriangle_up_fill: number;
stopwatch_fill_1: number;
stopwatch_1: number;
arrow_left_arrow_right: number;
arrow_uturn_down: number;
artistic_virtualization: number;
camera_AF: number;
camera_portrait_efferts: number;
checkered_magnifyingglass: number;
chevron_up_circle: number;
circle_grid_2x2: number;
crop_video_fill: number;
cut_in: number;
peripheral_device: number;
dot: number;
efficient_video_format: number;
exclamationmark_shield_fill: number;
fingerjoint_screenshot_slash: number;
hand_raised_hexagon_fill: number;
hdr: number;
lock_text_rectangle_portrait: number;
celiakeyboard_elevate: number;
fuzzy_input: number;
input_mode: number;
square_stack_3d_fill: number;
intelligent: number;
key_induction: number;
puzzle: number;
resolution_video: number;
sd_card: number;
shutter_photo: number;
sport: number;
puzzle_fill: number;
lock_badge_child: number;
main_auxiliary_screen_slash: number;
main_auxiliary_screen: number;
master_ai: number;
motion_stabilization_slash: number;
motion_stabilization: number;
movie_fill: number;
movie_slash: number;
movie: number;
network_acceleration: number;
performance: number;
person_shield_1: number;
plus_shield_badge_1: number;
plus_shield_badge_2: number;
arrowshape_3_triangle_path: number;
template_fill: number;
template: number;
time_lapse: number;
video_speed: number;
visibility: number;
visual_accessibility: number;
watermark_font: number;
hash: number;
heart_square_stack_fill: number;
beidou_satellite_circle_fill: number;
multiscreen_collaboration: number;
frozen_rain: number;
hidisk: number;
harassment_interception: number;
vertically: number;
ellipsis_message_1: number;
clipboard_sharing: number;
hand_point_up_tap_fill_1: number;
triangleshape_left: number;
circle_2: number;
square_1: number;
phone_badge_satellite_fill: number;
circle_on_circle_fill: number;
rectangle_split_3x1: number;
service_management: number;
square_link_square: number;
highlighter_line: number;
ad_rectangle_fill: number;
adjustment: number;
AI_best_expression: number;
AI_expand: number;
AI_flower: number;
AI_retouch: number;
AI_straighten: number;
AI: number;
architecture: number;
architecture_filled: number;
basket: number;
blur_bar: number;
shutter_photo_1: number;
arrow_left_and_arrow_left: number;
car_filled_below_drop_3: number;
Celia: number;
message_badge_checkmark_fill: number;
delete_left_fill: number;
cloud_snow: number;
dot_grid_1x2_circle: number;
xmark_circle_video: number;
fade: number;
envelope_badge_adiowaves_fill: number;
flame_fill_1: number;
full_screen_fill: number;
hi_vison: number;
ballpointpen_tip_crop_circle_fill: number;
ballpointpen_tip_crop_circle: number;
dot_radiowaves_left_and_right_badge_person_filled: number;
emergency_shelter: number;
circle_circle_badge_checkmark_shield_filled: number;
compass: number;
page_turning: number;
rectangle_3_group: number;
square_2_below_rectangle: number;
doc_rectify: number;
photo_self_portrait: number;
telephoto_macro: number;
partial_screenshot: number;
screen_share_fill: number;
screen_share: number;
signal_check: number;
statusbar_cast: number;
icing_and_snow_road: number;
icing_road: number;
Interconnection_ic_multiscreen_collaboration: number;
layout_left_right: number;
layout_up_down: number;
line_message_fill: number;
merges: number;
message_badge_gearshape: number;
message_badge_plus_fill: number;
mic_circle_fill: number;
mic_circle_filled: number;
mobiledata_and_cloud: number;
moon_circle_fill: number;
moon_slash_circle: number;
more: number;
multiscreen: number;
paperplan_right_2: number;
pc_ic_tab_index: number;
person_badge_checkmark: number;
person_badge_envelope: number;
person_badge_nosign_fill: number;
person_badge_nosign: number;
person_filled_viewfinder: number;
person_square_fill: number;
phone_badge_video: number;
picture_on_square: number;
pin_vertical_fill: number;
power_circle_fill: number;
line_below_T: number;
sort: number;
rainfall_circle_fill: number;
red_packets_fill: number;
red_packets: number;
screen_rotation: number;
scroll_horizontally: number;
scroll_vertical: number;
simcard_fill_1_and_simcard_fill_2: number;
snapshot_fill: number;
snapshot: number;
space_enlarge: number;
space_reduction: number;
speaker_wave_3_slash: number;
square_stack_3d: number;
staroflife: number;
stickers: number;
sunprotection: number;
sunsetglow_fill: number;
templates: number;
text_and_t: number;
thumbnails: number;
typhoon_fill: number;
telescope_fill: number;
UV_sun_max: number;
video_badge_adiowaves_message_fill: number;
virtual_background: number;
wand_and_stars_fill: number;
water_waves: number;
wave_3_left: number;
wechat: number;
wireless_projection_1: number;
X_bottom: number;
yuansign_moneybag: number;
doc_text_badge_clock: number;
fullscreen: number;
doc_text_badge_person: number;
portrait_3_fill: number;
portrait_fill: number;
portrait: number;
capture_smiles: number;
guardian: number;
plus: number;
plus_circle: number;
plus_circle_fill: number;
minus: number;
minus_circle: number;
minus_circle_fill: number;
xmark: number;
xmark_circle: number;
xmark_circle_fill: number;
checkmark: number;
checkmark_square: number;
checkmark_circle_fill: number;
gearshape: number;
gearshape_fill: number;
sun_min: number;
sun_max: number;
sun_max_fill: number;
sun_circle: number;
share: number;
magnifyingglass: number;
curve_magnifyingglass: number;
exclamationmark_magnifyingglass: number;
speaker: number;
speaker_fill: number;
speaker_slash_fill: number;
speaker_badge_exclamationmark_fill: number;
speaker_wave_1: number;
speaker_wave_1_fill: number;
speaker_wave_2: number;
speaker_wave_2_fill: number;
speaker_wave_3_fill: number;
speaker_minus: number;
bell: number;
bell_fill: number;
bell_slash: number;
bell_slash_fill: number;
bell_badge_local: number;
bell_badge_clock: number;
mic_filled_and_mic: number;
star: number;
star_fill: number;
star_circle: number;
star_circle_fill: number;
star_badge_list: number;
star_badge_clock: number;
flashlight_off: number;
flashlight_off_fill: number;
flashlight_on: number;
flashlight_on_fill: number;
light_flashlight_on_fill: number;
airplane: number;
airplane_fill: number;
house: number;
house_fill: number;
paperplane: number;
paperplane_fill: number;
brush: number;
brush_fill: number;
shirt: number;
moon: number;
moon_fill: number;
trash: number;
trash_fill: number;
heart: number;
heart_fill: number;
heart_circle_fill: number;
pin: number;
pin_fill: number;
pin_slash: number;
funnel: number;
arrow_clockwise: number;
arrow_clockwise_circle_fill: number;
arrow_2_circlepath: number;
arrow_counterclockwise_clock: number;
rectangle_portrait_rotate: number;
rectangle_portrait_wave_2: number;
dock_rectangle_portrait: number;
square_grid_2x2: number;
square_fill_grid_2x2: number;
square_grid_2x2_checkmark_topleft_filled: number;
battery: number;
battery_fill: number;
rectangle_and_line_horizontal_and_rectangle_filled: number;
rectangle_filled_and_line_horizontal_and_rectangle: number;
rectangle_portrait_on_rectangle_portrait_filled: number;
rectangle_portrait_filled_on_rectangle_portrait: number;
rectangle_and_square: number;
rectangle_grid_2x1: number;
rectangle_stack: number;
uiwindow_split_2x1_fill: number;
uiwindow_split_1x2: number;
rectangle_lefthalf_inset_filled: number;
rectangle_righthalf_inset_filled: number;
rectangle_inset_filled: number;
rectangle_dowmhalf_inset_filled: number;
rectangle_uphalf_inset_filled: number;
rotate_left: number;
rectangle_4_group_fill: number;
home_key: number;
power: number;
slider_horizontal_2: number;
externaldrive: number;
externaldrive_fill: number;
externaldrive_3: number;
externaldrive_fill_3: number;
save: number;
save_fill: number;
checkmark_square_on_square: number;
checkmark_square_on_square_fill: number;
tv_and_rectangle_portrait: number;
magnifyingglass_tv: number;
TV_tv: number;
TV_tv_fill: number;
flag: number;
flag_fill: number;
barcode_viewfinder: number;
line_viewfinder: number;
circle_viewfinder: number;
chevron_down_2_viewfinder: number;
qrcode: number;
clean: number;
clean_fill: number;
fast: number;
fast_fill: number;
bookmark: number;
bookmark_fill: number;
star_bookmark_fill: number;
bookmark_on_bookmark: number;
circle_filled_and_circle: number;
circle_on_circle: number;
circle_on_circle_filled: number;
go: number;
globe_badge_message: number;
discover: number;
discover_fill: number;
discover_circle_fill: number;
plus_square_on_square: number;
plus_square_on_square_fill: number;
plus_square_dashed_on_square: number;
cut: number;
rectangle_and_cut: number;
eraser_line: number;
eraser_line_fill: number;
square_and_pencil: number;
square_and_pencil_fill: number;
rectangle_portrait_badge_plus: number;
character: number;
a_square_fill: number;
character_and_list: number;
character_viewfinder: number;
character_arrow_clockwise: number;
underline: number;
italic: number;
bold: number;
textformat: number;
h1_square: number;
t_square_dashed: number;
character_textbox: number;
t_circle: number;
paintbrush_pointed: number;
paintbrush_pointed_filled_circle: number;
paintbrush_pointed_circle_fill: number;
paintbrush_pointed_waveform: number;
paintbrush_pointed_arrow_right: number;
paintbrush_pointed_line: number;
paintbrush_pointed_square: number;
paintbrush_pointed_circle: number;
pencil_waveform: number;
pencil_line: number;
list_bullet: number;
list_square: number;
list_number: number;
list_letter: number;
list_checkmask: number;
text_and_plus: number;
text_and_clock: number;
text_and_arrow_down: number;
text_and_arrow_up: number;
textstyle: number;
text_alignleft: number;
text_aligncenter: number;
text_alignright: number;
line: number;
line_2_horizontal: number;
line_3_horizontal: number;
line_4_horizontal: number;
circle_on_square: number;
triangleshape: number;
triangleshape_fill: number;
square: number;
rectangle: number;
smallcircle: number;
circle: number;
oval: number;
custom_shape: number;
smallcircle_filled_circle: number;
waveform: number;
drop: number;
drop_fill: number;
crop_rotate: number;
dot_circle: number;
circle_circle: number;
circle_lefthalf_inset_filled: number;
circle_righthalf_inset_filled: number;
drop_bottomrighthalf_inset_filled: number;
circle_square: number;
hand_stars: number;
hand_draw: number;
hand_slash: number;
hand_scribble: number;
cloud_and_stars: number;
pen_tip: number;
ballpointpen_tip: number;
pencil_tip: number;
marker_tip: number;
highlighter_tip: number;
graffiti_tip_crop_circle: number;
Laserpen: number;
scribble: number;
wand_and_stars: number;
circle_dashed: number;
square_square: number;
circle_inset_filled: number;
water_waves_slash: number;
line_arrowtriangle_2_inward: number;
trapezoid_and_line_horizontal: number;
trapezoid_and_line_vertical: number;
arrow_up_and_down_square_portrait: number;
aspectratio: number;
paintpalette: number;
paintpalette_fill: number;
plus_magnifyingglass: number;
dot_grid_1x2: number;
dot_grid_2x2: number;
rectangle_ratio_9_to_16: number;
rectangle_ratio_9_to_21: number;
rectangle_ratio_2_to_3: number;
rectangle_ratio_3_to_4: number;
rectangle_ratio_1_to_1: number;
rectangle_ratio_4_to_3: number;
rectangle_ratio_3_to_2: number;
rectangle_ratio_21_to_9: number;
rectangle_ratio_16_to_9: number;
voice_convert_text: number;
ai_edit: number;
translate: number;
textformat_size_square: number;
textformat_size_square_fill: number;
line_below_character: number;
line_below_character_slash: number;
character_shadow: number;
line_below_seal: number;
rename: number;
camera_badge_adiowaves: number;
camera_badge_adiowaves_fill: number;
video_badge_adiowaves: number;
video_badge_adiowaves_fill: number;
video: number;
video_fill: number;
dot_video: number;
dot_video_fill: number;
arrow_down_left_video_fill: number;
arrow_up_right_video_fill: number;
video_missed: number;
xmark_video: number;
envelope: number;
envelope_fill: number;
envelope_badge_adiowaves: number;
envelope_open: number;
envelope_open_fill: number;
envelope_badge_dot: number;
envelope_badge_arrow_left: number;
envelope_badge_arrow_right: number;
envelope_on_envelope_badge_arrow_left: number;
recordingtape: number;
recordingtape_rectangle: number;
recordingtape_rectangle_fill: number;
mic: number;
mic_fill: number;
mic_slash_fill: number;
mic_badge_recordingtape: number;
mic_badge_xmark: number;
mic_badge_exclamationmark: number;
mic_circle: number;
waveform_circle: number;
message: number;
message_fill: number;
wave_3_right_message: number;
dot_2_message: number;
line_message: number;
ellipsis_message: number;
ellipsis_message_fill: number;
message_on_message: number;
message_on_message_fill: number;
star_message: number;
exclamationmark_message: number;
exclamationmark_message_middle_bottom: number;
waveform_bubble: number;
ellipsis_bubble: number;
satellite: number;
phone_doc: number;
phone_arrow_down_left_fill: number;
phone_arrow_up_right_fill: number;
phone_missed: number;
phone_below_xmark: number;
phone_badge_nosign: number;
phone_down_fill: number;
phone: number;
phone_fill: number;
phone_badge_waveform_1: number;
phone_badge_waveform_2: number;
phone_badge_waveform_2_fill: number;
phone_badge_waveform_3: number;
phone_badge_1: number;
phone_badge_1_fill: number;
phone_list: number;
phone_list_fill: number;
phone_badge_ai: number;
phone_badge_ai_fill: number;
phone_shield: number;
phone_shield_fill: number;
phone_badge_video_fill: number;
phone_badge_shield_checkered: number;
phone_badge_shield_checkered_fill: number;
phone_badge_2: number;
phone_badge_2_fill: number;
a_5G: number;
simcard: number;
simcard_1: number;
simcard_2: number;
exclamationmark_simcard: number;
sdcard: number;
rcs_below_arrow_down_left: number;
rcs_below_arrow_up_right: number;
rcs_below_missed: number;
rcs_below_xmark: number;
at: number;
dial: number;
keyboard_circle: number;
list_bullet_circle: number;
info_rectangle_portrait: number;
hi_waveform_2: number;
hi_waveform_2_square_fill: number;
pause_circle_fill: number;
play: number;
play_square: number;
play_circle_badge_bolt: number;
playpause_fill: number;
backward_end_fill: number;
forward_end_fill: number;
gobackward_10: number;
goforward_10: number;
gobackward_15: number;
goforward_15: number;
gobackward_30: number;
goforward_30: number;
shuffle: number;
repeat: number;
list_xmark: number;
text_badge_repeat: number;
text_badge_repeat_1: number;
text_badge_shuffle: number;
person_wave_3: number;
person_line_2: number;
person_badge_waveform: number;
person_xmark: number;
person_plus_wave_2: number;
person_plus_wave_2_fill: number;
music: number;
music_fill: number;
music_badge_wave_2: number;
slider_vertical_3_1: number;
record_circle: number;
music_note_radiowaves_left_and_right: number;
music_note_list: number;
music_note_list_fill: number;
music_note_list_square: number;
music_note_circle: number;
music_note_phone: number;
music_note_icolud: number;
music_note_mic: number;
music_note_badge_wave_2_phone: number;
play_circle_badge_music_note: number;
waveform_1: number;
waveform_cut: number;
waveform_arrow_2_circlepath: number;
waveform_tv: number;
play_gobackward: number;
mic_filled_and_circle: number;
opticaldisc: number;
opticaldisc_badge_heart: number;
opticaldisc_badge_diamond: number;
service: number;
headphones: number;
waveform_headphones: number;
waveform_headphone_slash: number;
waveform_path_circle: number;
music_mic_stars: number;
music_mic: number;
calendar_badge_play: number;
sq_circle: number;
order_play: number;
reverse_order: number;
identify_song: number;
add_songlist: number;
remove_songlist: number;
list_interrupt: number;
local_song: number;
songbook: number;
speed_multiple: number;
speed_50percent: number;
speed_75percent: number;
speed_100percent: number;
speed_125percent: number;
speed_150percent: number;
speed_200percent: number;
folder: number;
folder_fill: number;
folder_circle: number;
arrow_right_folder_circle: number;
arrow_right_folder_fill: number;
waveform_folder_fill: number;
folder_badge_eye: number;
folder_badge_plus: number;
folder_badge_arrow_left: number;
doc_plaintext_and_folder: number;
form: number;
form_fill: number;
doc: number;
doc_text: number;
doc_text_fill: number;
doc_text_on_doc_text: number;
doc_plaintext: number;
doc_plaintext_fill: number;
doc_text_badge_nosign: number;
doc_text_badge_magnifyingglass: number;
doc_text_badge_checkmark: number;
doc_text_magnifyingglass_fill: number;
doc_text_badge_rectangle_portrait: number;
text_below_photo_rectangle_portrait: number;
rectangle_text_rectangle_portrait: number;
doc_text_badge_arrow_up: number;
checkmark_clipboard: number;
checkmark_clipboard_fill: number;
text_clipboard: number;
list_bullet_square: number;
list_bullet_square_fill: number;
printer: number;
quill: number;
doc_zipper: number;
doc_zipper_fill: number;
slider_vertical_3: number;
swap: number;
paperclip: number;
book: number;
book_pages: number;
book_pages_fill: number;
bookmark_book_fill: number;
text_book_closed: number;
bookmark_book_closed: number;
bookmark_notepad: number;
bookmark_notepad_fill: number;
notepad_badge_heart: number;
notepad_badge_plus: number;
book_badge_speaker: number;
doc_plaintext_and_checkmark: number;
doc_plaintext_doc_plaintext_and_checkmark: number;
doc_plaintext_and_pencil: number;
doc_plaintext_and_pencil_star: number;
calendar_and_pencil: number;
en_doc_fill: number;
doc_filled_on_doc: number;
desktop: number;
desktop_fill: number;
text_dot_rectangle: number;
text_dot_rectangle_fill: number;
text_speaker_wave_rectangle: number;
square_text_rectangle: number;
list_square_bill: number;
pencil_rectangle_portrait_on_text: number;
foldline_screen: number;
book_closed_right_left: number;
book_closed_right_left_badge_plus: number;
book_closed_right_left_badge_checkmark: number;
eyes_glasses_below_hat: number;
eyes_glasses_below_hat_filled: number;
glasses_below_hat: number;
glasses_below_hat_filled: number;
dot_circle_on_line: number;
dot_circle_on_line_fill: number;
bluetooth: number;
bluetooth_slash: number;
bluetooth_arrowtriangle_2_inward: number;
bolt_waves_left_and_right: number;
dot_radiowaves_left_and_right: number;
link: number;
link_slash: number;
nfc: number;
nfc_fill: number;
bolt_1: number;
bolt_2: number;
bolt_3: number;
bolt_1_wave_2: number;
bolt_2_wave_2: number;
bolt_3_wave_2: number;
icloud_badge_arrow_2_circlepath: number;
line_below_icloud: number;
cloud_and_arrow_down: number;
arrow_up_icloud: number;
arrow_up_icloud_fill: number;
icloud: number;
icloud_slash: number;
icloud_slash_fill: number;
arrow_up_house: number;
arrow_up_house_fill: number;
headphones_badge_checkmark_shield_filled: number;
headphones_badge_checkmark_shield_filled_battery_filled: number;
headphones_battery_filled: number;
bluetooth_arrow_right_battery_filled: number;
mobiledata: number;
mobiledata_circle: number;
mobiledata_circle_fill: number;
hd_square_fill: number;
satellite_1: number;
signal_4g: number;
signal_5g: number;
hotspot: number;
airplayaudio: number;
airplayaudio_fill: number;
radiostation: number;
shareplay: number;
magnetic_sensor: number;
communicationsharing: number;
gyroscope: number;
superdevice: number;
superdevice_camera: number;
nearby_devices: number;
scanninglocal: number;
area: number;
disconnect: number;
screen_witching: number;
connection: number;
unconnection: number;
pad_and_iphone: number;
application_projection: number;
application_projection_fill: number;
wireless_projection: number;
mirror_projection: number;
phone_2: number;
phone_transmission_phone: number;
wifi_router: number;
wifi_router_fill: number;
wifi: number;
phone_1: number;
phone_fill_1: number;
pad: number;
matebook: number;
smartscreen: number;
pc: number;
foldablescreen: number;
smart_speaker: number;
smart_speaker_fill: number;
sound: number;
radiostation_1: number;
soundx: number;
soundx_2: number;
soundai: number;
soundai_2: number;
sound_cm530: number;
sound_cm530_2: number;
sound_cm510: number;
sound_cm510_2: number;
egretta: number;
skylark: number;
skylark_2: number;
earphone_case_01: number;
earphone_case_02: number;
earphone_case_03: number;
earphone_case_04: number;
earphone_case_05: number;
kidswatch: number;
watch: number;
watch_fit: number;
device_band: number;
glass: number;
battery_glass_fill: number;
earphone_roc: number;
earphone: number;
bluetooth_earphone: number;
mouse: number;
l_circle_fill: number;
r_circle_fill: number;
earphone_saga: number;
earphone_saga_circle: number;
earphone_mermaid: number;
earphone_mermaid_left: number;
earphone_mermaid_right: number;
earphone_otter: number;
earphone_otter_left: number;
earphone_otter_right: number;
earphone_shark: number;
earphone_shark_left: number;
earphone_shark_right: number;
earphone_h2: number;
earphone_h2_left: number;
earphone_h2_right: number;
earphone_hero: number;
earphone_hero_left: number;
earphone_hero_right: number;
earphone_walrus: number;
earphone_walrus_left: number;
earphone_walrus_right: number;
earphone_nile: number;
earphone_nile_fill: number;
gamecontroller: number;
radio: number;
hardware: number;
audiphonen: number;
keyboard: number;
keyboard_fill: number;
keyboard_square: number;
delete_left: number;
space_1: number;
keyboard_onehanded_left: number;
keyboard_onehanded_right: number;
keyboard_chevron_compact_up: number;
globe_and_keyboard: number;
globe_filled_and_keyboard: number;
translation: number;
translate_c2e: number;
translate_e2c: number;
keyboard_thumbmode: number;
keyboard_badge_gearshape: number;
keyboard_badge_globe: number;
keyboard_badge_handwritten: number;
keyboard_badge_zhuyin: number;
keyboard_badge_spell: number;
keyboard_badge_bihua: number;
keyboard_badge_wubi: number;
keyboard_badge_cangjie: number;
asterisk_rectangle_badge_handwritten: number;
plus_viewfinder: number;
traditional_square: number;
selector: number;
waveform_left_speaker_waveform_right: number;
text_bubble_left_2: number;
square_and_cut: number;
reverse_order_square: number;
swipeup_input: number;
unfold_reverse: number;
celiakeyboard_mechanical: number;
celiakeyboard_menu_icon_size: number;
magnify: number;
move: number;
person: number;
person_fill: number;
person_crop_circle_fill: number;
person_square: number;
person_badge_plus: number;
person_filled_badge_plus: number;
person_badge_heart: number;
person_badge_heart_fill: number;
person_2: number;
person_2_fill: number;
person_filled_2_badge_plus: number;
person_filled_2_badge_plus_fill: number;
hand_thumbsup: number;
hand_thumbsup_fill: number;
hand_thumbsdown: number;
hand_thumbsdown_fill: number;
hand_point_up_tap_fill: number;
hand_tap: number;
hand_tap_fill: number;
person_text_rectangle: number;
person_text_rectangle_fill: number;
person_line_turn_down_right_person: number;
person_line_turn_down_right_person_fill: number;
figure_arms_open: number;
figure_circle: number;
figure_run_viewfinder: number;
figure_figure_dress: number;
ear: number;
phone_and_hand: number;
face: number;
face_fill: number;
face_smiling: number;
face_smiling_fill: number;
face_sading: number;
face_sleeping: number;
face_sculpt: number;
local_and_figure_run: number;
local_and_figure_run_leave: number;
person_line_shield: number;
location_up: number;
location_up_fill: number;
location_north_up_right: number;
location_north_up_left: number;
location_north_up_right_and_circle: number;
location_north_up_right_and_circle_dotted: number;
local: number;
local_fill: number;
local_and_rectangle: number;
local_badge_plus: number;
local_badge_plus_fill: number;
local_badge_arrow_down: number;
local_badge_arrow_bolt: number;
plus_local: number;
map: number;
map_slash: number;
map_badge_local: number;
map_badge_plus: number;
doc_text_badge_local: number;
airplane_1: number;
airplane_fill_1: number;
flag_checkered: number;
parkingsign: number;
parkingsign_circle: number;
parkingsign_circle_badge_a: number;
etc_circle: number;
trafficlight: number;
signallamp: number;
position: number;
position_badge_exclamationmark: number;
mappin_and_rectangle: number;
latitude: number;
figure_walk: number;
figure_ride: number;
figure_roll: number;
figure_and_taxi: number;
person_2_badge_arrow_2_circlepath: number;
person_2_badge_flag: number;
tire: number;
road_lanes_badge_minus: number;
arrow_triangle_turn_up_right_diamond_fil: number;
point_bottomleft_forward_to_point_topright_scurvepath: number;
ferry_badge_minus: number;
ferry_fill: number;
tram_fill: number;
tram_badge_bell: number;
subway: number;
subway_fill: number;
monorail_fill: number;
bus_fill: number;
tollgate_fill: number;
bus_doubledecker: number;
subway_badge_coins: number;
umbrella_loungechair: number;
camp: number;
car: number;
car_fill: number;
car_badge_clock: number;
exchange_car_fill: number;
drop_car_fill: number;
hand_below_star: number;
fuelpump: number;
fuelpump_fill: number;
electric_vehicle_charger: number;
electric_vehicle_charger_fill: number;
airplane_shield: number;
train_airplane: number;
highway: number;
highway_circle_slash: number;
road: number;
car_2_circle_slash: number;
circle_below_small_triangle: number;
seal_shield_fill: number;
house_and_briefcase: number;
map_badge_cloud_slash_fill: number;
lock_open: number;
lock_open_fill: number;
lock_open_badge_child: number;
lock: number;
lock_fill: number;
key: number;
key_fill: number;
key_circle_fill: number;
key_horizontal: number;
touchid: number;
touchid_circle: number;
checkmark_shield: number;
checkmark_shield_fill: number;
shield_badge_magnifyingglass: number;
person_shield: number;
person_shield_fill: number;
person_filled_shield_slash: number;
plus_shield: number;
key_shield: number;
key_shield_fill: number;
person_shield_badge_checkered: number;
shield_badge_circle_dot: number;
eye: number;
eye_slash: number;
hand_raised_filled_hexagon: number;
shield_checkered: number;
shield_checkered_1: number;
shield_checkered_2: number;
mask_badge_nosign: number;
staroflife_rectangle: number;
cross_filled_drop: number;
cross_filled_square: number;
heart_1: number;
heart_badge_plus: number;
waveform_path_ecg_heart: number;
waveform_path_ecg_heart_fill: number;
waveform_path_ecg_heart_viewfinder: number;
waveform_path_ecg_heart_filled_viewfinder: number;
waveform_path_ecg_square: number;
drug: number;
stethoscope: number;
hospital: number;
cross_text_clipboard: number;
cross_case: number;
syringe_badge_clock: number;
bolt_clipboard: number;
cross: number;
cross_shield_badge_trend: number;
cross_store: number;
waveform_path_ecg_magnifyingglass: number;
cross_vial: number;
alarm: number;
alarm_fill: number;
clock: number;
clock_fill: number;
timer: number;
stopwatch: number;
stopwatch_fill: number;
worldclock: number;
worldclock_fill: number;
time_inerval: number;
hourglass: number;
hourglass_bottomhalf_filled: number;
calendar: number;
calendar_fill: number;
calendar_badge_clock: number;
calendar_badge_checkmark: number;
checkmark_calendar: number;
dumbbell_calendar: number;
creditcard: number;
creditcard_fill: number;
bag: number;
bag_fill: number;
jd_bag: number;
cart: number;
checkmark_cart: number;
archivebox: number;
archivebox_fill: number;
wallet: number;
wallet_fill: number;
redenvelope: number;
yuansign_circle: number;
line_below_yuansign_circle: number;
yuansign_arrow_2_circlepath: number;
yuansign_shield: number;
yuansign_heart: number;
yuansign_circle_and_hand: number;
yuansign_circle_and_hand_fill: number;
yuansign_arrow_2_squarepath: number;
yuansign_car: number;
yuansign_house_fill: number;
yuansign_rectangle_portrait_fill: number;
moneybag: number;
yuansign_trophy: number;
star_trophy: number;
medal: number;
rosette: number;
star_rosette: number;
star_rosette_fill: number;
star_hexagon: number;
star_hexagon_fill: number;
star_shield: number;
gift: number;
gift_fill: number;
coins: number;
coins_circle: number;
clipboard_badge_coins: number;
crown: number;
c_circle: number;
free_circle: number;
award_circle: number;
percent_magnifyingglass: number;
label: number;
company: number;
company_fill: number;
vip_hand: number;
vip_rectangle: number;
vip_rectangle_fill: number;
diamond: number;
v_diamond: number;
v_diamond_fill: number;
coupon: number;
percent_coupon: number;
yuansign_coupon: number;
line_coupon: number;
plus_dot_1x2_coupon: number;
swipe: number;
star_card: number;
card_badge_shield: number;
card_badge_goldcoin: number;
pencil_and_card: number;
star_badge_arrow_down: number;
mobiledata_phone: number;
star_line_doc: number;
goldcoin: number;
clock_arrow_2_circlepath: number;
lamp_ceiling_light: number;
lamp_ceiling: number;
air_fill: number;
air_open: number;
air_open_fill: number;
chair_lounge: number;
charg_cable: number;
eco_hop: number;
ac_adapter: number;
cheers: number;
powercord_fill: number;
powercord_up: number;
balloon_2: number;
pendant: number;
cake: number;
cake_fill: number;
fork_knife: number;
fork_knife_fill: number;
cup: number;
cup_fill: number;
return_home_fill: number;
leave_home_fill: number;
balloon_fill: number;
hobbyhorse_fill: number;
hanger_and_towels: number;
trunk: number;
skincare: number;
shoe: number;
clothing: number;
rectangle_below_heat_waves: number;
lightbulb: number;
lightbulb_max: number;
checkmark_lightbulb_max: number;
lightbulb_max_fill: number;
lightbulb_max_slash: number;
bolt_lightbulb_max: number;
camera: number;
camera_fill: number;
camera_badge_plus: number;
camera_2: number;
arrow_triangle_2_circlepath_camera: number;
bolt_camera: number;
camera_audionote: number;
camera_audionote_slash: number;
switch_camera: number;
picture: number;
picture_fill: number;
picture_circle_fill: number;
picture_slash: number;
picture_slash_fill: number;
picture_damage: number;
picture_2: number;
picture_badge_waveform: number;
bookmark_picture: number;
rectangle_and_rectangle: number;
rectangle_on_rectangle: number;
rectangle_on_rectangle_fill: number;
arrow_up_and_rectangle_on_rectangle: number;
arrow_down_and_rectangle_on_rectangle: number;
mosaic_square: number;
mosaic: number;
camera_panorama: number;
album_compose: number;
square_slash: number;
switch_square: number;
switch_square_lefthalf_filled: number;
camera_aperture: number;
camera_aperture_fill: number;
camera_aperture_fill_circle: number;
wallpaper_scrollable: number;
wallpaper_scrollable_fill: number;
leica_effect: number;
leica_effect_fill: number;
film: number;
lightbulb_slash: number;
a_lightbulb: number;
camera_metering_center_weighted: number;
camera_metering_field: number;
camera_metering_spot: number;
play_video: number;
exclamationmark_video: number;
wave_video: number;
dot_video_1: number;
dot_video_slash: number;
dot_3_viewfinder: number;
dot_3_viewfinder_slash: number;
camera_mode_slow: number;
eye_viewfinder: number;
eye_viewfinder_slash: number;
gif: number;
gif_slash: number;
livephoto: number;
livephoto_slash: number;
drop_halffull: number;
camera_flash: number;
camera_flash_slash: number;
camera_flash_1: number;
camera_flash_auto: number;
camera_flash_auto_5: number;
camera_flash_auto_10: number;
camera_flash_auto_15: number;
hand_raised_fingers_spread: number;
hand_point_up_tap: number;
camera_macro_circle_fill: number;
camera_macro_slash_circle: number;
camera_foot_circle_fill: number;
camera_foot_slash_circle: number;
camera_filters: number;
camera_filters_slash: number;
camera_assistive_grid: number;
camera_assistive_grid_slash: number;
camera_mode_dualview: number;
camera_mode_underwater: number;
seal: number;
camera_panover_vertical: number;
camera_panopor_horizontal: number;
scope: number;
scope_slash: number;
phone_arrow_left: number;
dual_view_PIP: number;
viewfinder_square: number;
aspect_ratio: number;
rectangle_split_2x1: number;
horizontal_level: number;
lapse_speed: number;
play_arrow_triangle_2_circlepath: number;
fluorescent: number;
Incandescent_lamp: number;
sun: number;
color_temperature: number;
cloud: number;
bicycle: number;
ar_lens: number;
jpg: number;
camera_master_ai: number;
camera_master_ai_slash: number;
camera_master_ai_fill: number;
a_3d_square_fill: number;
thinbody: number;
portrait_contour: number;
thinface: number;
light_painting: number;
soften: number;
star_2_moon: number;
loading: number;
plus_sun: number;
minus_sun: number;
nosign: number;
circle_circle_2: number;
lr: number;
a_3fingers_slash: number;
moon_and_message_fill: number;
moon_and_phone_circle_fill: number;
moon_and_minus_fill: number;
picture_badge_arrowshape_turn_right_up: number;
sun_badge_lock_fill: number;
camera_s: number;
camera_wb: number;
camera_ev: number;
camera_iso: number;
enhance_eyes: number;
brighten_eyes: number;
darkcircles: number;
whiten_teeth: number;
skin_tone: number;
beauty: number;
smooth: number;
highlights: number;
bright: number;
dark: number;
particle: number;
blemishes: number;
deflash: number;
shadow: number;
leaveshadow: number;
contrast: number;
toning: number;
brighten: number;
exposure: number;
brightness: number;
drop_1: number;
drop_2_fill: number;
snowflake: number;
wind: number;
wind_sand: number;
sand_storm: number;
car_below_drop_3: number;
fish: number;
fish_fill: number;
fish_circle_2: number;
cat_fill: number;
panda_fill: number;
dog_fill: number;
pawprint: number;
pawprint_fill: number;
night_fill: number;
night_badge_clock: number;
moon_z_fill: number;
sunset: number;
cloud_and_sun_filled: number;
cloud_and_sun_fill: number;
sunsetglow: number;
typhoon: number;
cloud_2: number;
cloud_2_fill: number;
compass_circle: number;
telescope: number;
flag_circle: number;
umbrella: number;
uv: number;
sunrise_fill: number;
sunset_fill: number;
sun_max_fill_1: number;
thermometer_sun_fill: number;
thermometer_snowflake: number;
haze: number;
questionmark_cloud_fill: number;
bolt_2_fill: number;
moon_1: number;
cloud_moon_fill: number;
cloud_sun_fill: number;
lightsnow: number;
moderatesnow: number;
heavysnow: number;
snowstorm: number;
exclamationmark_cloud_fill: number;
cloud_fill: number;
light_rain: number;
moderate_rain: number;
heavy_rain: number;
storm: number;
cloud_heavy_storm: number;
heavy_storm: number;
severe_storm: number;
showers: number;
hail: number;
foggy: number;
lightning: number;
sleet: number;
thermometer_medium: number;
thermometer_medium_fill: number;
tropicaltrees_and_sand: number;
leaf: number;
leaf_fill: number;
leaf_2_fill: number;
mapleleave: number;
mapleleave_fill: number;
flower: number;
camera_macro: number;
sakura: number;
raditionalbuilding: number;
mountain_2_fill: number;
line_2_below_mountain_2_fill: number;
waterfall: number;
stage: number;
firework: number;
pressure: number;
thermometer: number;
thermometer_circle: number;
questionmark_circle: number;
questionmark_circle_fill: number;
info_circle: number;
info_circle_fill: number;
info_shield: number;
exclamationmark: number;
exclamationmark_circle: number;
exclamationmark_circle_fill: number;
exclamationmark_triangle: number;
nosign_fill: number;
bolt_filled_on_circle: number;
bolt: number;
bolt_circle: number;
bolt_filled_circle: number;
bolt_circle_fill: number;
flame: number;
flame_fill: number;
eight_diagram: number;
eight_diagram_fill: number;
chevron_left: number;
chevron_right: number;
chevron_up: number;
chevron_down: number;
line_below_chevron_up: number;
line_below_chevron_down: number;
arrowtriangle_up_fill: number;
arrowtriangle_down_fill: number;
arrow_up: number;
arrow_up_circle: number;
arrow_up_circle_fill: number;
cloud_and_arrow_up: number;
arrow_down: number;
arrow_down_square: number;
square_and_arrow_down: number;
arrow_up_left: number;
arrow_left: number;
arrow_right: number;
arrow_up_to_line: number;
arrow_left_to_line: number;
arrow_right_to_line: number;
arrow_down_and_rectangle: number;
arrow_down_to_line_circle_fill: number;
arrowshape_down_to_line_fill: number;
arrowshape_down_to_line_circle_fill: number;
arrowshape_up_circle_fill: number;
arrowshape_up_to_line: number;
arrowshape_up_to_line_fill: number;
arrowshape_up_to_line_slash_fill: number;
arrowshape_up_frame: number;
arrowshape_up_frame_fill: number;
arrowshape_up: number;
arrowshape_up_fill: number;
square_and_arrow_down_badge_vip: number;
square_and_arrow_down_badge_checkmark: number;
arrowshape_turn_up_left: number;
arrowshape_turn_up_left_circle_fill: number;
arrow_up_left_and_arrow_down_right: number;
arrow_down_right_and_arrow_up_left: number;
arrow_counterclockwise: number;
return_down_left: number;
return_left_up: number;
rectangle_and_arrowshape_turn_up_right: number;
rectangle_and_arrowshape_turn_up_right_fill: number;
square_dashed_and_arrow_turn_up_right: number;
arrow_right_up_and_square: number;
arrow_left_arrow_right_and_rectangle_portrait: number;
arrowshape_left: number;
arrowshape_right: number;
trash_circle: number;
lung: number;
a_6_pointed_star: number;
AI_screenshot: number;
bending_transformation: number;
blur_direction: number;
car_side_rear: number;
car_window_close_1: number;
car_window_open_1: number;
character_arrow_2_circlepath: number;
character_square: number;
color_deepening: number;
color_fading: number;
color_fill: number;
combine: number;
dark_color: number;
difference: number;
equal_size: number;
eraser_scribble: number;
eyedropper: number;
filter_color: number;
four_quadrants: number;
free_transformation: number;
symmetry: number;
granule: number;
headlight_high_beam: number;
highlighter_tip_1: number;
horizontal_flip: number;
Inverse_selection: number;
layer_fill: number;
layer: number;
light_color: number;
light: number;
linear_deepening: number;
linear_dilution: number;
linear_light: number;
liquefying_clockwise: number;
liquefying_counterclockwise: number;
liquefying_expand: number;
liquefying_pinching: number;
liquefying_push: number;
minus_square_fill: number;
mixed_humidity: number;
multiply_square_fill: number;
normal_square_fill: number;
painting_assistance: number;
partition_square_fill: number;
pencil_line_1: number;
pencil_waveform_fill: number;
perspective: number;
plus_square_fill: number;
radial: number;
rendering: number;
single_page_flipping: number;
smart_selection_area: number;
smearing_fill: number;
smearing: number;
soft_light: number;
solid_color_mixing: number;
spot_light: number;
strikethrough: number;
stroke_path: number;
strong_light: number;
subtract_layer: number;
transformation_fill: number;
transformation: number;
transparency_lock: number;
twist_transformation: number;
vertical_flip: number;
wavyline_below_character: number;
ambient_wall_light: number;
bed_double_fill: number;
blind_curtain_close: number;
cooking: number;
chandelier: number;
chef_hat: number;
clothing_fill: number;
curtain_open: number;
decorative_lamp_fill: number;
dome_light_fill: number;
dream_curtain_close: number;
dream_curtain_open: number;
fan_fill_1: number;
fan_slash_fill: number;
floor_lamp_fill: number;
house_default: number;
house_setting: number;
laboratories: number;
lamp_desk_fill: number;
overhead_light_fill: number;
scenes: number;
sofa_fill: number;
spanner: number;
toilet: number;
wall_lamp_fill: number;
adapt_window_width: number;
battery_75percent: number;
bookmark_filled_on_bookmark: number;
books_vertical_fill: number;
bookshelf_badge_checkmark_fill: number;
bookshelf_badge_plus_fill: number;
bookshelf: number;
briefcase: number;
case_fill: number;
Celia_fill: number;
character_book: number;
children: number;
continuous_rolling: number;
course_badge_minus: number;
course: number;
cube_and_arrow_down: number;
doc_plaintext_and_pencil_fill: number;
doc_text_2: number;
fast_forward: number;
figure_leave: number;
flipping_page_fill: number;
flipping_page: number;
foldline_screen_circle: number;
grid: number;
hand_point_up_tap_fill_slash: number;
headphones_fill: number;
hidisk_fill: number;
hitouch_cutout: number;
house_circle: number;
inbox: number;
infotainment_fold_fill: number;
infotainment: number;
line_3_horizontal_circle: number;
lock_open_filled_arrow_counterclockwise: number;
magnifyingglass_circle: number;
media_center: number;
media_sound: number;
mental_arithmetic_practice: number;
mic_sound: number;
minus_magnifyingglass: number;
music_note_circle_fill: number;
music_slash_fill: number;
notepad_fill: number;
notepad: number;
nurse: number;
ok_circle: number;
parental_protection: number;
pdf_doc: number;
privilege_effect: number;
AI_read_aloud: number;
reports: number;
rhythm: number;
smal_window_playback: number;
space_audio: number;
AI_subtitles: number;
wifi_slash: number;
word_book: number;
wrench_and_screwdriver: number;
xmark_book: number;
ad_circle_slash_fill: number;
data_proportion: number;
graduationcap_fill: number;
store: number;
target_ceremony: number;
action_guidance: number;
adapt_window_height: number;
altitude: number;
arrow_down_left_video_badge_phone_fill: number;
arrow_down_left_video_badge_phone_filled: number;
arrow_left_circle: number;
arrow_right_circle: number;
arrow_triangle_divide: number;
average_decline: number;
average_depth: number;
maximum_depth: number;
average_increase: number;
average_pace_fill: number;
average_pace: number;
average_speed_fill: number;
average_speed: number;
average_step_frequency: number;
basketball_fill: number;
basketball: number;
beidou_satellite_fill: number;
bird_ball: number;
blood_glucose_difference: number;
blood_glucose: number;
blood_oxygen_meter_fill: number;
blood_oxygen_meter: number;
blood_oxygen_saturation: number;
blood_pressure: number;
bloodpressure_meter_fill: number;
bloodpressure_meter: number;
BMI_circle: number;
body_fat_scale_fill: number;
body_fat_scale: number;
bone_salt_content: number;
bounce_count: number;
breathing: number;
cadence_fill: number;
cadence: number;
ash_haze: number;
chevron_down_2_circle: number;
chevron_down_circle: number;
chevron_left_2: number;
chevron_left_circle: number;
chevron_right_circle: number;
chevron_up_2_circle: number;
chevron_up_2: number;
circle_below_local_filled: number;
circle_below_plus_shield: number;
compass_circle_fill: number;
cross_fit: number;
cross_square_fill: number;
dart_target: number;
device_trajectory: number;
directional_offroad: number;
distance_fill: number;
distance: number;
diving_frequency: number;
diving_time: number;
dumbbell: number;
eagle_ball: number;
ellipticals_fill: number;
ellipticals: number;
exclamationmark_triangle_fill: number;
fat_percentage: number;
female_symbols: number;
figure_archery: number;
figure_badminton: number;
figure_ballet: number;
figure_baseball: number;
figure_beach_soccer: number;
figure_beach_volleyball: number;
figure_belly_dance: number;
figure_bicycle_motocross: number;
figure_billiard: number;
figure_bowling: number;
figure_boxing: number;
figure_bungee: number;
figure_canoeing: number;
figure_climbing: number;
figure_cooldown: number;
figure_cricket: number;
figure_curling: number;
figure_dance: number;
figure_disc_sports: number;
figure_dodgeball: number;
figure_dragon_boat: number;
figure_drifting: number;
figure_ellipticals: number;
figure_equestrian_sports: number;
figure_fencing: number;
figure_fishing: number;
figure_free_combat: number;
figure_free_diving: number;
figure_goalball: number;
figure_golf: number;
figure_handball: number;
figure_highintensity_intervaltraining: number;
figure_hiking: number;
figure_hockey: number;
figure_horizontal_bar: number;
figure_hulahoop: number;
figure_hunting: number;
figure_ice_hockey: number;
figure_indoor_bicycle: number;
figure_Jazz: number;
figure_jumprope: number;
figure_karate: number;
figure_kendo: number;
figure_kickboxing: number;
figure_kiteflying: number;
figure_latin_dance: number;
figure_martial_arts: number;
figure_mixed_cardio: number;
figure_motorboat: number;
figure_mountaineering: number;
figure_open_water_swim: number;
figure_outdoor_cycle: number;
figure_paddle_surfing: number;
figure_parachute: number;
figure_parallel_bars: number;
figure_parkour: number;
figure_pilates: number;
figure_pool_swim: number;
figure_pulley: number;
figure_recreational_diving: number;
figure_rolling: number;
figure_rowing: number;
figure_rugby: number;
figure_run_crosscountry: number;
figure_run_treadmill: number;
figure_run: number;
figure_sailboat: number;
figure_sepaktakraw: number;
figure_shuttlecock: number;
figure_skating: number;
figure_skiing_crosscountry: number;
figure_skiing_downhill: number;
figure_skiing: number;
figure_slalom: number;
figure_sled: number;
figure_sleidge: number;
figure_snowboarding: number;
figure_softball: number;
figure_square_dancing: number;
figure_squash: number;
figure_stair: number;
figure_stepper: number;
figure_street_dance: number;
figure_surfing: number;
figure_swing: number;
figure_table_tennis: number;
figure_taekwondo: number;
figure_taichi: number;
figure_technical_diving: number;
figure_tennis: number;
figure_tugofwar: number;
figure_volleyball: number;
figure_winter_biathlon: number;
figure_yoga: number;
flag_checkered_2_crossed: number;
free_training: number;
functional_training: number;
gas: number;
golf_hole_locations: number;
golfclub_ball: number;
ground_air_ratio: number;
ground_contact_peak: number;
group_gymnastics: number;
hand_raised_hexagon: number;
heartrate_band_fill: number;
heartrate_band: number;
height: number;
hold_breath_test: number;
hold_breath: number;
input_source: number;
instrument_diving: number;
intelligent_companion_run: number;
intelligent_coach: number;
KM_slash: number;
KM: number;
landing_impact: number;
left_right_touchdown_balance: number;
max_water_temperature: number;
message_badge_gearshape_1: number;
ball_fill: number;
mic_slash: number;
min_water_temperature: number;
moisture: number;
muscle_mass: number;
nearlink: number;
outward_curvature: number;
oximeter_fill: number;
oximeter: number;
oxygen_uptake: number;
person_badge_lock_fill: number;
person_height: number;
phone_arrow_down_left_circle_fill: number;
phone_badge_plus: number;
phone_badge_wifi: number;
phone_filled_badge_hd: number;
phone_wave_2_down_fill: number;
pollen_club: number;
pool_width: number;
protein: number;
pulp_frequency: number;
push_rod: number;
RAI_circle: number;
repeat_track: number;
rescue: number;
rope_skipping_fill: number;
rope_skipping: number;
rowing_machine_fill: number;
rowing_machine: number;
satellite_map_fill: number;
satellite_map: number;
simcard_fill_2_and_simcard_fill_1: number;
sleep_fill: number;
sleep: number;
soaring_time: number;
spin_bike_fill: number;
spin_bike: number;
sporadic_naps: number;
staircase: number;
steps_fill: number;
steps: number;
streak_jump: number;
strength_training: number;
strolling_machine: number;
sun_figure_walk: number;
swimming_trips: number;
swinging_angle: number;
touchdown_time: number;
transfer_station_fill: number;
transfer_station: number;
treadmill_fill: number;
treadmill: number;
upper_lane_rate: number;
vertical_amplitude_ratio: number;
vertical_amplitude: number;
visceral_fat: number;
vpn_key: number;
warning_frequency: number;
warning_switch: number;
water_type: number;
weight_unit: number;
whistle: number;
workout_swim_frequency: number;
workout_swolf: number;
concentrated_floating_dust: number;
drought: number;
dry_hot_air: number;
flash_flood_disaster: number;
gale: number;
geologic_hazard: number;
leaf_circle_fill: number;
mask_fill: number;
minors_mode: number;
ozone: number;
sea_fog: number;
sea_lightning: number;
sea_strong_winds: number;
sea_thunder_and_strong_winds: number;
sea_typhoon: number;
thunder: number;
thunderbolt_and_strong_wind: number;
tornado: number;
trunk_fill: number;
AI_phone_doc: number;
AI_phone: number;
battery_bolt: number;
cold_wave: number;
cooling: number;
dust_storm: number;
forest_and_grassland_fire_insurance: number;
frost: number;
frozen: number;
heavy_pollution: number;
heavy_rainfall: number;
hitouch_read_aloud: number;
low_temperature_freezing_damage: number;
low_temperature_rain_snow_and_freezing: number;
low_temperature: number;
person_badge_nosign_fill_1: number;
proportional_transformation: number;
rainstorm: number;
rectangle_split_1x2: number;
severe_cold: number;
snow_disaster: number;
star_2_moon_fill: number;
strong_convection: number;
strong_cooling: number;
thunder_storm: number;
thunderstorm: number;
yuansign_arrow_counterclockwise: number;
access_card: number;
AI_pause: number;
AI_play: number;
AI_translate: number;
book_open_fill: number;
book_1: number;
boutique_book_fill: number;
boutique_book: number;
buzzer_detection: number;
car_maintain: number;
circle_filled_dash_circle: number;
contacts_book_fill: number;
contrastive_translation: number;
dynamic: number;
endurance: number;
exercise_records: number;
figure_running: number;
horizontal_symmetry: number;
infotainment_fill: number;
knowing_everything: number;
lyrics_square: number;
MCN_agency: number;
my_plans: number;
page_flipping: number;
paintbrush_fill: number;
paintbrush: number;
play_round_rectangle: number;
play_round_triangle_fill: number;
private_browsing_mode: number;
quick_help: number;
recharge_cashback: number;
route_plan: number;
rush_pipe: number;
slider_horizontal_2_square: number;
square_dashed: number;
Synchronics: number;
training_index: number;
vertica_symmetry: number;
action_shooting: number;
AI_lightbulb_max: number;
robot: number;
arrowshape_up_left_and_arrowshape_down_right: number;
battery_bolt_fill: number;
board_game: number;
bolt_shield_fill: number;
camera_flash_auto_1: number;
camera_flash_auto_2: number;
camera_flash_auto_3: number;
camera_flash_auto_4: number;
camera_flash_auto_6: number;
camera_flash_auto_7: number;
camera_flash_auto_8: number;
camera_flash_auto_9: number;
camera_flash_auto_11: number;
camera_flash_auto_12: number;
camera_flash_auto_13: number;
camera_flash_auto_14: number;
cinema: number;
custom_brush: number;
desktop_site: number;
distance_sensing: number;
equals: number;
except: number;
express_delivery: number;
heat_generation: number;
home_button: number;
Huawei_logo: number;
leisure_puzzle: number;
lightbulb_circle_fill: number;
lightbulb_fill: number;
lightbulb_slash_fill: number;
local_badge_hd_fill: number;
location_north_up_right_circle_fill: number;
meta_service: number;
multiply: number;
navigation: number;
operation_strategy: number;
planets: number;
play_hexagon_fill: number;
play_round_rectangle_fill: number;
podcast: number;
quick_app: number;
road_rescue: number;
role_play: number;
screen_witching_fill: number;
short_vertical_line: number;
sports_racing: number;
square_filled_on_square: number;
tracking_cookie_interception: number;
train_ticket: number;
truck_box_fill: number;
wifi_badge_minus: number;
xmark_picture_fill: number;
zeroing: number;
AI_circle_viewfinder: number;
AI_playing: number;
AI_search: number;
auto_circle_fill: number;
battery_75percent_vertical: number;
blind_curtain: number;
calculator_fill: number;
calculator: number;
camera_beautify_fill: number;
camera_filters_fill: number;
cloth_curtain: number;
computer_fill: number;
computer: number;
curtains_fill: number;
curtains_slash_fill: number;
dream_curtain: number;
dual_phone_pairing: number;
roller_shutters: number;
eviction: number;
root: number;
Interval_swing: number;
magnifyingglass_car: number;
matebook_fill: number;
multi_screen_collaboration: number;
pad_fill: number;
phone_card_slot: number;
printer_fill: number;
silent_writing_practice: number;
stereoscopic_flash_lamp: number;
super_privacy_mini_fold: number;
video_slasj_fill: number;
xmark_picture: number;
switch_camera_fill: number;
earphone_13568_fill: number;
earphone_16643_fill: number;
earphone_16643_left_fill: number;
earphone_16643_right_fill: number;
earphone_16644_fill: number;
earphone_16644_left_fill: number;
earphone_16644_right_fill: number;
earphone_16646_fill: number;
earphone_16646_left_fill: number;
earphone_16646_right_fill: number;
earphone_16660_fill: number;
earphone_16660_left_fill: number;
earphone_16660_left: number;
earphone_16660_right_fill: number;
earphone_16660_right: number;
earphone_16660: number;
earphone_16896_fill: number;
earphone_16896_left_fill: number;
earphone_16896_left: number;
earphone_bluetooth_fill: number;
dynamic_bicycles: number;
figure_rowing_machine: number;
lactate_threshold: number;
medium_shot: number;
smart_data_saver: number;
AI_keyboard: number;
application_relay: number;
calculator_1: number;
divide_square_fill: number;
foldline_screen_fill: number;
horizontal: number;
house_equipment: number;
keymouse_sharing: number;
nearby_devices_badge_lock: number;
service_interoperability: number;
wireless_projection_fill: number;
AI_translation: number;
edit_colour: number;
horizontal_fill_window: number;
pause_round_triangle_fill: number;
vertically_fill_window: number;
earphone_5888: number;
earphone_5888_fill: number;
earphone_7425: number;
earphone_7425_fill: number;
earphone_16640_fill: number;
earphone_16640_left_fill: number;
earphone_16640_left: number;
earphone_16640_right_fill: number;
earphone_16640_right: number;
earphone_16640: number;
earphone_16647_fill: number;
earphone_16647_left_fill: number;
earphone_16647_left: number;
earphone_16647_right_fill: number;
earphone_16647_right: number;
earphone_16647: number;
earphone_16650_fill: number;
earphone_16650_left_fill: number;
earphone_16650_left: number;
earphone_16650_right_fill: number;
earphone_16650_right: number;
earphone_16650: number;
earphone_16659_fill: number;
earphone_16659_left_fill: number;
earphone_16659_left: number;
earphone_16659_right_fill: number;
earphone_16659_right: number;
earphone_16659: number;
earphone_16896_right: number;
earphone_16896_right_fill: number;
earphone_16896: number;
earphone_bluetooth_left_fill: number;
earphone_bluetooth_left: number;
earphone_bluetooth_right_fill: number;
earphone_bluetooth_right: number;
earphone_case_16640: number;
earphone_case_16643: number;
earphone_case_16644: number;
earphone_case_16646: number;
earphone_case_16647: number;
earphone_case_16650: number;
earphone_case_16659: number;
earphone_case_16660: number;
earphone_case_16896: number;
earphone_case_bluetooth: number;
AI_panels: number;
AI_picture_on_square: number;
AI_wand_stars_and_cloud: number;
arrow_down_circle: number;
bell_badge_gearshape: number;
close_sidebar: number;
cold: number;
computer_badge_star: number;
device_2: number;
heart_bookmark: number;
ios: number;
multiple_square_root: number;
open_sidebar: number;
paperplane_right_fill: number;
pc_and_phone_fill: number;
picture_on_square_1: number;
pin_fill_1: number;
play_video_fill: number;
rectangle_rotate: number;
square_root: number;
sunscreen: number;
thunderstorm_and_gale: number;
touchpad: number;
volume_based_package: number;
worldclock_badge_checkmark: number;
wifi_badge_lock: number;
wifi_badge_exclamationmark: number;
wifi_6plus: number;
wifi_6plus_badge_lock: number;
wifi_6plus_badge_exclamationmark: number;
wifi_6: number;
wifi_6_badge_lock: number;
wifi_6_badge_exclamationmark: number;
minors_mode_fill: number;
art_gallery: number;
hotel: number;
book_pages_fill_1: number;
performance_1: number;
wavy_line_fill: number;
arrowshape_turn_up_right_fill: number;
plus_square: number;
earphone_bluetooth: number;
earphone_13568: number;
earphone_16644: number;
earphone_16644_left: number;
earphone_16644_right: number;
earphone_16643: number;
earphone_16643_left: number;
earphone_16643_right: number;
earphone_16646: number;
earphone_16646_left: number;
earphone_16646_right: number;
earphone_15616_fill: number;
earphone_15616: number;
chevron_forward: number;
chevron_backward: number;
a_12_rectangle_portrait: number;
a_16_rectangle_portrait: number;
a_18_rectangle_portrait: number;
a_3_rectangle_portrait: number;
a_7_rectangle_portrait: number;
animal_head: number;
balloon_2_fill: number;
bath_badge_clock: number;
bath: number;
board_games: number;
card_migration: number;
card_package_badge_gearshape: number;
card_package: number;
casing_detection: number;
coins_badge_diamond_fill: number;
cooking_badge_clock: number;
copper_coin_and_hand: number;
credit_card_repayment: number;
data: number;
drop_slash_fill: number;
elevation_gain: number;
financial_management: number;
find_watch: number;
flower_coin: number;
front_facing_camera: number;
gamecontroller_fill: number;
golf_club_and_ball: number;
hamburgers: number;
haze_warn: number;
Investment_stable_value_add: number;
K_points: number;
laundry_badge_clock: number;
laundry: number;
leisure_puzzle_1: number;
life_payment: number;
mall: number;
person_rectangle_portrait: number;
phone_badge_star: number;
printer_badge_exclamationmark_fill: number;
rear_facing_camera: number;
role_play_fill: number;
route: number;
ruler: number;
saga_tap_detection: number;
saga_watch_hardware: number;
sleep_breathing_awareness: number;
swap_coupon: number;
table_tennis_bat: number;
thermometer_fill: number;
ticket_fill: number;
today_circle_fill: number;
total_descent: number;
unknown_device_fill: number;
unknown_device: number;
v_mall_fill: number;
v_mall: number;
watch_badge_nosign: number;
watch_badge_yuansign: number;
alive_light: number;
arrow_down_circle_badge_checkmark: number;
arrowshape_turn_up_left_2: number;
arrowshape_turn_up_right: number;
bar_light: number;
bathing_light: number;
beauty_light: number;
blind_curtain_open: number;
gas_fee_fill: number;
bolt_fill: number;
bookshelf_badge_checkmark: number;
bookshelf_badge_plus: number;
candle_light: number;
car_side_rear_open_1: number;
clean_light: number;
copper_coin_and_hand_fill: number;
credit_card_repayment_fill: number;
decompress: number;
dinner_light: number;
envelope_badge_arrowshape_turn_up_right: number;
focus_light: number;
fund_fill: number;
fund: number;
gas_fee: number;
getup_night_light: number;
guest_light: number;
hd_plus_rectangle: number;
heating_fee_fill: number;
icloud_fill: number;
ink_splash: number;
life_payment_fill: number;
movie_light: number;
new_movie: number;
paperclip_badge_arrowshape_turn_up_left_2: number;
paperclip_badge_arrowshape_turn_up_left: number;
phone_recharge: number;
prepare_for_dinner_light: number;
property_fee_fill: number;
rapid_purification_fill: number;
resolution_video_fill: number;
return_home_light: number;
rhythmic_light: number;
romantic_light: number;
safe_box: number;
sleep_light: number;
snowflake_circle_fill: number;
wash_light: number;
arrow_up_to_line_slash: number;
briefcase_fill: number;
camera_far: number;
camera_slash_fill: number;
checkmark_message_fill: number;
pc_fill: number;
circle_on_square_fill: number;
drop_and_wave_2_fill: number;
ellipsis_message_badge_circle_fill: number;
fan_blade_3_pcs: number;
fan_blade_4_pcs: number;
fan_blade_5_pcs: number;
fan_blade_6_pcs: number;
fan_blade_7_pcs: number;
fan_blade_8_pcs: number;
foldablescreen_fill: number;
forum_fill: number;
game_fill: number;
game: number;
handwriting_set: number;
heart_square_stack: number;
icloud_badge_doc_plaintext: number;
input_set: number;
local_slash_fill: number;
monitor_fill: number;
pencil_crcle_fill: number;
phone_fill_slash: number;
purification_fill: number;
smartscreen_fill: number;
soundai_fill: number;
key_shield_slash_fill: number;
speaker_wave_3_circle_fill: number;
square_fill_grid_2x2_badge_adiowaves: number;
study_smartscreen_fill: number;
watch_fill: number;
small_triangle_arrow_down_right_fill: number;
air_conditioning_purification_fill: number;
air_conditioning_purification_open_fill: number;
pencil_tip_fill: number;
pen_tip_fill: number;
ballpointpen_tip_fill: number;
marker_tip_fill: number;
highlighter_tip_fill: number;
Laserpen_fill: number;
folder_badge_ellipsis: number;
battery_leaf_fill: number;
arrow_right_and_square: number;
a_10k_rectangle: number;
a_360_degree_rotation: number;
doc_text_badge_clock_fill: number;
a_3k_rectangle: number;
hobbyhorse: number;
notice_fill: number;
heart_house_fill: number;
graduationcap: number;
ellipsis_circle: number;
calendar_01: number;
calendar_02: number;
calendar_03: number;
calendar_04: number;
calendar_05: number;
calendar_06: number;
calendar_07: number;
calendar_08: number;
calendar_09: number;
calendar_10: number;
calendar_11: number;
calendar_12: number;
calendar_13: number;
calendar_14: number;
calendar_15: number;
calendar_16: number;
calendar_17: number;
calendar_18: number;
calendar_19: number;
calendar_20: number;
calendar_21: number;
calendar_22: number;
calendar_23: number;
calendar_24: number;
calendar_25: number;
calendar_26: number;
calendar_27: number;
calendar_28: number;
calendar_29: number;
calendar_30: number;
calendar_31: number;
lactate_threshold_1: number;
watch_badge_card: number;
car_key: number;
spare_1: number;
spare_2: number;
spare_3: number;
spare_4: number;
spare_5: number;
spare_6: number;
spare_7: number;
spare_8: number;
calendar_badge_clock_fill: number;
spare_9: number;
a_5k_rectangle: number;
ebook: number;
background_blurred: number;
background_blurred_slash: number;
background_color_removal: number;
background_color_removal_slash: number;
color_temperature_1: number;
color_temperature_slash: number;
adjustment_slash: number;
highlights_slash: number;
shadow_slash: number;
toning_slash: number;
bright_slash: number;
contrast_slash: number;
dark_slash: number;
saturation_slash: number;
natural_saturation_slash: number;
paintpalette_slash: number;
triangleshape_slash: number;
circle_square_slash: number;
fade_slash: number;
exposure_slash: number;
particle_slash: number;
stop_circle_fill: number;
align_left: number;
align_center: number;
align_right: number;
align_top: number;
align_middle: number;
align_bottom: number;
download_fill: number;
envelope_badge_dot_fill: number;
keymouse_sharing_fill: number;
matebook_and_phone_fill: number;
multi_screen_collaboration_fill: number;
picture_2_fill: number;
keyboard_badge_combination: number;
person_badge_checkmark_fill: number;
coins_badge_coin: number;
law: number;
science_technology: number;
star_square_stack_fill: number;
board_game_fill: number;
chicken_leg_fill: number;
chicken_leg: number;
cross_case_fill: number;
leisure_puzzle_fill: number;
tennis_ball_fill: number;
tennis_ball: number;
volleyball_fill: number;
volleyball: number;
action_shooting_fill: number;
exponentiation: number;
wired_projection: number;
mic_badge_star: number;
albatross_ball: number;
AR_share: number;
arrow_bounce_right: number;
arrow_right_and_square_shield_fill: number;
arrowshape_up_to_line_slash: number;
backward_fill: number;
bag_badge_plus: number;
balloon: number;
barrage_off: number;
barrage_on: number;
barrage_setting: number;
barrage_simple: number;
doc_text_badge_arrow_right: number;
car_badge_minus: number;
cart_fill: number;
charge_badge_minus_fill: number;
charge_head: number;
children_1: number;
classify: number;
daren_college: number;
device_bolt: number;
display_products: number;
display_products_slash: number;
distance_unit: number;
dot_radiowaves_message: number;
dot_radiowaves_message_fill: number;
figure_run_1: number;
earphone_5888_slash: number;
enlarge_window: number;
exchange_product: number;
face_laughing: number;
ferry_badge_minus_fill: number;
figure_arms_open_1: number;
figure_arms_open_filled_viewfinder: number;
flexible_screen: number;
full_rectangle: number;
group: number;
half_rectangle: number;
house_shield_fill: number;
info_rectangle_portrait_fill: number;
kunlun_glass: number;
leave_home_shield_fill: number;
line_below_AWB: number;
location_right_fill: number;
mainboard_fault: number;
messenger: number;
mouse_fill: number;
music_house_fill: number;
navigation_1: number;
notice: number;
notice_1: number;
passport: number;
personalized_sticker: number;
pollen_club_fill: number;
rear_cover_fault: number;
replace_device: number;
reposition: number;
road_lanes_badge_minus_fill: number;
robots_fill: number;
route_plan_fill: number;
ruler_measure: number;
ruler_measure_slash: number;
service_fill: number;
short_distance: number;
start_to_end_distance: number;
start_to_end_distance_fill: number;
store_fill: number;
switch_compass: number;
switch_leveler: number;
switch_reality: number;
text_badge_questionmark: number;
text_clipboard_fill: number;
topic: number;
topic_message_fill: number;
touchscreen_fault: number;
vip_purchasing_code: number;
volume_based_package_1: number;
waveform_path_ecg_magnifyingglass_fill: number;
whatsapp: number;
wisdom_house: number;
wrench_rectangle_portrait_fill: number;
arrowshape_turn_up_left_fill: number;
abilityform: number;
ad_circle_slash: number;
after_sales_shield: number;
AI_doc_plaintext: number;
AI_phone_fill: number;
AI_sound: number;
AI_spell_suggest: number;
AI_word_suggest: number;
air: number;
altitude_fill: number;
archivebox_badge_clock: number;
arrow_down_shield: number;
audio_theatre: number;
auto_camera: number;
auto_camera_slash: number;
average_step_frequency_fill: number;
awareness: number;
bag_fill_1: number;
battery_100percent: number;
battery_10percent: number;
battery_15percent: number;
battery_20percent: number;
battery_30percent: number;
battery_40percent: number;
battery_50percent: number;
battery_5percent: number;
battery_60percent: number;
battery_70percent: number;
battery_80percent: number;
battery_90percent: number;
battery_95percent: number;
battery_bolt_arrow_2_circlepath: number;
bed_and_figure_walk: number;
bed_badge_clock_fill: number;
bed_badge_exclamationmark_fill: number;
beidou_satellite: number;
bolt_shield: number;
bone_voice_ID: number;
broken_screen: number;
camera_circle_fill: number;
card_badge_yuansign_arrow_counterclockwise: number;
card_writer: number;
cervical_vertebra: number;
cinemagraph: number;
classify_1: number;
cutlery_notepad: number;
doc_plaintext_and_compass: number;
doors_and_windows_closed: number;
doors_and_windows_open: number;
egretta_fill: number;
electric_install: number;
elevation_gain_fill: number;
ellipsis_message_slash: number;
envelope_badge_xmark_fill: number;
figure_badge_arrow_up: number;
figure_badge_exclamationmark: number;
figure_basketball: number;
figure_fall_down: number;
figure_fall_down_badge_questionmark: number;
figure_falling_bed: number;
figure_falling_bed_badge_questionmark: number;
figure_football: number;
figure_sleeping_badge_exclamationmark: number;
figure_walk_arrival: number;
figure_walk_badge_arrow_right: number;
figure_walk_badge_clock: number;
figure_walk_badge_exclamationmark: number;
find_device_fill: number;
game_icloud_fill: number;
gif_video: number;
glass_repair: number;
globe_badge_heart: number;
ground_air_ratio_fill: number;
ground_contact_peak_fill: number;
hammer_fill: number;
handshake: number;
HarmonyOS_Connect: number;
HarmonyOS_Next: number;
headset_missing: number;
highlighter_fill: number;
HQ_recording: number;
huawei_sound: number;
huawei_wallet: number;
install: number;
key_horizontal_fill: number;
keyboard_badge_mic: number;
kunlun_glass_rectangle_portrait: number;
L_and_R_fill: number;
landing_mode_fill: number;
Language_arrow_2_circlepath: number;
local_circle_fill: number;
long_exposure: number;
lossless: number;
magnifyingglass_house: number;
menu_TV: number;
mic_arrow_2_circlepath: number;
moon_music: number;
moon_z: number;
moon_z_fill_1: number;
more_fill: number;
move_1: number;
multiple_exposure: number;
music_square_stack_fill: number;
noise_canceling: number;
noise_reduction_slash: number;
outward_curvature_fill: number;
pause_round_triangle: number;
person_badge_clock_fill: number;
person_badge_phone_fill: number;
person_badge_questionmark_fill: number;
phone_and_chevron_forward: number;
phone_recharge_1: number;
picture_badge_arrow_down: number;
play_round_triangle: number;
playing_back_and_forth: number;
quick_reminders: number;
rectangle_4_group_1: number;
rectangle_4_group_fill_1: number;
rectangle_portrait_badge_hourglass: number;
rectangle_portrait_wave_2_fill: number;
repeat_play: number;
role_trading: number;
seal_slash: number;
service_card: number;
service_card_badge_plus: number;
service_card_fill: number;
shock_load_rate_fill: number;
signal: number;
skylark_fill: number;
slider_horizontal_2_square_fill: number;
smart_screen_warranty: number;
smart_wear_detection: number;
smoke_fill: number;
soaring_time_fill: number;
sort_1: number;
soundx_fill: number;
spatial_fix: number;
spatial_off: number;
sq_circle_fill: number;
star_bookmark: number;
star_calendar: number;
stop_circle: number;
sweep_left_and_right: number;
sweeping_up_and_down: number;
swinging_angle_fill: number;
switch_TV: number;
text_and_arrow_up_and_down: number;
tip_fit_test: number;
total_descent_fill: number;
touchdown_time_fill: number;
touchid_badge_exclamationmark: number;
transfer: number;
translate_square: number;
valves_open: number;
valves_slash: number;
video_star: number;
video_star_fill: number;
vr: number;
vrglass: number;
vrglass_fill: number;
wechat_fill: number;
wind_direction: number;
wind_speed: number;
xmark_message_fill: number;
yuan_banknote_inlet: number;
yuansign_coupon_fill: number;
z_alarm_fill: number;
arrow_up_right: number;
blood_oxygen_saturation_fill: number;
calendar_badge_plus: number;
calendar_badge_plus_fill: number;
checkmark_circle_on_circle: number;
checkmark_circle_on_circle_fill: number;
edit_badge_star: number;
FA: number;
list_bullet_square_fill_1: number;
pause_fill: number;
pause_round_triangle_fill_1: number;
thumbnails_1: number;
intelligent_lock_key: number;
countdown: number;
a_10_to_the_x_power: number;
cos: number;
cos_1: number;
Deg: number;
e: number;
e_to_the_x_power: number;
left_parenthesis: number;
ln: number;
lnv: number;
log: number;
M_: number;
memory_plus: number;
MC: number;
MR: number;
Rad: number;
right_parenthesis: number;
sin: number;
sin_1: number;
tan: number;
tan_1: number;
factorial: number;
x_to_the_second_power: number;
x_to_the_third_power: number;
Pi: number;
}
let symbol: MySymbolInterface = {
ohos_wifi: 125830644,
ohos_trash: 125830645,
ohos_trash_circle: 125830646,
ohos_photo: 125830647,
ohos_folder_badge_plus: 125830648,
ohos_lungs: 125830649,
ohos_mic: 125830854,
ohos_circle: 125830855,
ohos_lock: 125830856,
ohos_star: 125830857,
ohos_arrow_up: 125830858,
heart_slash: 125831130,
speaker_slash: 125831131,
repeat_1: 125831132,
checkmark_circle: 125831133,
play_circle_fill: 125831134,
speaker_plus: 125831135,
speaker_wave_3: 125831136,
rays: 125831171,
kidswatch_fill: 125831172,
play_circle: 125831173,
pause_circle: 125831174,
play_fill: 125831175,
pause: 125831176,
doc_plaintext_fill_1: 125831243,
checkmark_circle_fill_1: 125831244,
alarm_fill_1: 125831245,
stopwatch_2: 125831246,
worldclock_fill_2: 125831247,
timer_circle_fill: 125831248,
house_fill_1: 125831249,
person_crop_circle_fill_1: 125831250,
auditorium: 125831251,
ranking_fill: 125831252,
slider_horizontal_2_1: 125831253,
indent_right: 125831254,
indentation_left: 125831255,
frame_overlay_rectify: 125831256,
sdcard_fill: 125831257,
sdcard_1: 125831258,
simcard_fill: 125831259,
simcard_3: 125831260,
checkmark_square_fill: 125831261,
search_things: 125831262,
circle_and_arrow_down: 125831263,
circle_and_arrow_down_fill: 125831264,
undo: 125831265,
redo: 125831266,
histogram: 125831267,
ranking: 125831268,
arrowshape_right_fill: 125831269,
card: 125831270,
lightbulb_1: 125831271,
onehand: 125831272,
organ_donors: 125831273,
switch_majuscule_fill: 125831274,
switch_majuscule: 125831275,
lock_filled_arrow_counterclockwise: 125831276,
skip_silence_fill: 125831277,
skip_silence: 125831278,
arrow_triangle_merge: 125831279,
alarm_1: 125831280,
calendar_1: 125831281,
download: 125831282,
upload: 125831283,
worldclock_fill_1: 125831284,
a_4d_vibration: 125831285,
drop_bottomrighthalf_inset_filled_1: 125831286,
square_and_square: 125831287,
square_and_arrow_down_1: 125831288,
arrow_down_circle_badge_vip_circle_filled: 125831289,
download_1: 125831290,
warning: 125831291,
line_below_arrowtriangle_up_circle_fill: 125831292,
line_below_arrowtriangle_up_fill: 125831293,
stopwatch_fill_1: 125831294,
stopwatch_1: 125831295,
arrow_left_arrow_right: 125831296,
arrow_uturn_down: 125831297,
artistic_virtualization: 125831298,
camera_AF: 125831299,
camera_portrait_efferts: 125831300,
checkered_magnifyingglass: 125831301,
chevron_up_circle: 125831302,
circle_grid_2x2: 125831303,
crop_video_fill: 125831304,
cut_in: 125831305,
peripheral_device: 125831306,
dot: 125831307,
efficient_video_format: 125831308,
exclamationmark_shield_fill: 125831309,
fingerjoint_screenshot_slash: 125831310,
hand_raised_hexagon_fill: 125831311,
hdr: 125831312,
lock_text_rectangle_portrait: 125831313,
celiakeyboard_elevate: 125831314,
fuzzy_input: 125831315,
input_mode: 125831316,
square_stack_3d_fill: 125831317,
intelligent: 125831318,
key_induction: 125831319,
puzzle: 125831320,
resolution_video: 125831321,
sd_card: 125831322,
shutter_photo: 125831323,
sport: 125831324,
puzzle_fill: 125831325,
lock_badge_child: 125831326,
main_auxiliary_screen_slash: 125831327,
main_auxiliary_screen: 125831328,
master_ai: 125831329,
motion_stabilization_slash: 125831330,
motion_stabilization: 125831331,
movie_fill: 125831332,
movie_slash: 125831333,
movie: 125831334,
network_acceleration: 125831335,
performance: 125831336,
person_shield_1: 125831337,
plus_shield_badge_1: 125831338,
plus_shield_badge_2: 125831339,
arrowshape_3_triangle_path: 125831340,
template_fill: 125831341,
template: 125831342,
time_lapse: 125831343,
video_speed: 125831344,
visibility: 125831345,
visual_accessibility: 125831346,
watermark_font: 125831347,
hash: 125831348,
heart_square_stack_fill: 125831349,
beidou_satellite_circle_fill: 125831350,
multiscreen_collaboration: 125831351,
frozen_rain: 125831352,
hidisk: 125831353,
harassment_interception: 125831354,
vertically: 125831355,
ellipsis_message_1: 125831356,
clipboard_sharing: 125831357,
hand_point_up_tap_fill_1: 125831358,
triangleshape_left: 125831359,
circle_2: 125831360,
square_1: 125831361,
phone_badge_satellite_fill: 125831362,
circle_on_circle_fill: 125831363,
rectangle_split_3x1: 125831364,
service_management: 125831365,
square_link_square: 125831366,
highlighter_line: 125831367,
ad_rectangle_fill: 125831368,
adjustment: 125831369,
AI_best_expression: 125831370,
AI_expand: 125831371,
AI_flower: 125831372,
AI_retouch: 125831373,
AI_straighten: 125831374,
AI: 125831375,
architecture: 125831376,
architecture_filled: 125831377,
basket: 125831378,
blur_bar: 125831379,
shutter_photo_1: 125831380,
arrow_left_and_arrow_left: 125831381,
car_filled_below_drop_3: 125831382,
Celia: 125831383,
message_badge_checkmark_fill: 125831384,
delete_left_fill: 125831385,
cloud_snow: 125831386,
dot_grid_1x2_circle: 125831387,
xmark_circle_video: 125831388,
fade: 125831389,
envelope_badge_adiowaves_fill: 125831390,
flame_fill_1: 125831391,
full_screen_fill: 125831392,
hi_vison: 125831393,
ballpointpen_tip_crop_circle_fill: 125831394,
ballpointpen_tip_crop_circle: 125831395,
dot_radiowaves_left_and_right_badge_person_filled: 125831396,
emergency_shelter: 125831397,
circle_circle_badge_checkmark_shield_filled: 125831398,
compass: 125831399,
page_turning: 125831400,
rectangle_3_group: 125831401,
square_2_below_rectangle: 125831402,
doc_rectify: 125831403,
photo_self_portrait: 125831404,
telephoto_macro: 125831405,
partial_screenshot: 125831406,
screen_share_fill: 125831407,
screen_share: 125831408,
signal_check: 125831409,
statusbar_cast: 125831410,
icing_and_snow_road: 125831411,
icing_road: 125831412,
Interconnection_ic_multiscreen_collaboration: 125831413,
layout_left_right: 125831414,
layout_up_down: 125831415,
line_message_fill: 125831416,
merges: 125831417,
message_badge_gearshape: 125831418,
message_badge_plus_fill: 125831419,
mic_circle_fill: 125831420,
mic_circle_filled: 125831421,
mobiledata_and_cloud: 125831422,
moon_circle_fill: 125831423,
moon_slash_circle: 125831424,
more: 125831425,
multiscreen: 125831426,
paperplan_right_2: 125831427,
pc_ic_tab_index: 125831428,
person_badge_checkmark: 125831429,
person_badge_envelope: 125831430,
person_badge_nosign_fill: 125831431,
person_badge_nosign: 125831432,
person_filled_viewfinder: 125831433,
person_square_fill: 125831434,
phone_badge_video: 125831435,
picture_on_square: 125831436,
pin_vertical_fill: 125831437,
power_circle_fill: 125831438,
line_below_T: 125831439,
sort: 125831440,
rainfall_circle_fill: 125831441,
red_packets_fill: 125831442,
red_packets: 125831443,
screen_rotation: 125831444,
scroll_horizontally: 125831445,
scroll_vertical: 125831446,
simcard_fill_1_and_simcard_fill_2: 125831447,
snapshot_fill: 125831448,
snapshot: 125831449,
space_enlarge: 125831450,
space_reduction: 125831451,
speaker_wave_3_slash: 125831452,
square_stack_3d: 125831453,
staroflife: 125831454,
stickers: 125831455,
sunprotection: 125831456,
sunsetglow_fill: 125831457,
templates: 125831458,
text_and_t: 125831459,
thumbnails: 125831460,
typhoon_fill: 125831461,
telescope_fill: 125831462,
UV_sun_max: 125831463,
video_badge_adiowaves_message_fill: 125831464,
virtual_background: 125831465,
wand_and_stars_fill: 125831466,
water_waves: 125831467,
wave_3_left: 125831468,
wechat: 125831469,
wireless_projection_1: 125831470,
X_bottom: 125831471,
yuansign_moneybag: 125831472,
doc_text_badge_clock: 125831473,
fullscreen: 125831474,
doc_text_badge_person: 125831475,
portrait_3_fill: 125831476,
portrait_fill: 125831477,
portrait: 125831478,
capture_smiles: 125831479,
guardian: 125831480,
plus: 125831481,
plus_circle: 125831482,
plus_circle_fill: 125831483,
minus: 125831484,
minus_circle: 125831485,
minus_circle_fill: 125831486,
xmark: 125831487,
xmark_circle: 125831488,
xmark_circle_fill: 125831489,
checkmark: 125831490,
checkmark_square: 125831491,
checkmark_circle_fill: 125831492,
gearshape: 125831493,
gearshape_fill: 125831494,
sun_min: 125831495,
sun_max: 125831496,
sun_max_fill: 125831497,
sun_circle: 125831498,
share: 125831499,
magnifyingglass: 125831500,
curve_magnifyingglass: 125831501,
exclamationmark_magnifyingglass: 125831502,
speaker: 125831503,
speaker_fill: 125831504,
speaker_slash_fill: 125831505,
speaker_badge_exclamationmark_fill: 125831506,
speaker_wave_1: 125831507,
speaker_wave_1_fill: 125831508,
speaker_wave_2: 125831509,
speaker_wave_2_fill: 125831510,
speaker_wave_3_fill: 125831511,
speaker_minus: 125831512,
bell: 125831513,
bell_fill: 125831514,
bell_slash: 125831515,
bell_slash_fill: 125831516,
bell_badge_local: 125831517,
bell_badge_clock: 125831518,
mic_filled_and_mic: 125831519,
star: 125831520,
star_fill: 125831521,
star_circle: 125831522,
star_circle_fill: 125831523,
star_badge_list: 125831524,
star_badge_clock: 125831525,
flashlight_off: 125831526,
flashlight_off_fill: 125831527,
flashlight_on: 125831528,
flashlight_on_fill: 125831529,
light_flashlight_on_fill: 125831530,
airplane: 125831531,
airplane_fill: 125831532,
house: 125831533,
house_fill: 125831534,
paperplane: 125831535,
paperplane_fill: 125831536,
brush: 125831537,
brush_fill: 125831538,
shirt: 125831539,
moon: 125831540,
moon_fill: 125831541,
trash: 125831542,
trash_fill: 125831543,
heart: 125831544,
heart_fill: 125831545,
heart_circle_fill: 125831546,
pin: 125831547,
pin_fill: 125831548,
pin_slash: 125831549,
funnel: 125831550,
arrow_clockwise: 125831551,
arrow_clockwise_circle_fill: 125831552,
arrow_2_circlepath: 125831553,
arrow_counterclockwise_clock: 125831554,
rectangle_portrait_rotate: 125831555,
rectangle_portrait_wave_2: 125831556,
dock_rectangle_portrait: 125831557,
square_grid_2x2: 125831558,
square_fill_grid_2x2: 125831559,
square_grid_2x2_checkmark_topleft_filled: 125831560,
battery: 125831561,
battery_fill: 125831562,
rectangle_and_line_horizontal_and_rectangle_filled: 125831563,
rectangle_filled_and_line_horizontal_and_rectangle: 125831564,
rectangle_portrait_on_rectangle_portrait_filled: 125831565,
rectangle_portrait_filled_on_rectangle_portrait: 125831566,
rectangle_and_square: 125831567,
rectangle_grid_2x1: 125831568,
rectangle_stack: 125831569,
uiwindow_split_2x1_fill: 125831570,
uiwindow_split_1x2: 125831571,
rectangle_lefthalf_inset_filled: 125831572,
rectangle_righthalf_inset_filled: 125831573,
rectangle_inset_filled: 125831574,
rectangle_dowmhalf_inset_filled: 125831575,
rectangle_uphalf_inset_filled: 125831576,
rotate_left: 125831577,
rectangle_4_group_fill: 125831578,
home_key: 125831579,
power: 125831580,
slider_horizontal_2: 125831581,
externaldrive: 125831582,
externaldrive_fill: 125831583,
externaldrive_3: 125831584,
externaldrive_fill_3: 125831585,
save: 125831586,
save_fill: 125831587,
checkmark_square_on_square: 125831588,
checkmark_square_on_square_fill: 125831589,
tv_and_rectangle_portrait: 125831590,
magnifyingglass_tv: 125831591,
TV_tv: 125831592,
TV_tv_fill: 125831593,
flag: 125831594,
flag_fill: 125831595,
barcode_viewfinder: 125831596,
line_viewfinder: 125831597,
circle_viewfinder: 125831598,
chevron_down_2_viewfinder: 125831599,
qrcode: 125831600,
clean: 125831601,
clean_fill: 125831602,
fast: 125831603,
fast_fill: 125831604,
bookmark: 125831605,
bookmark_fill: 125831606,
star_bookmark_fill: 125831607,
bookmark_on_bookmark: 125831608,
circle_filled_and_circle: 125831609,
circle_on_circle: 125831610,
circle_on_circle_filled: 125831611,
go: 125831612,
globe_badge_message: 125831613,
discover: 125831614,
discover_fill: 125831615,
discover_circle_fill: 125831616,
plus_square_on_square: 125831617,
plus_square_on_square_fill: 125831618,
plus_square_dashed_on_square: 125831619,
cut: 125831620,
rectangle_and_cut: 125831621,
eraser_line: 125831622,
eraser_line_fill: 125831623,
square_and_pencil: 125831624,
square_and_pencil_fill: 125831625,
rectangle_portrait_badge_plus: 125831626,
character: 125831627,
a_square_fill: 125831628,
character_and_list: 125831629,
character_viewfinder: 125831630,
character_arrow_clockwise: 125831631,
underline: 125831632,
italic: 125831633,
bold: 125831634,
textformat: 125831635,
h1_square: 125831636,
t_square_dashed: 125831637,
character_textbox: 125831638,
t_circle: 125831639,
paintbrush_pointed: 125831640,
paintbrush_pointed_filled_circle: 125831641,
paintbrush_pointed_circle_fill: 125831642,
paintbrush_pointed_waveform: 125831643,
paintbrush_pointed_arrow_right: 125831644,
paintbrush_pointed_line: 125831645,
paintbrush_pointed_square: 125831646,
paintbrush_pointed_circle: 125831647,
pencil_waveform: 125831648,
pencil_line: 125831649,
list_bullet: 125831650,
list_square: 125831651,
list_number: 125831652,
list_letter: 125831653,
list_checkmask: 125831654,
text_and_plus: 125831655,
text_and_clock: 125831656,
text_and_arrow_down: 125831657,
text_and_arrow_up: 125831658,
textstyle: 125831659,
text_alignleft: 125831660,
text_aligncenter: 125831661,
text_alignright: 125831662,
line: 125831663,
line_2_horizontal: 125831664,
line_3_horizontal: 125831665,
line_4_horizontal: 125831666,
circle_on_square: 125831667,
triangleshape: 125831668,
triangleshape_fill: 125831669,
square: 125831670,
rectangle: 125831671,
smallcircle: 125831672,
circle: 125831673,
oval: 125831674,
custom_shape: 125831675,
smallcircle_filled_circle: 125831676,
waveform: 125831677,
drop: 125831678,
drop_fill: 125831679,
crop_rotate: 125831680,
dot_circle: 125831681,
circle_circle: 125831682,
circle_lefthalf_inset_filled: 125831683,
circle_righthalf_inset_filled: 125831684,
drop_bottomrighthalf_inset_filled: 125831685,
circle_square: 125831686,
hand_stars: 125831687,
hand_draw: 125831688,
hand_slash: 125831689,
hand_scribble: 125831690,
cloud_and_stars: 125831691,
pen_tip: 125831692,
ballpointpen_tip: 125831693,
pencil_tip: 125831694,
marker_tip: 125831695,
highlighter_tip: 125831696,
graffiti_tip_crop_circle: 125831697,
Laserpen: 125831698,
scribble: 125831699,
wand_and_stars: 125831700,
circle_dashed: 125831701,
square_square: 125831702,
circle_inset_filled: 125831703,
water_waves_slash: 125831704,
line_arrowtriangle_2_inward: 125831705,
trapezoid_and_line_horizontal: 125831706,
trapezoid_and_line_vertical: 125831707,
arrow_up_and_down_square_portrait: 125831708,
aspectratio: 125831709,
paintpalette: 125831710,
paintpalette_fill: 125831711,
plus_magnifyingglass: 125831712,
dot_grid_1x2: 125831713,
dot_grid_2x2: 125831714,
rectangle_ratio_9_to_16: 125831715,
rectangle_ratio_9_to_21: 125831716,
rectangle_ratio_2_to_3: 125831717,
rectangle_ratio_3_to_4: 125831718,
rectangle_ratio_1_to_1: 125831719,
rectangle_ratio_4_to_3: 125831720,
rectangle_ratio_3_to_2: 125831721,
rectangle_ratio_21_to_9: 125831722,
rectangle_ratio_16_to_9: 125831723,
voice_convert_text: 125831724,
ai_edit: 125831725,
translate: 125831726,
textformat_size_square: 125831727,
textformat_size_square_fill: 125831728,
line_below_character: 125831729,
line_below_character_slash: 125831730,
character_shadow: 125831731,
line_below_seal: 125831732,
rename: 125831733,
camera_badge_adiowaves: 125831734,
camera_badge_adiowaves_fill: 125831735,
video_badge_adiowaves: 125831736,
video_badge_adiowaves_fill: 125831737,
video: 125831738,
video_fill: 125831739,
dot_video: 125831740,
dot_video_fill: 125831741,
arrow_down_left_video_fill: 125831742,
arrow_up_right_video_fill: 125831743,
video_missed: 125831744,
xmark_video: 125831745,
envelope: 125831746,
envelope_fill: 125831747,
envelope_badge_adiowaves: 125831748,
envelope_open: 125831749,
envelope_open_fill: 125831750,
envelope_badge_dot: 125831751,
envelope_badge_arrow_left: 125831752,
envelope_badge_arrow_right: 125831753,
envelope_on_envelope_badge_arrow_left: 125831754,
recordingtape: 125831755,
recordingtape_rectangle: 125831756,
recordingtape_rectangle_fill: 125831757,
mic: 125831758,
mic_fill: 125831759,
mic_slash_fill: 125831760,
mic_badge_recordingtape: 125831761,
mic_badge_xmark: 125831762,
mic_badge_exclamationmark: 125831763,
mic_circle: 125831764,
waveform_circle: 125831765,
message: 125831766,
message_fill: 125831767,
wave_3_right_message: 125831768,
dot_2_message: 125831769,
line_message: 125831770,
ellipsis_message: 125831771,
ellipsis_message_fill: 125831772,
message_on_message: 125831773,
message_on_message_fill: 125831774,
star_message: 125831775,
exclamationmark_message: 125831776,
exclamationmark_message_middle_bottom: 125831777,
waveform_bubble: 125831778,
ellipsis_bubble: 125831779,
satellite: 125831780,
phone_doc: 125831781,
phone_arrow_down_left_fill: 125831782,
phone_arrow_up_right_fill: 125831783,
phone_missed: 125831784,
phone_below_xmark: 125831785,
phone_badge_nosign: 125831786,
phone_down_fill: 125831787,
phone: 125831788,
phone_fill: 125831789,
phone_badge_waveform_1: 125831790,
phone_badge_waveform_2: 125831791,
phone_badge_waveform_2_fill: 125831792,
phone_badge_waveform_3: 125831793,
phone_badge_1: 125831794,
phone_badge_1_fill: 125831795,
phone_list: 125831796,
phone_list_fill: 125831797,
phone_badge_ai: 125831798,
phone_badge_ai_fill: 125831799,
phone_shield: 125831800,
phone_shield_fill: 125831801,
phone_badge_video_fill: 125831802,
phone_badge_shield_checkered: 125831803,
phone_badge_shield_checkered_fill: 125831804,
phone_badge_2: 125831805,
phone_badge_2_fill: 125831806,
a_5G: 125831807,
simcard: 125831808,
simcard_1: 125831809,
simcard_2: 125831810,
exclamationmark_simcard: 125831811,
sdcard: 125831812,
rcs_below_arrow_down_left: 125831813,
rcs_below_arrow_up_right: 125831814,
rcs_below_missed: 125831815,
rcs_below_xmark: 125831816,
at: 125831817,
dial: 125831818,
keyboard_circle: 125831819,
list_bullet_circle: 125831820,
info_rectangle_portrait: 125831821,
hi_waveform_2: 125831822,
hi_waveform_2_square_fill: 125831823,
pause_circle_fill: 125831824,
play: 125831825,
play_square: 125831826,
play_circle_badge_bolt: 125831827,
playpause_fill: 125831828,
backward_end_fill: 125831829,
forward_end_fill: 125831830,
gobackward_10: 125831831,
goforward_10: 125831832,
gobackward_15: 125831833,
goforward_15: 125831834,
gobackward_30: 125831835,
goforward_30: 125831836,
shuffle: 125831837,
repeat: 125831838,
list_xmark: 125831839,
text_badge_repeat: 125831840,
text_badge_repeat_1: 125831841,
text_badge_shuffle: 125831842,
person_wave_3: 125831843,
person_line_2: 125831844,
person_badge_waveform: 125831845,
person_xmark: 125831846,
person_plus_wave_2: 125831847,
person_plus_wave_2_fill: 125831848,
music: 125831849,
music_fill: 125831850,
music_badge_wave_2: 125831851,
slider_vertical_3_1: 125831852,
record_circle: 125831853,
music_note_radiowaves_left_and_right: 125831854,
music_note_list: 125831855,
music_note_list_fill: 125831856,
music_note_list_square: 125831857,
music_note_circle: 125831858,
music_note_phone: 125831859,
music_note_icolud: 125831860,
music_note_mic: 125831861,
music_note_badge_wave_2_phone: 125831862,
play_circle_badge_music_note: 125831863,
waveform_1: 125831864,
waveform_cut: 125831865,
waveform_arrow_2_circlepath: 125831866,
waveform_tv: 125831867,
play_gobackward: 125831868,
mic_filled_and_circle: 125831869,
opticaldisc: 125831870,
opticaldisc_badge_heart: 125831871,
opticaldisc_badge_diamond: 125831872,
service: 125831873,
headphones: 125831874,
waveform_headphones: 125831875,
waveform_headphone_slash: 125831876,
waveform_path_circle: 125831877,
music_mic_stars: 125831878,
music_mic: 125831879,
calendar_badge_play: 125831880,
sq_circle: 125831881,
order_play: 125831882,
reverse_order: 125831883,
identify_song: 125831884,
add_songlist: 125831885,
remove_songlist: 125831886,
list_interrupt: 125831887,
local_song: 125831888,
songbook: 125831889,
speed_multiple: 125831890,
speed_50percent: 125831891,
speed_75percent: 125831892,
speed_100percent: 125831893,
speed_125percent: 125831894,
speed_150percent: 125831895,
speed_200percent: 125831896,
folder: 125831897,
folder_fill: 125831898,
folder_circle: 125831899,
arrow_right_folder_circle: 125831900,
arrow_right_folder_fill: 125831901,
waveform_folder_fill: 125831902,
folder_badge_eye: 125831903,
folder_badge_plus: 125831904,
folder_badge_arrow_left: 125831905,
doc_plaintext_and_folder: 125831906,
form: 125831907,
form_fill: 125831908,
doc: 125831909,
doc_text: 125831910,
doc_text_fill: 125831911,
doc_text_on_doc_text: 125831912,
doc_plaintext: 125831913,
doc_plaintext_fill: 125831914,
doc_text_badge_nosign: 125831915,
doc_text_badge_magnifyingglass: 125831916,
doc_text_badge_checkmark: 125831917,
doc_text_magnifyingglass_fill: 125831918,
doc_text_badge_rectangle_portrait: 125831919,
text_below_photo_rectangle_portrait: 125831920,
rectangle_text_rectangle_portrait: 125831921,
doc_text_badge_arrow_up: 125831922,
checkmark_clipboard: 125831923,
checkmark_clipboard_fill: 125831924,
text_clipboard: 125831925,
list_bullet_square: 125831926,
list_bullet_square_fill: 125831927,
printer: 125831928,
quill: 125831929,
doc_zipper: 125831930,
doc_zipper_fill: 125831931,
slider_vertical_3: 125831932,
swap: 125831933,
paperclip: 125831934,
book: 125831935,
book_pages: 125831936,
book_pages_fill: 125831937,
bookmark_book_fill: 125831938,
text_book_closed: 125831939,
bookmark_book_closed: 125831940,
bookmark_notepad: 125831941,
bookmark_notepad_fill: 125831942,
notepad_badge_heart: 125831943,
notepad_badge_plus: 125831944,
book_badge_speaker: 125831945,
doc_plaintext_and_checkmark: 125831946,
doc_plaintext_doc_plaintext_and_checkmark: 125831947,
doc_plaintext_and_pencil: 125831948,
doc_plaintext_and_pencil_star: 125831949,
calendar_and_pencil: 125831950,
en_doc_fill: 125831951,
doc_filled_on_doc: 125831952,
desktop: 125831953,
desktop_fill: 125831954,
text_dot_rectangle: 125831955,
text_dot_rectangle_fill: 125831956,
text_speaker_wave_rectangle: 125831957,
square_text_rectangle: 125831958,
list_square_bill: 125831959,
pencil_rectangle_portrait_on_text: 125831960,
foldline_screen: 125831961,
book_closed_right_left: 125831962,
book_closed_right_left_badge_plus: 125831963,
book_closed_right_left_badge_checkmark: 125831964,
eyes_glasses_below_hat: 125831965,
eyes_glasses_below_hat_filled: 125831966,
glasses_below_hat: 125831967,
glasses_below_hat_filled: 125831968,
dot_circle_on_line: 125831969,
dot_circle_on_line_fill: 125831970,
bluetooth: 125831971,
bluetooth_slash: 125831972,
bluetooth_arrowtriangle_2_inward: 125831973,
bolt_waves_left_and_right: 125831974,
dot_radiowaves_left_and_right: 125831975,
link: 125831976,
link_slash: 125831977,
nfc: 125831978,
nfc_fill: 125831979,
bolt_1: 125831980,
bolt_2: 125831981,
bolt_3: 125831982,
bolt_1_wave_2: 125831983,
bolt_2_wave_2: 125831984,
bolt_3_wave_2: 125831985,
icloud_badge_arrow_2_circlepath: 125831986,
line_below_icloud: 125831987,
cloud_and_arrow_down: 125831988,
arrow_up_icloud: 125831989,
arrow_up_icloud_fill: 125831990,
icloud: 125831991,
icloud_slash: 125831992,
icloud_slash_fill: 125831993,
arrow_up_house: 125831994,
arrow_up_house_fill: 125831995,
headphones_badge_checkmark_shield_filled: 125831996,
headphones_badge_checkmark_shield_filled_battery_filled: 125831997,
headphones_battery_filled: 125831998,
bluetooth_arrow_right_battery_filled: 125831999,
mobiledata: 125832000,
mobiledata_circle: 125832001,
mobiledata_circle_fill: 125832002,
hd_square_fill: 125832003,
satellite_1: 125832004,
signal_4g: 125832005,
signal_5g: 125832006,
hotspot: 125832007,
airplayaudio: 125832008,
airplayaudio_fill: 125832009,
radiostation: 125832010,
shareplay: 125832011,
magnetic_sensor: 125832012,
communicationsharing: 125832013,
gyroscope: 125832014,
superdevice: 125832015,
superdevice_camera: 125832016,
nearby_devices: 125832017,
scanninglocal: 125832018,
area: 125832019,
disconnect: 125832020,
screen_witching: 125832021,
connection: 125832022,
unconnection: 125832023,
pad_and_iphone: 125832024,
application_projection: 125832025,
application_projection_fill: 125832026,
wireless_projection: 125832027,
mirror_projection: 125832028,
phone_2: 125832029,
phone_transmission_phone: 125832030,
wifi_router: 125832031,
wifi_router_fill: 125832032,
wifi: 125832033,
phone_1: 125832034,
phone_fill_1: 125832035,
pad: 125832036,
matebook: 125832037,
smartscreen: 125832038,
pc: 125832039,
foldablescreen: 125832040,
smart_speaker: 125832041,
smart_speaker_fill: 125832042,
sound: 125832043,
radiostation_1: 125832044,
soundx: 125832045,
soundx_2: 125832046,
soundai: 125832047,
soundai_2: 125832048,
sound_cm530: 125832049,
sound_cm530_2: 125832050,
sound_cm510: 125832051,
sound_cm510_2: 125832052,
egretta: 125832053,
skylark: 125832054,
skylark_2: 125832055,
earphone_case_01: 125832056,
earphone_case_02: 125832057,
earphone_case_03: 125832058,
earphone_case_04: 125832059,
earphone_case_05: 125832060,
kidswatch: 125832061,
watch: 125832062,
watch_fit: 125832063,
device_band: 125832064,
glass: 125832065,
battery_glass_fill: 125832066,
earphone_roc: 125832067,
earphone: 125832068,
bluetooth_earphone: 125832069,
mouse: 125832070,
l_circle_fill: 125832071,
r_circle_fill: 125832072,
earphone_saga: 125832073,
earphone_saga_circle: 125832074,
earphone_mermaid: 125832075,
earphone_mermaid_left: 125832076,
earphone_mermaid_right: 125832077,
earphone_otter: 125832078,
earphone_otter_left: 125832079,
earphone_otter_right: 125832080,
earphone_shark: 125832081,
earphone_shark_left: 125832082,
earphone_shark_right: 125832083,
earphone_h2: 125832084,
earphone_h2_left: 125832085,
earphone_h2_right: 125832086,
earphone_hero: 125832087,
earphone_hero_left: 125832088,
earphone_hero_right: 125832089,
earphone_walrus: 125832090,
earphone_walrus_left: 125832091,
earphone_walrus_right: 125832092,
earphone_nile: 125832093,
earphone_nile_fill: 125832094,
gamecontroller: 125832095,
radio: 125832096,
hardware: 125832097,
audiphonen: 125832098,
keyboard: 125832099,
keyboard_fill: 125832100,
keyboard_square: 125832101,
delete_left: 125832102,
space_1: 125832103,
keyboard_onehanded_left: 125832104,
keyboard_onehanded_right: 125832105,
keyboard_chevron_compact_up: 125832106,
globe_and_keyboard: 125832107,
globe_filled_and_keyboard: 125832108,
translation: 125832109,
translate_c2e: 125832110,
translate_e2c: 125832111,
keyboard_thumbmode: 125832112,
keyboard_badge_gearshape: 125832113,
keyboard_badge_globe: 125832114,
keyboard_badge_handwritten: 125832115,
keyboard_badge_zhuyin: 125832116,
keyboard_badge_spell: 125832117,
keyboard_badge_bihua: 125832118,
keyboard_badge_wubi: 125832119,
keyboard_badge_cangjie: 125832120,
asterisk_rectangle_badge_handwritten: 125832121,
plus_viewfinder: 125832122,
traditional_square: 125832123,
selector: 125832124,
waveform_left_speaker_waveform_right: 125832125,
text_bubble_left_2: 125832126,
square_and_cut: 125832127,
reverse_order_square: 125832128,
swipeup_input: 125832129,
unfold_reverse: 125832130,
celiakeyboard_mechanical: 125832131,
celiakeyboard_menu_icon_size: 125832132,
magnify: 125832133,
move: 125832134,
person: 125832135,
person_fill: 125832136,
person_crop_circle_fill: 125832137,
person_square: 125832138,
person_badge_plus: 125832139,
person_filled_badge_plus: 125832140,
person_badge_heart: 125832141,
person_badge_heart_fill: 125832142,
person_2: 125832143,
person_2_fill: 125832144,
person_filled_2_badge_plus: 125832145,
person_filled_2_badge_plus_fill: 125832146,
hand_thumbsup: 125832147,
hand_thumbsup_fill: 125832148,
hand_thumbsdown: 125832149,
hand_thumbsdown_fill: 125832150,
hand_point_up_tap_fill: 125832151,
hand_tap: 125832152,
hand_tap_fill: 125832153,
person_text_rectangle: 125832154,
person_text_rectangle_fill: 125832155,
person_line_turn_down_right_person: 125832156,
person_line_turn_down_right_person_fill: 125832157,
figure_arms_open: 125832158,
figure_circle: 125832159,
figure_run_viewfinder: 125832160,
figure_figure_dress: 125832161,
ear: 125832162,
phone_and_hand: 125832163,
face: 125832164,
face_fill: 125832165,
face_smiling: 125832166,
face_smiling_fill: 125832167,
face_sading: 125832168,
face_sleeping: 125832169,
face_sculpt: 125832170,
local_and_figure_run: 125832171,
local_and_figure_run_leave: 125832172,
person_line_shield: 125832173,
location_up: 125832174,
location_up_fill: 125832175,
location_north_up_right: 125832176,
location_north_up_left: 125832177,
location_north_up_right_and_circle: 125832178,
location_north_up_right_and_circle_dotted: 125832179,
local: 125832180,
local_fill: 125832181,
local_and_rectangle: 125832182,
local_badge_plus: 125832183,
local_badge_plus_fill: 125832184,
local_badge_arrow_down: 125832185,
local_badge_arrow_bolt: 125832186,
plus_local: 125832187,
map: 125832188,
map_slash: 125832189,
map_badge_local: 125832190,
map_badge_plus: 125832191,
doc_text_badge_local: 125832192,
airplane_1: 125832193,
airplane_fill_1: 125832194,
flag_checkered: 125832195,
parkingsign: 125832196,
parkingsign_circle: 125832197,
parkingsign_circle_badge_a: 125832198,
etc_circle: 125832199,
trafficlight: 125832200,
signallamp: 125832201,
position: 125832202,
position_badge_exclamationmark: 125832203,
mappin_and_rectangle: 125832204,
latitude: 125832205,
figure_walk: 125832206,
figure_ride: 125832207,
figure_roll: 125832208,
figure_and_taxi: 125832209,
person_2_badge_arrow_2_circlepath: 125832210,
person_2_badge_flag: 125832211,
tire: 125832212,
road_lanes_badge_minus: 125832213,
arrow_triangle_turn_up_right_diamond_fil: 125832214,
point_bottomleft_forward_to_point_topright_scurvepath: 125832215,
ferry_badge_minus: 125832216,
ferry_fill: 125832217,
tram_fill: 125832218,
tram_badge_bell: 125832219,
subway: 125832220,
subway_fill: 125832221,
monorail_fill: 125832222,
bus_fill: 125832223,
tollgate_fill: 125832224,
bus_doubledecker: 125832225,
subway_badge_coins: 125832226,
umbrella_loungechair: 125832227,
camp: 125832228,
car: 125832229,
car_fill: 125832230,
car_badge_clock: 125832231,
exchange_car_fill: 125832232,
drop_car_fill: 125832233,
hand_below_star: 125832234,
fuelpump: 125832235,
fuelpump_fill: 125832236,
electric_vehicle_charger: 125832237,
electric_vehicle_charger_fill: 125832238,
airplane_shield: 125832239,
train_airplane: 125832240,
highway: 125832241,
highway_circle_slash: 125832242,
road: 125832243,
car_2_circle_slash: 125832244,
circle_below_small_triangle: 125832245,
seal_shield_fill: 125832246,
house_and_briefcase: 125832247,
map_badge_cloud_slash_fill: 125832248,
lock_open: 125832249,
lock_open_fill: 125832250,
lock_open_badge_child: 125832251,
lock: 125832252,
lock_fill: 125832253,
key: 125832254,
key_fill: 125832255,
key_circle_fill: 125832256,
key_horizontal: 125832257,
touchid: 125832258,
touchid_circle: 125832259,
checkmark_shield: 125832260,
checkmark_shield_fill: 125832261,
shield_badge_magnifyingglass: 125832262,
person_shield: 125832263,
person_shield_fill: 125832264,
person_filled_shield_slash: 125832265,
plus_shield: 125832266,
key_shield: 125832267,
key_shield_fill: 125832268,
person_shield_badge_checkered: 125832269,
shield_badge_circle_dot: 125832270,
eye: 125832271,
eye_slash: 125832272,
hand_raised_filled_hexagon: 125832273,
shield_checkered: 125832274,
shield_checkered_1: 125832275,
shield_checkered_2: 125832276,
mask_badge_nosign: 125832277,
staroflife_rectangle: 125832278,
cross_filled_drop: 125832279,
cross_filled_square: 125832280,
heart_1: 125832281,
heart_badge_plus: 125832282,
waveform_path_ecg_heart: 125832283,
waveform_path_ecg_heart_fill: 125832284,
waveform_path_ecg_heart_viewfinder: 125832285,
waveform_path_ecg_heart_filled_viewfinder: 125832286,
waveform_path_ecg_square: 125832287,
drug: 125832288,
stethoscope: 125832289,
hospital: 125832290,
cross_text_clipboard: 125832291,
cross_case: 125832292,
syringe_badge_clock: 125832293,
bolt_clipboard: 125832294,
cross: 125832295,
cross_shield_badge_trend: 125832296,
cross_store: 125832297,
waveform_path_ecg_magnifyingglass: 125832298,
cross_vial: 125832299,
alarm: 125832300,
alarm_fill: 125832301,
clock: 125832302,
clock_fill: 125832303,
timer: 125832304,
stopwatch: 125832305,
stopwatch_fill: 125832306,
worldclock: 125832307,
worldclock_fill: 125832308,
time_inerval: 125832309,
hourglass: 125832310,
hourglass_bottomhalf_filled: 125832311,
calendar: 125832312,
calendar_fill: 125832313,
calendar_badge_clock: 125832314,
calendar_badge_checkmark: 125832315,
checkmark_calendar: 125832316,
dumbbell_calendar: 125832317,
creditcard: 125832318,
creditcard_fill: 125832319,
bag: 125832320,
bag_fill: 125832321,
jd_bag: 125832322,
cart: 125832323,
checkmark_cart: 125832324,
archivebox: 125832325,
archivebox_fill: 125832326,
wallet: 125832327,
wallet_fill: 125832328,
redenvelope: 125832329,
yuansign_circle: 125832330,
line_below_yuansign_circle: 125832331,
yuansign_arrow_2_circlepath: 125832332,
yuansign_shield: 125832333,
yuansign_heart: 125832334,
yuansign_circle_and_hand: 125832335,
yuansign_circle_and_hand_fill: 125832336,
yuansign_arrow_2_squarepath: 125832337,
yuansign_car: 125832338,
yuansign_house_fill: 125832339,
yuansign_rectangle_portrait_fill: 125832340,
moneybag: 125832341,
yuansign_trophy: 125832342,
star_trophy: 125832343,
medal: 125832344,
rosette: 125832345,
star_rosette: 125832346,
star_rosette_fill: 125832347,
star_hexagon: 125832348,
star_hexagon_fill: 125832349,
star_shield: 125832350,
gift: 125832351,
gift_fill: 125832352,
coins: 125832353,
coins_circle: 125832354,
clipboard_badge_coins: 125832355,
crown: 125832356,
c_circle: 125832357,
free_circle: 125832358,
award_circle: 125832359,
percent_magnifyingglass: 125832360,
label: 125832361,
company: 125832362,
company_fill: 125832363,
vip_hand: 125832364,
vip_rectangle: 125832365,
vip_rectangle_fill: 125832366,
diamond: 125832367,
v_diamond: 125832368,
v_diamond_fill: 125832369,
coupon: 125832370,
percent_coupon: 125832371,
yuansign_coupon: 125832372,
line_coupon: 125832373,
plus_dot_1x2_coupon: 125832374,
swipe: 125832375,
star_card: 125832376,
card_badge_shield: 125832377,
card_badge_goldcoin: 125832378,
pencil_and_card: 125832379,
star_badge_arrow_down: 125832380,
mobiledata_phone: 125832381,
star_line_doc: 125832382,
goldcoin: 125832383,
clock_arrow_2_circlepath: 125832384,
lamp_ceiling_light: 125832385,
lamp_ceiling: 125832386,
air_fill: 125832387,
air_open: 125832388,
air_open_fill: 125832389,
chair_lounge: 125832390,
charg_cable: 125832391,
eco_hop: 125832392,
ac_adapter: 125832393,
cheers: 125832394,
powercord_fill: 125832395,
powercord_up: 125832396,
balloon_2: 125832397,
pendant: 125832398,
cake: 125832399,
cake_fill: 125832400,
fork_knife: 125832401,
fork_knife_fill: 125832402,
cup: 125832403,
cup_fill: 125832404,
return_home_fill: 125832405,
leave_home_fill: 125832406,
balloon_fill: 125832407,
hobbyhorse_fill: 125832408,
hanger_and_towels: 125832409,
trunk: 125832410,
skincare: 125832411,
shoe: 125832412,
clothing: 125832413,
rectangle_below_heat_waves: 125832414,
lightbulb: 125832415,
lightbulb_max: 125832416,
checkmark_lightbulb_max: 125832417,
lightbulb_max_fill: 125832418,
lightbulb_max_slash: 125832419,
bolt_lightbulb_max: 125832420,
camera: 125832421,
camera_fill: 125832422,
camera_badge_plus: 125832423,
camera_2: 125832424,
arrow_triangle_2_circlepath_camera: 125832425,
bolt_camera: 125832426,
camera_audionote: 125832427,
camera_audionote_slash: 125832428,
switch_camera: 125832429,
picture: 125832430,
picture_fill: 125832431,
picture_circle_fill: 125832432,
picture_slash: 125832433,
picture_slash_fill: 125832434,
picture_damage: 125832435,
picture_2: 125832436,
picture_badge_waveform: 125832437,
bookmark_picture: 125832438,
rectangle_and_rectangle: 125832439,
rectangle_on_rectangle: 125832440,
rectangle_on_rectangle_fill: 125832441,
arrow_up_and_rectangle_on_rectangle: 125832442,
arrow_down_and_rectangle_on_rectangle: 125832443,
mosaic_square: 125832444,
mosaic: 125832445,
camera_panorama: 125832446,
album_compose: 125832447,
square_slash: 125832448,
switch_square: 125832449,
switch_square_lefthalf_filled: 125832450,
camera_aperture: 125832451,
camera_aperture_fill: 125832452,
camera_aperture_fill_circle: 125832453,
wallpaper_scrollable: 125832454,
wallpaper_scrollable_fill: 125832455,
leica_effect: 125832456,
leica_effect_fill: 125832457,
film: 125832458,
lightbulb_slash: 125832459,
a_lightbulb: 125832460,
camera_metering_center_weighted: 125832461,
camera_metering_field: 125832462,
camera_metering_spot: 125832463,
play_video: 125832464,
exclamationmark_video: 125832465,
wave_video: 125832466,
dot_video_1: 125832467,
dot_video_slash: 125832468,
dot_3_viewfinder: 125832469,
dot_3_viewfinder_slash: 125832470,
camera_mode_slow: 125832471,
eye_viewfinder: 125832472,
eye_viewfinder_slash: 125832473,
gif: 125832474,
gif_slash: 125832475,
livephoto: 125832476,
livephoto_slash: 125832477,
drop_halffull: 125832478,
camera_flash: 125832479,
camera_flash_slash: 125832480,
camera_flash_1: 125832481,
camera_flash_auto: 125832482,
camera_flash_auto_5: 125832483,
camera_flash_auto_10: 125832484,
camera_flash_auto_15: 125832485,
hand_raised_fingers_spread: 125832486,
hand_point_up_tap: 125832487,
camera_macro_circle_fill: 125832488,
camera_macro_slash_circle: 125832489,
camera_foot_circle_fill: 125832490,
camera_foot_slash_circle: 125832491,
camera_filters: 125832492,
camera_filters_slash: 125832493,
camera_assistive_grid: 125832494,
camera_assistive_grid_slash: 125832495,
camera_mode_dualview: 125832496,
camera_mode_underwater: 125832497,
seal: 125832498,
camera_panover_vertical: 125832499,
camera_panopor_horizontal: 125832500,
scope: 125832501,
scope_slash: 125832502,
phone_arrow_left: 125832503,
dual_view_PIP: 125832504,
viewfinder_square: 125832505,
aspect_ratio: 125832506,
rectangle_split_2x1: 125832507,
horizontal_level: 125832508,
lapse_speed: 125832509,
play_arrow_triangle_2_circlepath: 125832510,
fluorescent: 125832511,
Incandescent_lamp: 125832512,
sun: 125832513,
color_temperature: 125832514,
cloud: 125832515,
bicycle: 125832516,
ar_lens: 125832517,
jpg: 125832518,
camera_master_ai: 125832519,
camera_master_ai_slash: 125832520,
camera_master_ai_fill: 125832521,
a_3d_square_fill: 125832522,
thinbody: 125832523,
portrait_contour: 125832524,
thinface: 125832525,
light_painting: 125832526,
soften: 125832527,
star_2_moon: 125832528,
loading: 125832529,
plus_sun: 125832530,
minus_sun: 125832531,
nosign: 125832532,
circle_circle_2: 125832533,
lr: 125832534,
a_3fingers_slash: 125832535,
moon_and_message_fill: 125832536,
moon_and_phone_circle_fill: 125832537,
moon_and_minus_fill: 125832538,
picture_badge_arrowshape_turn_right_up: 125832539,
sun_badge_lock_fill: 125832540,
camera_s: 125832541,
camera_wb: 125832542,
camera_ev: 125832543,
camera_iso: 125832544,
enhance_eyes: 125832545,
brighten_eyes: 125832546,
darkcircles: 125832547,
whiten_teeth: 125832548,
skin_tone: 125832549,
beauty: 125832550,
smooth: 125832551,
highlights: 125832552,
bright: 125832553,
dark: 125832554,
particle: 125832555,
blemishes: 125832556,
deflash: 125832557,
shadow: 125832558,
leaveshadow: 125832559,
contrast: 125832560,
toning: 125832561,
brighten: 125832562,
exposure: 125832563,
brightness: 125832564,
drop_1: 125832565,
drop_2_fill: 125832566,
snowflake: 125832567,
wind: 125832568,
wind_sand: 125832569,
sand_storm: 125832570,
car_below_drop_3: 125832571,
fish: 125832572,
fish_fill: 125832573,
fish_circle_2: 125832574,
cat_fill: 125832575,
panda_fill: 125832576,
dog_fill: 125832577,
pawprint: 125832578,
pawprint_fill: 125832579,
night_fill: 125832580,
night_badge_clock: 125832581,
moon_z_fill: 125832582,
sunset: 125832583,
cloud_and_sun_filled: 125832584,
cloud_and_sun_fill: 125832585,
sunsetglow: 125832586,
typhoon: 125832587,
cloud_2: 125832588,
cloud_2_fill: 125832589,
compass_circle: 125832590,
telescope: 125832591,
flag_circle: 125832592,
umbrella: 125832593,
uv: 125832594,
sunrise_fill: 125832595,
sunset_fill: 125832596,
sun_max_fill_1: 125832597,
thermometer_sun_fill: 125832598,
thermometer_snowflake: 125832599,
haze: 125832600,
questionmark_cloud_fill: 125832601,
bolt_2_fill: 125832602,
moon_1: 125832603,
cloud_moon_fill: 125832604,
cloud_sun_fill: 125832605,
lightsnow: 125832606,
moderatesnow: 125832607,
heavysnow: 125832608,
snowstorm: 125832609,
exclamationmark_cloud_fill: 125832610,
cloud_fill: 125832611,
light_rain: 125832612,
moderate_rain: 125832613,
heavy_rain: 125832614,
storm: 125832615,
cloud_heavy_storm: 125832616,
heavy_storm: 125832617,
severe_storm: 125832618,
showers: 125832619,
hail: 125832620,
foggy: 125832621,
lightning: 125832622,
sleet: 125832623,
thermometer_medium: 125832624,
thermometer_medium_fill: 125832625,
tropicaltrees_and_sand: 125832626,
leaf: 125832627,
leaf_fill: 125832628,
leaf_2_fill: 125832629,
mapleleave: 125832630,
mapleleave_fill: 125832631,
flower: 125832632,
camera_macro: 125832633,
sakura: 125832634,
raditionalbuilding: 125832635,
mountain_2_fill: 125832636,
line_2_below_mountain_2_fill: 125832637,
waterfall: 125832638,
stage: 125832639,
firework: 125832640,
pressure: 125832641,
thermometer: 125832642,
thermometer_circle: 125832643,
questionmark_circle: 125832644,
questionmark_circle_fill: 125832645,
info_circle: 125832646,
info_circle_fill: 125832647,
info_shield: 125832648,
exclamationmark: 125832649,
exclamationmark_circle: 125832650,
exclamationmark_circle_fill: 125832651,
exclamationmark_triangle: 125832652,
nosign_fill: 125832653,
bolt_filled_on_circle: 125832654,
bolt: 125832655,
bolt_circle: 125832656,
bolt_filled_circle: 125832657,
bolt_circle_fill: 125832658,
flame: 125832659,
flame_fill: 125832660,
eight_diagram: 125832661,
eight_diagram_fill: 125832662,
chevron_left: 125832663,
chevron_right: 125832664,
chevron_up: 125832665,
chevron_down: 125832666,
line_below_chevron_up: 125832667,
line_below_chevron_down: 125832668,
arrowtriangle_up_fill: 125832669,
arrowtriangle_down_fill: 125832670,
arrow_up: 125832671,
arrow_up_circle: 125832672,
arrow_up_circle_fill: 125832673,
cloud_and_arrow_up: 125832674,
arrow_down: 125832675,
arrow_down_square: 125832676,
square_and_arrow_down: 125832677,
arrow_up_left: 125832678,
arrow_left: 125832679,
arrow_right: 125832680,
arrow_up_to_line: 125832681,
arrow_left_to_line: 125832682,
arrow_right_to_line: 125832683,
arrow_down_and_rectangle: 125832684,
arrow_down_to_line_circle_fill: 125832685,
arrowshape_down_to_line_fill: 125832686,
arrowshape_down_to_line_circle_fill: 125832687,
arrowshape_up_circle_fill: 125832688,
arrowshape_up_to_line: 125832689,
arrowshape_up_to_line_fill: 125832690,
arrowshape_up_to_line_slash_fill: 125832691,
arrowshape_up_frame: 125832692,
arrowshape_up_frame_fill: 125832693,
arrowshape_up: 125832694,
arrowshape_up_fill: 125832695,
square_and_arrow_down_badge_vip: 125832696,
square_and_arrow_down_badge_checkmark: 125832697,
arrowshape_turn_up_left: 125832698,
arrowshape_turn_up_left_circle_fill: 125832699,
arrow_up_left_and_arrow_down_right: 125832700,
arrow_down_right_and_arrow_up_left: 125832701,
arrow_counterclockwise: 125832702,
return_down_left: 125832703,
return_left_up: 125832704,
rectangle_and_arrowshape_turn_up_right: 125832705,
rectangle_and_arrowshape_turn_up_right_fill: 125832706,
square_dashed_and_arrow_turn_up_right: 125832707,
arrow_right_up_and_square: 125832708,
arrow_left_arrow_right_and_rectangle_portrait: 125832709,
arrowshape_left: 125832710,
arrowshape_right: 125832711,
trash_circle: 125832712,
lung: 125832713,
a_6_pointed_star: 125832777,
AI_screenshot: 125832778,
bending_transformation: 125832779,
blur_direction: 125832780,
car_side_rear: 125832781,
car_window_close_1: 125832782,
car_window_open_1: 125832783,
character_arrow_2_circlepath: 125832784,
character_square: 125832785,
color_deepening: 125832786,
color_fading: 125832787,
color_fill: 125832788,
combine: 125832789,
dark_color: 125832790,
difference: 125832791,
equal_size: 125832792,
eraser_scribble: 125832793,
eyedropper: 125832794,
filter_color: 125832795,
four_quadrants: 125832796,
free_transformation: 125832797,
symmetry: 125832798,
granule: 125832799,
headlight_high_beam: 125832800,
highlighter_tip_1: 125832801,
horizontal_flip: 125832802,
Inverse_selection: 125832803,
layer_fill: 125832804,
layer: 125832805,
light_color: 125832806,
light: 125832807,
linear_deepening: 125832808,
linear_dilution: 125832809,
linear_light: 125832810,
liquefying_clockwise: 125832811,
liquefying_counterclockwise: 125832812,
liquefying_expand: 125832813,
liquefying_pinching: 125832814,
liquefying_push: 125832815,
minus_square_fill: 125832816,
mixed_humidity: 125832817,
multiply_square_fill: 125832818,
normal_square_fill: 125832819,
painting_assistance: 125832820,
partition_square_fill: 125832821,
pencil_line_1: 125832822,
pencil_waveform_fill: 125832823,
perspective: 125832824,
plus_square_fill: 125832825,
radial: 125832826,
rendering: 125832827,
single_page_flipping: 125832828,
smart_selection_area: 125832829,
smearing_fill: 125832830,
smearing: 125832831,
soft_light: 125832832,
solid_color_mixing: 125832833,
spot_light: 125832834,
strikethrough: 125832835,
stroke_path: 125832836,
strong_light: 125832837,
subtract_layer: 125832838,
transformation_fill: 125832839,
transformation: 125832840,
transparency_lock: 125832841,
twist_transformation: 125832842,
vertical_flip: 125832843,
wavyline_below_character: 125832844,
ambient_wall_light: 125832845,
bed_double_fill: 125832846,
blind_curtain_close: 125832847,
cooking: 125832848,
chandelier: 125832849,
chef_hat: 125832850,
clothing_fill: 125832851,
curtain_open: 125832852,
decorative_lamp_fill: 125832853,
dome_light_fill: 125832854,
dream_curtain_close: 125832855,
dream_curtain_open: 125832856,
fan_fill_1: 125832857,
fan_slash_fill: 125832858,
floor_lamp_fill: 125832859,
house_default: 125832860,
house_setting: 125832861,
laboratories: 125832862,
lamp_desk_fill: 125832863,
overhead_light_fill: 125832864,
scenes: 125832865,
sofa_fill: 125832866,
spanner: 125832867,
toilet: 125832868,
wall_lamp_fill: 125832869,
adapt_window_width: 125832870,
battery_75percent: 125832871,
bookmark_filled_on_bookmark: 125832872,
books_vertical_fill: 125832873,
bookshelf_badge_checkmark_fill: 125832874,
bookshelf_badge_plus_fill: 125832875,
bookshelf: 125832876,
briefcase: 125832877,
case_fill: 125832878,
Celia_fill: 125832879,
character_book: 125832880,
children: 125832881,
continuous_rolling: 125832882,
course_badge_minus: 125832883,
course: 125832884,
cube_and_arrow_down: 125832885,
doc_plaintext_and_pencil_fill: 125832886,
doc_text_2: 125832887,
fast_forward: 125832888,
figure_leave: 125832889,
flipping_page_fill: 125832890,
flipping_page: 125832891,
foldline_screen_circle: 125832892,
grid: 125832893,
hand_point_up_tap_fill_slash: 125832894,
headphones_fill: 125832895,
hidisk_fill: 125832896,
hitouch_cutout: 125832897,
house_circle: 125832898,
inbox: 125832899,
infotainment_fold_fill: 125832900,
infotainment: 125832901,
line_3_horizontal_circle: 125832902,
lock_open_filled_arrow_counterclockwise: 125832903,
magnifyingglass_circle: 125832904,
media_center: 125832905,
media_sound: 125832906,
mental_arithmetic_practice: 125832907,
mic_sound: 125832908,
minus_magnifyingglass: 125832909,
music_note_circle_fill: 125832910,
music_slash_fill: 125832911,
notepad_fill: 125832912,
notepad: 125832913,
nurse: 125832914,
ok_circle: 125832915,
parental_protection: 125832916,
pdf_doc: 125832917,
privilege_effect: 125832918,
AI_read_aloud: 125832919,
reports: 125832920,
rhythm: 125832921,
smal_window_playback: 125832922,
space_audio: 125832923,
AI_subtitles: 125832924,
wifi_slash: 125832925,
word_book: 125832926,
wrench_and_screwdriver: 125832927,
xmark_book: 125832928,
ad_circle_slash_fill: 125832929,
data_proportion: 125832930,
graduationcap_fill: 125832931,
store: 125832932,
target_ceremony: 125832933,
action_guidance: 125832934,
adapt_window_height: 125832935,
altitude: 125832936,
arrow_down_left_video_badge_phone_fill: 125832937,
arrow_down_left_video_badge_phone_filled: 125832938,
arrow_left_circle: 125832939,
arrow_right_circle: 125832940,
arrow_triangle_divide: 125832941,
average_decline: 125832942,
average_depth: 125832943,
maximum_depth: 125832944,
average_increase: 125832945,
average_pace_fill: 125832946,
average_pace: 125832947,
average_speed_fill: 125832948,
average_speed: 125832949,
average_step_frequency: 125832950,
basketball_fill: 125832951,
basketball: 125832952,
beidou_satellite_fill: 125832953,
bird_ball: 125832954,
blood_glucose_difference: 125832955,
blood_glucose: 125832956,
blood_oxygen_meter_fill: 125832957,
blood_oxygen_meter: 125832958,
blood_oxygen_saturation: 125832959,
blood_pressure: 125832960,
bloodpressure_meter_fill: 125832961,
bloodpressure_meter: 125832962,
BMI_circle: 125832963,
body_fat_scale_fill: 125832964,
body_fat_scale: 125832965,
bone_salt_content: 125832966,
bounce_count: 125832967,
breathing: 125832968,
cadence_fill: 125832969,
cadence: 125832970,
ash_haze: 125832971,
chevron_down_2_circle: 125832972,
chevron_down_circle: 125832973,
chevron_left_2: 125832974,
chevron_left_circle: 125832975,
chevron_right_circle: 125832976,
chevron_up_2_circle: 125832977,
chevron_up_2: 125832978,
circle_below_local_filled: 125832979,
circle_below_plus_shield: 125832980,
compass_circle_fill: 125832981,
cross_fit: 125832982,
cross_square_fill: 125832983,
dart_target: 125832984,
device_trajectory: 125832985,
directional_offroad: 125832986,
distance_fill: 125832987,
distance: 125832988,
diving_frequency: 125832989,
diving_time: 125832990,
dumbbell: 125832991,
eagle_ball: 125832992,
ellipticals_fill: 125832993,
ellipticals: 125832994,
exclamationmark_triangle_fill: 125832995,
fat_percentage: 125832996,
female_symbols: 125832997,
figure_archery: 125832998,
figure_badminton: 125832999,
figure_ballet: 125833000,
figure_baseball: 125833001,
figure_beach_soccer: 125833002,
figure_beach_volleyball: 125833003,
figure_belly_dance: 125833004,
figure_bicycle_motocross: 125833005,
figure_billiard: 125833006,
figure_bowling: 125833007,
figure_boxing: 125833008,
figure_bungee: 125833009,
figure_canoeing: 125833010,
figure_climbing: 125833011,
figure_cooldown: 125833012,
figure_cricket: 125833013,
figure_curling: 125833014,
figure_dance: 125833015,
figure_disc_sports: 125833016,
figure_dodgeball: 125833017,
figure_dragon_boat: 125833018,
figure_drifting: 125833019,
figure_ellipticals: 125833020,
figure_equestrian_sports: 125833021,
figure_fencing: 125833022,
figure_fishing: 125833023,
figure_free_combat: 125833024,
figure_free_diving: 125833025,
figure_goalball: 125833026,
figure_golf: 125833027,
figure_handball: 125833028,
figure_highintensity_intervaltraining: 125833029,
figure_hiking: 125833030,
figure_hockey: 125833031,
figure_horizontal_bar: 125833032,
figure_hulahoop: 125833033,
figure_hunting: 125833034,
figure_ice_hockey: 125833035,
figure_indoor_bicycle: 125833036,
figure_Jazz: 125833037,
figure_jumprope: 125833038,
figure_karate: 125833039,
figure_kendo: 125833040,
figure_kickboxing: 125833041,
figure_kiteflying: 125833042,
figure_latin_dance: 125833043,
figure_martial_arts: 125833044,
figure_mixed_cardio: 125833045,
figure_motorboat: 125833046,
figure_mountaineering: 125833047,
figure_open_water_swim: 125833048,
figure_outdoor_cycle: 125833049,
figure_paddle_surfing: 125833050,
figure_parachute: 125833051,
figure_parallel_bars: 125833052,
figure_parkour: 125833053,
figure_pilates: 125833054,
figure_pool_swim: 125833055,
figure_pulley: 125833056,
figure_recreational_diving: 125833057,
figure_rolling: 125833058,
figure_rowing: 125833059,
figure_rugby: 125833060,
figure_run_crosscountry: 125833061,
figure_run_treadmill: 125833062,
figure_run: 125833063,
figure_sailboat: 125833064,
figure_sepaktakraw: 125833065,
figure_shuttlecock: 125833066,
figure_skating: 125833067,
figure_skiing_crosscountry: 125833068,
figure_skiing_downhill: 125833069,
figure_skiing: 125833070,
figure_slalom: 125833071,
figure_sled: 125833072,
figure_sleidge: 125833073,
figure_snowboarding: 125833074,
figure_softball: 125833075,
figure_square_dancing: 125833076,
figure_squash: 125833077,
figure_stair: 125833078,
figure_stepper: 125833079,
figure_street_dance: 125833080,
figure_surfing: 125833081,
figure_swing: 125833082,
figure_table_tennis: 125833083,
figure_taekwondo: 125833084,
figure_taichi: 125833085,
figure_technical_diving: 125833086,
figure_tennis: 125833087,
figure_tugofwar: 125833088,
figure_volleyball: 125833089,
figure_winter_biathlon: 125833090,
figure_yoga: 125833091,
flag_checkered_2_crossed: 125833092,
free_training: 125833093,
functional_training: 125833094,
gas: 125833095,
golf_hole_locations: 125833096,
golfclub_ball: 125833097,
ground_air_ratio: 125833098,
ground_contact_peak: 125833099,
group_gymnastics: 125833100,
hand_raised_hexagon: 125833101,
heartrate_band_fill: 125833102,
heartrate_band: 125833103,
height: 125833104,
hold_breath_test: 125833105,
hold_breath: 125833106,
input_source: 125833107,
instrument_diving: 125833108,
intelligent_companion_run: 125833109,
intelligent_coach: 125833110,
KM_slash: 125833111,
KM: 125833112,
landing_impact: 125833113,
left_right_touchdown_balance: 125833114,
max_water_temperature: 125833115,
message_badge_gearshape_1: 125833116,
ball_fill: 125833117,
mic_slash: 125833118,
min_water_temperature: 125833119,
moisture: 125833120,
muscle_mass: 125833121,
nearlink: 125833122,
outward_curvature: 125833123,
oximeter_fill: 125833124,
oximeter: 125833125,
oxygen_uptake: 125833126,
person_badge_lock_fill: 125833127,
person_height: 125833128,
phone_arrow_down_left_circle_fill: 125833129,
phone_badge_plus: 125833130,
phone_badge_wifi: 125833131,
phone_filled_badge_hd: 125833132,
phone_wave_2_down_fill: 125833133,
pollen_club: 125833134,
pool_width: 125833135,
protein: 125833136,
pulp_frequency: 125833137,
push_rod: 125833138,
RAI_circle: 125833139,
repeat_track: 125833140,
rescue: 125833141,
rope_skipping_fill: 125833142,
rope_skipping: 125833143,
rowing_machine_fill: 125833144,
rowing_machine: 125833145,
satellite_map_fill: 125833146,
satellite_map: 125833147,
simcard_fill_2_and_simcard_fill_1: 125833148,
sleep_fill: 125833149,
sleep: 125833150,
soaring_time: 125833151,
spin_bike_fill: 125833152,
spin_bike: 125833153,
sporadic_naps: 125833154,
staircase: 125833155,
steps_fill: 125833156,
steps: 125833157,
streak_jump: 125833158,
strength_training: 125833159,
strolling_machine: 125833160,
sun_figure_walk: 125833161,
swimming_trips: 125833162,
swinging_angle: 125833163,
touchdown_time: 125833164,
transfer_station_fill: 125833165,
transfer_station: 125833166,
treadmill_fill: 125833167,
treadmill: 125833168,
upper_lane_rate: 125833169,
vertical_amplitude_ratio: 125833170,
vertical_amplitude: 125833171,
visceral_fat: 125833172,
vpn_key: 125833173,
warning_frequency: 125833174,
warning_switch: 125833175,
water_type: 125833176,
weight_unit: 125833177,
whistle: 125833178,
workout_swim_frequency: 125833179,
workout_swolf: 125833180,
concentrated_floating_dust: 125833181,
drought: 125833182,
dry_hot_air: 125833183,
flash_flood_disaster: 125833184,
gale: 125833185,
geologic_hazard: 125833186,
leaf_circle_fill: 125833187,
mask_fill: 125833188,
minors_mode: 125833189,
ozone: 125833190,
sea_fog: 125833191,
sea_lightning: 125833192,
sea_strong_winds: 125833193,
sea_thunder_and_strong_winds: 125833194,
sea_typhoon: 125833195,
thunder: 125833196,
thunderbolt_and_strong_wind: 125833197,
tornado: 125833198,
trunk_fill: 125833199,
AI_phone_doc: 125833200,
AI_phone: 125833201,
battery_bolt: 125833202,
cold_wave: 125833203,
cooling: 125833204,
dust_storm: 125833205,
forest_and_grassland_fire_insurance: 125833206,
frost: 125833207,
frozen: 125833208,
heavy_pollution: 125833209,
heavy_rainfall: 125833210,
hitouch_read_aloud: 125833211,
low_temperature_freezing_damage: 125833212,
low_temperature_rain_snow_and_freezing: 125833213,
low_temperature: 125833214,
person_badge_nosign_fill_1: 125833215,
proportional_transformation: 125833216,
rainstorm: 125833217,
rectangle_split_1x2: 125833218,
severe_cold: 125833219,
snow_disaster: 125833220,
star_2_moon_fill: 125833221,
strong_convection: 125833222,
strong_cooling: 125833223,
thunder_storm: 125833224,
thunderstorm: 125833225,
yuansign_arrow_counterclockwise: 125833226,
access_card: 125833227,
AI_pause: 125833228,
AI_play: 125833229,
AI_translate: 125833230,
book_open_fill: 125833231,
book_1: 125833232,
boutique_book_fill: 125833233,
boutique_book: 125833234,
buzzer_detection: 125833235,
car_maintain: 125833236,
circle_filled_dash_circle: 125833237,
contacts_book_fill: 125833238,
contrastive_translation: 125833239,
dynamic: 125833240,
endurance: 125833241,
exercise_records: 125833242,
figure_running: 125833243,
horizontal_symmetry: 125833244,
infotainment_fill: 125833245,
knowing_everything: 125833246,
lyrics_square: 125833247,
MCN_agency: 125833248,
my_plans: 125833249,
page_flipping: 125833250,
paintbrush_fill: 125833251,
paintbrush: 125833252,
play_round_rectangle: 125833253,
play_round_triangle_fill: 125833254,
private_browsing_mode: 125833255,
quick_help: 125833256,
recharge_cashback: 125833257,
route_plan: 125833258,
rush_pipe: 125833259,
slider_horizontal_2_square: 125833260,
square_dashed: 125833261,
Synchronics: 125833262,
training_index: 125833263,
vertica_symmetry: 125833264,
action_shooting: 125833265,
AI_lightbulb_max: 125833266,
robot: 125833267,
arrowshape_up_left_and_arrowshape_down_right: 125833268,
battery_bolt_fill: 125833269,
board_game: 125833270,
bolt_shield_fill: 125833271,
camera_flash_auto_1: 125833272,
camera_flash_auto_2: 125833273,
camera_flash_auto_3: 125833274,
camera_flash_auto_4: 125833275,
camera_flash_auto_6: 125833276,
camera_flash_auto_7: 125833277,
camera_flash_auto_8: 125833278,
camera_flash_auto_9: 125833279,
camera_flash_auto_11: 125833280,
camera_flash_auto_12: 125833281,
camera_flash_auto_13: 125833282,
camera_flash_auto_14: 125833283,
cinema: 125833284,
custom_brush: 125833285,
desktop_site: 125833286,
distance_sensing: 125833287,
equals: 125833288,
except: 125833289,
express_delivery: 125833290,
heat_generation: 125833291,
home_button: 125833292,
Huawei_logo: 125833293,
leisure_puzzle: 125833294,
lightbulb_circle_fill: 125833295,
lightbulb_fill: 125833296,
lightbulb_slash_fill: 125833297,
local_badge_hd_fill: 125833298,
location_north_up_right_circle_fill: 125833299,
meta_service: 125833300,
multiply: 125833301,
navigation: 125833302,
operation_strategy: 125833303,
planets: 125833304,
play_hexagon_fill: 125833305,
play_round_rectangle_fill: 125833306,
podcast: 125833307,
quick_app: 125833308,
road_rescue: 125833309,
role_play: 125833310,
screen_witching_fill: 125833311,
short_vertical_line: 125833312,
sports_racing: 125833313,
square_filled_on_square: 125833314,
tracking_cookie_interception: 125833315,
train_ticket: 125833316,
truck_box_fill: 125833317,
wifi_badge_minus: 125833318,
xmark_picture_fill: 125833319,
zeroing: 125833320,
AI_circle_viewfinder: 125833321,
AI_playing: 125833322,
AI_search: 125833323,
auto_circle_fill: 125833324,
battery_75percent_vertical: 125833325,
blind_curtain: 125833326,
calculator_fill: 125833327,
calculator: 125833328,
camera_beautify_fill: 125833329,
camera_filters_fill: 125833330,
cloth_curtain: 125833331,
computer_fill: 125833332,
computer: 125833333,
curtains_fill: 125833334,
curtains_slash_fill: 125833335,
dream_curtain: 125833336,
dual_phone_pairing: 125833337,
roller_shutters: 125833338,
eviction: 125833339,
root: 125833340,
Interval_swing: 125833341,
magnifyingglass_car: 125833342,
matebook_fill: 125833343,
multi_screen_collaboration: 125833344,
pad_fill: 125833345,
phone_card_slot: 125833346,
printer_fill: 125833347,
silent_writing_practice: 125833348,
stereoscopic_flash_lamp: 125833349,
super_privacy_mini_fold: 125833350,
video_slasj_fill: 125833351,
xmark_picture: 125833352,
switch_camera_fill: 125833353,
earphone_13568_fill: 125833354,
earphone_16643_fill: 125833355,
earphone_16643_left_fill: 125833356,
earphone_16643_right_fill: 125833357,
earphone_16644_fill: 125833358,
earphone_16644_left_fill: 125833359,
earphone_16644_right_fill: 125833360,
earphone_16646_fill: 125833361,
earphone_16646_left_fill: 125833362,
earphone_16646_right_fill: 125833363,
earphone_16660_fill: 125833364,
earphone_16660_left_fill: 125833365,
earphone_16660_left: 125833366,
earphone_16660_right_fill: 125833367,
earphone_16660_right: 125833368,
earphone_16660: 125833369,
earphone_16896_fill: 125833370,
earphone_16896_left_fill: 125833371,
earphone_16896_left: 125833372,
earphone_bluetooth_fill: 125833373,
dynamic_bicycles: 125833374,
figure_rowing_machine: 125833375,
lactate_threshold: 125833376,
medium_shot: 125833377,
smart_data_saver: 125833378,
AI_keyboard: 125833379,
application_relay: 125833380,
calculator_1: 125833381,
divide_square_fill: 125833382,
foldline_screen_fill: 125833383,
horizontal: 125833384,
house_equipment: 125833385,
keymouse_sharing: 125833386,
nearby_devices_badge_lock: 125833387,
service_interoperability: 125833388,
wireless_projection_fill: 125833389,
AI_translation: 125833390,
edit_colour: 125833391,
horizontal_fill_window: 125833392,
pause_round_triangle_fill: 125833393,
vertically_fill_window: 125833394,
earphone_5888: 125833395,
earphone_5888_fill: 125833396,
earphone_7425: 125833397,
earphone_7425_fill: 125833398,
earphone_16640_fill: 125833399,
earphone_16640_left_fill: 125833400,
earphone_16640_left: 125833401,
earphone_16640_right_fill: 125833402,
earphone_16640_right: 125833403,
earphone_16640: 125833404,
earphone_16647_fill: 125833405,
earphone_16647_left_fill: 125833406,
earphone_16647_left: 125833407,
earphone_16647_right_fill: 125833408,
earphone_16647_right: 125833409,
earphone_16647: 125833410,
earphone_16650_fill: 125833411,
earphone_16650_left_fill: 125833412,
earphone_16650_left: 125833413,
earphone_16650_right_fill: 125833414,
earphone_16650_right: 125833415,
earphone_16650: 125833416,
earphone_16659_fill: 125833417,
earphone_16659_left_fill: 125833418,
earphone_16659_left: 125833419,
earphone_16659_right_fill: 125833420,
earphone_16659_right: 125833421,
earphone_16659: 125833422,
earphone_16896_right: 125833423,
earphone_16896_right_fill: 125833424,
earphone_16896: 125833425,
earphone_bluetooth_left_fill: 125833426,
earphone_bluetooth_left: 125833427,
earphone_bluetooth_right_fill: 125833428,
earphone_bluetooth_right: 125833429,
earphone_case_16640: 125833430,
earphone_case_16643: 125833431,
earphone_case_16644: 125833432,
earphone_case_16646: 125833433,
earphone_case_16647: 125833434,
earphone_case_16650: 125833435,
earphone_case_16659: 125833436,
earphone_case_16660: 125833437,
earphone_case_16896: 125833438,
earphone_case_bluetooth: 125833439,
AI_panels: 125833440,
AI_picture_on_square: 125833441,
AI_wand_stars_and_cloud: 125833442,
arrow_down_circle: 125833443,
bell_badge_gearshape: 125833444,
close_sidebar: 125833445,
cold: 125833446,
computer_badge_star: 125833447,
device_2: 125833448,
heart_bookmark: 125833449,
ios: 125833450,
multiple_square_root: 125833451,
open_sidebar: 125833452,
paperplane_right_fill: 125833453,
pc_and_phone_fill: 125833454,
picture_on_square_1: 125833455,
pin_fill_1: 125833456,
play_video_fill: 125833457,
rectangle_rotate: 125833458,
square_root: 125833459,
sunscreen: 125833460,
thunderstorm_and_gale: 125833461,
touchpad: 125833462,
volume_based_package: 125833463,
worldclock_badge_checkmark: 125833464,
wifi_badge_lock: 125833465,
wifi_badge_exclamationmark: 125833466,
wifi_6plus: 125833467,
wifi_6plus_badge_lock: 125833468,
wifi_6plus_badge_exclamationmark: 125833469,
wifi_6: 125833470,
wifi_6_badge_lock: 125833471,
wifi_6_badge_exclamationmark: 125833472,
minors_mode_fill: 125833473,
art_gallery: 125833474,
hotel: 125833475,
book_pages_fill_1: 125833476,
performance_1: 125833477,
wavy_line_fill: 125833478,
arrowshape_turn_up_right_fill: 125833479,
plus_square: 125833480,
earphone_bluetooth: 125833481,
earphone_13568: 125833482,
earphone_16644: 125833483,
earphone_16644_left: 125833484,
earphone_16644_right: 125833485,
earphone_16643: 125833486,
earphone_16643_left: 125833487,
earphone_16643_right: 125833488,
earphone_16646: 125833489,
earphone_16646_left: 125833490,
earphone_16646_right: 125833491,
earphone_15616_fill: 125833492,
earphone_15616: 125833493,
chevron_forward: 125833533,
chevron_backward: 125833534,
a_12_rectangle_portrait: 125833535,
a_16_rectangle_portrait: 125833536,
a_18_rectangle_portrait: 125833537,
a_3_rectangle_portrait: 125833538,
a_7_rectangle_portrait: 125833539,
animal_head: 125833540,
balloon_2_fill: 125833541,
bath_badge_clock: 125833542,
bath: 125833543,
board_games: 125833544,
card_migration: 125833545,
card_package_badge_gearshape: 125833546,
card_package: 125833547,
casing_detection: 125833548,
coins_badge_diamond_fill: 125833549,
cooking_badge_clock: 125833550,
copper_coin_and_hand: 125833551,
credit_card_repayment: 125833552,
data: 125833553,
drop_slash_fill: 125833554,
elevation_gain: 125833555,
financial_management: 125833556,
find_watch: 125833557,
flower_coin: 125833558,
front_facing_camera: 125833559,
gamecontroller_fill: 125833560,
golf_club_and_ball: 125833561,
hamburgers: 125833562,
haze_warn: 125833563,
Investment_stable_value_add: 125833564,
K_points: 125833565,
laundry_badge_clock: 125833566,
laundry: 125833567,
leisure_puzzle_1: 125833568,
life_payment: 125833569,
mall: 125833570,
person_rectangle_portrait: 125833571,
phone_badge_star: 125833572,
printer_badge_exclamationmark_fill: 125833573,
rear_facing_camera: 125833574,
role_play_fill: 125833575,
route: 125833576,
ruler: 125833577,
saga_tap_detection: 125833578,
saga_watch_hardware: 125833579,
sleep_breathing_awareness: 125833580,
swap_coupon: 125833581,
table_tennis_bat: 125833582,
thermometer_fill: 125833583,
ticket_fill: 125833584,
today_circle_fill: 125833585,
total_descent: 125833586,
unknown_device_fill: 125833587,
unknown_device: 125833588,
v_mall_fill: 125833589,
v_mall: 125833590,
watch_badge_nosign: 125833591,
watch_badge_yuansign: 125833592,
alive_light: 125833593,
arrow_down_circle_badge_checkmark: 125833594,
arrowshape_turn_up_left_2: 125833595,
arrowshape_turn_up_right: 125833596,
bar_light: 125833597,
bathing_light: 125833598,
beauty_light: 125833599,
blind_curtain_open: 125833600,
gas_fee_fill: 125833601,
bolt_fill: 125833602,
bookshelf_badge_checkmark: 125833603,
bookshelf_badge_plus: 125833604,
candle_light: 125833605,
car_side_rear_open_1: 125833606,
clean_light: 125833607,
copper_coin_and_hand_fill: 125833608,
credit_card_repayment_fill: 125833609,
decompress: 125833610,
dinner_light: 125833611,
envelope_badge_arrowshape_turn_up_right: 125833612,
focus_light: 125833613,
fund_fill: 125833614,
fund: 125833615,
gas_fee: 125833616,
getup_night_light: 125833617,
guest_light: 125833618,
hd_plus_rectangle: 125833619,
heating_fee_fill: 125833620,
icloud_fill: 125833621,
ink_splash: 125833622,
life_payment_fill: 125833623,
movie_light: 125833624,
new_movie: 125833625,
paperclip_badge_arrowshape_turn_up_left_2: 125833626,
paperclip_badge_arrowshape_turn_up_left: 125833627,
phone_recharge: 125833628,
prepare_for_dinner_light: 125833629,
property_fee_fill: 125833630,
rapid_purification_fill: 125833631,
resolution_video_fill: 125833632,
return_home_light: 125833633,
rhythmic_light: 125833634,
romantic_light: 125833635,
safe_box: 125833636,
sleep_light: 125833637,
snowflake_circle_fill: 125833638,
wash_light: 125833639,
arrow_up_to_line_slash: 125833640,
briefcase_fill: 125833641,
camera_far: 125833642,
camera_slash_fill: 125833643,
checkmark_message_fill: 125833644,
pc_fill: 125833645,
circle_on_square_fill: 125833646,
drop_and_wave_2_fill: 125833647,
ellipsis_message_badge_circle_fill: 125833648,
fan_blade_3_pcs: 125833649,
fan_blade_4_pcs: 125833650,
fan_blade_5_pcs: 125833651,
fan_blade_6_pcs: 125833652,
fan_blade_7_pcs: 125833653,
fan_blade_8_pcs: 125833654,
foldablescreen_fill: 125833655,
forum_fill: 125833656,
game_fill: 125833657,
game: 125833658,
handwriting_set: 125833659,
heart_square_stack: 125833660,
icloud_badge_doc_plaintext: 125833661,
input_set: 125833662,
local_slash_fill: 125833663,
monitor_fill: 125833664,
pencil_crcle_fill: 125833665,
phone_fill_slash: 125833666,
purification_fill: 125833667,
smartscreen_fill: 125833668,
soundai_fill: 125833669,
key_shield_slash_fill: 125833670,
speaker_wave_3_circle_fill: 125833671,
square_fill_grid_2x2_badge_adiowaves: 125833672,
study_smartscreen_fill: 125833673,
watch_fill: 125833674,
small_triangle_arrow_down_right_fill: 125833675,
air_conditioning_purification_fill: 125833676,
air_conditioning_purification_open_fill: 125833677,
pencil_tip_fill: 125833678,
pen_tip_fill: 125833679,
ballpointpen_tip_fill: 125833680,
marker_tip_fill: 125833681,
highlighter_tip_fill: 125833682,
Laserpen_fill: 125833683,
folder_badge_ellipsis: 125833740,
battery_leaf_fill: 125833741,
arrow_right_and_square: 125833742,
a_10k_rectangle: 125833743,
a_360_degree_rotation: 125833744,
doc_text_badge_clock_fill: 125833745,
a_3k_rectangle: 125833746,
hobbyhorse: 125833747,
notice_fill: 125833748,
heart_house_fill: 125833749,
graduationcap: 125833750,
ellipsis_circle: 125833751,
calendar_01: 125833752,
calendar_02: 125833753,
calendar_03: 125833754,
calendar_04: 125833755,
calendar_05: 125833756,
calendar_06: 125833757,
calendar_07: 125833758,
calendar_08: 125833759,
calendar_09: 125833760,
calendar_10: 125833761,
calendar_11: 125833762,
calendar_12: 125833763,
calendar_13: 125833764,
calendar_14: 125833765,
calendar_15: 125833766,
calendar_16: 125833767,
calendar_17: 125833768,
calendar_18: 125833769,
calendar_19: 125833770,
calendar_20: 125833771,
calendar_21: 125833772,
calendar_22: 125833773,
calendar_23: 125833774,
calendar_24: 125833775,
calendar_25: 125833776,
calendar_26: 125833777,
calendar_27: 125833778,
calendar_28: 125833779,
calendar_29: 125833780,
calendar_30: 125833781,
calendar_31: 125833782,
lactate_threshold_1: 125833783,
watch_badge_card: 125833784,
car_key: 125833785,
spare_1: 125833786,
spare_2: 125833787,
spare_3: 125833788,
spare_4: 125833789,
spare_5: 125833790,
spare_6: 125833791,
spare_7: 125833792,
spare_8: 125833793,
calendar_badge_clock_fill: 125833794,
spare_9: 125833795,
a_5k_rectangle: 125833796,
ebook: 125833797,
background_blurred: 125833798,
background_blurred_slash: 125833799,
background_color_removal: 125833800,
background_color_removal_slash: 125833801,
color_temperature_1: 125833802,
color_temperature_slash: 125833803,
adjustment_slash: 125833804,
highlights_slash: 125833805,
shadow_slash: 125833806,
toning_slash: 125833807,
bright_slash: 125833808,
contrast_slash: 125833809,
dark_slash: 125833810,
saturation_slash: 125833811,
natural_saturation_slash: 125833812,
paintpalette_slash: 125833813,
triangleshape_slash: 125833814,
circle_square_slash: 125833815,
fade_slash: 125833816,
exposure_slash: 125833817,
particle_slash: 125833818,
stop_circle_fill: 125833819,
align_left: 125833820,
align_center: 125833821,
align_right: 125833822,
align_top: 125833823,
align_middle: 125833824,
align_bottom: 125833825,
download_fill: 125833826,
envelope_badge_dot_fill: 125833827,
keymouse_sharing_fill: 125833828,
matebook_and_phone_fill: 125833829,
multi_screen_collaboration_fill: 125833830,
picture_2_fill: 125833831,
keyboard_badge_combination: 125833832,
person_badge_checkmark_fill: 125833833,
coins_badge_coin: 125833834,
law: 125833835,
science_technology: 125833836,
star_square_stack_fill: 125833837,
board_game_fill: 125833838,
chicken_leg_fill: 125833839,
chicken_leg: 125833840,
cross_case_fill: 125833841,
leisure_puzzle_fill: 125833842,
tennis_ball_fill: 125833843,
tennis_ball: 125833844,
volleyball_fill: 125833845,
volleyball: 125833846,
action_shooting_fill: 125833847,
exponentiation: 125833848,
wired_projection: 125833849,
mic_badge_star: 125833850,
albatross_ball: 125833851,
AR_share: 125833852,
arrow_bounce_right: 125833853,
arrow_right_and_square_shield_fill: 125833854,
arrowshape_up_to_line_slash: 125833855,
backward_fill: 125833856,
bag_badge_plus: 125833857,
balloon: 125833858,
barrage_off: 125833859,
barrage_on: 125833860,
barrage_setting: 125833861,
barrage_simple: 125833862,
doc_text_badge_arrow_right: 125833863,
car_badge_minus: 125833864,
cart_fill: 125833865,
charge_badge_minus_fill: 125833866,
charge_head: 125833867,
children_1: 125833868,
classify: 125833869,
daren_college: 125833870,
device_bolt: 125833871,
display_products: 125833872,
display_products_slash: 125833873,
distance_unit: 125833874,
dot_radiowaves_message: 125833875,
dot_radiowaves_message_fill: 125833876,
figure_run_1: 125833877,
earphone_5888_slash: 125833878,
enlarge_window: 125833879,
exchange_product: 125833880,
face_laughing: 125833881,
ferry_badge_minus_fill: 125833882,
figure_arms_open_1: 125833883,
figure_arms_open_filled_viewfinder: 125833884,
flexible_screen: 125833885,
full_rectangle: 125833886,
group: 125833887,
half_rectangle: 125833888,
house_shield_fill: 125833889,
info_rectangle_portrait_fill: 125833890,
kunlun_glass: 125833891,
leave_home_shield_fill: 125833892,
line_below_AWB: 125833893,
location_right_fill: 125833894,
mainboard_fault: 125833895,
messenger: 125833896,
mouse_fill: 125833897,
music_house_fill: 125833898,
navigation_1: 125833899,
notice: 125833900,
notice_1: 125833901,
passport: 125833902,
personalized_sticker: 125833903,
pollen_club_fill: 125833904,
rear_cover_fault: 125833905,
replace_device: 125833906,
reposition: 125833907,
road_lanes_badge_minus_fill: 125833908,
robots_fill: 125833909,
route_plan_fill: 125833910,
ruler_measure: 125833911,
ruler_measure_slash: 125833912,
service_fill: 125833913,
short_distance: 125833914,
start_to_end_distance: 125833915,
start_to_end_distance_fill: 125833916,
store_fill: 125833917,
switch_compass: 125833918,
switch_leveler: 125833919,
switch_reality: 125833920,
text_badge_questionmark: 125833921,
text_clipboard_fill: 125833922,
topic: 125833923,
topic_message_fill: 125833924,
touchscreen_fault: 125833925,
vip_purchasing_code: 125833926,
volume_based_package_1: 125833927,
waveform_path_ecg_magnifyingglass_fill: 125833928,
whatsapp: 125833929,
wisdom_house: 125833930,
wrench_rectangle_portrait_fill: 125833931,
arrowshape_turn_up_left_fill: 125833932,
abilityform: 125834015,
ad_circle_slash: 125834016,
after_sales_shield: 125834017,
AI_doc_plaintext: 125834018,
AI_phone_fill: 125834019,
AI_sound: 125834020,
AI_spell_suggest: 125834021,
AI_word_suggest: 125834022,
air: 125834023,
altitude_fill: 125834024,
archivebox_badge_clock: 125834025,
arrow_down_shield: 125834026,
audio_theatre: 125834027,
auto_camera: 125834028,
auto_camera_slash: 125834029,
average_step_frequency_fill: 125834030,
awareness: 125834031,
bag_fill_1: 125834032,
battery_100percent: 125834033,
battery_10percent: 125834034,
battery_15percent: 125834035,
battery_20percent: 125834036,
battery_30percent: 125834037,
battery_40percent: 125834038,
battery_50percent: 125834039,
battery_5percent: 125834040,
battery_60percent: 125834041,
battery_70percent: 125834042,
battery_80percent: 125834043,
battery_90percent: 125834044,
battery_95percent: 125834045,
battery_bolt_arrow_2_circlepath: 125834046,
bed_and_figure_walk: 125834047,
bed_badge_clock_fill: 125834048,
bed_badge_exclamationmark_fill: 125834049,
beidou_satellite: 125834050,
bolt_shield: 125834051,
bone_voice_ID: 125834052,
broken_screen: 125834053,
camera_circle_fill: 125834054,
card_badge_yuansign_arrow_counterclockwise: 125834055,
card_writer: 125834056,
cervical_vertebra: 125834057,
cinemagraph: 125834058,
classify_1: 125834059,
cutlery_notepad: 125834060,
doc_plaintext_and_compass: 125834061,
doors_and_windows_closed: 125834062,
doors_and_windows_open: 125834063,
egretta_fill: 125834064,
electric_install: 125834065,
elevation_gain_fill: 125834066,
ellipsis_message_slash: 125834067,
envelope_badge_xmark_fill: 125834068,
figure_badge_arrow_up: 125834069,
figure_badge_exclamationmark: 125834070,
figure_basketball: 125834071,
figure_fall_down: 125834072,
figure_fall_down_badge_questionmark: 125834073,
figure_falling_bed: 125834074,
figure_falling_bed_badge_questionmark: 125834075,
figure_football: 125834076,
figure_sleeping_badge_exclamationmark: 125834077,
figure_walk_arrival: 125834078,
figure_walk_badge_arrow_right: 125834079,
figure_walk_badge_clock: 125834080,
figure_walk_badge_exclamationmark: 125834081,
find_device_fill: 125834082,
game_icloud_fill: 125834083,
gif_video: 125834084,
glass_repair: 125834085,
globe_badge_heart: 125834086,
ground_air_ratio_fill: 125834087,
ground_contact_peak_fill: 125834088,
hammer_fill: 125834089,
handshake: 125834090,
HarmonyOS_Connect: 125834091,
HarmonyOS_Next: 125834092,
headset_missing: 125834093,
highlighter_fill: 125834094,
HQ_recording: 125834095,
huawei_sound: 125834096,
huawei_wallet: 125834097,
install: 125834098,
key_horizontal_fill: 125834099,
keyboard_badge_mic: 125834100,
kunlun_glass_rectangle_portrait: 125834101,
L_and_R_fill: 125834102,
landing_mode_fill: 125834103,
Language_arrow_2_circlepath: 125834104,
local_circle_fill: 125834105,
long_exposure: 125834106,
lossless: 125834107,
magnifyingglass_house: 125834108,
menu_TV: 125834109,
mic_arrow_2_circlepath: 125834110,
moon_music: 125834111,
moon_z: 125834112,
moon_z_fill_1: 125834113,
more_fill: 125834114,
move_1: 125834115,
multiple_exposure: 125834116,
music_square_stack_fill: 125834117,
noise_canceling: 125834118,
noise_reduction_slash: 125834119,
outward_curvature_fill: 125834120,
pause_round_triangle: 125834121,
person_badge_clock_fill: 125834122,
person_badge_phone_fill: 125834123,
person_badge_questionmark_fill: 125834124,
phone_and_chevron_forward: 125834125,
phone_recharge_1: 125834126,
picture_badge_arrow_down: 125834127,
play_round_triangle: 125834128,
playing_back_and_forth: 125834129,
quick_reminders: 125834130,
rectangle_4_group_1: 125834131,
rectangle_4_group_fill_1: 125834132,
rectangle_portrait_badge_hourglass: 125834133,
rectangle_portrait_wave_2_fill: 125834134,
repeat_play: 125834135,
role_trading: 125834136,
seal_slash: 125834137,
service_card: 125834138,
service_card_badge_plus: 125834139,
service_card_fill: 125834140,
shock_load_rate_fill: 125834141,
signal: 125834142,
skylark_fill: 125834143,
slider_horizontal_2_square_fill: 125834144,
smart_screen_warranty: 125834145,
smart_wear_detection: 125834146,
smoke_fill: 125834147,
soaring_time_fill: 125834148,
sort_1: 125834149,
soundx_fill: 125834150,
spatial_fix: 125834151,
spatial_off: 125834152,
sq_circle_fill: 125834153,
star_bookmark: 125834154,
star_calendar: 125834155,
stop_circle: 125834156,
sweep_left_and_right: 125834157,
sweeping_up_and_down: 125834158,
swinging_angle_fill: 125834159,
switch_TV: 125834160,
text_and_arrow_up_and_down: 125834161,
tip_fit_test: 125834162,
total_descent_fill: 125834163,
touchdown_time_fill: 125834164,
touchid_badge_exclamationmark: 125834165,
transfer: 125834166,
translate_square: 125834167,
valves_open: 125834168,
valves_slash: 125834169,
video_star: 125834170,
video_star_fill: 125834171,
vr: 125834172,
vrglass: 125834173,
vrglass_fill: 125834174,
wechat_fill: 125834175,
wind_direction: 125834176,
wind_speed: 125834177,
xmark_message_fill: 125834178,
yuan_banknote_inlet: 125834179,
yuansign_coupon_fill: 125834180,
z_alarm_fill: 125834181,
arrow_up_right: 125834182,
blood_oxygen_saturation_fill: 125834183,
calendar_badge_plus: 125834184,
calendar_badge_plus_fill: 125834185,
checkmark_circle_on_circle: 125834186,
checkmark_circle_on_circle_fill: 125834187,
edit_badge_star: 125834188,
FA: 125834189,
list_bullet_square_fill_1: 125834190,
pause_fill: 125834191,
pause_round_triangle_fill_1: 125834192,
thumbnails_1: 125834193,
intelligent_lock_key: 125834194,
countdown: 125834195,
a_10_to_the_x_power: 125834196,
cos: 125834197,
cos_1: 125834198,
Deg: 125834199,
e: 125834200,
e_to_the_x_power: 125834201,
left_parenthesis: 125834202,
ln: 125834203,
lnv: 125834204,
log: 125834205,
M_: 125834206,
memory_plus: 125834207,
MC: 125834208,
MR: 125834209,
Rad: 125834210,
right_parenthesis: 125834211,
sin: 125834212,
sin_1: 125834213,
tan: 125834214,
tan_1: 125834215,
factorial: 125834216,
x_to_the_second_power: 125834217,
x_to_the_third_power: 125834218,
Pi: 125834219
}
interface MyMediaInterface {
ohos_app_icon: number;
ohos_ic_back: number;
ohos_ic_public_ok: number;
ohos_ic_public_arrow_left: number;
ohos_ic_public_arrow_right: number;
ohos_ic_public_arrow_up: number;
ohos_ic_public_arrow_down: number;
ohos_ic_public_cut: number;
ohos_ic_public_copy: number;
ohos_ic_public_paste: number;
ohos_ic_public_select_all: number;
ohos_ic_public_share: number;
ohos_ic_public_translate_c2e: number;
ohos_ic_public_search_filled: number;
ohos_save_button_filled: number;
ohos_save_button_line: number;
ohos_ic_bottomsheet_close: number;
ohos_ic_public_clock: number;
ohos_ic_public_email: number;
ohos_ic_public_express: number;
ohos_ic_public_flight: number;
ohos_ic_public_location: number;
ohos_ic_public_phone: number;
ohos_ic_public_text: number;
ohos_ic_public_web: number;
ohos_ic_public_device_matebook: number;
ohos_ic_public_device_pad: number;
ohos_ic_public_device_smartscreen: number;
ohos_ic_public_device_watch: number;
ohos_ic_public_device_phone: number;
ohos_ic_eco_hop: number;
ohos_ic_public_more: number;
ohos_ic_public_add: number;
ohos_ic_public_minus: number;
ohos_ic_public_cast_stream: number;
ohos_ic_public_cast_mirror: number;
ohos_ic_public_camera: number;
ohos_ic_public_cancel: number;
ohos_ic_public_hang_up: number;
ohos_ic_public_pause: number;
ohos_ic_public_play_last: number;
ohos_ic_public_play_next: number;
ohos_ic_public_play: number;
ohos_ic_public_restore: number;
ohos_ic_public_sound_off: number;
ohos_ic_public_sound: number;
ohos_ic_public_video_off: number;
ohos_ic_public_video: number;
ohos_ic_public_voice_off: number;
ohos_ic_public_voice: number;
ohos_ic_public_albums: number;
ohos_ic_public_scan: number;
ohos_ic_public_add_norm_filled: number;
ohos_ic_public_remove_filled: number;
ohos_ic_public_edit: number;
ohos_ic_public_fail: number;
ohos_ic_public_close: number;
ohos_ic_compnent_titlebar_back: number;
ohos_ic_compnent_titlebar_back_filled: number;
ohos_ic_public_cancel_filled: number;
ohos_ic_public_drawer_close: number;
ohos_ic_public_drawer_close_filled: number;
ohos_ic_public_drawer_open: number;
ohos_ic_public_drawer_open_filled: number;
ohos_ic_public_input_cancel: number;
ohos_ic_normal_white_grid_zip: number;
ohos_ic_normal_white_grid_xml: number;
ohos_ic_normal_white_grid_xls: number;
ohos_ic_normal_white_grid_wma: number;
ohos_ic_normal_white_grid_wav: number;
ohos_ic_normal_white_grid_video: number;
ohos_ic_normal_white_grid_txt: number;
ohos_ic_normal_white_grid_pdf: number;
ohos_ic_normal_white_grid_mp3: number;
ohos_ic_normal_white_grid_image: number;
ohos_ic_normal_white_grid_html: number;
ohos_ic_normal_white_grid_folder: number;
ohos_ic_normal_white_grid_flac: number;
ohos_ic_normal_white_grid_doc: number;
ohos_ic_normal_white_grid_compress: number;
ohos_ic_normal_white_grid_calendar: number;
ohos_ic_normal_white_grid_audio: number;
ohos_icon_mask_svg: number;
ohos_ic_public_remove: number;
ohos_user_auth_icon_face: number;
ohos_user_auth_icon_fingerprint: number;
ohos_ic_public_device_bluetooth_filled: number;
ohos_ic_public_device_earphone_filled: number;
ohos_ic_public_device_earpiece_filled: number;
ohos_ic_public_device_speaker_filled: number;
ohos_ic_public_device_sound_filled: number;
ohos_ic_public_device_soundx_filled: number;
ohos_ic_public_device_smartscreen_filled: number;
ohos_ic_public_ok_filled: number;
save_button_picture: number;
clone_app_badge_1: number;
clone_app_badge_2: number;
clone_app_badge_3: number;
clone_app_badge_4: number;
clone_app_badge_5: number;
ic_public_worldclock_filled: number;
safe_volume_notification_icon: number;
}
let media: MyMediaInterface = {
ohos_app_icon: 125829858,
ohos_ic_back: 125829938,
ohos_ic_public_ok: 125830038,
ohos_ic_public_arrow_left: 125830087,
ohos_ic_public_arrow_right: 125830088,
ohos_ic_public_arrow_up: 125830089,
ohos_ic_public_arrow_down: 125830090,
ohos_ic_public_cut: 125830091,
ohos_ic_public_copy: 125830092,
ohos_ic_public_paste: 125830093,
ohos_ic_public_select_all: 125830094,
ohos_ic_public_share: 125830095,
ohos_ic_public_translate_c2e: 125830096,
ohos_ic_public_search_filled: 125830097,
ohos_save_button_filled: 125830154,
ohos_save_button_line: 125830155,
ohos_ic_bottomsheet_close: 125830167,
ohos_ic_public_clock: 125830169,
ohos_ic_public_email: 125830170,
ohos_ic_public_express: 125830171,
ohos_ic_public_flight: 125830172,
ohos_ic_public_location: 125830173,
ohos_ic_public_phone: 125830174,
ohos_ic_public_text: 125830175,
ohos_ic_public_web: 125830176,
ohos_ic_public_device_matebook: 125830208,
ohos_ic_public_device_pad: 125830209,
ohos_ic_public_device_smartscreen: 125830210,
ohos_ic_public_device_watch: 125830211,
ohos_ic_public_device_phone: 125830212,
ohos_ic_eco_hop: 125830213,
ohos_ic_public_more: 125830217,
ohos_ic_public_add: 125830229,
ohos_ic_public_minus: 125830230,
ohos_ic_public_cast_stream: 125830232,
ohos_ic_public_cast_mirror: 125830233,
ohos_ic_public_camera: 125830242,
ohos_ic_public_cancel: 125830347,
ohos_ic_public_hang_up: 125830395,
ohos_ic_public_pause: 125830396,
ohos_ic_public_play_last: 125830397,
ohos_ic_public_play_next: 125830398,
ohos_ic_public_play: 125830399,
ohos_ic_public_restore: 125830400,
ohos_ic_public_sound_off: 125830401,
ohos_ic_public_sound: 125830402,
ohos_ic_public_video_off: 125830403,
ohos_ic_public_video: 125830404,
ohos_ic_public_voice_off: 125830405,
ohos_ic_public_voice: 125830406,
ohos_ic_public_albums: 125830650,
ohos_ic_public_scan: 125830651,
ohos_ic_public_add_norm_filled: 125830839,
ohos_ic_public_remove_filled: 125830840,
ohos_ic_public_edit: 125830841,
ohos_ic_public_fail: 125830842,
ohos_ic_public_close: 125830852,
ohos_ic_compnent_titlebar_back: 125830859,
ohos_ic_compnent_titlebar_back_filled: 125830860,
ohos_ic_public_cancel_filled: 125830861,
ohos_ic_public_drawer_close: 125830862,
ohos_ic_public_drawer_close_filled: 125830863,
ohos_ic_public_drawer_open: 125830864,
ohos_ic_public_drawer_open_filled: 125830865,
ohos_ic_public_input_cancel: 125830866,
ohos_ic_normal_white_grid_zip: 125830867,
ohos_ic_normal_white_grid_xml: 125830868,
ohos_ic_normal_white_grid_xls: 125830869,
ohos_ic_normal_white_grid_wma: 125830870,
ohos_ic_normal_white_grid_wav: 125830871,
ohos_ic_normal_white_grid_video: 125830872,
ohos_ic_normal_white_grid_txt: 125830873,
ohos_ic_normal_white_grid_pdf: 125830874,
ohos_ic_normal_white_grid_mp3: 125830875,
ohos_ic_normal_white_grid_image: 125830876,
ohos_ic_normal_white_grid_html: 125830877,
ohos_ic_normal_white_grid_folder: 125830878,
ohos_ic_normal_white_grid_flac: 125830879,
ohos_ic_normal_white_grid_doc: 125830880,
ohos_ic_normal_white_grid_compress: 125830881,
ohos_ic_normal_white_grid_calendar: 125830882,
ohos_ic_normal_white_grid_audio: 125830883,
ohos_icon_mask_svg: 125830886,
ohos_ic_public_remove: 125831084,
ohos_user_auth_icon_face: 125831150,
ohos_user_auth_icon_fingerprint: 125831151,
ohos_ic_public_device_bluetooth_filled: 125831209,
ohos_ic_public_device_earphone_filled: 125831210,
ohos_ic_public_device_earpiece_filled: 125831211,
ohos_ic_public_device_speaker_filled: 125831212,
ohos_ic_public_device_sound_filled: 125831213,
ohos_ic_public_device_soundx_filled: 125831214,
ohos_ic_public_device_smartscreen_filled: 125831215,
ohos_ic_public_ok_filled: 125831216,
save_button_picture: 125833494,
clone_app_badge_1: 125833500,
clone_app_badge_2: 125833501,
clone_app_badge_3: 125833502,
clone_app_badge_4: 125833503,
clone_app_badge_5: 125833504,
ic_public_worldclock_filled: 125833519,
safe_volume_notification_icon: 125834229
}
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】博客园社区专享云产品让利特惠,阿里云新客6.5折上折
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 一个费力不讨好的项目,让我损失了近一半的绩效!
· 实操Deepseek接入个人知识库
· CSnakes vs Python.NET:高效嵌入与灵活互通的跨语言方案对比
· 【.NET】调用本地 Deepseek 模型
· Plotly.NET 一个为 .NET 打造的强大开源交互式图表库
2012-02-06 千呼万唤 HTML 5 (6) - 表单元素之 input 元素