diff --git a/.gitignore b/.gitignore index 623416f..1c5a57c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .* *.pro.user +*.pro.user* CMakeLists.txt.user /*build* diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..625255a --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,8 @@ +# Changes + +- (2023-02-09) Update to 6.3.0, Aliases and Sharp Regular Pro fonts + - Aliases are now included in the icon list names + - Support for font style "Font Awesome Sharp Regular" (Pro) + - Update generator to include all alias names + - Update free font files to latest release +- (2013-04-19) Initial release diff --git a/QtAwesome/QtAwesome.cpp b/QtAwesome/QtAwesome.cpp index dcb8f51..5c6eee4 100644 --- a/QtAwesome/QtAwesome.cpp +++ b/QtAwesome/QtAwesome.cpp @@ -214,6 +214,7 @@ const QString QtAwesome::FA_REGULAR_FONT_FILENAME = "pro/Font Awesome 6 Pro-Regu const QString QtAwesome::FA_THIN_FONT_FILENAME = "pro/Font Awesome 6 Pro-Thin-100.otf"; const QString QtAwesome::FA_SOLID_FONT_FILENAME = "pro/Font Awesome 6 Pro-Solid-900.otf"; const QString QtAwesome::FA_SHARP_SOLID_FONT_FILENAME = "pro/Font Awesome 6 Sharp-Solid-900.otf"; +const QString QtAwesome::FA_SHARP_REGULAR_FONT_FILENAME = "pro/Font Awesome 6 Sharp-Regular-400.otf"; #else const QString QtAwesome::FA_REGULAR_FONT_FILENAME = "Font Awesome 6 Free-Regular-400.otf"; const QString QtAwesome::FA_SOLID_FONT_FILENAME = "Font Awesome 6 Free-Solid-900.otf"; @@ -254,6 +255,7 @@ QtAwesome::QtAwesome(QObject* parent) _fontDetails.insert(fa::fa_duotone, QtAwesomeFontData(FA_DUOTONE_FONT_FILENAME, FA_DUOTONE_FONT_WEIGHT)); _fontDetails.insert(fa::fa_thin, QtAwesomeFontData(FA_THIN_FONT_FILENAME, FA_THIN_FONT_WEIGHT)); _fontDetails.insert(fa::fa_sharp_solid, QtAwesomeFontData(FA_SHARP_SOLID_FONT_FILENAME, FA_SHARP_SOLID_FONT_WEIGHT)); + _fontDetails.insert(fa::fa_sharp_regular, QtAwesomeFontData(FA_SHARP_REGULAR_FONT_FILENAME, FA_SHARP_REGULAR_FONT_WEIGHT)); #endif } @@ -316,6 +318,7 @@ bool QtAwesome::initFontAwesome() _namedCodepointsByStyle.insert(fa::fa_thin, _namedCodepointsByStyle.value(fa::fa_solid)); _namedCodepointsByStyle.insert(fa::fa_duotone, _namedCodepointsByStyle.value(fa::fa_solid)); _namedCodepointsByStyle.insert(fa::fa_sharp_solid, _namedCodepointsByStyle.value(fa::fa_solid)); + _namedCodepointsByStyle.insert(fa::fa_sharp_regular, _namedCodepointsByStyle.value(fa::fa_solid)); #else addToNamedCodePoints(fa::fa_regular, faRegularFreeIconArray, sizeof(faRegularFreeIconArray)/sizeof(QtAwesomeNamedIcon)); #endif @@ -489,6 +492,7 @@ int QtAwesome::stringToStyleEnum(const QString style) const else if (style == "fa-thin") return fa::fa_thin; else if (style == "fa-duotone") return fa::fa_duotone; else if (style == "fa-sharp-solid") return fa::fa_sharp_solid; + else if (style == "fa-sharp-regular") return fa::fa_sharp_regular; #endif return fa::fa_solid; } @@ -504,6 +508,7 @@ const QString QtAwesome::styleEnumToString(int style) const case fa::fa_thin: return "fa=thin"; case fa::fa_duotone: return "fa-duotone"; case fa::fa_sharp_solid: return "fa-sharp-solid"; + case fa::fa_sharp_regular: return "fa-sharp-regular"; #endif } return "fa_solid"; diff --git a/QtAwesome/QtAwesome.h b/QtAwesome/QtAwesome.h index efa4431..0784be9 100644 --- a/QtAwesome/QtAwesome.h +++ b/QtAwesome/QtAwesome.h @@ -33,6 +33,7 @@ enum fa_styles { fa_thin = 4, fa_duotone = 5, fa_sharp_solid = 6, + fa_sharp_regular = 7, #endif fa_brands = 2 }; @@ -87,11 +88,13 @@ public: static const QString FA_DUOTONE_FONT_FILENAME; // fa-duotone static const QString FA_THIN_FONT_FILENAME; // fa-thin static const QString FA_SHARP_SOLID_FONT_FILENAME; // fa-sharp fa-solid + static const QString FA_SHARP_REGULAR_FONT_FILENAME; // fa-sharp fa-regular static const int DUOTONE_HEX_ICON_VALUE = 0x100000; static const QFont::Weight FA_LIGHT_FONT_WEIGHT = QFont::Light; static const QFont::Weight FA_THIN_FONT_WEIGHT = QFont::ExtraLight; static const QFont::Weight FA_DUOTONE_FONT_WEIGHT = QFont::Black; static const QFont::Weight FA_SHARP_SOLID_FONT_WEIGHT = QFont::Black; + static const QFont::Weight FA_SHARP_REGULAR_FONT_WEIGHT = QFont::Normal; #endif public: diff --git a/QtAwesome/QtAwesomeEnumGenerated.h b/QtAwesome/QtAwesomeEnumGenerated.h index 85edcc9..4de67e6 100644 --- a/QtAwesome/QtAwesomeEnumGenerated.h +++ b/QtAwesome/QtAwesomeEnumGenerated.h @@ -12,7 +12,10 @@ enum fa_common_icons : uint16_t { fa_9 = 0x39, fa_a = 0x41, fa_address_book = 0xf2b9, + fa_contact_book = 0xf2b9, fa_address_card = 0xf2bb, + fa_contact_card = 0xf2bb, + fa_vcard = 0xf2bb, fa_align_center = 0xf037, fa_align_justify = 0xf039, fa_align_left = 0xf036, @@ -27,55 +30,99 @@ enum fa_common_icons : uint16_t { fa_angle_right = 0xf105, fa_angle_up = 0xf106, fa_angles_down = 0xf103, + fa_angle_double_down = 0xf103, fa_angles_left = 0xf100, + fa_angle_double_left = 0xf100, fa_angles_right = 0xf101, + fa_angle_double_right = 0xf101, fa_angles_up = 0xf102, + fa_angle_double_up = 0xf102, fa_ankh = 0xf644, fa_apple_whole = 0xf5d1, + fa_apple_alt = 0xf5d1, fa_archway = 0xf557, fa_arrow_down = 0xf063, fa_arrow_down_1_9 = 0xf162, + fa_sort_numeric_asc = 0xf162, + fa_sort_numeric_down = 0xf162, fa_arrow_down_9_1 = 0xf886, + fa_sort_numeric_desc = 0xf886, + fa_sort_numeric_down_alt = 0xf886, fa_arrow_down_a_z = 0xf15d, + fa_sort_alpha_asc = 0xf15d, + fa_sort_alpha_down = 0xf15d, fa_arrow_down_long = 0xf175, + fa_long_arrow_down = 0xf175, fa_arrow_down_short_wide = 0xf884, + fa_sort_amount_desc = 0xf884, + fa_sort_amount_down_alt = 0xf884, fa_arrow_down_up_across_line = 0xe4af, fa_arrow_down_up_lock = 0xe4b0, fa_arrow_down_wide_short = 0xf160, + fa_sort_amount_asc = 0xf160, + fa_sort_amount_down = 0xf160, fa_arrow_down_z_a = 0xf881, + fa_sort_alpha_desc = 0xf881, + fa_sort_alpha_down_alt = 0xf881, fa_arrow_left = 0xf060, fa_arrow_left_long = 0xf177, + fa_long_arrow_left = 0xf177, fa_arrow_pointer = 0xf245, + fa_mouse_pointer = 0xf245, fa_arrow_right = 0xf061, fa_arrow_right_arrow_left = 0xf0ec, + fa_exchange = 0xf0ec, fa_arrow_right_from_bracket = 0xf08b, + fa_sign_out = 0xf08b, fa_arrow_right_long = 0xf178, + fa_long_arrow_right = 0xf178, fa_arrow_right_to_bracket = 0xf090, + fa_sign_in = 0xf090, fa_arrow_right_to_city = 0xe4b3, fa_arrow_rotate_left = 0xf0e2, + fa_arrow_left_rotate = 0xf0e2, + fa_arrow_rotate_back = 0xf0e2, + fa_arrow_rotate_backward = 0xf0e2, + fa_undo = 0xf0e2, fa_arrow_rotate_right = 0xf01e, + fa_arrow_right_rotate = 0xf01e, + fa_arrow_rotate_forward = 0xf01e, + fa_redo = 0xf01e, fa_arrow_trend_down = 0xe097, fa_arrow_trend_up = 0xe098, fa_arrow_turn_down = 0xf149, + fa_level_down = 0xf149, fa_arrow_turn_up = 0xf148, + fa_level_up = 0xf148, fa_arrow_up = 0xf062, fa_arrow_up_1_9 = 0xf163, + fa_sort_numeric_up = 0xf163, fa_arrow_up_9_1 = 0xf887, + fa_sort_numeric_up_alt = 0xf887, fa_arrow_up_a_z = 0xf15e, + fa_sort_alpha_up = 0xf15e, fa_arrow_up_from_bracket = 0xe09a, fa_arrow_up_from_ground_water = 0xe4b5, fa_arrow_up_from_water_pump = 0xe4b6, fa_arrow_up_long = 0xf176, + fa_long_arrow_up = 0xf176, fa_arrow_up_right_dots = 0xe4b7, fa_arrow_up_right_from_square = 0xf08e, + fa_external_link = 0xf08e, fa_arrow_up_short_wide = 0xf885, + fa_sort_amount_up_alt = 0xf885, fa_arrow_up_wide_short = 0xf161, + fa_sort_amount_up = 0xf161, fa_arrow_up_z_a = 0xf882, + fa_sort_alpha_up_alt = 0xf882, fa_arrows_down_to_line = 0xe4b8, fa_arrows_down_to_people = 0xe4b9, fa_arrows_left_right = 0xf07e, + fa_arrows_h = 0xf07e, fa_arrows_left_right_to_line = 0xe4ba, fa_arrows_rotate = 0xf021, + fa_refresh = 0xf021, + fa_sync = 0xf021, fa_arrows_spin = 0xe4bb, fa_arrows_split_up_and_left = 0xe4bc, fa_arrows_to_circle = 0xe4bd, @@ -84,7 +131,9 @@ enum fa_common_icons : uint16_t { fa_arrows_turn_right = 0xe4c0, fa_arrows_turn_to_dots = 0xe4c1, fa_arrows_up_down = 0xf07d, + fa_arrows_v = 0xf07d, fa_arrows_up_down_left_right = 0xf047, + fa_arrows = 0xf047, fa_arrows_up_to_line = 0xe4c2, fa_asterisk = 0x2a, fa_at = 0x40, @@ -95,37 +144,63 @@ enum fa_common_icons : uint16_t { fa_b = 0x42, fa_baby = 0xf77c, fa_baby_carriage = 0xf77d, + fa_carriage_baby = 0xf77d, fa_backward = 0xf04a, fa_backward_fast = 0xf049, + fa_fast_backward = 0xf049, fa_backward_step = 0xf048, + fa_step_backward = 0xf048, fa_bacon = 0xf7e5, fa_bacteria = 0xe059, fa_bacterium = 0xe05a, fa_bag_shopping = 0xf290, + fa_shopping_bag = 0xf290, fa_bahai = 0xf666, + fa_haykal = 0xf666, fa_baht_sign = 0xe0ac, fa_ban = 0xf05e, + fa_cancel = 0xf05e, fa_ban_smoking = 0xf54d, + fa_smoking_ban = 0xf54d, fa_bandage = 0xf462, + fa_band_aid = 0xf462, + fa_bangladeshi_taka_sign = 0xe2e6, fa_barcode = 0xf02a, fa_bars = 0xf0c9, + fa_navicon = 0xf0c9, fa_bars_progress = 0xf828, + fa_tasks_alt = 0xf828, fa_bars_staggered = 0xf550, + fa_reorder = 0xf550, + fa_stream = 0xf550, fa_baseball = 0xf433, + fa_baseball_ball = 0xf433, fa_baseball_bat_ball = 0xf432, fa_basket_shopping = 0xf291, + fa_shopping_basket = 0xf291, fa_basketball = 0xf434, + fa_basketball_ball = 0xf434, fa_bath = 0xf2cd, + fa_bathtub = 0xf2cd, fa_battery_empty = 0xf244, + fa_battery_0 = 0xf244, fa_battery_full = 0xf240, + fa_battery = 0xf240, + fa_battery_5 = 0xf240, fa_battery_half = 0xf242, + fa_battery_3 = 0xf242, fa_battery_quarter = 0xf243, + fa_battery_2 = 0xf243, fa_battery_three_quarters = 0xf241, + fa_battery_4 = 0xf241, fa_bed = 0xf236, fa_bed_pulse = 0xf487, + fa_procedures = 0xf487, fa_beer_mug_empty = 0xf0fc, + fa_beer = 0xf0fc, fa_bell = 0xf0f3, fa_bell_concierge = 0xf562, + fa_concierge_bell = 0xf562, fa_bell_slash = 0xf1f6, fa_bezier_curve = 0xf55b, fa_bicycle = 0xf206, @@ -137,25 +212,34 @@ enum fa_common_icons : uint16_t { fa_blog = 0xf781, fa_bold = 0xf032, fa_bolt = 0xf0e7, + fa_zap = 0xf0e7, fa_bolt_lightning = 0xe0b7, fa_bomb = 0xf1e2, fa_bone = 0xf5d7, fa_bong = 0xf55c, fa_book = 0xf02d, fa_book_atlas = 0xf558, + fa_atlas = 0xf558, fa_book_bible = 0xf647, + fa_bible = 0xf647, fa_book_bookmark = 0xe0bb, fa_book_journal_whills = 0xf66a, + fa_journal_whills = 0xf66a, fa_book_medical = 0xf7e6, fa_book_open = 0xf518, fa_book_open_reader = 0xf5da, + fa_book_reader = 0xf5da, fa_book_quran = 0xf687, + fa_quran = 0xf687, fa_book_skull = 0xf6b7, + fa_book_dead = 0xf6b7, fa_book_tanakh = 0xf827, + fa_tanakh = 0xf827, fa_bookmark = 0xf02e, fa_border_all = 0xf84c, fa_border_none = 0xf850, fa_border_top_left = 0xf853, + fa_border_style = 0xf853, fa_bore_hole = 0xe4c3, fa_bottle_droplet = 0xe4c4, fa_bottle_water = 0xe4c5, @@ -164,10 +248,13 @@ enum fa_common_icons : uint16_t { fa_bowling_ball = 0xf436, fa_box = 0xf466, fa_box_archive = 0xf187, + fa_archive = 0xf187, fa_box_open = 0xf49e, fa_box_tissue = 0xe05b, fa_boxes_packing = 0xe4c7, fa_boxes_stacked = 0xf468, + fa_boxes = 0xf468, + fa_boxes_alt = 0xf468, fa_braille = 0xf2a1, fa_brain = 0xf5dc, fa_brazilian_real_sign = 0xe46c, @@ -182,6 +269,8 @@ enum fa_common_icons : uint16_t { fa_briefcase_medical = 0xf469, fa_broom = 0xf51a, fa_broom_ball = 0xf458, + fa_quidditch = 0xf458, + fa_quidditch_broom_ball = 0xf458, fa_brush = 0xf55d, fa_bucket = 0xe4cf, fa_bug = 0xf188, @@ -193,6 +282,10 @@ enum fa_common_icons : uint16_t { fa_building_circle_exclamation = 0xe4d3, fa_building_circle_xmark = 0xe4d4, fa_building_columns = 0xf19c, + fa_bank = 0xf19c, + fa_institution = 0xf19c, + fa_museum = 0xf19c, + fa_university = 0xf19c, fa_building_flag = 0xe4d5, fa_building_lock = 0xe4d6, fa_building_ngo = 0xe4d7, @@ -203,23 +296,32 @@ enum fa_common_icons : uint16_t { fa_bullhorn = 0xf0a1, fa_bullseye = 0xf140, fa_burger = 0xf805, + fa_hamburger = 0xf805, fa_burst = 0xe4dc, fa_bus = 0xf207, fa_bus_simple = 0xf55e, + fa_bus_alt = 0xf55e, fa_business_time = 0xf64a, + fa_briefcase_clock = 0xf64a, fa_c = 0x43, fa_cable_car = 0xf7da, + fa_tram = 0xf7da, fa_cake_candles = 0xf1fd, + fa_birthday_cake = 0xf1fd, + fa_cake = 0xf1fd, fa_calculator = 0xf1ec, fa_calendar = 0xf133, fa_calendar_check = 0xf274, fa_calendar_day = 0xf783, fa_calendar_days = 0xf073, + fa_calendar_alt = 0xf073, fa_calendar_minus = 0xf272, fa_calendar_plus = 0xf271, fa_calendar_week = 0xf784, fa_calendar_xmark = 0xf273, + fa_calendar_times = 0xf273, fa_camera = 0xf030, + fa_camera_alt = 0xf030, fa_camera_retro = 0xf083, fa_camera_rotate = 0xe0d8, fa_campground = 0xf6bb, @@ -227,10 +329,14 @@ enum fa_common_icons : uint16_t { fa_cannabis = 0xf55f, fa_capsules = 0xf46b, fa_car = 0xf1b9, + fa_automobile = 0xf1b9, fa_car_battery = 0xf5df, + fa_battery_car = 0xf5df, fa_car_burst = 0xf5e1, + fa_car_crash = 0xf5e1, fa_car_on = 0xe4dd, fa_car_rear = 0xf5de, + fa_car_alt = 0xf5de, fa_car_side = 0xf5e4, fa_car_tunnel = 0xe4de, fa_caravan = 0xf8ff, @@ -241,9 +347,12 @@ enum fa_common_icons : uint16_t { fa_carrot = 0xf787, fa_cart_arrow_down = 0xf218, fa_cart_flatbed = 0xf474, + fa_dolly_flatbed = 0xf474, fa_cart_flatbed_suitcase = 0xf59d, + fa_luggage_cart = 0xf59d, fa_cart_plus = 0xf217, fa_cart_shopping = 0xf07a, + fa_shopping_cart = 0xf07a, fa_cash_register = 0xf788, fa_cat = 0xf6be, fa_cedi_sign = 0xe0df, @@ -251,19 +360,27 @@ enum fa_common_icons : uint16_t { fa_certificate = 0xf0a3, fa_chair = 0xf6c0, fa_chalkboard = 0xf51b, + fa_blackboard = 0xf51b, fa_chalkboard_user = 0xf51c, + fa_chalkboard_teacher = 0xf51c, fa_champagne_glasses = 0xf79f, + fa_glass_cheers = 0xf79f, fa_charging_station = 0xf5e7, fa_chart_area = 0xf1fe, + fa_area_chart = 0xf1fe, fa_chart_bar = 0xf080, + fa_bar_chart = 0xf080, fa_chart_column = 0xe0e3, fa_chart_gantt = 0xe0e4, fa_chart_line = 0xf201, + fa_line_chart = 0xf201, fa_chart_pie = 0xf200, + fa_pie_chart = 0xf200, fa_chart_simple = 0xe473, fa_check = 0xf00c, fa_check_double = 0xf560, fa_check_to_slot = 0xf772, + fa_vote_yea = 0xf772, fa_cheese = 0xf7ef, fa_chess = 0xf439, fa_chess_bishop = 0xf43a, @@ -278,42 +395,72 @@ enum fa_common_icons : uint16_t { fa_chevron_right = 0xf054, fa_chevron_up = 0xf077, fa_child = 0xf1ae, + fa_child_combatant = 0xe4e0, + fa_child_rifle = 0xe4e0, fa_child_dress = 0xe59c, fa_child_reaching = 0xe59d, - fa_child_rifle = 0xe4e0, fa_children = 0xe4e1, fa_church = 0xf51d, fa_circle = 0xf111, fa_circle_arrow_down = 0xf0ab, + fa_arrow_circle_down = 0xf0ab, fa_circle_arrow_left = 0xf0a8, + fa_arrow_circle_left = 0xf0a8, fa_circle_arrow_right = 0xf0a9, + fa_arrow_circle_right = 0xf0a9, fa_circle_arrow_up = 0xf0aa, + fa_arrow_circle_up = 0xf0aa, fa_circle_check = 0xf058, + fa_check_circle = 0xf058, fa_circle_chevron_down = 0xf13a, + fa_chevron_circle_down = 0xf13a, fa_circle_chevron_left = 0xf137, + fa_chevron_circle_left = 0xf137, fa_circle_chevron_right = 0xf138, + fa_chevron_circle_right = 0xf138, fa_circle_chevron_up = 0xf139, + fa_chevron_circle_up = 0xf139, fa_circle_dollar_to_slot = 0xf4b9, + fa_donate = 0xf4b9, fa_circle_dot = 0xf192, + fa_dot_circle = 0xf192, fa_circle_down = 0xf358, + fa_arrow_alt_circle_down = 0xf358, fa_circle_exclamation = 0xf06a, + fa_exclamation_circle = 0xf06a, fa_circle_h = 0xf47e, + fa_hospital_symbol = 0xf47e, fa_circle_half_stroke = 0xf042, + fa_adjust = 0xf042, fa_circle_info = 0xf05a, + fa_info_circle = 0xf05a, fa_circle_left = 0xf359, + fa_arrow_alt_circle_left = 0xf359, fa_circle_minus = 0xf056, + fa_minus_circle = 0xf056, fa_circle_nodes = 0xe4e2, fa_circle_notch = 0xf1ce, fa_circle_pause = 0xf28b, + fa_pause_circle = 0xf28b, fa_circle_play = 0xf144, + fa_play_circle = 0xf144, fa_circle_plus = 0xf055, + fa_plus_circle = 0xf055, fa_circle_question = 0xf059, + fa_question_circle = 0xf059, fa_circle_radiation = 0xf7ba, + fa_radiation_alt = 0xf7ba, fa_circle_right = 0xf35a, + fa_arrow_alt_circle_right = 0xf35a, fa_circle_stop = 0xf28d, + fa_stop_circle = 0xf28d, fa_circle_up = 0xf35b, + fa_arrow_alt_circle_up = 0xf35b, fa_circle_user = 0xf2bd, + fa_user_circle = 0xf2bd, fa_circle_xmark = 0xf057, + fa_times_circle = 0xf057, + fa_xmark_circle = 0xf057, fa_city = 0xf64f, fa_clapperboard = 0xe131, fa_clipboard = 0xf328, @@ -322,13 +469,20 @@ enum fa_common_icons : uint16_t { fa_clipboard_question = 0xe4e3, fa_clipboard_user = 0xf7f3, fa_clock = 0xf017, + fa_clock_four = 0xf017, fa_clock_rotate_left = 0xf1da, + fa_history = 0xf1da, fa_clone = 0xf24d, fa_closed_captioning = 0xf20a, fa_cloud = 0xf0c2, fa_cloud_arrow_down = 0xf0ed, + fa_cloud_download = 0xf0ed, + fa_cloud_download_alt = 0xf0ed, fa_cloud_arrow_up = 0xf0ee, + fa_cloud_upload = 0xf0ee, + fa_cloud_upload_alt = 0xf0ee, fa_cloud_bolt = 0xf76c, + fa_thunderstorm = 0xf76c, fa_cloud_meatball = 0xf73b, fa_cloud_moon = 0xf6c3, fa_cloud_moon_rain = 0xf73c, @@ -350,17 +504,21 @@ enum fa_common_icons : uint16_t { fa_comment = 0xf075, fa_comment_dollar = 0xf651, fa_comment_dots = 0xf4ad, + fa_commenting = 0xf4ad, fa_comment_medical = 0xf7f5, fa_comment_slash = 0xf4b3, fa_comment_sms = 0xf7cd, + fa_sms = 0xf7cd, fa_comments = 0xf086, fa_comments_dollar = 0xf653, fa_compact_disc = 0xf51f, fa_compass = 0xf14e, fa_compass_drafting = 0xf568, + fa_drafting_compass = 0xf568, fa_compress = 0xf066, fa_computer = 0xe4e5, fa_computer_mouse = 0xf8cc, + fa_mouse = 0xf8cc, fa_cookie = 0xf563, fa_cookie_bite = 0xf564, fa_copy = 0xf0c5, @@ -368,8 +526,10 @@ enum fa_common_icons : uint16_t { fa_couch = 0xf4b8, fa_cow = 0xf6c8, fa_credit_card = 0xf09d, + fa_credit_card_alt = 0xf09d, fa_crop = 0xf125, fa_crop_simple = 0xf565, + fa_crop_alt = 0xf565, fa_cross = 0xf654, fa_crosshairs = 0xf05b, fa_crow = 0xf520, @@ -382,15 +542,19 @@ enum fa_common_icons : uint16_t { fa_d = 0x44, fa_database = 0xf1c0, fa_delete_left = 0xf55a, + fa_backspace = 0xf55a, fa_democrat = 0xf747, fa_desktop = 0xf390, + fa_desktop_alt = 0xf390, fa_dharmachakra = 0xf655, fa_diagram_next = 0xe476, fa_diagram_predecessor = 0xe477, fa_diagram_project = 0xf542, + fa_project_diagram = 0xf542, fa_diagram_successor = 0xe47a, fa_diamond = 0xf219, fa_diamond_turn_right = 0xf5eb, + fa_directions = 0xf5eb, fa_dice = 0xf522, fa_dice_d20 = 0xf6cf, fa_dice_d6 = 0xf6d1, @@ -406,18 +570,25 @@ enum fa_common_icons : uint16_t { fa_dna = 0xf471, fa_dog = 0xf6d3, fa_dollar_sign = 0x24, + fa_dollar = 0x24, + fa_usd = 0x24, fa_dolly = 0xf472, + fa_dolly_box = 0xf472, fa_dong_sign = 0xe169, fa_door_closed = 0xf52a, fa_door_open = 0xf52b, fa_dove = 0xf4ba, fa_down_left_and_up_right_to_center = 0xf422, + fa_compress_alt = 0xf422, fa_down_long = 0xf309, + fa_long_arrow_alt_down = 0xf309, fa_download = 0xf019, fa_dragon = 0xf6d5, fa_draw_polygon = 0xf5ee, fa_droplet = 0xf043, + fa_tint = 0xf043, fa_droplet_slash = 0xf5c7, + fa_tint_slash = 0xf5c7, fa_drum = 0xf569, fa_drum_steelpan = 0xf56a, fa_drumstick_bite = 0xf6d7, @@ -427,80 +598,138 @@ enum fa_common_icons : uint16_t { fa_dungeon = 0xf6d9, fa_e = 0x45, fa_ear_deaf = 0xf2a4, + fa_deaf = 0xf2a4, + fa_deafness = 0xf2a4, + fa_hard_of_hearing = 0xf2a4, fa_ear_listen = 0xf2a2, + fa_assistive_listening_systems = 0xf2a2, fa_earth_africa = 0xf57c, + fa_globe_africa = 0xf57c, fa_earth_americas = 0xf57d, + fa_earth = 0xf57d, + fa_earth_america = 0xf57d, + fa_globe_americas = 0xf57d, fa_earth_asia = 0xf57e, + fa_globe_asia = 0xf57e, fa_earth_europe = 0xf7a2, + fa_globe_europe = 0xf7a2, fa_earth_oceania = 0xe47b, + fa_globe_oceania = 0xe47b, fa_egg = 0xf7fb, fa_eject = 0xf052, fa_elevator = 0xe16d, fa_ellipsis = 0xf141, + fa_ellipsis_h = 0xf141, fa_ellipsis_vertical = 0xf142, + fa_ellipsis_v = 0xf142, fa_envelope = 0xf0e0, fa_envelope_circle_check = 0xe4e8, fa_envelope_open = 0xf2b6, fa_envelope_open_text = 0xf658, fa_envelopes_bulk = 0xf674, + fa_mail_bulk = 0xf674, fa_equals = 0x3d, fa_eraser = 0xf12d, fa_ethernet = 0xf796, fa_euro_sign = 0xf153, + fa_eur = 0xf153, + fa_euro = 0xf153, fa_exclamation = 0x21, fa_expand = 0xf065, fa_explosion = 0xe4e9, fa_eye = 0xf06e, fa_eye_dropper = 0xf1fb, + fa_eye_dropper_empty = 0xf1fb, + fa_eyedropper = 0xf1fb, fa_eye_low_vision = 0xf2a8, + fa_low_vision = 0xf2a8, fa_eye_slash = 0xf070, fa_f = 0x46, fa_face_angry = 0xf556, + fa_angry = 0xf556, fa_face_dizzy = 0xf567, + fa_dizzy = 0xf567, fa_face_flushed = 0xf579, + fa_flushed = 0xf579, fa_face_frown = 0xf119, + fa_frown = 0xf119, fa_face_frown_open = 0xf57a, + fa_frown_open = 0xf57a, fa_face_grimace = 0xf57f, + fa_grimace = 0xf57f, fa_face_grin = 0xf580, + fa_grin = 0xf580, fa_face_grin_beam = 0xf582, + fa_grin_beam = 0xf582, fa_face_grin_beam_sweat = 0xf583, + fa_grin_beam_sweat = 0xf583, fa_face_grin_hearts = 0xf584, + fa_grin_hearts = 0xf584, fa_face_grin_squint = 0xf585, + fa_grin_squint = 0xf585, fa_face_grin_squint_tears = 0xf586, + fa_grin_squint_tears = 0xf586, fa_face_grin_stars = 0xf587, + fa_grin_stars = 0xf587, fa_face_grin_tears = 0xf588, + fa_grin_tears = 0xf588, fa_face_grin_tongue = 0xf589, + fa_grin_tongue = 0xf589, fa_face_grin_tongue_squint = 0xf58a, + fa_grin_tongue_squint = 0xf58a, fa_face_grin_tongue_wink = 0xf58b, + fa_grin_tongue_wink = 0xf58b, fa_face_grin_wide = 0xf581, + fa_grin_alt = 0xf581, fa_face_grin_wink = 0xf58c, + fa_grin_wink = 0xf58c, fa_face_kiss = 0xf596, + fa_kiss = 0xf596, fa_face_kiss_beam = 0xf597, + fa_kiss_beam = 0xf597, fa_face_kiss_wink_heart = 0xf598, + fa_kiss_wink_heart = 0xf598, fa_face_laugh = 0xf599, + fa_laugh = 0xf599, fa_face_laugh_beam = 0xf59a, + fa_laugh_beam = 0xf59a, fa_face_laugh_squint = 0xf59b, + fa_laugh_squint = 0xf59b, fa_face_laugh_wink = 0xf59c, + fa_laugh_wink = 0xf59c, fa_face_meh = 0xf11a, + fa_meh = 0xf11a, fa_face_meh_blank = 0xf5a4, + fa_meh_blank = 0xf5a4, fa_face_rolling_eyes = 0xf5a5, + fa_meh_rolling_eyes = 0xf5a5, fa_face_sad_cry = 0xf5b3, + fa_sad_cry = 0xf5b3, fa_face_sad_tear = 0xf5b4, + fa_sad_tear = 0xf5b4, fa_face_smile = 0xf118, + fa_smile = 0xf118, fa_face_smile_beam = 0xf5b8, + fa_smile_beam = 0xf5b8, fa_face_smile_wink = 0xf4da, + fa_smile_wink = 0xf4da, fa_face_surprise = 0xf5c2, + fa_surprise = 0xf5c2, fa_face_tired = 0xf5c8, + fa_tired = 0xf5c8, fa_fan = 0xf863, fa_faucet = 0xe005, fa_faucet_drip = 0xe006, fa_fax = 0xf1ac, fa_feather = 0xf52d, fa_feather_pointed = 0xf56b, + fa_feather_alt = 0xf56b, fa_ferry = 0xe4ea, fa_file = 0xf15b, fa_file_arrow_down = 0xf56d, + fa_file_download = 0xf56d, fa_file_arrow_up = 0xf574, + fa_file_upload = 0xf574, fa_file_audio = 0xf1c7, fa_file_circle_check = 0xe5a0, fa_file_circle_exclamation = 0xe4eb, @@ -513,34 +742,44 @@ enum fa_common_icons : uint16_t { fa_file_csv = 0xf6dd, fa_file_excel = 0xf1c3, fa_file_export = 0xf56e, + fa_arrow_right_from_file = 0xf56e, fa_file_image = 0xf1c5, fa_file_import = 0xf56f, + fa_arrow_right_to_file = 0xf56f, fa_file_invoice = 0xf570, fa_file_invoice_dollar = 0xf571, fa_file_lines = 0xf15c, + fa_file_alt = 0xf15c, + fa_file_text = 0xf15c, fa_file_medical = 0xf477, fa_file_pdf = 0xf1c1, fa_file_pen = 0xf31c, + fa_file_edit = 0xf31c, fa_file_powerpoint = 0xf1c4, fa_file_prescription = 0xf572, fa_file_shield = 0xe4f0, fa_file_signature = 0xf573, fa_file_video = 0xf1c8, fa_file_waveform = 0xf478, + fa_file_medical_alt = 0xf478, fa_file_word = 0xf1c2, fa_file_zipper = 0xf1c6, + fa_file_archive = 0xf1c6, fa_fill = 0xf575, fa_fill_drip = 0xf576, fa_film = 0xf008, fa_filter = 0xf0b0, fa_filter_circle_dollar = 0xf662, + fa_funnel_dollar = 0xf662, fa_filter_circle_xmark = 0xe17b, fa_fingerprint = 0xf577, fa_fire = 0xf06d, fa_fire_burner = 0xe4f1, fa_fire_extinguisher = 0xf134, fa_fire_flame_curved = 0xf7e4, + fa_fire_alt = 0xf7e4, fa_fire_flame_simple = 0xf46a, + fa_burn = 0xf46a, fa_fish = 0xf578, fa_fish_fins = 0xe4f2, fa_flag = 0xf024, @@ -549,8 +788,10 @@ enum fa_common_icons : uint16_t { fa_flask = 0xf0c3, fa_flask_vial = 0xe4f3, fa_floppy_disk = 0xf0c7, + fa_save = 0xf0c7, fa_florin_sign = 0xe184, fa_folder = 0xf07b, + fa_folder_blank = 0xf07b, fa_folder_closed = 0xe185, fa_folder_minus = 0xf65d, fa_folder_open = 0xf07c, @@ -558,22 +799,39 @@ enum fa_common_icons : uint16_t { fa_folder_tree = 0xf802, fa_font = 0xf031, fa_football = 0xf44e, + fa_football_ball = 0xf44e, fa_forward = 0xf04e, fa_forward_fast = 0xf050, + fa_fast_forward = 0xf050, fa_forward_step = 0xf051, + fa_step_forward = 0xf051, fa_franc_sign = 0xe18f, fa_frog = 0xf52e, fa_futbol = 0xf1e3, + fa_futbol_ball = 0xf1e3, + fa_soccer_ball = 0xf1e3, fa_g = 0x47, fa_gamepad = 0xf11b, fa_gas_pump = 0xf52f, fa_gauge = 0xf624, + fa_dashboard = 0xf624, + fa_gauge_med = 0xf624, + fa_tachometer_alt_average = 0xf624, fa_gauge_high = 0xf625, + fa_tachometer_alt = 0xf625, + fa_tachometer_alt_fast = 0xf625, fa_gauge_simple = 0xf629, + fa_gauge_simple_med = 0xf629, + fa_tachometer_average = 0xf629, fa_gauge_simple_high = 0xf62a, + fa_tachometer = 0xf62a, + fa_tachometer_fast = 0xf62a, fa_gavel = 0xf0e3, + fa_legal = 0xf0e3, fa_gear = 0xf013, + fa_cog = 0xf013, fa_gears = 0xf085, + fa_cogs = 0xf085, fa_gem = 0xf3a5, fa_genderless = 0xf22d, fa_ghost = 0xf6e2, @@ -584,11 +842,14 @@ enum fa_common_icons : uint16_t { fa_glasses = 0xf530, fa_globe = 0xf0ac, fa_golf_ball_tee = 0xf450, + fa_golf_ball = 0xf450, fa_gopuram = 0xf664, fa_graduation_cap = 0xf19d, + fa_mortar_board = 0xf19d, fa_greater_than = 0x3e, fa_greater_than_equal = 0xf532, fa_grip = 0xf58d, + fa_grip_horizontal = 0xf58d, fa_grip_lines = 0xf7a4, fa_grip_lines_vertical = 0xf7a5, fa_grip_vertical = 0xf58e, @@ -600,12 +861,18 @@ enum fa_common_icons : uint16_t { fa_hammer = 0xf6e3, fa_hamsa = 0xf665, fa_hand = 0xf256, + fa_hand_paper = 0xf256, fa_hand_back_fist = 0xf255, + fa_hand_rock = 0xf255, fa_hand_dots = 0xf461, + fa_allergies = 0xf461, fa_hand_fist = 0xf6de, + fa_fist_raised = 0xf6de, fa_hand_holding = 0xf4bd, fa_hand_holding_dollar = 0xf4c0, + fa_hand_holding_usd = 0xf4c0, fa_hand_holding_droplet = 0xf4c1, + fa_hand_holding_water = 0xf4c1, fa_hand_holding_hand = 0xe4f7, fa_hand_holding_heart = 0xf4be, fa_hand_holding_medical = 0xe05c, @@ -622,21 +889,32 @@ enum fa_common_icons : uint16_t { fa_hand_spock = 0xf259, fa_handcuffs = 0xe4f8, fa_hands = 0xf2a7, + fa_sign_language = 0xf2a7, + fa_signing = 0xf2a7, fa_hands_asl_interpreting = 0xf2a3, + fa_american_sign_language_interpreting = 0xf2a3, + fa_asl_interpreting = 0xf2a3, + fa_hands_american_sign_language_interpreting = 0xf2a3, fa_hands_bound = 0xe4f9, fa_hands_bubbles = 0xe05e, + fa_hands_wash = 0xe05e, fa_hands_clapping = 0xe1a8, fa_hands_holding = 0xf4c2, fa_hands_holding_child = 0xe4fa, fa_hands_holding_circle = 0xe4fb, fa_hands_praying = 0xf684, + fa_praying_hands = 0xf684, fa_handshake = 0xf2b5, fa_handshake_angle = 0xf4c4, + fa_hands_helping = 0xf4c4, fa_handshake_simple = 0xf4c6, + fa_handshake_alt = 0xf4c6, fa_handshake_simple_slash = 0xe05f, + fa_handshake_alt_slash = 0xe05f, fa_handshake_slash = 0xe060, fa_hanukiah = 0xf6e6, fa_hard_drive = 0xf0a0, + fa_hdd = 0xf0a0, fa_hashtag = 0x23, fa_hat_cowboy = 0xf8c0, fa_hat_cowboy_side = 0xf8c1, @@ -646,8 +924,10 @@ enum fa_common_icons : uint16_t { fa_head_side_mask = 0xe063, fa_head_side_virus = 0xe064, fa_heading = 0xf1dc, + fa_header = 0xf1dc, fa_headphones = 0xf025, fa_headphones_simple = 0xf58f, + fa_headphones_alt = 0xf58f, fa_headset = 0xf590, fa_heart = 0xf004, fa_heart_circle_bolt = 0xe4fc, @@ -657,10 +937,14 @@ enum fa_common_icons : uint16_t { fa_heart_circle_plus = 0xe500, fa_heart_circle_xmark = 0xe501, fa_heart_crack = 0xf7a9, + fa_heart_broken = 0xf7a9, fa_heart_pulse = 0xf21e, + fa_heartbeat = 0xf21e, fa_helicopter = 0xf533, fa_helicopter_symbol = 0xe502, fa_helmet_safety = 0xf807, + fa_hard_hat = 0xf807, + fa_hat_hard = 0xf807, fa_helmet_un = 0xe503, fa_highlighter = 0xf591, fa_hill_avalanche = 0xe507, @@ -671,18 +955,31 @@ enum fa_common_icons : uint16_t { fa_horse = 0xf6f0, fa_horse_head = 0xf7ab, fa_hospital = 0xf0f8, + fa_hospital_alt = 0xf0f8, + fa_hospital_wide = 0xf0f8, fa_hospital_user = 0xf80d, fa_hot_tub_person = 0xf593, + fa_hot_tub = 0xf593, fa_hotdog = 0xf80f, fa_hotel = 0xf594, fa_hourglass = 0xf254, + fa_hourglass_empty = 0xf254, fa_hourglass_end = 0xf253, + fa_hourglass_3 = 0xf253, fa_hourglass_half = 0xf252, + fa_hourglass_2 = 0xf252, fa_hourglass_start = 0xf251, + fa_hourglass_1 = 0xf251, fa_house = 0xf015, + fa_home = 0xf015, + fa_home_alt = 0xf015, + fa_home_lg_alt = 0xf015, fa_house_chimney = 0xe3af, + fa_home_lg = 0xe3af, fa_house_chimney_crack = 0xf6f1, + fa_house_damage = 0xf6f1, fa_house_chimney_medical = 0xf7f2, + fa_clinic_medical = 0xf7f2, fa_house_chimney_user = 0xe065, fa_house_chimney_window = 0xe00d, fa_house_circle_check = 0xe509, @@ -694,6 +991,7 @@ enum fa_common_icons : uint16_t { fa_house_flood_water = 0xe50e, fa_house_flood_water_circle_arrow_right = 0xe50f, fa_house_laptop = 0xe066, + fa_laptop_house = 0xe066, fa_house_lock = 0xe510, fa_house_medical = 0xe3b2, fa_house_medical_circle_check = 0xe511, @@ -703,23 +1001,31 @@ enum fa_common_icons : uint16_t { fa_house_signal = 0xe012, fa_house_tsunami = 0xe515, fa_house_user = 0xe1b0, + fa_home_user = 0xe1b0, fa_hryvnia_sign = 0xf6f2, + fa_hryvnia = 0xf6f2, fa_hurricane = 0xf751, fa_i = 0x49, fa_i_cursor = 0xf246, fa_ice_cream = 0xf810, fa_icicles = 0xf7ad, fa_icons = 0xf86d, + fa_heart_music_camera_bolt = 0xf86d, fa_id_badge = 0xf2c1, fa_id_card = 0xf2c2, + fa_drivers_license = 0xf2c2, fa_id_card_clip = 0xf47f, + fa_id_card_alt = 0xf47f, fa_igloo = 0xf7ae, fa_image = 0xf03e, fa_image_portrait = 0xf3e0, + fa_portrait = 0xf3e0, fa_images = 0xf302, fa_inbox = 0xf01c, fa_indent = 0xf03c, fa_indian_rupee_sign = 0xe1bc, + fa_indian_rupee = 0xe1bc, + fa_inr = 0xe1bc, fa_industry = 0xf275, fa_infinity = 0xf534, fa_info = 0xf129, @@ -729,6 +1035,7 @@ enum fa_common_icons : uint16_t { fa_jar_wheat = 0xe517, fa_jedi = 0xf669, fa_jet_fighter = 0xf0fb, + fa_fighter_jet = 0xf0fb, fa_jet_fighter_up = 0xe518, fa_joint = 0xf595, fa_jug_detergent = 0xe519, @@ -739,12 +1046,14 @@ enum fa_common_icons : uint16_t { fa_khanda = 0xf66d, fa_kip_sign = 0xe1c4, fa_kit_medical = 0xf479, + fa_first_aid = 0xf479, fa_kitchen_set = 0xe51a, fa_kiwi_bird = 0xf535, fa_l = 0x4c, fa_land_mine_on = 0xe51b, fa_landmark = 0xf66f, fa_landmark_dome = 0xf752, + fa_landmark_alt = 0xf752, fa_landmark_flag = 0xe51c, fa_language = 0xf1ab, fa_laptop = 0xf109, @@ -755,7 +1064,9 @@ enum fa_common_icons : uint16_t { fa_layer_group = 0xf5fd, fa_leaf = 0xf06c, fa_left_long = 0xf30a, + fa_long_arrow_alt_left = 0xf30a, fa_left_right = 0xf337, + fa_arrows_alt_h = 0xf337, fa_lemon = 0xf094, fa_less_than = 0x3c, fa_less_than_equal = 0xf537, @@ -763,17 +1074,29 @@ enum fa_common_icons : uint16_t { fa_lightbulb = 0xf0eb, fa_lines_leaning = 0xe51e, fa_link = 0xf0c1, + fa_chain = 0xf0c1, fa_link_slash = 0xf127, + fa_chain_broken = 0xf127, + fa_chain_slash = 0xf127, + fa_unlink = 0xf127, fa_lira_sign = 0xf195, fa_list = 0xf03a, + fa_list_squares = 0xf03a, fa_list_check = 0xf0ae, + fa_tasks = 0xf0ae, fa_list_ol = 0xf0cb, + fa_list_1_2 = 0xf0cb, + fa_list_numeric = 0xf0cb, fa_list_ul = 0xf0ca, + fa_list_dots = 0xf0ca, fa_litecoin_sign = 0xe1d3, fa_location_arrow = 0xf124, fa_location_crosshairs = 0xf601, + fa_location = 0xf601, fa_location_dot = 0xf3c5, + fa_map_marker_alt = 0xf3c5, fa_location_pin = 0xf041, + fa_map_marker = 0xf041, fa_location_pin_lock = 0xe51f, fa_lock = 0xf023, fa_lock_open = 0xf3c1, @@ -783,16 +1106,23 @@ enum fa_common_icons : uint16_t { fa_m = 0x4d, fa_magnet = 0xf076, fa_magnifying_glass = 0xf002, + fa_search = 0xf002, fa_magnifying_glass_arrow_right = 0xe521, fa_magnifying_glass_chart = 0xe522, fa_magnifying_glass_dollar = 0xf688, + fa_search_dollar = 0xf688, fa_magnifying_glass_location = 0xf689, + fa_search_location = 0xf689, fa_magnifying_glass_minus = 0xf010, + fa_search_minus = 0xf010, fa_magnifying_glass_plus = 0xf00e, + fa_search_plus = 0xf00e, fa_manat_sign = 0xe1d5, fa_map = 0xf279, fa_map_location = 0xf59f, + fa_map_marked = 0xf59f, fa_map_location_dot = 0xf5a0, + fa_map_marked_alt = 0xf5a0, fa_map_pin = 0xf276, fa_marker = 0xf5a1, fa_mars = 0xf222, @@ -801,40 +1131,58 @@ enum fa_common_icons : uint16_t { fa_mars_double = 0xf227, fa_mars_stroke = 0xf229, fa_mars_stroke_right = 0xf22b, + fa_mars_stroke_h = 0xf22b, fa_mars_stroke_up = 0xf22a, + fa_mars_stroke_v = 0xf22a, fa_martini_glass = 0xf57b, + fa_glass_martini_alt = 0xf57b, fa_martini_glass_citrus = 0xf561, + fa_cocktail = 0xf561, fa_martini_glass_empty = 0xf000, + fa_glass_martini = 0xf000, fa_mask = 0xf6fa, fa_mask_face = 0xe1d7, fa_mask_ventilator = 0xe524, fa_masks_theater = 0xf630, + fa_theater_masks = 0xf630, fa_mattress_pillow = 0xe525, fa_maximize = 0xf31e, + fa_expand_arrows_alt = 0xf31e, fa_medal = 0xf5a2, fa_memory = 0xf538, fa_menorah = 0xf676, fa_mercury = 0xf223, fa_message = 0xf27a, + fa_comment_alt = 0xf27a, fa_meteor = 0xf753, fa_microchip = 0xf2db, fa_microphone = 0xf130, fa_microphone_lines = 0xf3c9, + fa_microphone_alt = 0xf3c9, fa_microphone_lines_slash = 0xf539, + fa_microphone_alt_slash = 0xf539, fa_microphone_slash = 0xf131, fa_microscope = 0xf610, fa_mill_sign = 0xe1ed, fa_minimize = 0xf78c, + fa_compress_arrows_alt = 0xf78c, fa_minus = 0xf068, + fa_subtract = 0xf068, fa_mitten = 0xf7b5, fa_mobile = 0xf3ce, + fa_mobile_android = 0xf3ce, + fa_mobile_phone = 0xf3ce, fa_mobile_button = 0xf10b, fa_mobile_retro = 0xe527, fa_mobile_screen = 0xf3cf, + fa_mobile_android_alt = 0xf3cf, fa_mobile_screen_button = 0xf3cd, + fa_mobile_alt = 0xf3cd, fa_money_bill = 0xf0d6, fa_money_bill_1 = 0xf3d1, + fa_money_bill_alt = 0xf3d1, fa_money_bill_1_wave = 0xf53b, + fa_money_bill_wave_alt = 0xf53b, fa_money_bill_transfer = 0xe528, fa_money_bill_trend_up = 0xe529, fa_money_bill_wave = 0xf53a, @@ -842,6 +1190,7 @@ enum fa_common_icons : uint16_t { fa_money_bills = 0xe1f3, fa_money_check = 0xf53c, fa_money_check_dollar = 0xf53d, + fa_money_check_alt = 0xf53d, fa_monument = 0xf5a6, fa_moon = 0xf186, fa_mortar_pestle = 0xf5a7, @@ -855,6 +1204,7 @@ enum fa_common_icons : uint16_t { fa_mountain_sun = 0xe52f, fa_mug_hot = 0xf7b6, fa_mug_saucer = 0xf0f4, + fa_coffee = 0xf0f4, fa_music = 0xf001, fa_n = 0x4e, fa_naira_sign = 0xe1f6, @@ -862,7 +1212,9 @@ enum fa_common_icons : uint16_t { fa_neuter = 0xf22c, fa_newspaper = 0xf1ea, fa_not_equal = 0xf53e, + fa_notdef = 0xe1fe, fa_note_sticky = 0xf249, + fa_sticky_note = 0xf249, fa_notes_medical = 0xf481, fa_o = 0x4f, fa_object_group = 0xf247, @@ -872,10 +1224,12 @@ enum fa_common_icons : uint16_t { fa_om = 0xf679, fa_otter = 0xf700, fa_outdent = 0xf03b, + fa_dedent = 0xf03b, fa_p = 0x50, fa_pager = 0xf815, fa_paint_roller = 0xf5aa, fa_paintbrush = 0xf1fc, + fa_paint_brush = 0xf1fc, fa_palette = 0xf53f, fa_pallet = 0xf482, fa_panorama = 0xe209, @@ -885,18 +1239,25 @@ enum fa_common_icons : uint16_t { fa_paragraph = 0xf1dd, fa_passport = 0xf5ab, fa_paste = 0xf0ea, + fa_file_clipboard = 0xf0ea, fa_pause = 0xf04c, fa_paw = 0xf1b0, fa_peace = 0xf67c, fa_pen = 0xf304, fa_pen_clip = 0xf305, + fa_pen_alt = 0xf305, fa_pen_fancy = 0xf5ac, fa_pen_nib = 0xf5ad, fa_pen_ruler = 0xf5ae, + fa_pencil_ruler = 0xf5ae, fa_pen_to_square = 0xf044, + fa_edit = 0xf044, fa_pencil = 0xf303, + fa_pencil_alt = 0xf303, fa_people_arrows = 0xe068, + fa_people_arrows_left_right = 0xe068, fa_people_carry_box = 0xf4ce, + fa_people_carry = 0xf4ce, fa_people_group = 0xe533, fa_people_line = 0xe534, fa_people_pulling = 0xe535, @@ -904,10 +1265,13 @@ enum fa_common_icons : uint16_t { fa_people_roof = 0xe537, fa_pepper_hot = 0xf816, fa_percent = 0x25, + fa_percentage = 0x25, fa_person = 0xf183, + fa_male = 0xf183, fa_person_arrow_down_to_line = 0xe538, fa_person_arrow_up_from_line = 0xe539, fa_person_biking = 0xf84a, + fa_biking = 0xf84a, fa_person_booth = 0xf756, fa_person_breastfeeding = 0xe53a, fa_person_burst = 0xe53b, @@ -920,8 +1284,11 @@ enum fa_common_icons : uint16_t { fa_person_circle_question = 0xe542, fa_person_circle_xmark = 0xe543, fa_person_digging = 0xf85e, + fa_digging = 0xf85e, fa_person_dots_from_line = 0xf470, + fa_diagnoses = 0xf470, fa_person_dress = 0xf182, + fa_female = 0xf182, fa_person_dress_burst = 0xe544, fa_person_drowning = 0xe545, fa_person_falling = 0xe546, @@ -929,34 +1296,47 @@ enum fa_common_icons : uint16_t { fa_person_half_dress = 0xe548, fa_person_harassing = 0xe549, fa_person_hiking = 0xf6ec, + fa_hiking = 0xf6ec, fa_person_military_pointing = 0xe54a, fa_person_military_rifle = 0xe54b, fa_person_military_to_person = 0xe54c, fa_person_praying = 0xf683, + fa_pray = 0xf683, fa_person_pregnant = 0xe31e, fa_person_rays = 0xe54d, fa_person_rifle = 0xe54e, fa_person_running = 0xf70c, + fa_running = 0xf70c, fa_person_shelter = 0xe54f, fa_person_skating = 0xf7c5, + fa_skating = 0xf7c5, fa_person_skiing = 0xf7c9, + fa_skiing = 0xf7c9, fa_person_skiing_nordic = 0xf7ca, + fa_skiing_nordic = 0xf7ca, fa_person_snowboarding = 0xf7ce, + fa_snowboarding = 0xf7ce, fa_person_swimming = 0xf5c4, + fa_swimmer = 0xf5c4, fa_person_through_window = 0xe5a9, fa_person_walking = 0xf554, + fa_walking = 0xf554, fa_person_walking_arrow_loop_left = 0xe551, fa_person_walking_arrow_right = 0xe552, fa_person_walking_dashed_line_arrow_right = 0xe553, fa_person_walking_luggage = 0xe554, fa_person_walking_with_cane = 0xf29d, + fa_blind = 0xf29d, fa_peseta_sign = 0xe221, fa_peso_sign = 0xe222, fa_phone = 0xf095, fa_phone_flip = 0xf879, + fa_phone_alt = 0xf879, fa_phone_slash = 0xf3dd, fa_phone_volume = 0xf2a0, + fa_volume_control_phone = 0xf2a0, fa_photo_film = 0xf87c, + fa_photo_video = 0xf87c, fa_piggy_bank = 0xf4d3, fa_pills = 0xf484, fa_pizza_slice = 0xf818, @@ -981,15 +1361,18 @@ enum fa_common_icons : uint16_t { fa_plug_circle_plus = 0xe55f, fa_plug_circle_xmark = 0xe560, fa_plus = 0x2b, + fa_add = 0x2b, fa_plus_minus = 0xe43c, fa_podcast = 0xf2ce, fa_poo = 0xf2fe, fa_poo_storm = 0xf75a, + fa_poo_bolt = 0xf75a, fa_poop = 0xf619, fa_power_off = 0xf011, fa_prescription = 0xf5b1, fa_prescription_bottle = 0xf485, fa_prescription_bottle_medical = 0xf486, + fa_prescription_bottle_alt = 0xf486, fa_print = 0xf02f, fa_pump_medical = 0xe06a, fa_pump_soap = 0xe06b, @@ -998,7 +1381,9 @@ enum fa_common_icons : uint16_t { fa_qrcode = 0xf029, fa_question = 0x3f, fa_quote_left = 0xf10d, + fa_quote_left_alt = 0xf10d, fa_quote_right = 0xf10e, + fa_quote_right_alt = 0xf10e, fa_r = 0x52, fa_radiation = 0xf7b9, fa_radio = 0xf8d7, @@ -1007,21 +1392,32 @@ enum fa_common_icons : uint16_t { fa_receipt = 0xf543, fa_record_vinyl = 0xf8d9, fa_rectangle_ad = 0xf641, + fa_ad = 0xf641, fa_rectangle_list = 0xf022, + fa_list_alt = 0xf022, fa_rectangle_xmark = 0xf410, + fa_rectangle_times = 0xf410, + fa_times_rectangle = 0xf410, + fa_window_close = 0xf410, fa_recycle = 0xf1b8, fa_registered = 0xf25d, fa_repeat = 0xf363, fa_reply = 0xf3e5, + fa_mail_reply = 0xf3e5, fa_reply_all = 0xf122, + fa_mail_reply_all = 0xf122, fa_republican = 0xf75e, fa_restroom = 0xf7bd, fa_retweet = 0xf079, fa_ribbon = 0xf4d6, fa_right_from_bracket = 0xf2f5, + fa_sign_out_alt = 0xf2f5, fa_right_left = 0xf362, + fa_exchange_alt = 0xf362, fa_right_long = 0xf30b, + fa_long_arrow_alt_right = 0xf30b, fa_right_to_bracket = 0xf2f6, + fa_sign_in_alt = 0xf2f6, fa_ring = 0xf70b, fa_road = 0xf018, fa_road_barrier = 0xe562, @@ -1034,17 +1430,28 @@ enum fa_common_icons : uint16_t { fa_robot = 0xf544, fa_rocket = 0xf135, fa_rotate = 0xf2f1, + fa_sync_alt = 0xf2f1, fa_rotate_left = 0xf2ea, + fa_rotate_back = 0xf2ea, + fa_rotate_backward = 0xf2ea, + fa_undo_alt = 0xf2ea, fa_rotate_right = 0xf2f9, + fa_redo_alt = 0xf2f9, + fa_rotate_forward = 0xf2f9, fa_route = 0xf4d7, fa_rss = 0xf09e, + fa_feed = 0xf09e, fa_ruble_sign = 0xf158, + fa_rouble = 0xf158, + fa_rub = 0xf158, + fa_ruble = 0xf158, fa_rug = 0xe569, fa_ruler = 0xf545, fa_ruler_combined = 0xf546, fa_ruler_horizontal = 0xf547, fa_ruler_vertical = 0xf548, fa_rupee_sign = 0xf156, + fa_rupee = 0xf156, fa_rupiah_sign = 0xe23d, fa_s = 0x53, fa_sack_dollar = 0xf81d, @@ -1053,8 +1460,11 @@ enum fa_common_icons : uint16_t { fa_satellite = 0xf7bf, fa_satellite_dish = 0xf7c0, fa_scale_balanced = 0xf24e, + fa_balance_scale = 0xf24e, fa_scale_unbalanced = 0xf515, + fa_balance_scale_left = 0xf515, fa_scale_unbalanced_flip = 0xf516, + fa_balance_scale_right = 0xf516, fa_school = 0xf549, fa_school_circle_check = 0xe56b, fa_school_circle_exclamation = 0xe56c, @@ -1062,40 +1472,65 @@ enum fa_common_icons : uint16_t { fa_school_flag = 0xe56e, fa_school_lock = 0xe56f, fa_scissors = 0xf0c4, + fa_cut = 0xf0c4, fa_screwdriver = 0xf54a, fa_screwdriver_wrench = 0xf7d9, + fa_tools = 0xf7d9, fa_scroll = 0xf70e, fa_scroll_torah = 0xf6a0, + fa_torah = 0xf6a0, fa_sd_card = 0xf7c2, fa_section = 0xe447, fa_seedling = 0xf4d8, + fa_sprout = 0xf4d8, fa_server = 0xf233, fa_shapes = 0xf61f, + fa_triangle_circle_square = 0xf61f, fa_share = 0xf064, + fa_arrow_turn_right = 0xf064, + fa_mail_forward = 0xf064, fa_share_from_square = 0xf14d, + fa_share_square = 0xf14d, fa_share_nodes = 0xf1e0, + fa_share_alt = 0xf1e0, fa_sheet_plastic = 0xe571, fa_shekel_sign = 0xf20b, + fa_ils = 0xf20b, + fa_shekel = 0xf20b, + fa_sheqel = 0xf20b, + fa_sheqel_sign = 0xf20b, fa_shield = 0xf132, + fa_shield_blank = 0xf132, fa_shield_cat = 0xe572, fa_shield_dog = 0xe573, fa_shield_halved = 0xf3ed, + fa_shield_alt = 0xf3ed, fa_shield_heart = 0xe574, fa_shield_virus = 0xe06c, fa_ship = 0xf21a, fa_shirt = 0xf553, + fa_t_shirt = 0xf553, + fa_tshirt = 0xf553, fa_shoe_prints = 0xf54b, fa_shop = 0xf54f, + fa_store_alt = 0xf54f, fa_shop_lock = 0xe4a5, fa_shop_slash = 0xe070, + fa_store_alt_slash = 0xe070, fa_shower = 0xf2cc, fa_shrimp = 0xe448, fa_shuffle = 0xf074, + fa_random = 0xf074, fa_shuttle_space = 0xf197, + fa_space_shuttle = 0xf197, fa_sign_hanging = 0xf4d9, + fa_sign = 0xf4d9, fa_signal = 0xf012, + fa_signal_5 = 0xf012, + fa_signal_perfect = 0xf012, fa_signature = 0xf5b7, fa_signs_post = 0xf277, + fa_map_signs = 0xf277, fa_sim_card = 0xf7c4, fa_sink = 0xe06d, fa_sitemap = 0xf0e8, @@ -1104,6 +1539,7 @@ enum fa_common_icons : uint16_t { fa_slash = 0xf715, fa_sleigh = 0xf7cc, fa_sliders = 0xf1de, + fa_sliders_h = 0xf1de, fa_smog = 0xf75f, fa_smoking = 0xf48d, fa_snowflake = 0xf2dc, @@ -1113,44 +1549,76 @@ enum fa_common_icons : uint16_t { fa_socks = 0xf696, fa_solar_panel = 0xf5ba, fa_sort = 0xf0dc, + fa_unsorted = 0xf0dc, fa_sort_down = 0xf0dd, + fa_sort_desc = 0xf0dd, fa_sort_up = 0xf0de, + fa_sort_asc = 0xf0de, fa_spa = 0xf5bb, fa_spaghetti_monster_flying = 0xf67b, + fa_pastafarianism = 0xf67b, fa_spell_check = 0xf891, fa_spider = 0xf717, fa_spinner = 0xf110, fa_splotch = 0xf5bc, fa_spoon = 0xf2e5, + fa_utensil_spoon = 0xf2e5, fa_spray_can = 0xf5bd, fa_spray_can_sparkles = 0xf5d0, + fa_air_freshener = 0xf5d0, fa_square = 0xf0c8, fa_square_arrow_up_right = 0xf14c, + fa_external_link_square = 0xf14c, fa_square_caret_down = 0xf150, + fa_caret_square_down = 0xf150, fa_square_caret_left = 0xf191, + fa_caret_square_left = 0xf191, fa_square_caret_right = 0xf152, + fa_caret_square_right = 0xf152, fa_square_caret_up = 0xf151, + fa_caret_square_up = 0xf151, fa_square_check = 0xf14a, + fa_check_square = 0xf14a, fa_square_envelope = 0xf199, + fa_envelope_square = 0xf199, fa_square_full = 0xf45c, fa_square_h = 0xf0fd, + fa_h_square = 0xf0fd, fa_square_minus = 0xf146, + fa_minus_square = 0xf146, fa_square_nfi = 0xe576, fa_square_parking = 0xf540, + fa_parking = 0xf540, fa_square_pen = 0xf14b, + fa_pen_square = 0xf14b, + fa_pencil_square = 0xf14b, fa_square_person_confined = 0xe577, fa_square_phone = 0xf098, + fa_phone_square = 0xf098, fa_square_phone_flip = 0xf87b, + fa_phone_square_alt = 0xf87b, fa_square_plus = 0xf0fe, + fa_plus_square = 0xf0fe, fa_square_poll_horizontal = 0xf682, + fa_poll_h = 0xf682, fa_square_poll_vertical = 0xf681, + fa_poll = 0xf681, fa_square_root_variable = 0xf698, + fa_square_root_alt = 0xf698, fa_square_rss = 0xf143, + fa_rss_square = 0xf143, fa_square_share_nodes = 0xf1e1, + fa_share_alt_square = 0xf1e1, fa_square_up_right = 0xf360, + fa_external_link_square_alt = 0xf360, fa_square_virus = 0xe578, fa_square_xmark = 0xf2d3, + fa_times_square = 0xf2d3, + fa_xmark_square = 0xf2d3, fa_staff_snake = 0xe579, + fa_rod_asclepius = 0xe579, + fa_rod_snake = 0xe579, + fa_staff_aesculapius = 0xe579, fa_stairs = 0xe289, fa_stamp = 0xf5bf, fa_stapler = 0xe5af, @@ -1158,9 +1626,12 @@ enum fa_common_icons : uint16_t { fa_star_and_crescent = 0xf699, fa_star_half = 0xf089, fa_star_half_stroke = 0xf5c0, + fa_star_half_alt = 0xf5c0, fa_star_of_david = 0xf69a, fa_star_of_life = 0xf621, fa_sterling_sign = 0xf154, + fa_gbp = 0xf154, + fa_pound_sign = 0xf154, fa_stethoscope = 0xf0f1, fa_stop = 0xf04d, fa_stopwatch = 0xf2f2, @@ -1173,6 +1644,7 @@ enum fa_common_icons : uint16_t { fa_subscript = 0xf12c, fa_suitcase = 0xf0f2, fa_suitcase_medical = 0xf0fa, + fa_medkit = 0xf0fa, fa_suitcase_rolling = 0xf5c1, fa_sun = 0xf185, fa_sun_plant_wilt = 0xe57a, @@ -1183,33 +1655,61 @@ enum fa_common_icons : uint16_t { fa_t = 0x54, fa_table = 0xf0ce, fa_table_cells = 0xf00a, + fa_th = 0xf00a, fa_table_cells_large = 0xf009, + fa_th_large = 0xf009, fa_table_columns = 0xf0db, + fa_columns = 0xf0db, fa_table_list = 0xf00b, + fa_th_list = 0xf00b, fa_table_tennis_paddle_ball = 0xf45d, + fa_ping_pong_paddle_ball = 0xf45d, + fa_table_tennis = 0xf45d, fa_tablet = 0xf3fb, + fa_tablet_android = 0xf3fb, fa_tablet_button = 0xf10a, fa_tablet_screen_button = 0xf3fa, + fa_tablet_alt = 0xf3fa, fa_tablets = 0xf490, fa_tachograph_digital = 0xf566, + fa_digital_tachograph = 0xf566, fa_tag = 0xf02b, fa_tags = 0xf02c, fa_tape = 0xf4db, fa_tarp = 0xe57b, fa_tarp_droplet = 0xe57c, fa_taxi = 0xf1ba, + fa_cab = 0xf1ba, fa_teeth = 0xf62e, fa_teeth_open = 0xf62f, fa_temperature_arrow_down = 0xe03f, + fa_temperature_down = 0xe03f, fa_temperature_arrow_up = 0xe040, + fa_temperature_up = 0xe040, fa_temperature_empty = 0xf2cb, + fa_temperature_0 = 0xf2cb, + fa_thermometer_0 = 0xf2cb, + fa_thermometer_empty = 0xf2cb, fa_temperature_full = 0xf2c7, + fa_temperature_4 = 0xf2c7, + fa_thermometer_4 = 0xf2c7, + fa_thermometer_full = 0xf2c7, fa_temperature_half = 0xf2c9, + fa_temperature_2 = 0xf2c9, + fa_thermometer_2 = 0xf2c9, + fa_thermometer_half = 0xf2c9, fa_temperature_high = 0xf769, fa_temperature_low = 0xf76b, fa_temperature_quarter = 0xf2ca, + fa_temperature_1 = 0xf2ca, + fa_thermometer_1 = 0xf2ca, + fa_thermometer_quarter = 0xf2ca, fa_temperature_three_quarters = 0xf2c8, + fa_temperature_3 = 0xf2c8, + fa_thermometer_3 = 0xf2c8, + fa_thermometer_three_quarters = 0xf2c8, fa_tenge_sign = 0xf7d7, + fa_tenge = 0xf7d7, fa_tent = 0xe57d, fa_tent_arrow_down_to_line = 0xe57e, fa_tent_arrow_left_right = 0xe57f, @@ -1219,13 +1719,16 @@ enum fa_common_icons : uint16_t { fa_terminal = 0xf120, fa_text_height = 0xf034, fa_text_slash = 0xf87d, + fa_remove_format = 0xf87d, fa_text_width = 0xf035, fa_thermometer = 0xf491, fa_thumbs_down = 0xf165, fa_thumbs_up = 0xf164, fa_thumbtack = 0xf08d, + fa_thumb_tack = 0xf08d, fa_ticket = 0xf145, fa_ticket_simple = 0xf3ff, + fa_ticket_alt = 0xf3ff, fa_timeline = 0xe29c, fa_toggle_off = 0xf204, fa_toggle_on = 0xf205, @@ -1239,6 +1742,7 @@ enum fa_common_icons : uint16_t { fa_torii_gate = 0xf6a1, fa_tornado = 0xf76f, fa_tower_broadcast = 0xf519, + fa_broadcast_tower = 0xf519, fa_tower_cell = 0xe585, fa_tower_observation = 0xe586, fa_tractor = 0xf722, @@ -1247,15 +1751,22 @@ enum fa_common_icons : uint16_t { fa_trailer = 0xe041, fa_train = 0xf238, fa_train_subway = 0xf239, + fa_subway = 0xf239, fa_train_tram = 0xe5b4, fa_transgender = 0xf225, + fa_transgender_alt = 0xf225, fa_trash = 0xf1f8, fa_trash_arrow_up = 0xf829, + fa_trash_restore = 0xf829, fa_trash_can = 0xf2ed, + fa_trash_alt = 0xf2ed, fa_trash_can_arrow_up = 0xf82a, + fa_trash_restore_alt = 0xf82a, fa_tree = 0xf1bb, fa_tree_city = 0xe587, fa_triangle_exclamation = 0xf071, + fa_exclamation_triangle = 0xf071, + fa_warning = 0xf071, fa_trophy = 0xf091, fa_trowel = 0xe589, fa_trowel_bricks = 0xe58a, @@ -1263,20 +1774,30 @@ enum fa_common_icons : uint16_t { fa_truck_arrow_right = 0xe58b, fa_truck_droplet = 0xe58c, fa_truck_fast = 0xf48b, + fa_shipping_fast = 0xf48b, fa_truck_field = 0xe58d, fa_truck_field_un = 0xe58e, fa_truck_front = 0xe2b7, fa_truck_medical = 0xf0f9, + fa_ambulance = 0xf0f9, fa_truck_monster = 0xf63b, fa_truck_moving = 0xf4df, fa_truck_pickup = 0xf63c, fa_truck_plane = 0xe58f, fa_truck_ramp_box = 0xf4de, + fa_truck_loading = 0xf4de, fa_tty = 0xf1e4, + fa_teletype = 0xf1e4, fa_turkish_lira_sign = 0xe2bb, + fa_try = 0xe2bb, + fa_turkish_lira = 0xe2bb, fa_turn_down = 0xf3be, + fa_level_down_alt = 0xf3be, fa_turn_up = 0xf3bf, + fa_level_up_alt = 0xf3bf, fa_tv = 0xf26c, + fa_television = 0xf26c, + fa_tv_alt = 0xf26c, fa_u = 0x55, fa_umbrella = 0xf0e9, fa_umbrella_beach = 0xf5ca, @@ -1284,28 +1805,40 @@ enum fa_common_icons : uint16_t { fa_universal_access = 0xf29a, fa_unlock = 0xf09c, fa_unlock_keyhole = 0xf13e, + fa_unlock_alt = 0xf13e, fa_up_down = 0xf338, + fa_arrows_alt_v = 0xf338, fa_up_down_left_right = 0xf0b2, + fa_arrows_alt = 0xf0b2, fa_up_long = 0xf30c, + fa_long_arrow_alt_up = 0xf30c, fa_up_right_and_down_left_from_center = 0xf424, + fa_expand_alt = 0xf424, fa_up_right_from_square = 0xf35d, + fa_external_link_alt = 0xf35d, fa_upload = 0xf093, fa_user = 0xf007, fa_user_astronaut = 0xf4fb, fa_user_check = 0xf4fc, fa_user_clock = 0xf4fd, fa_user_doctor = 0xf0f0, + fa_user_md = 0xf0f0, fa_user_gear = 0xf4fe, + fa_user_cog = 0xf4fe, fa_user_graduate = 0xf501, fa_user_group = 0xf500, + fa_user_friends = 0xf500, fa_user_injured = 0xf728, fa_user_large = 0xf406, + fa_user_alt = 0xf406, fa_user_large_slash = 0xf4fa, + fa_user_alt_slash = 0xf4fa, fa_user_lock = 0xf502, fa_user_minus = 0xf503, fa_user_ninja = 0xf504, fa_user_nurse = 0xf82f, fa_user_pen = 0xf4ff, + fa_user_edit = 0xf4ff, fa_user_plus = 0xf234, fa_user_secret = 0xf21b, fa_user_shield = 0xf505, @@ -1313,17 +1846,21 @@ enum fa_common_icons : uint16_t { fa_user_tag = 0xf507, fa_user_tie = 0xf508, fa_user_xmark = 0xf235, + fa_user_times = 0xf235, fa_users = 0xf0c0, fa_users_between_lines = 0xe591, fa_users_gear = 0xf509, + fa_users_cog = 0xf509, fa_users_line = 0xe592, fa_users_rays = 0xe593, fa_users_rectangle = 0xe594, fa_users_slash = 0xe073, fa_users_viewfinder = 0xe595, fa_utensils = 0xf2e7, + fa_cutlery = 0xf2e7, fa_v = 0x56, fa_van_shuttle = 0xf5b6, + fa_shuttle_van = 0xf5b6, fa_vault = 0xe2c5, fa_vector_square = 0xf5cb, fa_venus = 0xf221, @@ -1336,6 +1873,7 @@ enum fa_common_icons : uint16_t { fa_vial_virus = 0xe597, fa_vials = 0xf493, fa_video = 0xf03d, + fa_video_camera = 0xf03d, fa_video_slash = 0xf4e2, fa_vihara = 0xf6a7, fa_virus = 0xe074, @@ -1346,29 +1884,44 @@ enum fa_common_icons : uint16_t { fa_voicemail = 0xf897, fa_volcano = 0xf770, fa_volleyball = 0xf45f, + fa_volleyball_ball = 0xf45f, fa_volume_high = 0xf028, + fa_volume_up = 0xf028, fa_volume_low = 0xf027, + fa_volume_down = 0xf027, fa_volume_off = 0xf026, fa_volume_xmark = 0xf6a9, + fa_volume_mute = 0xf6a9, + fa_volume_times = 0xf6a9, fa_vr_cardboard = 0xf729, fa_w = 0x57, fa_walkie_talkie = 0xf8ef, fa_wallet = 0xf555, fa_wand_magic = 0xf0d0, + fa_magic = 0xf0d0, fa_wand_magic_sparkles = 0xe2ca, + fa_magic_wand_sparkles = 0xe2ca, fa_wand_sparkles = 0xf72b, fa_warehouse = 0xf494, fa_water = 0xf773, fa_water_ladder = 0xf5c5, + fa_ladder_water = 0xf5c5, + fa_swimming_pool = 0xf5c5, fa_wave_square = 0xf83e, fa_weight_hanging = 0xf5cd, fa_weight_scale = 0xf496, + fa_weight = 0xf496, fa_wheat_awn = 0xe2cd, + fa_wheat_alt = 0xe2cd, fa_wheat_awn_circle_exclamation = 0xe598, fa_wheelchair = 0xf193, fa_wheelchair_move = 0xe2ce, + fa_wheelchair_alt = 0xe2ce, fa_whiskey_glass = 0xf7a0, + fa_glass_whiskey = 0xf7a0, fa_wifi = 0xf1eb, + fa_wifi_3 = 0xf1eb, + fa_wifi_strong = 0xf1eb, fa_wind = 0xf72e, fa_window_maximize = 0xf2d0, fa_window_minimize = 0xf2d1, @@ -1376,15 +1929,26 @@ enum fa_common_icons : uint16_t { fa_wine_bottle = 0xf72f, fa_wine_glass = 0xf4e3, fa_wine_glass_empty = 0xf5ce, + fa_wine_glass_alt = 0xf5ce, fa_won_sign = 0xf159, + fa_krw = 0xf159, + fa_won = 0xf159, fa_worm = 0xe599, fa_wrench = 0xf0ad, fa_x = 0x58, fa_x_ray = 0xf497, fa_xmark = 0xf00d, + fa_close = 0xf00d, + fa_multiply = 0xf00d, + fa_remove = 0xf00d, + fa_times = 0xf00d, fa_xmarks_lines = 0xe59a, fa_y = 0x59, fa_yen_sign = 0xf157, + fa_cny = 0xf157, + fa_jpy = 0xf157, + fa_rmb = 0xf157, + fa_yen = 0xf157, fa_yin_yang = 0xf6ad, fa_z = 0x5a @@ -1393,6 +1957,7 @@ enum fa_common_icons : uint16_t { enum fa_brand_icons : uint16_t { fa_42_group = 0xe080, + fa_innosoft = 0xe080, fa_500px = 0xf26e, fa_accessible_icon = 0xf368, fa_accusoft = 0xf369, @@ -1541,6 +2106,8 @@ enum fa_brand_icons : uint16_t { fa_flipboard = 0xf44d, fa_fly = 0xf417, fa_font_awesome = 0xf2b4, + fa_font_awesome_flag = 0xf2b4, + fa_font_awesome_logo_full = 0xf2b4, fa_fonticons = 0xf280, fa_fonticons_fi = 0xf3a2, fa_fort_awesome = 0xf286, @@ -1637,6 +2204,7 @@ enum fa_brand_icons : uint16_t { fa_mdb = 0xf8ca, fa_medapps = 0xf3c6, fa_medium = 0xf23a, + fa_medium_m = 0xf23a, fa_medrt = 0xf3c8, fa_meetup = 0xf2e0, fa_megaport = 0xf5a3, @@ -1662,6 +2230,7 @@ enum fa_brand_icons : uint16_t { fa_nutritionix = 0xf3d6, fa_octopus_deploy = 0xe082, fa_odnoklassniki = 0xf263, + fa_odysee = 0xe5c6, fa_old_republic = 0xf510, fa_opencart = 0xf23d, fa_openid = 0xf19b, @@ -1735,8 +2304,10 @@ enum fa_brand_icons : uint16_t { fa_skyatlas = 0xf216, fa_skype = 0xf17e, fa_slack = 0xf198, + fa_slack_hash = 0xf198, fa_slideshare = 0xf1e7, fa_snapchat = 0xf2ab, + fa_snapchat_ghost = 0xf2ab, fa_soundcloud = 0xf1be, fa_sourcetree = 0xf7d3, fa_space_awesome = 0xe5ac, @@ -1744,31 +2315,56 @@ enum fa_brand_icons : uint16_t { fa_speaker_deck = 0xf83c, fa_spotify = 0xf1bc, fa_square_behance = 0xf1b5, + fa_behance_square = 0xf1b5, fa_square_dribbble = 0xf397, + fa_dribbble_square = 0xf397, fa_square_facebook = 0xf082, + fa_facebook_square = 0xf082, fa_square_font_awesome = 0xe5ad, fa_square_font_awesome_stroke = 0xf35c, + fa_font_awesome_alt = 0xf35c, fa_square_git = 0xf1d2, + fa_git_square = 0xf1d2, fa_square_github = 0xf092, + fa_github_square = 0xf092, fa_square_gitlab = 0xe5ae, + fa_gitlab_square = 0xe5ae, fa_square_google_plus = 0xf0d4, + fa_google_plus_square = 0xf0d4, fa_square_hacker_news = 0xf3af, + fa_hacker_news_square = 0xf3af, fa_square_instagram = 0xe055, + fa_instagram_square = 0xe055, fa_square_js = 0xf3b9, + fa_js_square = 0xf3b9, fa_square_lastfm = 0xf203, + fa_lastfm_square = 0xf203, fa_square_odnoklassniki = 0xf264, + fa_odnoklassniki_square = 0xf264, fa_square_pied_piper = 0xe01e, + fa_pied_piper_square = 0xe01e, fa_square_pinterest = 0xf0d3, + fa_pinterest_square = 0xf0d3, fa_square_reddit = 0xf1a2, + fa_reddit_square = 0xf1a2, fa_square_snapchat = 0xf2ad, + fa_snapchat_square = 0xf2ad, fa_square_steam = 0xf1b7, + fa_steam_square = 0xf1b7, fa_square_tumblr = 0xf174, + fa_tumblr_square = 0xf174, fa_square_twitter = 0xf081, + fa_twitter_square = 0xf081, fa_square_viadeo = 0xf2aa, + fa_viadeo_square = 0xf2aa, fa_square_vimeo = 0xf194, + fa_vimeo_square = 0xf194, fa_square_whatsapp = 0xf40c, + fa_whatsapp_square = 0xf40c, fa_square_xing = 0xf169, + fa_xing_square = 0xf169, fa_square_youtube = 0xf431, + fa_youtube_square = 0xf431, fa_squarespace = 0xf5be, fa_stack_exchange = 0xf18d, fa_stack_overflow = 0xf16c, @@ -1780,6 +2376,7 @@ enum fa_brand_icons : uint16_t { fa_strava = 0xf428, fa_stripe = 0xf429, fa_stripe_s = 0xf42a, + fa_stubber = 0xe5c7, fa_studiovinari = 0xf3f8, fa_stumbleupon = 0xf1a4, fa_stumbleupon_circle = 0xf1a3, @@ -1790,6 +2387,7 @@ enum fa_brand_icons : uint16_t { fa_symfony = 0xf83d, fa_teamspeak = 0xf4f9, fa_telegram = 0xf2c6, + fa_telegram_plane = 0xf2c6, fa_tencent_weibo = 0xf1d5, fa_the_red_yeti = 0xf69d, fa_themeco = 0xf5c6, @@ -1835,6 +2433,7 @@ enum fa_brand_icons : uint16_t { fa_wikipedia_w = 0xf266, fa_windows = 0xf17a, fa_wirsindhandwerk = 0xe2d0, + fa_wsh = 0xe2d0, fa_wix = 0xf5cf, fa_wizards_of_the_coast = 0xf730, fa_wodu = 0xe088, @@ -1845,6 +2444,7 @@ enum fa_brand_icons : uint16_t { fa_wpexplorer = 0xf2de, fa_wpforms = 0xf298, fa_wpressr = 0xf3e4, + fa_rendact = 0xf3e4, fa_xbox = 0xf412, fa_xing = 0xf168, fa_y_combinator = 0xf23b, @@ -1882,6 +2482,7 @@ enum fa_pro_icons : uint16_t { fa_alicorn = 0xf6b0, fa_alien = 0xf8f5, fa_alien_8bit = 0xf8f6, + fa_alien_monster = 0xf8f6, fa_align_slash = 0xf846, fa_alt = 0xe08a, fa_amp_guitar = 0xf8a1, @@ -1894,56 +2495,80 @@ enum fa_pro_icons : uint16_t { fa_apostrophe = 0x27, fa_apple_core = 0xe08f, fa_arrow_down_arrow_up = 0xf883, + fa_sort_alt = 0xf883, fa_arrow_down_big_small = 0xf88c, + fa_sort_size_down = 0xf88c, fa_arrow_down_from_dotted_line = 0xe090, fa_arrow_down_from_line = 0xf345, + fa_arrow_from_top = 0xf345, fa_arrow_down_left = 0xe091, fa_arrow_down_left_and_arrow_up_right_to_center = 0xe092, fa_arrow_down_right = 0xe093, fa_arrow_down_small_big = 0xf88d, + fa_sort_size_down_alt = 0xf88d, fa_arrow_down_square_triangle = 0xf889, + fa_sort_shapes_down_alt = 0xf889, fa_arrow_down_to_arc = 0xe4ae, fa_arrow_down_to_bracket = 0xe094, fa_arrow_down_to_dotted_line = 0xe095, fa_arrow_down_to_line = 0xf33d, + fa_arrow_to_bottom = 0xf33d, fa_arrow_down_to_square = 0xe096, fa_arrow_down_triangle_square = 0xf888, + fa_sort_shapes_down = 0xf888, fa_arrow_left_from_line = 0xf344, + fa_arrow_from_right = 0xf344, fa_arrow_left_long_to_line = 0xe3d4, fa_arrow_left_to_line = 0xf33e, + fa_arrow_to_left = 0xf33e, fa_arrow_right_from_arc = 0xe4b1, fa_arrow_right_from_line = 0xf343, + fa_arrow_from_left = 0xf343, fa_arrow_right_long_to_line = 0xe3d5, fa_arrow_right_to_arc = 0xe4b2, fa_arrow_right_to_line = 0xf340, + fa_arrow_to_right = 0xf340, fa_arrow_turn_down_left = 0xe2e1, fa_arrow_turn_down_right = 0xe3d6, fa_arrow_up_arrow_down = 0xe099, + fa_sort_up_down = 0xe099, fa_arrow_up_big_small = 0xf88e, + fa_sort_size_up = 0xf88e, fa_arrow_up_from_arc = 0xe4b4, fa_arrow_up_from_dotted_line = 0xe09b, fa_arrow_up_from_line = 0xf342, + fa_arrow_from_bottom = 0xf342, fa_arrow_up_from_square = 0xe09c, fa_arrow_up_left = 0xe09d, fa_arrow_up_left_from_circle = 0xe09e, fa_arrow_up_right = 0xe09f, fa_arrow_up_right_and_arrow_down_left_from_center = 0xe0a0, fa_arrow_up_small_big = 0xf88f, + fa_sort_size_up_alt = 0xf88f, fa_arrow_up_square_triangle = 0xf88b, + fa_sort_shapes_up_alt = 0xf88b, fa_arrow_up_to_dotted_line = 0xe0a1, fa_arrow_up_to_line = 0xf341, + fa_arrow_to_top = 0xf341, fa_arrow_up_triangle_square = 0xf88a, + fa_sort_shapes_up = 0xf88a, fa_arrows_cross = 0xe0a2, fa_arrows_from_dotted_line = 0xe0a3, fa_arrows_from_line = 0xe0a4, fa_arrows_maximize = 0xf31d, + fa_expand_arrows = 0xf31d, fa_arrows_minimize = 0xe0a5, + fa_compress_arrows = 0xe0a5, fa_arrows_repeat = 0xf364, + fa_repeat_alt = 0xf364, fa_arrows_repeat_1 = 0xf366, + fa_repeat_1_alt = 0xf366, fa_arrows_retweet = 0xf361, + fa_retweet_alt = 0xf361, fa_arrows_to_dotted_line = 0xe0a6, fa_arrows_to_line = 0xe0a7, fa_atom_simple = 0xf5d3, + fa_atom_alt = 0xf5d3, fa_audio_description_slash = 0xe0a8, fa_avocado = 0xe0aa, fa_award_simple = 0xe0ab, @@ -1966,26 +2591,31 @@ enum fa_pro_icons : uint16_t { fa_ballot = 0xf732, fa_ballot_check = 0xf733, fa_ban_bug = 0xf7f9, + fa_debug = 0xf7f9, fa_ban_parking = 0xf616, + fa_parking_circle_slash = 0xf616, fa_banana = 0xe2e5, - fa_bangladeshi_taka_sign = 0xe2e6, fa_banjo = 0xf8a3, fa_barcode_read = 0xf464, fa_barcode_scan = 0xf465, fa_bars_filter = 0xe0ad, fa_bars_sort = 0xe0ae, fa_basket_shopping_simple = 0xe0af, + fa_shopping_basket_alt = 0xe0af, fa_basketball_hoop = 0xf435, fa_bat = 0xf6b5, fa_battery_bolt = 0xf376, fa_battery_exclamation = 0xe0b0, fa_battery_low = 0xe0b1, + fa_battery_1 = 0xe0b1, fa_battery_slash = 0xf377, fa_bed_bunk = 0xf8f8, fa_bed_empty = 0xf8f9, fa_bed_front = 0xf8f7, + fa_bed_alt = 0xf8f7, fa_bee = 0xe0b2, fa_beer_mug = 0xe0b3, + fa_beer_foam = 0xe0b3, fa_bell_exclamation = 0xf848, fa_bell_on = 0xf8fa, fa_bell_plus = 0xf849, @@ -1993,6 +2623,7 @@ enum fa_pro_icons : uint16_t { fa_bell_school_slash = 0xf5d6, fa_bells = 0xf77f, fa_bench_tree = 0xe2e7, + fa_billboard = 0xe5cd, fa_binary = 0xe33b, fa_binary_circle_check = 0xe33c, fa_binary_lock = 0xe33d, @@ -2005,7 +2636,9 @@ enum fa_pro_icons : uint16_t { fa_blinds_raised = 0xf8fd, fa_block = 0xe46a, fa_block_brick = 0xe3db, + fa_wall_brick = 0xe3db, fa_block_brick_fire = 0xe3dc, + fa_firewall = 0xe3dc, fa_block_question = 0xe3dd, fa_block_quote = 0xe0b5, fa_blueberries = 0xe2e8, @@ -2015,14 +2648,18 @@ enum fa_pro_icons : uint16_t { fa_book_arrow_right = 0xe0b9, fa_book_arrow_up = 0xe0ba, fa_book_blank = 0xf5d9, + fa_book_alt = 0xf5d9, fa_book_circle_arrow_right = 0xe0bc, fa_book_circle_arrow_up = 0xe0bd, fa_book_copy = 0xe0be, fa_book_font = 0xe0bf, fa_book_heart = 0xf499, fa_book_open_cover = 0xe0c0, + fa_book_open_alt = 0xe0c0, fa_book_section = 0xe0c1, + fa_book_law = 0xe0c1, fa_book_sparkles = 0xf6b8, + fa_book_spells = 0xf6b8, fa_book_user = 0xf7e7, fa_bookmark_slash = 0xe0c2, fa_books = 0xf5db, @@ -2033,6 +2670,7 @@ enum fa_pro_icons : uint16_t { fa_booth_curtain = 0xf734, fa_border_bottom = 0xf84d, fa_border_bottom_right = 0xf854, + fa_border_style_alt = 0xf854, fa_border_center_h = 0xf89c, fa_border_center_v = 0xf89d, fa_border_inner = 0xf84e, @@ -2044,7 +2682,9 @@ enum fa_pro_icons : uint16_t { fa_bowl_chopsticks = 0xe2e9, fa_bowl_chopsticks_noodles = 0xe2ea, fa_bowl_hot = 0xf823, + fa_soup = 0xf823, fa_bowl_scoop = 0xe3de, + fa_bowl_shaved_ice = 0xe3de, fa_bowl_scoops = 0xe3df, fa_bowl_soft_serve = 0xe46b, fa_bowl_spoon = 0xe3e0, @@ -2054,20 +2694,31 @@ enum fa_pro_icons : uint16_t { fa_box_check = 0xf467, fa_box_circle_check = 0xe0c4, fa_box_dollar = 0xf4a0, + fa_box_usd = 0xf4a0, fa_box_heart = 0xf49d, fa_box_open_full = 0xf49c, + fa_box_full = 0xf49c, fa_box_taped = 0xf49a, + fa_box_alt = 0xf49a, fa_boxing_glove = 0xf438, + fa_glove_boxing = 0xf438, fa_bracket_curly = 0x7b, + fa_bracket_curly_left = 0x7b, fa_bracket_curly_right = 0x7d, fa_bracket_round = 0x28, + fa_parenthesis = 0x28, fa_bracket_round_right = 0x29, fa_bracket_square = 0x5b, + fa_bracket = 0x5b, + fa_bracket_left = 0x5b, fa_bracket_square_right = 0x5d, fa_brackets_curly = 0xf7ea, fa_brackets_round = 0xe0c5, + fa_parentheses = 0xe0c5, fa_brackets_square = 0xf7e9, + fa_brackets = 0xf7e9, fa_brain_arrow_curved_right = 0xf677, + fa_mind_share = 0xf677, fa_brain_circuit = 0xe0c6, fa_brake_warning = 0xe0c7, fa_bread_loaf = 0xf7eb, @@ -2080,12 +2731,16 @@ enum fa_pro_icons : uint16_t { fa_bring_forward = 0xf856, fa_bring_front = 0xf857, fa_broccoli = 0xe3e2, + fa_broom_wide = 0xe5d1, fa_browser = 0xf37e, fa_browsers = 0xe0cb, fa_buildings = 0xe0cc, fa_bullseye_arrow = 0xf648, fa_bullseye_pointer = 0xf649, + fa_buoy = 0xe5b5, + fa_buoy_mooring = 0xe5b6, fa_burger_cheese = 0xf7f1, + fa_cheeseburger = 0xf7f1, fa_burger_fries = 0xe0cd, fa_burger_glass = 0xe0ce, fa_burger_lettuce = 0xe3e3, @@ -2097,37 +2752,51 @@ enum fa_pro_icons : uint16_t { fa_cabinet_filing = 0xf64b, fa_cactus = 0xf8a7, fa_cake_slice = 0xe3e5, + fa_shortcake = 0xe3e5, fa_calculator_simple = 0xf64c, + fa_calculator_alt = 0xf64c, fa_calendar_arrow_down = 0xe0d0, + fa_calendar_download = 0xe0d0, fa_calendar_arrow_up = 0xe0d1, + fa_calendar_upload = 0xe0d1, fa_calendar_circle_exclamation = 0xe46e, fa_calendar_circle_minus = 0xe46f, fa_calendar_circle_plus = 0xe470, fa_calendar_circle_user = 0xe471, fa_calendar_clock = 0xe0d2, + fa_calendar_time = 0xe0d2, fa_calendar_exclamation = 0xf334, fa_calendar_heart = 0xe0d3, fa_calendar_image = 0xe0d4, fa_calendar_lines = 0xe0d5, + fa_calendar_note = 0xe0d5, fa_calendar_lines_pen = 0xe472, fa_calendar_pen = 0xf333, + fa_calendar_edit = 0xf333, fa_calendar_range = 0xe0d6, fa_calendar_star = 0xf736, fa_calendars = 0xe0d7, fa_camcorder = 0xf8a8, + fa_video_handheld = 0xf8a8, fa_camera_cctv = 0xf8ac, + fa_cctv = 0xf8ac, fa_camera_movie = 0xf8a9, fa_camera_polaroid = 0xf8aa, fa_camera_security = 0xf8fe, + fa_camera_home = 0xf8fe, fa_camera_slash = 0xe0d9, fa_camera_viewfinder = 0xe0da, + fa_screenshot = 0xe0da, fa_camera_web = 0xf832, + fa_webcam = 0xf832, fa_camera_web_slash = 0xf833, + fa_webcam_slash = 0xf833, fa_campfire = 0xf6ba, fa_can_food = 0xe3e6, fa_candle_holder = 0xf6bc, fa_candy = 0xe3e7, fa_candy_bar = 0xe3e8, + fa_chocolate_bar = 0xe3e8, fa_candy_corn = 0xf6bd, fa_car_bolt = 0xe341, fa_car_building = 0xf859, @@ -2140,7 +2809,9 @@ enum fa_pro_icons : uint16_t { fa_car_tilt = 0xf5e5, fa_car_wash = 0xf5e6, fa_car_wrench = 0xf5e3, + fa_car_mechanic = 0xf5e3, fa_caravan_simple = 0xe000, + fa_caravan_alt = 0xe000, fa_card_club = 0xe3e9, fa_card_diamond = 0xe3ea, fa_card_heart = 0xe3eb, @@ -2156,25 +2827,32 @@ enum fa_pro_icons : uint16_t { fa_cart_circle_plus = 0xe3f3, fa_cart_circle_xmark = 0xe3f4, fa_cart_flatbed_boxes = 0xf475, + fa_dolly_flatbed_alt = 0xf475, fa_cart_flatbed_empty = 0xf476, + fa_dolly_flatbed_empty = 0xf476, fa_cart_minus = 0xe0db, fa_cart_shopping_fast = 0xe0dc, fa_cart_xmark = 0xe0dd, fa_cassette_betamax = 0xf8a4, + fa_betamax = 0xf8a4, fa_cassette_tape = 0xf8ab, fa_cassette_vhs = 0xf8ec, + fa_vhs = 0xf8ec, fa_castle = 0xe0de, fa_cat_space = 0xe001, fa_cauldron = 0xf6bf, fa_chair_office = 0xf6c1, fa_champagne_glass = 0xf79e, + fa_glass_champagne = 0xf79e, fa_chart_bullet = 0xe0e1, fa_chart_candlestick = 0xe0e2, fa_chart_line_down = 0xf64d, fa_chart_line_up = 0xe0e5, fa_chart_mixed = 0xf643, + fa_analytics = 0xf643, fa_chart_network = 0xf78a, fa_chart_pie_simple = 0xf64e, + fa_chart_pie_alt = 0xf64e, fa_chart_pyramid = 0xe0e6, fa_chart_radar = 0xe0e7, fa_chart_scatter = 0xf7ee, @@ -2183,22 +2861,34 @@ enum fa_pro_icons : uint16_t { fa_chart_simple_horizontal = 0xe474, fa_chart_tree_map = 0xe0ea, fa_chart_user = 0xf6a3, + fa_user_chart = 0xf6a3, fa_chart_waterfall = 0xe0eb, fa_cheese_swiss = 0xf7f0, fa_cherries = 0xe0ec, fa_chess_bishop_piece = 0xf43b, + fa_chess_bishop_alt = 0xf43b, fa_chess_clock = 0xf43d, fa_chess_clock_flip = 0xf43e, + fa_chess_clock_alt = 0xf43e, fa_chess_king_piece = 0xf440, + fa_chess_king_alt = 0xf440, fa_chess_knight_piece = 0xf442, + fa_chess_knight_alt = 0xf442, fa_chess_pawn_piece = 0xf444, + fa_chess_pawn_alt = 0xf444, fa_chess_queen_piece = 0xf446, + fa_chess_queen_alt = 0xf446, fa_chess_rook_piece = 0xf448, + fa_chess_rook_alt = 0xf448, fa_chestnut = 0xe3f6, fa_chevrons_down = 0xf322, + fa_chevron_double_down = 0xf322, fa_chevrons_left = 0xf323, + fa_chevron_double_left = 0xf323, fa_chevrons_right = 0xf324, + fa_chevron_double_right = 0xf324, fa_chevrons_up = 0xf325, + fa_chevron_double_up = 0xf325, fa_chimney = 0xf78b, fa_chopsticks = 0xe3f7, fa_circle_0 = 0xe0ed, @@ -2220,66 +2910,97 @@ enum fa_pro_icons : uint16_t { fa_circle_b = 0xe0fd, fa_circle_bolt = 0xe0fe, fa_circle_book_open = 0xe0ff, + fa_book_circle = 0xe0ff, fa_circle_bookmark = 0xe100, + fa_bookmark_circle = 0xe100, fa_circle_c = 0xe101, fa_circle_calendar = 0xe102, + fa_calendar_circle = 0xe102, fa_circle_camera = 0xe103, + fa_camera_circle = 0xe103, fa_circle_caret_down = 0xf32d, + fa_caret_circle_down = 0xf32d, fa_circle_caret_left = 0xf32e, + fa_caret_circle_left = 0xf32e, fa_circle_caret_right = 0xf330, + fa_caret_circle_right = 0xf330, fa_circle_caret_up = 0xf331, + fa_caret_circle_up = 0xf331, fa_circle_d = 0xe104, fa_circle_dashed = 0xe105, fa_circle_divide = 0xe106, fa_circle_dollar = 0xf2e8, + fa_dollar_circle = 0xf2e8, + fa_usd_circle = 0xf2e8, fa_circle_down_left = 0xe107, fa_circle_down_right = 0xe108, fa_circle_e = 0xe109, fa_circle_ellipsis = 0xe10a, fa_circle_ellipsis_vertical = 0xe10b, fa_circle_envelope = 0xe10c, + fa_envelope_circle = 0xe10c, + fa_circle_euro = 0xe5ce, fa_circle_exclamation_check = 0xe10d, fa_circle_f = 0xe10e, fa_circle_g = 0xe10f, fa_circle_half = 0xe110, fa_circle_heart = 0xf4c7, + fa_heart_circle = 0xf4c7, fa_circle_i = 0xe111, fa_circle_j = 0xe112, fa_circle_k = 0xe113, fa_circle_l = 0xe114, fa_circle_location_arrow = 0xf602, + fa_location_circle = 0xf602, fa_circle_m = 0xe115, fa_circle_microphone = 0xe116, + fa_microphone_circle = 0xe116, fa_circle_microphone_lines = 0xe117, + fa_microphone_circle_alt = 0xe117, fa_circle_n = 0xe118, fa_circle_o = 0xe119, fa_circle_p = 0xe11a, fa_circle_parking = 0xf615, + fa_parking_circle = 0xf615, fa_circle_phone = 0xe11b, + fa_phone_circle = 0xe11b, fa_circle_phone_flip = 0xe11c, + fa_phone_circle_alt = 0xe11c, fa_circle_phone_hangup = 0xe11d, + fa_phone_circle_down = 0xe11d, fa_circle_q = 0xe11e, fa_circle_quarter = 0xe11f, + fa_circle_quarter_stroke = 0xe5d3, fa_circle_quarters = 0xe3f8, fa_circle_r = 0xe120, fa_circle_s = 0xe121, fa_circle_small = 0xe122, fa_circle_sort = 0xe030, + fa_sort_circle = 0xe030, fa_circle_sort_down = 0xe031, + fa_sort_circle_down = 0xe031, fa_circle_sort_up = 0xe032, + fa_sort_circle_up = 0xe032, fa_circle_star = 0xe123, + fa_star_circle = 0xe123, + fa_circle_sterling = 0xe5cf, fa_circle_t = 0xe124, fa_circle_three_quarters = 0xe125, + fa_circle_three_quarters_stroke = 0xe5d4, fa_circle_trash = 0xe126, + fa_trash_circle = 0xe126, fa_circle_u = 0xe127, fa_circle_up_left = 0xe128, fa_circle_up_right = 0xe129, fa_circle_v = 0xe12a, fa_circle_video = 0xe12b, + fa_video_circle = 0xe12b, fa_circle_w = 0xe12c, fa_circle_waveform_lines = 0xe12d, + fa_waveform_circle = 0xe12d, fa_circle_x = 0xe12e, fa_circle_y = 0xe12f, + fa_circle_yen = 0xe5d0, fa_circle_z = 0xe130, fa_citrus = 0xe2f4, fa_citrus_slice = 0xe2f5, @@ -2316,11 +3037,14 @@ enum fa_pro_icons : uint16_t { fa_closed_captioning_slash = 0xe135, fa_clothes_hanger = 0xe136, fa_cloud_bolt_moon = 0xf76d, + fa_thunderstorm_moon = 0xf76d, fa_cloud_bolt_sun = 0xf76e, + fa_thunderstorm_sun = 0xf76e, fa_cloud_check = 0xe35c, fa_cloud_drizzle = 0xf738, fa_cloud_exclamation = 0xe491, fa_cloud_fog = 0xf74e, + fa_fog = 0xf74e, fa_cloud_hail = 0xf739, fa_cloud_hail_mixed = 0xf73a, fa_cloud_minus = 0xe35d, @@ -2363,6 +3087,7 @@ enum fa_pro_icons : uint16_t { fa_comment_check = 0xf4ac, fa_comment_code = 0xe147, fa_comment_exclamation = 0xf4af, + fa_comment_heart = 0xe5c8, fa_comment_image = 0xe148, fa_comment_lines = 0xf4b0, fa_comment_middle = 0xe149, @@ -2370,33 +3095,40 @@ enum fa_pro_icons : uint16_t { fa_comment_minus = 0xf4b1, fa_comment_music = 0xf8b0, fa_comment_pen = 0xf4ae, + fa_comment_edit = 0xf4ae, fa_comment_plus = 0xf4b2, fa_comment_question = 0xe14b, fa_comment_quote = 0xe14c, fa_comment_smile = 0xf4b4, fa_comment_text = 0xe14d, fa_comment_xmark = 0xf4b5, + fa_comment_times = 0xf4b5, fa_comments_question = 0xe14e, fa_comments_question_check = 0xe14f, fa_compass_slash = 0xf5e9, fa_compress_wide = 0xf326, fa_computer_classic = 0xf8b1, fa_computer_mouse_scrollwheel = 0xf8cd, + fa_mouse_alt = 0xf8cd, fa_computer_speaker = 0xf8b2, fa_container_storage = 0xf4b7, fa_conveyor_belt = 0xf46e, fa_conveyor_belt_boxes = 0xf46f, + fa_conveyor_belt_alt = 0xf46f, fa_conveyor_belt_empty = 0xe150, fa_corn = 0xf6c7, fa_corner = 0xe3fe, fa_cowbell = 0xf8b3, fa_cowbell_circle_plus = 0xf8b4, + fa_cowbell_more = 0xf8b4, fa_crab = 0xe3ff, fa_crate_apple = 0xf6b1, + fa_apple_crate = 0xf6b1, fa_crate_empty = 0xe151, fa_credit_card_blank = 0xf389, fa_credit_card_front = 0xf38a, fa_cricket_bat_ball = 0xf449, + fa_cricket = 0xf449, fa_croissant = 0xf7f6, fa_crosshairs_simple = 0xe59f, fa_crutches = 0xf7f8, @@ -2405,11 +3137,14 @@ enum fa_pro_icons : uint16_t { fa_cup_straw = 0xe363, fa_cup_straw_swoosh = 0xe364, fa_cup_togo = 0xf6c5, + fa_coffee_togo = 0xf6c5, fa_cupcake = 0xe402, fa_curling_stone = 0xf44a, + fa_curling = 0xf44a, fa_custard = 0xe403, fa_dagger = 0xf6cb, fa_dash = 0xe404, + fa_minus_large = 0xe404, fa_deer = 0xf78e, fa_deer_rudolph = 0xf78f, fa_delete_right = 0xe154, @@ -2422,6 +3157,7 @@ enum fa_pro_icons : uint16_t { fa_diagram_subtask = 0xe479, fa_diagram_venn = 0xe15a, fa_dial = 0xe15b, + fa_dial_med_high = 0xe15b, fa_dial_high = 0xe15c, fa_dial_low = 0xe15d, fa_dial_max = 0xe15e, @@ -2430,16 +3166,22 @@ enum fa_pro_icons : uint16_t { fa_dial_min = 0xe161, fa_dial_off = 0xe162, fa_diamond_exclamation = 0xe405, + fa_diamond_half = 0xe5b7, + fa_diamond_half_stroke = 0xe5b8, fa_dice_d10 = 0xf6cd, fa_dice_d12 = 0xf6ce, fa_dice_d4 = 0xf6d0, fa_dice_d8 = 0xf6d2, fa_diploma = 0xf5ea, + fa_scroll_ribbon = 0xf5ea, fa_disc_drive = 0xf8b5, fa_display_arrow_down = 0xe164, fa_display_code = 0xe165, + fa_desktop_code = 0xe165, fa_display_medical = 0xe166, + fa_desktop_medical = 0xe166, fa_display_slash = 0xe2fa, + fa_desktop_slash = 0xe2fa, fa_distribute_spacing_horizontal = 0xe365, fa_distribute_spacing_vertical = 0xe366, fa_ditto = 0x22, @@ -2448,24 +3190,32 @@ enum fa_pro_icons : uint16_t { fa_dolly_empty = 0xf473, fa_dolphin = 0xe168, fa_donut = 0xe406, + fa_doughnut = 0xe406, fa_down = 0xf354, + fa_arrow_alt_down = 0xf354, fa_down_from_dotted_line = 0xe407, fa_down_from_line = 0xf349, + fa_arrow_alt_from_top = 0xf349, fa_down_left = 0xe16a, fa_down_right = 0xe16b, fa_down_to_bracket = 0xe4e7, fa_down_to_dotted_line = 0xe408, fa_down_to_line = 0xf34a, + fa_arrow_alt_to_bottom = 0xf34a, fa_draw_circle = 0xf5ed, fa_draw_square = 0xf5ef, fa_dreidel = 0xf792, fa_drone = 0xf85f, fa_drone_front = 0xf860, + fa_drone_alt = 0xf860, fa_droplet_degree = 0xf748, + fa_dewpoint = 0xf748, fa_droplet_percent = 0xf750, + fa_humidity = 0xf750, fa_drumstick = 0xf6d6, fa_dryer = 0xf861, fa_dryer_heat = 0xf862, + fa_dryer_alt = 0xf862, fa_duck = 0xf6d8, fa_ear = 0xf5f0, fa_ear_muffs = 0xf795, @@ -2474,11 +3224,15 @@ enum fa_pro_icons : uint16_t { fa_eggplant = 0xe16c, fa_elephant = 0xf6da, fa_ellipsis_stroke = 0xf39b, + fa_ellipsis_h_alt = 0xf39b, fa_ellipsis_stroke_vertical = 0xf39c, + fa_ellipsis_v_alt = 0xf39c, fa_empty_set = 0xf656, fa_engine = 0xe16e, fa_engine_warning = 0xf5f2, + fa_engine_exclamation = 0xf5f2, fa_envelope_dot = 0xe16f, + fa_envelope_badge = 0xe16f, fa_envelope_open_dollar = 0xf657, fa_envelopes = 0xe170, fa_escalator = 0xe171, @@ -2492,6 +3246,7 @@ enum fa_pro_icons : uint16_t { fa_face_anxious_sweat = 0xe36a, fa_face_astonished = 0xe36b, fa_face_awesome = 0xe409, + fa_gave_dandy = 0xe409, fa_face_beam_hand_over_mouth = 0xe47c, fa_face_clouds = 0xe47d, fa_face_confounded = 0xe36c, @@ -2505,6 +3260,7 @@ enum fa_pro_icons : uint16_t { fa_face_drooling = 0xe372, fa_face_exhaling = 0xe480, fa_face_explode = 0xe2fe, + fa_exploding_head = 0xe2fe, fa_face_expressionless = 0xe373, fa_face_eyes_xmarks = 0xe374, fa_face_fearful = 0xe375, @@ -2541,6 +3297,7 @@ enum fa_pro_icons : uint16_t { fa_face_smile_hearts = 0xe390, fa_face_smile_horns = 0xe391, fa_face_smile_plus = 0xf5b9, + fa_smile_plus = 0xf5b9, fa_face_smile_relaxed = 0xe392, fa_face_smile_tear = 0xe393, fa_face_smile_tongue = 0xe394, @@ -2569,20 +3326,26 @@ enum fa_pro_icons : uint16_t { fa_family_pants = 0xe302, fa_fan_table = 0xe004, fa_farm = 0xf864, + fa_barn_silo = 0xf864, fa_fence = 0xe303, fa_ferris_wheel = 0xe174, fa_field_hockey_stick_ball = 0xf44c, + fa_field_hockey = 0xf44c, fa_file_binary = 0xe175, fa_file_certificate = 0xf5f3, + fa_file_award = 0xf5f3, fa_file_chart_column = 0xf659, + fa_file_chart_line = 0xf659, fa_file_chart_pie = 0xf65a, fa_file_check = 0xf316, fa_file_circle_info = 0xe493, fa_file_dashed_line = 0xf877, + fa_page_break = 0xf877, fa_file_exclamation = 0xf31a, fa_file_heart = 0xe176, fa_file_lock = 0xe3a6, fa_file_magnifying_glass = 0xf865, + fa_file_search = 0xf865, fa_file_minus = 0xf318, fa_file_music = 0xf8b6, fa_file_plus = 0xf319, @@ -2591,16 +3354,20 @@ enum fa_pro_icons : uint16_t { fa_file_spreadsheet = 0xf65b, fa_file_user = 0xf65c, fa_file_xmark = 0xf317, + fa_file_times = 0xf317, fa_files = 0xe178, fa_files_medical = 0xf7fd, fa_film_canister = 0xf8b7, + fa_film_cannister = 0xf8b7, fa_film_simple = 0xf3a0, + fa_film_alt = 0xf3a0, fa_film_slash = 0xe179, fa_films = 0xe17a, fa_filter_list = 0xe17c, fa_filter_slash = 0xe17d, fa_filters = 0xe17e, fa_fire_flame = 0xf6df, + fa_flame = 0xf6df, fa_fire_hydrant = 0xe17f, fa_fire_smoke = 0xf74b, fa_fireplace = 0xf79a, @@ -2608,14 +3375,22 @@ enum fa_pro_icons : uint16_t { fa_fish_cooked = 0xf7fe, fa_fishing_rod = 0xe3a8, fa_flag_pennant = 0xf456, + fa_pennant = 0xf456, fa_flag_swallowtail = 0xf74c, + fa_flag_alt = 0xf74c, fa_flashlight = 0xf8b8, fa_flask_round_poison = 0xf6e0, + fa_flask_poison = 0xf6e0, fa_flask_round_potion = 0xf6e1, + fa_flask_potion = 0xf6e1, fa_flatbread = 0xe40b, fa_flatbread_stuffed = 0xe40c, fa_floppy_disk_circle_arrow_right = 0xe180, + fa_save_circle_arrow_right = 0xe180, fa_floppy_disk_circle_xmark = 0xe181, + fa_floppy_disk_times = 0xe181, + fa_save_circle_xmark = 0xe181, + fa_save_times = 0xe181, fa_floppy_disk_pen = 0xe182, fa_floppy_disks = 0xe183, fa_flower = 0xf7ff, @@ -2625,23 +3400,30 @@ enum fa_pro_icons : uint16_t { fa_flux_capacitor = 0xf8ba, fa_flying_disc = 0xe3a9, fa_folder_arrow_down = 0xe053, + fa_folder_download = 0xe053, fa_folder_arrow_up = 0xe054, + fa_folder_upload = 0xe054, fa_folder_bookmark = 0xe186, fa_folder_gear = 0xe187, + fa_folder_cog = 0xe187, fa_folder_grid = 0xe188, fa_folder_heart = 0xe189, fa_folder_image = 0xe18a, fa_folder_magnifying_glass = 0xe18b, + fa_folder_search = 0xe18b, fa_folder_medical = 0xe18c, fa_folder_music = 0xe18d, fa_folder_user = 0xe18e, fa_folder_xmark = 0xf65f, + fa_folder_times = 0xf65f, fa_folders = 0xf660, fa_fondue_pot = 0xe40d, fa_font_case = 0xf866, fa_football_helmet = 0xf44f, fa_fork = 0xf2e3, + fa_utensil_fork = 0xf2e3, fa_fork_knife = 0xf2e6, + fa_utensils_alt = 0xf2e6, fa_forklift = 0xf47a, fa_fort = 0xe486, fa_frame = 0xe495, @@ -2651,8 +3433,11 @@ enum fa_pro_icons : uint16_t { fa_gallery_thumbnails = 0xe3aa, fa_game_board = 0xf867, fa_game_board_simple = 0xf868, + fa_game_board_alt = 0xf868, fa_game_console_handheld = 0xf8bb, + fa_game_console_handheld_crank = 0xe5b9, fa_gamepad_modern = 0xe5a2, + fa_gamepad_alt = 0xe5a2, fa_garage = 0xe009, fa_garage_car = 0xe00a, fa_garage_open = 0xe00b, @@ -2662,11 +3447,17 @@ enum fa_pro_icons : uint16_t { fa_gauge_circle_minus = 0xe497, fa_gauge_circle_plus = 0xe498, fa_gauge_low = 0xf627, + fa_tachometer_alt_slow = 0xf627, fa_gauge_max = 0xf626, + fa_tachometer_alt_fastest = 0xf626, fa_gauge_min = 0xf628, + fa_tachometer_alt_slowest = 0xf628, fa_gauge_simple_low = 0xf62c, + fa_tachometer_slow = 0xf62c, fa_gauge_simple_max = 0xf62b, + fa_tachometer_fastest = 0xf62b, fa_gauge_simple_min = 0xf62d, + fa_tachometer_slowest = 0xf62d, fa_gif = 0xe190, fa_gift_card = 0xf663, fa_gingerbread_man = 0xf79d, @@ -2674,7 +3465,10 @@ enum fa_pro_icons : uint16_t { fa_glass_citrus = 0xf869, fa_glass_empty = 0xe191, fa_glass_half = 0xe192, + fa_glass_half_empty = 0xe192, + fa_glass_half_full = 0xe192, fa_glasses_round = 0xf5f5, + fa_glasses_alt = 0xf5f5, fa_globe_snow = 0xf7a3, fa_globe_stand = 0xf5f6, fa_goal_net = 0xe3ab, @@ -2685,6 +3479,7 @@ enum fa_pro_icons : uint16_t { fa_grate = 0xe193, fa_grate_droplet = 0xe194, fa_grid = 0xe195, + fa_grid_3 = 0xe195, fa_grid_2 = 0xe196, fa_grid_2_plus = 0xe197, fa_grid_4 = 0xe198, @@ -2724,8 +3519,11 @@ enum fa_pro_icons : uint16_t { fa_hand_point_ribbon = 0xe1a6, fa_hand_wave = 0xe1a7, fa_hands_holding_diamond = 0xf47c, + fa_hand_receiving = 0xf47c, fa_hands_holding_dollar = 0xf4c5, + fa_hands_usd = 0xf4c5, fa_hands_holding_heart = 0xf4c3, + fa_hands_heart = 0xf4c3, fa_hashtag_lock = 0xe415, fa_hat_chef = 0xf86b, fa_hat_santa = 0xf7a7, @@ -2734,11 +3532,13 @@ enum fa_pro_icons : uint16_t { fa_head_side = 0xf6e9, fa_head_side_brain = 0xf808, fa_head_side_goggles = 0xf6ea, + fa_head_vr = 0xf6ea, fa_head_side_headphones = 0xf8c2, fa_head_side_heart = 0xe1aa, fa_head_side_medical = 0xf809, fa_heart_half = 0xe1ab, fa_heart_half_stroke = 0xe1ac, + fa_heart_half_alt = 0xe1ac, fa_heat = 0xe00c, fa_helmet_battle = 0xf6eb, fa_hexagon = 0xf312, @@ -2747,11 +3547,16 @@ enum fa_pro_icons : uint16_t { fa_hexagon_exclamation = 0xe417, fa_hexagon_image = 0xe504, fa_hexagon_minus = 0xf307, + fa_minus_hexagon = 0xf307, fa_hexagon_plus = 0xf300, + fa_plus_hexagon = 0xf300, fa_hexagon_vertical_nft = 0xe505, fa_hexagon_vertical_nft_slanted = 0xe506, fa_hexagon_xmark = 0xf2ee, + fa_times_hexagon = 0xf2ee, + fa_xmark_hexagon = 0xf2ee, fa_high_definition = 0xe1ae, + fa_rectangle_hd = 0xe1ae, fa_highlighter_line = 0xe1af, fa_hockey_mask = 0xf6ee, fa_hockey_stick_puck = 0xe3ae, @@ -2765,22 +3570,31 @@ enum fa_pro_icons : uint16_t { fa_hospitals = 0xf80e, fa_hourglass_clock = 0xe41b, fa_house_blank = 0xe487, + fa_home_blank = 0xe487, fa_house_building = 0xe1b1, fa_house_chimney_blank = 0xe3b0, fa_house_chimney_heart = 0xe1b2, fa_house_day = 0xe00e, fa_house_heart = 0xf4c9, + fa_home_heart = 0xf4c9, fa_house_night = 0xe010, fa_house_person_leave = 0xe00f, + fa_house_leave = 0xe00f, + fa_house_person_depart = 0xe00f, fa_house_person_return = 0xe011, + fa_house_person_arrive = 0xe011, + fa_house_return = 0xe011, fa_house_tree = 0xe1b3, fa_house_turret = 0xe1b4, fa_house_water = 0xf74f, + fa_house_flood = 0xf74f, fa_house_window = 0xe3b3, fa_hundred_points = 0xe41c, + fa_100 = 0xe41c, fa_hyphen = 0x2d, fa_ice_skate = 0xf7ac, fa_image_landscape = 0xe1b5, + fa_landscape = 0xe1b5, fa_image_polaroid = 0xf8c4, fa_image_polaroid_user = 0xe1b6, fa_image_slash = 0xe1b7, @@ -2788,16 +3602,21 @@ enum fa_pro_icons : uint16_t { fa_images_user = 0xe1b9, fa_inbox_full = 0xe1ba, fa_inbox_in = 0xf310, + fa_inbox_arrow_down = 0xf310, fa_inbox_out = 0xf311, + fa_inbox_arrow_up = 0xf311, fa_inboxes = 0xe1bb, fa_industry_windows = 0xf3b3, + fa_industry_alt = 0xf3b3, fa_inhaler = 0xf5f9, fa_input_numeric = 0xe1bd, fa_input_pipe = 0xe1be, fa_input_text = 0xe1bf, fa_integral = 0xf667, + fa_interrobang = 0xe5ba, fa_intersection = 0xf668, fa_island_tropical = 0xf811, + fa_island_tree_palm = 0xf811, fa_jack_o_lantern = 0xf30e, fa_joystick = 0xf8c5, fa_jug = 0xf8c6, @@ -2814,6 +3633,7 @@ enum fa_pro_icons : uint16_t { fa_kite = 0xf6f4, fa_kiwi_fruit = 0xe30c, fa_knife = 0xf2e4, + fa_utensil_knife = 0xf2e4, fa_knife_kitchen = 0xf6f5, fa_lacrosse_stick = 0xe3b5, fa_lacrosse_stick_ball = 0xe3b6, @@ -2824,19 +3644,25 @@ enum fa_pro_icons : uint16_t { fa_lamp_street = 0xe1c5, fa_laptop_arrow_down = 0xe1c6, fa_laptop_mobile = 0xf87a, + fa_phone_laptop = 0xf87a, fa_laptop_slash = 0xe1c7, fa_lasso = 0xf8c8, fa_lasso_sparkles = 0xe1c9, fa_layer_minus = 0xf5fe, + fa_layer_group_minus = 0xf5fe, fa_layer_plus = 0xf5ff, + fa_layer_group_plus = 0xf5ff, fa_leaf_heart = 0xf4cb, fa_leaf_maple = 0xf6f6, fa_leaf_oak = 0xf6f7, fa_leafy_green = 0xe41d, fa_left = 0xf355, + fa_arrow_alt_left = 0xf355, fa_left_from_line = 0xf348, + fa_arrow_alt_from_right = 0xf348, fa_left_long_to_line = 0xe41e, fa_left_to_line = 0xf34b, + fa_arrow_alt_to_left = 0xf34b, fa_light_ceiling = 0xe016, fa_light_emergency = 0xe41f, fa_light_emergency_on = 0xe420, @@ -2854,7 +3680,9 @@ enum fa_pro_icons : uint16_t { fa_line_columns = 0xf870, fa_line_height = 0xf871, fa_link_horizontal = 0xe1cb, + fa_chain_horizontal = 0xe1cb, fa_link_horizontal_slash = 0xe1cc, + fa_chain_horizontal_slash = 0xe1cc, fa_link_simple = 0xe1cd, fa_link_simple_slash = 0xe1ce, fa_lips = 0xf600, @@ -2866,25 +3694,44 @@ enum fa_pro_icons : uint16_t { fa_loader = 0xe1d4, fa_lobster = 0xe421, fa_location_check = 0xf606, + fa_map_marker_check = 0xf606, fa_location_crosshairs_slash = 0xf603, + fa_location_slash = 0xf603, fa_location_dot_slash = 0xf605, + fa_map_marker_alt_slash = 0xf605, fa_location_exclamation = 0xf608, + fa_map_marker_exclamation = 0xf608, fa_location_minus = 0xf609, + fa_map_marker_minus = 0xf609, fa_location_pen = 0xf607, + fa_map_marker_edit = 0xf607, fa_location_pin_slash = 0xf60c, + fa_map_marker_slash = 0xf60c, fa_location_plus = 0xf60a, + fa_map_marker_plus = 0xf60a, fa_location_question = 0xf60b, + fa_map_marker_question = 0xf60b, fa_location_smile = 0xf60d, + fa_map_marker_smile = 0xf60d, fa_location_xmark = 0xf60e, + fa_map_marker_times = 0xf60e, + fa_map_marker_xmark = 0xf60e, fa_lock_a = 0xe422, fa_lock_hashtag = 0xe423, fa_lock_keyhole = 0xf30d, + fa_lock_alt = 0xf30d, fa_lock_keyhole_open = 0xf3c2, + fa_lock_open_alt = 0xf3c2, fa_lollipop = 0xe424, + fa_lollypop = 0xe424, fa_loveseat = 0xf4cc, + fa_couch_small = 0xf4cc, fa_luchador_mask = 0xf455, + fa_luchador = 0xf455, + fa_mask_luchador = 0xf455, fa_mace = 0xf6f8, fa_mailbox = 0xf813, + fa_mailbox_flag_up = 0xe5bb, fa_mandolin = 0xf6f9, fa_mango = 0xe30f, fa_manhole = 0xe1d6, @@ -2899,33 +3746,60 @@ enum fa_pro_icons : uint16_t { fa_memo_pad = 0xe1da, fa_merge = 0xe526, fa_message_arrow_down = 0xe1db, + fa_comment_alt_arrow_down = 0xe1db, fa_message_arrow_up = 0xe1dc, + fa_comment_alt_arrow_up = 0xe1dc, fa_message_arrow_up_right = 0xe1dd, fa_message_bot = 0xe3b8, fa_message_captions = 0xe1de, + fa_comment_alt_captions = 0xe1de, fa_message_check = 0xf4a2, + fa_comment_alt_check = 0xf4a2, fa_message_code = 0xe1df, fa_message_dollar = 0xf650, + fa_comment_alt_dollar = 0xf650, fa_message_dots = 0xf4a3, + fa_comment_alt_dots = 0xf4a3, + fa_messaging = 0xf4a3, fa_message_exclamation = 0xf4a5, + fa_comment_alt_exclamation = 0xf4a5, + fa_message_heart = 0xe5c9, fa_message_image = 0xe1e0, + fa_comment_alt_image = 0xe1e0, fa_message_lines = 0xf4a6, + fa_comment_alt_lines = 0xf4a6, fa_message_medical = 0xf7f4, + fa_comment_alt_medical = 0xf7f4, fa_message_middle = 0xe1e1, + fa_comment_middle_alt = 0xe1e1, fa_message_middle_top = 0xe1e2, + fa_comment_middle_top_alt = 0xe1e2, fa_message_minus = 0xf4a7, + fa_comment_alt_minus = 0xf4a7, fa_message_music = 0xf8af, + fa_comment_alt_music = 0xf8af, fa_message_pen = 0xf4a4, + fa_comment_alt_edit = 0xf4a4, + fa_message_edit = 0xf4a4, fa_message_plus = 0xf4a8, + fa_comment_alt_plus = 0xf4a8, fa_message_question = 0xe1e3, fa_message_quote = 0xe1e4, + fa_comment_alt_quote = 0xe1e4, fa_message_slash = 0xf4a9, + fa_comment_alt_slash = 0xf4a9, fa_message_smile = 0xf4aa, + fa_comment_alt_smile = 0xf4aa, fa_message_sms = 0xe1e5, fa_message_text = 0xe1e6, + fa_comment_alt_text = 0xe1e6, fa_message_xmark = 0xf4ab, + fa_comment_alt_times = 0xf4ab, + fa_message_times = 0xf4ab, fa_messages = 0xf4b6, + fa_comments_alt = 0xf4b6, fa_messages_dollar = 0xf652, + fa_comments_alt_dollar = 0xf652, fa_messages_question = 0xe1e7, fa_meter = 0xe1e8, fa_meter_bolt = 0xe1e9, @@ -2936,19 +3810,25 @@ enum fa_pro_icons : uint16_t { fa_microwave = 0xe01b, fa_mistletoe = 0xf7b4, fa_mobile_notch = 0xe1ee, + fa_mobile_iphone = 0xe1ee, fa_mobile_signal = 0xe1ef, fa_mobile_signal_out = 0xe1f0, fa_money_bill_simple = 0xe1f1, fa_money_bill_simple_wave = 0xe1f2, fa_money_bills_simple = 0xe1f4, + fa_money_bills_alt = 0xe1f4, fa_money_check_dollar_pen = 0xf873, + fa_money_check_edit_alt = 0xf873, fa_money_check_pen = 0xf872, + fa_money_check_edit = 0xf872, fa_money_from_bracket = 0xe312, fa_money_simple_from_bracket = 0xe313, fa_monitor_waveform = 0xf611, + fa_monitor_heart_rate = 0xf611, fa_monkey = 0xf6fb, fa_moon_cloud = 0xf754, fa_moon_over_sun = 0xf74a, + fa_eclipse_alt = 0xf74a, fa_moon_stars = 0xf755, fa_moped = 0xe3b9, fa_mountains = 0xf6fd, @@ -2960,8 +3840,11 @@ enum fa_pro_icons : uint16_t { fa_mug_tea_saucer = 0xe1f5, fa_mushroom = 0xe425, fa_music_note = 0xf8cf, + fa_music_alt = 0xf8cf, fa_music_note_slash = 0xf8d0, + fa_music_alt_slash = 0xf8d0, fa_music_slash = 0xf8d1, + fa_mustache = 0xe5bc, fa_narwhal = 0xf6fe, fa_nesting_dolls = 0xe3ba, fa_nfc = 0xe1f7, @@ -2971,7 +3854,7 @@ enum fa_pro_icons : uint16_t { fa_nfc_signal = 0xe1fb, fa_nfc_slash = 0xe1fc, fa_nfc_trash = 0xe1fd, - fa_notdef = 0xe1fe, + fa_nose = 0xe5bd, fa_note = 0xe1ff, fa_note_medical = 0xe200, fa_notebook = 0xe201, @@ -2992,10 +3875,15 @@ enum fa_pro_icons : uint16_t { fa_octagon_divide = 0xe203, fa_octagon_exclamation = 0xe204, fa_octagon_minus = 0xf308, + fa_minus_octagon = 0xf308, fa_octagon_plus = 0xf301, + fa_plus_octagon = 0xf301, fa_octagon_xmark = 0xf2f0, + fa_times_octagon = 0xf2f0, + fa_xmark_octagon = 0xf2f0, fa_oil_can_drip = 0xe205, fa_oil_temperature = 0xf614, + fa_oil_temp = 0xf614, fa_olive = 0xe316, fa_olive_branch = 0xe317, fa_omega = 0xf67a, @@ -3007,23 +3895,34 @@ enum fa_pro_icons : uint16_t { fa_overline = 0xf876, fa_page = 0xe428, fa_page_caret_down = 0xe429, + fa_file_caret_down = 0xe429, fa_page_caret_up = 0xe42a, + fa_file_caret_up = 0xe42a, fa_paintbrush_fine = 0xf5a9, + fa_paint_brush_alt = 0xf5a9, + fa_paint_brush_fine = 0xf5a9, + fa_paintbrush_alt = 0xf5a9, fa_paintbrush_pencil = 0xe206, fa_pallet_box = 0xe208, fa_pallet_boxes = 0xf483, + fa_palette_boxes = 0xf483, + fa_pallet_alt = 0xf483, fa_pan_food = 0xe42b, fa_pan_frying = 0xe42c, fa_pancakes = 0xe42d, fa_panel_ews = 0xe42e, fa_panel_fire = 0xe42f, fa_paper_plane_top = 0xe20a, + fa_paper_plane_alt = 0xe20a, + fa_send = 0xe20a, fa_paperclip_vertical = 0xe3c2, fa_paragraph_left = 0xf878, + fa_paragraph_rtl = 0xf878, fa_party_bell = 0xe31a, fa_party_horn = 0xe31b, fa_paw_claws = 0xf702, fa_paw_simple = 0xf701, + fa_paw_alt = 0xf701, fa_peach = 0xe20b, fa_peanut = 0xe430, fa_peanuts = 0xe431, @@ -3033,13 +3932,16 @@ enum fa_pro_icons : uint16_t { fa_pegasus = 0xf703, fa_pen_circle = 0xe20e, fa_pen_clip_slash = 0xe20f, + fa_pen_alt_slash = 0xe20f, fa_pen_fancy_slash = 0xe210, fa_pen_field = 0xe211, fa_pen_line = 0xe212, fa_pen_nib_slash = 0xe4a1, fa_pen_paintbrush = 0xf618, + fa_pencil_paintbrush = 0xf618, fa_pen_slash = 0xe213, fa_pen_swirl = 0xe214, + fa_pencil_mechanical = 0xe5ca, fa_pencil_slash = 0xe215, fa_people = 0xe216, fa_people_dress = 0xe217, @@ -3050,24 +3952,37 @@ enum fa_pro_icons : uint16_t { fa_pepper = 0xe432, fa_period = 0x2e, fa_person_biking_mountain = 0xf84b, + fa_biking_mountain = 0xf84b, fa_person_carry_box = 0xf4cf, + fa_person_carry = 0xf4cf, fa_person_dolly = 0xf4d0, fa_person_dolly_empty = 0xf4d1, fa_person_dress_simple = 0xe21c, fa_person_from_portal = 0xe023, + fa_portal_exit = 0xe023, fa_person_pinball = 0xe21d, fa_person_seat = 0xe21e, fa_person_seat_reclined = 0xe21f, fa_person_sign = 0xf757, fa_person_simple = 0xe220, fa_person_ski_jumping = 0xf7c7, + fa_ski_jump = 0xf7c7, fa_person_ski_lift = 0xf7c8, + fa_ski_lift = 0xf7c8, fa_person_sledding = 0xf7cb, + fa_sledding = 0xf7cb, fa_person_snowmobiling = 0xf7d1, + fa_snowmobile = 0xf7d1, fa_person_to_door = 0xe433, fa_person_to_portal = 0xe022, + fa_portal_enter = 0xe022, fa_phone_arrow_down_left = 0xe223, + fa_phone_arrow_down = 0xe223, + fa_phone_incoming = 0xe223, + fa_phone_arrow_right = 0xe5be, fa_phone_arrow_up_right = 0xe224, + fa_phone_arrow_up = 0xe224, + fa_phone_outgoing = 0xe224, fa_phone_hangup = 0xe225, fa_phone_intercom = 0xe434, fa_phone_missed = 0xe226, @@ -3079,6 +3994,7 @@ enum fa_pro_icons : uint16_t { fa_pi = 0xf67e, fa_piano = 0xf8d4, fa_piano_keyboard = 0xf8d5, + fa_pickaxe = 0xe5bf, fa_pickleball = 0xe435, fa_pie = 0xf705, fa_pig = 0xf706, @@ -3093,6 +4009,7 @@ enum fa_pro_icons : uint16_t { fa_pipe_valve = 0xe439, fa_pizza = 0xf817, fa_plane_engines = 0xf3de, + fa_plane_alt = 0xf3de, fa_plane_prop = 0xe22b, fa_plane_tail = 0xe22c, fa_plane_up_slash = 0xe22e, @@ -3111,34 +4028,44 @@ enum fa_pro_icons : uint16_t { fa_popsicle = 0xe43e, fa_pot_food = 0xe43f, fa_potato = 0xe440, + fa_prescription_bottle_pill = 0xe5c0, fa_presentation_screen = 0xf685, + fa_presentation = 0xf685, fa_pretzel = 0xe441, fa_print_magnifying_glass = 0xf81a, + fa_print_search = 0xf81a, fa_print_slash = 0xf686, fa_projector = 0xf8d6, fa_pump = 0xe442, fa_pumpkin = 0xf707, fa_puzzle = 0xe443, fa_puzzle_piece_simple = 0xe231, + fa_puzzle_piece_alt = 0xe231, fa_quotes = 0xe234, fa_rabbit = 0xf708, fa_rabbit_running = 0xf709, + fa_rabbit_fast = 0xf709, fa_racquet = 0xf45a, fa_radar = 0xe024, fa_radio_tuner = 0xf8d8, + fa_radio_alt = 0xf8d8, fa_raindrops = 0xf75c, fa_ram = 0xf70a, fa_ramp_loading = 0xf4d4, fa_raygun = 0xe025, fa_rectangle = 0xf2fa, + fa_rectangle_landscape = 0xf2fa, fa_rectangle_barcode = 0xf463, + fa_barcode_alt = 0xf463, fa_rectangle_code = 0xe322, fa_rectangle_history = 0xe4a2, fa_rectangle_history_circle_plus = 0xe4a3, fa_rectangle_history_circle_user = 0xe4a4, fa_rectangle_pro = 0xe235, + fa_pro = 0xe235, fa_rectangle_terminal = 0xe236, fa_rectangle_vertical = 0xf2fb, + fa_rectangle_portrait = 0xf2fb, fa_rectangle_vertical_history = 0xe237, fa_rectangle_wide = 0xf2fc, fa_rectangles_mixed = 0xe323, @@ -3146,12 +4073,16 @@ enum fa_pro_icons : uint16_t { fa_refrigerator = 0xe026, fa_repeat_1 = 0xf365, fa_reply_clock = 0xe239, + fa_reply_time = 0xe239, fa_restroom_simple = 0xe23a, fa_rhombus = 0xe23b, fa_right = 0xf356, + fa_arrow_alt_right = 0xf356, fa_right_from_line = 0xf347, + fa_arrow_alt_from_left = 0xf347, fa_right_long_to_line = 0xe444, fa_right_to_line = 0xf34c, + fa_arrow_alt_to_right = 0xf34c, fa_ring_diamond = 0xe5ab, fa_rings_wedding = 0xf81b, fa_robot_astromech = 0xe2d2, @@ -3166,20 +4097,25 @@ enum fa_pro_icons : uint16_t { fa_rv = 0xf7be, fa_sack = 0xf81c, fa_salad = 0xf81e, + fa_bowl_salad = 0xf81e, fa_salt_shaker = 0xe446, fa_sandwich = 0xf81f, fa_sausage = 0xf820, fa_saxophone = 0xf8dc, fa_saxophone_fire = 0xf8db, + fa_sax_hot = 0xf8db, fa_scalpel = 0xf61d, fa_scalpel_line_dashed = 0xf61e, + fa_scalpel_path = 0xf61e, fa_scanner_gun = 0xf488, + fa_scanner = 0xf488, fa_scanner_image = 0xf8f3, fa_scanner_keyboard = 0xf489, fa_scanner_touchscreen = 0xf48a, fa_scarecrow = 0xf70d, fa_scarf = 0xf7c1, fa_screen_users = 0xf63d, + fa_users_class = 0xf63d, fa_screencast = 0xe23e, fa_scribble = 0xe23f, fa_scroll_old = 0xf70f, @@ -3195,12 +4131,15 @@ enum fa_pro_icons : uint16_t { fa_send_backward = 0xf87f, fa_sensor = 0xe028, fa_sensor_cloud = 0xe02c, + fa_sensor_smoke = 0xe02c, fa_sensor_fire = 0xe02a, fa_sensor_on = 0xe02b, fa_sensor_triangle_exclamation = 0xe029, + fa_sensor_alert = 0xe029, fa_share_all = 0xf367, fa_sheep = 0xf711, fa_shelves = 0xf480, + fa_inventory = 0xf480, fa_shelves_empty = 0xe246, fa_shield_check = 0xf2f7, fa_shield_cross = 0xf712, @@ -3211,6 +4150,7 @@ enum fa_pro_icons : uint16_t { fa_shield_quartered = 0xe575, fa_shield_slash = 0xe24b, fa_shield_xmark = 0xe24c, + fa_shield_times = 0xe24c, fa_shirt_long_sleeve = 0xe3c7, fa_shirt_running = 0xe3c8, fa_shirt_tank_top = 0xe3c9, @@ -3218,6 +4158,7 @@ enum fa_pro_icons : uint16_t { fa_shovel = 0xf713, fa_shovel_snow = 0xf7c3, fa_shower_down = 0xe24d, + fa_shower_alt = 0xe24d, fa_shredder = 0xf68a, fa_shutters = 0xe449, fa_shuttlecock = 0xf45b, @@ -3226,23 +4167,35 @@ enum fa_pro_icons : uint16_t { fa_sidebar_flip = 0xe24f, fa_sigma = 0xf68b, fa_signal_bars = 0xf690, + fa_signal_alt = 0xf690, + fa_signal_alt_4 = 0xf690, + fa_signal_bars_strong = 0xf690, fa_signal_bars_fair = 0xf692, + fa_signal_alt_2 = 0xf692, fa_signal_bars_good = 0xf693, + fa_signal_alt_3 = 0xf693, fa_signal_bars_slash = 0xf694, + fa_signal_alt_slash = 0xf694, fa_signal_bars_weak = 0xf691, + fa_signal_alt_1 = 0xf691, fa_signal_fair = 0xf68d, + fa_signal_2 = 0xf68d, fa_signal_good = 0xf68e, + fa_signal_3 = 0xf68e, fa_signal_slash = 0xf695, fa_signal_stream = 0xf8dd, fa_signal_stream_slash = 0xe250, fa_signal_strong = 0xf68f, + fa_signal_4 = 0xf68f, fa_signal_weak = 0xf68c, + fa_signal_1 = 0xf68c, fa_signature_lock = 0xe3ca, fa_signature_slash = 0xe3cb, fa_sim_cards = 0xe251, fa_siren = 0xe02d, fa_siren_on = 0xe02e, fa_skeleton = 0xf620, + fa_skeleton_ribs = 0xe5cb, fa_ski_boot = 0xe3cc, fa_ski_boot_ski = 0xe3cd, fa_skull_cow = 0xf8de, @@ -3251,18 +4204,25 @@ enum fa_pro_icons : uint16_t { fa_slider = 0xe252, fa_sliders_simple = 0xe253, fa_sliders_up = 0xf3f1, + fa_sliders_v = 0xf3f1, fa_slot_machine = 0xe3ce, fa_smoke = 0xf760, fa_snake = 0xf716, fa_snooze = 0xf880, + fa_zzz = 0xf880, fa_snow_blowing = 0xf761, + fa_snowflake_droplets = 0xe5c1, fa_snowflakes = 0xf7cf, fa_snowman_head = 0xf79b, + fa_frosty_head = 0xf79b, fa_soft_serve = 0xe400, + fa_creemee = 0xe400, fa_solar_system = 0xe02f, fa_space_station_moon = 0xe033, fa_space_station_moon_construction = 0xe034, + fa_space_station_moon_alt = 0xe034, fa_spade = 0xf2f4, + fa_sparkle = 0xe5d6, fa_sparkles = 0xf890, fa_speaker = 0xf8df, fa_speakers = 0xf8e0, @@ -3287,67 +4247,93 @@ enum fa_pro_icons : uint16_t { fa_square_a_lock = 0xe44d, fa_square_ampersand = 0xe260, fa_square_arrow_down = 0xf339, + fa_arrow_square_down = 0xf339, fa_square_arrow_down_left = 0xe261, fa_square_arrow_down_right = 0xe262, fa_square_arrow_left = 0xf33a, + fa_arrow_square_left = 0xf33a, fa_square_arrow_right = 0xf33b, + fa_arrow_square_right = 0xf33b, fa_square_arrow_up = 0xf33c, + fa_arrow_square_up = 0xf33c, fa_square_arrow_up_left = 0xe263, fa_square_b = 0xe264, fa_square_bolt = 0xe265, fa_square_c = 0xe266, fa_square_chevron_down = 0xf329, + fa_chevron_square_down = 0xf329, fa_square_chevron_left = 0xf32a, + fa_chevron_square_left = 0xf32a, fa_square_chevron_right = 0xf32b, + fa_chevron_square_right = 0xf32b, fa_square_chevron_up = 0xf32c, + fa_chevron_square_up = 0xf32c, fa_square_code = 0xe267, fa_square_d = 0xe268, fa_square_dashed = 0xe269, + fa_square_dashed_circle_plus = 0xe5c2, fa_square_divide = 0xe26a, fa_square_dollar = 0xf2e9, + fa_dollar_square = 0xf2e9, + fa_usd_square = 0xf2e9, fa_square_down = 0xf350, + fa_arrow_alt_square_down = 0xf350, fa_square_down_left = 0xe26b, fa_square_down_right = 0xe26c, fa_square_e = 0xe26d, fa_square_ellipsis = 0xe26e, fa_square_ellipsis_vertical = 0xe26f, fa_square_exclamation = 0xf321, + fa_exclamation_square = 0xf321, fa_square_f = 0xe270, fa_square_fragile = 0xf49b, + fa_box_fragile = 0xf49b, + fa_square_wine_glass_crack = 0xf49b, fa_square_g = 0xe271, fa_square_heart = 0xf4c8, + fa_heart_square = 0xf4c8, fa_square_i = 0xe272, fa_square_info = 0xf30f, + fa_info_square = 0xf30f, fa_square_j = 0xe273, fa_square_k = 0xe274, fa_square_kanban = 0xe488, fa_square_l = 0xe275, fa_square_left = 0xf351, + fa_arrow_alt_square_left = 0xf351, fa_square_list = 0xe489, fa_square_m = 0xe276, fa_square_n = 0xe277, fa_square_o = 0xe278, fa_square_p = 0xe279, fa_square_parking_slash = 0xf617, + fa_parking_slash = 0xf617, fa_square_phone_hangup = 0xe27a, + fa_phone_square_down = 0xe27a, fa_square_q = 0xe27b, fa_square_quarters = 0xe44e, fa_square_question = 0xf2fd, + fa_question_square = 0xf2fd, fa_square_quote = 0xe329, fa_square_r = 0xe27c, fa_square_right = 0xf352, + fa_arrow_alt_square_right = 0xf352, fa_square_ring = 0xe44f, fa_square_root = 0xf697, fa_square_s = 0xe27d, fa_square_sliders = 0xf3f0, + fa_sliders_h_square = 0xf3f0, fa_square_sliders_vertical = 0xf3f2, + fa_sliders_v_square = 0xf3f2, fa_square_small = 0xe27e, fa_square_star = 0xe27f, fa_square_t = 0xe280, fa_square_terminal = 0xe32a, fa_square_this_way_up = 0xf49f, + fa_box_up = 0xf49f, fa_square_u = 0xe281, fa_square_up = 0xf353, + fa_arrow_alt_square_up = 0xf353, fa_square_up_left = 0xe282, fa_square_user = 0xe283, fa_square_v = 0xe284, @@ -3359,15 +4345,19 @@ enum fa_pro_icons : uint16_t { fa_squirrel = 0xf71a, fa_staff = 0xf71b, fa_standard_definition = 0xe28a, + fa_rectangle_sd = 0xe28a, fa_star_christmas = 0xf7d4, fa_star_exclamation = 0xf2f3, fa_star_sharp = 0xe28b, fa_star_sharp_half = 0xe28c, fa_star_sharp_half_stroke = 0xe28d, + fa_star_sharp_half_alt = 0xe28d, fa_star_shooting = 0xe036, fa_starfighter = 0xe037, fa_starfighter_twin_ion_engine = 0xe038, + fa_starfighter_alt = 0xe038, fa_starfighter_twin_ion_engine_advanced = 0xe28e, + fa_starfighter_alt_advanced = 0xe28e, fa_stars = 0xf762, fa_starship = 0xe039, fa_starship_freighter = 0xe03a, @@ -3379,6 +4369,7 @@ enum fa_pro_icons : uint16_t { fa_strawberry = 0xe32b, fa_stretcher = 0xf825, fa_sun_bright = 0xe28f, + fa_sun_alt = 0xe28f, fa_sun_cloud = 0xf763, fa_sun_dust = 0xf764, fa_sun_haze = 0xf765, @@ -3386,22 +4377,29 @@ enum fa_pro_icons : uint16_t { fa_sunrise = 0xf766, fa_sunset = 0xf767, fa_sushi = 0xe48a, + fa_nigiri = 0xe48a, fa_sushi_roll = 0xe48b, + fa_maki_roll = 0xe48b, + fa_makizushi = 0xe48b, fa_sword = 0xf71c, fa_sword_laser = 0xe03b, fa_sword_laser_alt = 0xe03c, fa_swords = 0xf71d, fa_swords_laser = 0xe03d, fa_symbols = 0xf86e, + fa_icons_alt = 0xf86e, fa_table_layout = 0xe290, fa_table_picnic = 0xe32d, fa_table_pivot = 0xe291, fa_table_rows = 0xe292, + fa_rows = 0xe292, fa_table_tree = 0xe293, fa_tablet_rugged = 0xf48f, fa_tablet_screen = 0xf3fc, + fa_tablet_android_alt = 0xf3fc, fa_taco = 0xf826, fa_tally = 0xf69c, + fa_tally_5 = 0xf69c, fa_tally_1 = 0xe294, fa_tally_2 = 0xe295, fa_tally_3 = 0xe296, @@ -3413,7 +4411,9 @@ enum fa_pro_icons : uint16_t { fa_telescope = 0xe03e, fa_temperature_list = 0xe299, fa_temperature_snow = 0xf768, + fa_temperature_frigid = 0xf768, fa_temperature_sun = 0xf76a, + fa_temperature_hot = 0xf76a, fa_tennis_ball = 0xf45e, fa_text = 0xf893, fa_text_size = 0xf894, @@ -3432,14 +4432,19 @@ enum fa_pro_icons : uint16_t { fa_toggle_large_off = 0xe5b0, fa_toggle_large_on = 0xe5b1, fa_toilet_paper_blank = 0xf71f, + fa_toilet_paper_alt = 0xf71f, fa_toilet_paper_blank_under = 0xe29f, + fa_toilet_paper_reverse_alt = 0xe29f, fa_toilet_paper_check = 0xe5b2, fa_toilet_paper_under = 0xe2a0, + fa_toilet_paper_reverse = 0xe2a0, fa_toilet_paper_under_slash = 0xe2a1, + fa_toilet_paper_reverse_slash = 0xe2a1, fa_toilet_paper_xmark = 0xe5b3, fa_tomato = 0xe330, fa_tombstone = 0xf720, fa_tombstone_blank = 0xf721, + fa_tombstone_alt = 0xf721, fa_toothbrush = 0xf635, fa_tower_control = 0xe2a2, fa_traffic_cone = 0xf636, @@ -3447,6 +4452,7 @@ enum fa_pro_icons : uint16_t { fa_traffic_light_slow = 0xf639, fa_traffic_light_stop = 0xf63a, fa_train_subway_tunnel = 0xe2a3, + fa_subway_tunnel = 0xe2a3, fa_train_track = 0xe453, fa_train_tunnel = 0xe454, fa_transformer_bolt = 0xe2a4, @@ -3464,7 +4470,10 @@ enum fa_pro_icons : uint16_t { fa_trash_can_list = 0xe2ab, fa_trash_can_plus = 0xe2ac, fa_trash_can_slash = 0xe2ad, + fa_trash_alt_slash = 0xe2ad, fa_trash_can_undo = 0xf896, + fa_trash_can_arrow_turn_left = 0xf896, + fa_trash_undo_alt = 0xf896, fa_trash_can_xmark = 0xe2ae, fa_trash_check = 0xe2af, fa_trash_clock = 0xe2b0, @@ -3472,30 +4481,40 @@ enum fa_pro_icons : uint16_t { fa_trash_plus = 0xe2b2, fa_trash_slash = 0xe2b3, fa_trash_undo = 0xf895, + fa_trash_arrow_turn_left = 0xf895, fa_trash_xmark = 0xe2b4, fa_treasure_chest = 0xf723, fa_tree_christmas = 0xf7db, fa_tree_deciduous = 0xf400, + fa_tree_alt = 0xf400, fa_tree_decorated = 0xf7dc, fa_tree_large = 0xf7dd, fa_tree_palm = 0xf82b, fa_trees = 0xf724, fa_triangle = 0xf2ec, fa_triangle_instrument = 0xf8e2, + fa_triangle_music = 0xf8e2, fa_triangle_person_digging = 0xf85d, + fa_construction = 0xf85d, + fa_tricycle = 0xe5c3, + fa_tricycle_adult = 0xe5c4, fa_trillium = 0xe588, fa_trophy_star = 0xf2eb, + fa_trophy_alt = 0xf2eb, fa_truck_bolt = 0xe3d0, fa_truck_clock = 0xf48c, + fa_shipping_timed = 0xf48c, fa_truck_container = 0xf4dc, fa_truck_container_empty = 0xe2b5, fa_truck_flatbed = 0xe2b6, fa_truck_plow = 0xf7de, fa_truck_ramp = 0xf4e0, fa_truck_ramp_couch = 0xf4dd, + fa_truck_couch = 0xf4dd, fa_truck_tow = 0xe2b8, fa_trumpet = 0xf8e3, fa_tty_answer = 0xe2b9, + fa_teletype_answer = 0xe2b9, fa_tugrik_sign = 0xe2ba, fa_turkey = 0xf725, fa_turn_down_left = 0xe331, @@ -3508,17 +4527,21 @@ enum fa_pro_icons : uint16_t { fa_ufo = 0xe047, fa_ufo_beam = 0xe048, fa_umbrella_simple = 0xe2bc, + fa_umbrella_alt = 0xe2bc, fa_unicorn = 0xf727, fa_uniform_martial_arts = 0xe3d1, fa_union = 0xf6a2, fa_up = 0xf357, + fa_arrow_alt_up = 0xf357, fa_up_from_bracket = 0xe590, fa_up_from_dotted_line = 0xe456, fa_up_from_line = 0xf346, + fa_arrow_alt_from_bottom = 0xf346, fa_up_left = 0xe2bd, fa_up_right = 0xe2be, fa_up_to_dotted_line = 0xe457, fa_up_to_line = 0xf34d, + fa_arrow_alt_to_top = 0xf34d, fa_usb_drive = 0xf8e9, fa_user_alien = 0xe04a, fa_user_bounty_hunter = 0xe2bf, @@ -3528,13 +4551,21 @@ enum fa_pro_icons : uint16_t { fa_user_doctor_hair = 0xe458, fa_user_doctor_hair_long = 0xe459, fa_user_doctor_message = 0xf82e, + fa_user_md_chat = 0xf82e, fa_user_group_crown = 0xf6a5, + fa_users_crown = 0xf6a5, fa_user_hair = 0xe45a, fa_user_hair_buns = 0xe3d3, fa_user_hair_long = 0xe45b, fa_user_hair_mullet = 0xe45c, + fa_business_front = 0xe45c, + fa_party_back = 0xe45c, + fa_trian_balbot = 0xe45c, fa_user_headset = 0xf82d, fa_user_helmet_safety = 0xf82c, + fa_user_construction = 0xf82c, + fa_user_hard_hat = 0xf82c, + fa_user_magnifying_glass = 0xe5c5, fa_user_music = 0xf8eb, fa_user_nurse_hair = 0xe45d, fa_user_nurse_hair_long = 0xe45e, @@ -3567,48 +4598,65 @@ enum fa_pro_icons : uint16_t { fa_video_plus = 0xf4e1, fa_violin = 0xf8ed, fa_volume = 0xf6a8, + fa_volume_medium = 0xf6a8, fa_volume_slash = 0xf2e2, fa_waffle = 0xe466, fa_wagon_covered = 0xf8ee, fa_walker = 0xf831, fa_wand = 0xf72a, fa_warehouse_full = 0xf495, + fa_warehouse_alt = 0xf495, fa_washing_machine = 0xf898, + fa_washer = 0xf898, fa_watch = 0xf2e1, fa_watch_apple = 0xe2cb, fa_watch_calculator = 0xf8f0, fa_watch_fitness = 0xf63e, fa_watch_smart = 0xe2cc, fa_water_arrow_down = 0xf774, + fa_water_lower = 0xf774, fa_water_arrow_up = 0xf775, + fa_water_rise = 0xf775, fa_watermelon_slice = 0xe337, fa_wave_pulse = 0xf5f8, + fa_heart_rate = 0xf5f8, fa_wave_sine = 0xf899, fa_wave_triangle = 0xf89a, fa_waveform = 0xf8f1, fa_waveform_lines = 0xf8f2, + fa_waveform_path = 0xf8f2, + fa_webhook = 0xe5d5, fa_whale = 0xf72c, fa_wheat = 0xf72d, fa_wheat_awn_slash = 0xe338, fa_wheat_slash = 0xe339, fa_whiskey_glass_ice = 0xf7a1, + fa_glass_whiskey_rocks = 0xf7a1, fa_whistle = 0xf460, fa_wifi_exclamation = 0xe2cf, fa_wifi_fair = 0xf6ab, + fa_wifi_2 = 0xf6ab, fa_wifi_slash = 0xf6ac, fa_wifi_weak = 0xf6aa, + fa_wifi_1 = 0xf6aa, fa_wind_turbine = 0xf89b, fa_wind_warning = 0xf776, + fa_wind_circle_exclamation = 0xf776, fa_window = 0xf40e, fa_window_flip = 0xf40f, + fa_window_alt = 0xf40f, fa_window_frame = 0xe04f, fa_window_frame_open = 0xe050, fa_windsock = 0xf777, fa_wine_glass_crack = 0xf4bb, + fa_fragile = 0xf4bb, fa_wreath = 0xf7e2, + fa_wreath_laurel = 0xe5d2, fa_wrench_simple = 0xe2d1, fa_xmark_large = 0xe59b, - fa_xmark_to_slot = 0xf771 + fa_xmark_to_slot = 0xf771, + fa_times_to_slot = 0xf771, + fa_vote_nay = 0xf771 }; #endif diff --git a/QtAwesome/QtAwesomePro.qrc b/QtAwesome/QtAwesomePro.qrc index a6a5188..973db86 100644 --- a/QtAwesome/QtAwesomePro.qrc +++ b/QtAwesome/QtAwesomePro.qrc @@ -7,5 +7,6 @@ fonts/pro/Font Awesome 6 Pro-Solid-900.otf fonts/pro/Font Awesome 6 Pro-Thin-100.otf fonts/pro/Font Awesome 6 Sharp-Solid-900.otf + fonts/pro/Font Awesome 6 Sharp-Regular-400.otf diff --git a/QtAwesome/QtAwesomeStringGenerated.h b/QtAwesome/QtAwesomeStringGenerated.h index d2ebcac..e4d753e 100644 --- a/QtAwesome/QtAwesomeStringGenerated.h +++ b/QtAwesome/QtAwesomeStringGenerated.h @@ -11,7 +11,10 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "9", fa::fa_9 } , { "a", fa::fa_a } , { "address-book", fa::fa_address_book } , + { "contact-book", fa::fa_contact_book } , { "address-card", fa::fa_address_card } , + { "contact-card", fa::fa_contact_card } , + { "vcard", fa::fa_vcard } , { "align-center", fa::fa_align_center } , { "align-justify", fa::fa_align_justify } , { "align-left", fa::fa_align_left } , @@ -26,55 +29,99 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "angle-right", fa::fa_angle_right } , { "angle-up", fa::fa_angle_up } , { "angles-down", fa::fa_angles_down } , + { "angle-double-down", fa::fa_angle_double_down } , { "angles-left", fa::fa_angles_left } , + { "angle-double-left", fa::fa_angle_double_left } , { "angles-right", fa::fa_angles_right } , + { "angle-double-right", fa::fa_angle_double_right } , { "angles-up", fa::fa_angles_up } , + { "angle-double-up", fa::fa_angle_double_up } , { "ankh", fa::fa_ankh } , { "apple-whole", fa::fa_apple_whole } , + { "apple-alt", fa::fa_apple_alt } , { "archway", fa::fa_archway } , { "arrow-down", fa::fa_arrow_down } , { "arrow-down-1-9", fa::fa_arrow_down_1_9 } , + { "sort-numeric-asc", fa::fa_sort_numeric_asc } , + { "sort-numeric-down", fa::fa_sort_numeric_down } , { "arrow-down-9-1", fa::fa_arrow_down_9_1 } , + { "sort-numeric-desc", fa::fa_sort_numeric_desc } , + { "sort-numeric-down-alt", fa::fa_sort_numeric_down_alt } , { "arrow-down-a-z", fa::fa_arrow_down_a_z } , + { "sort-alpha-asc", fa::fa_sort_alpha_asc } , + { "sort-alpha-down", fa::fa_sort_alpha_down } , { "arrow-down-long", fa::fa_arrow_down_long } , + { "long-arrow-down", fa::fa_long_arrow_down } , { "arrow-down-short-wide", fa::fa_arrow_down_short_wide } , + { "sort-amount-desc", fa::fa_sort_amount_desc } , + { "sort-amount-down-alt", fa::fa_sort_amount_down_alt } , { "arrow-down-up-across-line", fa::fa_arrow_down_up_across_line } , { "arrow-down-up-lock", fa::fa_arrow_down_up_lock } , { "arrow-down-wide-short", fa::fa_arrow_down_wide_short } , + { "sort-amount-asc", fa::fa_sort_amount_asc } , + { "sort-amount-down", fa::fa_sort_amount_down } , { "arrow-down-z-a", fa::fa_arrow_down_z_a } , + { "sort-alpha-desc", fa::fa_sort_alpha_desc } , + { "sort-alpha-down-alt", fa::fa_sort_alpha_down_alt } , { "arrow-left", fa::fa_arrow_left } , { "arrow-left-long", fa::fa_arrow_left_long } , + { "long-arrow-left", fa::fa_long_arrow_left } , { "arrow-pointer", fa::fa_arrow_pointer } , + { "mouse-pointer", fa::fa_mouse_pointer } , { "arrow-right", fa::fa_arrow_right } , { "arrow-right-arrow-left", fa::fa_arrow_right_arrow_left } , + { "exchange", fa::fa_exchange } , { "arrow-right-from-bracket", fa::fa_arrow_right_from_bracket } , + { "sign-out", fa::fa_sign_out } , { "arrow-right-long", fa::fa_arrow_right_long } , + { "long-arrow-right", fa::fa_long_arrow_right } , { "arrow-right-to-bracket", fa::fa_arrow_right_to_bracket } , + { "sign-in", fa::fa_sign_in } , { "arrow-right-to-city", fa::fa_arrow_right_to_city } , { "arrow-rotate-left", fa::fa_arrow_rotate_left } , + { "arrow-left-rotate", fa::fa_arrow_left_rotate } , + { "arrow-rotate-back", fa::fa_arrow_rotate_back } , + { "arrow-rotate-backward", fa::fa_arrow_rotate_backward } , + { "undo", fa::fa_undo } , { "arrow-rotate-right", fa::fa_arrow_rotate_right } , + { "arrow-right-rotate", fa::fa_arrow_right_rotate } , + { "arrow-rotate-forward", fa::fa_arrow_rotate_forward } , + { "redo", fa::fa_redo } , { "arrow-trend-down", fa::fa_arrow_trend_down } , { "arrow-trend-up", fa::fa_arrow_trend_up } , { "arrow-turn-down", fa::fa_arrow_turn_down } , + { "level-down", fa::fa_level_down } , { "arrow-turn-up", fa::fa_arrow_turn_up } , + { "level-up", fa::fa_level_up } , { "arrow-up", fa::fa_arrow_up } , { "arrow-up-1-9", fa::fa_arrow_up_1_9 } , + { "sort-numeric-up", fa::fa_sort_numeric_up } , { "arrow-up-9-1", fa::fa_arrow_up_9_1 } , + { "sort-numeric-up-alt", fa::fa_sort_numeric_up_alt } , { "arrow-up-a-z", fa::fa_arrow_up_a_z } , + { "sort-alpha-up", fa::fa_sort_alpha_up } , { "arrow-up-from-bracket", fa::fa_arrow_up_from_bracket } , { "arrow-up-from-ground-water", fa::fa_arrow_up_from_ground_water } , { "arrow-up-from-water-pump", fa::fa_arrow_up_from_water_pump } , { "arrow-up-long", fa::fa_arrow_up_long } , + { "long-arrow-up", fa::fa_long_arrow_up } , { "arrow-up-right-dots", fa::fa_arrow_up_right_dots } , { "arrow-up-right-from-square", fa::fa_arrow_up_right_from_square } , + { "external-link", fa::fa_external_link } , { "arrow-up-short-wide", fa::fa_arrow_up_short_wide } , + { "sort-amount-up-alt", fa::fa_sort_amount_up_alt } , { "arrow-up-wide-short", fa::fa_arrow_up_wide_short } , + { "sort-amount-up", fa::fa_sort_amount_up } , { "arrow-up-z-a", fa::fa_arrow_up_z_a } , + { "sort-alpha-up-alt", fa::fa_sort_alpha_up_alt } , { "arrows-down-to-line", fa::fa_arrows_down_to_line } , { "arrows-down-to-people", fa::fa_arrows_down_to_people } , { "arrows-left-right", fa::fa_arrows_left_right } , + { "arrows-h", fa::fa_arrows_h } , { "arrows-left-right-to-line", fa::fa_arrows_left_right_to_line } , { "arrows-rotate", fa::fa_arrows_rotate } , + { "refresh", fa::fa_refresh } , + { "sync", fa::fa_sync } , { "arrows-spin", fa::fa_arrows_spin } , { "arrows-split-up-and-left", fa::fa_arrows_split_up_and_left } , { "arrows-to-circle", fa::fa_arrows_to_circle } , @@ -83,7 +130,9 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "arrows-turn-right", fa::fa_arrows_turn_right } , { "arrows-turn-to-dots", fa::fa_arrows_turn_to_dots } , { "arrows-up-down", fa::fa_arrows_up_down } , + { "arrows-v", fa::fa_arrows_v } , { "arrows-up-down-left-right", fa::fa_arrows_up_down_left_right } , + { "arrows", fa::fa_arrows } , { "arrows-up-to-line", fa::fa_arrows_up_to_line } , { "asterisk", fa::fa_asterisk } , { "at", fa::fa_at } , @@ -94,37 +143,63 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "b", fa::fa_b } , { "baby", fa::fa_baby } , { "baby-carriage", fa::fa_baby_carriage } , + { "carriage-baby", fa::fa_carriage_baby } , { "backward", fa::fa_backward } , { "backward-fast", fa::fa_backward_fast } , + { "fast-backward", fa::fa_fast_backward } , { "backward-step", fa::fa_backward_step } , + { "step-backward", fa::fa_step_backward } , { "bacon", fa::fa_bacon } , { "bacteria", fa::fa_bacteria } , { "bacterium", fa::fa_bacterium } , { "bag-shopping", fa::fa_bag_shopping } , + { "shopping-bag", fa::fa_shopping_bag } , { "bahai", fa::fa_bahai } , + { "haykal", fa::fa_haykal } , { "baht-sign", fa::fa_baht_sign } , { "ban", fa::fa_ban } , + { "cancel", fa::fa_cancel } , { "ban-smoking", fa::fa_ban_smoking } , + { "smoking-ban", fa::fa_smoking_ban } , { "bandage", fa::fa_bandage } , + { "band-aid", fa::fa_band_aid } , + { "bangladeshi-taka-sign", fa::fa_bangladeshi_taka_sign } , { "barcode", fa::fa_barcode } , { "bars", fa::fa_bars } , + { "navicon", fa::fa_navicon } , { "bars-progress", fa::fa_bars_progress } , + { "tasks-alt", fa::fa_tasks_alt } , { "bars-staggered", fa::fa_bars_staggered } , + { "reorder", fa::fa_reorder } , + { "stream", fa::fa_stream } , { "baseball", fa::fa_baseball } , + { "baseball-ball", fa::fa_baseball_ball } , { "baseball-bat-ball", fa::fa_baseball_bat_ball } , { "basket-shopping", fa::fa_basket_shopping } , + { "shopping-basket", fa::fa_shopping_basket } , { "basketball", fa::fa_basketball } , + { "basketball-ball", fa::fa_basketball_ball } , { "bath", fa::fa_bath } , + { "bathtub", fa::fa_bathtub } , { "battery-empty", fa::fa_battery_empty } , + { "battery-0", fa::fa_battery_0 } , { "battery-full", fa::fa_battery_full } , + { "battery", fa::fa_battery } , + { "battery-5", fa::fa_battery_5 } , { "battery-half", fa::fa_battery_half } , + { "battery-3", fa::fa_battery_3 } , { "battery-quarter", fa::fa_battery_quarter } , + { "battery-2", fa::fa_battery_2 } , { "battery-three-quarters", fa::fa_battery_three_quarters } , + { "battery-4", fa::fa_battery_4 } , { "bed", fa::fa_bed } , { "bed-pulse", fa::fa_bed_pulse } , + { "procedures", fa::fa_procedures } , { "beer-mug-empty", fa::fa_beer_mug_empty } , + { "beer", fa::fa_beer } , { "bell", fa::fa_bell } , { "bell-concierge", fa::fa_bell_concierge } , + { "concierge-bell", fa::fa_concierge_bell } , { "bell-slash", fa::fa_bell_slash } , { "bezier-curve", fa::fa_bezier_curve } , { "bicycle", fa::fa_bicycle } , @@ -136,25 +211,34 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "blog", fa::fa_blog } , { "bold", fa::fa_bold } , { "bolt", fa::fa_bolt } , + { "zap", fa::fa_zap } , { "bolt-lightning", fa::fa_bolt_lightning } , { "bomb", fa::fa_bomb } , { "bone", fa::fa_bone } , { "bong", fa::fa_bong } , { "book", fa::fa_book } , { "book-atlas", fa::fa_book_atlas } , + { "atlas", fa::fa_atlas } , { "book-bible", fa::fa_book_bible } , + { "bible", fa::fa_bible } , { "book-bookmark", fa::fa_book_bookmark } , { "book-journal-whills", fa::fa_book_journal_whills } , + { "journal-whills", fa::fa_journal_whills } , { "book-medical", fa::fa_book_medical } , { "book-open", fa::fa_book_open } , { "book-open-reader", fa::fa_book_open_reader } , + { "book-reader", fa::fa_book_reader } , { "book-quran", fa::fa_book_quran } , + { "quran", fa::fa_quran } , { "book-skull", fa::fa_book_skull } , + { "book-dead", fa::fa_book_dead } , { "book-tanakh", fa::fa_book_tanakh } , + { "tanakh", fa::fa_tanakh } , { "bookmark", fa::fa_bookmark } , { "border-all", fa::fa_border_all } , { "border-none", fa::fa_border_none } , { "border-top-left", fa::fa_border_top_left } , + { "border-style", fa::fa_border_style } , { "bore-hole", fa::fa_bore_hole } , { "bottle-droplet", fa::fa_bottle_droplet } , { "bottle-water", fa::fa_bottle_water } , @@ -163,10 +247,13 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "bowling-ball", fa::fa_bowling_ball } , { "box", fa::fa_box } , { "box-archive", fa::fa_box_archive } , + { "archive", fa::fa_archive } , { "box-open", fa::fa_box_open } , { "box-tissue", fa::fa_box_tissue } , { "boxes-packing", fa::fa_boxes_packing } , { "boxes-stacked", fa::fa_boxes_stacked } , + { "boxes", fa::fa_boxes } , + { "boxes-alt", fa::fa_boxes_alt } , { "braille", fa::fa_braille } , { "brain", fa::fa_brain } , { "brazilian-real-sign", fa::fa_brazilian_real_sign } , @@ -181,6 +268,8 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "briefcase-medical", fa::fa_briefcase_medical } , { "broom", fa::fa_broom } , { "broom-ball", fa::fa_broom_ball } , + { "quidditch", fa::fa_quidditch } , + { "quidditch-broom-ball", fa::fa_quidditch_broom_ball } , { "brush", fa::fa_brush } , { "bucket", fa::fa_bucket } , { "bug", fa::fa_bug } , @@ -192,6 +281,10 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "building-circle-exclamation", fa::fa_building_circle_exclamation } , { "building-circle-xmark", fa::fa_building_circle_xmark } , { "building-columns", fa::fa_building_columns } , + { "bank", fa::fa_bank } , + { "institution", fa::fa_institution } , + { "museum", fa::fa_museum } , + { "university", fa::fa_university } , { "building-flag", fa::fa_building_flag } , { "building-lock", fa::fa_building_lock } , { "building-ngo", fa::fa_building_ngo } , @@ -202,23 +295,32 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "bullhorn", fa::fa_bullhorn } , { "bullseye", fa::fa_bullseye } , { "burger", fa::fa_burger } , + { "hamburger", fa::fa_hamburger } , { "burst", fa::fa_burst } , { "bus", fa::fa_bus } , { "bus-simple", fa::fa_bus_simple } , + { "bus-alt", fa::fa_bus_alt } , { "business-time", fa::fa_business_time } , + { "briefcase-clock", fa::fa_briefcase_clock } , { "c", fa::fa_c } , { "cable-car", fa::fa_cable_car } , + { "tram", fa::fa_tram } , { "cake-candles", fa::fa_cake_candles } , + { "birthday-cake", fa::fa_birthday_cake } , + { "cake", fa::fa_cake } , { "calculator", fa::fa_calculator } , { "calendar", fa::fa_calendar } , { "calendar-check", fa::fa_calendar_check } , { "calendar-day", fa::fa_calendar_day } , { "calendar-days", fa::fa_calendar_days } , + { "calendar-alt", fa::fa_calendar_alt } , { "calendar-minus", fa::fa_calendar_minus } , { "calendar-plus", fa::fa_calendar_plus } , { "calendar-week", fa::fa_calendar_week } , { "calendar-xmark", fa::fa_calendar_xmark } , + { "calendar-times", fa::fa_calendar_times } , { "camera", fa::fa_camera } , + { "camera-alt", fa::fa_camera_alt } , { "camera-retro", fa::fa_camera_retro } , { "camera-rotate", fa::fa_camera_rotate } , { "campground", fa::fa_campground } , @@ -226,10 +328,14 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "cannabis", fa::fa_cannabis } , { "capsules", fa::fa_capsules } , { "car", fa::fa_car } , + { "automobile", fa::fa_automobile } , { "car-battery", fa::fa_car_battery } , + { "battery-car", fa::fa_battery_car } , { "car-burst", fa::fa_car_burst } , + { "car-crash", fa::fa_car_crash } , { "car-on", fa::fa_car_on } , { "car-rear", fa::fa_car_rear } , + { "car-alt", fa::fa_car_alt } , { "car-side", fa::fa_car_side } , { "car-tunnel", fa::fa_car_tunnel } , { "caravan", fa::fa_caravan } , @@ -240,9 +346,12 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "carrot", fa::fa_carrot } , { "cart-arrow-down", fa::fa_cart_arrow_down } , { "cart-flatbed", fa::fa_cart_flatbed } , + { "dolly-flatbed", fa::fa_dolly_flatbed } , { "cart-flatbed-suitcase", fa::fa_cart_flatbed_suitcase } , + { "luggage-cart", fa::fa_luggage_cart } , { "cart-plus", fa::fa_cart_plus } , { "cart-shopping", fa::fa_cart_shopping } , + { "shopping-cart", fa::fa_shopping_cart } , { "cash-register", fa::fa_cash_register } , { "cat", fa::fa_cat } , { "cedi-sign", fa::fa_cedi_sign } , @@ -250,19 +359,27 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "certificate", fa::fa_certificate } , { "chair", fa::fa_chair } , { "chalkboard", fa::fa_chalkboard } , + { "blackboard", fa::fa_blackboard } , { "chalkboard-user", fa::fa_chalkboard_user } , + { "chalkboard-teacher", fa::fa_chalkboard_teacher } , { "champagne-glasses", fa::fa_champagne_glasses } , + { "glass-cheers", fa::fa_glass_cheers } , { "charging-station", fa::fa_charging_station } , { "chart-area", fa::fa_chart_area } , + { "area-chart", fa::fa_area_chart } , { "chart-bar", fa::fa_chart_bar } , + { "bar-chart", fa::fa_bar_chart } , { "chart-column", fa::fa_chart_column } , { "chart-gantt", fa::fa_chart_gantt } , { "chart-line", fa::fa_chart_line } , + { "line-chart", fa::fa_line_chart } , { "chart-pie", fa::fa_chart_pie } , + { "pie-chart", fa::fa_pie_chart } , { "chart-simple", fa::fa_chart_simple } , { "check", fa::fa_check } , { "check-double", fa::fa_check_double } , { "check-to-slot", fa::fa_check_to_slot } , + { "vote-yea", fa::fa_vote_yea } , { "cheese", fa::fa_cheese } , { "chess", fa::fa_chess } , { "chess-bishop", fa::fa_chess_bishop } , @@ -277,42 +394,72 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "chevron-right", fa::fa_chevron_right } , { "chevron-up", fa::fa_chevron_up } , { "child", fa::fa_child } , + { "child-combatant", fa::fa_child_combatant } , + { "child-rifle", fa::fa_child_rifle } , { "child-dress", fa::fa_child_dress } , { "child-reaching", fa::fa_child_reaching } , - { "child-rifle", fa::fa_child_rifle } , { "children", fa::fa_children } , { "church", fa::fa_church } , { "circle", fa::fa_circle } , { "circle-arrow-down", fa::fa_circle_arrow_down } , + { "arrow-circle-down", fa::fa_arrow_circle_down } , { "circle-arrow-left", fa::fa_circle_arrow_left } , + { "arrow-circle-left", fa::fa_arrow_circle_left } , { "circle-arrow-right", fa::fa_circle_arrow_right } , + { "arrow-circle-right", fa::fa_arrow_circle_right } , { "circle-arrow-up", fa::fa_circle_arrow_up } , + { "arrow-circle-up", fa::fa_arrow_circle_up } , { "circle-check", fa::fa_circle_check } , + { "check-circle", fa::fa_check_circle } , { "circle-chevron-down", fa::fa_circle_chevron_down } , + { "chevron-circle-down", fa::fa_chevron_circle_down } , { "circle-chevron-left", fa::fa_circle_chevron_left } , + { "chevron-circle-left", fa::fa_chevron_circle_left } , { "circle-chevron-right", fa::fa_circle_chevron_right } , + { "chevron-circle-right", fa::fa_chevron_circle_right } , { "circle-chevron-up", fa::fa_circle_chevron_up } , + { "chevron-circle-up", fa::fa_chevron_circle_up } , { "circle-dollar-to-slot", fa::fa_circle_dollar_to_slot } , + { "donate", fa::fa_donate } , { "circle-dot", fa::fa_circle_dot } , + { "dot-circle", fa::fa_dot_circle } , { "circle-down", fa::fa_circle_down } , + { "arrow-alt-circle-down", fa::fa_arrow_alt_circle_down } , { "circle-exclamation", fa::fa_circle_exclamation } , + { "exclamation-circle", fa::fa_exclamation_circle } , { "circle-h", fa::fa_circle_h } , + { "hospital-symbol", fa::fa_hospital_symbol } , { "circle-half-stroke", fa::fa_circle_half_stroke } , + { "adjust", fa::fa_adjust } , { "circle-info", fa::fa_circle_info } , + { "info-circle", fa::fa_info_circle } , { "circle-left", fa::fa_circle_left } , + { "arrow-alt-circle-left", fa::fa_arrow_alt_circle_left } , { "circle-minus", fa::fa_circle_minus } , + { "minus-circle", fa::fa_minus_circle } , { "circle-nodes", fa::fa_circle_nodes } , { "circle-notch", fa::fa_circle_notch } , { "circle-pause", fa::fa_circle_pause } , + { "pause-circle", fa::fa_pause_circle } , { "circle-play", fa::fa_circle_play } , + { "play-circle", fa::fa_play_circle } , { "circle-plus", fa::fa_circle_plus } , + { "plus-circle", fa::fa_plus_circle } , { "circle-question", fa::fa_circle_question } , + { "question-circle", fa::fa_question_circle } , { "circle-radiation", fa::fa_circle_radiation } , + { "radiation-alt", fa::fa_radiation_alt } , { "circle-right", fa::fa_circle_right } , + { "arrow-alt-circle-right", fa::fa_arrow_alt_circle_right } , { "circle-stop", fa::fa_circle_stop } , + { "stop-circle", fa::fa_stop_circle } , { "circle-up", fa::fa_circle_up } , + { "arrow-alt-circle-up", fa::fa_arrow_alt_circle_up } , { "circle-user", fa::fa_circle_user } , + { "user-circle", fa::fa_user_circle } , { "circle-xmark", fa::fa_circle_xmark } , + { "times-circle", fa::fa_times_circle } , + { "xmark-circle", fa::fa_xmark_circle } , { "city", fa::fa_city } , { "clapperboard", fa::fa_clapperboard } , { "clipboard", fa::fa_clipboard } , @@ -321,13 +468,20 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "clipboard-question", fa::fa_clipboard_question } , { "clipboard-user", fa::fa_clipboard_user } , { "clock", fa::fa_clock } , + { "clock-four", fa::fa_clock_four } , { "clock-rotate-left", fa::fa_clock_rotate_left } , + { "history", fa::fa_history } , { "clone", fa::fa_clone } , { "closed-captioning", fa::fa_closed_captioning } , { "cloud", fa::fa_cloud } , { "cloud-arrow-down", fa::fa_cloud_arrow_down } , + { "cloud-download", fa::fa_cloud_download } , + { "cloud-download-alt", fa::fa_cloud_download_alt } , { "cloud-arrow-up", fa::fa_cloud_arrow_up } , + { "cloud-upload", fa::fa_cloud_upload } , + { "cloud-upload-alt", fa::fa_cloud_upload_alt } , { "cloud-bolt", fa::fa_cloud_bolt } , + { "thunderstorm", fa::fa_thunderstorm } , { "cloud-meatball", fa::fa_cloud_meatball } , { "cloud-moon", fa::fa_cloud_moon } , { "cloud-moon-rain", fa::fa_cloud_moon_rain } , @@ -349,17 +503,21 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "comment", fa::fa_comment } , { "comment-dollar", fa::fa_comment_dollar } , { "comment-dots", fa::fa_comment_dots } , + { "commenting", fa::fa_commenting } , { "comment-medical", fa::fa_comment_medical } , { "comment-slash", fa::fa_comment_slash } , { "comment-sms", fa::fa_comment_sms } , + { "sms", fa::fa_sms } , { "comments", fa::fa_comments } , { "comments-dollar", fa::fa_comments_dollar } , { "compact-disc", fa::fa_compact_disc } , { "compass", fa::fa_compass } , { "compass-drafting", fa::fa_compass_drafting } , + { "drafting-compass", fa::fa_drafting_compass } , { "compress", fa::fa_compress } , { "computer", fa::fa_computer } , { "computer-mouse", fa::fa_computer_mouse } , + { "mouse", fa::fa_mouse } , { "cookie", fa::fa_cookie } , { "cookie-bite", fa::fa_cookie_bite } , { "copy", fa::fa_copy } , @@ -367,8 +525,10 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "couch", fa::fa_couch } , { "cow", fa::fa_cow } , { "credit-card", fa::fa_credit_card } , + { "credit-card-alt", fa::fa_credit_card_alt } , { "crop", fa::fa_crop } , { "crop-simple", fa::fa_crop_simple } , + { "crop-alt", fa::fa_crop_alt } , { "cross", fa::fa_cross } , { "crosshairs", fa::fa_crosshairs } , { "crow", fa::fa_crow } , @@ -381,15 +541,19 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "d", fa::fa_d } , { "database", fa::fa_database } , { "delete-left", fa::fa_delete_left } , + { "backspace", fa::fa_backspace } , { "democrat", fa::fa_democrat } , { "desktop", fa::fa_desktop } , + { "desktop-alt", fa::fa_desktop_alt } , { "dharmachakra", fa::fa_dharmachakra } , { "diagram-next", fa::fa_diagram_next } , { "diagram-predecessor", fa::fa_diagram_predecessor } , { "diagram-project", fa::fa_diagram_project } , + { "project-diagram", fa::fa_project_diagram } , { "diagram-successor", fa::fa_diagram_successor } , { "diamond", fa::fa_diamond } , { "diamond-turn-right", fa::fa_diamond_turn_right } , + { "directions", fa::fa_directions } , { "dice", fa::fa_dice } , { "dice-d20", fa::fa_dice_d20 } , { "dice-d6", fa::fa_dice_d6 } , @@ -405,18 +569,25 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "dna", fa::fa_dna } , { "dog", fa::fa_dog } , { "dollar-sign", fa::fa_dollar_sign } , + { "dollar", fa::fa_dollar } , + { "usd", fa::fa_usd } , { "dolly", fa::fa_dolly } , + { "dolly-box", fa::fa_dolly_box } , { "dong-sign", fa::fa_dong_sign } , { "door-closed", fa::fa_door_closed } , { "door-open", fa::fa_door_open } , { "dove", fa::fa_dove } , { "down-left-and-up-right-to-center", fa::fa_down_left_and_up_right_to_center } , + { "compress-alt", fa::fa_compress_alt } , { "down-long", fa::fa_down_long } , + { "long-arrow-alt-down", fa::fa_long_arrow_alt_down } , { "download", fa::fa_download } , { "dragon", fa::fa_dragon } , { "draw-polygon", fa::fa_draw_polygon } , { "droplet", fa::fa_droplet } , + { "tint", fa::fa_tint } , { "droplet-slash", fa::fa_droplet_slash } , + { "tint-slash", fa::fa_tint_slash } , { "drum", fa::fa_drum } , { "drum-steelpan", fa::fa_drum_steelpan } , { "drumstick-bite", fa::fa_drumstick_bite } , @@ -426,80 +597,138 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "dungeon", fa::fa_dungeon } , { "e", fa::fa_e } , { "ear-deaf", fa::fa_ear_deaf } , + { "deaf", fa::fa_deaf } , + { "deafness", fa::fa_deafness } , + { "hard-of-hearing", fa::fa_hard_of_hearing } , { "ear-listen", fa::fa_ear_listen } , + { "assistive-listening-systems", fa::fa_assistive_listening_systems } , { "earth-africa", fa::fa_earth_africa } , + { "globe-africa", fa::fa_globe_africa } , { "earth-americas", fa::fa_earth_americas } , + { "earth", fa::fa_earth } , + { "earth-america", fa::fa_earth_america } , + { "globe-americas", fa::fa_globe_americas } , { "earth-asia", fa::fa_earth_asia } , + { "globe-asia", fa::fa_globe_asia } , { "earth-europe", fa::fa_earth_europe } , + { "globe-europe", fa::fa_globe_europe } , { "earth-oceania", fa::fa_earth_oceania } , + { "globe-oceania", fa::fa_globe_oceania } , { "egg", fa::fa_egg } , { "eject", fa::fa_eject } , { "elevator", fa::fa_elevator } , { "ellipsis", fa::fa_ellipsis } , + { "ellipsis-h", fa::fa_ellipsis_h } , { "ellipsis-vertical", fa::fa_ellipsis_vertical } , + { "ellipsis-v", fa::fa_ellipsis_v } , { "envelope", fa::fa_envelope } , { "envelope-circle-check", fa::fa_envelope_circle_check } , { "envelope-open", fa::fa_envelope_open } , { "envelope-open-text", fa::fa_envelope_open_text } , { "envelopes-bulk", fa::fa_envelopes_bulk } , + { "mail-bulk", fa::fa_mail_bulk } , { "equals", fa::fa_equals } , { "eraser", fa::fa_eraser } , { "ethernet", fa::fa_ethernet } , { "euro-sign", fa::fa_euro_sign } , + { "eur", fa::fa_eur } , + { "euro", fa::fa_euro } , { "exclamation", fa::fa_exclamation } , { "expand", fa::fa_expand } , { "explosion", fa::fa_explosion } , { "eye", fa::fa_eye } , { "eye-dropper", fa::fa_eye_dropper } , + { "eye-dropper-empty", fa::fa_eye_dropper_empty } , + { "eyedropper", fa::fa_eyedropper } , { "eye-low-vision", fa::fa_eye_low_vision } , + { "low-vision", fa::fa_low_vision } , { "eye-slash", fa::fa_eye_slash } , { "f", fa::fa_f } , { "face-angry", fa::fa_face_angry } , + { "angry", fa::fa_angry } , { "face-dizzy", fa::fa_face_dizzy } , + { "dizzy", fa::fa_dizzy } , { "face-flushed", fa::fa_face_flushed } , + { "flushed", fa::fa_flushed } , { "face-frown", fa::fa_face_frown } , + { "frown", fa::fa_frown } , { "face-frown-open", fa::fa_face_frown_open } , + { "frown-open", fa::fa_frown_open } , { "face-grimace", fa::fa_face_grimace } , + { "grimace", fa::fa_grimace } , { "face-grin", fa::fa_face_grin } , + { "grin", fa::fa_grin } , { "face-grin-beam", fa::fa_face_grin_beam } , + { "grin-beam", fa::fa_grin_beam } , { "face-grin-beam-sweat", fa::fa_face_grin_beam_sweat } , + { "grin-beam-sweat", fa::fa_grin_beam_sweat } , { "face-grin-hearts", fa::fa_face_grin_hearts } , + { "grin-hearts", fa::fa_grin_hearts } , { "face-grin-squint", fa::fa_face_grin_squint } , + { "grin-squint", fa::fa_grin_squint } , { "face-grin-squint-tears", fa::fa_face_grin_squint_tears } , + { "grin-squint-tears", fa::fa_grin_squint_tears } , { "face-grin-stars", fa::fa_face_grin_stars } , + { "grin-stars", fa::fa_grin_stars } , { "face-grin-tears", fa::fa_face_grin_tears } , + { "grin-tears", fa::fa_grin_tears } , { "face-grin-tongue", fa::fa_face_grin_tongue } , + { "grin-tongue", fa::fa_grin_tongue } , { "face-grin-tongue-squint", fa::fa_face_grin_tongue_squint } , + { "grin-tongue-squint", fa::fa_grin_tongue_squint } , { "face-grin-tongue-wink", fa::fa_face_grin_tongue_wink } , + { "grin-tongue-wink", fa::fa_grin_tongue_wink } , { "face-grin-wide", fa::fa_face_grin_wide } , + { "grin-alt", fa::fa_grin_alt } , { "face-grin-wink", fa::fa_face_grin_wink } , + { "grin-wink", fa::fa_grin_wink } , { "face-kiss", fa::fa_face_kiss } , + { "kiss", fa::fa_kiss } , { "face-kiss-beam", fa::fa_face_kiss_beam } , + { "kiss-beam", fa::fa_kiss_beam } , { "face-kiss-wink-heart", fa::fa_face_kiss_wink_heart } , + { "kiss-wink-heart", fa::fa_kiss_wink_heart } , { "face-laugh", fa::fa_face_laugh } , + { "laugh", fa::fa_laugh } , { "face-laugh-beam", fa::fa_face_laugh_beam } , + { "laugh-beam", fa::fa_laugh_beam } , { "face-laugh-squint", fa::fa_face_laugh_squint } , + { "laugh-squint", fa::fa_laugh_squint } , { "face-laugh-wink", fa::fa_face_laugh_wink } , + { "laugh-wink", fa::fa_laugh_wink } , { "face-meh", fa::fa_face_meh } , + { "meh", fa::fa_meh } , { "face-meh-blank", fa::fa_face_meh_blank } , + { "meh-blank", fa::fa_meh_blank } , { "face-rolling-eyes", fa::fa_face_rolling_eyes } , + { "meh-rolling-eyes", fa::fa_meh_rolling_eyes } , { "face-sad-cry", fa::fa_face_sad_cry } , + { "sad-cry", fa::fa_sad_cry } , { "face-sad-tear", fa::fa_face_sad_tear } , + { "sad-tear", fa::fa_sad_tear } , { "face-smile", fa::fa_face_smile } , + { "smile", fa::fa_smile } , { "face-smile-beam", fa::fa_face_smile_beam } , + { "smile-beam", fa::fa_smile_beam } , { "face-smile-wink", fa::fa_face_smile_wink } , + { "smile-wink", fa::fa_smile_wink } , { "face-surprise", fa::fa_face_surprise } , + { "surprise", fa::fa_surprise } , { "face-tired", fa::fa_face_tired } , + { "tired", fa::fa_tired } , { "fan", fa::fa_fan } , { "faucet", fa::fa_faucet } , { "faucet-drip", fa::fa_faucet_drip } , { "fax", fa::fa_fax } , { "feather", fa::fa_feather } , { "feather-pointed", fa::fa_feather_pointed } , + { "feather-alt", fa::fa_feather_alt } , { "ferry", fa::fa_ferry } , { "file", fa::fa_file } , { "file-arrow-down", fa::fa_file_arrow_down } , + { "file-download", fa::fa_file_download } , { "file-arrow-up", fa::fa_file_arrow_up } , + { "file-upload", fa::fa_file_upload } , { "file-audio", fa::fa_file_audio } , { "file-circle-check", fa::fa_file_circle_check } , { "file-circle-exclamation", fa::fa_file_circle_exclamation } , @@ -512,34 +741,44 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "file-csv", fa::fa_file_csv } , { "file-excel", fa::fa_file_excel } , { "file-export", fa::fa_file_export } , + { "arrow-right-from-file", fa::fa_arrow_right_from_file } , { "file-image", fa::fa_file_image } , { "file-import", fa::fa_file_import } , + { "arrow-right-to-file", fa::fa_arrow_right_to_file } , { "file-invoice", fa::fa_file_invoice } , { "file-invoice-dollar", fa::fa_file_invoice_dollar } , { "file-lines", fa::fa_file_lines } , + { "file-alt", fa::fa_file_alt } , + { "file-text", fa::fa_file_text } , { "file-medical", fa::fa_file_medical } , { "file-pdf", fa::fa_file_pdf } , { "file-pen", fa::fa_file_pen } , + { "file-edit", fa::fa_file_edit } , { "file-powerpoint", fa::fa_file_powerpoint } , { "file-prescription", fa::fa_file_prescription } , { "file-shield", fa::fa_file_shield } , { "file-signature", fa::fa_file_signature } , { "file-video", fa::fa_file_video } , { "file-waveform", fa::fa_file_waveform } , + { "file-medical-alt", fa::fa_file_medical_alt } , { "file-word", fa::fa_file_word } , { "file-zipper", fa::fa_file_zipper } , + { "file-archive", fa::fa_file_archive } , { "fill", fa::fa_fill } , { "fill-drip", fa::fa_fill_drip } , { "film", fa::fa_film } , { "filter", fa::fa_filter } , { "filter-circle-dollar", fa::fa_filter_circle_dollar } , + { "funnel-dollar", fa::fa_funnel_dollar } , { "filter-circle-xmark", fa::fa_filter_circle_xmark } , { "fingerprint", fa::fa_fingerprint } , { "fire", fa::fa_fire } , { "fire-burner", fa::fa_fire_burner } , { "fire-extinguisher", fa::fa_fire_extinguisher } , { "fire-flame-curved", fa::fa_fire_flame_curved } , + { "fire-alt", fa::fa_fire_alt } , { "fire-flame-simple", fa::fa_fire_flame_simple } , + { "burn", fa::fa_burn } , { "fish", fa::fa_fish } , { "fish-fins", fa::fa_fish_fins } , { "flag", fa::fa_flag } , @@ -548,8 +787,10 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "flask", fa::fa_flask } , { "flask-vial", fa::fa_flask_vial } , { "floppy-disk", fa::fa_floppy_disk } , + { "save", fa::fa_save } , { "florin-sign", fa::fa_florin_sign } , { "folder", fa::fa_folder } , + { "folder-blank", fa::fa_folder_blank } , { "folder-closed", fa::fa_folder_closed } , { "folder-minus", fa::fa_folder_minus } , { "folder-open", fa::fa_folder_open } , @@ -557,22 +798,39 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "folder-tree", fa::fa_folder_tree } , { "font", fa::fa_font } , { "football", fa::fa_football } , + { "football-ball", fa::fa_football_ball } , { "forward", fa::fa_forward } , { "forward-fast", fa::fa_forward_fast } , + { "fast-forward", fa::fa_fast_forward } , { "forward-step", fa::fa_forward_step } , + { "step-forward", fa::fa_step_forward } , { "franc-sign", fa::fa_franc_sign } , { "frog", fa::fa_frog } , { "futbol", fa::fa_futbol } , + { "futbol-ball", fa::fa_futbol_ball } , + { "soccer-ball", fa::fa_soccer_ball } , { "g", fa::fa_g } , { "gamepad", fa::fa_gamepad } , { "gas-pump", fa::fa_gas_pump } , { "gauge", fa::fa_gauge } , + { "dashboard", fa::fa_dashboard } , + { "gauge-med", fa::fa_gauge_med } , + { "tachometer-alt-average", fa::fa_tachometer_alt_average } , { "gauge-high", fa::fa_gauge_high } , + { "tachometer-alt", fa::fa_tachometer_alt } , + { "tachometer-alt-fast", fa::fa_tachometer_alt_fast } , { "gauge-simple", fa::fa_gauge_simple } , + { "gauge-simple-med", fa::fa_gauge_simple_med } , + { "tachometer-average", fa::fa_tachometer_average } , { "gauge-simple-high", fa::fa_gauge_simple_high } , + { "tachometer", fa::fa_tachometer } , + { "tachometer-fast", fa::fa_tachometer_fast } , { "gavel", fa::fa_gavel } , + { "legal", fa::fa_legal } , { "gear", fa::fa_gear } , + { "cog", fa::fa_cog } , { "gears", fa::fa_gears } , + { "cogs", fa::fa_cogs } , { "gem", fa::fa_gem } , { "genderless", fa::fa_genderless } , { "ghost", fa::fa_ghost } , @@ -583,11 +841,14 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "glasses", fa::fa_glasses } , { "globe", fa::fa_globe } , { "golf-ball-tee", fa::fa_golf_ball_tee } , + { "golf-ball", fa::fa_golf_ball } , { "gopuram", fa::fa_gopuram } , { "graduation-cap", fa::fa_graduation_cap } , + { "mortar-board", fa::fa_mortar_board } , { "greater-than", fa::fa_greater_than } , { "greater-than-equal", fa::fa_greater_than_equal } , { "grip", fa::fa_grip } , + { "grip-horizontal", fa::fa_grip_horizontal } , { "grip-lines", fa::fa_grip_lines } , { "grip-lines-vertical", fa::fa_grip_lines_vertical } , { "grip-vertical", fa::fa_grip_vertical } , @@ -599,12 +860,18 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "hammer", fa::fa_hammer } , { "hamsa", fa::fa_hamsa } , { "hand", fa::fa_hand } , + { "hand-paper", fa::fa_hand_paper } , { "hand-back-fist", fa::fa_hand_back_fist } , + { "hand-rock", fa::fa_hand_rock } , { "hand-dots", fa::fa_hand_dots } , + { "allergies", fa::fa_allergies } , { "hand-fist", fa::fa_hand_fist } , + { "fist-raised", fa::fa_fist_raised } , { "hand-holding", fa::fa_hand_holding } , { "hand-holding-dollar", fa::fa_hand_holding_dollar } , + { "hand-holding-usd", fa::fa_hand_holding_usd } , { "hand-holding-droplet", fa::fa_hand_holding_droplet } , + { "hand-holding-water", fa::fa_hand_holding_water } , { "hand-holding-hand", fa::fa_hand_holding_hand } , { "hand-holding-heart", fa::fa_hand_holding_heart } , { "hand-holding-medical", fa::fa_hand_holding_medical } , @@ -621,21 +888,32 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "hand-spock", fa::fa_hand_spock } , { "handcuffs", fa::fa_handcuffs } , { "hands", fa::fa_hands } , + { "sign-language", fa::fa_sign_language } , + { "signing", fa::fa_signing } , { "hands-asl-interpreting", fa::fa_hands_asl_interpreting } , + { "american-sign-language-interpreting", fa::fa_american_sign_language_interpreting } , + { "asl-interpreting", fa::fa_asl_interpreting } , + { "hands-american-sign-language-interpreting", fa::fa_hands_american_sign_language_interpreting } , { "hands-bound", fa::fa_hands_bound } , { "hands-bubbles", fa::fa_hands_bubbles } , + { "hands-wash", fa::fa_hands_wash } , { "hands-clapping", fa::fa_hands_clapping } , { "hands-holding", fa::fa_hands_holding } , { "hands-holding-child", fa::fa_hands_holding_child } , { "hands-holding-circle", fa::fa_hands_holding_circle } , { "hands-praying", fa::fa_hands_praying } , + { "praying-hands", fa::fa_praying_hands } , { "handshake", fa::fa_handshake } , { "handshake-angle", fa::fa_handshake_angle } , + { "hands-helping", fa::fa_hands_helping } , { "handshake-simple", fa::fa_handshake_simple } , + { "handshake-alt", fa::fa_handshake_alt } , { "handshake-simple-slash", fa::fa_handshake_simple_slash } , + { "handshake-alt-slash", fa::fa_handshake_alt_slash } , { "handshake-slash", fa::fa_handshake_slash } , { "hanukiah", fa::fa_hanukiah } , { "hard-drive", fa::fa_hard_drive } , + { "hdd", fa::fa_hdd } , { "hashtag", fa::fa_hashtag } , { "hat-cowboy", fa::fa_hat_cowboy } , { "hat-cowboy-side", fa::fa_hat_cowboy_side } , @@ -645,8 +923,10 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "head-side-mask", fa::fa_head_side_mask } , { "head-side-virus", fa::fa_head_side_virus } , { "heading", fa::fa_heading } , + { "header", fa::fa_header } , { "headphones", fa::fa_headphones } , { "headphones-simple", fa::fa_headphones_simple } , + { "headphones-alt", fa::fa_headphones_alt } , { "headset", fa::fa_headset } , { "heart", fa::fa_heart } , { "heart-circle-bolt", fa::fa_heart_circle_bolt } , @@ -656,10 +936,14 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "heart-circle-plus", fa::fa_heart_circle_plus } , { "heart-circle-xmark", fa::fa_heart_circle_xmark } , { "heart-crack", fa::fa_heart_crack } , + { "heart-broken", fa::fa_heart_broken } , { "heart-pulse", fa::fa_heart_pulse } , + { "heartbeat", fa::fa_heartbeat } , { "helicopter", fa::fa_helicopter } , { "helicopter-symbol", fa::fa_helicopter_symbol } , { "helmet-safety", fa::fa_helmet_safety } , + { "hard-hat", fa::fa_hard_hat } , + { "hat-hard", fa::fa_hat_hard } , { "helmet-un", fa::fa_helmet_un } , { "highlighter", fa::fa_highlighter } , { "hill-avalanche", fa::fa_hill_avalanche } , @@ -670,18 +954,31 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "horse", fa::fa_horse } , { "horse-head", fa::fa_horse_head } , { "hospital", fa::fa_hospital } , + { "hospital-alt", fa::fa_hospital_alt } , + { "hospital-wide", fa::fa_hospital_wide } , { "hospital-user", fa::fa_hospital_user } , { "hot-tub-person", fa::fa_hot_tub_person } , + { "hot-tub", fa::fa_hot_tub } , { "hotdog", fa::fa_hotdog } , { "hotel", fa::fa_hotel } , { "hourglass", fa::fa_hourglass } , + { "hourglass-empty", fa::fa_hourglass_empty } , { "hourglass-end", fa::fa_hourglass_end } , + { "hourglass-3", fa::fa_hourglass_3 } , { "hourglass-half", fa::fa_hourglass_half } , + { "hourglass-2", fa::fa_hourglass_2 } , { "hourglass-start", fa::fa_hourglass_start } , + { "hourglass-1", fa::fa_hourglass_1 } , { "house", fa::fa_house } , + { "home", fa::fa_home } , + { "home-alt", fa::fa_home_alt } , + { "home-lg-alt", fa::fa_home_lg_alt } , { "house-chimney", fa::fa_house_chimney } , + { "home-lg", fa::fa_home_lg } , { "house-chimney-crack", fa::fa_house_chimney_crack } , + { "house-damage", fa::fa_house_damage } , { "house-chimney-medical", fa::fa_house_chimney_medical } , + { "clinic-medical", fa::fa_clinic_medical } , { "house-chimney-user", fa::fa_house_chimney_user } , { "house-chimney-window", fa::fa_house_chimney_window } , { "house-circle-check", fa::fa_house_circle_check } , @@ -693,6 +990,7 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "house-flood-water", fa::fa_house_flood_water } , { "house-flood-water-circle-arrow-right", fa::fa_house_flood_water_circle_arrow_right } , { "house-laptop", fa::fa_house_laptop } , + { "laptop-house", fa::fa_laptop_house } , { "house-lock", fa::fa_house_lock } , { "house-medical", fa::fa_house_medical } , { "house-medical-circle-check", fa::fa_house_medical_circle_check } , @@ -702,23 +1000,31 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "house-signal", fa::fa_house_signal } , { "house-tsunami", fa::fa_house_tsunami } , { "house-user", fa::fa_house_user } , + { "home-user", fa::fa_home_user } , { "hryvnia-sign", fa::fa_hryvnia_sign } , + { "hryvnia", fa::fa_hryvnia } , { "hurricane", fa::fa_hurricane } , { "i", fa::fa_i } , { "i-cursor", fa::fa_i_cursor } , { "ice-cream", fa::fa_ice_cream } , { "icicles", fa::fa_icicles } , { "icons", fa::fa_icons } , + { "heart-music-camera-bolt", fa::fa_heart_music_camera_bolt } , { "id-badge", fa::fa_id_badge } , { "id-card", fa::fa_id_card } , + { "drivers-license", fa::fa_drivers_license } , { "id-card-clip", fa::fa_id_card_clip } , + { "id-card-alt", fa::fa_id_card_alt } , { "igloo", fa::fa_igloo } , { "image", fa::fa_image } , { "image-portrait", fa::fa_image_portrait } , + { "portrait", fa::fa_portrait } , { "images", fa::fa_images } , { "inbox", fa::fa_inbox } , { "indent", fa::fa_indent } , { "indian-rupee-sign", fa::fa_indian_rupee_sign } , + { "indian-rupee", fa::fa_indian_rupee } , + { "inr", fa::fa_inr } , { "industry", fa::fa_industry } , { "infinity", fa::fa_infinity } , { "info", fa::fa_info } , @@ -728,6 +1034,7 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "jar-wheat", fa::fa_jar_wheat } , { "jedi", fa::fa_jedi } , { "jet-fighter", fa::fa_jet_fighter } , + { "fighter-jet", fa::fa_fighter_jet } , { "jet-fighter-up", fa::fa_jet_fighter_up } , { "joint", fa::fa_joint } , { "jug-detergent", fa::fa_jug_detergent } , @@ -738,12 +1045,14 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "khanda", fa::fa_khanda } , { "kip-sign", fa::fa_kip_sign } , { "kit-medical", fa::fa_kit_medical } , + { "first-aid", fa::fa_first_aid } , { "kitchen-set", fa::fa_kitchen_set } , { "kiwi-bird", fa::fa_kiwi_bird } , { "l", fa::fa_l } , { "land-mine-on", fa::fa_land_mine_on } , { "landmark", fa::fa_landmark } , { "landmark-dome", fa::fa_landmark_dome } , + { "landmark-alt", fa::fa_landmark_alt } , { "landmark-flag", fa::fa_landmark_flag } , { "language", fa::fa_language } , { "laptop", fa::fa_laptop } , @@ -754,7 +1063,9 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "layer-group", fa::fa_layer_group } , { "leaf", fa::fa_leaf } , { "left-long", fa::fa_left_long } , + { "long-arrow-alt-left", fa::fa_long_arrow_alt_left } , { "left-right", fa::fa_left_right } , + { "arrows-alt-h", fa::fa_arrows_alt_h } , { "lemon", fa::fa_lemon } , { "less-than", fa::fa_less_than } , { "less-than-equal", fa::fa_less_than_equal } , @@ -762,17 +1073,29 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "lightbulb", fa::fa_lightbulb } , { "lines-leaning", fa::fa_lines_leaning } , { "link", fa::fa_link } , + { "chain", fa::fa_chain } , { "link-slash", fa::fa_link_slash } , + { "chain-broken", fa::fa_chain_broken } , + { "chain-slash", fa::fa_chain_slash } , + { "unlink", fa::fa_unlink } , { "lira-sign", fa::fa_lira_sign } , { "list", fa::fa_list } , + { "list-squares", fa::fa_list_squares } , { "list-check", fa::fa_list_check } , + { "tasks", fa::fa_tasks } , { "list-ol", fa::fa_list_ol } , + { "list-1-2", fa::fa_list_1_2 } , + { "list-numeric", fa::fa_list_numeric } , { "list-ul", fa::fa_list_ul } , + { "list-dots", fa::fa_list_dots } , { "litecoin-sign", fa::fa_litecoin_sign } , { "location-arrow", fa::fa_location_arrow } , { "location-crosshairs", fa::fa_location_crosshairs } , + { "location", fa::fa_location } , { "location-dot", fa::fa_location_dot } , + { "map-marker-alt", fa::fa_map_marker_alt } , { "location-pin", fa::fa_location_pin } , + { "map-marker", fa::fa_map_marker } , { "location-pin-lock", fa::fa_location_pin_lock } , { "lock", fa::fa_lock } , { "lock-open", fa::fa_lock_open } , @@ -782,16 +1105,23 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "m", fa::fa_m } , { "magnet", fa::fa_magnet } , { "magnifying-glass", fa::fa_magnifying_glass } , + { "search", fa::fa_search } , { "magnifying-glass-arrow-right", fa::fa_magnifying_glass_arrow_right } , { "magnifying-glass-chart", fa::fa_magnifying_glass_chart } , { "magnifying-glass-dollar", fa::fa_magnifying_glass_dollar } , + { "search-dollar", fa::fa_search_dollar } , { "magnifying-glass-location", fa::fa_magnifying_glass_location } , + { "search-location", fa::fa_search_location } , { "magnifying-glass-minus", fa::fa_magnifying_glass_minus } , + { "search-minus", fa::fa_search_minus } , { "magnifying-glass-plus", fa::fa_magnifying_glass_plus } , + { "search-plus", fa::fa_search_plus } , { "manat-sign", fa::fa_manat_sign } , { "map", fa::fa_map } , { "map-location", fa::fa_map_location } , + { "map-marked", fa::fa_map_marked } , { "map-location-dot", fa::fa_map_location_dot } , + { "map-marked-alt", fa::fa_map_marked_alt } , { "map-pin", fa::fa_map_pin } , { "marker", fa::fa_marker } , { "mars", fa::fa_mars } , @@ -800,40 +1130,58 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "mars-double", fa::fa_mars_double } , { "mars-stroke", fa::fa_mars_stroke } , { "mars-stroke-right", fa::fa_mars_stroke_right } , + { "mars-stroke-h", fa::fa_mars_stroke_h } , { "mars-stroke-up", fa::fa_mars_stroke_up } , + { "mars-stroke-v", fa::fa_mars_stroke_v } , { "martini-glass", fa::fa_martini_glass } , + { "glass-martini-alt", fa::fa_glass_martini_alt } , { "martini-glass-citrus", fa::fa_martini_glass_citrus } , + { "cocktail", fa::fa_cocktail } , { "martini-glass-empty", fa::fa_martini_glass_empty } , + { "glass-martini", fa::fa_glass_martini } , { "mask", fa::fa_mask } , { "mask-face", fa::fa_mask_face } , { "mask-ventilator", fa::fa_mask_ventilator } , { "masks-theater", fa::fa_masks_theater } , + { "theater-masks", fa::fa_theater_masks } , { "mattress-pillow", fa::fa_mattress_pillow } , { "maximize", fa::fa_maximize } , + { "expand-arrows-alt", fa::fa_expand_arrows_alt } , { "medal", fa::fa_medal } , { "memory", fa::fa_memory } , { "menorah", fa::fa_menorah } , { "mercury", fa::fa_mercury } , { "message", fa::fa_message } , + { "comment-alt", fa::fa_comment_alt } , { "meteor", fa::fa_meteor } , { "microchip", fa::fa_microchip } , { "microphone", fa::fa_microphone } , { "microphone-lines", fa::fa_microphone_lines } , + { "microphone-alt", fa::fa_microphone_alt } , { "microphone-lines-slash", fa::fa_microphone_lines_slash } , + { "microphone-alt-slash", fa::fa_microphone_alt_slash } , { "microphone-slash", fa::fa_microphone_slash } , { "microscope", fa::fa_microscope } , { "mill-sign", fa::fa_mill_sign } , { "minimize", fa::fa_minimize } , + { "compress-arrows-alt", fa::fa_compress_arrows_alt } , { "minus", fa::fa_minus } , + { "subtract", fa::fa_subtract } , { "mitten", fa::fa_mitten } , { "mobile", fa::fa_mobile } , + { "mobile-android", fa::fa_mobile_android } , + { "mobile-phone", fa::fa_mobile_phone } , { "mobile-button", fa::fa_mobile_button } , { "mobile-retro", fa::fa_mobile_retro } , { "mobile-screen", fa::fa_mobile_screen } , + { "mobile-android-alt", fa::fa_mobile_android_alt } , { "mobile-screen-button", fa::fa_mobile_screen_button } , + { "mobile-alt", fa::fa_mobile_alt } , { "money-bill", fa::fa_money_bill } , { "money-bill-1", fa::fa_money_bill_1 } , + { "money-bill-alt", fa::fa_money_bill_alt } , { "money-bill-1-wave", fa::fa_money_bill_1_wave } , + { "money-bill-wave-alt", fa::fa_money_bill_wave_alt } , { "money-bill-transfer", fa::fa_money_bill_transfer } , { "money-bill-trend-up", fa::fa_money_bill_trend_up } , { "money-bill-wave", fa::fa_money_bill_wave } , @@ -841,6 +1189,7 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "money-bills", fa::fa_money_bills } , { "money-check", fa::fa_money_check } , { "money-check-dollar", fa::fa_money_check_dollar } , + { "money-check-alt", fa::fa_money_check_alt } , { "monument", fa::fa_monument } , { "moon", fa::fa_moon } , { "mortar-pestle", fa::fa_mortar_pestle } , @@ -854,6 +1203,7 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "mountain-sun", fa::fa_mountain_sun } , { "mug-hot", fa::fa_mug_hot } , { "mug-saucer", fa::fa_mug_saucer } , + { "coffee", fa::fa_coffee } , { "music", fa::fa_music } , { "n", fa::fa_n } , { "naira-sign", fa::fa_naira_sign } , @@ -861,7 +1211,9 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "neuter", fa::fa_neuter } , { "newspaper", fa::fa_newspaper } , { "not-equal", fa::fa_not_equal } , + { "notdef", fa::fa_notdef } , { "note-sticky", fa::fa_note_sticky } , + { "sticky-note", fa::fa_sticky_note } , { "notes-medical", fa::fa_notes_medical } , { "o", fa::fa_o } , { "object-group", fa::fa_object_group } , @@ -871,10 +1223,12 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "om", fa::fa_om } , { "otter", fa::fa_otter } , { "outdent", fa::fa_outdent } , + { "dedent", fa::fa_dedent } , { "p", fa::fa_p } , { "pager", fa::fa_pager } , { "paint-roller", fa::fa_paint_roller } , { "paintbrush", fa::fa_paintbrush } , + { "paint-brush", fa::fa_paint_brush } , { "palette", fa::fa_palette } , { "pallet", fa::fa_pallet } , { "panorama", fa::fa_panorama } , @@ -884,18 +1238,25 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "paragraph", fa::fa_paragraph } , { "passport", fa::fa_passport } , { "paste", fa::fa_paste } , + { "file-clipboard", fa::fa_file_clipboard } , { "pause", fa::fa_pause } , { "paw", fa::fa_paw } , { "peace", fa::fa_peace } , { "pen", fa::fa_pen } , { "pen-clip", fa::fa_pen_clip } , + { "pen-alt", fa::fa_pen_alt } , { "pen-fancy", fa::fa_pen_fancy } , { "pen-nib", fa::fa_pen_nib } , { "pen-ruler", fa::fa_pen_ruler } , + { "pencil-ruler", fa::fa_pencil_ruler } , { "pen-to-square", fa::fa_pen_to_square } , + { "edit", fa::fa_edit } , { "pencil", fa::fa_pencil } , + { "pencil-alt", fa::fa_pencil_alt } , { "people-arrows", fa::fa_people_arrows } , + { "people-arrows-left-right", fa::fa_people_arrows_left_right } , { "people-carry-box", fa::fa_people_carry_box } , + { "people-carry", fa::fa_people_carry } , { "people-group", fa::fa_people_group } , { "people-line", fa::fa_people_line } , { "people-pulling", fa::fa_people_pulling } , @@ -903,10 +1264,13 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "people-roof", fa::fa_people_roof } , { "pepper-hot", fa::fa_pepper_hot } , { "percent", fa::fa_percent } , + { "percentage", fa::fa_percentage } , { "person", fa::fa_person } , + { "male", fa::fa_male } , { "person-arrow-down-to-line", fa::fa_person_arrow_down_to_line } , { "person-arrow-up-from-line", fa::fa_person_arrow_up_from_line } , { "person-biking", fa::fa_person_biking } , + { "biking", fa::fa_biking } , { "person-booth", fa::fa_person_booth } , { "person-breastfeeding", fa::fa_person_breastfeeding } , { "person-burst", fa::fa_person_burst } , @@ -919,8 +1283,11 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "person-circle-question", fa::fa_person_circle_question } , { "person-circle-xmark", fa::fa_person_circle_xmark } , { "person-digging", fa::fa_person_digging } , + { "digging", fa::fa_digging } , { "person-dots-from-line", fa::fa_person_dots_from_line } , + { "diagnoses", fa::fa_diagnoses } , { "person-dress", fa::fa_person_dress } , + { "female", fa::fa_female } , { "person-dress-burst", fa::fa_person_dress_burst } , { "person-drowning", fa::fa_person_drowning } , { "person-falling", fa::fa_person_falling } , @@ -928,34 +1295,47 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "person-half-dress", fa::fa_person_half_dress } , { "person-harassing", fa::fa_person_harassing } , { "person-hiking", fa::fa_person_hiking } , + { "hiking", fa::fa_hiking } , { "person-military-pointing", fa::fa_person_military_pointing } , { "person-military-rifle", fa::fa_person_military_rifle } , { "person-military-to-person", fa::fa_person_military_to_person } , { "person-praying", fa::fa_person_praying } , + { "pray", fa::fa_pray } , { "person-pregnant", fa::fa_person_pregnant } , { "person-rays", fa::fa_person_rays } , { "person-rifle", fa::fa_person_rifle } , { "person-running", fa::fa_person_running } , + { "running", fa::fa_running } , { "person-shelter", fa::fa_person_shelter } , { "person-skating", fa::fa_person_skating } , + { "skating", fa::fa_skating } , { "person-skiing", fa::fa_person_skiing } , + { "skiing", fa::fa_skiing } , { "person-skiing-nordic", fa::fa_person_skiing_nordic } , + { "skiing-nordic", fa::fa_skiing_nordic } , { "person-snowboarding", fa::fa_person_snowboarding } , + { "snowboarding", fa::fa_snowboarding } , { "person-swimming", fa::fa_person_swimming } , + { "swimmer", fa::fa_swimmer } , { "person-through-window", fa::fa_person_through_window } , { "person-walking", fa::fa_person_walking } , + { "walking", fa::fa_walking } , { "person-walking-arrow-loop-left", fa::fa_person_walking_arrow_loop_left } , { "person-walking-arrow-right", fa::fa_person_walking_arrow_right } , { "person-walking-dashed-line-arrow-right", fa::fa_person_walking_dashed_line_arrow_right } , { "person-walking-luggage", fa::fa_person_walking_luggage } , { "person-walking-with-cane", fa::fa_person_walking_with_cane } , + { "blind", fa::fa_blind } , { "peseta-sign", fa::fa_peseta_sign } , { "peso-sign", fa::fa_peso_sign } , { "phone", fa::fa_phone } , { "phone-flip", fa::fa_phone_flip } , + { "phone-alt", fa::fa_phone_alt } , { "phone-slash", fa::fa_phone_slash } , { "phone-volume", fa::fa_phone_volume } , + { "volume-control-phone", fa::fa_volume_control_phone } , { "photo-film", fa::fa_photo_film } , + { "photo-video", fa::fa_photo_video } , { "piggy-bank", fa::fa_piggy_bank } , { "pills", fa::fa_pills } , { "pizza-slice", fa::fa_pizza_slice } , @@ -980,15 +1360,18 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "plug-circle-plus", fa::fa_plug_circle_plus } , { "plug-circle-xmark", fa::fa_plug_circle_xmark } , { "plus", fa::fa_plus } , + { "add", fa::fa_add } , { "plus-minus", fa::fa_plus_minus } , { "podcast", fa::fa_podcast } , { "poo", fa::fa_poo } , { "poo-storm", fa::fa_poo_storm } , + { "poo-bolt", fa::fa_poo_bolt } , { "poop", fa::fa_poop } , { "power-off", fa::fa_power_off } , { "prescription", fa::fa_prescription } , { "prescription-bottle", fa::fa_prescription_bottle } , { "prescription-bottle-medical", fa::fa_prescription_bottle_medical } , + { "prescription-bottle-alt", fa::fa_prescription_bottle_alt } , { "print", fa::fa_print } , { "pump-medical", fa::fa_pump_medical } , { "pump-soap", fa::fa_pump_soap } , @@ -997,7 +1380,9 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "qrcode", fa::fa_qrcode } , { "question", fa::fa_question } , { "quote-left", fa::fa_quote_left } , + { "quote-left-alt", fa::fa_quote_left_alt } , { "quote-right", fa::fa_quote_right } , + { "quote-right-alt", fa::fa_quote_right_alt } , { "r", fa::fa_r } , { "radiation", fa::fa_radiation } , { "radio", fa::fa_radio } , @@ -1006,21 +1391,32 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "receipt", fa::fa_receipt } , { "record-vinyl", fa::fa_record_vinyl } , { "rectangle-ad", fa::fa_rectangle_ad } , + { "ad", fa::fa_ad } , { "rectangle-list", fa::fa_rectangle_list } , + { "list-alt", fa::fa_list_alt } , { "rectangle-xmark", fa::fa_rectangle_xmark } , + { "rectangle-times", fa::fa_rectangle_times } , + { "times-rectangle", fa::fa_times_rectangle } , + { "window-close", fa::fa_window_close } , { "recycle", fa::fa_recycle } , { "registered", fa::fa_registered } , { "repeat", fa::fa_repeat } , { "reply", fa::fa_reply } , + { "mail-reply", fa::fa_mail_reply } , { "reply-all", fa::fa_reply_all } , + { "mail-reply-all", fa::fa_mail_reply_all } , { "republican", fa::fa_republican } , { "restroom", fa::fa_restroom } , { "retweet", fa::fa_retweet } , { "ribbon", fa::fa_ribbon } , { "right-from-bracket", fa::fa_right_from_bracket } , + { "sign-out-alt", fa::fa_sign_out_alt } , { "right-left", fa::fa_right_left } , + { "exchange-alt", fa::fa_exchange_alt } , { "right-long", fa::fa_right_long } , + { "long-arrow-alt-right", fa::fa_long_arrow_alt_right } , { "right-to-bracket", fa::fa_right_to_bracket } , + { "sign-in-alt", fa::fa_sign_in_alt } , { "ring", fa::fa_ring } , { "road", fa::fa_road } , { "road-barrier", fa::fa_road_barrier } , @@ -1033,17 +1429,28 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "robot", fa::fa_robot } , { "rocket", fa::fa_rocket } , { "rotate", fa::fa_rotate } , + { "sync-alt", fa::fa_sync_alt } , { "rotate-left", fa::fa_rotate_left } , + { "rotate-back", fa::fa_rotate_back } , + { "rotate-backward", fa::fa_rotate_backward } , + { "undo-alt", fa::fa_undo_alt } , { "rotate-right", fa::fa_rotate_right } , + { "redo-alt", fa::fa_redo_alt } , + { "rotate-forward", fa::fa_rotate_forward } , { "route", fa::fa_route } , { "rss", fa::fa_rss } , + { "feed", fa::fa_feed } , { "ruble-sign", fa::fa_ruble_sign } , + { "rouble", fa::fa_rouble } , + { "rub", fa::fa_rub } , + { "ruble", fa::fa_ruble } , { "rug", fa::fa_rug } , { "ruler", fa::fa_ruler } , { "ruler-combined", fa::fa_ruler_combined } , { "ruler-horizontal", fa::fa_ruler_horizontal } , { "ruler-vertical", fa::fa_ruler_vertical } , { "rupee-sign", fa::fa_rupee_sign } , + { "rupee", fa::fa_rupee } , { "rupiah-sign", fa::fa_rupiah_sign } , { "s", fa::fa_s } , { "sack-dollar", fa::fa_sack_dollar } , @@ -1052,8 +1459,11 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "satellite", fa::fa_satellite } , { "satellite-dish", fa::fa_satellite_dish } , { "scale-balanced", fa::fa_scale_balanced } , + { "balance-scale", fa::fa_balance_scale } , { "scale-unbalanced", fa::fa_scale_unbalanced } , + { "balance-scale-left", fa::fa_balance_scale_left } , { "scale-unbalanced-flip", fa::fa_scale_unbalanced_flip } , + { "balance-scale-right", fa::fa_balance_scale_right } , { "school", fa::fa_school } , { "school-circle-check", fa::fa_school_circle_check } , { "school-circle-exclamation", fa::fa_school_circle_exclamation } , @@ -1061,40 +1471,65 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "school-flag", fa::fa_school_flag } , { "school-lock", fa::fa_school_lock } , { "scissors", fa::fa_scissors } , + { "cut", fa::fa_cut } , { "screwdriver", fa::fa_screwdriver } , { "screwdriver-wrench", fa::fa_screwdriver_wrench } , + { "tools", fa::fa_tools } , { "scroll", fa::fa_scroll } , { "scroll-torah", fa::fa_scroll_torah } , + { "torah", fa::fa_torah } , { "sd-card", fa::fa_sd_card } , { "section", fa::fa_section } , { "seedling", fa::fa_seedling } , + { "sprout", fa::fa_sprout } , { "server", fa::fa_server } , { "shapes", fa::fa_shapes } , + { "triangle-circle-square", fa::fa_triangle_circle_square } , { "share", fa::fa_share } , + { "arrow-turn-right", fa::fa_arrow_turn_right } , + { "mail-forward", fa::fa_mail_forward } , { "share-from-square", fa::fa_share_from_square } , + { "share-square", fa::fa_share_square } , { "share-nodes", fa::fa_share_nodes } , + { "share-alt", fa::fa_share_alt } , { "sheet-plastic", fa::fa_sheet_plastic } , { "shekel-sign", fa::fa_shekel_sign } , + { "ils", fa::fa_ils } , + { "shekel", fa::fa_shekel } , + { "sheqel", fa::fa_sheqel } , + { "sheqel-sign", fa::fa_sheqel_sign } , { "shield", fa::fa_shield } , + { "shield-blank", fa::fa_shield_blank } , { "shield-cat", fa::fa_shield_cat } , { "shield-dog", fa::fa_shield_dog } , { "shield-halved", fa::fa_shield_halved } , + { "shield-alt", fa::fa_shield_alt } , { "shield-heart", fa::fa_shield_heart } , { "shield-virus", fa::fa_shield_virus } , { "ship", fa::fa_ship } , { "shirt", fa::fa_shirt } , + { "t-shirt", fa::fa_t_shirt } , + { "tshirt", fa::fa_tshirt } , { "shoe-prints", fa::fa_shoe_prints } , { "shop", fa::fa_shop } , + { "store-alt", fa::fa_store_alt } , { "shop-lock", fa::fa_shop_lock } , { "shop-slash", fa::fa_shop_slash } , + { "store-alt-slash", fa::fa_store_alt_slash } , { "shower", fa::fa_shower } , { "shrimp", fa::fa_shrimp } , { "shuffle", fa::fa_shuffle } , + { "random", fa::fa_random } , { "shuttle-space", fa::fa_shuttle_space } , + { "space-shuttle", fa::fa_space_shuttle } , { "sign-hanging", fa::fa_sign_hanging } , + { "sign", fa::fa_sign } , { "signal", fa::fa_signal } , + { "signal-5", fa::fa_signal_5 } , + { "signal-perfect", fa::fa_signal_perfect } , { "signature", fa::fa_signature } , { "signs-post", fa::fa_signs_post } , + { "map-signs", fa::fa_map_signs } , { "sim-card", fa::fa_sim_card } , { "sink", fa::fa_sink } , { "sitemap", fa::fa_sitemap } , @@ -1103,6 +1538,7 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "slash", fa::fa_slash } , { "sleigh", fa::fa_sleigh } , { "sliders", fa::fa_sliders } , + { "sliders-h", fa::fa_sliders_h } , { "smog", fa::fa_smog } , { "smoking", fa::fa_smoking } , { "snowflake", fa::fa_snowflake } , @@ -1112,44 +1548,76 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "socks", fa::fa_socks } , { "solar-panel", fa::fa_solar_panel } , { "sort", fa::fa_sort } , + { "unsorted", fa::fa_unsorted } , { "sort-down", fa::fa_sort_down } , + { "sort-desc", fa::fa_sort_desc } , { "sort-up", fa::fa_sort_up } , + { "sort-asc", fa::fa_sort_asc } , { "spa", fa::fa_spa } , { "spaghetti-monster-flying", fa::fa_spaghetti_monster_flying } , + { "pastafarianism", fa::fa_pastafarianism } , { "spell-check", fa::fa_spell_check } , { "spider", fa::fa_spider } , { "spinner", fa::fa_spinner } , { "splotch", fa::fa_splotch } , { "spoon", fa::fa_spoon } , + { "utensil-spoon", fa::fa_utensil_spoon } , { "spray-can", fa::fa_spray_can } , { "spray-can-sparkles", fa::fa_spray_can_sparkles } , + { "air-freshener", fa::fa_air_freshener } , { "square", fa::fa_square } , { "square-arrow-up-right", fa::fa_square_arrow_up_right } , + { "external-link-square", fa::fa_external_link_square } , { "square-caret-down", fa::fa_square_caret_down } , + { "caret-square-down", fa::fa_caret_square_down } , { "square-caret-left", fa::fa_square_caret_left } , + { "caret-square-left", fa::fa_caret_square_left } , { "square-caret-right", fa::fa_square_caret_right } , + { "caret-square-right", fa::fa_caret_square_right } , { "square-caret-up", fa::fa_square_caret_up } , + { "caret-square-up", fa::fa_caret_square_up } , { "square-check", fa::fa_square_check } , + { "check-square", fa::fa_check_square } , { "square-envelope", fa::fa_square_envelope } , + { "envelope-square", fa::fa_envelope_square } , { "square-full", fa::fa_square_full } , { "square-h", fa::fa_square_h } , + { "h-square", fa::fa_h_square } , { "square-minus", fa::fa_square_minus } , + { "minus-square", fa::fa_minus_square } , { "square-nfi", fa::fa_square_nfi } , { "square-parking", fa::fa_square_parking } , + { "parking", fa::fa_parking } , { "square-pen", fa::fa_square_pen } , + { "pen-square", fa::fa_pen_square } , + { "pencil-square", fa::fa_pencil_square } , { "square-person-confined", fa::fa_square_person_confined } , { "square-phone", fa::fa_square_phone } , + { "phone-square", fa::fa_phone_square } , { "square-phone-flip", fa::fa_square_phone_flip } , + { "phone-square-alt", fa::fa_phone_square_alt } , { "square-plus", fa::fa_square_plus } , + { "plus-square", fa::fa_plus_square } , { "square-poll-horizontal", fa::fa_square_poll_horizontal } , + { "poll-h", fa::fa_poll_h } , { "square-poll-vertical", fa::fa_square_poll_vertical } , + { "poll", fa::fa_poll } , { "square-root-variable", fa::fa_square_root_variable } , + { "square-root-alt", fa::fa_square_root_alt } , { "square-rss", fa::fa_square_rss } , + { "rss-square", fa::fa_rss_square } , { "square-share-nodes", fa::fa_square_share_nodes } , + { "share-alt-square", fa::fa_share_alt_square } , { "square-up-right", fa::fa_square_up_right } , + { "external-link-square-alt", fa::fa_external_link_square_alt } , { "square-virus", fa::fa_square_virus } , { "square-xmark", fa::fa_square_xmark } , + { "times-square", fa::fa_times_square } , + { "xmark-square", fa::fa_xmark_square } , { "staff-snake", fa::fa_staff_snake } , + { "rod-asclepius", fa::fa_rod_asclepius } , + { "rod-snake", fa::fa_rod_snake } , + { "staff-aesculapius", fa::fa_staff_aesculapius } , { "stairs", fa::fa_stairs } , { "stamp", fa::fa_stamp } , { "stapler", fa::fa_stapler } , @@ -1157,9 +1625,12 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "star-and-crescent", fa::fa_star_and_crescent } , { "star-half", fa::fa_star_half } , { "star-half-stroke", fa::fa_star_half_stroke } , + { "star-half-alt", fa::fa_star_half_alt } , { "star-of-david", fa::fa_star_of_david } , { "star-of-life", fa::fa_star_of_life } , { "sterling-sign", fa::fa_sterling_sign } , + { "gbp", fa::fa_gbp } , + { "pound-sign", fa::fa_pound_sign } , { "stethoscope", fa::fa_stethoscope } , { "stop", fa::fa_stop } , { "stopwatch", fa::fa_stopwatch } , @@ -1172,6 +1643,7 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "subscript", fa::fa_subscript } , { "suitcase", fa::fa_suitcase } , { "suitcase-medical", fa::fa_suitcase_medical } , + { "medkit", fa::fa_medkit } , { "suitcase-rolling", fa::fa_suitcase_rolling } , { "sun", fa::fa_sun } , { "sun-plant-wilt", fa::fa_sun_plant_wilt } , @@ -1182,33 +1654,61 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "t", fa::fa_t } , { "table", fa::fa_table } , { "table-cells", fa::fa_table_cells } , + { "th", fa::fa_th } , { "table-cells-large", fa::fa_table_cells_large } , + { "th-large", fa::fa_th_large } , { "table-columns", fa::fa_table_columns } , + { "columns", fa::fa_columns } , { "table-list", fa::fa_table_list } , + { "th-list", fa::fa_th_list } , { "table-tennis-paddle-ball", fa::fa_table_tennis_paddle_ball } , + { "ping-pong-paddle-ball", fa::fa_ping_pong_paddle_ball } , + { "table-tennis", fa::fa_table_tennis } , { "tablet", fa::fa_tablet } , + { "tablet-android", fa::fa_tablet_android } , { "tablet-button", fa::fa_tablet_button } , { "tablet-screen-button", fa::fa_tablet_screen_button } , + { "tablet-alt", fa::fa_tablet_alt } , { "tablets", fa::fa_tablets } , { "tachograph-digital", fa::fa_tachograph_digital } , + { "digital-tachograph", fa::fa_digital_tachograph } , { "tag", fa::fa_tag } , { "tags", fa::fa_tags } , { "tape", fa::fa_tape } , { "tarp", fa::fa_tarp } , { "tarp-droplet", fa::fa_tarp_droplet } , { "taxi", fa::fa_taxi } , + { "cab", fa::fa_cab } , { "teeth", fa::fa_teeth } , { "teeth-open", fa::fa_teeth_open } , { "temperature-arrow-down", fa::fa_temperature_arrow_down } , + { "temperature-down", fa::fa_temperature_down } , { "temperature-arrow-up", fa::fa_temperature_arrow_up } , + { "temperature-up", fa::fa_temperature_up } , { "temperature-empty", fa::fa_temperature_empty } , + { "temperature-0", fa::fa_temperature_0 } , + { "thermometer-0", fa::fa_thermometer_0 } , + { "thermometer-empty", fa::fa_thermometer_empty } , { "temperature-full", fa::fa_temperature_full } , + { "temperature-4", fa::fa_temperature_4 } , + { "thermometer-4", fa::fa_thermometer_4 } , + { "thermometer-full", fa::fa_thermometer_full } , { "temperature-half", fa::fa_temperature_half } , + { "temperature-2", fa::fa_temperature_2 } , + { "thermometer-2", fa::fa_thermometer_2 } , + { "thermometer-half", fa::fa_thermometer_half } , { "temperature-high", fa::fa_temperature_high } , { "temperature-low", fa::fa_temperature_low } , { "temperature-quarter", fa::fa_temperature_quarter } , + { "temperature-1", fa::fa_temperature_1 } , + { "thermometer-1", fa::fa_thermometer_1 } , + { "thermometer-quarter", fa::fa_thermometer_quarter } , { "temperature-three-quarters", fa::fa_temperature_three_quarters } , + { "temperature-3", fa::fa_temperature_3 } , + { "thermometer-3", fa::fa_thermometer_3 } , + { "thermometer-three-quarters", fa::fa_thermometer_three_quarters } , { "tenge-sign", fa::fa_tenge_sign } , + { "tenge", fa::fa_tenge } , { "tent", fa::fa_tent } , { "tent-arrow-down-to-line", fa::fa_tent_arrow_down_to_line } , { "tent-arrow-left-right", fa::fa_tent_arrow_left_right } , @@ -1218,13 +1718,16 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "terminal", fa::fa_terminal } , { "text-height", fa::fa_text_height } , { "text-slash", fa::fa_text_slash } , + { "remove-format", fa::fa_remove_format } , { "text-width", fa::fa_text_width } , { "thermometer", fa::fa_thermometer } , { "thumbs-down", fa::fa_thumbs_down } , { "thumbs-up", fa::fa_thumbs_up } , { "thumbtack", fa::fa_thumbtack } , + { "thumb-tack", fa::fa_thumb_tack } , { "ticket", fa::fa_ticket } , { "ticket-simple", fa::fa_ticket_simple } , + { "ticket-alt", fa::fa_ticket_alt } , { "timeline", fa::fa_timeline } , { "toggle-off", fa::fa_toggle_off } , { "toggle-on", fa::fa_toggle_on } , @@ -1238,6 +1741,7 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "torii-gate", fa::fa_torii_gate } , { "tornado", fa::fa_tornado } , { "tower-broadcast", fa::fa_tower_broadcast } , + { "broadcast-tower", fa::fa_broadcast_tower } , { "tower-cell", fa::fa_tower_cell } , { "tower-observation", fa::fa_tower_observation } , { "tractor", fa::fa_tractor } , @@ -1246,15 +1750,22 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "trailer", fa::fa_trailer } , { "train", fa::fa_train } , { "train-subway", fa::fa_train_subway } , + { "subway", fa::fa_subway } , { "train-tram", fa::fa_train_tram } , { "transgender", fa::fa_transgender } , + { "transgender-alt", fa::fa_transgender_alt } , { "trash", fa::fa_trash } , { "trash-arrow-up", fa::fa_trash_arrow_up } , + { "trash-restore", fa::fa_trash_restore } , { "trash-can", fa::fa_trash_can } , + { "trash-alt", fa::fa_trash_alt } , { "trash-can-arrow-up", fa::fa_trash_can_arrow_up } , + { "trash-restore-alt", fa::fa_trash_restore_alt } , { "tree", fa::fa_tree } , { "tree-city", fa::fa_tree_city } , { "triangle-exclamation", fa::fa_triangle_exclamation } , + { "exclamation-triangle", fa::fa_exclamation_triangle } , + { "warning", fa::fa_warning } , { "trophy", fa::fa_trophy } , { "trowel", fa::fa_trowel } , { "trowel-bricks", fa::fa_trowel_bricks } , @@ -1262,20 +1773,30 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "truck-arrow-right", fa::fa_truck_arrow_right } , { "truck-droplet", fa::fa_truck_droplet } , { "truck-fast", fa::fa_truck_fast } , + { "shipping-fast", fa::fa_shipping_fast } , { "truck-field", fa::fa_truck_field } , { "truck-field-un", fa::fa_truck_field_un } , { "truck-front", fa::fa_truck_front } , { "truck-medical", fa::fa_truck_medical } , + { "ambulance", fa::fa_ambulance } , { "truck-monster", fa::fa_truck_monster } , { "truck-moving", fa::fa_truck_moving } , { "truck-pickup", fa::fa_truck_pickup } , { "truck-plane", fa::fa_truck_plane } , { "truck-ramp-box", fa::fa_truck_ramp_box } , + { "truck-loading", fa::fa_truck_loading } , { "tty", fa::fa_tty } , + { "teletype", fa::fa_teletype } , { "turkish-lira-sign", fa::fa_turkish_lira_sign } , + { "try", fa::fa_try } , + { "turkish-lira", fa::fa_turkish_lira } , { "turn-down", fa::fa_turn_down } , + { "level-down-alt", fa::fa_level_down_alt } , { "turn-up", fa::fa_turn_up } , + { "level-up-alt", fa::fa_level_up_alt } , { "tv", fa::fa_tv } , + { "television", fa::fa_television } , + { "tv-alt", fa::fa_tv_alt } , { "u", fa::fa_u } , { "umbrella", fa::fa_umbrella } , { "umbrella-beach", fa::fa_umbrella_beach } , @@ -1283,28 +1804,40 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "universal-access", fa::fa_universal_access } , { "unlock", fa::fa_unlock } , { "unlock-keyhole", fa::fa_unlock_keyhole } , + { "unlock-alt", fa::fa_unlock_alt } , { "up-down", fa::fa_up_down } , + { "arrows-alt-v", fa::fa_arrows_alt_v } , { "up-down-left-right", fa::fa_up_down_left_right } , + { "arrows-alt", fa::fa_arrows_alt } , { "up-long", fa::fa_up_long } , + { "long-arrow-alt-up", fa::fa_long_arrow_alt_up } , { "up-right-and-down-left-from-center", fa::fa_up_right_and_down_left_from_center } , + { "expand-alt", fa::fa_expand_alt } , { "up-right-from-square", fa::fa_up_right_from_square } , + { "external-link-alt", fa::fa_external_link_alt } , { "upload", fa::fa_upload } , { "user", fa::fa_user } , { "user-astronaut", fa::fa_user_astronaut } , { "user-check", fa::fa_user_check } , { "user-clock", fa::fa_user_clock } , { "user-doctor", fa::fa_user_doctor } , + { "user-md", fa::fa_user_md } , { "user-gear", fa::fa_user_gear } , + { "user-cog", fa::fa_user_cog } , { "user-graduate", fa::fa_user_graduate } , { "user-group", fa::fa_user_group } , + { "user-friends", fa::fa_user_friends } , { "user-injured", fa::fa_user_injured } , { "user-large", fa::fa_user_large } , + { "user-alt", fa::fa_user_alt } , { "user-large-slash", fa::fa_user_large_slash } , + { "user-alt-slash", fa::fa_user_alt_slash } , { "user-lock", fa::fa_user_lock } , { "user-minus", fa::fa_user_minus } , { "user-ninja", fa::fa_user_ninja } , { "user-nurse", fa::fa_user_nurse } , { "user-pen", fa::fa_user_pen } , + { "user-edit", fa::fa_user_edit } , { "user-plus", fa::fa_user_plus } , { "user-secret", fa::fa_user_secret } , { "user-shield", fa::fa_user_shield } , @@ -1312,17 +1845,21 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "user-tag", fa::fa_user_tag } , { "user-tie", fa::fa_user_tie } , { "user-xmark", fa::fa_user_xmark } , + { "user-times", fa::fa_user_times } , { "users", fa::fa_users } , { "users-between-lines", fa::fa_users_between_lines } , { "users-gear", fa::fa_users_gear } , + { "users-cog", fa::fa_users_cog } , { "users-line", fa::fa_users_line } , { "users-rays", fa::fa_users_rays } , { "users-rectangle", fa::fa_users_rectangle } , { "users-slash", fa::fa_users_slash } , { "users-viewfinder", fa::fa_users_viewfinder } , { "utensils", fa::fa_utensils } , + { "cutlery", fa::fa_cutlery } , { "v", fa::fa_v } , { "van-shuttle", fa::fa_van_shuttle } , + { "shuttle-van", fa::fa_shuttle_van } , { "vault", fa::fa_vault } , { "vector-square", fa::fa_vector_square } , { "venus", fa::fa_venus } , @@ -1335,6 +1872,7 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "vial-virus", fa::fa_vial_virus } , { "vials", fa::fa_vials } , { "video", fa::fa_video } , + { "video-camera", fa::fa_video_camera } , { "video-slash", fa::fa_video_slash } , { "vihara", fa::fa_vihara } , { "virus", fa::fa_virus } , @@ -1345,29 +1883,44 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "voicemail", fa::fa_voicemail } , { "volcano", fa::fa_volcano } , { "volleyball", fa::fa_volleyball } , + { "volleyball-ball", fa::fa_volleyball_ball } , { "volume-high", fa::fa_volume_high } , + { "volume-up", fa::fa_volume_up } , { "volume-low", fa::fa_volume_low } , + { "volume-down", fa::fa_volume_down } , { "volume-off", fa::fa_volume_off } , { "volume-xmark", fa::fa_volume_xmark } , + { "volume-mute", fa::fa_volume_mute } , + { "volume-times", fa::fa_volume_times } , { "vr-cardboard", fa::fa_vr_cardboard } , { "w", fa::fa_w } , { "walkie-talkie", fa::fa_walkie_talkie } , { "wallet", fa::fa_wallet } , { "wand-magic", fa::fa_wand_magic } , + { "magic", fa::fa_magic } , { "wand-magic-sparkles", fa::fa_wand_magic_sparkles } , + { "magic-wand-sparkles", fa::fa_magic_wand_sparkles } , { "wand-sparkles", fa::fa_wand_sparkles } , { "warehouse", fa::fa_warehouse } , { "water", fa::fa_water } , { "water-ladder", fa::fa_water_ladder } , + { "ladder-water", fa::fa_ladder_water } , + { "swimming-pool", fa::fa_swimming_pool } , { "wave-square", fa::fa_wave_square } , { "weight-hanging", fa::fa_weight_hanging } , { "weight-scale", fa::fa_weight_scale } , + { "weight", fa::fa_weight } , { "wheat-awn", fa::fa_wheat_awn } , + { "wheat-alt", fa::fa_wheat_alt } , { "wheat-awn-circle-exclamation", fa::fa_wheat_awn_circle_exclamation } , { "wheelchair", fa::fa_wheelchair } , { "wheelchair-move", fa::fa_wheelchair_move } , + { "wheelchair-alt", fa::fa_wheelchair_alt } , { "whiskey-glass", fa::fa_whiskey_glass } , + { "glass-whiskey", fa::fa_glass_whiskey } , { "wifi", fa::fa_wifi } , + { "wifi-3", fa::fa_wifi_3 } , + { "wifi-strong", fa::fa_wifi_strong } , { "wind", fa::fa_wind } , { "window-maximize", fa::fa_window_maximize } , { "window-minimize", fa::fa_window_minimize } , @@ -1375,15 +1928,26 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { { "wine-bottle", fa::fa_wine_bottle } , { "wine-glass", fa::fa_wine_glass } , { "wine-glass-empty", fa::fa_wine_glass_empty } , + { "wine-glass-alt", fa::fa_wine_glass_alt } , { "won-sign", fa::fa_won_sign } , + { "krw", fa::fa_krw } , + { "won", fa::fa_won } , { "worm", fa::fa_worm } , { "wrench", fa::fa_wrench } , { "x", fa::fa_x } , { "x-ray", fa::fa_x_ray } , { "xmark", fa::fa_xmark } , + { "close", fa::fa_close } , + { "multiply", fa::fa_multiply } , + { "remove", fa::fa_remove } , + { "times", fa::fa_times } , { "xmarks-lines", fa::fa_xmarks_lines } , { "y", fa::fa_y } , { "yen-sign", fa::fa_yen_sign } , + { "cny", fa::fa_cny } , + { "jpy", fa::fa_jpy } , + { "rmb", fa::fa_rmb } , + { "yen", fa::fa_yen } , { "yin-yang", fa::fa_yin_yang } , { "z", fa::fa_z } @@ -1391,6 +1955,7 @@ static const fa::QtAwesomeNamedIcon faCommonIconArray[] = { static const fa::QtAwesomeNamedIcon faBrandsIconArray[] = { { "42-group", fa::fa_42_group } , + { "innosoft", fa::fa_innosoft } , { "500px", fa::fa_500px } , { "accessible-icon", fa::fa_accessible_icon } , { "accusoft", fa::fa_accusoft } , @@ -1539,6 +2104,8 @@ static const fa::QtAwesomeNamedIcon faBrandsIconArray[] = { { "flipboard", fa::fa_flipboard } , { "fly", fa::fa_fly } , { "font-awesome", fa::fa_font_awesome } , + { "font-awesome-flag", fa::fa_font_awesome_flag } , + { "font-awesome-logo-full", fa::fa_font_awesome_logo_full } , { "fonticons", fa::fa_fonticons } , { "fonticons-fi", fa::fa_fonticons_fi } , { "fort-awesome", fa::fa_fort_awesome } , @@ -1635,6 +2202,7 @@ static const fa::QtAwesomeNamedIcon faBrandsIconArray[] = { { "mdb", fa::fa_mdb } , { "medapps", fa::fa_medapps } , { "medium", fa::fa_medium } , + { "medium-m", fa::fa_medium_m } , { "medrt", fa::fa_medrt } , { "meetup", fa::fa_meetup } , { "megaport", fa::fa_megaport } , @@ -1660,6 +2228,7 @@ static const fa::QtAwesomeNamedIcon faBrandsIconArray[] = { { "nutritionix", fa::fa_nutritionix } , { "octopus-deploy", fa::fa_octopus_deploy } , { "odnoklassniki", fa::fa_odnoklassniki } , + { "odysee", fa::fa_odysee } , { "old-republic", fa::fa_old_republic } , { "opencart", fa::fa_opencart } , { "openid", fa::fa_openid } , @@ -1733,8 +2302,10 @@ static const fa::QtAwesomeNamedIcon faBrandsIconArray[] = { { "skyatlas", fa::fa_skyatlas } , { "skype", fa::fa_skype } , { "slack", fa::fa_slack } , + { "slack-hash", fa::fa_slack_hash } , { "slideshare", fa::fa_slideshare } , { "snapchat", fa::fa_snapchat } , + { "snapchat-ghost", fa::fa_snapchat_ghost } , { "soundcloud", fa::fa_soundcloud } , { "sourcetree", fa::fa_sourcetree } , { "space-awesome", fa::fa_space_awesome } , @@ -1742,31 +2313,56 @@ static const fa::QtAwesomeNamedIcon faBrandsIconArray[] = { { "speaker-deck", fa::fa_speaker_deck } , { "spotify", fa::fa_spotify } , { "square-behance", fa::fa_square_behance } , + { "behance-square", fa::fa_behance_square } , { "square-dribbble", fa::fa_square_dribbble } , + { "dribbble-square", fa::fa_dribbble_square } , { "square-facebook", fa::fa_square_facebook } , + { "facebook-square", fa::fa_facebook_square } , { "square-font-awesome", fa::fa_square_font_awesome } , { "square-font-awesome-stroke", fa::fa_square_font_awesome_stroke } , + { "font-awesome-alt", fa::fa_font_awesome_alt } , { "square-git", fa::fa_square_git } , + { "git-square", fa::fa_git_square } , { "square-github", fa::fa_square_github } , + { "github-square", fa::fa_github_square } , { "square-gitlab", fa::fa_square_gitlab } , + { "gitlab-square", fa::fa_gitlab_square } , { "square-google-plus", fa::fa_square_google_plus } , + { "google-plus-square", fa::fa_google_plus_square } , { "square-hacker-news", fa::fa_square_hacker_news } , + { "hacker-news-square", fa::fa_hacker_news_square } , { "square-instagram", fa::fa_square_instagram } , + { "instagram-square", fa::fa_instagram_square } , { "square-js", fa::fa_square_js } , + { "js-square", fa::fa_js_square } , { "square-lastfm", fa::fa_square_lastfm } , + { "lastfm-square", fa::fa_lastfm_square } , { "square-odnoklassniki", fa::fa_square_odnoklassniki } , + { "odnoklassniki-square", fa::fa_odnoklassniki_square } , { "square-pied-piper", fa::fa_square_pied_piper } , + { "pied-piper-square", fa::fa_pied_piper_square } , { "square-pinterest", fa::fa_square_pinterest } , + { "pinterest-square", fa::fa_pinterest_square } , { "square-reddit", fa::fa_square_reddit } , + { "reddit-square", fa::fa_reddit_square } , { "square-snapchat", fa::fa_square_snapchat } , + { "snapchat-square", fa::fa_snapchat_square } , { "square-steam", fa::fa_square_steam } , + { "steam-square", fa::fa_steam_square } , { "square-tumblr", fa::fa_square_tumblr } , + { "tumblr-square", fa::fa_tumblr_square } , { "square-twitter", fa::fa_square_twitter } , + { "twitter-square", fa::fa_twitter_square } , { "square-viadeo", fa::fa_square_viadeo } , + { "viadeo-square", fa::fa_viadeo_square } , { "square-vimeo", fa::fa_square_vimeo } , + { "vimeo-square", fa::fa_vimeo_square } , { "square-whatsapp", fa::fa_square_whatsapp } , + { "whatsapp-square", fa::fa_whatsapp_square } , { "square-xing", fa::fa_square_xing } , + { "xing-square", fa::fa_xing_square } , { "square-youtube", fa::fa_square_youtube } , + { "youtube-square", fa::fa_youtube_square } , { "squarespace", fa::fa_squarespace } , { "stack-exchange", fa::fa_stack_exchange } , { "stack-overflow", fa::fa_stack_overflow } , @@ -1778,6 +2374,7 @@ static const fa::QtAwesomeNamedIcon faBrandsIconArray[] = { { "strava", fa::fa_strava } , { "stripe", fa::fa_stripe } , { "stripe-s", fa::fa_stripe_s } , + { "stubber", fa::fa_stubber } , { "studiovinari", fa::fa_studiovinari } , { "stumbleupon", fa::fa_stumbleupon } , { "stumbleupon-circle", fa::fa_stumbleupon_circle } , @@ -1788,6 +2385,7 @@ static const fa::QtAwesomeNamedIcon faBrandsIconArray[] = { { "symfony", fa::fa_symfony } , { "teamspeak", fa::fa_teamspeak } , { "telegram", fa::fa_telegram } , + { "telegram-plane", fa::fa_telegram_plane } , { "tencent-weibo", fa::fa_tencent_weibo } , { "the-red-yeti", fa::fa_the_red_yeti } , { "themeco", fa::fa_themeco } , @@ -1833,6 +2431,7 @@ static const fa::QtAwesomeNamedIcon faBrandsIconArray[] = { { "wikipedia-w", fa::fa_wikipedia_w } , { "windows", fa::fa_windows } , { "wirsindhandwerk", fa::fa_wirsindhandwerk } , + { "wsh", fa::fa_wsh } , { "wix", fa::fa_wix } , { "wizards-of-the-coast", fa::fa_wizards_of_the_coast } , { "wodu", fa::fa_wodu } , @@ -1843,6 +2442,7 @@ static const fa::QtAwesomeNamedIcon faBrandsIconArray[] = { { "wpexplorer", fa::fa_wpexplorer } , { "wpforms", fa::fa_wpforms } , { "wpressr", fa::fa_wpressr } , + { "rendact", fa::fa_rendact } , { "xbox", fa::fa_xbox } , { "xing", fa::fa_xing } , { "y-combinator", fa::fa_y_combinator } , @@ -1880,6 +2480,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "alicorn", fa::fa_alicorn } , { "alien", fa::fa_alien } , { "alien-8bit", fa::fa_alien_8bit } , + { "alien-monster", fa::fa_alien_monster } , { "align-slash", fa::fa_align_slash } , { "alt", fa::fa_alt } , { "amp-guitar", fa::fa_amp_guitar } , @@ -1892,56 +2493,80 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "apostrophe", fa::fa_apostrophe } , { "apple-core", fa::fa_apple_core } , { "arrow-down-arrow-up", fa::fa_arrow_down_arrow_up } , + { "sort-alt", fa::fa_sort_alt } , { "arrow-down-big-small", fa::fa_arrow_down_big_small } , + { "sort-size-down", fa::fa_sort_size_down } , { "arrow-down-from-dotted-line", fa::fa_arrow_down_from_dotted_line } , { "arrow-down-from-line", fa::fa_arrow_down_from_line } , + { "arrow-from-top", fa::fa_arrow_from_top } , { "arrow-down-left", fa::fa_arrow_down_left } , { "arrow-down-left-and-arrow-up-right-to-center", fa::fa_arrow_down_left_and_arrow_up_right_to_center } , { "arrow-down-right", fa::fa_arrow_down_right } , { "arrow-down-small-big", fa::fa_arrow_down_small_big } , + { "sort-size-down-alt", fa::fa_sort_size_down_alt } , { "arrow-down-square-triangle", fa::fa_arrow_down_square_triangle } , + { "sort-shapes-down-alt", fa::fa_sort_shapes_down_alt } , { "arrow-down-to-arc", fa::fa_arrow_down_to_arc } , { "arrow-down-to-bracket", fa::fa_arrow_down_to_bracket } , { "arrow-down-to-dotted-line", fa::fa_arrow_down_to_dotted_line } , { "arrow-down-to-line", fa::fa_arrow_down_to_line } , + { "arrow-to-bottom", fa::fa_arrow_to_bottom } , { "arrow-down-to-square", fa::fa_arrow_down_to_square } , { "arrow-down-triangle-square", fa::fa_arrow_down_triangle_square } , + { "sort-shapes-down", fa::fa_sort_shapes_down } , { "arrow-left-from-line", fa::fa_arrow_left_from_line } , + { "arrow-from-right", fa::fa_arrow_from_right } , { "arrow-left-long-to-line", fa::fa_arrow_left_long_to_line } , { "arrow-left-to-line", fa::fa_arrow_left_to_line } , + { "arrow-to-left", fa::fa_arrow_to_left } , { "arrow-right-from-arc", fa::fa_arrow_right_from_arc } , { "arrow-right-from-line", fa::fa_arrow_right_from_line } , + { "arrow-from-left", fa::fa_arrow_from_left } , { "arrow-right-long-to-line", fa::fa_arrow_right_long_to_line } , { "arrow-right-to-arc", fa::fa_arrow_right_to_arc } , { "arrow-right-to-line", fa::fa_arrow_right_to_line } , + { "arrow-to-right", fa::fa_arrow_to_right } , { "arrow-turn-down-left", fa::fa_arrow_turn_down_left } , { "arrow-turn-down-right", fa::fa_arrow_turn_down_right } , { "arrow-up-arrow-down", fa::fa_arrow_up_arrow_down } , + { "sort-up-down", fa::fa_sort_up_down } , { "arrow-up-big-small", fa::fa_arrow_up_big_small } , + { "sort-size-up", fa::fa_sort_size_up } , { "arrow-up-from-arc", fa::fa_arrow_up_from_arc } , { "arrow-up-from-dotted-line", fa::fa_arrow_up_from_dotted_line } , { "arrow-up-from-line", fa::fa_arrow_up_from_line } , + { "arrow-from-bottom", fa::fa_arrow_from_bottom } , { "arrow-up-from-square", fa::fa_arrow_up_from_square } , { "arrow-up-left", fa::fa_arrow_up_left } , { "arrow-up-left-from-circle", fa::fa_arrow_up_left_from_circle } , { "arrow-up-right", fa::fa_arrow_up_right } , { "arrow-up-right-and-arrow-down-left-from-center", fa::fa_arrow_up_right_and_arrow_down_left_from_center } , { "arrow-up-small-big", fa::fa_arrow_up_small_big } , + { "sort-size-up-alt", fa::fa_sort_size_up_alt } , { "arrow-up-square-triangle", fa::fa_arrow_up_square_triangle } , + { "sort-shapes-up-alt", fa::fa_sort_shapes_up_alt } , { "arrow-up-to-dotted-line", fa::fa_arrow_up_to_dotted_line } , { "arrow-up-to-line", fa::fa_arrow_up_to_line } , + { "arrow-to-top", fa::fa_arrow_to_top } , { "arrow-up-triangle-square", fa::fa_arrow_up_triangle_square } , + { "sort-shapes-up", fa::fa_sort_shapes_up } , { "arrows-cross", fa::fa_arrows_cross } , { "arrows-from-dotted-line", fa::fa_arrows_from_dotted_line } , { "arrows-from-line", fa::fa_arrows_from_line } , { "arrows-maximize", fa::fa_arrows_maximize } , + { "expand-arrows", fa::fa_expand_arrows } , { "arrows-minimize", fa::fa_arrows_minimize } , + { "compress-arrows", fa::fa_compress_arrows } , { "arrows-repeat", fa::fa_arrows_repeat } , + { "repeat-alt", fa::fa_repeat_alt } , { "arrows-repeat-1", fa::fa_arrows_repeat_1 } , + { "repeat-1-alt", fa::fa_repeat_1_alt } , { "arrows-retweet", fa::fa_arrows_retweet } , + { "retweet-alt", fa::fa_retweet_alt } , { "arrows-to-dotted-line", fa::fa_arrows_to_dotted_line } , { "arrows-to-line", fa::fa_arrows_to_line } , { "atom-simple", fa::fa_atom_simple } , + { "atom-alt", fa::fa_atom_alt } , { "audio-description-slash", fa::fa_audio_description_slash } , { "avocado", fa::fa_avocado } , { "award-simple", fa::fa_award_simple } , @@ -1964,26 +2589,31 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "ballot", fa::fa_ballot } , { "ballot-check", fa::fa_ballot_check } , { "ban-bug", fa::fa_ban_bug } , + { "debug", fa::fa_debug } , { "ban-parking", fa::fa_ban_parking } , + { "parking-circle-slash", fa::fa_parking_circle_slash } , { "banana", fa::fa_banana } , - { "bangladeshi-taka-sign", fa::fa_bangladeshi_taka_sign } , { "banjo", fa::fa_banjo } , { "barcode-read", fa::fa_barcode_read } , { "barcode-scan", fa::fa_barcode_scan } , { "bars-filter", fa::fa_bars_filter } , { "bars-sort", fa::fa_bars_sort } , { "basket-shopping-simple", fa::fa_basket_shopping_simple } , + { "shopping-basket-alt", fa::fa_shopping_basket_alt } , { "basketball-hoop", fa::fa_basketball_hoop } , { "bat", fa::fa_bat } , { "battery-bolt", fa::fa_battery_bolt } , { "battery-exclamation", fa::fa_battery_exclamation } , { "battery-low", fa::fa_battery_low } , + { "battery-1", fa::fa_battery_1 } , { "battery-slash", fa::fa_battery_slash } , { "bed-bunk", fa::fa_bed_bunk } , { "bed-empty", fa::fa_bed_empty } , { "bed-front", fa::fa_bed_front } , + { "bed-alt", fa::fa_bed_alt } , { "bee", fa::fa_bee } , { "beer-mug", fa::fa_beer_mug } , + { "beer-foam", fa::fa_beer_foam } , { "bell-exclamation", fa::fa_bell_exclamation } , { "bell-on", fa::fa_bell_on } , { "bell-plus", fa::fa_bell_plus } , @@ -1991,6 +2621,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "bell-school-slash", fa::fa_bell_school_slash } , { "bells", fa::fa_bells } , { "bench-tree", fa::fa_bench_tree } , + { "billboard", fa::fa_billboard } , { "binary", fa::fa_binary } , { "binary-circle-check", fa::fa_binary_circle_check } , { "binary-lock", fa::fa_binary_lock } , @@ -2003,7 +2634,9 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "blinds-raised", fa::fa_blinds_raised } , { "block", fa::fa_block } , { "block-brick", fa::fa_block_brick } , + { "wall-brick", fa::fa_wall_brick } , { "block-brick-fire", fa::fa_block_brick_fire } , + { "firewall", fa::fa_firewall } , { "block-question", fa::fa_block_question } , { "block-quote", fa::fa_block_quote } , { "blueberries", fa::fa_blueberries } , @@ -2013,14 +2646,18 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "book-arrow-right", fa::fa_book_arrow_right } , { "book-arrow-up", fa::fa_book_arrow_up } , { "book-blank", fa::fa_book_blank } , + { "book-alt", fa::fa_book_alt } , { "book-circle-arrow-right", fa::fa_book_circle_arrow_right } , { "book-circle-arrow-up", fa::fa_book_circle_arrow_up } , { "book-copy", fa::fa_book_copy } , { "book-font", fa::fa_book_font } , { "book-heart", fa::fa_book_heart } , { "book-open-cover", fa::fa_book_open_cover } , + { "book-open-alt", fa::fa_book_open_alt } , { "book-section", fa::fa_book_section } , + { "book-law", fa::fa_book_law } , { "book-sparkles", fa::fa_book_sparkles } , + { "book-spells", fa::fa_book_spells } , { "book-user", fa::fa_book_user } , { "bookmark-slash", fa::fa_bookmark_slash } , { "books", fa::fa_books } , @@ -2031,6 +2668,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "booth-curtain", fa::fa_booth_curtain } , { "border-bottom", fa::fa_border_bottom } , { "border-bottom-right", fa::fa_border_bottom_right } , + { "border-style-alt", fa::fa_border_style_alt } , { "border-center-h", fa::fa_border_center_h } , { "border-center-v", fa::fa_border_center_v } , { "border-inner", fa::fa_border_inner } , @@ -2042,7 +2680,9 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "bowl-chopsticks", fa::fa_bowl_chopsticks } , { "bowl-chopsticks-noodles", fa::fa_bowl_chopsticks_noodles } , { "bowl-hot", fa::fa_bowl_hot } , + { "soup", fa::fa_soup } , { "bowl-scoop", fa::fa_bowl_scoop } , + { "bowl-shaved-ice", fa::fa_bowl_shaved_ice } , { "bowl-scoops", fa::fa_bowl_scoops } , { "bowl-soft-serve", fa::fa_bowl_soft_serve } , { "bowl-spoon", fa::fa_bowl_spoon } , @@ -2052,20 +2692,31 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "box-check", fa::fa_box_check } , { "box-circle-check", fa::fa_box_circle_check } , { "box-dollar", fa::fa_box_dollar } , + { "box-usd", fa::fa_box_usd } , { "box-heart", fa::fa_box_heart } , { "box-open-full", fa::fa_box_open_full } , + { "box-full", fa::fa_box_full } , { "box-taped", fa::fa_box_taped } , + { "box-alt", fa::fa_box_alt } , { "boxing-glove", fa::fa_boxing_glove } , + { "glove-boxing", fa::fa_glove_boxing } , { "bracket-curly", fa::fa_bracket_curly } , + { "bracket-curly-left", fa::fa_bracket_curly_left } , { "bracket-curly-right", fa::fa_bracket_curly_right } , { "bracket-round", fa::fa_bracket_round } , + { "parenthesis", fa::fa_parenthesis } , { "bracket-round-right", fa::fa_bracket_round_right } , { "bracket-square", fa::fa_bracket_square } , + { "bracket", fa::fa_bracket } , + { "bracket-left", fa::fa_bracket_left } , { "bracket-square-right", fa::fa_bracket_square_right } , { "brackets-curly", fa::fa_brackets_curly } , { "brackets-round", fa::fa_brackets_round } , + { "parentheses", fa::fa_parentheses } , { "brackets-square", fa::fa_brackets_square } , + { "brackets", fa::fa_brackets } , { "brain-arrow-curved-right", fa::fa_brain_arrow_curved_right } , + { "mind-share", fa::fa_mind_share } , { "brain-circuit", fa::fa_brain_circuit } , { "brake-warning", fa::fa_brake_warning } , { "bread-loaf", fa::fa_bread_loaf } , @@ -2078,12 +2729,16 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "bring-forward", fa::fa_bring_forward } , { "bring-front", fa::fa_bring_front } , { "broccoli", fa::fa_broccoli } , + { "broom-wide", fa::fa_broom_wide } , { "browser", fa::fa_browser } , { "browsers", fa::fa_browsers } , { "buildings", fa::fa_buildings } , { "bullseye-arrow", fa::fa_bullseye_arrow } , { "bullseye-pointer", fa::fa_bullseye_pointer } , + { "buoy", fa::fa_buoy } , + { "buoy-mooring", fa::fa_buoy_mooring } , { "burger-cheese", fa::fa_burger_cheese } , + { "cheeseburger", fa::fa_cheeseburger } , { "burger-fries", fa::fa_burger_fries } , { "burger-glass", fa::fa_burger_glass } , { "burger-lettuce", fa::fa_burger_lettuce } , @@ -2095,37 +2750,51 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "cabinet-filing", fa::fa_cabinet_filing } , { "cactus", fa::fa_cactus } , { "cake-slice", fa::fa_cake_slice } , + { "shortcake", fa::fa_shortcake } , { "calculator-simple", fa::fa_calculator_simple } , + { "calculator-alt", fa::fa_calculator_alt } , { "calendar-arrow-down", fa::fa_calendar_arrow_down } , + { "calendar-download", fa::fa_calendar_download } , { "calendar-arrow-up", fa::fa_calendar_arrow_up } , + { "calendar-upload", fa::fa_calendar_upload } , { "calendar-circle-exclamation", fa::fa_calendar_circle_exclamation } , { "calendar-circle-minus", fa::fa_calendar_circle_minus } , { "calendar-circle-plus", fa::fa_calendar_circle_plus } , { "calendar-circle-user", fa::fa_calendar_circle_user } , { "calendar-clock", fa::fa_calendar_clock } , + { "calendar-time", fa::fa_calendar_time } , { "calendar-exclamation", fa::fa_calendar_exclamation } , { "calendar-heart", fa::fa_calendar_heart } , { "calendar-image", fa::fa_calendar_image } , { "calendar-lines", fa::fa_calendar_lines } , + { "calendar-note", fa::fa_calendar_note } , { "calendar-lines-pen", fa::fa_calendar_lines_pen } , { "calendar-pen", fa::fa_calendar_pen } , + { "calendar-edit", fa::fa_calendar_edit } , { "calendar-range", fa::fa_calendar_range } , { "calendar-star", fa::fa_calendar_star } , { "calendars", fa::fa_calendars } , { "camcorder", fa::fa_camcorder } , + { "video-handheld", fa::fa_video_handheld } , { "camera-cctv", fa::fa_camera_cctv } , + { "cctv", fa::fa_cctv } , { "camera-movie", fa::fa_camera_movie } , { "camera-polaroid", fa::fa_camera_polaroid } , { "camera-security", fa::fa_camera_security } , + { "camera-home", fa::fa_camera_home } , { "camera-slash", fa::fa_camera_slash } , { "camera-viewfinder", fa::fa_camera_viewfinder } , + { "screenshot", fa::fa_screenshot } , { "camera-web", fa::fa_camera_web } , + { "webcam", fa::fa_webcam } , { "camera-web-slash", fa::fa_camera_web_slash } , + { "webcam-slash", fa::fa_webcam_slash } , { "campfire", fa::fa_campfire } , { "can-food", fa::fa_can_food } , { "candle-holder", fa::fa_candle_holder } , { "candy", fa::fa_candy } , { "candy-bar", fa::fa_candy_bar } , + { "chocolate-bar", fa::fa_chocolate_bar } , { "candy-corn", fa::fa_candy_corn } , { "car-bolt", fa::fa_car_bolt } , { "car-building", fa::fa_car_building } , @@ -2138,7 +2807,9 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "car-tilt", fa::fa_car_tilt } , { "car-wash", fa::fa_car_wash } , { "car-wrench", fa::fa_car_wrench } , + { "car-mechanic", fa::fa_car_mechanic } , { "caravan-simple", fa::fa_caravan_simple } , + { "caravan-alt", fa::fa_caravan_alt } , { "card-club", fa::fa_card_club } , { "card-diamond", fa::fa_card_diamond } , { "card-heart", fa::fa_card_heart } , @@ -2154,25 +2825,32 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "cart-circle-plus", fa::fa_cart_circle_plus } , { "cart-circle-xmark", fa::fa_cart_circle_xmark } , { "cart-flatbed-boxes", fa::fa_cart_flatbed_boxes } , + { "dolly-flatbed-alt", fa::fa_dolly_flatbed_alt } , { "cart-flatbed-empty", fa::fa_cart_flatbed_empty } , + { "dolly-flatbed-empty", fa::fa_dolly_flatbed_empty } , { "cart-minus", fa::fa_cart_minus } , { "cart-shopping-fast", fa::fa_cart_shopping_fast } , { "cart-xmark", fa::fa_cart_xmark } , { "cassette-betamax", fa::fa_cassette_betamax } , + { "betamax", fa::fa_betamax } , { "cassette-tape", fa::fa_cassette_tape } , { "cassette-vhs", fa::fa_cassette_vhs } , + { "vhs", fa::fa_vhs } , { "castle", fa::fa_castle } , { "cat-space", fa::fa_cat_space } , { "cauldron", fa::fa_cauldron } , { "chair-office", fa::fa_chair_office } , { "champagne-glass", fa::fa_champagne_glass } , + { "glass-champagne", fa::fa_glass_champagne } , { "chart-bullet", fa::fa_chart_bullet } , { "chart-candlestick", fa::fa_chart_candlestick } , { "chart-line-down", fa::fa_chart_line_down } , { "chart-line-up", fa::fa_chart_line_up } , { "chart-mixed", fa::fa_chart_mixed } , + { "analytics", fa::fa_analytics } , { "chart-network", fa::fa_chart_network } , { "chart-pie-simple", fa::fa_chart_pie_simple } , + { "chart-pie-alt", fa::fa_chart_pie_alt } , { "chart-pyramid", fa::fa_chart_pyramid } , { "chart-radar", fa::fa_chart_radar } , { "chart-scatter", fa::fa_chart_scatter } , @@ -2181,22 +2859,34 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "chart-simple-horizontal", fa::fa_chart_simple_horizontal } , { "chart-tree-map", fa::fa_chart_tree_map } , { "chart-user", fa::fa_chart_user } , + { "user-chart", fa::fa_user_chart } , { "chart-waterfall", fa::fa_chart_waterfall } , { "cheese-swiss", fa::fa_cheese_swiss } , { "cherries", fa::fa_cherries } , { "chess-bishop-piece", fa::fa_chess_bishop_piece } , + { "chess-bishop-alt", fa::fa_chess_bishop_alt } , { "chess-clock", fa::fa_chess_clock } , { "chess-clock-flip", fa::fa_chess_clock_flip } , + { "chess-clock-alt", fa::fa_chess_clock_alt } , { "chess-king-piece", fa::fa_chess_king_piece } , + { "chess-king-alt", fa::fa_chess_king_alt } , { "chess-knight-piece", fa::fa_chess_knight_piece } , + { "chess-knight-alt", fa::fa_chess_knight_alt } , { "chess-pawn-piece", fa::fa_chess_pawn_piece } , + { "chess-pawn-alt", fa::fa_chess_pawn_alt } , { "chess-queen-piece", fa::fa_chess_queen_piece } , + { "chess-queen-alt", fa::fa_chess_queen_alt } , { "chess-rook-piece", fa::fa_chess_rook_piece } , + { "chess-rook-alt", fa::fa_chess_rook_alt } , { "chestnut", fa::fa_chestnut } , { "chevrons-down", fa::fa_chevrons_down } , + { "chevron-double-down", fa::fa_chevron_double_down } , { "chevrons-left", fa::fa_chevrons_left } , + { "chevron-double-left", fa::fa_chevron_double_left } , { "chevrons-right", fa::fa_chevrons_right } , + { "chevron-double-right", fa::fa_chevron_double_right } , { "chevrons-up", fa::fa_chevrons_up } , + { "chevron-double-up", fa::fa_chevron_double_up } , { "chimney", fa::fa_chimney } , { "chopsticks", fa::fa_chopsticks } , { "circle-0", fa::fa_circle_0 } , @@ -2218,66 +2908,97 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "circle-b", fa::fa_circle_b } , { "circle-bolt", fa::fa_circle_bolt } , { "circle-book-open", fa::fa_circle_book_open } , + { "book-circle", fa::fa_book_circle } , { "circle-bookmark", fa::fa_circle_bookmark } , + { "bookmark-circle", fa::fa_bookmark_circle } , { "circle-c", fa::fa_circle_c } , { "circle-calendar", fa::fa_circle_calendar } , + { "calendar-circle", fa::fa_calendar_circle } , { "circle-camera", fa::fa_circle_camera } , + { "camera-circle", fa::fa_camera_circle } , { "circle-caret-down", fa::fa_circle_caret_down } , + { "caret-circle-down", fa::fa_caret_circle_down } , { "circle-caret-left", fa::fa_circle_caret_left } , + { "caret-circle-left", fa::fa_caret_circle_left } , { "circle-caret-right", fa::fa_circle_caret_right } , + { "caret-circle-right", fa::fa_caret_circle_right } , { "circle-caret-up", fa::fa_circle_caret_up } , + { "caret-circle-up", fa::fa_caret_circle_up } , { "circle-d", fa::fa_circle_d } , { "circle-dashed", fa::fa_circle_dashed } , { "circle-divide", fa::fa_circle_divide } , { "circle-dollar", fa::fa_circle_dollar } , + { "dollar-circle", fa::fa_dollar_circle } , + { "usd-circle", fa::fa_usd_circle } , { "circle-down-left", fa::fa_circle_down_left } , { "circle-down-right", fa::fa_circle_down_right } , { "circle-e", fa::fa_circle_e } , { "circle-ellipsis", fa::fa_circle_ellipsis } , { "circle-ellipsis-vertical", fa::fa_circle_ellipsis_vertical } , { "circle-envelope", fa::fa_circle_envelope } , + { "envelope-circle", fa::fa_envelope_circle } , + { "circle-euro", fa::fa_circle_euro } , { "circle-exclamation-check", fa::fa_circle_exclamation_check } , { "circle-f", fa::fa_circle_f } , { "circle-g", fa::fa_circle_g } , { "circle-half", fa::fa_circle_half } , { "circle-heart", fa::fa_circle_heart } , + { "heart-circle", fa::fa_heart_circle } , { "circle-i", fa::fa_circle_i } , { "circle-j", fa::fa_circle_j } , { "circle-k", fa::fa_circle_k } , { "circle-l", fa::fa_circle_l } , { "circle-location-arrow", fa::fa_circle_location_arrow } , + { "location-circle", fa::fa_location_circle } , { "circle-m", fa::fa_circle_m } , { "circle-microphone", fa::fa_circle_microphone } , + { "microphone-circle", fa::fa_microphone_circle } , { "circle-microphone-lines", fa::fa_circle_microphone_lines } , + { "microphone-circle-alt", fa::fa_microphone_circle_alt } , { "circle-n", fa::fa_circle_n } , { "circle-o", fa::fa_circle_o } , { "circle-p", fa::fa_circle_p } , { "circle-parking", fa::fa_circle_parking } , + { "parking-circle", fa::fa_parking_circle } , { "circle-phone", fa::fa_circle_phone } , + { "phone-circle", fa::fa_phone_circle } , { "circle-phone-flip", fa::fa_circle_phone_flip } , + { "phone-circle-alt", fa::fa_phone_circle_alt } , { "circle-phone-hangup", fa::fa_circle_phone_hangup } , + { "phone-circle-down", fa::fa_phone_circle_down } , { "circle-q", fa::fa_circle_q } , { "circle-quarter", fa::fa_circle_quarter } , + { "circle-quarter-stroke", fa::fa_circle_quarter_stroke } , { "circle-quarters", fa::fa_circle_quarters } , { "circle-r", fa::fa_circle_r } , { "circle-s", fa::fa_circle_s } , { "circle-small", fa::fa_circle_small } , { "circle-sort", fa::fa_circle_sort } , + { "sort-circle", fa::fa_sort_circle } , { "circle-sort-down", fa::fa_circle_sort_down } , + { "sort-circle-down", fa::fa_sort_circle_down } , { "circle-sort-up", fa::fa_circle_sort_up } , + { "sort-circle-up", fa::fa_sort_circle_up } , { "circle-star", fa::fa_circle_star } , + { "star-circle", fa::fa_star_circle } , + { "circle-sterling", fa::fa_circle_sterling } , { "circle-t", fa::fa_circle_t } , { "circle-three-quarters", fa::fa_circle_three_quarters } , + { "circle-three-quarters-stroke", fa::fa_circle_three_quarters_stroke } , { "circle-trash", fa::fa_circle_trash } , + { "trash-circle", fa::fa_trash_circle } , { "circle-u", fa::fa_circle_u } , { "circle-up-left", fa::fa_circle_up_left } , { "circle-up-right", fa::fa_circle_up_right } , { "circle-v", fa::fa_circle_v } , { "circle-video", fa::fa_circle_video } , + { "video-circle", fa::fa_video_circle } , { "circle-w", fa::fa_circle_w } , { "circle-waveform-lines", fa::fa_circle_waveform_lines } , + { "waveform-circle", fa::fa_waveform_circle } , { "circle-x", fa::fa_circle_x } , { "circle-y", fa::fa_circle_y } , + { "circle-yen", fa::fa_circle_yen } , { "circle-z", fa::fa_circle_z } , { "citrus", fa::fa_citrus } , { "citrus-slice", fa::fa_citrus_slice } , @@ -2314,11 +3035,14 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "closed-captioning-slash", fa::fa_closed_captioning_slash } , { "clothes-hanger", fa::fa_clothes_hanger } , { "cloud-bolt-moon", fa::fa_cloud_bolt_moon } , + { "thunderstorm-moon", fa::fa_thunderstorm_moon } , { "cloud-bolt-sun", fa::fa_cloud_bolt_sun } , + { "thunderstorm-sun", fa::fa_thunderstorm_sun } , { "cloud-check", fa::fa_cloud_check } , { "cloud-drizzle", fa::fa_cloud_drizzle } , { "cloud-exclamation", fa::fa_cloud_exclamation } , { "cloud-fog", fa::fa_cloud_fog } , + { "fog", fa::fa_fog } , { "cloud-hail", fa::fa_cloud_hail } , { "cloud-hail-mixed", fa::fa_cloud_hail_mixed } , { "cloud-minus", fa::fa_cloud_minus } , @@ -2361,6 +3085,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "comment-check", fa::fa_comment_check } , { "comment-code", fa::fa_comment_code } , { "comment-exclamation", fa::fa_comment_exclamation } , + { "comment-heart", fa::fa_comment_heart } , { "comment-image", fa::fa_comment_image } , { "comment-lines", fa::fa_comment_lines } , { "comment-middle", fa::fa_comment_middle } , @@ -2368,33 +3093,40 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "comment-minus", fa::fa_comment_minus } , { "comment-music", fa::fa_comment_music } , { "comment-pen", fa::fa_comment_pen } , + { "comment-edit", fa::fa_comment_edit } , { "comment-plus", fa::fa_comment_plus } , { "comment-question", fa::fa_comment_question } , { "comment-quote", fa::fa_comment_quote } , { "comment-smile", fa::fa_comment_smile } , { "comment-text", fa::fa_comment_text } , { "comment-xmark", fa::fa_comment_xmark } , + { "comment-times", fa::fa_comment_times } , { "comments-question", fa::fa_comments_question } , { "comments-question-check", fa::fa_comments_question_check } , { "compass-slash", fa::fa_compass_slash } , { "compress-wide", fa::fa_compress_wide } , { "computer-classic", fa::fa_computer_classic } , { "computer-mouse-scrollwheel", fa::fa_computer_mouse_scrollwheel } , + { "mouse-alt", fa::fa_mouse_alt } , { "computer-speaker", fa::fa_computer_speaker } , { "container-storage", fa::fa_container_storage } , { "conveyor-belt", fa::fa_conveyor_belt } , { "conveyor-belt-boxes", fa::fa_conveyor_belt_boxes } , + { "conveyor-belt-alt", fa::fa_conveyor_belt_alt } , { "conveyor-belt-empty", fa::fa_conveyor_belt_empty } , { "corn", fa::fa_corn } , { "corner", fa::fa_corner } , { "cowbell", fa::fa_cowbell } , { "cowbell-circle-plus", fa::fa_cowbell_circle_plus } , + { "cowbell-more", fa::fa_cowbell_more } , { "crab", fa::fa_crab } , { "crate-apple", fa::fa_crate_apple } , + { "apple-crate", fa::fa_apple_crate } , { "crate-empty", fa::fa_crate_empty } , { "credit-card-blank", fa::fa_credit_card_blank } , { "credit-card-front", fa::fa_credit_card_front } , { "cricket-bat-ball", fa::fa_cricket_bat_ball } , + { "cricket", fa::fa_cricket } , { "croissant", fa::fa_croissant } , { "crosshairs-simple", fa::fa_crosshairs_simple } , { "crutches", fa::fa_crutches } , @@ -2403,11 +3135,14 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "cup-straw", fa::fa_cup_straw } , { "cup-straw-swoosh", fa::fa_cup_straw_swoosh } , { "cup-togo", fa::fa_cup_togo } , + { "coffee-togo", fa::fa_coffee_togo } , { "cupcake", fa::fa_cupcake } , { "curling-stone", fa::fa_curling_stone } , + { "curling", fa::fa_curling } , { "custard", fa::fa_custard } , { "dagger", fa::fa_dagger } , { "dash", fa::fa_dash } , + { "minus-large", fa::fa_minus_large } , { "deer", fa::fa_deer } , { "deer-rudolph", fa::fa_deer_rudolph } , { "delete-right", fa::fa_delete_right } , @@ -2420,6 +3155,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "diagram-subtask", fa::fa_diagram_subtask } , { "diagram-venn", fa::fa_diagram_venn } , { "dial", fa::fa_dial } , + { "dial-med-high", fa::fa_dial_med_high } , { "dial-high", fa::fa_dial_high } , { "dial-low", fa::fa_dial_low } , { "dial-max", fa::fa_dial_max } , @@ -2428,16 +3164,22 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "dial-min", fa::fa_dial_min } , { "dial-off", fa::fa_dial_off } , { "diamond-exclamation", fa::fa_diamond_exclamation } , + { "diamond-half", fa::fa_diamond_half } , + { "diamond-half-stroke", fa::fa_diamond_half_stroke } , { "dice-d10", fa::fa_dice_d10 } , { "dice-d12", fa::fa_dice_d12 } , { "dice-d4", fa::fa_dice_d4 } , { "dice-d8", fa::fa_dice_d8 } , { "diploma", fa::fa_diploma } , + { "scroll-ribbon", fa::fa_scroll_ribbon } , { "disc-drive", fa::fa_disc_drive } , { "display-arrow-down", fa::fa_display_arrow_down } , { "display-code", fa::fa_display_code } , + { "desktop-code", fa::fa_desktop_code } , { "display-medical", fa::fa_display_medical } , + { "desktop-medical", fa::fa_desktop_medical } , { "display-slash", fa::fa_display_slash } , + { "desktop-slash", fa::fa_desktop_slash } , { "distribute-spacing-horizontal", fa::fa_distribute_spacing_horizontal } , { "distribute-spacing-vertical", fa::fa_distribute_spacing_vertical } , { "ditto", fa::fa_ditto } , @@ -2446,24 +3188,32 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "dolly-empty", fa::fa_dolly_empty } , { "dolphin", fa::fa_dolphin } , { "donut", fa::fa_donut } , + { "doughnut", fa::fa_doughnut } , { "down", fa::fa_down } , + { "arrow-alt-down", fa::fa_arrow_alt_down } , { "down-from-dotted-line", fa::fa_down_from_dotted_line } , { "down-from-line", fa::fa_down_from_line } , + { "arrow-alt-from-top", fa::fa_arrow_alt_from_top } , { "down-left", fa::fa_down_left } , { "down-right", fa::fa_down_right } , { "down-to-bracket", fa::fa_down_to_bracket } , { "down-to-dotted-line", fa::fa_down_to_dotted_line } , { "down-to-line", fa::fa_down_to_line } , + { "arrow-alt-to-bottom", fa::fa_arrow_alt_to_bottom } , { "draw-circle", fa::fa_draw_circle } , { "draw-square", fa::fa_draw_square } , { "dreidel", fa::fa_dreidel } , { "drone", fa::fa_drone } , { "drone-front", fa::fa_drone_front } , + { "drone-alt", fa::fa_drone_alt } , { "droplet-degree", fa::fa_droplet_degree } , + { "dewpoint", fa::fa_dewpoint } , { "droplet-percent", fa::fa_droplet_percent } , + { "humidity", fa::fa_humidity } , { "drumstick", fa::fa_drumstick } , { "dryer", fa::fa_dryer } , { "dryer-heat", fa::fa_dryer_heat } , + { "dryer-alt", fa::fa_dryer_alt } , { "duck", fa::fa_duck } , { "ear", fa::fa_ear } , { "ear-muffs", fa::fa_ear_muffs } , @@ -2472,11 +3222,15 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "eggplant", fa::fa_eggplant } , { "elephant", fa::fa_elephant } , { "ellipsis-stroke", fa::fa_ellipsis_stroke } , + { "ellipsis-h-alt", fa::fa_ellipsis_h_alt } , { "ellipsis-stroke-vertical", fa::fa_ellipsis_stroke_vertical } , + { "ellipsis-v-alt", fa::fa_ellipsis_v_alt } , { "empty-set", fa::fa_empty_set } , { "engine", fa::fa_engine } , { "engine-warning", fa::fa_engine_warning } , + { "engine-exclamation", fa::fa_engine_exclamation } , { "envelope-dot", fa::fa_envelope_dot } , + { "envelope-badge", fa::fa_envelope_badge } , { "envelope-open-dollar", fa::fa_envelope_open_dollar } , { "envelopes", fa::fa_envelopes } , { "escalator", fa::fa_escalator } , @@ -2490,6 +3244,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "face-anxious-sweat", fa::fa_face_anxious_sweat } , { "face-astonished", fa::fa_face_astonished } , { "face-awesome", fa::fa_face_awesome } , + { "gave-dandy", fa::fa_gave_dandy } , { "face-beam-hand-over-mouth", fa::fa_face_beam_hand_over_mouth } , { "face-clouds", fa::fa_face_clouds } , { "face-confounded", fa::fa_face_confounded } , @@ -2503,6 +3258,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "face-drooling", fa::fa_face_drooling } , { "face-exhaling", fa::fa_face_exhaling } , { "face-explode", fa::fa_face_explode } , + { "exploding-head", fa::fa_exploding_head } , { "face-expressionless", fa::fa_face_expressionless } , { "face-eyes-xmarks", fa::fa_face_eyes_xmarks } , { "face-fearful", fa::fa_face_fearful } , @@ -2539,6 +3295,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "face-smile-hearts", fa::fa_face_smile_hearts } , { "face-smile-horns", fa::fa_face_smile_horns } , { "face-smile-plus", fa::fa_face_smile_plus } , + { "smile-plus", fa::fa_smile_plus } , { "face-smile-relaxed", fa::fa_face_smile_relaxed } , { "face-smile-tear", fa::fa_face_smile_tear } , { "face-smile-tongue", fa::fa_face_smile_tongue } , @@ -2567,20 +3324,26 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "family-pants", fa::fa_family_pants } , { "fan-table", fa::fa_fan_table } , { "farm", fa::fa_farm } , + { "barn-silo", fa::fa_barn_silo } , { "fence", fa::fa_fence } , { "ferris-wheel", fa::fa_ferris_wheel } , { "field-hockey-stick-ball", fa::fa_field_hockey_stick_ball } , + { "field-hockey", fa::fa_field_hockey } , { "file-binary", fa::fa_file_binary } , { "file-certificate", fa::fa_file_certificate } , + { "file-award", fa::fa_file_award } , { "file-chart-column", fa::fa_file_chart_column } , + { "file-chart-line", fa::fa_file_chart_line } , { "file-chart-pie", fa::fa_file_chart_pie } , { "file-check", fa::fa_file_check } , { "file-circle-info", fa::fa_file_circle_info } , { "file-dashed-line", fa::fa_file_dashed_line } , + { "page-break", fa::fa_page_break } , { "file-exclamation", fa::fa_file_exclamation } , { "file-heart", fa::fa_file_heart } , { "file-lock", fa::fa_file_lock } , { "file-magnifying-glass", fa::fa_file_magnifying_glass } , + { "file-search", fa::fa_file_search } , { "file-minus", fa::fa_file_minus } , { "file-music", fa::fa_file_music } , { "file-plus", fa::fa_file_plus } , @@ -2589,16 +3352,20 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "file-spreadsheet", fa::fa_file_spreadsheet } , { "file-user", fa::fa_file_user } , { "file-xmark", fa::fa_file_xmark } , + { "file-times", fa::fa_file_times } , { "files", fa::fa_files } , { "files-medical", fa::fa_files_medical } , { "film-canister", fa::fa_film_canister } , + { "film-cannister", fa::fa_film_cannister } , { "film-simple", fa::fa_film_simple } , + { "film-alt", fa::fa_film_alt } , { "film-slash", fa::fa_film_slash } , { "films", fa::fa_films } , { "filter-list", fa::fa_filter_list } , { "filter-slash", fa::fa_filter_slash } , { "filters", fa::fa_filters } , { "fire-flame", fa::fa_fire_flame } , + { "flame", fa::fa_flame } , { "fire-hydrant", fa::fa_fire_hydrant } , { "fire-smoke", fa::fa_fire_smoke } , { "fireplace", fa::fa_fireplace } , @@ -2606,14 +3373,22 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "fish-cooked", fa::fa_fish_cooked } , { "fishing-rod", fa::fa_fishing_rod } , { "flag-pennant", fa::fa_flag_pennant } , + { "pennant", fa::fa_pennant } , { "flag-swallowtail", fa::fa_flag_swallowtail } , + { "flag-alt", fa::fa_flag_alt } , { "flashlight", fa::fa_flashlight } , { "flask-round-poison", fa::fa_flask_round_poison } , + { "flask-poison", fa::fa_flask_poison } , { "flask-round-potion", fa::fa_flask_round_potion } , + { "flask-potion", fa::fa_flask_potion } , { "flatbread", fa::fa_flatbread } , { "flatbread-stuffed", fa::fa_flatbread_stuffed } , { "floppy-disk-circle-arrow-right", fa::fa_floppy_disk_circle_arrow_right } , + { "save-circle-arrow-right", fa::fa_save_circle_arrow_right } , { "floppy-disk-circle-xmark", fa::fa_floppy_disk_circle_xmark } , + { "floppy-disk-times", fa::fa_floppy_disk_times } , + { "save-circle-xmark", fa::fa_save_circle_xmark } , + { "save-times", fa::fa_save_times } , { "floppy-disk-pen", fa::fa_floppy_disk_pen } , { "floppy-disks", fa::fa_floppy_disks } , { "flower", fa::fa_flower } , @@ -2623,23 +3398,30 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "flux-capacitor", fa::fa_flux_capacitor } , { "flying-disc", fa::fa_flying_disc } , { "folder-arrow-down", fa::fa_folder_arrow_down } , + { "folder-download", fa::fa_folder_download } , { "folder-arrow-up", fa::fa_folder_arrow_up } , + { "folder-upload", fa::fa_folder_upload } , { "folder-bookmark", fa::fa_folder_bookmark } , { "folder-gear", fa::fa_folder_gear } , + { "folder-cog", fa::fa_folder_cog } , { "folder-grid", fa::fa_folder_grid } , { "folder-heart", fa::fa_folder_heart } , { "folder-image", fa::fa_folder_image } , { "folder-magnifying-glass", fa::fa_folder_magnifying_glass } , + { "folder-search", fa::fa_folder_search } , { "folder-medical", fa::fa_folder_medical } , { "folder-music", fa::fa_folder_music } , { "folder-user", fa::fa_folder_user } , { "folder-xmark", fa::fa_folder_xmark } , + { "folder-times", fa::fa_folder_times } , { "folders", fa::fa_folders } , { "fondue-pot", fa::fa_fondue_pot } , { "font-case", fa::fa_font_case } , { "football-helmet", fa::fa_football_helmet } , { "fork", fa::fa_fork } , + { "utensil-fork", fa::fa_utensil_fork } , { "fork-knife", fa::fa_fork_knife } , + { "utensils-alt", fa::fa_utensils_alt } , { "forklift", fa::fa_forklift } , { "fort", fa::fa_fort } , { "frame", fa::fa_frame } , @@ -2649,8 +3431,11 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "gallery-thumbnails", fa::fa_gallery_thumbnails } , { "game-board", fa::fa_game_board } , { "game-board-simple", fa::fa_game_board_simple } , + { "game-board-alt", fa::fa_game_board_alt } , { "game-console-handheld", fa::fa_game_console_handheld } , + { "game-console-handheld-crank", fa::fa_game_console_handheld_crank } , { "gamepad-modern", fa::fa_gamepad_modern } , + { "gamepad-alt", fa::fa_gamepad_alt } , { "garage", fa::fa_garage } , { "garage-car", fa::fa_garage_car } , { "garage-open", fa::fa_garage_open } , @@ -2660,11 +3445,17 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "gauge-circle-minus", fa::fa_gauge_circle_minus } , { "gauge-circle-plus", fa::fa_gauge_circle_plus } , { "gauge-low", fa::fa_gauge_low } , + { "tachometer-alt-slow", fa::fa_tachometer_alt_slow } , { "gauge-max", fa::fa_gauge_max } , + { "tachometer-alt-fastest", fa::fa_tachometer_alt_fastest } , { "gauge-min", fa::fa_gauge_min } , + { "tachometer-alt-slowest", fa::fa_tachometer_alt_slowest } , { "gauge-simple-low", fa::fa_gauge_simple_low } , + { "tachometer-slow", fa::fa_tachometer_slow } , { "gauge-simple-max", fa::fa_gauge_simple_max } , + { "tachometer-fastest", fa::fa_tachometer_fastest } , { "gauge-simple-min", fa::fa_gauge_simple_min } , + { "tachometer-slowest", fa::fa_tachometer_slowest } , { "gif", fa::fa_gif } , { "gift-card", fa::fa_gift_card } , { "gingerbread-man", fa::fa_gingerbread_man } , @@ -2672,7 +3463,10 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "glass-citrus", fa::fa_glass_citrus } , { "glass-empty", fa::fa_glass_empty } , { "glass-half", fa::fa_glass_half } , + { "glass-half-empty", fa::fa_glass_half_empty } , + { "glass-half-full", fa::fa_glass_half_full } , { "glasses-round", fa::fa_glasses_round } , + { "glasses-alt", fa::fa_glasses_alt } , { "globe-snow", fa::fa_globe_snow } , { "globe-stand", fa::fa_globe_stand } , { "goal-net", fa::fa_goal_net } , @@ -2683,6 +3477,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "grate", fa::fa_grate } , { "grate-droplet", fa::fa_grate_droplet } , { "grid", fa::fa_grid } , + { "grid-3", fa::fa_grid_3 } , { "grid-2", fa::fa_grid_2 } , { "grid-2-plus", fa::fa_grid_2_plus } , { "grid-4", fa::fa_grid_4 } , @@ -2722,8 +3517,11 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "hand-point-ribbon", fa::fa_hand_point_ribbon } , { "hand-wave", fa::fa_hand_wave } , { "hands-holding-diamond", fa::fa_hands_holding_diamond } , + { "hand-receiving", fa::fa_hand_receiving } , { "hands-holding-dollar", fa::fa_hands_holding_dollar } , + { "hands-usd", fa::fa_hands_usd } , { "hands-holding-heart", fa::fa_hands_holding_heart } , + { "hands-heart", fa::fa_hands_heart } , { "hashtag-lock", fa::fa_hashtag_lock } , { "hat-chef", fa::fa_hat_chef } , { "hat-santa", fa::fa_hat_santa } , @@ -2732,11 +3530,13 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "head-side", fa::fa_head_side } , { "head-side-brain", fa::fa_head_side_brain } , { "head-side-goggles", fa::fa_head_side_goggles } , + { "head-vr", fa::fa_head_vr } , { "head-side-headphones", fa::fa_head_side_headphones } , { "head-side-heart", fa::fa_head_side_heart } , { "head-side-medical", fa::fa_head_side_medical } , { "heart-half", fa::fa_heart_half } , { "heart-half-stroke", fa::fa_heart_half_stroke } , + { "heart-half-alt", fa::fa_heart_half_alt } , { "heat", fa::fa_heat } , { "helmet-battle", fa::fa_helmet_battle } , { "hexagon", fa::fa_hexagon } , @@ -2745,11 +3545,16 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "hexagon-exclamation", fa::fa_hexagon_exclamation } , { "hexagon-image", fa::fa_hexagon_image } , { "hexagon-minus", fa::fa_hexagon_minus } , + { "minus-hexagon", fa::fa_minus_hexagon } , { "hexagon-plus", fa::fa_hexagon_plus } , + { "plus-hexagon", fa::fa_plus_hexagon } , { "hexagon-vertical-nft", fa::fa_hexagon_vertical_nft } , { "hexagon-vertical-nft-slanted", fa::fa_hexagon_vertical_nft_slanted } , { "hexagon-xmark", fa::fa_hexagon_xmark } , + { "times-hexagon", fa::fa_times_hexagon } , + { "xmark-hexagon", fa::fa_xmark_hexagon } , { "high-definition", fa::fa_high_definition } , + { "rectangle-hd", fa::fa_rectangle_hd } , { "highlighter-line", fa::fa_highlighter_line } , { "hockey-mask", fa::fa_hockey_mask } , { "hockey-stick-puck", fa::fa_hockey_stick_puck } , @@ -2763,22 +3568,31 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "hospitals", fa::fa_hospitals } , { "hourglass-clock", fa::fa_hourglass_clock } , { "house-blank", fa::fa_house_blank } , + { "home-blank", fa::fa_home_blank } , { "house-building", fa::fa_house_building } , { "house-chimney-blank", fa::fa_house_chimney_blank } , { "house-chimney-heart", fa::fa_house_chimney_heart } , { "house-day", fa::fa_house_day } , { "house-heart", fa::fa_house_heart } , + { "home-heart", fa::fa_home_heart } , { "house-night", fa::fa_house_night } , { "house-person-leave", fa::fa_house_person_leave } , + { "house-leave", fa::fa_house_leave } , + { "house-person-depart", fa::fa_house_person_depart } , { "house-person-return", fa::fa_house_person_return } , + { "house-person-arrive", fa::fa_house_person_arrive } , + { "house-return", fa::fa_house_return } , { "house-tree", fa::fa_house_tree } , { "house-turret", fa::fa_house_turret } , { "house-water", fa::fa_house_water } , + { "house-flood", fa::fa_house_flood } , { "house-window", fa::fa_house_window } , { "hundred-points", fa::fa_hundred_points } , + { "100", fa::fa_100 } , { "hyphen", fa::fa_hyphen } , { "ice-skate", fa::fa_ice_skate } , { "image-landscape", fa::fa_image_landscape } , + { "landscape", fa::fa_landscape } , { "image-polaroid", fa::fa_image_polaroid } , { "image-polaroid-user", fa::fa_image_polaroid_user } , { "image-slash", fa::fa_image_slash } , @@ -2786,16 +3600,21 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "images-user", fa::fa_images_user } , { "inbox-full", fa::fa_inbox_full } , { "inbox-in", fa::fa_inbox_in } , + { "inbox-arrow-down", fa::fa_inbox_arrow_down } , { "inbox-out", fa::fa_inbox_out } , + { "inbox-arrow-up", fa::fa_inbox_arrow_up } , { "inboxes", fa::fa_inboxes } , { "industry-windows", fa::fa_industry_windows } , + { "industry-alt", fa::fa_industry_alt } , { "inhaler", fa::fa_inhaler } , { "input-numeric", fa::fa_input_numeric } , { "input-pipe", fa::fa_input_pipe } , { "input-text", fa::fa_input_text } , { "integral", fa::fa_integral } , + { "interrobang", fa::fa_interrobang } , { "intersection", fa::fa_intersection } , { "island-tropical", fa::fa_island_tropical } , + { "island-tree-palm", fa::fa_island_tree_palm } , { "jack-o-lantern", fa::fa_jack_o_lantern } , { "joystick", fa::fa_joystick } , { "jug", fa::fa_jug } , @@ -2812,6 +3631,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "kite", fa::fa_kite } , { "kiwi-fruit", fa::fa_kiwi_fruit } , { "knife", fa::fa_knife } , + { "utensil-knife", fa::fa_utensil_knife } , { "knife-kitchen", fa::fa_knife_kitchen } , { "lacrosse-stick", fa::fa_lacrosse_stick } , { "lacrosse-stick-ball", fa::fa_lacrosse_stick_ball } , @@ -2822,19 +3642,25 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "lamp-street", fa::fa_lamp_street } , { "laptop-arrow-down", fa::fa_laptop_arrow_down } , { "laptop-mobile", fa::fa_laptop_mobile } , + { "phone-laptop", fa::fa_phone_laptop } , { "laptop-slash", fa::fa_laptop_slash } , { "lasso", fa::fa_lasso } , { "lasso-sparkles", fa::fa_lasso_sparkles } , { "layer-minus", fa::fa_layer_minus } , + { "layer-group-minus", fa::fa_layer_group_minus } , { "layer-plus", fa::fa_layer_plus } , + { "layer-group-plus", fa::fa_layer_group_plus } , { "leaf-heart", fa::fa_leaf_heart } , { "leaf-maple", fa::fa_leaf_maple } , { "leaf-oak", fa::fa_leaf_oak } , { "leafy-green", fa::fa_leafy_green } , { "left", fa::fa_left } , + { "arrow-alt-left", fa::fa_arrow_alt_left } , { "left-from-line", fa::fa_left_from_line } , + { "arrow-alt-from-right", fa::fa_arrow_alt_from_right } , { "left-long-to-line", fa::fa_left_long_to_line } , { "left-to-line", fa::fa_left_to_line } , + { "arrow-alt-to-left", fa::fa_arrow_alt_to_left } , { "light-ceiling", fa::fa_light_ceiling } , { "light-emergency", fa::fa_light_emergency } , { "light-emergency-on", fa::fa_light_emergency_on } , @@ -2852,7 +3678,9 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "line-columns", fa::fa_line_columns } , { "line-height", fa::fa_line_height } , { "link-horizontal", fa::fa_link_horizontal } , + { "chain-horizontal", fa::fa_chain_horizontal } , { "link-horizontal-slash", fa::fa_link_horizontal_slash } , + { "chain-horizontal-slash", fa::fa_chain_horizontal_slash } , { "link-simple", fa::fa_link_simple } , { "link-simple-slash", fa::fa_link_simple_slash } , { "lips", fa::fa_lips } , @@ -2864,25 +3692,44 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "loader", fa::fa_loader } , { "lobster", fa::fa_lobster } , { "location-check", fa::fa_location_check } , + { "map-marker-check", fa::fa_map_marker_check } , { "location-crosshairs-slash", fa::fa_location_crosshairs_slash } , + { "location-slash", fa::fa_location_slash } , { "location-dot-slash", fa::fa_location_dot_slash } , + { "map-marker-alt-slash", fa::fa_map_marker_alt_slash } , { "location-exclamation", fa::fa_location_exclamation } , + { "map-marker-exclamation", fa::fa_map_marker_exclamation } , { "location-minus", fa::fa_location_minus } , + { "map-marker-minus", fa::fa_map_marker_minus } , { "location-pen", fa::fa_location_pen } , + { "map-marker-edit", fa::fa_map_marker_edit } , { "location-pin-slash", fa::fa_location_pin_slash } , + { "map-marker-slash", fa::fa_map_marker_slash } , { "location-plus", fa::fa_location_plus } , + { "map-marker-plus", fa::fa_map_marker_plus } , { "location-question", fa::fa_location_question } , + { "map-marker-question", fa::fa_map_marker_question } , { "location-smile", fa::fa_location_smile } , + { "map-marker-smile", fa::fa_map_marker_smile } , { "location-xmark", fa::fa_location_xmark } , + { "map-marker-times", fa::fa_map_marker_times } , + { "map-marker-xmark", fa::fa_map_marker_xmark } , { "lock-a", fa::fa_lock_a } , { "lock-hashtag", fa::fa_lock_hashtag } , { "lock-keyhole", fa::fa_lock_keyhole } , + { "lock-alt", fa::fa_lock_alt } , { "lock-keyhole-open", fa::fa_lock_keyhole_open } , + { "lock-open-alt", fa::fa_lock_open_alt } , { "lollipop", fa::fa_lollipop } , + { "lollypop", fa::fa_lollypop } , { "loveseat", fa::fa_loveseat } , + { "couch-small", fa::fa_couch_small } , { "luchador-mask", fa::fa_luchador_mask } , + { "luchador", fa::fa_luchador } , + { "mask-luchador", fa::fa_mask_luchador } , { "mace", fa::fa_mace } , { "mailbox", fa::fa_mailbox } , + { "mailbox-flag-up", fa::fa_mailbox_flag_up } , { "mandolin", fa::fa_mandolin } , { "mango", fa::fa_mango } , { "manhole", fa::fa_manhole } , @@ -2897,33 +3744,60 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "memo-pad", fa::fa_memo_pad } , { "merge", fa::fa_merge } , { "message-arrow-down", fa::fa_message_arrow_down } , + { "comment-alt-arrow-down", fa::fa_comment_alt_arrow_down } , { "message-arrow-up", fa::fa_message_arrow_up } , + { "comment-alt-arrow-up", fa::fa_comment_alt_arrow_up } , { "message-arrow-up-right", fa::fa_message_arrow_up_right } , { "message-bot", fa::fa_message_bot } , { "message-captions", fa::fa_message_captions } , + { "comment-alt-captions", fa::fa_comment_alt_captions } , { "message-check", fa::fa_message_check } , + { "comment-alt-check", fa::fa_comment_alt_check } , { "message-code", fa::fa_message_code } , { "message-dollar", fa::fa_message_dollar } , + { "comment-alt-dollar", fa::fa_comment_alt_dollar } , { "message-dots", fa::fa_message_dots } , + { "comment-alt-dots", fa::fa_comment_alt_dots } , + { "messaging", fa::fa_messaging } , { "message-exclamation", fa::fa_message_exclamation } , + { "comment-alt-exclamation", fa::fa_comment_alt_exclamation } , + { "message-heart", fa::fa_message_heart } , { "message-image", fa::fa_message_image } , + { "comment-alt-image", fa::fa_comment_alt_image } , { "message-lines", fa::fa_message_lines } , + { "comment-alt-lines", fa::fa_comment_alt_lines } , { "message-medical", fa::fa_message_medical } , + { "comment-alt-medical", fa::fa_comment_alt_medical } , { "message-middle", fa::fa_message_middle } , + { "comment-middle-alt", fa::fa_comment_middle_alt } , { "message-middle-top", fa::fa_message_middle_top } , + { "comment-middle-top-alt", fa::fa_comment_middle_top_alt } , { "message-minus", fa::fa_message_minus } , + { "comment-alt-minus", fa::fa_comment_alt_minus } , { "message-music", fa::fa_message_music } , + { "comment-alt-music", fa::fa_comment_alt_music } , { "message-pen", fa::fa_message_pen } , + { "comment-alt-edit", fa::fa_comment_alt_edit } , + { "message-edit", fa::fa_message_edit } , { "message-plus", fa::fa_message_plus } , + { "comment-alt-plus", fa::fa_comment_alt_plus } , { "message-question", fa::fa_message_question } , { "message-quote", fa::fa_message_quote } , + { "comment-alt-quote", fa::fa_comment_alt_quote } , { "message-slash", fa::fa_message_slash } , + { "comment-alt-slash", fa::fa_comment_alt_slash } , { "message-smile", fa::fa_message_smile } , + { "comment-alt-smile", fa::fa_comment_alt_smile } , { "message-sms", fa::fa_message_sms } , { "message-text", fa::fa_message_text } , + { "comment-alt-text", fa::fa_comment_alt_text } , { "message-xmark", fa::fa_message_xmark } , + { "comment-alt-times", fa::fa_comment_alt_times } , + { "message-times", fa::fa_message_times } , { "messages", fa::fa_messages } , + { "comments-alt", fa::fa_comments_alt } , { "messages-dollar", fa::fa_messages_dollar } , + { "comments-alt-dollar", fa::fa_comments_alt_dollar } , { "messages-question", fa::fa_messages_question } , { "meter", fa::fa_meter } , { "meter-bolt", fa::fa_meter_bolt } , @@ -2934,19 +3808,25 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "microwave", fa::fa_microwave } , { "mistletoe", fa::fa_mistletoe } , { "mobile-notch", fa::fa_mobile_notch } , + { "mobile-iphone", fa::fa_mobile_iphone } , { "mobile-signal", fa::fa_mobile_signal } , { "mobile-signal-out", fa::fa_mobile_signal_out } , { "money-bill-simple", fa::fa_money_bill_simple } , { "money-bill-simple-wave", fa::fa_money_bill_simple_wave } , { "money-bills-simple", fa::fa_money_bills_simple } , + { "money-bills-alt", fa::fa_money_bills_alt } , { "money-check-dollar-pen", fa::fa_money_check_dollar_pen } , + { "money-check-edit-alt", fa::fa_money_check_edit_alt } , { "money-check-pen", fa::fa_money_check_pen } , + { "money-check-edit", fa::fa_money_check_edit } , { "money-from-bracket", fa::fa_money_from_bracket } , { "money-simple-from-bracket", fa::fa_money_simple_from_bracket } , { "monitor-waveform", fa::fa_monitor_waveform } , + { "monitor-heart-rate", fa::fa_monitor_heart_rate } , { "monkey", fa::fa_monkey } , { "moon-cloud", fa::fa_moon_cloud } , { "moon-over-sun", fa::fa_moon_over_sun } , + { "eclipse-alt", fa::fa_eclipse_alt } , { "moon-stars", fa::fa_moon_stars } , { "moped", fa::fa_moped } , { "mountains", fa::fa_mountains } , @@ -2958,8 +3838,11 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "mug-tea-saucer", fa::fa_mug_tea_saucer } , { "mushroom", fa::fa_mushroom } , { "music-note", fa::fa_music_note } , + { "music-alt", fa::fa_music_alt } , { "music-note-slash", fa::fa_music_note_slash } , + { "music-alt-slash", fa::fa_music_alt_slash } , { "music-slash", fa::fa_music_slash } , + { "mustache", fa::fa_mustache } , { "narwhal", fa::fa_narwhal } , { "nesting-dolls", fa::fa_nesting_dolls } , { "nfc", fa::fa_nfc } , @@ -2969,7 +3852,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "nfc-signal", fa::fa_nfc_signal } , { "nfc-slash", fa::fa_nfc_slash } , { "nfc-trash", fa::fa_nfc_trash } , - { "notdef", fa::fa_notdef } , + { "nose", fa::fa_nose } , { "note", fa::fa_note } , { "note-medical", fa::fa_note_medical } , { "notebook", fa::fa_notebook } , @@ -2990,10 +3873,15 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "octagon-divide", fa::fa_octagon_divide } , { "octagon-exclamation", fa::fa_octagon_exclamation } , { "octagon-minus", fa::fa_octagon_minus } , + { "minus-octagon", fa::fa_minus_octagon } , { "octagon-plus", fa::fa_octagon_plus } , + { "plus-octagon", fa::fa_plus_octagon } , { "octagon-xmark", fa::fa_octagon_xmark } , + { "times-octagon", fa::fa_times_octagon } , + { "xmark-octagon", fa::fa_xmark_octagon } , { "oil-can-drip", fa::fa_oil_can_drip } , { "oil-temperature", fa::fa_oil_temperature } , + { "oil-temp", fa::fa_oil_temp } , { "olive", fa::fa_olive } , { "olive-branch", fa::fa_olive_branch } , { "omega", fa::fa_omega } , @@ -3005,23 +3893,34 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "overline", fa::fa_overline } , { "page", fa::fa_page } , { "page-caret-down", fa::fa_page_caret_down } , + { "file-caret-down", fa::fa_file_caret_down } , { "page-caret-up", fa::fa_page_caret_up } , + { "file-caret-up", fa::fa_file_caret_up } , { "paintbrush-fine", fa::fa_paintbrush_fine } , + { "paint-brush-alt", fa::fa_paint_brush_alt } , + { "paint-brush-fine", fa::fa_paint_brush_fine } , + { "paintbrush-alt", fa::fa_paintbrush_alt } , { "paintbrush-pencil", fa::fa_paintbrush_pencil } , { "pallet-box", fa::fa_pallet_box } , { "pallet-boxes", fa::fa_pallet_boxes } , + { "palette-boxes", fa::fa_palette_boxes } , + { "pallet-alt", fa::fa_pallet_alt } , { "pan-food", fa::fa_pan_food } , { "pan-frying", fa::fa_pan_frying } , { "pancakes", fa::fa_pancakes } , { "panel-ews", fa::fa_panel_ews } , { "panel-fire", fa::fa_panel_fire } , { "paper-plane-top", fa::fa_paper_plane_top } , + { "paper-plane-alt", fa::fa_paper_plane_alt } , + { "send", fa::fa_send } , { "paperclip-vertical", fa::fa_paperclip_vertical } , { "paragraph-left", fa::fa_paragraph_left } , + { "paragraph-rtl", fa::fa_paragraph_rtl } , { "party-bell", fa::fa_party_bell } , { "party-horn", fa::fa_party_horn } , { "paw-claws", fa::fa_paw_claws } , { "paw-simple", fa::fa_paw_simple } , + { "paw-alt", fa::fa_paw_alt } , { "peach", fa::fa_peach } , { "peanut", fa::fa_peanut } , { "peanuts", fa::fa_peanuts } , @@ -3031,13 +3930,16 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "pegasus", fa::fa_pegasus } , { "pen-circle", fa::fa_pen_circle } , { "pen-clip-slash", fa::fa_pen_clip_slash } , + { "pen-alt-slash", fa::fa_pen_alt_slash } , { "pen-fancy-slash", fa::fa_pen_fancy_slash } , { "pen-field", fa::fa_pen_field } , { "pen-line", fa::fa_pen_line } , { "pen-nib-slash", fa::fa_pen_nib_slash } , { "pen-paintbrush", fa::fa_pen_paintbrush } , + { "pencil-paintbrush", fa::fa_pencil_paintbrush } , { "pen-slash", fa::fa_pen_slash } , { "pen-swirl", fa::fa_pen_swirl } , + { "pencil-mechanical", fa::fa_pencil_mechanical } , { "pencil-slash", fa::fa_pencil_slash } , { "people", fa::fa_people } , { "people-dress", fa::fa_people_dress } , @@ -3048,24 +3950,37 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "pepper", fa::fa_pepper } , { "period", fa::fa_period } , { "person-biking-mountain", fa::fa_person_biking_mountain } , + { "biking-mountain", fa::fa_biking_mountain } , { "person-carry-box", fa::fa_person_carry_box } , + { "person-carry", fa::fa_person_carry } , { "person-dolly", fa::fa_person_dolly } , { "person-dolly-empty", fa::fa_person_dolly_empty } , { "person-dress-simple", fa::fa_person_dress_simple } , { "person-from-portal", fa::fa_person_from_portal } , + { "portal-exit", fa::fa_portal_exit } , { "person-pinball", fa::fa_person_pinball } , { "person-seat", fa::fa_person_seat } , { "person-seat-reclined", fa::fa_person_seat_reclined } , { "person-sign", fa::fa_person_sign } , { "person-simple", fa::fa_person_simple } , { "person-ski-jumping", fa::fa_person_ski_jumping } , + { "ski-jump", fa::fa_ski_jump } , { "person-ski-lift", fa::fa_person_ski_lift } , + { "ski-lift", fa::fa_ski_lift } , { "person-sledding", fa::fa_person_sledding } , + { "sledding", fa::fa_sledding } , { "person-snowmobiling", fa::fa_person_snowmobiling } , + { "snowmobile", fa::fa_snowmobile } , { "person-to-door", fa::fa_person_to_door } , { "person-to-portal", fa::fa_person_to_portal } , + { "portal-enter", fa::fa_portal_enter } , { "phone-arrow-down-left", fa::fa_phone_arrow_down_left } , + { "phone-arrow-down", fa::fa_phone_arrow_down } , + { "phone-incoming", fa::fa_phone_incoming } , + { "phone-arrow-right", fa::fa_phone_arrow_right } , { "phone-arrow-up-right", fa::fa_phone_arrow_up_right } , + { "phone-arrow-up", fa::fa_phone_arrow_up } , + { "phone-outgoing", fa::fa_phone_outgoing } , { "phone-hangup", fa::fa_phone_hangup } , { "phone-intercom", fa::fa_phone_intercom } , { "phone-missed", fa::fa_phone_missed } , @@ -3077,6 +3992,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "pi", fa::fa_pi } , { "piano", fa::fa_piano } , { "piano-keyboard", fa::fa_piano_keyboard } , + { "pickaxe", fa::fa_pickaxe } , { "pickleball", fa::fa_pickleball } , { "pie", fa::fa_pie } , { "pig", fa::fa_pig } , @@ -3091,6 +4007,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "pipe-valve", fa::fa_pipe_valve } , { "pizza", fa::fa_pizza } , { "plane-engines", fa::fa_plane_engines } , + { "plane-alt", fa::fa_plane_alt } , { "plane-prop", fa::fa_plane_prop } , { "plane-tail", fa::fa_plane_tail } , { "plane-up-slash", fa::fa_plane_up_slash } , @@ -3109,34 +4026,44 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "popsicle", fa::fa_popsicle } , { "pot-food", fa::fa_pot_food } , { "potato", fa::fa_potato } , + { "prescription-bottle-pill", fa::fa_prescription_bottle_pill } , { "presentation-screen", fa::fa_presentation_screen } , + { "presentation", fa::fa_presentation } , { "pretzel", fa::fa_pretzel } , { "print-magnifying-glass", fa::fa_print_magnifying_glass } , + { "print-search", fa::fa_print_search } , { "print-slash", fa::fa_print_slash } , { "projector", fa::fa_projector } , { "pump", fa::fa_pump } , { "pumpkin", fa::fa_pumpkin } , { "puzzle", fa::fa_puzzle } , { "puzzle-piece-simple", fa::fa_puzzle_piece_simple } , + { "puzzle-piece-alt", fa::fa_puzzle_piece_alt } , { "quotes", fa::fa_quotes } , { "rabbit", fa::fa_rabbit } , { "rabbit-running", fa::fa_rabbit_running } , + { "rabbit-fast", fa::fa_rabbit_fast } , { "racquet", fa::fa_racquet } , { "radar", fa::fa_radar } , { "radio-tuner", fa::fa_radio_tuner } , + { "radio-alt", fa::fa_radio_alt } , { "raindrops", fa::fa_raindrops } , { "ram", fa::fa_ram } , { "ramp-loading", fa::fa_ramp_loading } , { "raygun", fa::fa_raygun } , { "rectangle", fa::fa_rectangle } , + { "rectangle-landscape", fa::fa_rectangle_landscape } , { "rectangle-barcode", fa::fa_rectangle_barcode } , + { "barcode-alt", fa::fa_barcode_alt } , { "rectangle-code", fa::fa_rectangle_code } , { "rectangle-history", fa::fa_rectangle_history } , { "rectangle-history-circle-plus", fa::fa_rectangle_history_circle_plus } , { "rectangle-history-circle-user", fa::fa_rectangle_history_circle_user } , { "rectangle-pro", fa::fa_rectangle_pro } , + { "pro", fa::fa_pro } , { "rectangle-terminal", fa::fa_rectangle_terminal } , { "rectangle-vertical", fa::fa_rectangle_vertical } , + { "rectangle-portrait", fa::fa_rectangle_portrait } , { "rectangle-vertical-history", fa::fa_rectangle_vertical_history } , { "rectangle-wide", fa::fa_rectangle_wide } , { "rectangles-mixed", fa::fa_rectangles_mixed } , @@ -3144,12 +4071,16 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "refrigerator", fa::fa_refrigerator } , { "repeat-1", fa::fa_repeat_1 } , { "reply-clock", fa::fa_reply_clock } , + { "reply-time", fa::fa_reply_time } , { "restroom-simple", fa::fa_restroom_simple } , { "rhombus", fa::fa_rhombus } , { "right", fa::fa_right } , + { "arrow-alt-right", fa::fa_arrow_alt_right } , { "right-from-line", fa::fa_right_from_line } , + { "arrow-alt-from-left", fa::fa_arrow_alt_from_left } , { "right-long-to-line", fa::fa_right_long_to_line } , { "right-to-line", fa::fa_right_to_line } , + { "arrow-alt-to-right", fa::fa_arrow_alt_to_right } , { "ring-diamond", fa::fa_ring_diamond } , { "rings-wedding", fa::fa_rings_wedding } , { "robot-astromech", fa::fa_robot_astromech } , @@ -3164,20 +4095,25 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "rv", fa::fa_rv } , { "sack", fa::fa_sack } , { "salad", fa::fa_salad } , + { "bowl-salad", fa::fa_bowl_salad } , { "salt-shaker", fa::fa_salt_shaker } , { "sandwich", fa::fa_sandwich } , { "sausage", fa::fa_sausage } , { "saxophone", fa::fa_saxophone } , { "saxophone-fire", fa::fa_saxophone_fire } , + { "sax-hot", fa::fa_sax_hot } , { "scalpel", fa::fa_scalpel } , { "scalpel-line-dashed", fa::fa_scalpel_line_dashed } , + { "scalpel-path", fa::fa_scalpel_path } , { "scanner-gun", fa::fa_scanner_gun } , + { "scanner", fa::fa_scanner } , { "scanner-image", fa::fa_scanner_image } , { "scanner-keyboard", fa::fa_scanner_keyboard } , { "scanner-touchscreen", fa::fa_scanner_touchscreen } , { "scarecrow", fa::fa_scarecrow } , { "scarf", fa::fa_scarf } , { "screen-users", fa::fa_screen_users } , + { "users-class", fa::fa_users_class } , { "screencast", fa::fa_screencast } , { "scribble", fa::fa_scribble } , { "scroll-old", fa::fa_scroll_old } , @@ -3193,12 +4129,15 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "send-backward", fa::fa_send_backward } , { "sensor", fa::fa_sensor } , { "sensor-cloud", fa::fa_sensor_cloud } , + { "sensor-smoke", fa::fa_sensor_smoke } , { "sensor-fire", fa::fa_sensor_fire } , { "sensor-on", fa::fa_sensor_on } , { "sensor-triangle-exclamation", fa::fa_sensor_triangle_exclamation } , + { "sensor-alert", fa::fa_sensor_alert } , { "share-all", fa::fa_share_all } , { "sheep", fa::fa_sheep } , { "shelves", fa::fa_shelves } , + { "inventory", fa::fa_inventory } , { "shelves-empty", fa::fa_shelves_empty } , { "shield-check", fa::fa_shield_check } , { "shield-cross", fa::fa_shield_cross } , @@ -3209,6 +4148,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "shield-quartered", fa::fa_shield_quartered } , { "shield-slash", fa::fa_shield_slash } , { "shield-xmark", fa::fa_shield_xmark } , + { "shield-times", fa::fa_shield_times } , { "shirt-long-sleeve", fa::fa_shirt_long_sleeve } , { "shirt-running", fa::fa_shirt_running } , { "shirt-tank-top", fa::fa_shirt_tank_top } , @@ -3216,6 +4156,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "shovel", fa::fa_shovel } , { "shovel-snow", fa::fa_shovel_snow } , { "shower-down", fa::fa_shower_down } , + { "shower-alt", fa::fa_shower_alt } , { "shredder", fa::fa_shredder } , { "shutters", fa::fa_shutters } , { "shuttlecock", fa::fa_shuttlecock } , @@ -3224,23 +4165,35 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "sidebar-flip", fa::fa_sidebar_flip } , { "sigma", fa::fa_sigma } , { "signal-bars", fa::fa_signal_bars } , + { "signal-alt", fa::fa_signal_alt } , + { "signal-alt-4", fa::fa_signal_alt_4 } , + { "signal-bars-strong", fa::fa_signal_bars_strong } , { "signal-bars-fair", fa::fa_signal_bars_fair } , + { "signal-alt-2", fa::fa_signal_alt_2 } , { "signal-bars-good", fa::fa_signal_bars_good } , + { "signal-alt-3", fa::fa_signal_alt_3 } , { "signal-bars-slash", fa::fa_signal_bars_slash } , + { "signal-alt-slash", fa::fa_signal_alt_slash } , { "signal-bars-weak", fa::fa_signal_bars_weak } , + { "signal-alt-1", fa::fa_signal_alt_1 } , { "signal-fair", fa::fa_signal_fair } , + { "signal-2", fa::fa_signal_2 } , { "signal-good", fa::fa_signal_good } , + { "signal-3", fa::fa_signal_3 } , { "signal-slash", fa::fa_signal_slash } , { "signal-stream", fa::fa_signal_stream } , { "signal-stream-slash", fa::fa_signal_stream_slash } , { "signal-strong", fa::fa_signal_strong } , + { "signal-4", fa::fa_signal_4 } , { "signal-weak", fa::fa_signal_weak } , + { "signal-1", fa::fa_signal_1 } , { "signature-lock", fa::fa_signature_lock } , { "signature-slash", fa::fa_signature_slash } , { "sim-cards", fa::fa_sim_cards } , { "siren", fa::fa_siren } , { "siren-on", fa::fa_siren_on } , { "skeleton", fa::fa_skeleton } , + { "skeleton-ribs", fa::fa_skeleton_ribs } , { "ski-boot", fa::fa_ski_boot } , { "ski-boot-ski", fa::fa_ski_boot_ski } , { "skull-cow", fa::fa_skull_cow } , @@ -3249,18 +4202,25 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "slider", fa::fa_slider } , { "sliders-simple", fa::fa_sliders_simple } , { "sliders-up", fa::fa_sliders_up } , + { "sliders-v", fa::fa_sliders_v } , { "slot-machine", fa::fa_slot_machine } , { "smoke", fa::fa_smoke } , { "snake", fa::fa_snake } , { "snooze", fa::fa_snooze } , + { "zzz", fa::fa_zzz } , { "snow-blowing", fa::fa_snow_blowing } , + { "snowflake-droplets", fa::fa_snowflake_droplets } , { "snowflakes", fa::fa_snowflakes } , { "snowman-head", fa::fa_snowman_head } , + { "frosty-head", fa::fa_frosty_head } , { "soft-serve", fa::fa_soft_serve } , + { "creemee", fa::fa_creemee } , { "solar-system", fa::fa_solar_system } , { "space-station-moon", fa::fa_space_station_moon } , { "space-station-moon-construction", fa::fa_space_station_moon_construction } , + { "space-station-moon-alt", fa::fa_space_station_moon_alt } , { "spade", fa::fa_spade } , + { "sparkle", fa::fa_sparkle } , { "sparkles", fa::fa_sparkles } , { "speaker", fa::fa_speaker } , { "speakers", fa::fa_speakers } , @@ -3285,67 +4245,93 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "square-a-lock", fa::fa_square_a_lock } , { "square-ampersand", fa::fa_square_ampersand } , { "square-arrow-down", fa::fa_square_arrow_down } , + { "arrow-square-down", fa::fa_arrow_square_down } , { "square-arrow-down-left", fa::fa_square_arrow_down_left } , { "square-arrow-down-right", fa::fa_square_arrow_down_right } , { "square-arrow-left", fa::fa_square_arrow_left } , + { "arrow-square-left", fa::fa_arrow_square_left } , { "square-arrow-right", fa::fa_square_arrow_right } , + { "arrow-square-right", fa::fa_arrow_square_right } , { "square-arrow-up", fa::fa_square_arrow_up } , + { "arrow-square-up", fa::fa_arrow_square_up } , { "square-arrow-up-left", fa::fa_square_arrow_up_left } , { "square-b", fa::fa_square_b } , { "square-bolt", fa::fa_square_bolt } , { "square-c", fa::fa_square_c } , { "square-chevron-down", fa::fa_square_chevron_down } , + { "chevron-square-down", fa::fa_chevron_square_down } , { "square-chevron-left", fa::fa_square_chevron_left } , + { "chevron-square-left", fa::fa_chevron_square_left } , { "square-chevron-right", fa::fa_square_chevron_right } , + { "chevron-square-right", fa::fa_chevron_square_right } , { "square-chevron-up", fa::fa_square_chevron_up } , + { "chevron-square-up", fa::fa_chevron_square_up } , { "square-code", fa::fa_square_code } , { "square-d", fa::fa_square_d } , { "square-dashed", fa::fa_square_dashed } , + { "square-dashed-circle-plus", fa::fa_square_dashed_circle_plus } , { "square-divide", fa::fa_square_divide } , { "square-dollar", fa::fa_square_dollar } , + { "dollar-square", fa::fa_dollar_square } , + { "usd-square", fa::fa_usd_square } , { "square-down", fa::fa_square_down } , + { "arrow-alt-square-down", fa::fa_arrow_alt_square_down } , { "square-down-left", fa::fa_square_down_left } , { "square-down-right", fa::fa_square_down_right } , { "square-e", fa::fa_square_e } , { "square-ellipsis", fa::fa_square_ellipsis } , { "square-ellipsis-vertical", fa::fa_square_ellipsis_vertical } , { "square-exclamation", fa::fa_square_exclamation } , + { "exclamation-square", fa::fa_exclamation_square } , { "square-f", fa::fa_square_f } , { "square-fragile", fa::fa_square_fragile } , + { "box-fragile", fa::fa_box_fragile } , + { "square-wine-glass-crack", fa::fa_square_wine_glass_crack } , { "square-g", fa::fa_square_g } , { "square-heart", fa::fa_square_heart } , + { "heart-square", fa::fa_heart_square } , { "square-i", fa::fa_square_i } , { "square-info", fa::fa_square_info } , + { "info-square", fa::fa_info_square } , { "square-j", fa::fa_square_j } , { "square-k", fa::fa_square_k } , { "square-kanban", fa::fa_square_kanban } , { "square-l", fa::fa_square_l } , { "square-left", fa::fa_square_left } , + { "arrow-alt-square-left", fa::fa_arrow_alt_square_left } , { "square-list", fa::fa_square_list } , { "square-m", fa::fa_square_m } , { "square-n", fa::fa_square_n } , { "square-o", fa::fa_square_o } , { "square-p", fa::fa_square_p } , { "square-parking-slash", fa::fa_square_parking_slash } , + { "parking-slash", fa::fa_parking_slash } , { "square-phone-hangup", fa::fa_square_phone_hangup } , + { "phone-square-down", fa::fa_phone_square_down } , { "square-q", fa::fa_square_q } , { "square-quarters", fa::fa_square_quarters } , { "square-question", fa::fa_square_question } , + { "question-square", fa::fa_question_square } , { "square-quote", fa::fa_square_quote } , { "square-r", fa::fa_square_r } , { "square-right", fa::fa_square_right } , + { "arrow-alt-square-right", fa::fa_arrow_alt_square_right } , { "square-ring", fa::fa_square_ring } , { "square-root", fa::fa_square_root } , { "square-s", fa::fa_square_s } , { "square-sliders", fa::fa_square_sliders } , + { "sliders-h-square", fa::fa_sliders_h_square } , { "square-sliders-vertical", fa::fa_square_sliders_vertical } , + { "sliders-v-square", fa::fa_sliders_v_square } , { "square-small", fa::fa_square_small } , { "square-star", fa::fa_square_star } , { "square-t", fa::fa_square_t } , { "square-terminal", fa::fa_square_terminal } , { "square-this-way-up", fa::fa_square_this_way_up } , + { "box-up", fa::fa_box_up } , { "square-u", fa::fa_square_u } , { "square-up", fa::fa_square_up } , + { "arrow-alt-square-up", fa::fa_arrow_alt_square_up } , { "square-up-left", fa::fa_square_up_left } , { "square-user", fa::fa_square_user } , { "square-v", fa::fa_square_v } , @@ -3357,15 +4343,19 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "squirrel", fa::fa_squirrel } , { "staff", fa::fa_staff } , { "standard-definition", fa::fa_standard_definition } , + { "rectangle-sd", fa::fa_rectangle_sd } , { "star-christmas", fa::fa_star_christmas } , { "star-exclamation", fa::fa_star_exclamation } , { "star-sharp", fa::fa_star_sharp } , { "star-sharp-half", fa::fa_star_sharp_half } , { "star-sharp-half-stroke", fa::fa_star_sharp_half_stroke } , + { "star-sharp-half-alt", fa::fa_star_sharp_half_alt } , { "star-shooting", fa::fa_star_shooting } , { "starfighter", fa::fa_starfighter } , { "starfighter-twin-ion-engine", fa::fa_starfighter_twin_ion_engine } , + { "starfighter-alt", fa::fa_starfighter_alt } , { "starfighter-twin-ion-engine-advanced", fa::fa_starfighter_twin_ion_engine_advanced } , + { "starfighter-alt-advanced", fa::fa_starfighter_alt_advanced } , { "stars", fa::fa_stars } , { "starship", fa::fa_starship } , { "starship-freighter", fa::fa_starship_freighter } , @@ -3377,6 +4367,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "strawberry", fa::fa_strawberry } , { "stretcher", fa::fa_stretcher } , { "sun-bright", fa::fa_sun_bright } , + { "sun-alt", fa::fa_sun_alt } , { "sun-cloud", fa::fa_sun_cloud } , { "sun-dust", fa::fa_sun_dust } , { "sun-haze", fa::fa_sun_haze } , @@ -3384,22 +4375,29 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "sunrise", fa::fa_sunrise } , { "sunset", fa::fa_sunset } , { "sushi", fa::fa_sushi } , + { "nigiri", fa::fa_nigiri } , { "sushi-roll", fa::fa_sushi_roll } , + { "maki-roll", fa::fa_maki_roll } , + { "makizushi", fa::fa_makizushi } , { "sword", fa::fa_sword } , { "sword-laser", fa::fa_sword_laser } , { "sword-laser-alt", fa::fa_sword_laser_alt } , { "swords", fa::fa_swords } , { "swords-laser", fa::fa_swords_laser } , { "symbols", fa::fa_symbols } , + { "icons-alt", fa::fa_icons_alt } , { "table-layout", fa::fa_table_layout } , { "table-picnic", fa::fa_table_picnic } , { "table-pivot", fa::fa_table_pivot } , { "table-rows", fa::fa_table_rows } , + { "rows", fa::fa_rows } , { "table-tree", fa::fa_table_tree } , { "tablet-rugged", fa::fa_tablet_rugged } , { "tablet-screen", fa::fa_tablet_screen } , + { "tablet-android-alt", fa::fa_tablet_android_alt } , { "taco", fa::fa_taco } , { "tally", fa::fa_tally } , + { "tally-5", fa::fa_tally_5 } , { "tally-1", fa::fa_tally_1 } , { "tally-2", fa::fa_tally_2 } , { "tally-3", fa::fa_tally_3 } , @@ -3411,7 +4409,9 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "telescope", fa::fa_telescope } , { "temperature-list", fa::fa_temperature_list } , { "temperature-snow", fa::fa_temperature_snow } , + { "temperature-frigid", fa::fa_temperature_frigid } , { "temperature-sun", fa::fa_temperature_sun } , + { "temperature-hot", fa::fa_temperature_hot } , { "tennis-ball", fa::fa_tennis_ball } , { "text", fa::fa_text } , { "text-size", fa::fa_text_size } , @@ -3430,14 +4430,19 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "toggle-large-off", fa::fa_toggle_large_off } , { "toggle-large-on", fa::fa_toggle_large_on } , { "toilet-paper-blank", fa::fa_toilet_paper_blank } , + { "toilet-paper-alt", fa::fa_toilet_paper_alt } , { "toilet-paper-blank-under", fa::fa_toilet_paper_blank_under } , + { "toilet-paper-reverse-alt", fa::fa_toilet_paper_reverse_alt } , { "toilet-paper-check", fa::fa_toilet_paper_check } , { "toilet-paper-under", fa::fa_toilet_paper_under } , + { "toilet-paper-reverse", fa::fa_toilet_paper_reverse } , { "toilet-paper-under-slash", fa::fa_toilet_paper_under_slash } , + { "toilet-paper-reverse-slash", fa::fa_toilet_paper_reverse_slash } , { "toilet-paper-xmark", fa::fa_toilet_paper_xmark } , { "tomato", fa::fa_tomato } , { "tombstone", fa::fa_tombstone } , { "tombstone-blank", fa::fa_tombstone_blank } , + { "tombstone-alt", fa::fa_tombstone_alt } , { "toothbrush", fa::fa_toothbrush } , { "tower-control", fa::fa_tower_control } , { "traffic-cone", fa::fa_traffic_cone } , @@ -3445,6 +4450,7 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "traffic-light-slow", fa::fa_traffic_light_slow } , { "traffic-light-stop", fa::fa_traffic_light_stop } , { "train-subway-tunnel", fa::fa_train_subway_tunnel } , + { "subway-tunnel", fa::fa_subway_tunnel } , { "train-track", fa::fa_train_track } , { "train-tunnel", fa::fa_train_tunnel } , { "transformer-bolt", fa::fa_transformer_bolt } , @@ -3462,7 +4468,10 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "trash-can-list", fa::fa_trash_can_list } , { "trash-can-plus", fa::fa_trash_can_plus } , { "trash-can-slash", fa::fa_trash_can_slash } , + { "trash-alt-slash", fa::fa_trash_alt_slash } , { "trash-can-undo", fa::fa_trash_can_undo } , + { "trash-can-arrow-turn-left", fa::fa_trash_can_arrow_turn_left } , + { "trash-undo-alt", fa::fa_trash_undo_alt } , { "trash-can-xmark", fa::fa_trash_can_xmark } , { "trash-check", fa::fa_trash_check } , { "trash-clock", fa::fa_trash_clock } , @@ -3470,30 +4479,40 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "trash-plus", fa::fa_trash_plus } , { "trash-slash", fa::fa_trash_slash } , { "trash-undo", fa::fa_trash_undo } , + { "trash-arrow-turn-left", fa::fa_trash_arrow_turn_left } , { "trash-xmark", fa::fa_trash_xmark } , { "treasure-chest", fa::fa_treasure_chest } , { "tree-christmas", fa::fa_tree_christmas } , { "tree-deciduous", fa::fa_tree_deciduous } , + { "tree-alt", fa::fa_tree_alt } , { "tree-decorated", fa::fa_tree_decorated } , { "tree-large", fa::fa_tree_large } , { "tree-palm", fa::fa_tree_palm } , { "trees", fa::fa_trees } , { "triangle", fa::fa_triangle } , { "triangle-instrument", fa::fa_triangle_instrument } , + { "triangle-music", fa::fa_triangle_music } , { "triangle-person-digging", fa::fa_triangle_person_digging } , + { "construction", fa::fa_construction } , + { "tricycle", fa::fa_tricycle } , + { "tricycle-adult", fa::fa_tricycle_adult } , { "trillium", fa::fa_trillium } , { "trophy-star", fa::fa_trophy_star } , + { "trophy-alt", fa::fa_trophy_alt } , { "truck-bolt", fa::fa_truck_bolt } , { "truck-clock", fa::fa_truck_clock } , + { "shipping-timed", fa::fa_shipping_timed } , { "truck-container", fa::fa_truck_container } , { "truck-container-empty", fa::fa_truck_container_empty } , { "truck-flatbed", fa::fa_truck_flatbed } , { "truck-plow", fa::fa_truck_plow } , { "truck-ramp", fa::fa_truck_ramp } , { "truck-ramp-couch", fa::fa_truck_ramp_couch } , + { "truck-couch", fa::fa_truck_couch } , { "truck-tow", fa::fa_truck_tow } , { "trumpet", fa::fa_trumpet } , { "tty-answer", fa::fa_tty_answer } , + { "teletype-answer", fa::fa_teletype_answer } , { "tugrik-sign", fa::fa_tugrik_sign } , { "turkey", fa::fa_turkey } , { "turn-down-left", fa::fa_turn_down_left } , @@ -3506,17 +4525,21 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "ufo", fa::fa_ufo } , { "ufo-beam", fa::fa_ufo_beam } , { "umbrella-simple", fa::fa_umbrella_simple } , + { "umbrella-alt", fa::fa_umbrella_alt } , { "unicorn", fa::fa_unicorn } , { "uniform-martial-arts", fa::fa_uniform_martial_arts } , { "union", fa::fa_union } , { "up", fa::fa_up } , + { "arrow-alt-up", fa::fa_arrow_alt_up } , { "up-from-bracket", fa::fa_up_from_bracket } , { "up-from-dotted-line", fa::fa_up_from_dotted_line } , { "up-from-line", fa::fa_up_from_line } , + { "arrow-alt-from-bottom", fa::fa_arrow_alt_from_bottom } , { "up-left", fa::fa_up_left } , { "up-right", fa::fa_up_right } , { "up-to-dotted-line", fa::fa_up_to_dotted_line } , { "up-to-line", fa::fa_up_to_line } , + { "arrow-alt-to-top", fa::fa_arrow_alt_to_top } , { "usb-drive", fa::fa_usb_drive } , { "user-alien", fa::fa_user_alien } , { "user-bounty-hunter", fa::fa_user_bounty_hunter } , @@ -3526,13 +4549,21 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "user-doctor-hair", fa::fa_user_doctor_hair } , { "user-doctor-hair-long", fa::fa_user_doctor_hair_long } , { "user-doctor-message", fa::fa_user_doctor_message } , + { "user-md-chat", fa::fa_user_md_chat } , { "user-group-crown", fa::fa_user_group_crown } , + { "users-crown", fa::fa_users_crown } , { "user-hair", fa::fa_user_hair } , { "user-hair-buns", fa::fa_user_hair_buns } , { "user-hair-long", fa::fa_user_hair_long } , { "user-hair-mullet", fa::fa_user_hair_mullet } , + { "business-front", fa::fa_business_front } , + { "party-back", fa::fa_party_back } , + { "trian-balbot", fa::fa_trian_balbot } , { "user-headset", fa::fa_user_headset } , { "user-helmet-safety", fa::fa_user_helmet_safety } , + { "user-construction", fa::fa_user_construction } , + { "user-hard-hat", fa::fa_user_hard_hat } , + { "user-magnifying-glass", fa::fa_user_magnifying_glass } , { "user-music", fa::fa_user_music } , { "user-nurse-hair", fa::fa_user_nurse_hair } , { "user-nurse-hair-long", fa::fa_user_nurse_hair_long } , @@ -3565,55 +4596,75 @@ static const fa::QtAwesomeNamedIcon faProIconArray[] = { { "video-plus", fa::fa_video_plus } , { "violin", fa::fa_violin } , { "volume", fa::fa_volume } , + { "volume-medium", fa::fa_volume_medium } , { "volume-slash", fa::fa_volume_slash } , { "waffle", fa::fa_waffle } , { "wagon-covered", fa::fa_wagon_covered } , { "walker", fa::fa_walker } , { "wand", fa::fa_wand } , { "warehouse-full", fa::fa_warehouse_full } , + { "warehouse-alt", fa::fa_warehouse_alt } , { "washing-machine", fa::fa_washing_machine } , + { "washer", fa::fa_washer } , { "watch", fa::fa_watch } , { "watch-apple", fa::fa_watch_apple } , { "watch-calculator", fa::fa_watch_calculator } , { "watch-fitness", fa::fa_watch_fitness } , { "watch-smart", fa::fa_watch_smart } , { "water-arrow-down", fa::fa_water_arrow_down } , + { "water-lower", fa::fa_water_lower } , { "water-arrow-up", fa::fa_water_arrow_up } , + { "water-rise", fa::fa_water_rise } , { "watermelon-slice", fa::fa_watermelon_slice } , { "wave-pulse", fa::fa_wave_pulse } , + { "heart-rate", fa::fa_heart_rate } , { "wave-sine", fa::fa_wave_sine } , { "wave-triangle", fa::fa_wave_triangle } , { "waveform", fa::fa_waveform } , { "waveform-lines", fa::fa_waveform_lines } , + { "waveform-path", fa::fa_waveform_path } , + { "webhook", fa::fa_webhook } , { "whale", fa::fa_whale } , { "wheat", fa::fa_wheat } , { "wheat-awn-slash", fa::fa_wheat_awn_slash } , { "wheat-slash", fa::fa_wheat_slash } , { "whiskey-glass-ice", fa::fa_whiskey_glass_ice } , + { "glass-whiskey-rocks", fa::fa_glass_whiskey_rocks } , { "whistle", fa::fa_whistle } , { "wifi-exclamation", fa::fa_wifi_exclamation } , { "wifi-fair", fa::fa_wifi_fair } , + { "wifi-2", fa::fa_wifi_2 } , { "wifi-slash", fa::fa_wifi_slash } , { "wifi-weak", fa::fa_wifi_weak } , + { "wifi-1", fa::fa_wifi_1 } , { "wind-turbine", fa::fa_wind_turbine } , { "wind-warning", fa::fa_wind_warning } , + { "wind-circle-exclamation", fa::fa_wind_circle_exclamation } , { "window", fa::fa_window } , { "window-flip", fa::fa_window_flip } , + { "window-alt", fa::fa_window_alt } , { "window-frame", fa::fa_window_frame } , { "window-frame-open", fa::fa_window_frame_open } , { "windsock", fa::fa_windsock } , { "wine-glass-crack", fa::fa_wine_glass_crack } , + { "fragile", fa::fa_fragile } , { "wreath", fa::fa_wreath } , + { "wreath-laurel", fa::fa_wreath_laurel } , { "wrench-simple", fa::fa_wrench_simple } , { "xmark-large", fa::fa_xmark_large } , - { "xmark-to-slot", fa::fa_xmark_to_slot } + { "xmark-to-slot", fa::fa_xmark_to_slot } , + { "times-to-slot", fa::fa_times_to_slot } , + { "vote-nay", fa::fa_vote_nay } }; #else static const fa::QtAwesomeNamedIcon faRegularFreeIconArray[] = { { "address-book", fa::fa_address_book } , + { "contact-book", fa::fa_contact_book } , { "address-card", fa::fa_address_card } , + { "contact-card", fa::fa_contact_card } , + { "vcard", fa::fa_vcard } , { "bell", fa::fa_bell } , { "bell-slash", fa::fa_bell_slash } , { "bookmark", fa::fa_bookmark } , @@ -3621,10 +4672,13 @@ static const fa::QtAwesomeNamedIcon faRegularFreeIconArray[] = { { "calendar", fa::fa_calendar } , { "calendar-check", fa::fa_calendar_check } , { "calendar-days", fa::fa_calendar_days } , + { "calendar-alt", fa::fa_calendar_alt } , { "calendar-minus", fa::fa_calendar_minus } , { "calendar-plus", fa::fa_calendar_plus } , { "calendar-xmark", fa::fa_calendar_xmark } , + { "calendar-times", fa::fa_calendar_times } , { "chart-bar", fa::fa_chart_bar } , + { "bar-chart", fa::fa_bar_chart } , { "chess-bishop", fa::fa_chess_bishop } , { "chess-king", fa::fa_chess_king } , { "chess-knight", fa::fa_chess_knight } , @@ -3633,88 +4687,149 @@ static const fa::QtAwesomeNamedIcon faRegularFreeIconArray[] = { { "chess-rook", fa::fa_chess_rook } , { "circle", fa::fa_circle } , { "circle-check", fa::fa_circle_check } , + { "check-circle", fa::fa_check_circle } , { "circle-dot", fa::fa_circle_dot } , + { "dot-circle", fa::fa_dot_circle } , { "circle-down", fa::fa_circle_down } , + { "arrow-alt-circle-down", fa::fa_arrow_alt_circle_down } , { "circle-left", fa::fa_circle_left } , + { "arrow-alt-circle-left", fa::fa_arrow_alt_circle_left } , { "circle-pause", fa::fa_circle_pause } , + { "pause-circle", fa::fa_pause_circle } , { "circle-play", fa::fa_circle_play } , + { "play-circle", fa::fa_play_circle } , { "circle-question", fa::fa_circle_question } , + { "question-circle", fa::fa_question_circle } , { "circle-right", fa::fa_circle_right } , + { "arrow-alt-circle-right", fa::fa_arrow_alt_circle_right } , { "circle-stop", fa::fa_circle_stop } , + { "stop-circle", fa::fa_stop_circle } , { "circle-up", fa::fa_circle_up } , + { "arrow-alt-circle-up", fa::fa_arrow_alt_circle_up } , { "circle-user", fa::fa_circle_user } , + { "user-circle", fa::fa_user_circle } , { "circle-xmark", fa::fa_circle_xmark } , + { "times-circle", fa::fa_times_circle } , + { "xmark-circle", fa::fa_xmark_circle } , { "clipboard", fa::fa_clipboard } , { "clock", fa::fa_clock } , + { "clock-four", fa::fa_clock_four } , { "clone", fa::fa_clone } , { "closed-captioning", fa::fa_closed_captioning } , { "comment", fa::fa_comment } , { "comment-dots", fa::fa_comment_dots } , + { "commenting", fa::fa_commenting } , { "comments", fa::fa_comments } , { "compass", fa::fa_compass } , { "copy", fa::fa_copy } , { "copyright", fa::fa_copyright } , { "credit-card", fa::fa_credit_card } , + { "credit-card-alt", fa::fa_credit_card_alt } , { "envelope", fa::fa_envelope } , { "envelope-open", fa::fa_envelope_open } , { "eye", fa::fa_eye } , { "eye-slash", fa::fa_eye_slash } , { "face-angry", fa::fa_face_angry } , + { "angry", fa::fa_angry } , { "face-dizzy", fa::fa_face_dizzy } , + { "dizzy", fa::fa_dizzy } , { "face-flushed", fa::fa_face_flushed } , + { "flushed", fa::fa_flushed } , { "face-frown", fa::fa_face_frown } , + { "frown", fa::fa_frown } , { "face-frown-open", fa::fa_face_frown_open } , + { "frown-open", fa::fa_frown_open } , { "face-grimace", fa::fa_face_grimace } , + { "grimace", fa::fa_grimace } , { "face-grin", fa::fa_face_grin } , + { "grin", fa::fa_grin } , { "face-grin-beam", fa::fa_face_grin_beam } , + { "grin-beam", fa::fa_grin_beam } , { "face-grin-beam-sweat", fa::fa_face_grin_beam_sweat } , + { "grin-beam-sweat", fa::fa_grin_beam_sweat } , { "face-grin-hearts", fa::fa_face_grin_hearts } , + { "grin-hearts", fa::fa_grin_hearts } , { "face-grin-squint", fa::fa_face_grin_squint } , + { "grin-squint", fa::fa_grin_squint } , { "face-grin-squint-tears", fa::fa_face_grin_squint_tears } , + { "grin-squint-tears", fa::fa_grin_squint_tears } , { "face-grin-stars", fa::fa_face_grin_stars } , + { "grin-stars", fa::fa_grin_stars } , { "face-grin-tears", fa::fa_face_grin_tears } , + { "grin-tears", fa::fa_grin_tears } , { "face-grin-tongue", fa::fa_face_grin_tongue } , + { "grin-tongue", fa::fa_grin_tongue } , { "face-grin-tongue-squint", fa::fa_face_grin_tongue_squint } , + { "grin-tongue-squint", fa::fa_grin_tongue_squint } , { "face-grin-tongue-wink", fa::fa_face_grin_tongue_wink } , + { "grin-tongue-wink", fa::fa_grin_tongue_wink } , { "face-grin-wide", fa::fa_face_grin_wide } , + { "grin-alt", fa::fa_grin_alt } , { "face-grin-wink", fa::fa_face_grin_wink } , + { "grin-wink", fa::fa_grin_wink } , { "face-kiss", fa::fa_face_kiss } , + { "kiss", fa::fa_kiss } , { "face-kiss-beam", fa::fa_face_kiss_beam } , + { "kiss-beam", fa::fa_kiss_beam } , { "face-kiss-wink-heart", fa::fa_face_kiss_wink_heart } , + { "kiss-wink-heart", fa::fa_kiss_wink_heart } , { "face-laugh", fa::fa_face_laugh } , + { "laugh", fa::fa_laugh } , { "face-laugh-beam", fa::fa_face_laugh_beam } , + { "laugh-beam", fa::fa_laugh_beam } , { "face-laugh-squint", fa::fa_face_laugh_squint } , + { "laugh-squint", fa::fa_laugh_squint } , { "face-laugh-wink", fa::fa_face_laugh_wink } , + { "laugh-wink", fa::fa_laugh_wink } , { "face-meh", fa::fa_face_meh } , + { "meh", fa::fa_meh } , { "face-meh-blank", fa::fa_face_meh_blank } , + { "meh-blank", fa::fa_meh_blank } , { "face-rolling-eyes", fa::fa_face_rolling_eyes } , + { "meh-rolling-eyes", fa::fa_meh_rolling_eyes } , { "face-sad-cry", fa::fa_face_sad_cry } , + { "sad-cry", fa::fa_sad_cry } , { "face-sad-tear", fa::fa_face_sad_tear } , + { "sad-tear", fa::fa_sad_tear } , { "face-smile", fa::fa_face_smile } , + { "smile", fa::fa_smile } , { "face-smile-beam", fa::fa_face_smile_beam } , + { "smile-beam", fa::fa_smile_beam } , { "face-smile-wink", fa::fa_face_smile_wink } , + { "smile-wink", fa::fa_smile_wink } , { "face-surprise", fa::fa_face_surprise } , + { "surprise", fa::fa_surprise } , { "face-tired", fa::fa_face_tired } , + { "tired", fa::fa_tired } , { "file", fa::fa_file } , { "file-audio", fa::fa_file_audio } , { "file-code", fa::fa_file_code } , { "file-excel", fa::fa_file_excel } , { "file-image", fa::fa_file_image } , { "file-lines", fa::fa_file_lines } , + { "file-alt", fa::fa_file_alt } , + { "file-text", fa::fa_file_text } , { "file-pdf", fa::fa_file_pdf } , { "file-powerpoint", fa::fa_file_powerpoint } , { "file-video", fa::fa_file_video } , { "file-word", fa::fa_file_word } , { "file-zipper", fa::fa_file_zipper } , + { "file-archive", fa::fa_file_archive } , { "flag", fa::fa_flag } , { "floppy-disk", fa::fa_floppy_disk } , + { "save", fa::fa_save } , { "folder", fa::fa_folder } , + { "folder-blank", fa::fa_folder_blank } , { "folder-closed", fa::fa_folder_closed } , { "folder-open", fa::fa_folder_open } , { "futbol", fa::fa_futbol } , + { "futbol-ball", fa::fa_futbol_ball } , + { "soccer-ball", fa::fa_soccer_ball } , { "gem", fa::fa_gem } , { "hand", fa::fa_hand } , + { "hand-paper", fa::fa_hand_paper } , { "hand-back-fist", fa::fa_hand_back_fist } , + { "hand-rock", fa::fa_hand_rock } , { "hand-lizard", fa::fa_hand_lizard } , { "hand-peace", fa::fa_hand_peace } , { "hand-point-down", fa::fa_hand_point_down } , @@ -3726,12 +4841,18 @@ static const fa::QtAwesomeNamedIcon faRegularFreeIconArray[] = { { "hand-spock", fa::fa_hand_spock } , { "handshake", fa::fa_handshake } , { "hard-drive", fa::fa_hard_drive } , + { "hdd", fa::fa_hdd } , { "heart", fa::fa_heart } , { "hospital", fa::fa_hospital } , + { "hospital-alt", fa::fa_hospital_alt } , + { "hospital-wide", fa::fa_hospital_wide } , { "hourglass", fa::fa_hourglass } , + { "hourglass-empty", fa::fa_hourglass_empty } , { "hourglass-half", fa::fa_hourglass_half } , + { "hourglass-2", fa::fa_hourglass_2 } , { "id-badge", fa::fa_id_badge } , { "id-card", fa::fa_id_card } , + { "drivers-license", fa::fa_drivers_license } , { "image", fa::fa_image } , { "images", fa::fa_images } , { "keyboard", fa::fa_keyboard } , @@ -3740,36 +4861,55 @@ static const fa::QtAwesomeNamedIcon faRegularFreeIconArray[] = { { "lightbulb", fa::fa_lightbulb } , { "map", fa::fa_map } , { "message", fa::fa_message } , + { "comment-alt", fa::fa_comment_alt } , { "money-bill-1", fa::fa_money_bill_1 } , + { "money-bill-alt", fa::fa_money_bill_alt } , { "moon", fa::fa_moon } , { "newspaper", fa::fa_newspaper } , { "note-sticky", fa::fa_note_sticky } , + { "sticky-note", fa::fa_sticky_note } , { "object-group", fa::fa_object_group } , { "object-ungroup", fa::fa_object_ungroup } , { "paper-plane", fa::fa_paper_plane } , { "paste", fa::fa_paste } , + { "file-clipboard", fa::fa_file_clipboard } , { "pen-to-square", fa::fa_pen_to_square } , + { "edit", fa::fa_edit } , { "rectangle-list", fa::fa_rectangle_list } , + { "list-alt", fa::fa_list_alt } , { "rectangle-xmark", fa::fa_rectangle_xmark } , + { "rectangle-times", fa::fa_rectangle_times } , + { "times-rectangle", fa::fa_times_rectangle } , + { "window-close", fa::fa_window_close } , { "registered", fa::fa_registered } , { "share-from-square", fa::fa_share_from_square } , + { "share-square", fa::fa_share_square } , { "snowflake", fa::fa_snowflake } , { "square", fa::fa_square } , { "square-caret-down", fa::fa_square_caret_down } , + { "caret-square-down", fa::fa_caret_square_down } , { "square-caret-left", fa::fa_square_caret_left } , + { "caret-square-left", fa::fa_caret_square_left } , { "square-caret-right", fa::fa_square_caret_right } , + { "caret-square-right", fa::fa_caret_square_right } , { "square-caret-up", fa::fa_square_caret_up } , + { "caret-square-up", fa::fa_caret_square_up } , { "square-check", fa::fa_square_check } , + { "check-square", fa::fa_check_square } , { "square-full", fa::fa_square_full } , { "square-minus", fa::fa_square_minus } , + { "minus-square", fa::fa_minus_square } , { "square-plus", fa::fa_square_plus } , + { "plus-square", fa::fa_plus_square } , { "star", fa::fa_star } , { "star-half", fa::fa_star_half } , { "star-half-stroke", fa::fa_star_half_stroke } , + { "star-half-alt", fa::fa_star_half_alt } , { "sun", fa::fa_sun } , { "thumbs-down", fa::fa_thumbs_down } , { "thumbs-up", fa::fa_thumbs_up } , { "trash-can", fa::fa_trash_can } , + { "trash-alt", fa::fa_trash_alt } , { "user", fa::fa_user } , { "window-maximize", fa::fa_window_maximize } , { "window-minimize", fa::fa_window_minimize } , diff --git a/QtAwesome/fonts/Font Awesome 6 Brands-Regular-400.otf b/QtAwesome/fonts/Font Awesome 6 Brands-Regular-400.otf index 802b324..ac9d21f 100644 Binary files a/QtAwesome/fonts/Font Awesome 6 Brands-Regular-400.otf and b/QtAwesome/fonts/Font Awesome 6 Brands-Regular-400.otf differ diff --git a/QtAwesome/fonts/Font Awesome 6 Free-Regular-400.otf b/QtAwesome/fonts/Font Awesome 6 Free-Regular-400.otf index affd0be..7138720 100644 Binary files a/QtAwesome/fonts/Font Awesome 6 Free-Regular-400.otf and b/QtAwesome/fonts/Font Awesome 6 Free-Regular-400.otf differ diff --git a/QtAwesome/fonts/Font Awesome 6 Free-Solid-900.otf b/QtAwesome/fonts/Font Awesome 6 Free-Solid-900.otf index 71e7c02..f1d88fc 100644 Binary files a/QtAwesome/fonts/Font Awesome 6 Free-Solid-900.otf and b/QtAwesome/fonts/Font Awesome 6 Free-Solid-900.otf differ diff --git a/QtAwesomeSample/mainwindow.cpp b/QtAwesomeSample/mainwindow.cpp index eb3f44b..47af213 100644 --- a/QtAwesomeSample/mainwindow.cpp +++ b/QtAwesomeSample/mainwindow.cpp @@ -21,6 +21,7 @@ MainWindow::MainWindow(QWidget *parent) : ui->comboBox->addItem("Thin", fa::fa_thin); ui->comboBox->addItem("Duotone", fa::fa_duotone); ui->comboBox->addItem("Sharp Solid", fa::fa_sharp_solid); + ui->comboBox->addItem("Sharp Regular", fa::fa_sharp_regular); #endif // a simple beer button diff --git a/README.md b/README.md index 6d11653..8902e9e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ icons to your [Qt application](http://qt-project.org/). ## Table of Contents -- [Latest Release - Font Awesome 6](#latest-release---font-awesome-6) +- [Latest Release 6.3.0](#latest-release-630) +- [Font Awesome 6 Release](#font-awesome-6-release) - [Installation Free Version](#installation-free-version) - [Installation Pro version](#installation-pro-version) - [Basic Usage](#basic-usage) @@ -18,7 +19,14 @@ icons to your [Qt application](http://qt-project.org/). - [Contact](#contact) - [License](#license) -## Latest Release - Font Awesome 6 +## Latest Release 6.3.0 + +Support for "Font Awesome Sharp Regular" (Pro) icons. +All alias-names are now added to the to the icon-name map. + +[View changelog](CHANGES.md) + +## Font Awesome 6 Release This is the Font Awesome 6 release. It replaces the main branch, which still was a Font Awesome 4 version. (There's also a Font Awesome 5 branch, but was never merged to the main/master branch.) diff --git a/tools/build_headers.rb b/tools/build_headers.rb index 1cb77a6..3a2c745 100755 --- a/tools/build_headers.rb +++ b/tools/build_headers.rb @@ -42,17 +42,37 @@ class Icons def build_maps(icons) icons.each do |key, data| if data['free'].length > 0 - if data['free'].first == 'brands' - @icons_brands[key] = data['unicode'] - else - @icons_regular_free[key] = data['unicode'] if data['free'].include?('regular') - @icons_common[key] = data['unicode'] - end + build_map_free(key, data) + else + build_map_pro(key, data) end + end + end - if data['free'].length == 0 - @icons_pro[key] = data['unicode'] + def build_map_free(key, data) + if data['free'].first == 'brands' + @icons_brands[key] = data['unicode'] + add_aliasses(@icons_brands, data) + else + if data['free'].include?('regular') + @icons_regular_free[key] = data['unicode'] + add_aliasses(@icons_regular_free, data) end + @icons_common[key] = data['unicode'] + add_aliasses(@icons_common, data) + end + end + + def build_map_pro(key, data) + @icons_pro[key] = data['unicode'] + add_aliasses(@icons_pro, data) + end + + def add_aliasses(hash, data) + data.dig('aliases', 'names')&.each do |alias_key| + raise "Duplicatie key found for alias!" if hash.key?(alias_key) + + hash[alias_key] = data['unicode'] end end