Last active
December 29, 2023 01:07
-
-
Save mischw/78e8e42c2ebb1069560a2fc4573b1425 to your computer and use it in GitHub Desktop.
Converts the unicode characters to the new range introduced in nerdfont 3. Conversion based on this table: https://github.com/ryanoasis/nerd-fonts/issues/1059#issuecomment-1404891287
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
trans_dict = { | |
'\U0000f500': '\U000f0001', # vector_square | |
'\U0000f501': '\U000f0003', # access_point | |
'\U0000f502': '\U000f0002', # access_point_network | |
'\U0000f503': '\U000f0004', # account | |
'\U0000f504': '\U000f0005', # account_alert | |
'\U0000f505': '\U000f0006', # account_box | |
'\U0000f506': '\U000f0007', # account_box_outline | |
'\U0000f507': '\U000f0008', # account_check | |
'\U0000f508': '\U000f0009', # account_circle | |
'\U0000f509': '\U000f000a', # account_convert | |
'\U0000f50a': '\U000f000b', # account_key | |
'\U0000f50c': '\U000f000d', # account_minus | |
'\U0000f50d': '\U000f000e', # account_multiple | |
'\U0000f50e': '\U000f000f', # account_multiple_outline | |
'\U0000f50f': '\U000f0010', # account_multiple_plus | |
'\U0000f510': '\U000f0011', # account_network | |
'\U0000f511': '\U000f0012', # account_off | |
'\U0000f512': '\U000f0013', # account_outline | |
'\U0000f513': '\U000f0014', # account_plus | |
'\U0000f514': '\U000f0015', # account_remove | |
'\U0000f515': '\U000f0016', # account_search | |
'\U0000f516': '\U000f0017', # account_star | |
'\U0000f517': '\U000f0018', # orbit | |
'\U0000f518': '\U000f0019', # account_switch | |
'\U0000f519': '\U000f001a', # adjust | |
'\U0000f51a': '\U000f001b', # air_conditioner | |
'\U0000f51b': '\U000f001c', # airballoon | |
'\U0000f51c': '\U000f001d', # airplane | |
'\U0000f51d': '\U000f001e', # airplane_off | |
'\U0000f51f': '\U000f0020', # alarm | |
'\U0000f520': '\U000f0021', # alarm_check | |
'\U0000f521': '\U000f0022', # alarm_multiple | |
'\U0000f522': '\U000f0023', # alarm_off | |
'\U0000f523': '\U000f0024', # alarm_plus | |
'\U0000f524': '\U000f0025', # album | |
'\U0000f525': '\U000f0026', # alert | |
'\U0000f526': '\U000f0027', # alert_box | |
'\U0000f527': '\U000f0028', # alert_circle | |
'\U0000f528': '\U000f0029', # alert_octagon | |
'\U0000f529': '\U000f002a', # alert_outline | |
'\U0000f52a': '\U000f002b', # alpha | |
'\U0000f52b': '\U000f002c', # alphabetical | |
'\U0000f52e': '\U000f002f', # ambulance | |
'\U0000f52f': '\U000f0030', # amplifier | |
'\U0000f530': '\U000f0031', # anchor | |
'\U0000f531': '\U000f0032', # android | |
'\U0000f533': '\U000f0034', # android_studio | |
'\U0000f534': '\U000f0035', # apple | |
'\U0000f535': '\U000f0036', # apple_finder | |
'\U0000f536': '\U000f0037', # apple_ios | |
'\U0000f538': '\U000f0039', # apple_safari | |
'\U0000f539': '\U000f003a', # font_awesome | |
'\U0000f53a': '\U000f003b', # apps | |
'\U0000f53b': '\U000f003c', # archive | |
'\U0000f53c': '\U000f003d', # arrange_bring_forward | |
'\U0000f53d': '\U000f003e', # arrange_bring_to_front | |
'\U0000f53e': '\U000f003f', # arrange_send_backward | |
'\U0000f53f': '\U000f0040', # arrange_send_to_back | |
'\U0000f540': '\U000f0041', # arrow_all | |
'\U0000f541': '\U000f0042', # arrow_bottom_left | |
'\U0000f542': '\U000f0043', # arrow_bottom_right | |
'\U0000f543': '\U000f0044', # arrow_collapse_all | |
'\U0000f544': '\U000f0045', # arrow_down | |
'\U0000f545': '\U000f0046', # arrow_down_thick | |
'\U0000f546': '\U000f0047', # arrow_down_bold_circle | |
'\U0000f547': '\U000f0048', # arrow_down_bold_circle_outline | |
'\U0000f548': '\U000f0049', # arrow_down_bold_hexagon_outline | |
'\U0000f549': '\U000f004a', # arrow_down_drop_circle | |
'\U0000f54a': '\U000f004b', # arrow_down_drop_circle_outline | |
'\U0000f54b': '\U000f004c', # arrow_expand_all | |
'\U0000f54c': '\U000f004d', # arrow_left | |
'\U0000f54d': '\U000f004e', # arrow_left_thick | |
'\U0000f54e': '\U000f004f', # arrow_left_bold_circle | |
'\U0000f54f': '\U000f0050', # arrow_left_bold_circle_outline | |
'\U0000f550': '\U000f0051', # arrow_left_bold_hexagon_outline | |
'\U0000f551': '\U000f0052', # arrow_left_drop_circle | |
'\U0000f552': '\U000f0053', # arrow_left_drop_circle_outline | |
'\U0000f553': '\U000f0054', # arrow_right | |
'\U0000f554': '\U000f0055', # arrow_right_thick | |
'\U0000f555': '\U000f0056', # arrow_right_bold_circle | |
'\U0000f556': '\U000f0057', # arrow_right_bold_circle_outline | |
'\U0000f557': '\U000f0058', # arrow_right_bold_hexagon_outline | |
'\U0000f558': '\U000f0059', # arrow_right_drop_circle | |
'\U0000f559': '\U000f005a', # arrow_right_drop_circle_outline | |
'\U0000f55a': '\U000f005b', # arrow_top_left | |
'\U0000f55b': '\U000f005c', # arrow_top_right | |
'\U0000f55c': '\U000f005d', # arrow_up | |
'\U0000f55d': '\U000f005e', # arrow_up_thick | |
'\U0000f55e': '\U000f005f', # arrow_up_bold_circle | |
'\U0000f55f': '\U000f0060', # arrow_up_bold_circle_outline | |
'\U0000f560': '\U000f0061', # arrow_up_bold_hexagon_outline | |
'\U0000f561': '\U000f0062', # arrow_up_drop_circle | |
'\U0000f562': '\U000f0063', # arrow_up_drop_circle_outline | |
'\U0000f563': '\U000f0064', # assistant | |
'\U0000f564': '\U000f0065', # at | |
'\U0000f565': '\U000f0066', # attachment | |
'\U0000f567': '\U000f0068', # auto_fix | |
'\U0000f568': '\U000f0069', # auto_upload | |
'\U0000f569': '\U000f006a', # autorenew | |
'\U0000f56a': '\U000f006b', # av_timer | |
'\U0000f56b': '\U000f006c', # baby | |
'\U0000f56c': '\U000f006d', # backburger | |
'\U0000f56d': '\U000f006e', # backspace | |
'\U0000f56e': '\U000f006f', # backup_restore | |
'\U0000f56f': '\U000f0070', # bank | |
'\U0000f570': '\U000f0071', # barcode | |
'\U0000f571': '\U000f0072', # barcode_scan | |
'\U0000f572': '\U000f0073', # barley | |
'\U0000f573': '\U000f0074', # barrel | |
'\U0000f575': '\U000f0076', # basket | |
'\U0000f576': '\U000f0077', # basket_fill | |
'\U0000f577': '\U000f0078', # basket_unfill | |
'\U0000f578': '\U000f0079', # battery | |
'\U0000f579': '\U000f007a', # battery_10 | |
'\U0000f57a': '\U000f007b', # battery_20 | |
'\U0000f57b': '\U000f007c', # battery_30 | |
'\U0000f57c': '\U000f007d', # battery_40 | |
'\U0000f57d': '\U000f007e', # battery_50 | |
'\U0000f57e': '\U000f007f', # battery_60 | |
'\U0000f57f': '\U000f0080', # battery_70 | |
'\U0000f580': '\U000f0081', # battery_80 | |
'\U0000f581': '\U000f0082', # battery_90 | |
'\U0000f582': '\U000f0083', # battery_alert | |
'\U0000f583': '\U000f0084', # battery_charging | |
'\U0000f584': '\U000f0085', # battery_charging_100 | |
'\U0000f585': '\U000f0086', # battery_charging_20 | |
'\U0000f586': '\U000f0087', # battery_charging_30 | |
'\U0000f587': '\U000f0088', # battery_charging_40 | |
'\U0000f588': '\U000f0089', # battery_charging_60 | |
'\U0000f589': '\U000f008a', # battery_charging_80 | |
'\U0000f58a': '\U000f008b', # battery_charging_90 | |
'\U0000f58b': '\U000f17e4', # battery_minus | |
'\U0000f58c': '\U000f008d', # battery_negative | |
'\U0000f58d': '\U000f008e', # battery_outline | |
'\U0000f58e': '\U000f17e6', # battery_plus | |
'\U0000f58f': '\U000f0090', # battery_positive | |
'\U0000f590': '\U000f0091', # battery_unknown | |
'\U0000f591': '\U000f0092', # beach | |
'\U0000f592': '\U000f0093', # flask | |
'\U0000f593': '\U000f0094', # flask_empty | |
'\U0000f594': '\U000f0095', # flask_empty_outline | |
'\U0000f595': '\U000f0096', # flask_outline | |
'\U0000f597': '\U000f0098', # beer | |
'\U0000f599': '\U000f009a', # bell | |
'\U0000f59a': '\U000f009b', # bell_off | |
'\U0000f59b': '\U000f009c', # bell_outline | |
'\U0000f59c': '\U000f009d', # bell_plus | |
'\U0000f59d': '\U000f009e', # bell_ring | |
'\U0000f59e': '\U000f009f', # bell_ring_outline | |
'\U0000f59f': '\U000f00a0', # bell_sleep | |
'\U0000f5a0': '\U000f00a1', # beta | |
'\U0000f5a2': '\U000f00a3', # bike | |
'\U0000f5a4': '\U000f00a5', # binoculars | |
'\U0000f5a5': '\U000f00a6', # bio | |
'\U0000f5a6': '\U000f00a7', # biohazard | |
'\U0000f5a7': '\U000f00a8', # bitbucket | |
'\U0000f5a8': '\U000f00a9', # black_mesa | |
'\U0000f5aa': '\U000f0ceb', # blender | |
'\U0000f5ab': '\U000f00ac', # blinds | |
'\U0000f5ac': '\U000f00ad', # block_helper | |
'\U0000f5ae': '\U000f00af', # bluetooth | |
'\U0000f5af': '\U000f00b0', # bluetooth_audio | |
'\U0000f5b0': '\U000f00b1', # bluetooth_connect | |
'\U0000f5b1': '\U000f00b2', # bluetooth_off | |
'\U0000f5b2': '\U000f00b3', # bluetooth_settings | |
'\U0000f5b3': '\U000f00b4', # bluetooth_transfer | |
'\U0000f5b4': '\U000f00b5', # blur | |
'\U0000f5b5': '\U000f00b6', # blur_linear | |
'\U0000f5b6': '\U000f00b7', # blur_off | |
'\U0000f5b7': '\U000f00b8', # blur_radial | |
'\U0000f5b8': '\U000f00b9', # bone | |
'\U0000f5b9': '\U000f00ba', # book | |
'\U0000f5ba': '\U000f00bb', # book_multiple | |
'\U0000f5bc': '\U000f00bd', # book_open | |
'\U0000f5bd': '\U000f14f7', # book_open_variant | |
'\U0000f5be': '\U000f00bf', # book_variant | |
'\U0000f5bf': '\U000f00c0', # bookmark | |
'\U0000f5c0': '\U000f00c1', # bookmark_check | |
'\U0000f5c1': '\U000f00c2', # bookmark_music | |
'\U0000f5c2': '\U000f00c3', # bookmark_outline | |
'\U0000f5c3': '\U000f00c4', # bookmark_plus_outline | |
'\U0000f5c4': '\U000f00c5', # bookmark_plus | |
'\U0000f5c5': '\U000f00c6', # bookmark_remove | |
'\U0000f5c6': '\U000f00c7', # border_all | |
'\U0000f5c7': '\U000f00c8', # border_bottom | |
'\U0000f5c8': '\U000f00c9', # border_color | |
'\U0000f5c9': '\U000f00ca', # border_horizontal | |
'\U0000f5ca': '\U000f00cb', # border_inside | |
'\U0000f5cb': '\U000f00cc', # border_left | |
'\U0000f5cc': '\U000f00cd', # border_none | |
'\U0000f5cd': '\U000f00ce', # border_outside | |
'\U0000f5ce': '\U000f00cf', # border_right | |
'\U0000f5cf': '\U000f00d0', # border_style | |
'\U0000f5d0': '\U000f00d1', # border_top | |
'\U0000f5d1': '\U000f00d2', # border_vertical | |
'\U0000f5d2': '\U000f00d3', # bowling | |
'\U0000f5d3': '\U000f00d4', # box | |
'\U0000f5d4': '\U000f00d5', # box_cutter | |
'\U0000f5d5': '\U000f00d6', # briefcase | |
'\U0000f5d6': '\U000f00d7', # briefcase_check | |
'\U0000f5d7': '\U000f00d8', # briefcase_download | |
'\U0000f5d8': '\U000f00d9', # briefcase_upload | |
'\U0000f5d9': '\U000f00da', # brightness_1 | |
'\U0000f5da': '\U000f00db', # brightness_2 | |
'\U0000f5db': '\U000f00dc', # brightness_3 | |
'\U0000f5dc': '\U000f00dd', # brightness_4 | |
'\U0000f5dd': '\U000f00de', # brightness_5 | |
'\U0000f5de': '\U000f00df', # brightness_6 | |
'\U0000f5df': '\U000f00e0', # brightness_7 | |
'\U0000f5e0': '\U000f00e1', # brightness_auto | |
'\U0000f5e1': '\U000f00e2', # broom | |
'\U0000f5e2': '\U000f00e3', # brush | |
'\U0000f5e3': '\U000f00e4', # bug | |
'\U0000f5e4': '\U000f00e5', # bulletin_board | |
'\U0000f5e5': '\U000f00e6', # bullhorn | |
'\U0000f5e6': '\U000f00e7', # bus | |
'\U0000f5e7': '\U000f00e8', # cached | |
'\U0000f5e8': '\U000f00e9', # cake | |
'\U0000f5e9': '\U000f00ea', # cake_layered | |
'\U0000f5ea': '\U000f00eb', # cake_variant | |
'\U0000f5eb': '\U000f00ec', # calculator | |
'\U0000f5ec': '\U000f00ed', # calendar | |
'\U0000f5ed': '\U000f00ee', # calendar_blank | |
'\U0000f5ee': '\U000f00ef', # calendar_check | |
'\U0000f5ef': '\U000f00f0', # calendar_clock | |
'\U0000f5f0': '\U000f00f1', # calendar_multiple | |
'\U0000f5f1': '\U000f00f2', # calendar_multiple_check | |
'\U0000f5f2': '\U000f00f3', # calendar_plus | |
'\U0000f5f3': '\U000f00f4', # calendar_remove | |
'\U0000f5f4': '\U000f00f5', # calendar_text | |
'\U0000f5f5': '\U000f00f6', # calendar_today | |
'\U0000f5f6': '\U000f00f7', # call_made | |
'\U0000f5f7': '\U000f00f8', # call_merge | |
'\U0000f5f8': '\U000f00f9', # call_missed | |
'\U0000f5f9': '\U000f00fa', # call_received | |
'\U0000f5fa': '\U000f00fb', # call_split | |
'\U0000f5fb': '\U000f00fc', # camcorder | |
'\U0000f5fe': '\U000f00ff', # camcorder_off | |
'\U0000f5ff': '\U000f0100', # camera | |
'\U0000f600': '\U000f0101', # camera_enhance | |
'\U0000f601': '\U000f0102', # camera_front | |
'\U0000f602': '\U000f0103', # camera_front_variant | |
'\U0000f603': '\U000f0104', # camera_iris | |
'\U0000f604': '\U000f0105', # camera_party_mode | |
'\U0000f605': '\U000f0106', # camera_rear | |
'\U0000f606': '\U000f0107', # camera_rear_variant | |
'\U0000f607': '\U000f0108', # camera_switch | |
'\U0000f608': '\U000f0109', # camera_timer | |
'\U0000f609': '\U000f010a', # candycane | |
'\U0000f60a': '\U000f010b', # car | |
'\U0000f60b': '\U000f010c', # car_battery | |
'\U0000f60c': '\U000f010d', # car_connected | |
'\U0000f60d': '\U000f010e', # car_wash | |
'\U0000f60e': '\U000f010f', # carrot | |
'\U0000f60f': '\U000f0110', # cart | |
'\U0000f610': '\U000f0111', # cart_outline | |
'\U0000f611': '\U000f0112', # cart_plus | |
'\U0000f612': '\U000f0113', # case_sensitive_alt | |
'\U0000f613': '\U000f0114', # cash | |
'\U0000f614': '\U000f0115', # cash_100 | |
'\U0000f615': '\U000f0116', # cash_multiple | |
'\U0000f617': '\U000f0118', # cast | |
'\U0000f618': '\U000f0119', # cast_connected | |
'\U0000f619': '\U000f011a', # castle | |
'\U0000f61a': '\U000f011b', # cat | |
'\U0000f61b': '\U000f011c', # cellphone | |
'\U0000f61d': '\U000f011e', # cellphone_basic | |
'\U0000f61e': '\U000f011f', # cellphone_dock | |
'\U0000f620': '\U000f0121', # cellphone_link | |
'\U0000f621': '\U000f0122', # cellphone_link_off | |
'\U0000f622': '\U000f0123', # cellphone_settings | |
'\U0000f623': '\U000f0124', # certificate | |
'\U0000f624': '\U000f0125', # chair_school | |
'\U0000f625': '\U000f0126', # chart_arc | |
'\U0000f626': '\U000f0127', # chart_areaspline | |
'\U0000f627': '\U000f0128', # chart_bar | |
'\U0000f628': '\U000f0129', # chart_histogram | |
'\U0000f629': '\U000f012a', # chart_line | |
'\U0000f62a': '\U000f012b', # chart_pie | |
'\U0000f62b': '\U000f012c', # check | |
'\U0000f62c': '\U000f012d', # check_all | |
'\U0000f62d': '\U000f012e', # checkbox_blank | |
'\U0000f62e': '\U000f0765', # checkbox_blank_circle | |
'\U0000f62f': '\U000f0766', # checkbox_blank_circle_outline | |
'\U0000f630': '\U000f0131', # checkbox_blank_outline | |
'\U0000f631': '\U000f0132', # checkbox_marked | |
'\U0000f632': '\U000f0133', # checkbox_marked_circle | |
'\U0000f633': '\U000f0134', # checkbox_marked_circle_outline | |
'\U0000f634': '\U000f0135', # checkbox_marked_outline | |
'\U0000f635': '\U000f0136', # checkbox_multiple_blank | |
'\U0000f636': '\U000f0137', # checkbox_multiple_blank_outline | |
'\U0000f637': '\U000f0138', # checkbox_multiple_marked | |
'\U0000f638': '\U000f0139', # checkbox_multiple_marked_outline | |
'\U0000f639': '\U000f013a', # checkerboard | |
'\U0000f63a': '\U000f013b', # chemical_weapon | |
'\U0000f63b': '\U000f013c', # chevron_double_down | |
'\U0000f63c': '\U000f013d', # chevron_double_left | |
'\U0000f63d': '\U000f013e', # chevron_double_right | |
'\U0000f63e': '\U000f013f', # chevron_double_up | |
'\U0000f63f': '\U000f0140', # chevron_down | |
'\U0000f640': '\U000f0141', # chevron_left | |
'\U0000f641': '\U000f0142', # chevron_right | |
'\U0000f642': '\U000f0143', # chevron_up | |
'\U0000f643': '\U000f0144', # church | |
'\U0000f645': '\U000f0146', # city | |
'\U0000f646': '\U000f0147', # clipboard | |
'\U0000f647': '\U000f0148', # clipboard_account | |
'\U0000f648': '\U000f0149', # clipboard_alert | |
'\U0000f649': '\U000f014a', # clipboard_arrow_down | |
'\U0000f64a': '\U000f014b', # clipboard_arrow_left | |
'\U0000f64b': '\U000f014e', # clipboard_check | |
'\U0000f64c': '\U000f014c', # clipboard_outline | |
'\U0000f64d': '\U000f014d', # clipboard_text | |
'\U0000f64e': '\U000f014f', # clippy | |
'\U0000f64f': '\U000f0954', # clock | |
'\U0000f650': '\U000f0151', # clock_end | |
'\U0000f651': '\U000f0152', # clock_fast | |
'\U0000f652': '\U000f0153', # clock_in | |
'\U0000f653': '\U000f0154', # clock_out | |
'\U0000f654': '\U000f0155', # clock_start | |
'\U0000f655': '\U000f0156', # close | |
'\U0000f656': '\U000f0157', # close_box | |
'\U0000f657': '\U000f0158', # close_box_outline | |
'\U0000f658': '\U000f0159', # close_circle | |
'\U0000f659': '\U000f015a', # close_circle_outline | |
'\U0000f65a': '\U000f015b', # close_network | |
'\U0000f65b': '\U000f015c', # close_octagon | |
'\U0000f65c': '\U000f015d', # close_octagon_outline | |
'\U0000f65d': '\U000f015e', # closed_caption | |
'\U0000f65e': '\U000f015f', # cloud | |
'\U0000f65f': '\U000f0160', # cloud_check | |
'\U0000f660': '\U000f0161', # cloud_circle | |
'\U0000f661': '\U000f0162', # cloud_download | |
'\U0000f662': '\U000f0163', # cloud_outline | |
'\U0000f663': '\U000f0164', # cloud_off_outline | |
'\U0000f664': '\U000f0165', # cloud_print | |
'\U0000f665': '\U000f0166', # cloud_print_outline | |
'\U0000f666': '\U000f0167', # cloud_upload | |
'\U0000f667': '\U000f0168', # code_array | |
'\U0000f668': '\U000f0169', # code_braces | |
'\U0000f669': '\U000f016a', # code_brackets | |
'\U0000f66a': '\U000f016b', # code_equal | |
'\U0000f66b': '\U000f016c', # code_greater_than | |
'\U0000f66c': '\U000f016d', # code_greater_than_or_equal | |
'\U0000f66d': '\U000f016e', # code_less_than | |
'\U0000f66e': '\U000f016f', # code_less_than_or_equal | |
'\U0000f66f': '\U000f0170', # code_not_equal | |
'\U0000f670': '\U000f0171', # code_not_equal_variant | |
'\U0000f671': '\U000f0172', # code_parentheses | |
'\U0000f672': '\U000f0173', # code_string | |
'\U0000f673': '\U000f0174', # code_tags | |
'\U0000f674': '\U000f0175', # codepen | |
'\U0000f675': '\U000f0176', # coffee | |
'\U0000f676': '\U000f0177', # coffee_to_go | |
'\U0000f678': '\U000f0179', # color_helper | |
'\U0000f679': '\U000f017a', # comment | |
'\U0000f67a': '\U000f017b', # comment_account | |
'\U0000f67b': '\U000f017c', # comment_account_outline | |
'\U0000f67c': '\U000f017d', # comment_alert | |
'\U0000f67d': '\U000f017e', # comment_alert_outline | |
'\U0000f67e': '\U000f017f', # comment_check | |
'\U0000f67f': '\U000f0180', # comment_check_outline | |
'\U0000f680': '\U000f0181', # comment_multiple_outline | |
'\U0000f681': '\U000f0182', # comment_outline | |
'\U0000f682': '\U000f0183', # comment_plus_outline | |
'\U0000f683': '\U000f0184', # comment_processing | |
'\U0000f684': '\U000f0185', # comment_processing_outline | |
'\U0000f685': '\U000f0186', # comment_question_outline | |
'\U0000f686': '\U000f0187', # comment_remove_outline | |
'\U0000f687': '\U000f0188', # comment_text | |
'\U0000f688': '\U000f0189', # comment_text_outline | |
'\U0000f689': '\U000f018a', # compare | |
'\U0000f68a': '\U000f018b', # compass | |
'\U0000f68b': '\U000f018c', # compass_outline | |
'\U0000f68c': '\U000f018d', # console | |
'\U0000f68e': '\U000f018f', # content_copy | |
'\U0000f68f': '\U000f0190', # content_cut | |
'\U0000f690': '\U000f0191', # content_duplicate | |
'\U0000f691': '\U000f0192', # content_paste | |
'\U0000f692': '\U000f0193', # content_save | |
'\U0000f693': '\U000f0194', # content_save_all | |
'\U0000f694': '\U000f0195', # contrast | |
'\U0000f695': '\U000f0196', # contrast_box | |
'\U0000f696': '\U000f0197', # contrast_circle | |
'\U0000f697': '\U000f0198', # cookie | |
'\U0000f698': '\U000f0199', # counter | |
'\U0000f699': '\U000f019a', # cow | |
'\U0000f69a': '\U000f0fef', # credit_card | |
'\U0000f69b': '\U000f0ff0', # credit_card_multiple | |
'\U0000f69c': '\U000f0ff4', # credit_card_scan | |
'\U0000f69d': '\U000f019e', # crop | |
'\U0000f69e': '\U000f019f', # crop_free | |
'\U0000f69f': '\U000f01a0', # crop_landscape | |
'\U0000f6a0': '\U000f01a1', # crop_portrait | |
'\U0000f6a1': '\U000f01a2', # crop_square | |
'\U0000f6a2': '\U000f01a3', # crosshairs | |
'\U0000f6a3': '\U000f01a4', # crosshairs_gps | |
'\U0000f6a4': '\U000f01a5', # crown | |
'\U0000f6a5': '\U000f01a6', # cube | |
'\U0000f6a6': '\U000f01a7', # cube_outline | |
'\U0000f6a7': '\U000f01a8', # cube_send | |
'\U0000f6a8': '\U000f01a9', # cube_unfolded | |
'\U0000f6a9': '\U000f01aa', # cup | |
'\U0000f6aa': '\U000f01ab', # cup_water | |
'\U0000f6ab': '\U000f01ac', # currency_btc | |
'\U0000f6ac': '\U000f01ad', # currency_eur | |
'\U0000f6ad': '\U000f01ae', # currency_gbp | |
'\U0000f6ae': '\U000f01af', # currency_inr | |
'\U0000f6af': '\U000f01b0', # currency_ngn | |
'\U0000f6b0': '\U000f01b1', # currency_rub | |
'\U0000f6b1': '\U000f01b2', # currency_try | |
'\U0000f6b2': '\U000f01c1', # currency_usd | |
'\U0000f6b3': '\U000f01c0', # cursor_default | |
'\U0000f6b4': '\U000f01bf', # cursor_default_outline | |
'\U0000f6b5': '\U000f01be', # cursor_move | |
'\U0000f6b6': '\U000f01bd', # cursor_pointer | |
'\U0000f6b7': '\U000f01bc', # database | |
'\U0000f6b8': '\U000f01bb', # database_minus | |
'\U0000f6b9': '\U000f01ba', # database_plus | |
'\U0000f6ba': '\U000f01b9', # debug_step_into | |
'\U0000f6bb': '\U000f01b8', # debug_step_out | |
'\U0000f6bc': '\U000f01b7', # debug_step_over | |
'\U0000f6bd': '\U000f01b6', # decimal_decrease | |
'\U0000f6be': '\U000f01b5', # decimal_increase | |
'\U0000f6bf': '\U000f01b4', # delete | |
'\U0000f6c0': '\U000f01b3', # delete_variant | |
'\U0000f6c1': '\U000f01c2', # delta | |
'\U0000f6c2': '\U000f01c3', # deskphone | |
'\U0000f6c3': '\U000f01c4', # desktop_mac | |
'\U0000f6c4': '\U000f01c5', # desktop_tower | |
'\U0000f6c5': '\U000f01c6', # details | |
'\U0000f6c6': '\U000f01c7', # deviantart | |
'\U0000f6c7': '\U000f0b8a', # diamond | |
'\U0000f6c8': '\U000f0674', # creation | |
'\U0000f6c9': '\U000f01ca', # dice_1 | |
'\U0000f6ca': '\U000f01cb', # dice_2 | |
'\U0000f6cb': '\U000f01cc', # dice_3 | |
'\U0000f6cc': '\U000f01cd', # dice_4 | |
'\U0000f6cd': '\U000f01ce', # dice_5 | |
'\U0000f6ce': '\U000f01cf', # dice_6 | |
'\U0000f6cf': '\U000f01d0', # directions | |
'\U0000f6d1': '\U000f01d2', # disqus | |
'\U0000f6d3': '\U000f01d4', # division | |
'\U0000f6d4': '\U000f01d5', # division_box | |
'\U0000f6d5': '\U000f01d6', # dns | |
'\U0000f6d6': '\U000f01d7', # domain | |
'\U0000f6d7': '\U000f01d8', # dots_horizontal | |
'\U0000f6d8': '\U000f01d9', # dots_vertical | |
'\U0000f6d9': '\U000f01da', # download | |
'\U0000f6da': '\U000f01db', # drag | |
'\U0000f6db': '\U000f01dc', # drag_horizontal | |
'\U0000f6dc': '\U000f01dd', # drag_vertical | |
'\U0000f6dd': '\U000f01de', # drawing | |
'\U0000f6de': '\U000f01df', # drawing_box | |
'\U0000f6e1': '\U000f01e2', # drone | |
'\U0000f6e2': '\U000f01e3', # dropbox | |
'\U0000f6e3': '\U000f01e4', # drupal | |
'\U0000f6e4': '\U000f01e5', # duck | |
'\U0000f6e5': '\U000f01e6', # dumbbell | |
'\U0000f6e6': '\U000f01e7', # earth | |
'\U0000f6e7': '\U000f01e8', # earth_off | |
'\U0000f6e9': '\U000f01ea', # eject | |
'\U0000f6ea': '\U000f01eb', # elevation_decline | |
'\U0000f6eb': '\U000f01ec', # elevation_rise | |
'\U0000f6ec': '\U000f01ed', # elevator | |
'\U0000f6ed': '\U000f01ee', # email | |
'\U0000f6ee': '\U000f01ef', # email_open | |
'\U0000f6ef': '\U000f01f0', # email_outline | |
'\U0000f6f1': '\U000f0c68', # emoticon | |
'\U0000f6f2': '\U000f0c6b', # emoticon_cool | |
'\U0000f6f3': '\U000f0c6f', # emoticon_devil | |
'\U0000f6f4': '\U000f0c71', # emoticon_happy | |
'\U0000f6f5': '\U000f0c74', # emoticon_neutral | |
'\U0000f6f6': '\U000f01f7', # emoticon_poop | |
'\U0000f6f7': '\U000f0c76', # emoticon_sad | |
'\U0000f6f8': '\U000f01f9', # emoticon_tongue | |
'\U0000f6f9': '\U000f01fa', # engine | |
'\U0000f6fa': '\U000f01fb', # engine_outline | |
'\U0000f6fb': '\U000f01fc', # equal | |
'\U0000f6fc': '\U000f01fd', # equal_box | |
'\U0000f6fd': '\U000f01fe', # eraser | |
'\U0000f6fe': '\U000f01ff', # escalator | |
'\U0000f6ff': '\U000f0200', # ethernet | |
'\U0000f700': '\U000f0201', # ethernet_cable | |
'\U0000f701': '\U000f0202', # ethernet_cable_off | |
'\U0000f703': '\U000f0204', # evernote | |
'\U0000f704': '\U000f0205', # exclamation | |
'\U0000f705': '\U000f05fc', # exit_to_app | |
'\U0000f706': '\U000f0207', # export | |
'\U0000f707': '\U000f0208', # eye | |
'\U0000f708': '\U000f0209', # eye_off | |
'\U0000f709': '\U000f020a', # eyedropper | |
'\U0000f70a': '\U000f020b', # eyedropper_variant | |
'\U0000f70b': '\U000f020c', # facebook | |
'\U0000f70d': '\U000f020e', # facebook_messenger | |
'\U0000f70e': '\U000f020f', # factory | |
'\U0000f70f': '\U000f0210', # fan | |
'\U0000f710': '\U000f0211', # fast_forward | |
'\U0000f711': '\U000f0212', # fax | |
'\U0000f712': '\U000f0213', # ferry | |
'\U0000f713': '\U000f0214', # file | |
'\U0000f714': '\U000f0215', # file_chart | |
'\U0000f715': '\U000f0216', # file_check | |
'\U0000f716': '\U000f0217', # file_cloud | |
'\U0000f717': '\U000f0218', # file_delimited | |
'\U0000f718': '\U000f0219', # file_document | |
'\U0000f71a': '\U000f021b', # file_excel | |
'\U0000f71b': '\U000f021c', # file_excel_box | |
'\U0000f71c': '\U000f021d', # file_export | |
'\U0000f71d': '\U000f021e', # file_find | |
'\U0000f71e': '\U000f021f', # file_image | |
'\U0000f71f': '\U000f0220', # file_import | |
'\U0000f720': '\U000f0221', # file_lock | |
'\U0000f721': '\U000f0222', # file_multiple | |
'\U0000f722': '\U000f0223', # file_music | |
'\U0000f723': '\U000f0224', # file_outline | |
'\U0000f725': '\U000f0226', # file_pdf_box | |
'\U0000f726': '\U000f0227', # file_powerpoint | |
'\U0000f727': '\U000f0228', # file_powerpoint_box | |
'\U0000f728': '\U000f0229', # file_presentation_box | |
'\U0000f729': '\U000f022a', # file_send | |
'\U0000f72a': '\U000f022b', # file_video | |
'\U0000f72b': '\U000f022c', # file_word | |
'\U0000f72c': '\U000f022d', # file_word_box | |
'\U0000f72e': '\U000f022f', # film | |
'\U0000f72f': '\U000f0230', # filmstrip | |
'\U0000f730': '\U000f0231', # filmstrip_off | |
'\U0000f731': '\U000f0232', # filter | |
'\U0000f732': '\U000f0233', # filter_outline | |
'\U0000f733': '\U000f0234', # filter_remove | |
'\U0000f734': '\U000f0235', # filter_remove_outline | |
'\U0000f735': '\U000f0236', # filter_variant | |
'\U0000f736': '\U000f0237', # fingerprint | |
'\U0000f737': '\U000f0238', # fire | |
'\U0000f738': '\U000f0239', # firefox | |
'\U0000f739': '\U000f023a', # fish | |
'\U0000f73a': '\U000f023b', # flag | |
'\U0000f73b': '\U000f023c', # flag_checkered | |
'\U0000f73c': '\U000f023d', # flag_outline | |
'\U0000f73d': '\U000f023e', # flag_variant_outline | |
'\U0000f73e': '\U000f023f', # flag_triangle | |
'\U0000f73f': '\U000f0240', # flag_variant | |
'\U0000f740': '\U000f0241', # flash | |
'\U0000f741': '\U000f0242', # flash_auto | |
'\U0000f742': '\U000f0243', # flash_off | |
'\U0000f743': '\U000f0244', # flashlight | |
'\U0000f744': '\U000f0245', # flashlight_off | |
'\U0000f746': '\U000f0247', # flip_to_back | |
'\U0000f747': '\U000f0248', # flip_to_front | |
'\U0000f748': '\U000f0249', # floppy | |
'\U0000f749': '\U000f024a', # flower | |
'\U0000f74a': '\U000f024b', # folder | |
'\U0000f74b': '\U000f024c', # folder_account | |
'\U0000f74c': '\U000f024d', # folder_download | |
'\U0000f74d': '\U000f024e', # folder_google_drive | |
'\U0000f74e': '\U000f024f', # folder_image | |
'\U0000f74f': '\U000f0250', # folder_lock | |
'\U0000f750': '\U000f0251', # folder_lock_open | |
'\U0000f751': '\U000f0252', # folder_move | |
'\U0000f752': '\U000f0253', # folder_multiple | |
'\U0000f753': '\U000f0254', # folder_multiple_image | |
'\U0000f754': '\U000f0255', # folder_multiple_outline | |
'\U0000f755': '\U000f0256', # folder_outline | |
'\U0000f756': '\U000f0257', # folder_plus | |
'\U0000f757': '\U000f0258', # folder_remove | |
'\U0000f758': '\U000f0259', # folder_upload | |
'\U0000f759': '\U000f025a', # food | |
'\U0000f75a': '\U000f025b', # food_apple | |
'\U0000f75b': '\U000f025c', # food_variant | |
'\U0000f75c': '\U000f025d', # football | |
'\U0000f75d': '\U000f025e', # football_australian | |
'\U0000f75e': '\U000f025f', # football_helmet | |
'\U0000f75f': '\U000f0260', # format_align_center | |
'\U0000f760': '\U000f0261', # format_align_justify | |
'\U0000f761': '\U000f0262', # format_align_left | |
'\U0000f762': '\U000f0263', # format_align_right | |
'\U0000f763': '\U000f0264', # format_bold | |
'\U0000f764': '\U000f0265', # format_clear | |
'\U0000f765': '\U000f0266', # format_color_fill | |
'\U0000f766': '\U000f0267', # format_float_center | |
'\U0000f767': '\U000f0268', # format_float_left | |
'\U0000f768': '\U000f0269', # format_float_none | |
'\U0000f769': '\U000f026a', # format_float_right | |
'\U0000f76a': '\U000f026b', # format_header_1 | |
'\U0000f76b': '\U000f026c', # format_header_2 | |
'\U0000f76c': '\U000f026d', # format_header_3 | |
'\U0000f76d': '\U000f026e', # format_header_4 | |
'\U0000f76e': '\U000f026f', # format_header_5 | |
'\U0000f76f': '\U000f0270', # format_header_6 | |
'\U0000f770': '\U000f0271', # format_header_decrease | |
'\U0000f771': '\U000f0272', # format_header_equal | |
'\U0000f772': '\U000f0273', # format_header_increase | |
'\U0000f773': '\U000f0274', # format_header_pound | |
'\U0000f774': '\U000f0275', # format_indent_decrease | |
'\U0000f775': '\U000f0276', # format_indent_increase | |
'\U0000f776': '\U000f0277', # format_italic | |
'\U0000f777': '\U000f0278', # format_line_spacing | |
'\U0000f778': '\U000f0279', # format_list_bulleted | |
'\U0000f779': '\U000f027a', # format_list_bulleted_type | |
'\U0000f77b': '\U000f027c', # format_paint | |
'\U0000f77c': '\U000f027d', # format_paragraph | |
'\U0000f77d': '\U000f027e', # format_quote_close | |
'\U0000f77e': '\U000f027f', # format_size | |
'\U0000f77f': '\U000f0280', # format_strikethrough | |
'\U0000f780': '\U000f0281', # format_strikethrough_variant | |
'\U0000f781': '\U000f0282', # format_subscript | |
'\U0000f782': '\U000f0283', # format_superscript | |
'\U0000f783': '\U000f0284', # format_text | |
'\U0000f784': '\U000f0285', # format_textdirection_l_to_r | |
'\U0000f785': '\U000f0286', # format_textdirection_r_to_l | |
'\U0000f786': '\U000f0287', # format_underline | |
'\U0000f787': '\U000f0288', # format_wrap_inline | |
'\U0000f788': '\U000f0289', # format_wrap_square | |
'\U0000f789': '\U000f028a', # format_wrap_tight | |
'\U0000f78a': '\U000f028b', # format_wrap_top_bottom | |
'\U0000f78b': '\U000f028c', # forum | |
'\U0000f78c': '\U000f028d', # forward | |
'\U0000f78e': '\U000f0290', # fridge | |
'\U0000f792': '\U000f0293', # fullscreen | |
'\U0000f793': '\U000f0294', # fullscreen_exit | |
'\U0000f794': '\U000f0295', # function | |
'\U0000f795': '\U000f0296', # gamepad | |
'\U0000f796': '\U000f0297', # gamepad_variant | |
'\U0000f797': '\U000f0298', # gas_station | |
'\U0000f798': '\U000f0299', # gate | |
'\U0000f799': '\U000f029a', # gauge | |
'\U0000f79a': '\U000f029b', # gavel | |
'\U0000f79b': '\U000f029c', # gender_female | |
'\U0000f79c': '\U000f029d', # gender_male | |
'\U0000f79d': '\U000f029e', # gender_male_female | |
'\U0000f79e': '\U000f029f', # gender_transgender | |
'\U0000f79f': '\U000f02a0', # ghost | |
'\U0000f7a0': '\U000f0e44', # gift | |
'\U0000f7a1': '\U000f02a2', # git | |
'\U0000f7a4': '\U000f02a5', # glass_flute | |
'\U0000f7a5': '\U000f02a6', # glass_mug | |
'\U0000f7a6': '\U000f02a7', # glass_stange | |
'\U0000f7a7': '\U000f02a8', # glass_tulip | |
'\U0000f7a9': '\U000f02aa', # glasses | |
'\U0000f7aa': '\U000f02ab', # gmail | |
'\U0000f7ab': '\U000f02ac', # gnome | |
'\U0000f7ac': '\U000f02ad', # google | |
'\U0000f7ad': '\U000f02ae', # google_cardboard | |
'\U0000f7ae': '\U000f02af', # google_chrome | |
'\U0000f7af': '\U000f02b0', # google_circles | |
'\U0000f7b0': '\U000f02b1', # google_circles_communities | |
'\U0000f7b1': '\U000f02b2', # google_circles_extended | |
'\U0000f7b2': '\U000f02b3', # google_circles_group | |
'\U0000f7b3': '\U000f02b4', # google_controller | |
'\U0000f7b4': '\U000f02b5', # google_controller_off | |
'\U0000f7b5': '\U000f02b6', # google_drive | |
'\U0000f7b6': '\U000f02b7', # google_earth | |
'\U0000f7b7': '\U000f02b8', # google_glass | |
'\U0000f7b8': '\U000f02b9', # google_nearby | |
'\U0000f7bb': '\U000f02bc', # google_play | |
'\U0000f7bc': '\U000f02bd', # google_plus | |
'\U0000f7be': '\U000f02bf', # google_translate | |
'\U0000f7c0': '\U000f02c1', # grid | |
'\U0000f7c1': '\U000f02c2', # grid_off | |
'\U0000f7c2': '\U000f02c3', # group | |
'\U0000f7c3': '\U000f02c4', # guitar_electric | |
'\U0000f7c4': '\U000f02c5', # guitar_pick | |
'\U0000f7c5': '\U000f02c6', # guitar_pick_outline | |
'\U0000f7c6': '\U000f02c7', # hand_pointing_right | |
'\U0000f7c7': '\U000f02c8', # hanger | |
'\U0000f7c9': '\U000f02ca', # harddisk | |
'\U0000f7ca': '\U000f02cb', # headphones | |
'\U0000f7cb': '\U000f02cc', # headphones_box | |
'\U0000f7cc': '\U000f02cd', # headphones_settings | |
'\U0000f7cd': '\U000f02ce', # headset | |
'\U0000f7ce': '\U000f02cf', # headset_dock | |
'\U0000f7cf': '\U000f02d0', # headset_off | |
'\U0000f7d0': '\U000f08d0', # heart | |
'\U0000f7d1': '\U000f02d2', # heart_box | |
'\U0000f7d2': '\U000f02d3', # heart_box_outline | |
'\U0000f7d3': '\U000f02d4', # heart_broken | |
'\U0000f7d4': '\U000f18a0', # heart_outline | |
'\U0000f7d5': '\U000f02d6', # help | |
'\U0000f7d6': '\U000f02d7', # help_circle | |
'\U0000f7d7': '\U000f02d8', # hexagon | |
'\U0000f7d8': '\U000f02d9', # hexagon_outline | |
'\U0000f7d9': '\U000f02da', # history | |
'\U0000f7da': '\U000f02db', # hololens | |
'\U0000f7db': '\U000f02dc', # home | |
'\U0000f7dc': '\U000f02dd', # home_modern | |
'\U0000f7dd': '\U000f02de', # home_variant | |
'\U0000f7de': '\U000f02df', # hops | |
'\U0000f7df': '\U000f0ff6', # hospital | |
'\U0000f7e0': '\U000f02e1', # hospital_building | |
'\U0000f7e1': '\U000f02e2', # hospital_marker | |
'\U0000f7e5': '\U000f02e6', # human | |
'\U0000f7e6': '\U000f02e7', # human_child | |
'\U0000f7e7': '\U000f02e8', # human_male_female | |
'\U0000f7e8': '\U000f02e9', # image | |
'\U0000f7e9': '\U000f02ea', # image_album | |
'\U0000f7ea': '\U000f02eb', # image_area | |
'\U0000f7eb': '\U000f02ec', # image_area_close | |
'\U0000f7ec': '\U000f02ed', # image_broken | |
'\U0000f7ed': '\U000f02ee', # image_broken_variant | |
'\U0000f7ef': '\U000f02f0', # image_filter_black_white | |
'\U0000f7f0': '\U000f02f1', # image_filter_center_focus | |
'\U0000f7f1': '\U000f02f2', # image_filter_center_focus_weak | |
'\U0000f7f2': '\U000f02f3', # image_filter_drama | |
'\U0000f7f3': '\U000f02f4', # image_filter_frames | |
'\U0000f7f4': '\U000f0509', # image_filter_hdr | |
'\U0000f7f5': '\U000f02f6', # image_filter_none | |
'\U0000f7f6': '\U000f02f7', # image_filter_tilt_shift | |
'\U0000f7f7': '\U000f02f8', # image_filter_vintage | |
'\U0000f7f8': '\U000f02f9', # image_multiple | |
'\U0000f7f9': '\U000f02fa', # import | |
'\U0000f7fa': '\U000f02fb', # inbox_arrow_down | |
'\U0000f7fb': '\U000f02fc', # information | |
'\U0000f7fc': '\U000f02fd', # information_outline | |
'\U0000f7fd': '\U000f02fe', # instagram | |
'\U0000f800': '\U000f0301', # invert_colors | |
'\U0000f801': '\U000f0302', # jeepney | |
'\U0000f802': '\U000f0303', # jira | |
'\U0000f803': '\U000f0304', # jsfiddle | |
'\U0000f804': '\U000f0305', # keg | |
'\U0000f805': '\U000f0306', # key | |
'\U0000f806': '\U000f0307', # key_change | |
'\U0000f807': '\U000f0308', # key_minus | |
'\U0000f808': '\U000f0309', # key_plus | |
'\U0000f809': '\U000f030a', # key_remove | |
'\U0000f80a': '\U000f030b', # key_variant | |
'\U0000f80b': '\U000f030c', # keyboard | |
'\U0000f80c': '\U000f030d', # keyboard_backspace | |
'\U0000f80d': '\U000f030e', # keyboard_caps | |
'\U0000f80e': '\U000f030f', # keyboard_close | |
'\U0000f80f': '\U000f0310', # keyboard_off | |
'\U0000f810': '\U000f0311', # keyboard_return | |
'\U0000f811': '\U000f0312', # keyboard_tab | |
'\U0000f812': '\U000f0313', # keyboard_variant | |
'\U0000f813': '\U000f0314', # kodi | |
'\U0000f814': '\U000f0315', # label | |
'\U0000f815': '\U000f0316', # label_outline | |
'\U0000f816': '\U000f0317', # lan | |
'\U0000f817': '\U000f0318', # lan_connect | |
'\U0000f818': '\U000f0319', # lan_disconnect | |
'\U0000f819': '\U000f031a', # lan_pending | |
'\U0000f81a': '\U000f031b', # language_csharp | |
'\U0000f81b': '\U000f031c', # language_css3 | |
'\U0000f81c': '\U000f031d', # language_html5 | |
'\U0000f81d': '\U000f031e', # language_javascript | |
'\U0000f81e': '\U000f031f', # language_php | |
'\U0000f81f': '\U000f0320', # language_python | |
'\U0000f821': '\U000f0322', # laptop | |
'\U0000f826': '\U000f0327', # launch | |
'\U0000f827': '\U000f0328', # layers | |
'\U0000f828': '\U000f0329', # layers_off | |
'\U0000f829': '\U000f032a', # leaf | |
'\U0000f82a': '\U000f032b', # led_off | |
'\U0000f82b': '\U000f032c', # led_on | |
'\U0000f82c': '\U000f032d', # led_outline | |
'\U0000f82d': '\U000f032e', # led_variant_off | |
'\U0000f82e': '\U000f032f', # led_variant_on | |
'\U0000f82f': '\U000f0330', # led_variant_outline | |
'\U0000f830': '\U000f0331', # library | |
'\U0000f834': '\U000f0335', # lightbulb | |
'\U0000f835': '\U000f0336', # lightbulb_outline | |
'\U0000f836': '\U000f0337', # link | |
'\U0000f837': '\U000f0338', # link_off | |
'\U0000f838': '\U000f0339', # link_variant | |
'\U0000f839': '\U000f033a', # link_variant_off | |
'\U0000f83a': '\U000f033b', # linkedin | |
'\U0000f83c': '\U000f033d', # linux | |
'\U0000f83d': '\U000f033e', # lock | |
'\U0000f83e': '\U000f033f', # lock_open | |
'\U0000f83f': '\U000f0340', # lock_open_outline | |
'\U0000f840': '\U000f0341', # lock_outline | |
'\U0000f841': '\U000f0342', # login | |
'\U0000f842': '\U000f0343', # logout | |
'\U0000f843': '\U000f0344', # looks | |
'\U0000f844': '\U000f0345', # loupe | |
'\U0000f845': '\U000f0346', # lumx | |
'\U0000f846': '\U000f0347', # magnet | |
'\U0000f847': '\U000f0348', # magnet_on | |
'\U0000f848': '\U000f0349', # magnify | |
'\U0000f849': '\U000f034a', # magnify_minus | |
'\U0000f84a': '\U000f034b', # magnify_plus | |
'\U0000f84c': '\U000f034d', # map | |
'\U0000f84d': '\U000f034e', # map_marker | |
'\U0000f84e': '\U000f034f', # map_marker_circle | |
'\U0000f84f': '\U000f0350', # map_marker_multiple | |
'\U0000f850': '\U000f0351', # map_marker_off | |
'\U0000f851': '\U000f0352', # map_marker_radius | |
'\U0000f852': '\U000f0353', # margin | |
'\U0000f854': '\U000f0355', # marker_check | |
'\U0000f856': '\U000f0357', # material_ui | |
'\U0000f857': '\U000f0358', # math_compass | |
'\U0000f85a': '\U000f035b', # memory | |
'\U0000f85b': '\U000f035c', # menu | |
'\U0000f85c': '\U000f035d', # menu_down | |
'\U0000f85d': '\U000f035e', # menu_left | |
'\U0000f85e': '\U000f035f', # menu_right | |
'\U0000f85f': '\U000f0360', # menu_up | |
'\U0000f860': '\U000f0361', # message | |
'\U0000f861': '\U000f0362', # message_alert | |
'\U0000f862': '\U000f0363', # message_draw | |
'\U0000f863': '\U000f0364', # message_image | |
'\U0000f864': '\U000f0365', # message_outline | |
'\U0000f865': '\U000f0366', # message_processing | |
'\U0000f866': '\U000f0367', # message_reply | |
'\U0000f867': '\U000f0368', # message_reply_text | |
'\U0000f868': '\U000f0369', # message_text | |
'\U0000f869': '\U000f036a', # message_text_outline | |
'\U0000f86a': '\U000f036b', # message_video | |
'\U0000f86b': '\U000f036c', # microphone | |
'\U0000f86c': '\U000f036d', # microphone_off | |
'\U0000f86d': '\U000f036e', # microphone_outline | |
'\U0000f86e': '\U000f036f', # microphone_settings | |
'\U0000f86f': '\U000f0370', # microphone_variant | |
'\U0000f870': '\U000f0371', # microphone_variant_off | |
'\U0000f871': '\U000f0372', # microsoft | |
'\U0000f872': '\U000f0373', # minecraft | |
'\U0000f873': '\U000f0374', # minus | |
'\U0000f874': '\U000f0375', # minus_box | |
'\U0000f875': '\U000f0376', # minus_circle | |
'\U0000f876': '\U000f0377', # minus_circle_outline | |
'\U0000f877': '\U000f0378', # minus_network | |
'\U0000f878': '\U000f0379', # monitor | |
'\U0000f879': '\U000f037a', # monitor_multiple | |
'\U0000f87a': '\U000f037b', # more | |
'\U0000f87b': '\U000f037c', # motorbike | |
'\U0000f87c': '\U000f037d', # mouse | |
'\U0000f87d': '\U000f037e', # mouse_off | |
'\U0000f87e': '\U000f037f', # mouse_variant | |
'\U0000f87f': '\U000f0380', # mouse_variant_off | |
'\U0000f880': '\U000f0381', # movie | |
'\U0000f881': '\U000f0382', # multiplication | |
'\U0000f882': '\U000f0383', # multiplication_box | |
'\U0000f883': '\U000f0384', # music_box | |
'\U0000f884': '\U000f0385', # music_box_outline | |
'\U0000f885': '\U000f0386', # music_circle | |
'\U0000f886': '\U000f0388', # music_note | |
'\U0000f888': '\U000f0389', # music_note_half | |
'\U0000f889': '\U000f038a', # music_note_off | |
'\U0000f88a': '\U000f038b', # music_note_quarter | |
'\U0000f88b': '\U000f038c', # music_note_sixteenth | |
'\U0000f88c': '\U000f038d', # music_note_whole | |
'\U0000f88d': '\U000f038e', # nature | |
'\U0000f88e': '\U000f038f', # nature_people | |
'\U0000f88f': '\U000f0390', # navigation | |
'\U0000f890': '\U000f0391', # needle | |
'\U0000f893': '\U000f0394', # new_box | |
'\U0000f894': '\U000f0395', # newspaper | |
'\U0000f895': '\U000f0396', # nfc | |
'\U0000f896': '\U000f0397', # nfc_tap | |
'\U0000f897': '\U000f0398', # nfc_variant | |
'\U0000f898': '\U000f0399', # nodejs | |
'\U0000f899': '\U000f039a', # note | |
'\U0000f89a': '\U000f039b', # note_outline | |
'\U0000f89b': '\U000f039c', # note_plus | |
'\U0000f89c': '\U000f039d', # note_plus_outline | |
'\U0000f89d': '\U000f039e', # note_text | |
'\U0000f89e': '\U000f039f', # notification_clear_all | |
'\U0000f89f': '\U000f03a0', # numeric | |
'\U0000f8a0': '\U000f03a1', # numeric_0_box | |
'\U0000f8a1': '\U000f03a2', # numeric_0_box_multiple_outline | |
'\U0000f8a2': '\U000f03a3', # numeric_0_box_outline | |
'\U0000f8a3': '\U000f03a4', # numeric_1_box | |
'\U0000f8a4': '\U000f03a5', # numeric_1_box_multiple_outline | |
'\U0000f8a5': '\U000f03a6', # numeric_1_box_outline | |
'\U0000f8a6': '\U000f03a7', # numeric_2_box | |
'\U0000f8a7': '\U000f03a8', # numeric_2_box_multiple_outline | |
'\U0000f8a8': '\U000f03a9', # numeric_2_box_outline | |
'\U0000f8a9': '\U000f03aa', # numeric_3_box | |
'\U0000f8aa': '\U000f03ab', # numeric_3_box_multiple_outline | |
'\U0000f8ab': '\U000f03ac', # numeric_3_box_outline | |
'\U0000f8ac': '\U000f03ad', # numeric_4_box | |
'\U0000f8ad': '\U000f03b2', # numeric_4_box_multiple_outline | |
'\U0000f8ae': '\U000f03ae', # numeric_4_box_outline | |
'\U0000f8af': '\U000f03b1', # numeric_5_box | |
'\U0000f8b0': '\U000f03af', # numeric_5_box_multiple_outline | |
'\U0000f8b1': '\U000f03b0', # numeric_5_box_outline | |
'\U0000f8b2': '\U000f03b3', # numeric_6_box | |
'\U0000f8b3': '\U000f03b4', # numeric_6_box_multiple_outline | |
'\U0000f8b4': '\U000f03b5', # numeric_6_box_outline | |
'\U0000f8b5': '\U000f03b6', # numeric_7_box | |
'\U0000f8b6': '\U000f03b7', # numeric_7_box_multiple_outline | |
'\U0000f8b7': '\U000f03b8', # numeric_7_box_outline | |
'\U0000f8b8': '\U000f03b9', # numeric_8_box | |
'\U0000f8b9': '\U000f03ba', # numeric_8_box_multiple_outline | |
'\U0000f8ba': '\U000f03bb', # numeric_8_box_outline | |
'\U0000f8bb': '\U000f03bc', # numeric_9_box | |
'\U0000f8bc': '\U000f03bd', # numeric_9_box_multiple_outline | |
'\U0000f8bd': '\U000f03be', # numeric_9_box_outline | |
'\U0000f8be': '\U000f03bf', # numeric_9_plus_box | |
'\U0000f8bf': '\U000f03c0', # numeric_9_plus_box_multiple_outline | |
'\U0000f8c0': '\U000f03c1', # numeric_9_plus_box_outline | |
'\U0000f8c1': '\U000f03c2', # nutrition | |
'\U0000f8c2': '\U000f03c3', # octagon | |
'\U0000f8c3': '\U000f03c4', # octagon_outline | |
'\U0000f8c4': '\U000f03c5', # odnoklassniki | |
'\U0000f8c6': '\U000f03c7', # oil | |
'\U0000f8c7': '\U000f0ff8', # oil_temperature | |
'\U0000f8c8': '\U000f03c9', # omega | |
'\U0000f8ca': '\U000f03cb', # open_in_app | |
'\U0000f8cb': '\U000f03cc', # open_in_new | |
'\U0000f8cc': '\U000f03cd', # openid | |
'\U0000f8cd': '\U000f03ce', # opera | |
'\U0000f8ce': '\U000f03cf', # ornament | |
'\U0000f8cf': '\U000f03d0', # ornament_variant | |
'\U0000f8d0': '\U000f03d1', # inbox_arrow_up | |
'\U0000f8d1': '\U000f03d2', # owl | |
'\U0000f8d2': '\U000f03d3', # package | |
'\U0000f8d3': '\U000f03d4', # package_down | |
'\U0000f8d4': '\U000f03d5', # package_up | |
'\U0000f8d5': '\U000f03d6', # package_variant | |
'\U0000f8d6': '\U000f03d7', # package_variant_closed | |
'\U0000f8d7': '\U000f03d8', # palette | |
'\U0000f8d8': '\U000f03d9', # palette_advanced | |
'\U0000f8d9': '\U000f03da', # panda | |
'\U0000f8da': '\U000f03db', # pandora | |
'\U0000f8db': '\U000f03dc', # panorama | |
'\U0000f8dc': '\U000f03dd', # panorama_fisheye | |
'\U0000f8dd': '\U000f1928', # panorama_horizontal | |
'\U0000f8de': '\U000f1929', # panorama_vertical | |
'\U0000f8df': '\U000f195f', # panorama_wide_angle | |
'\U0000f8e0': '\U000f03e1', # paper_cut_vertical | |
'\U0000f8e1': '\U000f03e2', # paperclip | |
'\U0000f8e2': '\U000f03e3', # parking | |
'\U0000f8e3': '\U000f03e4', # pause | |
'\U0000f8e4': '\U000f03e5', # pause_circle | |
'\U0000f8e5': '\U000f03e6', # pause_circle_outline | |
'\U0000f8e6': '\U000f03e7', # pause_octagon | |
'\U0000f8e7': '\U000f03e8', # pause_octagon_outline | |
'\U0000f8e8': '\U000f03e9', # paw | |
'\U0000f8e9': '\U000f03ea', # pen | |
'\U0000f8ea': '\U000f03eb', # pencil | |
'\U0000f8eb': '\U000f03ec', # pencil_box | |
'\U0000f8ec': '\U000f03ed', # pencil_box_outline | |
'\U0000f8ed': '\U000f03ee', # pencil_lock | |
'\U0000f8ee': '\U000f03ef', # pencil_off | |
'\U0000f8ef': '\U000f03f0', # percent | |
'\U0000f8f1': '\U000f03f2', # phone | |
'\U0000f8f2': '\U000f03f3', # phone_bluetooth | |
'\U0000f8f3': '\U000f03f4', # phone_forward | |
'\U0000f8f4': '\U000f03f5', # phone_hangup | |
'\U0000f8f5': '\U000f03f6', # phone_in_talk | |
'\U0000f8f6': '\U000f03f7', # phone_incoming | |
'\U0000f8f8': '\U000f03f9', # phone_log | |
'\U0000f8f9': '\U000f03fa', # phone_missed | |
'\U0000f8fa': '\U000f03fb', # phone_outgoing | |
'\U0000f8fb': '\U000f03fc', # phone_paused | |
'\U0000f8fc': '\U000f03fd', # phone_settings | |
'\U0000f8fd': '\U000f03fe', # phone_voip | |
'\U0000f8fe': '\U000f03ff', # pi | |
'\U0000f8ff': '\U000f0400', # pi_box | |
'\U0000f900': '\U000f0401', # pig | |
'\U0000f901': '\U000f0402', # pill | |
'\U0000f902': '\U000f0403', # pin | |
'\U0000f903': '\U000f0404', # pin_off | |
'\U0000f904': '\U000f0405', # pine_tree | |
'\U0000f905': '\U000f0406', # pine_tree_box | |
'\U0000f906': '\U000f0407', # pinterest | |
'\U0000f908': '\U000f0409', # pizza | |
'\U0000f909': '\U000f040a', # play | |
'\U0000f90a': '\U000f040b', # play_box_outline | |
'\U0000f90b': '\U000f040c', # play_circle | |
'\U0000f90c': '\U000f040d', # play_circle_outline | |
'\U0000f90d': '\U000f040e', # play_pause | |
'\U0000f90e': '\U000f040f', # play_protected_content | |
'\U0000f90f': '\U000f0410', # playlist_minus | |
'\U0000f910': '\U000f0411', # playlist_play | |
'\U0000f911': '\U000f0412', # playlist_plus | |
'\U0000f912': '\U000f0413', # playlist_remove | |
'\U0000f914': '\U000f0415', # plus | |
'\U0000f915': '\U000f0416', # plus_box | |
'\U0000f916': '\U000f0417', # plus_circle | |
'\U0000f917': '\U000f0418', # plus_circle_multiple_outline | |
'\U0000f918': '\U000f0419', # plus_circle_outline | |
'\U0000f919': '\U000f041a', # plus_network | |
'\U0000f91c': '\U000f041d', # pokeball | |
'\U0000f91d': '\U000f041e', # polaroid | |
'\U0000f91e': '\U000f041f', # poll | |
'\U0000f920': '\U000f0421', # polymer | |
'\U0000f921': '\U000f0422', # popcorn | |
'\U0000f922': '\U000f0423', # pound | |
'\U0000f923': '\U000f0424', # pound_box | |
'\U0000f924': '\U000f0425', # power | |
'\U0000f925': '\U000f0426', # power_settings | |
'\U0000f926': '\U000f0427', # power_socket | |
'\U0000f927': '\U000f0428', # presentation | |
'\U0000f928': '\U000f0429', # presentation_play | |
'\U0000f929': '\U000f042a', # printer | |
'\U0000f92a': '\U000f042b', # printer_3d | |
'\U0000f92b': '\U000f042c', # printer_alert | |
'\U0000f92c': '\U000f042d', # professional_hexagon | |
'\U0000f92d': '\U000f042e', # projector | |
'\U0000f92e': '\U000f042f', # projector_screen | |
'\U0000f92f': '\U000f0430', # pulse | |
'\U0000f930': '\U000f0431', # puzzle | |
'\U0000f931': '\U000f0432', # qrcode | |
'\U0000f932': '\U000f0433', # qrcode_scan | |
'\U0000f933': '\U000f0434', # quadcopter | |
'\U0000f934': '\U000f0435', # quality_high | |
'\U0000f936': '\U000f0437', # radar | |
'\U0000f937': '\U000f0438', # radiator | |
'\U0000f938': '\U000f0439', # radio | |
'\U0000f939': '\U000f043a', # radio_handheld | |
'\U0000f93a': '\U000f043b', # radio_tower | |
'\U0000f93b': '\U000f043c', # radioactive | |
'\U0000f93d': '\U000f043e', # radiobox_marked | |
'\U0000f93f': '\U000f0440', # ray_end | |
'\U0000f940': '\U000f0441', # ray_end_arrow | |
'\U0000f941': '\U000f0442', # ray_start | |
'\U0000f942': '\U000f0443', # ray_start_arrow | |
'\U0000f943': '\U000f0444', # ray_start_end | |
'\U0000f944': '\U000f0445', # ray_vertex | |
'\U0000f945': '\U000f0446', # lastpass | |
'\U0000f946': '\U000f0447', # read | |
'\U0000f947': '\U000f0448', # youtube_tv | |
'\U0000f948': '\U000f0449', # receipt | |
'\U0000f949': '\U000f044a', # record | |
'\U0000f94a': '\U000f044b', # record_rec | |
'\U0000f94b': '\U000f044c', # recycle | |
'\U0000f94c': '\U000f044d', # reddit | |
'\U0000f94d': '\U000f044e', # redo | |
'\U0000f94e': '\U000f044f', # redo_variant | |
'\U0000f94f': '\U000f0450', # refresh | |
'\U0000f950': '\U000f0451', # regex | |
'\U0000f951': '\U000f0452', # relative_scale | |
'\U0000f952': '\U000f0453', # reload | |
'\U0000f953': '\U000f0454', # remote | |
'\U0000f954': '\U000f0455', # rename_box | |
'\U0000f955': '\U000f0456', # repeat | |
'\U0000f956': '\U000f0457', # repeat_off | |
'\U0000f957': '\U000f0458', # repeat_once | |
'\U0000f958': '\U000f0459', # replay | |
'\U0000f959': '\U000f045a', # reply | |
'\U0000f95a': '\U000f045b', # reply_all | |
'\U0000f95b': '\U000f045c', # reproduction | |
'\U0000f95c': '\U000f045d', # resize_bottom_right | |
'\U0000f95d': '\U000f045e', # responsive | |
'\U0000f95e': '\U000f045f', # rewind | |
'\U0000f95f': '\U000f0460', # ribbon | |
'\U0000f960': '\U000f0461', # road | |
'\U0000f961': '\U000f0462', # road_variant | |
'\U0000f962': '\U000f0463', # rocket | |
'\U0000f963': '\U000f0ec7', # rotate_3d | |
'\U0000f964': '\U000f0465', # rotate_left | |
'\U0000f965': '\U000f0466', # rotate_left_variant | |
'\U0000f966': '\U000f0467', # rotate_right | |
'\U0000f967': '\U000f0468', # rotate_right_variant | |
'\U0000f968': '\U000f0469', # router_wireless | |
'\U0000f969': '\U000f046a', # routes | |
'\U0000f96a': '\U000f046b', # rss | |
'\U0000f96b': '\U000f046c', # rss_box | |
'\U0000f96c': '\U000f046d', # ruler | |
'\U0000f96d': '\U000f046e', # run_fast | |
'\U0000f96e': '\U000f046f', # sale | |
'\U0000f96f': '\U000f0470', # satellite | |
'\U0000f970': '\U000f0471', # satellite_variant | |
'\U0000f971': '\U000f0472', # scale | |
'\U0000f972': '\U000f0473', # scale_bathroom | |
'\U0000f973': '\U000f0474', # school | |
'\U0000f974': '\U000f0475', # screen_rotation | |
'\U0000f975': '\U000f0478', # screen_rotation_lock | |
'\U0000f976': '\U000f0476', # screwdriver | |
'\U0000f977': '\U000f0bc1', # script | |
'\U0000f978': '\U000f0479', # sd | |
'\U0000f979': '\U000f047a', # seal | |
'\U0000f97a': '\U000f047b', # seat_flat | |
'\U0000f97b': '\U000f047c', # seat_flat_angled | |
'\U0000f97c': '\U000f047d', # seat_individual_suite | |
'\U0000f97d': '\U000f047e', # seat_legroom_extra | |
'\U0000f97e': '\U000f047f', # seat_legroom_normal | |
'\U0000f97f': '\U000f0480', # seat_legroom_reduced | |
'\U0000f980': '\U000f0481', # seat_recline_extra | |
'\U0000f981': '\U000f0482', # seat_recline_normal | |
'\U0000f982': '\U000f0483', # security | |
'\U0000f983': '\U000f0484', # security_network | |
'\U0000f984': '\U000f0485', # select | |
'\U0000f985': '\U000f0486', # select_all | |
'\U0000f986': '\U000f0487', # select_inverse | |
'\U0000f987': '\U000f0488', # select_off | |
'\U0000f988': '\U000f0489', # selection | |
'\U0000f989': '\U000f048a', # send | |
'\U0000f98a': '\U000f048b', # server | |
'\U0000f98b': '\U000f048c', # server_minus | |
'\U0000f98c': '\U000f048d', # server_network | |
'\U0000f98d': '\U000f048e', # server_network_off | |
'\U0000f98e': '\U000f048f', # server_off | |
'\U0000f98f': '\U000f0490', # server_plus | |
'\U0000f990': '\U000f0491', # server_remove | |
'\U0000f991': '\U000f0492', # server_security | |
'\U0000f994': '\U000f0495', # shape_plus | |
'\U0000f995': '\U000f0496', # share | |
'\U0000f996': '\U000f0497', # share_variant | |
'\U0000f997': '\U000f0498', # shield | |
'\U0000f998': '\U000f0499', # shield_outline | |
'\U0000f999': '\U000f049a', # shopping | |
'\U0000f99a': '\U000f049b', # shopping_music | |
'\U0000f99b': '\U000f049c', # shredder | |
'\U0000f99c': '\U000f049d', # shuffle | |
'\U0000f99d': '\U000f049e', # shuffle_disabled | |
'\U0000f99e': '\U000f049f', # shuffle_variant | |
'\U0000f99f': '\U000f04a0', # sigma | |
'\U0000f9a0': '\U000f04a1', # sign_caution | |
'\U0000f9a1': '\U000f04a2', # signal | |
'\U0000f9a2': '\U000f04a3', # silverware | |
'\U0000f9a3': '\U000f04a4', # silverware_fork | |
'\U0000f9a4': '\U000f04a5', # silverware_spoon | |
'\U0000f9a5': '\U000f04a6', # silverware_variant | |
'\U0000f9a6': '\U000f04a7', # sim | |
'\U0000f9a7': '\U000f04a8', # sim_alert | |
'\U0000f9a8': '\U000f04a9', # sim_off | |
'\U0000f9a9': '\U000f04aa', # sitemap | |
'\U0000f9aa': '\U000f04ab', # skip_backward | |
'\U0000f9ab': '\U000f04ac', # skip_forward | |
'\U0000f9ac': '\U000f04ad', # skip_next | |
'\U0000f9ad': '\U000f04ae', # skip_previous | |
'\U0000f9ae': '\U000f04af', # skype | |
'\U0000f9af': '\U000f04b0', # skype_business | |
'\U0000f9b0': '\U000f04b1', # slack | |
'\U0000f9b1': '\U000f04b2', # sleep | |
'\U0000f9b2': '\U000f04b3', # sleep_off | |
'\U0000f9b3': '\U000f04b4', # smoking | |
'\U0000f9b4': '\U000f04b5', # smoking_off | |
'\U0000f9b5': '\U000f04b6', # snapchat | |
'\U0000f9b6': '\U000f04b7', # snowman | |
'\U0000f9b7': '\U000f04b8', # soccer | |
'\U0000f9b8': '\U000f04b9', # sofa | |
'\U0000f9b9': '\U000f04ba', # sort | |
'\U0000f9bb': '\U000f04bc', # sort_ascending | |
'\U0000f9bc': '\U000f04bd', # sort_descending | |
'\U0000f9be': '\U000f04bf', # sort_variant | |
'\U0000f9bf': '\U000f04c0', # soundcloud | |
'\U0000f9c0': '\U000f04c1', # source_fork | |
'\U0000f9c1': '\U000f04c2', # source_pull | |
'\U0000f9c2': '\U000f04c3', # speaker | |
'\U0000f9c3': '\U000f04c4', # speaker_off | |
'\U0000f9c4': '\U000f04c5', # speedometer | |
'\U0000f9c5': '\U000f04c6', # spellcheck | |
'\U0000f9c6': '\U000f04c7', # spotify | |
'\U0000f9c7': '\U000f04c8', # spotlight | |
'\U0000f9c8': '\U000f04c9', # spotlight_beam | |
'\U0000f9cb': '\U000f04cc', # stack_overflow | |
'\U0000f9cc': '\U000f04cd', # stairs | |
'\U0000f9cd': '\U000f04ce', # star | |
'\U0000f9ce': '\U000f04cf', # star_circle | |
'\U0000f9cf': '\U000f0246', # star_half | |
'\U0000f9d0': '\U000f04d1', # star_off | |
'\U0000f9d1': '\U000f04d2', # star_outline | |
'\U0000f9d2': '\U000f04d3', # steam | |
'\U0000f9d3': '\U000f04d4', # steering | |
'\U0000f9d4': '\U000f04d5', # step_backward | |
'\U0000f9d5': '\U000f04d6', # step_backward_2 | |
'\U0000f9d6': '\U000f04d7', # step_forward | |
'\U0000f9d7': '\U000f04d8', # step_forward_2 | |
'\U0000f9d8': '\U000f04d9', # stethoscope | |
'\U0000f9d9': '\U000f04da', # stocking | |
'\U0000f9da': '\U000f04db', # stop | |
'\U0000f9db': '\U000f04dc', # store | |
'\U0000f9dc': '\U000f04dd', # store_24_hour | |
'\U0000f9dd': '\U000f04de', # stove | |
'\U0000f9de': '\U000f04df', # subway_variant | |
'\U0000f9df': '\U000f04e0', # sunglasses | |
'\U0000f9e0': '\U000f04e1', # swap_horizontal | |
'\U0000f9e1': '\U000f04e2', # swap_vertical | |
'\U0000f9e2': '\U000f04e3', # swim | |
'\U0000f9e3': '\U000f04e4', # switch | |
'\U0000f9e4': '\U000f04e5', # sword | |
'\U0000f9e5': '\U000f04e6', # sync | |
'\U0000f9e6': '\U000f04e7', # sync_alert | |
'\U0000f9e7': '\U000f04e8', # sync_off | |
'\U0000f9e8': '\U000f04e9', # tab | |
'\U0000f9e9': '\U000f04ea', # tab_unselected | |
'\U0000f9ea': '\U000f04eb', # table | |
'\U0000f9eb': '\U000f04ec', # table_column_plus_after | |
'\U0000f9ec': '\U000f04ed', # table_column_plus_before | |
'\U0000f9ed': '\U000f04ee', # table_column_remove | |
'\U0000f9ee': '\U000f04ef', # table_column_width | |
'\U0000f9ef': '\U000f04f0', # table_edit | |
'\U0000f9f0': '\U000f04f1', # table_large | |
'\U0000f9f1': '\U000f04f2', # table_row_height | |
'\U0000f9f2': '\U000f04f3', # table_row_plus_after | |
'\U0000f9f3': '\U000f04f4', # table_row_plus_before | |
'\U0000f9f4': '\U000f04f5', # table_row_remove | |
'\U0000f9f5': '\U000f04f6', # tablet | |
'\U0000f9f6': '\U000f04f7', # tablet_android | |
'\U0000f9f8': '\U000f04f9', # tag | |
'\U0000f9f9': '\U000f04fa', # tag_faces | |
'\U0000f9fa': '\U000f04fb', # tag_multiple | |
'\U0000f9fb': '\U000f04fc', # tag_outline | |
'\U0000f9fc': '\U000f04fd', # tag_text_outline | |
'\U0000f9fd': '\U000f04fe', # target | |
'\U0000f9fe': '\U000f04ff', # taxi | |
'\U0000f9ff': '\U000f0500', # teamviewer | |
'\U0000fa01': '\U000f0502', # television | |
'\U0000fa02': '\U000f0503', # television_guide | |
'\U0000fa03': '\U000f0504', # temperature_celsius | |
'\U0000fa04': '\U000f0505', # temperature_fahrenheit | |
'\U0000fa05': '\U000f0506', # temperature_kelvin | |
'\U0000fa06': '\U000f0da0', # tennis | |
'\U0000fa07': '\U000f0508', # tent | |
'\U0000fa09': '\U000f050a', # text_to_speech | |
'\U0000fa0a': '\U000f050b', # text_to_speech_off | |
'\U0000fa0b': '\U000f050c', # texture | |
'\U0000fa0c': '\U000f050d', # theater | |
'\U0000fa0d': '\U000f050e', # theme_light_dark | |
'\U0000fa0e': '\U000f050f', # thermometer | |
'\U0000fa0f': '\U000f0510', # thermometer_lines | |
'\U0000fa10': '\U000f0511', # thumb_down | |
'\U0000fa11': '\U000f0512', # thumb_down_outline | |
'\U0000fa12': '\U000f0513', # thumb_up | |
'\U0000fa13': '\U000f0514', # thumb_up_outline | |
'\U0000fa14': '\U000f0515', # thumbs_up_down | |
'\U0000fa15': '\U000f0516', # ticket | |
'\U0000fa16': '\U000f0517', # ticket_account | |
'\U0000fa17': '\U000f0518', # ticket_confirmation | |
'\U0000fa18': '\U000f0519', # tie | |
'\U0000fa19': '\U000f051a', # timelapse | |
'\U0000fa1a': '\U000f13ab', # timer | |
'\U0000fa1b': '\U000f051c', # timer_10 | |
'\U0000fa1c': '\U000f051d', # timer_3 | |
'\U0000fa1d': '\U000f13ac', # timer_off | |
'\U0000fa1e': '\U000f051f', # timer_sand | |
'\U0000fa1f': '\U000f0520', # timetable | |
'\U0000fa20': '\U000f0521', # toggle_switch | |
'\U0000fa21': '\U000f0522', # toggle_switch_off | |
'\U0000fa22': '\U000f0523', # tooltip | |
'\U0000fa23': '\U000f0524', # tooltip_edit | |
'\U0000fa24': '\U000f0525', # tooltip_image | |
'\U0000fa25': '\U000f0526', # tooltip_outline | |
'\U0000fa27': '\U000f0528', # tooltip_text | |
'\U0000fa28': '\U000f08c3', # tooth | |
'\U0000fa2a': '\U000f052b', # traffic_light | |
'\U0000fa2b': '\U000f052c', # train | |
'\U0000fa2c': '\U000f052d', # tram | |
'\U0000fa2d': '\U000f052e', # transcribe | |
'\U0000fa2e': '\U000f052f', # transcribe_close | |
'\U0000fa2f': '\U000f1065', # transfer | |
'\U0000fa30': '\U000f0531', # tree | |
'\U0000fa31': '\U000f0532', # trello | |
'\U0000fa32': '\U000f0533', # trending_down | |
'\U0000fa33': '\U000f0534', # trending_neutral | |
'\U0000fa34': '\U000f0535', # trending_up | |
'\U0000fa35': '\U000f0536', # triangle | |
'\U0000fa36': '\U000f0537', # triangle_outline | |
'\U0000fa37': '\U000f0538', # trophy | |
'\U0000fa38': '\U000f0539', # trophy_award | |
'\U0000fa39': '\U000f053a', # trophy_outline | |
'\U0000fa3a': '\U000f053b', # trophy_variant | |
'\U0000fa3b': '\U000f053c', # trophy_variant_outline | |
'\U0000fa3c': '\U000f053d', # truck | |
'\U0000fa3d': '\U000f053e', # truck_delivery | |
'\U0000fa3e': '\U000f0a7b', # tshirt_crew | |
'\U0000fa3f': '\U000f0a7c', # tshirt_v | |
'\U0000fa42': '\U000f0543', # twitch | |
'\U0000fa43': '\U000f0544', # twitter | |
'\U0000fa47': '\U000f0548', # ubuntu | |
'\U0000fa48': '\U000f0549', # umbraco | |
'\U0000fa49': '\U000f054a', # umbrella | |
'\U0000fa4a': '\U000f054b', # umbrella_outline | |
'\U0000fa4b': '\U000f054c', # undo | |
'\U0000fa4c': '\U000f054d', # undo_variant | |
'\U0000fa4d': '\U000f054e', # unfold_less_horizontal | |
'\U0000fa4e': '\U000f054f', # unfold_more_horizontal | |
'\U0000fa4f': '\U000f0550', # ungroup | |
'\U0000fa51': '\U000f0552', # upload | |
'\U0000fa52': '\U000f0553', # usb | |
'\U0000fa53': '\U000f0554', # vector_arrange_above | |
'\U0000fa54': '\U000f0555', # vector_arrange_below | |
'\U0000fa55': '\U000f0556', # vector_circle | |
'\U0000fa56': '\U000f0557', # vector_circle_variant | |
'\U0000fa57': '\U000f0558', # vector_combine | |
'\U0000fa58': '\U000f0559', # vector_curve | |
'\U0000fa59': '\U000f055a', # vector_difference | |
'\U0000fa5a': '\U000f055b', # vector_difference_ab | |
'\U0000fa5b': '\U000f055c', # vector_difference_ba | |
'\U0000fa5c': '\U000f055d', # vector_intersection | |
'\U0000fa5d': '\U000f055e', # vector_line | |
'\U0000fa5e': '\U000f055f', # vector_point | |
'\U0000fa5f': '\U000f0560', # vector_polygon | |
'\U0000fa60': '\U000f0561', # vector_polyline | |
'\U0000fa61': '\U000f0562', # vector_selection | |
'\U0000fa62': '\U000f0563', # vector_triangle | |
'\U0000fa63': '\U000f0564', # vector_union | |
'\U0000fa65': '\U000f0566', # vibrate | |
'\U0000fa66': '\U000f0567', # video | |
'\U0000fa67': '\U000f0568', # video_off | |
'\U0000fa68': '\U000f0569', # video_switch | |
'\U0000fa69': '\U000f056a', # view_agenda | |
'\U0000fa6a': '\U000f056b', # view_array | |
'\U0000fa6b': '\U000f056c', # view_carousel | |
'\U0000fa6c': '\U000f056d', # view_column | |
'\U0000fa6d': '\U000f056e', # view_dashboard | |
'\U0000fa6e': '\U000f056f', # view_day | |
'\U0000fa6f': '\U000f0570', # view_grid | |
'\U0000fa70': '\U000f0571', # view_headline | |
'\U0000fa71': '\U000f0572', # view_list | |
'\U0000fa72': '\U000f0573', # view_module | |
'\U0000fa73': '\U000f0574', # view_quilt | |
'\U0000fa74': '\U000f0575', # view_stream | |
'\U0000fa75': '\U000f0576', # view_week | |
'\U0000fa76': '\U000f0577', # vimeo | |
'\U0000fa7b': '\U000f057c', # vlc | |
'\U0000fa7c': '\U000f057d', # voicemail | |
'\U0000fa7d': '\U000f057e', # volume_high | |
'\U0000fa7e': '\U000f057f', # volume_low | |
'\U0000fa7f': '\U000f0580', # volume_medium | |
'\U0000fa80': '\U000f0581', # volume_off | |
'\U0000fa81': '\U000f0582', # vpn | |
'\U0000fa82': '\U000f0583', # walk | |
'\U0000fa83': '\U000f0584', # wallet | |
'\U0000fa84': '\U000f0585', # wallet_giftcard | |
'\U0000fa85': '\U000f0586', # wallet_membership | |
'\U0000fa86': '\U000f0587', # wallet_travel | |
'\U0000fa87': '\U000f0588', # wan | |
'\U0000fa88': '\U000f0589', # watch | |
'\U0000fa89': '\U000f058a', # watch_export | |
'\U0000fa8a': '\U000f058b', # watch_import | |
'\U0000fa8b': '\U000f058c', # water | |
'\U0000fa8c': '\U000f058d', # water_off | |
'\U0000fa8d': '\U000f058e', # water_percent | |
'\U0000fa8e': '\U000f058f', # water_pump | |
'\U0000fa8f': '\U000f0590', # weather_cloudy | |
'\U0000fa90': '\U000f0591', # weather_fog | |
'\U0000fa91': '\U000f0592', # weather_hail | |
'\U0000fa92': '\U000f0593', # weather_lightning | |
'\U0000fa93': '\U000f0594', # weather_night | |
'\U0000fa95': '\U000f0596', # weather_pouring | |
'\U0000fa96': '\U000f0597', # weather_rainy | |
'\U0000fa97': '\U000f0598', # weather_snowy | |
'\U0000fa98': '\U000f0599', # weather_sunny | |
'\U0000fa99': '\U000f059a', # weather_sunset | |
'\U0000fa9a': '\U000f059b', # weather_sunset_down | |
'\U0000fa9b': '\U000f059c', # weather_sunset_up | |
'\U0000fa9c': '\U000f059d', # weather_windy | |
'\U0000fa9d': '\U000f059e', # weather_windy_variant | |
'\U0000fa9e': '\U000f059f', # web | |
'\U0000fa9f': '\U000f05a0', # webcam | |
'\U0000faa0': '\U000f05a1', # weight | |
'\U0000faa1': '\U000f05a2', # weight_kilogram | |
'\U0000faa2': '\U000f05a3', # whatsapp | |
'\U0000faa3': '\U000f05a4', # wheelchair_accessibility | |
'\U0000faa4': '\U000f05a5', # white_balance_auto | |
'\U0000faa5': '\U000f05a6', # white_balance_incandescent | |
'\U0000faa6': '\U000f05a7', # white_balance_iridescent | |
'\U0000faa7': '\U000f05a8', # white_balance_sunny | |
'\U0000faa8': '\U000f05a9', # wifi | |
'\U0000faa9': '\U000f05aa', # wifi_off | |
'\U0000faab': '\U000f05ac', # wikipedia | |
'\U0000faac': '\U000f05ad', # window_close | |
'\U0000faad': '\U000f05ae', # window_closed | |
'\U0000faae': '\U000f05af', # window_maximize | |
'\U0000faaf': '\U000f05b0', # window_minimize | |
'\U0000fab0': '\U000f05b1', # window_open | |
'\U0000fab1': '\U000f05b2', # window_restore | |
'\U0000fab3': '\U000f05b4', # wordpress | |
'\U0000fab5': '\U000f05b6', # wrap | |
'\U0000fab6': '\U000f05b7', # wrench | |
'\U0000fabf': '\U000f05c0', # xml | |
'\U0000fac0': '\U000f05c1', # yeast | |
'\U0000fac3': '\U000f05c4', # zip_box | |
'\U0000fac4': '\U000f05c5', # surround_sound | |
'\U0000fac5': '\U000f05c6', # vector_rectangle | |
'\U0000fac6': '\U000f05c7', # playlist_check | |
'\U0000fac7': '\U000f05c8', # format_line_style | |
'\U0000fac8': '\U000f05c9', # format_line_weight | |
'\U0000fac9': '\U000f05ca', # translate | |
'\U0000facb': '\U000f05cc', # opacity | |
'\U0000facc': '\U000f18f0', # near_me | |
'\U0000facd': '\U000f0955', # clock_alert | |
'\U0000face': '\U000f05cf', # human_pregnant | |
'\U0000facf': '\U000f1364', # sticker | |
'\U0000fad0': '\U000f05d1', # scale_balance | |
'\U0000fad2': '\U000f05d3', # account_multiple_minus | |
'\U0000fad3': '\U000f05d4', # airplane_landing | |
'\U0000fad4': '\U000f05d5', # airplane_takeoff | |
'\U0000fad5': '\U000f05d6', # alert_circle_outline | |
'\U0000fad6': '\U000f05d7', # altimeter | |
'\U0000fad7': '\U000f05d8', # animation | |
'\U0000fad8': '\U000f05d9', # book_minus | |
'\U0000fad9': '\U000f05da', # book_open_page_variant | |
'\U0000fada': '\U000f05db', # book_plus | |
'\U0000fadb': '\U000f05dc', # boombox | |
'\U0000fadc': '\U000f05dd', # bullseye | |
'\U0000fadd': '\U000f05de', # comment_remove | |
'\U0000fade': '\U000f05df', # camera_off | |
'\U0000fadf': '\U000f05e0', # check_circle | |
'\U0000fae0': '\U000f05e1', # check_circle_outline | |
'\U0000fae1': '\U000f05e2', # candle | |
'\U0000fae2': '\U000f05e3', # chart_bubble | |
'\U0000fae3': '\U000f0ff1', # credit_card_off | |
'\U0000fae4': '\U000f05e5', # cup_off | |
'\U0000fae5': '\U000f05e6', # copyright | |
'\U0000fae6': '\U000f05e7', # cursor_text | |
'\U0000fae7': '\U000f05e8', # delete_forever | |
'\U0000fae8': '\U000f05e9', # delete_sweep | |
'\U0000fae9': '\U000f1155', # dice_d20 | |
'\U0000faea': '\U000f1150', # dice_d4 | |
'\U0000faeb': '\U000f1151', # dice_d6 | |
'\U0000faec': '\U000f1152', # dice_d8 | |
'\U0000faee': '\U000f05ef', # email_open_outline | |
'\U0000faef': '\U000f05f0', # email_variant | |
'\U0000faf0': '\U000f05f1', # ev_station | |
'\U0000faf1': '\U000f05f2', # food_fork_drink | |
'\U0000faf2': '\U000f05f3', # food_off | |
'\U0000faf3': '\U000f05f4', # format_title | |
'\U0000faf4': '\U000f05f5', # google_maps | |
'\U0000faf5': '\U000f05f6', # heart_pulse | |
'\U0000faf6': '\U000f05f7', # highway | |
'\U0000faf7': '\U000f05f8', # home_map_marker | |
'\U0000faf8': '\U000f05f9', # incognito | |
'\U0000faf9': '\U000f05fa', # kettle | |
'\U0000fafa': '\U000f05fb', # lock_plus | |
'\U0000fafc': '\U000f05fd', # logout_variant | |
'\U0000fafd': '\U000f05fe', # music_note_bluetooth | |
'\U0000fafe': '\U000f05ff', # music_note_bluetooth_off | |
'\U0000faff': '\U000f0600', # page_first | |
'\U0000fb00': '\U000f0601', # page_last | |
'\U0000fb01': '\U000f0602', # phone_classic | |
'\U0000fb02': '\U000f0603', # priority_high | |
'\U0000fb03': '\U000f0604', # priority_low | |
'\U0000fb04': '\U000f0605', # qqchat | |
'\U0000fb05': '\U000f0606', # pool | |
'\U0000fb06': '\U000f0607', # rounded_corner | |
'\U0000fb07': '\U000f0608', # rowing | |
'\U0000fb08': '\U000f0609', # saxophone | |
'\U0000fb09': '\U000f060a', # signal_variant | |
'\U0000fb0b': '\U000f060c', # subdirectory_arrow_left | |
'\U0000fb0c': '\U000f060d', # subdirectory_arrow_right | |
'\U0000fb0e': '\U000f060f', # violin | |
'\U0000fb10': '\U000f0611', # wechat | |
'\U0000fb11': '\U000f0612', # watermark | |
'\U0000fb12': '\U000f0613', # file_hidden | |
'\U0000fb13': '\U000f08c6', # application | |
'\U0000fb14': '\U000f0615', # arrow_collapse | |
'\U0000fb15': '\U000f0616', # arrow_expand | |
'\U0000fb16': '\U000f028e', # bowl | |
'\U0000fb17': '\U000f0618', # bridge | |
'\U0000fb19': '\U000f061a', # chip | |
'\U0000fb1a': '\U000f061b', # content_save_settings | |
'\U0000fb1b': '\U000f061c', # dialpad | |
'\U0000fb1d': '\U000f061e', # format_horizontal_align_center | |
'\U0000fb1e': '\U000f061f', # format_horizontal_align_left | |
'\U0000fb1f': '\U000f0620', # format_horizontal_align_right | |
'\U0000fb20': '\U000f0621', # format_vertical_align_bottom | |
'\U0000fb21': '\U000f0622', # format_vertical_align_center | |
'\U0000fb22': '\U000f0623', # format_vertical_align_top | |
'\U0000fb24': '\U000f0625', # help_circle_outline | |
'\U0000fb26': '\U000f0627', # lambda | |
'\U0000fb27': '\U000f0628', # matrix | |
'\U0000fb28': '\U000f0629', # meteor | |
'\U0000fb2a': '\U000f062b', # sigma_lower | |
'\U0000fb2b': '\U000f062c', # source_branch | |
'\U0000fb2c': '\U000f062d', # source_merge | |
'\U0000fb2d': '\U000f062e', # tune | |
'\U0000fb2e': '\U000f062f', # webhook | |
'\U0000fb2f': '\U000f0630', # account_settings | |
'\U0000fb31': '\U000f0632', # apple_keyboard_caps | |
'\U0000fb32': '\U000f0633', # apple_keyboard_command | |
'\U0000fb33': '\U000f0634', # apple_keyboard_control | |
'\U0000fb34': '\U000f0635', # apple_keyboard_option | |
'\U0000fb35': '\U000f0636', # apple_keyboard_shift | |
'\U0000fb36': '\U000f0637', # box_shadow | |
'\U0000fb37': '\U000f0638', # cards | |
'\U0000fb38': '\U000f0639', # cards_outline | |
'\U0000fb39': '\U000f063a', # cards_playing_outline | |
'\U0000fb3a': '\U000f063b', # checkbox_multiple_blank_circle | |
'\U0000fb3b': '\U000f063c', # checkbox_multiple_blank_circle_outline | |
'\U0000fb3c': '\U000f063d', # checkbox_multiple_marked_circle | |
'\U0000fb3d': '\U000f063e', # checkbox_multiple_marked_circle_outline | |
'\U0000fb3e': '\U000f063f', # cloud_sync | |
'\U0000fb3f': '\U000f0640', # collage | |
'\U0000fb40': '\U000f0641', # directions_fork | |
'\U0000fb41': '\U000f0642', # eraser_variant | |
'\U0000fb44': '\U000f0645', # file_tree | |
'\U0000fb45': '\U000f0646', # format_annotation_plus | |
'\U0000fb46': '\U000f0647', # gas_cylinder | |
'\U0000fb47': '\U000f0648', # grease_pencil | |
'\U0000fb48': '\U000f0649', # human_female | |
'\U0000fb49': '\U000f17c4', # human_greeting | |
'\U0000fb4a': '\U000f064b', # human_handsdown | |
'\U0000fb4b': '\U000f064c', # human_handsup | |
'\U0000fb4c': '\U000f064d', # human_male | |
'\U0000fb4d': '\U000f064e', # information_variant | |
'\U0000fb4e': '\U000f064f', # lead_pencil | |
'\U0000fb4f': '\U000f0650', # map_marker_minus | |
'\U0000fb50': '\U000f0651', # map_marker_plus | |
'\U0000fb51': '\U000f0652', # marker | |
'\U0000fb52': '\U000f0653', # message_plus | |
'\U0000fb53': '\U000f0654', # microscope | |
'\U0000fb54': '\U000f0655', # move_resize | |
'\U0000fb55': '\U000f0656', # move_resize_variant | |
'\U0000fb56': '\U000f0657', # paw_off | |
'\U0000fb57': '\U000f0658', # phone_minus | |
'\U0000fb58': '\U000f0659', # phone_plus | |
'\U0000fb59': '\U000f02e5', # pot | |
'\U0000fb5a': '\U000f065b', # pot_mix | |
'\U0000fb5b': '\U000f065c', # serial_port | |
'\U0000fb5c': '\U000f065d', # shape_circle_plus | |
'\U0000fb5d': '\U000f065e', # shape_polygon_plus | |
'\U0000fb5e': '\U000f065f', # shape_rectangle_plus | |
'\U0000fb5f': '\U000f0660', # shape_square_plus | |
'\U0000fb60': '\U000f0661', # skip_next_circle | |
'\U0000fb61': '\U000f0662', # skip_next_circle_outline | |
'\U0000fb62': '\U000f0663', # skip_previous_circle | |
'\U0000fb63': '\U000f0664', # skip_previous_circle_outline | |
'\U0000fb64': '\U000f0665', # spray | |
'\U0000fb65': '\U000f0666', # stop_circle | |
'\U0000fb66': '\U000f0667', # stop_circle_outline | |
'\U0000fb67': '\U000f0668', # test_tube | |
'\U0000fb68': '\U000f0669', # text_shadow | |
'\U0000fb69': '\U000f066a', # tune_vertical | |
'\U0000fb6a': '\U000f066b', # cart_off | |
'\U0000fb6b': '\U000f066c', # chart_gantt | |
'\U0000fb6d': '\U000f066e', # chart_timeline | |
'\U0000fb6e': '\U000f066f', # discord | |
'\U0000fb6f': '\U000f0670', # file_restore | |
'\U0000fb70': '\U000f0671', # language_c | |
'\U0000fb71': '\U000f0672', # language_cpp | |
'\U0000fb74': '\U000f0ff2', # credit_card_plus | |
'\U0000fb76': '\U000f0678', # bow_tie | |
'\U0000fb77': '\U000f0679', # calendar_range | |
'\U0000fb78': '\U000f067a', # currency_usd_off | |
'\U0000fb79': '\U000f067b', # flash_red_eye | |
'\U0000fb7a': '\U000f067c', # oar | |
'\U0000fb7b': '\U000f067d', # piano | |
'\U0000fb7c': '\U000f067e', # weather_lightning_rainy | |
'\U0000fb7d': '\U000f067f', # weather_snowy_rainy | |
'\U0000fb7e': '\U000f0680', # yin_yang | |
'\U0000fb7f': '\U000f0681', # tower_beach | |
'\U0000fb80': '\U000f0682', # tower_fire | |
'\U0000fb81': '\U000f0683', # delete_circle | |
'\U0000fb82': '\U000f0684', # dna | |
'\U0000fb83': '\U000f0685', # hamburger | |
'\U0000fb84': '\U000f0686', # gondola | |
'\U0000fb85': '\U000f0687', # inbox | |
'\U0000fb86': '\U000f0688', # reorder_horizontal | |
'\U0000fb87': '\U000f0689', # reorder_vertical | |
'\U0000fb89': '\U000f068b', # tag_heart | |
'\U0000fb8a': '\U000f068c', # skull | |
'\U0000fb8b': '\U000f068d', # solid | |
'\U0000fb8c': '\U000f068e', # alarm_snooze | |
'\U0000fb8d': '\U000f13e0', # baby_buggy | |
'\U0000fb8e': '\U000f0cea', # beaker | |
'\U0000fb8f': '\U000f0691', # bomb | |
'\U0000fb90': '\U000f0692', # calendar_question | |
'\U0000fb91': '\U000f0693', # camera_burst | |
'\U0000fb92': '\U000f0694', # code_tags_check | |
'\U0000fb94': '\U000f0696', # crop_rotate | |
'\U0000fb95': '\U000f0697', # developer_board | |
'\U0000fb99': '\U000f0c6e', # emoticon_dead | |
'\U0000fb9a': '\U000f0c70', # emoticon_excited | |
'\U0000fb9b': '\U000f069d', # folder_star | |
'\U0000fb9c': '\U000f069e', # format_color_text | |
'\U0000fb9d': '\U000f069f', # format_section | |
'\U0000fb9f': '\U000f06a1', # home_outline | |
'\U0000fba0': '\U000f06a2', # message_bulleted | |
'\U0000fba1': '\U000f06a3', # message_bulleted_off | |
'\U0000fba2': '\U000f06a4', # nuke | |
'\U0000fba3': '\U000f06a5', # power_plug | |
'\U0000fba4': '\U000f06a6', # power_plug_off | |
'\U0000fba5': '\U000f06a7', # publish | |
'\U0000fba6': '\U000f099b', # restore | |
'\U0000fba7': '\U000f06a9', # robot | |
'\U0000fba8': '\U000f06aa', # format_rotate_90 | |
'\U0000fba9': '\U000f06ab', # scanner | |
'\U0000fbaa': '\U000f06ac', # subway | |
'\U0000fbab': '\U000f06ad', # timer_sand_empty | |
'\U0000fbac': '\U000f06ae', # transit_transfer | |
'\U0000fbad': '\U000f06af', # unity | |
'\U0000fbae': '\U000f06b0', # update | |
'\U0000fbaf': '\U000f06b1', # watch_vibrate | |
'\U0000fbb0': '\U000f06b2', # angular | |
'\U0000fbb1': '\U000f06b3', # dolby | |
'\U0000fbb2': '\U000f06b4', # emby | |
'\U0000fbb3': '\U000f06b5', # lamp | |
'\U0000fbb4': '\U000f06b6', # menu_down_outline | |
'\U0000fbb5': '\U000f06b7', # menu_up_outline | |
'\U0000fbb6': '\U000f06b8', # note_multiple | |
'\U0000fbb7': '\U000f06b9', # note_multiple_outline | |
'\U0000fbb8': '\U000f06ba', # plex | |
'\U0000fbba': '\U000f06bc', # account_edit | |
'\U0000fbbb': '\U000f06bd', # alert_decagram | |
'\U0000fbbc': '\U000f06be', # all_inclusive | |
'\U0000fbbd': '\U000f06bf', # angularjs | |
'\U0000fbbe': '\U000f06c0', # arrow_down_box | |
'\U0000fbbf': '\U000f06c1', # arrow_left_box | |
'\U0000fbc0': '\U000f06c2', # arrow_right_box | |
'\U0000fbc1': '\U000f06c3', # arrow_up_box | |
'\U0000fbc2': '\U000f06c4', # asterisk | |
'\U0000fbc3': '\U000f06c5', # bomb_off | |
'\U0000fbc4': '\U000f06c6', # bootstrap | |
'\U0000fbc5': '\U000f06c7', # cards_variant | |
'\U0000fbc6': '\U000f06c8', # clipboard_flow | |
'\U0000fbc7': '\U000f06c9', # close_outline | |
'\U0000fbc8': '\U000f06ca', # coffee_outline | |
'\U0000fbc9': '\U000f06cb', # contacts | |
'\U0000fbca': '\U000f06cc', # delete_empty | |
'\U0000fbcb': '\U000f06cd', # earth_box | |
'\U0000fbcc': '\U000f06ce', # earth_box_off | |
'\U0000fbcd': '\U000f06cf', # email_alert | |
'\U0000fbce': '\U000f06d0', # eye_outline | |
'\U0000fbcf': '\U000f06d1', # eye_off_outline | |
'\U0000fbd0': '\U000f06d2', # fast_forward_outline | |
'\U0000fbd1': '\U000f06d3', # feather | |
'\U0000fbd2': '\U000f06d4', # find_replace | |
'\U0000fbd3': '\U000f06d5', # flash_outline | |
'\U0000fbd4': '\U000f06d6', # format_font | |
'\U0000fbd5': '\U000f06d7', # format_page_break | |
'\U0000fbd6': '\U000f06d8', # format_pilcrow | |
'\U0000fbd7': '\U000f06d9', # garage | |
'\U0000fbd8': '\U000f06da', # garage_open | |
'\U0000fbda': '\U000f06dc', # google_keep | |
'\U0000fbdc': '\U000f06de', # heart_half_full | |
'\U0000fbdd': '\U000f06df', # heart_half | |
'\U0000fbde': '\U000f06e0', # heart_half_outline | |
'\U0000fbdf': '\U000f06e1', # hexagon_multiple | |
'\U0000fbe0': '\U000f06e2', # hook | |
'\U0000fbe1': '\U000f06e3', # hook_off | |
'\U0000fbe2': '\U000f06e4', # infinity | |
'\U0000fbe3': '\U000f06e5', # language_swift | |
'\U0000fbe4': '\U000f06e6', # language_typescript | |
'\U0000fbe5': '\U000f06e7', # laptop_off | |
'\U0000fbe6': '\U000f06e8', # lightbulb_on | |
'\U0000fbe7': '\U000f06e9', # lightbulb_on_outline | |
'\U0000fbe8': '\U000f06ea', # lock_pattern | |
'\U0000fbea': '\U000f06ec', # magnify_minus_outline | |
'\U0000fbeb': '\U000f06ed', # magnify_plus_outline | |
'\U0000fbec': '\U000f06ee', # mailbox | |
'\U0000fbed': '\U000f06ef', # medical_bag | |
'\U0000fbee': '\U000f06f0', # message_settings | |
'\U0000fbf0': '\U000f06f2', # minus_box_outline | |
'\U0000fbf1': '\U000f06f3', # network | |
'\U0000fbf2': '\U000f06f4', # download_network | |
'\U0000fbf3': '\U000f06f5', # help_network | |
'\U0000fbf4': '\U000f06f6', # upload_network | |
'\U0000fbf5': '\U000f06f7', # npm | |
'\U0000fbf6': '\U000f06f8', # nut | |
'\U0000fbf7': '\U000f06f9', # octagram | |
'\U0000fbf8': '\U000f06fa', # page_layout_body | |
'\U0000fbf9': '\U000f06fb', # page_layout_footer | |
'\U0000fbfa': '\U000f06fc', # page_layout_header | |
'\U0000fbfb': '\U000f06fd', # page_layout_sidebar_left | |
'\U0000fbfc': '\U000f06fe', # page_layout_sidebar_right | |
'\U0000fbfd': '\U000f06ff', # pencil_circle | |
'\U0000fbfe': '\U000f0701', # pentagon | |
'\U0000fbff': '\U000f0700', # pentagon_outline | |
'\U0000fc00': '\U000f0702', # pillar | |
'\U0000fc01': '\U000f0703', # pistol | |
'\U0000fc02': '\U000f0704', # plus_box_outline | |
'\U0000fc03': '\U000f0705', # plus_outline | |
'\U0000fc04': '\U000f0706', # prescription | |
'\U0000fc05': '\U000f0707', # printer_settings | |
'\U0000fc06': '\U000f0708', # react | |
'\U0000fc07': '\U000f0709', # restart | |
'\U0000fc08': '\U000f070a', # rewind_outline | |
'\U0000fc09': '\U000f070b', # rhombus | |
'\U0000fc0a': '\U000f070c', # rhombus_outline | |
'\U0000fc0c': '\U000f070e', # run | |
'\U0000fc0d': '\U000f070f', # search_web | |
'\U0000fc0e': '\U000f0710', # shovel | |
'\U0000fc0f': '\U000f0711', # shovel_off | |
'\U0000fc10': '\U000f0712', # signal_2g | |
'\U0000fc11': '\U000f0713', # signal_3g | |
'\U0000fc12': '\U000f0714', # signal_4g | |
'\U0000fc13': '\U000f0715', # signal_hspa | |
'\U0000fc14': '\U000f0716', # signal_hspa_plus | |
'\U0000fc15': '\U000f0717', # snowflake | |
'\U0000fc16': '\U000f0718', # source_commit | |
'\U0000fc17': '\U000f0719', # source_commit_end | |
'\U0000fc18': '\U000f071a', # source_commit_end_local | |
'\U0000fc19': '\U000f071b', # source_commit_local | |
'\U0000fc1a': '\U000f071c', # source_commit_next_local | |
'\U0000fc1b': '\U000f071d', # source_commit_start | |
'\U0000fc1c': '\U000f071e', # source_commit_start_next_local | |
'\U0000fc1d': '\U000f071f', # speaker_wireless | |
'\U0000fc1e': '\U000f0ff9', # stadium | |
'\U0000fc1f': '\U000f0721', # svg | |
'\U0000fc20': '\U000f0722', # tag_plus | |
'\U0000fc21': '\U000f0723', # tag_remove | |
'\U0000fc22': '\U000f0724', # ticket_percent | |
'\U0000fc23': '\U000f0725', # tilde | |
'\U0000fc24': '\U000f0726', # treasure_chest | |
'\U0000fc25': '\U000f0727', # truck_trailer | |
'\U0000fc26': '\U000f0728', # view_parallel | |
'\U0000fc27': '\U000f0729', # view_sequential | |
'\U0000fc28': '\U000f072a', # washing_machine | |
'\U0000fc29': '\U000f072b', # webpack | |
'\U0000fc2a': '\U000f072c', # widgets | |
'\U0000fc2c': '\U000f072e', # arrow_down_bold | |
'\U0000fc2d': '\U000f072f', # arrow_down_bold_box | |
'\U0000fc2e': '\U000f0730', # arrow_down_bold_box_outline | |
'\U0000fc2f': '\U000f0731', # arrow_left_bold | |
'\U0000fc30': '\U000f0732', # arrow_left_bold_box | |
'\U0000fc31': '\U000f0733', # arrow_left_bold_box_outline | |
'\U0000fc32': '\U000f0734', # arrow_right_bold | |
'\U0000fc33': '\U000f0735', # arrow_right_bold_box | |
'\U0000fc34': '\U000f0736', # arrow_right_bold_box_outline | |
'\U0000fc35': '\U000f0737', # arrow_up_bold | |
'\U0000fc36': '\U000f0738', # arrow_up_bold_box | |
'\U0000fc37': '\U000f0739', # arrow_up_bold_box_outline | |
'\U0000fc38': '\U000f073a', # cancel | |
'\U0000fc39': '\U000f073b', # file_account | |
'\U0000fc3a': '\U000f073c', # gesture_double_tap | |
'\U0000fc3b': '\U000f073d', # gesture_swipe_down | |
'\U0000fc3c': '\U000f073e', # gesture_swipe_left | |
'\U0000fc3d': '\U000f073f', # gesture_swipe_right | |
'\U0000fc3e': '\U000f0740', # gesture_swipe_up | |
'\U0000fc3f': '\U000f0741', # gesture_tap | |
'\U0000fc40': '\U000f0742', # gesture_two_double_tap | |
'\U0000fc41': '\U000f0743', # gesture_two_tap | |
'\U0000fc42': '\U000f0744', # humble_bundle | |
'\U0000fc43': '\U000f0745', # kickstarter | |
'\U0000fc44': '\U000f0746', # netflix | |
'\U0000fc48': '\U000f074a', # vector_radius | |
'\U0000fc4f': '\U000f0751', # clipboard_plus | |
'\U0000fc50': '\U000f0752', # file_plus | |
'\U0000fc51': '\U000f0753', # format_align_bottom | |
'\U0000fc52': '\U000f0754', # format_align_middle | |
'\U0000fc53': '\U000f0755', # format_align_top | |
'\U0000fc54': '\U000f0756', # format_list_checks | |
'\U0000fc55': '\U000f0757', # format_quote_open | |
'\U0000fc56': '\U000f0758', # grid_large | |
'\U0000fc57': '\U000f0759', # heart_off | |
'\U0000fc58': '\U000f075a', # music | |
'\U0000fc59': '\U000f075b', # music_off | |
'\U0000fc5a': '\U000f075c', # tab_plus | |
'\U0000fc5b': '\U000f075d', # volume_plus | |
'\U0000fc5c': '\U000f075e', # volume_minus | |
'\U0000fc5d': '\U000f075f', # volume_mute | |
'\U0000fc5e': '\U000f0760', # unfold_less_vertical | |
'\U0000fc5f': '\U000f0761', # unfold_more_vertical | |
'\U0000fc60': '\U000f0762', # taco | |
'\U0000fc61': '\U000f0763', # square_outline | |
'\U0000fc62': '\U000f0764', # square | |
'\U0000fc65': '\U000f0767', # alert_octagram | |
'\U0000fc66': '\U000f0768', # atom | |
'\U0000fc67': '\U000f0769', # ceiling_light | |
'\U0000fc68': '\U000f076a', # chart_bar_stacked | |
'\U0000fc69': '\U000f076b', # chart_line_stacked | |
'\U0000fc6a': '\U000f076c', # decagram | |
'\U0000fc6b': '\U000f076d', # decagram_outline | |
'\U0000fc6c': '\U000f076e', # dice_multiple | |
'\U0000fc6d': '\U000f1153', # dice_d10 | |
'\U0000fc6e': '\U000f0770', # folder_open | |
'\U0000fc6f': '\U000f0771', # guitar_acoustic | |
'\U0000fc70': '\U000f0772', # loading | |
'\U0000fc71': '\U000f0773', # lock_reset | |
'\U0000fc72': '\U000f0774', # ninja | |
'\U0000fc73': '\U000f0775', # octagram_outline | |
'\U0000fc74': '\U000f0776', # pencil_circle_outline | |
'\U0000fc75': '\U000f0777', # selection_off | |
'\U0000fc76': '\U000f0778', # set_all | |
'\U0000fc77': '\U000f0779', # set_center | |
'\U0000fc78': '\U000f077a', # set_center_right | |
'\U0000fc79': '\U000f077b', # set_left | |
'\U0000fc7a': '\U000f077c', # set_left_center | |
'\U0000fc7b': '\U000f077d', # set_left_right | |
'\U0000fc7c': '\U000f077e', # set_none | |
'\U0000fc7d': '\U000f077f', # set_right | |
'\U0000fc7e': '\U000f0780', # shield_half_full | |
'\U0000fc7f': '\U000f0781', # sign_direction | |
'\U0000fc80': '\U000f0782', # sign_text | |
'\U0000fc81': '\U000f0783', # signal_off | |
'\U0000fc82': '\U000f0784', # square_root | |
'\U0000fc83': '\U000f0785', # sticker_emoji | |
'\U0000fc84': '\U000f0786', # summit | |
'\U0000fc85': '\U000f0787', # sword_cross | |
'\U0000fc86': '\U000f0788', # truck_fast | |
'\U0000fc88': '\U000f078a', # cast_off | |
'\U0000fc89': '\U000f078b', # help_box | |
'\U0000fc8a': '\U000f078c', # timer_sand_full | |
'\U0000fc8b': '\U000f078d', # waves | |
'\U0000fc8c': '\U000f078e', # alarm_bell | |
'\U0000fc8d': '\U000f078f', # alarm_light | |
'\U0000fc90': '\U000f0792', # arrow_collapse_down | |
'\U0000fc91': '\U000f0793', # arrow_collapse_left | |
'\U0000fc92': '\U000f0794', # arrow_collapse_right | |
'\U0000fc93': '\U000f0795', # arrow_collapse_up | |
'\U0000fc94': '\U000f0796', # arrow_expand_down | |
'\U0000fc95': '\U000f0797', # arrow_expand_left | |
'\U0000fc96': '\U000f0798', # arrow_expand_right | |
'\U0000fc97': '\U000f0799', # arrow_expand_up | |
'\U0000fc9a': '\U000f079c', # bus_articulated_end | |
'\U0000fc9b': '\U000f079d', # bus_articulated_front | |
'\U0000fc9c': '\U000f079e', # bus_double_decker | |
'\U0000fc9d': '\U000f079f', # bus_school | |
'\U0000fc9e': '\U000f07a0', # bus_side | |
'\U0000fc9f': '\U000f07a1', # camera_gopro | |
'\U0000fca0': '\U000f07a2', # camera_metering_center | |
'\U0000fca1': '\U000f07a3', # camera_metering_matrix | |
'\U0000fca2': '\U000f07a4', # camera_metering_partial | |
'\U0000fca3': '\U000f07a5', # camera_metering_spot | |
'\U0000fca4': '\U000f07a6', # cannabis | |
'\U0000fca5': '\U000f07a7', # car_convertible | |
'\U0000fca6': '\U000f07a8', # car_estate | |
'\U0000fca7': '\U000f07a9', # car_hatchback | |
'\U0000fca8': '\U000f07aa', # car_pickup | |
'\U0000fca9': '\U000f07ab', # car_side | |
'\U0000fcaa': '\U000f07ac', # car_sports | |
'\U0000fcab': '\U000f07ad', # caravan | |
'\U0000fcac': '\U000f07ae', # cctv | |
'\U0000fcad': '\U000f07af', # chart_donut | |
'\U0000fcae': '\U000f07b0', # chart_donut_variant | |
'\U0000fcaf': '\U000f07b1', # chart_line_variant | |
'\U0000fcb0': '\U000f07b2', # chili_hot | |
'\U0000fcb1': '\U000f07b3', # chili_medium | |
'\U0000fcb2': '\U000f07b4', # chili_mild | |
'\U0000fcb3': '\U000f07b5', # cloud_braces | |
'\U0000fcb4': '\U000f07b6', # cloud_tags | |
'\U0000fcb5': '\U000f07b7', # console_line | |
'\U0000fcb6': '\U000f07b8', # corn | |
'\U0000fcb8': '\U000f07ba', # currency_cny | |
'\U0000fcb9': '\U000f07bb', # currency_eth | |
'\U0000fcba': '\U000f07bc', # currency_jpy | |
'\U0000fcbb': '\U000f07bd', # currency_krw | |
'\U0000fcbc': '\U000f07be', # currency_sign | |
'\U0000fcbd': '\U000f07bf', # currency_twd | |
'\U0000fcbe': '\U000f07c0', # desktop_classic | |
'\U0000fcbf': '\U000f07c1', # dip_switch | |
'\U0000fcc0': '\U000f07c2', # donkey | |
'\U0000fcc1': '\U000f07c3', # dots_horizontal_circle | |
'\U0000fcc2': '\U000f07c4', # dots_vertical_circle | |
'\U0000fcc3': '\U000f07c5', # ear_hearing | |
'\U0000fcc4': '\U000f07c6', # elephant | |
'\U0000fcc6': '\U000f07c8', # food_croissant | |
'\U0000fcc7': '\U000f07c9', # forklift | |
'\U0000fcc8': '\U000f07ca', # fuel | |
'\U0000fcc9': '\U000f07cb', # gesture | |
'\U0000fcca': '\U000f07cc', # google_analytics | |
'\U0000fccb': '\U000f07cd', # google_assistant | |
'\U0000fccc': '\U000f07ce', # headphones_off | |
'\U0000fccd': '\U000f07cf', # high_definition | |
'\U0000fcce': '\U000f07d0', # home_assistant | |
'\U0000fccf': '\U000f07d1', # home_automation | |
'\U0000fcd0': '\U000f07d2', # home_circle | |
'\U0000fcd1': '\U000f07d3', # language_go | |
'\U0000fcd2': '\U000f07d4', # language_r | |
'\U0000fcd3': '\U000f07d5', # lava_lamp | |
'\U0000fcd4': '\U000f07d6', # led_strip | |
'\U0000fcd5': '\U000f07d7', # locker | |
'\U0000fcd6': '\U000f07d8', # locker_multiple | |
'\U0000fcd7': '\U000f07d9', # map_marker_outline | |
'\U0000fcd8': '\U000f07da', # metronome | |
'\U0000fcd9': '\U000f07db', # metronome_tick | |
'\U0000fcda': '\U000f07dc', # micro_sd | |
'\U0000fcdc': '\U000f07de', # movie_roll | |
'\U0000fcdd': '\U000f07df', # mushroom | |
'\U0000fcde': '\U000f07e0', # mushroom_outline | |
'\U0000fcdf': '\U000f07e1', # nintendo_switch | |
'\U0000fce0': '\U000f07e2', # null | |
'\U0000fce1': '\U000f07e3', # passport | |
'\U0000fce3': '\U000f07e5', # pipe | |
'\U0000fce4': '\U000f07e6', # pipe_disconnected | |
'\U0000fce5': '\U000f07e7', # power_socket_eu | |
'\U0000fce6': '\U000f07e8', # power_socket_uk | |
'\U0000fce7': '\U000f07e9', # power_socket_us | |
'\U0000fce8': '\U000f07ea', # rice | |
'\U0000fce9': '\U000f07eb', # ring | |
'\U0000fcea': '\U000f07ec', # sass | |
'\U0000fcec': '\U000f07ee', # soy_sauce | |
'\U0000fced': '\U000f07ef', # standard_definition | |
'\U0000fcee': '\U000f07f0', # surround_sound_2_0 | |
'\U0000fcef': '\U000f07f1', # surround_sound_3_1 | |
'\U0000fcf0': '\U000f07f2', # surround_sound_5_1 | |
'\U0000fcf1': '\U000f07f3', # surround_sound_7_1 | |
'\U0000fcf2': '\U000f07f4', # television_classic | |
'\U0000fcf4': '\U000f07f6', # thought_bubble | |
'\U0000fcf5': '\U000f07f7', # thought_bubble_outline | |
'\U0000fcf6': '\U000f07f8', # trackpad | |
'\U0000fcf7': '\U000f07f9', # ultra_high_definition | |
'\U0000fcf8': '\U000f07fa', # van_passenger | |
'\U0000fcf9': '\U000f07fb', # van_utility | |
'\U0000fcfa': '\U000f07fc', # vanish | |
'\U0000fcfb': '\U000f07fd', # video_3d | |
'\U0000fcfc': '\U000f07fe', # wall | |
'\U0000fcfd': '\U000f07ff', # xmpp | |
'\U0000fcfe': '\U000f0800', # account_multiple_plus_outline | |
'\U0000fcff': '\U000f0801', # account_plus_outline | |
'\U0000fd02': '\U000f0804', # atlassian | |
'\U0000fd04': '\U000f0806', # basketball | |
'\U0000fd05': '\U000f0807', # battery_charging_wireless | |
'\U0000fd06': '\U000f0808', # battery_charging_wireless_10 | |
'\U0000fd07': '\U000f0809', # battery_charging_wireless_20 | |
'\U0000fd08': '\U000f080a', # battery_charging_wireless_30 | |
'\U0000fd09': '\U000f080b', # battery_charging_wireless_40 | |
'\U0000fd0a': '\U000f080c', # battery_charging_wireless_50 | |
'\U0000fd0b': '\U000f080d', # battery_charging_wireless_60 | |
'\U0000fd0c': '\U000f080e', # battery_charging_wireless_70 | |
'\U0000fd0d': '\U000f080f', # battery_charging_wireless_80 | |
'\U0000fd0e': '\U000f0810', # battery_charging_wireless_90 | |
'\U0000fd0f': '\U000f0811', # battery_charging_wireless_alert | |
'\U0000fd10': '\U000f0812', # battery_charging_wireless_outline | |
'\U0000fd11': '\U000f0813', # bitcoin | |
'\U0000fd12': '\U000f0814', # briefcase_outline | |
'\U0000fd13': '\U000f0815', # cellphone_wireless | |
'\U0000fd14': '\U000f0816', # clover | |
'\U0000fd15': '\U000f0817', # comment_question | |
'\U0000fd16': '\U000f0818', # content_save_outline | |
'\U0000fd17': '\U000f0819', # delete_restore | |
'\U0000fd18': '\U000f081a', # door | |
'\U0000fd19': '\U000f081b', # door_closed | |
'\U0000fd1a': '\U000f081c', # door_open | |
'\U0000fd1b': '\U000f081d', # fan_off | |
'\U0000fd1c': '\U000f081e', # file_percent | |
'\U0000fd1d': '\U000f081f', # finance | |
'\U0000fd1f': '\U000f0821', # floor_plan | |
'\U0000fd20': '\U000f0822', # forum_outline | |
'\U0000fd21': '\U000f0823', # golf | |
'\U0000fd22': '\U000f0824', # google_home | |
'\U0000fd23': '\U000f0825', # guy_fawkes_mask | |
'\U0000fd24': '\U000f0826', # home_account | |
'\U0000fd25': '\U000f0827', # home_heart | |
'\U0000fd26': '\U000f0828', # hot_tub | |
'\U0000fd27': '\U000f0829', # hulu | |
'\U0000fd28': '\U000f082a', # ice_cream | |
'\U0000fd29': '\U000f082b', # image_off | |
'\U0000fd2a': '\U000f082c', # karate | |
'\U0000fd2b': '\U000f082d', # ladybug | |
'\U0000fd2c': '\U000f082e', # notebook | |
'\U0000fd2d': '\U000f082f', # phone_return | |
'\U0000fd2e': '\U000f0830', # poker_chip | |
'\U0000fd2f': '\U000f0831', # shape | |
'\U0000fd30': '\U000f0832', # shape_outline | |
'\U0000fd31': '\U000f0833', # ship_wheel | |
'\U0000fd32': '\U000f0834', # soccer_field | |
'\U0000fd33': '\U000f0835', # table_column | |
'\U0000fd34': '\U000f0836', # table_of_contents | |
'\U0000fd35': '\U000f0837', # table_row | |
'\U0000fd36': '\U000f0838', # table_settings | |
'\U0000fd37': '\U000f0839', # television_box | |
'\U0000fd38': '\U000f083a', # television_classic_off | |
'\U0000fd39': '\U000f083b', # television_off | |
'\U0000fd3b': '\U000f083d', # upload_multiple | |
'\U0000fd3c': '\U000f083e', # video_4k_box | |
'\U0000fd3d': '\U000f083f', # video_input_antenna | |
'\U0000fd3e': '\U000f0840', # video_input_component | |
'\U0000fd3f': '\U000f0841', # video_input_hdmi | |
'\U0000fd40': '\U000f0842', # video_input_svideo | |
'\U0000fd41': '\U000f0843', # view_dashboard_variant | |
'\U0000fd42': '\U000f0844', # vuejs | |
'\U0000fd43': '\U000f0845', # xamarin | |
'\U0000fd46': '\U000f0848', # youtube_gaming | |
} | |
import argparse | |
parser = argparse.ArgumentParser(description='Converts old NerdFont Unicode characters to new ones') | |
parser.add_argument('file', nargs='+') | |
args = parser.parse_args() | |
def convert_string(data: str): | |
trans_table = data.maketrans(trans_dict) | |
return data.translate(trans_table) | |
for f in args.file: | |
with open(f, 'r') as fp: | |
data_old = fp.read() | |
data_new = convert_string(data_old) | |
if data_old != data_new: | |
with open(f"{f}.converted", 'w') as fp: | |
fp.write(data_new) | |
print(f"{f} converted. New file: {f}.converted") | |
else: | |
print(f"{f} unchanged") |
Hi. Could you provide usage example for windows? Im trying to fix MesloLGMNerdFont
This script is meant to fix the text files in which icons from Nerdfont are used by looking for icons within the old icon range and converting them to the newly introduced range. These files need to be fixed individually. It cannot fix the font file itself, sorry.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. Could you provide usage example for windows?
Im trying to fix MesloLGMNerdFont
❯ .\nerdfix.py "C:\Windows\Fonts\MesloLGMNerdFont-Regular.ttf" Traceback (most recent call last): File "nerdfix.py", line 1957, in <module> data_old = fp.read() ^^^^^^^^^ File "C:\Python311\Lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 64: character maps to <undefined>