diff --git a/src/core/AsyncContent/__snapshots__/AsyncContent.test.tsx.snap b/src/core/AsyncContent/__snapshots__/AsyncContent.test.tsx.snap index ab0e15f3d..5e532a2a7 100644 --- a/src/core/AsyncContent/__snapshots__/AsyncContent.test.tsx.snap +++ b/src/core/AsyncContent/__snapshots__/AsyncContent.test.tsx.snap @@ -12,32 +12,32 @@ exports[`Component: AsyncContent deprecated React Async when fulfilled when empt class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -46,7 +46,7 @@ exports[`Component: AsyncContent deprecated React Async when fulfilled when empt class="state-content" > laptop @@ -89,32 +89,32 @@ exports[`Component: AsyncContent deprecated React Async when rejected should not class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -123,7 +123,7 @@ exports[`Component: AsyncContent deprecated React Async when rejected should not class="state-content" > sentiment_very_dissatisfied @@ -145,7 +145,7 @@ exports[`Component: AsyncContent deprecated React Async when rejected should not class="d-flex justify-content-center align-items-center" > refresh @@ -169,32 +169,32 @@ exports[`Component: AsyncContent deprecated React Async when rejected with retry class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -203,7 +203,7 @@ exports[`Component: AsyncContent deprecated React Async when rejected with retry class="state-content" > sentiment_very_dissatisfied @@ -225,7 +225,7 @@ exports[`Component: AsyncContent deprecated React Async when rejected with retry class="d-flex justify-content-center align-items-center" > refresh @@ -249,32 +249,32 @@ exports[`Component: AsyncContent deprecated React Async when rejected without re class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -283,7 +283,7 @@ exports[`Component: AsyncContent deprecated React Async when rejected without re class="state-content" > sentiment_very_dissatisfied @@ -310,32 +310,32 @@ exports[`Component: AsyncContent when fulfilled when empty 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -344,7 +344,7 @@ exports[`Component: AsyncContent when fulfilled when empty 1`] = ` class="state-content" > laptop @@ -387,32 +387,32 @@ exports[`Component: AsyncContent when loading React Async & React Query <= v4 1` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -460,32 +460,32 @@ exports[`Component: AsyncContent when loading React Query v5+ 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -533,32 +533,32 @@ exports[`Component: AsyncContent when rejected should not render when showRetryB class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -567,7 +567,7 @@ exports[`Component: AsyncContent when rejected should not render when showRetryB class="state-content" > sentiment_very_dissatisfied @@ -589,7 +589,7 @@ exports[`Component: AsyncContent when rejected should not render when showRetryB class="d-flex justify-content-center align-items-center" > refresh @@ -613,32 +613,32 @@ exports[`Component: AsyncContent when rejected with retry button 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -647,7 +647,7 @@ exports[`Component: AsyncContent when rejected with retry button 1`] = ` class="state-content" > sentiment_very_dissatisfied @@ -669,7 +669,7 @@ exports[`Component: AsyncContent when rejected with retry button 1`] = ` class="d-flex justify-content-center align-items-center" > refresh @@ -693,32 +693,32 @@ exports[`Component: AsyncContent when rejected without retry button 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -727,7 +727,7 @@ exports[`Component: AsyncContent when rejected without retry button 1`] = ` class="state-content" > sentiment_very_dissatisfied diff --git a/src/core/BooleanIcon/__snapshots__/BooleanIcon.test.tsx.snap b/src/core/BooleanIcon/__snapshots__/BooleanIcon.test.tsx.snap index d0f0d4102..9a833a4eb 100644 --- a/src/core/BooleanIcon/__snapshots__/BooleanIcon.test.tsx.snap +++ b/src/core/BooleanIcon/__snapshots__/BooleanIcon.test.tsx.snap @@ -3,7 +3,7 @@ exports[`Component: BooleanIcon ui value false 1`] = `
check_box_outline_blank @@ -13,7 +13,7 @@ exports[`Component: BooleanIcon ui value false 1`] = ` exports[`Component: BooleanIcon ui value true 1`] = `
check_box diff --git a/src/core/Button/__snapshots__/Button.test.tsx.snap b/src/core/Button/__snapshots__/Button.test.tsx.snap index f3ef829fc..48afc78b6 100644 --- a/src/core/Button/__snapshots__/Button.test.tsx.snap +++ b/src/core/Button/__snapshots__/Button.test.tsx.snap @@ -221,7 +221,7 @@ exports[`Component: Button ui button with icon normal inProgress is false 1`] = class="d-flex justify-content-center align-items-center" > save @@ -283,7 +283,7 @@ exports[`Component: Button ui button with icon normal with icon on the right 1`] > Save save @@ -306,7 +306,7 @@ exports[`Component: Button ui button with icon outline inProgress is false 1`] = class="d-flex justify-content-center align-items-center" > save @@ -360,7 +360,7 @@ exports[`Component: Button ui icon only disabled is disabled 1`] = ` class="button primary d-inline-block" > save @@ -375,7 +375,7 @@ exports[`Component: Button ui icon only disabled is enabled 1`] = ` class="button primary d-inline-block" > save @@ -390,7 +390,7 @@ exports[`Component: Button ui icon only full-width full width and icon left 1`] class="button primary d-flex justify-content-start" > save @@ -405,7 +405,7 @@ exports[`Component: Button ui icon only full-width full width and icon right 1`] class="button primary d-flex justify-content-end" > save @@ -420,7 +420,7 @@ exports[`Component: Button ui icon only inProgress inProgress is false 1`] = ` class="button primary d-inline-block" > save @@ -461,7 +461,7 @@ exports[`Component: Button ui icon only that when no icon is provided it will fa class="button primary d-inline-block" > block diff --git a/src/core/CardOpenClose/__snapshots__/CardOpenClose.test.tsx.snap b/src/core/CardOpenClose/__snapshots__/CardOpenClose.test.tsx.snap index e242ededf..0f1c82ebb 100644 --- a/src/core/CardOpenClose/__snapshots__/CardOpenClose.test.tsx.snap +++ b/src/core/CardOpenClose/__snapshots__/CardOpenClose.test.tsx.snap @@ -10,7 +10,7 @@ exports[`Component: CardOpenClose ui open 1`] = ` > click this expand_more diff --git a/src/core/ConfirmButton/__snapshots__/ConfirmButton.test.tsx.snap b/src/core/ConfirmButton/__snapshots__/ConfirmButton.test.tsx.snap index b5274d1f9..a523e2f7c 100644 --- a/src/core/ConfirmButton/__snapshots__/ConfirmButton.test.tsx.snap +++ b/src/core/ConfirmButton/__snapshots__/ConfirmButton.test.tsx.snap @@ -13,7 +13,7 @@ exports[`Component: ConfirmButton ui button and icon 1`] = ` class="d-flex justify-content-center align-items-center" > delete @@ -37,7 +37,7 @@ exports[`Component: ConfirmButton ui custom class, color and texts 1`] = ` class="d-flex justify-content-center align-items-center" > delete @@ -73,7 +73,7 @@ exports[`Component: ConfirmButton ui only icon 1`] = ` class="button danger d-inline-block" > delete diff --git a/src/core/ConfirmModal/__snapshots__/ConfirmModal.test.tsx.snap b/src/core/ConfirmModal/__snapshots__/ConfirmModal.test.tsx.snap index 8ad4d3853..6778d18ef 100644 --- a/src/core/ConfirmModal/__snapshots__/ConfirmModal.test.tsx.snap +++ b/src/core/ConfirmModal/__snapshots__/ConfirmModal.test.tsx.snap @@ -61,7 +61,7 @@ exports[`Component: ConfirmModal ui custom texts 1`] = ` class="d-flex justify-content-center align-items-center" > close @@ -80,7 +80,7 @@ exports[`Component: ConfirmModal ui custom texts 1`] = ` class="d-flex justify-content-center align-items-center" > check @@ -160,7 +160,7 @@ exports[`Component: ConfirmModal ui default texts 1`] = ` class="d-flex justify-content-center align-items-center" > close @@ -179,7 +179,7 @@ exports[`Component: ConfirmModal ui default texts 1`] = ` class="d-flex justify-content-center align-items-center" > check diff --git a/src/core/ContentState/__snapshots__/ContentState.test.tsx.snap b/src/core/ContentState/__snapshots__/ContentState.test.tsx.snap index f092e5df8..62eecb1b6 100644 --- a/src/core/ContentState/__snapshots__/ContentState.test.tsx.snap +++ b/src/core/ContentState/__snapshots__/ContentState.test.tsx.snap @@ -12,32 +12,32 @@ exports[`Component: ContentStateIcon ui empty 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -46,7 +46,7 @@ exports[`Component: ContentStateIcon ui empty 1`] = ` class="state-content" > laptop @@ -78,32 +78,32 @@ exports[`Component: ContentStateIcon ui error 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -112,7 +112,7 @@ exports[`Component: ContentStateIcon ui error 1`] = ` class="state-content" > sentiment_very_dissatisfied @@ -144,32 +144,32 @@ exports[`Component: ContentStateIcon ui loading 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -217,32 +217,32 @@ exports[`Component: ContentStateIcon ui no-results 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -251,7 +251,7 @@ exports[`Component: ContentStateIcon ui no-results 1`] = ` class="state-content" > search @@ -283,32 +283,32 @@ exports[`Component: ContentStateIcon ui with children 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -317,7 +317,7 @@ exports[`Component: ContentStateIcon ui with children 1`] = ` class="state-content" > sentiment_very_dissatisfied diff --git a/src/core/CopyToClipboard/__snapshots__/CopyToClipboard.test.tsx.snap b/src/core/CopyToClipboard/__snapshots__/CopyToClipboard.test.tsx.snap index e5c75bc0e..63ce2c02d 100644 --- a/src/core/CopyToClipboard/__snapshots__/CopyToClipboard.test.tsx.snap +++ b/src/core/CopyToClipboard/__snapshots__/CopyToClipboard.test.tsx.snap @@ -19,7 +19,7 @@ exports[`Component: CopyToClipboard ui default 1`] = ` class="button flex-grow-0 flex-shrink-0 text-white primary d-inline-block" > content_copy diff --git a/src/core/Debug/__snapshots__/Debug.test.tsx.snap b/src/core/Debug/__snapshots__/Debug.test.tsx.snap index 26c20ef05..9bcf85763 100644 --- a/src/core/Debug/__snapshots__/Debug.test.tsx.snap +++ b/src/core/Debug/__snapshots__/Debug.test.tsx.snap @@ -10,7 +10,7 @@ exports[`Component: Debug ui 1`] = ` > DEBUG expand_more diff --git a/src/core/EpicPagination/__snapshots__/EpicPagination.test.tsx.snap b/src/core/EpicPagination/__snapshots__/EpicPagination.test.tsx.snap index b05df16ca..cc009a80f 100644 --- a/src/core/EpicPagination/__snapshots__/EpicPagination.test.tsx.snap +++ b/src/core/EpicPagination/__snapshots__/EpicPagination.test.tsx.snap @@ -19,7 +19,7 @@ exports[`Component: EpicPagination ui middle 1`] = ` class="page-link" > first_page @@ -32,7 +32,7 @@ exports[`Component: EpicPagination ui middle 1`] = ` class="page-link" > chevron_left @@ -90,7 +90,7 @@ exports[`Component: EpicPagination ui middle 1`] = ` class="page-link" > chevron_right @@ -103,7 +103,7 @@ exports[`Component: EpicPagination ui middle 1`] = ` class="page-link" > last_page diff --git a/src/core/ErrorBoundary/__snapshots__/ErrorBoundary.test.tsx.snap b/src/core/ErrorBoundary/__snapshots__/ErrorBoundary.test.tsx.snap index 241b31fa0..68f4aafe7 100644 --- a/src/core/ErrorBoundary/__snapshots__/ErrorBoundary.test.tsx.snap +++ b/src/core/ErrorBoundary/__snapshots__/ErrorBoundary.test.tsx.snap @@ -12,32 +12,32 @@ exports[`Component: ErrorBoundary ui with error 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -46,7 +46,7 @@ exports[`Component: ErrorBoundary ui with error 1`] = ` class="state-content" > sentiment_very_dissatisfied diff --git a/src/core/FavoriteIcon/__snapshots__/FavoriteIcon.test.tsx.snap b/src/core/FavoriteIcon/__snapshots__/FavoriteIcon.test.tsx.snap index cf52439e6..167446a8a 100644 --- a/src/core/FavoriteIcon/__snapshots__/FavoriteIcon.test.tsx.snap +++ b/src/core/FavoriteIcon/__snapshots__/FavoriteIcon.test.tsx.snap @@ -3,7 +3,7 @@ exports[`Component: FavoriteIcon ui favorite 1`] = `
star @@ -13,7 +13,7 @@ exports[`Component: FavoriteIcon ui favorite 1`] = ` exports[`Component: FavoriteIcon ui not favorite 1`] = `
star_border diff --git a/src/core/Icon/Icon.stories.tsx b/src/core/Icon/Icon.stories.tsx index 92a8e4371..2bd7a01c6 100644 --- a/src/core/Icon/Icon.stories.tsx +++ b/src/core/Icon/Icon.stories.tsx @@ -11,7 +11,11 @@ storiesOf('core/Icons', module) return ( <>

You can find the available icons on Google Fonts

- @@ -37,9 +41,56 @@ storiesOf('core/Icons', module) .add('hover color', () => { return (
- - - + + + +
+ ); + }) + .add('variant', () => { + return ( +
+
+ Filled: + + +
+
+ Outlined: + + +
+
+ Rounded: + + +
+
+ Sharp: + + +
+
+ Two tone: + + +
); }); diff --git a/src/core/Icon/Icon.test.tsx b/src/core/Icon/Icon.test.tsx index 209091e53..9420aaf8c 100644 --- a/src/core/Icon/Icon.test.tsx +++ b/src/core/Icon/Icon.test.tsx @@ -25,17 +25,23 @@ describe('Icon', () => { }); test('with color', () => { - const { container } = render(); + const { container } = render( + + ); expect(container.firstChild).toHaveClass('text-danger'); }); test('with className', () => { - const { container } = render(); + const { container } = render( + + ); expect(container.firstChild).toHaveClass('text-danger'); }); test('is clickable', () => { - const { container } = render( undefined} />); + const { container } = render( + undefined} /> + ); expect(container.firstChild).toHaveClass('clickable'); }); @@ -60,26 +66,48 @@ describe('Icon', () => { const { container } = render(); expect(container.firstChild).toHaveStyle({ fontSize: 144 }); }); + + test('with variant', () => { + const { container } = render(); + expect(container.firstChild).toHaveClass('material-icons__outlined'); + }); }); describe('hoverColor', () => { it('should use hoverColor when onClick and hoverColor are defined', async () => { expect.assertions(1); - const { container } = render(); + const { container } = render( + + ); await userEvent.hover(screen.getByText('alarm')); expect(container.firstChild).toHaveClass('text-primary'); }); it('should not use hoverColor when onClick is not defined', async () => { expect.assertions(1); - const { container } = render(); + const { container } = render( + + ); await userEvent.hover(screen.getByText('alarm')); expect(container.firstChild).toHaveClass('text-secondary'); }); it('should not use hoverColor when onClick and hoverColor are defined but icon is disabled', async () => { expect.assertions(1); - const { container } = render(); + const { container } = render( + + ); await userEvent.hover(screen.getByText('alarm')); expect(container.firstChild).toHaveClass('text-secondary'); }); diff --git a/src/core/Icon/Icon.tsx b/src/core/Icon/Icon.tsx index e0a8843d8..1aca2a3e2 100644 --- a/src/core/Icon/Icon.tsx +++ b/src/core/Icon/Icon.tsx @@ -59,6 +59,13 @@ export type Props = { * Defaults to `false` */ autoFocus?: boolean; + + /** + * Optionally the variant of the icon to use. + * + * Defaults to filled + */ + variant?: 'filled' | 'outlined' | 'rounded' | 'sharp' | 'two-tone'; }; /** @@ -75,7 +82,8 @@ export function Icon({ hoverColor, disabled, size, - autoFocus + autoFocus, + variant = 'filled' }: Props) { const [hover, hoverEvents] = useHover(); @@ -88,9 +96,10 @@ export function Icon({ const classes = classNames( 'icon', - className, 'material-icons', + `material-icons__${variant}`, colorCssClasses, + className, { clickable: !disabled && onClick, 'icon--disabled': disabled diff --git a/src/core/Icon/__snapshots__/Icon.test.tsx.snap b/src/core/Icon/__snapshots__/Icon.test.tsx.snap index 681a012a7..0cca612c1 100644 --- a/src/core/Icon/__snapshots__/Icon.test.tsx.snap +++ b/src/core/Icon/__snapshots__/Icon.test.tsx.snap @@ -3,7 +3,7 @@ exports[`Icon ui default 1`] = `
alarm @@ -13,7 +13,7 @@ exports[`Icon ui default 1`] = ` exports[`Icon ui with id 1`] = `
alarm @@ -25,16 +25,18 @@ exports[`index should contain exports 1`] = ` { "Icon": [Function], "icons": [ + "123", + "360", "10k", "10mp", "11mp", - "123", "12mp", "13mp", "14mp", "15mp", "16mp", "17mp", + "18_up_rating", "18mp", "19mp", "1k", @@ -50,7 +52,6 @@ exports[`index should contain exports 1`] = ` "2mp", "30fps", "30fps_select", - "360", "3d_rotation", "3g_mobiledata", "3k", @@ -104,11 +105,14 @@ exports[`index should contain exports 1`] = ` "add_alert", "add_box", "add_business", + "add_call", "add_card", "add_chart", "add_circle", "add_circle_outline", "add_comment", + "add_home", + "add_home_work", "add_ic_call", "add_link", "add_location", @@ -127,6 +131,7 @@ exports[`index should contain exports 1`] = ` "adf_scanner", "adjust", "admin_panel_settings", + "adobe", "ads_click", "agriculture", "air", @@ -143,6 +148,8 @@ exports[`index should contain exports 1`] = ` "airplane_ticket", "airplanemode_active", "airplanemode_inactive", + "airplanemode_off", + "airplanemode_on", "airplay", "airport_shuttle", "alarm", @@ -161,6 +168,7 @@ exports[`index should contain exports 1`] = ` "all_out", "alt_route", "alternate_email", + "amp_stories", "analytics", "anchor", "android", @@ -173,6 +181,7 @@ exports[`index should contain exports 1`] = ` "app_registration", "app_settings_alt", "app_shortcut", + "apple", "approval", "apps", "apps_outage", @@ -193,6 +202,7 @@ exports[`index should contain exports 1`] = ` "arrow_forward", "arrow_forward_ios", "arrow_left", + "arrow_outward", "arrow_right", "arrow_right_alt", "arrow_upward", @@ -201,13 +211,16 @@ exports[`index should contain exports 1`] = ` "aspect_ratio", "assessment", "assignment", + "assignment_add", "assignment_ind", "assignment_late", "assignment_return", "assignment_returned", "assignment_turned_in", + "assist_walker", "assistant", "assistant_direction", + "assistant_navigation", "assistant_photo", "assured_workload", "atm", @@ -227,6 +240,7 @@ exports[`index should contain exports 1`] = ` "auto_fix_normal", "auto_fix_off", "auto_graph", + "auto_mode", "auto_stories", "autofps_select", "autorenew", @@ -243,10 +257,30 @@ exports[`index should contain exports 1`] = ` "balcony", "ballot", "bar_chart", + "barcode_reader", "batch_prediction", "bathroom", "bathtub", + "battery_0_bar", + "battery_1_bar", + "battery_20", + "battery_2_bar", + "battery_30", + "battery_3_bar", + "battery_4_bar", + "battery_50", + "battery_5_bar", + "battery_60", + "battery_6_bar", + "battery_80", + "battery_90", "battery_alert", + "battery_charging_20", + "battery_charging_30", + "battery_charging_50", + "battery_charging_60", + "battery_charging_80", + "battery_charging_90", "battery_charging_full", "battery_full", "battery_saver", @@ -264,7 +298,11 @@ exports[`index should contain exports 1`] = ` "bike_scooter", "biotech", "blender", + "blind", + "blinds", + "blinds_closed", "block", + "block_flipped", "bloodtype", "bluetooth", "bluetooth_audio", @@ -283,6 +321,7 @@ exports[`index should contain exports 1`] = ` "bookmark_add", "bookmark_added", "bookmark_border", + "bookmark_outline", "bookmark_remove", "bookmarks", "border_all", @@ -311,6 +350,8 @@ exports[`index should contain exports 1`] = ` "brightness_high", "brightness_low", "brightness_medium", + "broadcast_on_home", + "broadcast_on_personal", "broken_image", "browse_gallery", "browser_not_supported", @@ -359,6 +400,7 @@ exports[`index should contain exports 1`] = ` "cancel_presentation", "cancel_schedule_send", "candlestick_chart", + "car_crash", "car_rental", "car_repair", "card_giftcard", @@ -421,6 +463,7 @@ exports[`index should contain exports 1`] = ` "cloud_queue", "cloud_sync", "cloud_upload", + "cloudy_snowing", "co2", "co_present", "code", @@ -442,11 +485,13 @@ exports[`index should contain exports 1`] = ` "compost", "compress", "computer", + "confirmation_num", "confirmation_number", "connect_without_contact", "connected_tv", "connecting_airports", "construction", + "contact_emergency", "contact_mail", "contact_page", "contact_phone", @@ -463,7 +508,9 @@ exports[`index should contain exports 1`] = ` "control_camera", "control_point", "control_point_duplicate", + "conveyor_belt", "cookie", + "copy", "copy_all", "copyright", "coronavirus", @@ -476,6 +523,7 @@ exports[`index should contain exports 1`] = ` "credit_card_off", "credit_score", "crib", + "crisis_alert", "crop", "crop_16_9", "crop_3_2", @@ -499,6 +547,10 @@ exports[`index should contain exports 1`] = ` "currency_rupee", "currency_yen", "currency_yuan", + "curtains", + "curtains_closed", + "cut", + "cyclone", "dangerous", "dark_mode", "dashboard", @@ -510,6 +562,8 @@ exports[`index should contain exports 1`] = ` "data_saver_on", "data_thresholding", "data_usage", + "dataset", + "dataset_linked", "date_range", "deblur", "deck", @@ -526,6 +580,7 @@ exports[`index should contain exports 1`] = ` "description", "deselect", "design_services", + "desk", "desktop_access_disabled", "desktop_mac", "desktop_windows", @@ -537,7 +592,9 @@ exports[`index should contain exports 1`] = ` "device_thermostat", "device_unknown", "devices", + "devices_fold", "devices_other", + "dew_point", "dialer_sip", "dialpad", "diamond", @@ -552,12 +609,14 @@ exports[`index should contain exports 1`] = ` "directions_bus_filled", "directions_car", "directions_car_filled", + "directions_ferry", "directions_off", "directions_railway", "directions_railway_filled", "directions_run", "directions_subway", "directions_subway_filled", + "directions_train", "directions_transit", "directions_transit_filled", "directions_walk", @@ -565,8 +624,13 @@ exports[`index should contain exports 1`] = ` "disabled_by_default", "disabled_visible", "disc_full", + "discord", "discount", "display_settings", + "diversity_1", + "diversity_2", + "diversity_3", + "dnd_forwardslash", "dns", "do_disturb", "do_disturb_alt", @@ -606,6 +670,7 @@ exports[`index should contain exports 1`] = ` "draw", "drive_eta", "drive_file_move", + "drive_file_move_outline", "drive_file_move_rtl", "drive_file_rename_outline", "drive_folder_upload", @@ -619,24 +684,29 @@ exports[`index should contain exports 1`] = ` "earbuds", "earbuds_battery", "east", + "eco", "edgesensor_high", "edgesensor_low", "edit", "edit_attributes", "edit_calendar", + "edit_document", "edit_location", "edit_location_alt", "edit_note", "edit_notifications", "edit_off", "edit_road", + "edit_square", "egg", "egg_alt", "eject", "elderly", "elderly_woman", "electric_bike", + "electric_bolt", "electric_car", + "electric_meter", "electric_moped", "electric_rickshaw", "electric_scooter", @@ -644,15 +714,20 @@ exports[`index should contain exports 1`] = ` "elevator", "email", "emergency", + "emergency_recording", + "emergency_share", "emoji_emotions", "emoji_events", + "emoji_flags", "emoji_food_beverage", "emoji_nature", "emoji_objects", "emoji_people", "emoji_symbols", "emoji_transportation", + "energy_savings_leaf", "engineering", + "enhance_photo_translate", "enhanced_encryption", "equalizer", "error", @@ -677,6 +752,8 @@ exports[`index should contain exports 1`] = ` "explore", "explore_off", "exposure", + "exposure_minus_1", + "exposure_minus_2", "exposure_neg_1", "exposure_neg_2", "exposure_plus_1", @@ -685,8 +762,15 @@ exports[`index should contain exports 1`] = ` "extension", "extension_off", "face", + "face_2", + "face_3", + "face_4", + "face_5", + "face_6", "face_retouching_natural", "face_retouching_off", + "face_unlock", + "facebook", "fact_check", "factory", "family_restroom", @@ -695,6 +779,7 @@ exports[`index should contain exports 1`] = ` "fastfood", "favorite", "favorite_border", + "favorite_outline", "fax", "featured_play_list", "featured_video", @@ -715,6 +800,7 @@ exports[`index should contain exports 1`] = ` "file_open", "file_present", "file_upload", + "file_upload_off", "filter", "filter_1", "filter_2", @@ -734,6 +820,7 @@ exports[`index should contain exports 1`] = ` "filter_frames", "filter_hdr", "filter_list", + "filter_list_alt", "filter_list_off", "filter_none", "filter_tilt_shift", @@ -742,6 +829,9 @@ exports[`index should contain exports 1`] = ` "find_replace", "fingerprint", "fire_extinguisher", + "fire_hydrant", + "fire_hydrant_alt", + "fire_truck", "fireplace", "first_page", "fit_screen", @@ -766,10 +856,13 @@ exports[`index should contain exports 1`] = ` "flip_camera_ios", "flip_to_back", "flip_to_front", + "flood", "flourescent", + "fluorescent", "flutter_dash", "fmd_bad", "fmd_good", + "foggy", "folder", "folder_copy", "folder_delete", @@ -785,6 +878,7 @@ exports[`index should contain exports 1`] = ` "forest", "fork_left", "fork_right", + "forklift", "format_align_center", "format_align_justify", "format_align_left", @@ -799,6 +893,7 @@ exports[`index should contain exports 1`] = ` "format_italic", "format_line_spacing", "format_list_bulleted", + "format_list_bulleted_add", "format_list_numbered", "format_list_numbered_rtl", "format_overline", @@ -809,6 +904,7 @@ exports[`index should contain exports 1`] = ` "format_strikethrough", "format_textdirection_l_to_r", "format_textdirection_r_to_l", + "format_underline", "format_underlined", "fort", "forum", @@ -821,6 +917,7 @@ exports[`index should contain exports 1`] = ` "free_breakfast", "free_cancellation", "front_hand", + "front_loader", "fullscreen", "fullscreen_exit", "functions", @@ -829,6 +926,7 @@ exports[`index should contain exports 1`] = ` "gamepad", "games", "garage", + "gas_meter", "gavel", "generating_tokens", "gesture", @@ -837,6 +935,7 @@ exports[`index should contain exports 1`] = ` "gif_box", "girl", "gite", + "goat", "golf_course", "gpp_bad", "gpp_good", @@ -862,6 +961,8 @@ exports[`index should contain exports 1`] = ` "group_remove", "group_work", "groups", + "groups_2", + "groups_3", "h_mobiledata", "h_plus_mobiledata", "hail", @@ -889,6 +990,7 @@ exports[`index should contain exports 1`] = ` "hearing", "hearing_disabled", "heart_broken", + "heat_pump", "height", "help", "help_center", @@ -901,6 +1003,7 @@ exports[`index should contain exports 1`] = ` "highlight", "highlight_alt", "highlight_off", + "highlight_remove", "hiking", "history", "history_edu", @@ -910,6 +1013,7 @@ exports[`index should contain exports 1`] = ` "hls_off", "holiday_village", "home", + "home_filled", "home_max", "home_mini", "home_repair_service", @@ -949,6 +1053,7 @@ exports[`index should contain exports 1`] = ` "incomplete_circle", "indeterminate_check_box", "info", + "info_outline", "input", "insert_chart", "insert_chart_outlined", @@ -969,6 +1074,7 @@ exports[`index should contain exports 1`] = ` "inventory_2", "invert_colors", "invert_colors_off", + "invert_colors_on", "ios_share", "iron", "iso", @@ -989,13 +1095,16 @@ exports[`index should contain exports 1`] = ` "keyboard_arrow_up", "keyboard_backspace", "keyboard_capslock", + "keyboard_command", "keyboard_command_key", + "keyboard_control", "keyboard_control_key", "keyboard_double_arrow_down", "keyboard_double_arrow_left", "keyboard_double_arrow_right", "keyboard_double_arrow_up", "keyboard_hide", + "keyboard_option", "keyboard_option_key", "keyboard_return", "keyboard_tab", @@ -1005,9 +1114,12 @@ exports[`index should contain exports 1`] = ` "kitesurfing", "label", "label_important", + "label_important_outline", "label_off", + "label_outline", "lan", "landscape", + "landslide", "language", "laptop", "laptop_chromebook", @@ -1020,6 +1132,7 @@ exports[`index should contain exports 1`] = ` "leaderboard", "leak_add", "leak_remove", + "leave_bags_at_home", "legend_toggle", "lens", "lens_blur", @@ -1030,6 +1143,8 @@ exports[`index should contain exports 1`] = ` "light", "light_mode", "lightbulb", + "lightbulb_circle", + "lightbulb_outline", "line_axis", "line_style", "line_weight", @@ -1046,6 +1161,7 @@ exports[`index should contain exports 1`] = ` "local_activity", "local_airport", "local_atm", + "local_attraction", "local_bar", "local_cafe", "local_car_wash", @@ -1070,18 +1186,24 @@ exports[`index should contain exports 1`] = ` "local_play", "local_police", "local_post_office", + "local_print_shop", "local_printshop", + "local_restaurant", "local_see", "local_shipping", "local_taxi", "location_city", "location_disabled", + "location_history", "location_off", "location_on", + "location_pin", "location_searching", "lock", "lock_clock", "lock_open", + "lock_outline", + "lock_person", "lock_reset", "login", "logo_dev", @@ -1101,11 +1223,18 @@ exports[`index should contain exports 1`] = ` "lte_plus_mobiledata", "luggage", "lunch_dining", + "lyrics", + "macro_off", "mail", + "mail_lock", "mail_outline", "male", "man", + "man_2", + "man_3", + "man_4", "manage_accounts", + "manage_history", "manage_search", "map", "maps_home_work", @@ -1124,6 +1253,7 @@ exports[`index should contain exports 1`] = ` "media_bluetooth_off", "media_bluetooth_on", "mediation", + "medical_information", "medical_services", "medication", "medication_liquid", @@ -1135,6 +1265,8 @@ exports[`index should contain exports 1`] = ` "merge", "merge_type", "message", + "messenger", + "messenger_outline", "mic", "mic_external_off", "mic_external_on", @@ -1143,6 +1275,7 @@ exports[`index should contain exports 1`] = ` "microwave", "military_tech", "minimize", + "minor_crash", "miscellaneous_services", "missed_video_call", "mms", @@ -1154,6 +1287,7 @@ exports[`index should contain exports 1`] = ` "mode_comment", "mode_edit", "mode_edit_outline", + "mode_fan_off", "mode_night", "mode_of_travel", "mode_standby", @@ -1179,21 +1313,27 @@ exports[`index should contain exports 1`] = ` "motion_photos_on", "motion_photos_pause", "motion_photos_paused", + "motorcycle", "mouse", "move_down", "move_to_inbox", "move_up", "movie", "movie_creation", + "movie_edit", "movie_filter", "moving", "mp", "multiline_chart", "multiple_stop", + "multitrack_audio", "museum", "music_note", "music_off", "music_video", + "my_library_add", + "my_library_books", + "my_library_music", "my_location", "nat", "nature", @@ -1205,11 +1345,15 @@ exports[`index should contain exports 1`] = ` "near_me_disabled", "nearby_error", "nearby_off", + "nest_cam_wired_stand", "network_cell", "network_check", "network_locked", "network_ping", "network_wifi", + "network_wifi_1_bar", + "network_wifi_2_bar", + "network_wifi_3_bar", "new_label", "new_releases", "newspaper", @@ -1222,8 +1366,10 @@ exports[`index should contain exports 1`] = ` "nightlight_round", "nights_stay", "no_accounts", + "no_adult_content", "no_backpack", "no_cell", + "no_crash", "no_drinks", "no_encryption", "no_encryption_gmailerrorred", @@ -1231,11 +1377,14 @@ exports[`index should contain exports 1`] = ` "no_food", "no_luggage", "no_meals", + "no_meals_ouline", "no_meeting_room", "no_photography", "no_sim", "no_stroller", "no_transfer", + "noise_aware", + "noise_control_off", "nordic_walking", "north", "north_east", @@ -1254,11 +1403,16 @@ exports[`index should contain exports 1`] = ` "notifications_active", "notifications_none", "notifications_off", + "notifications_on", "notifications_paused", + "now_wallpaper", + "now_widgets", "numbers", "offline_bolt", "offline_pin", "offline_share", + "oil_barrel", + "on_device_training", "ondemand_video", "online_prediction", "opacity", @@ -1268,9 +1422,11 @@ exports[`index should contain exports 1`] = ` "open_in_new_off", "open_with", "other_houses", + "outbond", "outbound", "outbox", "outdoor_grill", + "outgoing_mail", "outlet", "outlined_flag", "output", @@ -1279,10 +1435,12 @@ exports[`index should contain exports 1`] = ` "pageview", "paid", "palette", + "pallet", "pan_tool", "pan_tool_alt", "panorama", "panorama_fish_eye", + "panorama_fisheye", "panorama_horizontal", "panorama_horizontal_select", "panorama_photosphere", @@ -1295,6 +1453,7 @@ exports[`index should contain exports 1`] = ` "park", "party_mode", "password", + "paste", "pattern", "pause", "pause_circle", @@ -1303,6 +1462,7 @@ exports[`index should contain exports 1`] = ` "pause_presentation", "payment", "payments", + "paypal", "pedal_bike", "pending", "pending_actions", @@ -1312,14 +1472,19 @@ exports[`index should contain exports 1`] = ` "people_outline", "percent", "perm_camera_mic", + "perm_contact_cal", "perm_contact_calendar", "perm_data_setting", + "perm_device_info", "perm_device_information", "perm_identity", "perm_media", "perm_phone_msg", "perm_scan_wifi", "person", + "person_2", + "person_3", + "person_4", "person_add", "person_add_alt", "person_add_alt_1", @@ -1373,6 +1538,7 @@ exports[`index should contain exports 1`] = ` "picture_in_picture_alt", "pie_chart", "pie_chart_outline", + "pie_chart_outlined", "pin", "pin_drop", "pin_end", @@ -1384,6 +1550,7 @@ exports[`index should contain exports 1`] = ` "plagiarism", "play_arrow", "play_circle", + "play_circle_fill", "play_circle_filled", "play_circle_outline", "play_disabled", @@ -1423,7 +1590,10 @@ exports[`index should contain exports 1`] = ` "privacy_tip", "private_connectivity", "production_quantity_limits", + "propane", + "propane_tank", "psychology", + "psychology_alt", "public", "public_off", "publish", @@ -1440,12 +1610,17 @@ exports[`index should contain exports 1`] = ` "queue", "queue_music", "queue_play_next", + "quick_contacts_dialer", + "quick_contacts_mail", "quickreply", "quiz", + "quora", "r_mobiledata", "radar", "radio", "radio_button_checked", + "radio_button_off", + "radio_button_on", "radio_button_unchecked", "railway_alert", "ramen_dining", @@ -1456,6 +1631,7 @@ exports[`index should contain exports 1`] = ` "raw_on", "read_more", "real_estate_agent", + "rebase_edit", "receipt", "receipt_long", "recent_actors", @@ -1463,6 +1639,7 @@ exports[`index should contain exports 1`] = ` "record_voice_over", "rectangle", "recycling", + "reddit", "redeem", "redo", "reduce_capacity", @@ -1475,8 +1652,10 @@ exports[`index should contain exports 1`] = ` "remove_from_queue", "remove_moderator", "remove_red_eye", + "remove_road", "remove_shopping_cart", "reorder", + "repartition", "repeat", "repeat_on", "repeat_one", @@ -1506,6 +1685,8 @@ exports[`index should contain exports 1`] = ` "ring_volume", "rocket", "rocket_launch", + "roller_shades", + "roller_shades_closed", "roller_skating", "roofing", "room", @@ -1529,6 +1710,7 @@ exports[`index should contain exports 1`] = ` "run_circle", "running_with_errors", "rv_hookup", + "safety_check", "safety_divider", "sailing", "sanitizer", @@ -1553,9 +1735,11 @@ exports[`index should contain exports 1`] = ` "screen_lock_portrait", "screen_lock_rotation", "screen_rotation", + "screen_rotation_alt", "screen_search_desktop", "screen_share", "screenshot", + "screenshot_monitor", "scuba_diving", "sd", "sd_card", @@ -1576,6 +1760,7 @@ exports[`index should contain exports 1`] = ` "send_time_extension", "send_to_mobile", "sensor_door", + "sensor_occupied", "sensor_window", "sensors", "sensors_off", @@ -1593,6 +1778,7 @@ exports[`index should contain exports 1`] = ` "settings_bluetooth", "settings_brightness", "settings_cell", + "settings_display", "settings_ethernet", "settings_input_antenna", "settings_input_component", @@ -1606,13 +1792,18 @@ exports[`index should contain exports 1`] = ` "settings_suggest", "settings_system_daydream", "settings_voice", + "severe_cold", + "shape_line", "share", + "share_arrival_time", "share_location", + "shelves", "shield", "shield_moon", "shop", "shop_2", "shop_two", + "shopify", "shopping_bag", "shopping_basket", "shopping_cart", @@ -1625,23 +1816,50 @@ exports[`index should contain exports 1`] = ` "shuffle_on", "shutter_speed", "sick", + "sign_language", "signal_cellular_0_bar", + "signal_cellular_1_bar", + "signal_cellular_2_bar", + "signal_cellular_3_bar", "signal_cellular_4_bar", "signal_cellular_alt", + "signal_cellular_alt_1_bar", + "signal_cellular_alt_2_bar", "signal_cellular_connected_no_internet_0_bar", + "signal_cellular_connected_no_internet_1_bar", + "signal_cellular_connected_no_internet_2_bar", + "signal_cellular_connected_no_internet_3_bar", "signal_cellular_connected_no_internet_4_bar", "signal_cellular_no_sim", "signal_cellular_nodata", "signal_cellular_null", "signal_cellular_off", "signal_wifi_0_bar", + "signal_wifi_1_bar", + "signal_wifi_1_bar_lock", + "signal_wifi_2_bar", + "signal_wifi_2_bar_lock", + "signal_wifi_3_bar", + "signal_wifi_3_bar_lock", "signal_wifi_4_bar", "signal_wifi_4_bar_lock", "signal_wifi_bad", + "signal_wifi_connected_no_internet_0", + "signal_wifi_connected_no_internet_1", + "signal_wifi_connected_no_internet_2", + "signal_wifi_connected_no_internet_3", "signal_wifi_connected_no_internet_4", "signal_wifi_off", + "signal_wifi_statusbar_1_bar", + "signal_wifi_statusbar_2_bar", + "signal_wifi_statusbar_3_bar", "signal_wifi_statusbar_4_bar", + "signal_wifi_statusbar_connected_no_internet", + "signal_wifi_statusbar_connected_no_internet_1", + "signal_wifi_statusbar_connected_no_internet_2", + "signal_wifi_statusbar_connected_no_internet_3", "signal_wifi_statusbar_connected_no_internet_4", + "signal_wifi_statusbar_not_connected", "signal_wifi_statusbar_null", "signpost", "sim_card", @@ -1664,15 +1882,19 @@ exports[`index should contain exports 1`] = ` "smoking_rooms", "sms", "sms_failed", + "snapchat", "snippet_folder", "snooze", "snowboarding", + "snowing", "snowmobile", "snowshoeing", "soap", "social_distance", + "solar_power", "sort", "sort_by_alpha", + "sos", "soup_kitchen", "source", "south", @@ -1682,6 +1904,9 @@ exports[`index should contain exports 1`] = ` "spa", "space_bar", "space_dashboard", + "spatial_audio", + "spatial_audio_off", + "spatial_tracking", "speaker", "speaker_group", "speaker_notes", @@ -1756,6 +1981,8 @@ exports[`index should contain exports 1`] = ` "subtitles_off", "subway", "summarize", + "sunny", + "sunny_snowing", "superscript", "supervised_user_circle", "supervisor_account", @@ -1767,6 +1994,7 @@ exports[`index should contain exports 1`] = ` "swap_horiz", "swap_horizontal_circle", "swap_vert", + "swap_vert_circle", "swap_vertical_circle", "swipe", "swipe_down", @@ -1796,6 +2024,7 @@ exports[`index should contain exports 1`] = ` "system_security_update_warning", "system_update", "system_update_alt", + "system_update_tv", "tab", "tab_unselected", "table_bar", @@ -1814,6 +2043,7 @@ exports[`index should contain exports 1`] = ` "task", "task_alt", "taxi_alert", + "telegram", "temple_buddhist", "temple_hindu", "terminal", @@ -1842,6 +2072,8 @@ exports[`index should contain exports 1`] = ` "thumb_up_alt", "thumb_up_off_alt", "thumbs_up_down", + "thunderstorm", + "tiktok", "time_to_leave", "timelapse", "timeline", @@ -1862,6 +2094,7 @@ exports[`index should contain exports 1`] = ` "toll", "tonality", "topic", + "tornado", "touch_app", "tour", "toys", @@ -1869,6 +2102,7 @@ exports[`index should contain exports 1`] = ` "traffic", "train", "tram", + "transcribe", "transfer_within_a_station", "transform", "transgender", @@ -1877,9 +2111,13 @@ exports[`index should contain exports 1`] = ` "travel_explore", "trending_down", "trending_flat", + "trending_neutral", "trending_up", "trip_origin", + "trolley", + "troubleshoot", "try", + "tsunami", "tty", "tune", "tungsten", @@ -1894,13 +2132,16 @@ exports[`index should contain exports 1`] = ` "tv", "tv_off", "two_wheeler", + "type_specimen", "u_turn_left", "u_turn_right", "umbrella", "unarchive", "undo", "unfold_less", + "unfold_less_double", "unfold_more", + "unfold_more_double", "unpublished", "unsubscribe", "upcoming", @@ -1920,11 +2161,15 @@ exports[`index should contain exports 1`] = ` "vertical_align_center", "vertical_align_top", "vertical_distribute", + "vertical_shades", + "vertical_shades_closed", "vertical_split", "vibration", "video_call", "video_camera_back", "video_camera_front", + "video_chat", + "video_collection", "video_file", "video_label", "video_library", @@ -1938,6 +2183,7 @@ exports[`index should contain exports 1`] = ` "view_array", "view_carousel", "view_column", + "view_comfortable", "view_comfy", "view_comfy_alt", "view_compact", @@ -1961,7 +2207,9 @@ exports[`index should contain exports 1`] = ` "voice_chat", "voice_over_off", "voicemail", + "volcano", "volume_down", + "volume_down_alt", "volume_mute", "volume_off", "volume_up", @@ -1970,6 +2218,10 @@ exports[`index should contain exports 1`] = ` "vpn_key_off", "vpn_lock", "vrpano", + "wallet", + "wallet_giftcard", + "wallet_membership", + "wallet_travel", "wallpaper", "warehouse", "warning", @@ -1990,21 +2242,30 @@ exports[`index should contain exports 1`] = ` "wb_iridescent", "wb_shade", "wb_sunny", + "wb_twighlight", "wb_twilight", "wc", "web", "web_asset", "web_asset_off", + "web_stories", "webhook", + "wechat", "weekend", "west", - "whatsapp", "whatshot", "wheelchair_pickup", "where_to_vote", "widgets", + "width_full", + "width_normal", + "width_wide", "wifi", + "wifi_1_bar", + "wifi_2_bar", "wifi_calling", + "wifi_calling_1", + "wifi_calling_2", "wifi_calling_3", "wifi_channel", "wifi_find", @@ -2014,15 +2275,23 @@ exports[`index should contain exports 1`] = ` "wifi_protected_setup", "wifi_tethering", "wifi_tethering_error", + "wifi_tethering_error_rounded", "wifi_tethering_off", + "wind_power", "window", "wine_bar", "woman", + "woman_2", + "woo_commerce", + "wordpress", "work", + "work_history", "work_off", "work_outline", "workspace_premium", "workspaces", + "workspaces_filled", + "workspaces_outline", "wrap_text", "wrong_location", "wysiwyg", diff --git a/src/core/Icon/types.ts b/src/core/Icon/types.ts index 74d11b25a..b5c29ed99 100644 --- a/src/core/Icon/types.ts +++ b/src/core/Icon/types.ts @@ -3,16 +3,18 @@ https://fonts.google.com/metadata/icons */ export const icons = [ + '123', + '360', '10k', '10mp', '11mp', - '123', '12mp', '13mp', '14mp', '15mp', '16mp', '17mp', + '18_up_rating', '18mp', '19mp', '1k', @@ -28,7 +30,6 @@ export const icons = [ '2mp', '30fps', '30fps_select', - '360', '3d_rotation', '3g_mobiledata', '3k', @@ -82,11 +83,14 @@ export const icons = [ 'add_alert', 'add_box', 'add_business', + 'add_call', 'add_card', 'add_chart', 'add_circle', 'add_circle_outline', 'add_comment', + 'add_home', + 'add_home_work', 'add_ic_call', 'add_link', 'add_location', @@ -105,6 +109,7 @@ export const icons = [ 'adf_scanner', 'adjust', 'admin_panel_settings', + 'adobe', 'ads_click', 'agriculture', 'air', @@ -121,6 +126,8 @@ export const icons = [ 'airplane_ticket', 'airplanemode_active', 'airplanemode_inactive', + 'airplanemode_off', + 'airplanemode_on', 'airplay', 'airport_shuttle', 'alarm', @@ -139,6 +146,7 @@ export const icons = [ 'all_out', 'alt_route', 'alternate_email', + 'amp_stories', 'analytics', 'anchor', 'android', @@ -151,6 +159,7 @@ export const icons = [ 'app_registration', 'app_settings_alt', 'app_shortcut', + 'apple', 'approval', 'apps', 'apps_outage', @@ -171,6 +180,7 @@ export const icons = [ 'arrow_forward', 'arrow_forward_ios', 'arrow_left', + 'arrow_outward', 'arrow_right', 'arrow_right_alt', 'arrow_upward', @@ -179,13 +189,16 @@ export const icons = [ 'aspect_ratio', 'assessment', 'assignment', + 'assignment_add', 'assignment_ind', 'assignment_late', 'assignment_return', 'assignment_returned', 'assignment_turned_in', + 'assist_walker', 'assistant', 'assistant_direction', + 'assistant_navigation', 'assistant_photo', 'assured_workload', 'atm', @@ -205,6 +218,7 @@ export const icons = [ 'auto_fix_normal', 'auto_fix_off', 'auto_graph', + 'auto_mode', 'auto_stories', 'autofps_select', 'autorenew', @@ -221,10 +235,30 @@ export const icons = [ 'balcony', 'ballot', 'bar_chart', + 'barcode_reader', 'batch_prediction', 'bathroom', 'bathtub', + 'battery_0_bar', + 'battery_1_bar', + 'battery_20', + 'battery_2_bar', + 'battery_30', + 'battery_3_bar', + 'battery_4_bar', + 'battery_50', + 'battery_5_bar', + 'battery_60', + 'battery_6_bar', + 'battery_80', + 'battery_90', 'battery_alert', + 'battery_charging_20', + 'battery_charging_30', + 'battery_charging_50', + 'battery_charging_60', + 'battery_charging_80', + 'battery_charging_90', 'battery_charging_full', 'battery_full', 'battery_saver', @@ -242,7 +276,11 @@ export const icons = [ 'bike_scooter', 'biotech', 'blender', + 'blind', + 'blinds', + 'blinds_closed', 'block', + 'block_flipped', 'bloodtype', 'bluetooth', 'bluetooth_audio', @@ -261,6 +299,7 @@ export const icons = [ 'bookmark_add', 'bookmark_added', 'bookmark_border', + 'bookmark_outline', 'bookmark_remove', 'bookmarks', 'border_all', @@ -289,6 +328,8 @@ export const icons = [ 'brightness_high', 'brightness_low', 'brightness_medium', + 'broadcast_on_home', + 'broadcast_on_personal', 'broken_image', 'browse_gallery', 'browser_not_supported', @@ -337,6 +378,7 @@ export const icons = [ 'cancel_presentation', 'cancel_schedule_send', 'candlestick_chart', + 'car_crash', 'car_rental', 'car_repair', 'card_giftcard', @@ -399,6 +441,7 @@ export const icons = [ 'cloud_queue', 'cloud_sync', 'cloud_upload', + 'cloudy_snowing', 'co2', 'co_present', 'code', @@ -420,11 +463,13 @@ export const icons = [ 'compost', 'compress', 'computer', + 'confirmation_num', 'confirmation_number', 'connect_without_contact', 'connected_tv', 'connecting_airports', 'construction', + 'contact_emergency', 'contact_mail', 'contact_page', 'contact_phone', @@ -441,7 +486,9 @@ export const icons = [ 'control_camera', 'control_point', 'control_point_duplicate', + 'conveyor_belt', 'cookie', + 'copy', 'copy_all', 'copyright', 'coronavirus', @@ -454,6 +501,7 @@ export const icons = [ 'credit_card_off', 'credit_score', 'crib', + 'crisis_alert', 'crop', 'crop_16_9', 'crop_3_2', @@ -477,6 +525,10 @@ export const icons = [ 'currency_rupee', 'currency_yen', 'currency_yuan', + 'curtains', + 'curtains_closed', + 'cut', + 'cyclone', 'dangerous', 'dark_mode', 'dashboard', @@ -488,6 +540,8 @@ export const icons = [ 'data_saver_on', 'data_thresholding', 'data_usage', + 'dataset', + 'dataset_linked', 'date_range', 'deblur', 'deck', @@ -504,6 +558,7 @@ export const icons = [ 'description', 'deselect', 'design_services', + 'desk', 'desktop_access_disabled', 'desktop_mac', 'desktop_windows', @@ -515,7 +570,9 @@ export const icons = [ 'device_thermostat', 'device_unknown', 'devices', + 'devices_fold', 'devices_other', + 'dew_point', 'dialer_sip', 'dialpad', 'diamond', @@ -530,12 +587,14 @@ export const icons = [ 'directions_bus_filled', 'directions_car', 'directions_car_filled', + 'directions_ferry', 'directions_off', 'directions_railway', 'directions_railway_filled', 'directions_run', 'directions_subway', 'directions_subway_filled', + 'directions_train', 'directions_transit', 'directions_transit_filled', 'directions_walk', @@ -543,8 +602,13 @@ export const icons = [ 'disabled_by_default', 'disabled_visible', 'disc_full', + 'discord', 'discount', 'display_settings', + 'diversity_1', + 'diversity_2', + 'diversity_3', + 'dnd_forwardslash', 'dns', 'do_disturb', 'do_disturb_alt', @@ -584,6 +648,7 @@ export const icons = [ 'draw', 'drive_eta', 'drive_file_move', + 'drive_file_move_outline', 'drive_file_move_rtl', 'drive_file_rename_outline', 'drive_folder_upload', @@ -597,24 +662,29 @@ export const icons = [ 'earbuds', 'earbuds_battery', 'east', + 'eco', 'edgesensor_high', 'edgesensor_low', 'edit', 'edit_attributes', 'edit_calendar', + 'edit_document', 'edit_location', 'edit_location_alt', 'edit_note', 'edit_notifications', 'edit_off', 'edit_road', + 'edit_square', 'egg', 'egg_alt', 'eject', 'elderly', 'elderly_woman', 'electric_bike', + 'electric_bolt', 'electric_car', + 'electric_meter', 'electric_moped', 'electric_rickshaw', 'electric_scooter', @@ -622,15 +692,20 @@ export const icons = [ 'elevator', 'email', 'emergency', + 'emergency_recording', + 'emergency_share', 'emoji_emotions', 'emoji_events', + 'emoji_flags', 'emoji_food_beverage', 'emoji_nature', 'emoji_objects', 'emoji_people', 'emoji_symbols', 'emoji_transportation', + 'energy_savings_leaf', 'engineering', + 'enhance_photo_translate', 'enhanced_encryption', 'equalizer', 'error', @@ -655,6 +730,8 @@ export const icons = [ 'explore', 'explore_off', 'exposure', + 'exposure_minus_1', + 'exposure_minus_2', 'exposure_neg_1', 'exposure_neg_2', 'exposure_plus_1', @@ -663,8 +740,15 @@ export const icons = [ 'extension', 'extension_off', 'face', + 'face_2', + 'face_3', + 'face_4', + 'face_5', + 'face_6', 'face_retouching_natural', 'face_retouching_off', + 'face_unlock', + 'facebook', 'fact_check', 'factory', 'family_restroom', @@ -673,6 +757,7 @@ export const icons = [ 'fastfood', 'favorite', 'favorite_border', + 'favorite_outline', 'fax', 'featured_play_list', 'featured_video', @@ -693,6 +778,7 @@ export const icons = [ 'file_open', 'file_present', 'file_upload', + 'file_upload_off', 'filter', 'filter_1', 'filter_2', @@ -712,6 +798,7 @@ export const icons = [ 'filter_frames', 'filter_hdr', 'filter_list', + 'filter_list_alt', 'filter_list_off', 'filter_none', 'filter_tilt_shift', @@ -720,6 +807,9 @@ export const icons = [ 'find_replace', 'fingerprint', 'fire_extinguisher', + 'fire_hydrant', + 'fire_hydrant_alt', + 'fire_truck', 'fireplace', 'first_page', 'fit_screen', @@ -744,10 +834,13 @@ export const icons = [ 'flip_camera_ios', 'flip_to_back', 'flip_to_front', + 'flood', 'flourescent', + 'fluorescent', 'flutter_dash', 'fmd_bad', 'fmd_good', + 'foggy', 'folder', 'folder_copy', 'folder_delete', @@ -763,6 +856,7 @@ export const icons = [ 'forest', 'fork_left', 'fork_right', + 'forklift', 'format_align_center', 'format_align_justify', 'format_align_left', @@ -777,6 +871,7 @@ export const icons = [ 'format_italic', 'format_line_spacing', 'format_list_bulleted', + 'format_list_bulleted_add', 'format_list_numbered', 'format_list_numbered_rtl', 'format_overline', @@ -787,6 +882,7 @@ export const icons = [ 'format_strikethrough', 'format_textdirection_l_to_r', 'format_textdirection_r_to_l', + 'format_underline', 'format_underlined', 'fort', 'forum', @@ -799,6 +895,7 @@ export const icons = [ 'free_breakfast', 'free_cancellation', 'front_hand', + 'front_loader', 'fullscreen', 'fullscreen_exit', 'functions', @@ -807,6 +904,7 @@ export const icons = [ 'gamepad', 'games', 'garage', + 'gas_meter', 'gavel', 'generating_tokens', 'gesture', @@ -815,6 +913,7 @@ export const icons = [ 'gif_box', 'girl', 'gite', + 'goat', 'golf_course', 'gpp_bad', 'gpp_good', @@ -840,6 +939,8 @@ export const icons = [ 'group_remove', 'group_work', 'groups', + 'groups_2', + 'groups_3', 'h_mobiledata', 'h_plus_mobiledata', 'hail', @@ -867,6 +968,7 @@ export const icons = [ 'hearing', 'hearing_disabled', 'heart_broken', + 'heat_pump', 'height', 'help', 'help_center', @@ -879,6 +981,7 @@ export const icons = [ 'highlight', 'highlight_alt', 'highlight_off', + 'highlight_remove', 'hiking', 'history', 'history_edu', @@ -888,6 +991,7 @@ export const icons = [ 'hls_off', 'holiday_village', 'home', + 'home_filled', 'home_max', 'home_mini', 'home_repair_service', @@ -927,6 +1031,7 @@ export const icons = [ 'incomplete_circle', 'indeterminate_check_box', 'info', + 'info_outline', 'input', 'insert_chart', 'insert_chart_outlined', @@ -947,6 +1052,7 @@ export const icons = [ 'inventory_2', 'invert_colors', 'invert_colors_off', + 'invert_colors_on', 'ios_share', 'iron', 'iso', @@ -967,13 +1073,16 @@ export const icons = [ 'keyboard_arrow_up', 'keyboard_backspace', 'keyboard_capslock', + 'keyboard_command', 'keyboard_command_key', + 'keyboard_control', 'keyboard_control_key', 'keyboard_double_arrow_down', 'keyboard_double_arrow_left', 'keyboard_double_arrow_right', 'keyboard_double_arrow_up', 'keyboard_hide', + 'keyboard_option', 'keyboard_option_key', 'keyboard_return', 'keyboard_tab', @@ -983,9 +1092,12 @@ export const icons = [ 'kitesurfing', 'label', 'label_important', + 'label_important_outline', 'label_off', + 'label_outline', 'lan', 'landscape', + 'landslide', 'language', 'laptop', 'laptop_chromebook', @@ -998,6 +1110,7 @@ export const icons = [ 'leaderboard', 'leak_add', 'leak_remove', + 'leave_bags_at_home', 'legend_toggle', 'lens', 'lens_blur', @@ -1008,6 +1121,8 @@ export const icons = [ 'light', 'light_mode', 'lightbulb', + 'lightbulb_circle', + 'lightbulb_outline', 'line_axis', 'line_style', 'line_weight', @@ -1024,6 +1139,7 @@ export const icons = [ 'local_activity', 'local_airport', 'local_atm', + 'local_attraction', 'local_bar', 'local_cafe', 'local_car_wash', @@ -1048,18 +1164,24 @@ export const icons = [ 'local_play', 'local_police', 'local_post_office', + 'local_print_shop', 'local_printshop', + 'local_restaurant', 'local_see', 'local_shipping', 'local_taxi', 'location_city', 'location_disabled', + 'location_history', 'location_off', 'location_on', + 'location_pin', 'location_searching', 'lock', 'lock_clock', 'lock_open', + 'lock_outline', + 'lock_person', 'lock_reset', 'login', 'logo_dev', @@ -1079,11 +1201,18 @@ export const icons = [ 'lte_plus_mobiledata', 'luggage', 'lunch_dining', + 'lyrics', + 'macro_off', 'mail', + 'mail_lock', 'mail_outline', 'male', 'man', + 'man_2', + 'man_3', + 'man_4', 'manage_accounts', + 'manage_history', 'manage_search', 'map', 'maps_home_work', @@ -1102,6 +1231,7 @@ export const icons = [ 'media_bluetooth_off', 'media_bluetooth_on', 'mediation', + 'medical_information', 'medical_services', 'medication', 'medication_liquid', @@ -1113,6 +1243,8 @@ export const icons = [ 'merge', 'merge_type', 'message', + 'messenger', + 'messenger_outline', 'mic', 'mic_external_off', 'mic_external_on', @@ -1121,6 +1253,7 @@ export const icons = [ 'microwave', 'military_tech', 'minimize', + 'minor_crash', 'miscellaneous_services', 'missed_video_call', 'mms', @@ -1132,6 +1265,7 @@ export const icons = [ 'mode_comment', 'mode_edit', 'mode_edit_outline', + 'mode_fan_off', 'mode_night', 'mode_of_travel', 'mode_standby', @@ -1157,21 +1291,27 @@ export const icons = [ 'motion_photos_on', 'motion_photos_pause', 'motion_photos_paused', + 'motorcycle', 'mouse', 'move_down', 'move_to_inbox', 'move_up', 'movie', 'movie_creation', + 'movie_edit', 'movie_filter', 'moving', 'mp', 'multiline_chart', 'multiple_stop', + 'multitrack_audio', 'museum', 'music_note', 'music_off', 'music_video', + 'my_library_add', + 'my_library_books', + 'my_library_music', 'my_location', 'nat', 'nature', @@ -1183,11 +1323,15 @@ export const icons = [ 'near_me_disabled', 'nearby_error', 'nearby_off', + 'nest_cam_wired_stand', 'network_cell', 'network_check', 'network_locked', 'network_ping', 'network_wifi', + 'network_wifi_1_bar', + 'network_wifi_2_bar', + 'network_wifi_3_bar', 'new_label', 'new_releases', 'newspaper', @@ -1200,8 +1344,10 @@ export const icons = [ 'nightlight_round', 'nights_stay', 'no_accounts', + 'no_adult_content', 'no_backpack', 'no_cell', + 'no_crash', 'no_drinks', 'no_encryption', 'no_encryption_gmailerrorred', @@ -1209,11 +1355,14 @@ export const icons = [ 'no_food', 'no_luggage', 'no_meals', + 'no_meals_ouline', 'no_meeting_room', 'no_photography', 'no_sim', 'no_stroller', 'no_transfer', + 'noise_aware', + 'noise_control_off', 'nordic_walking', 'north', 'north_east', @@ -1232,11 +1381,16 @@ export const icons = [ 'notifications_active', 'notifications_none', 'notifications_off', + 'notifications_on', 'notifications_paused', + 'now_wallpaper', + 'now_widgets', 'numbers', 'offline_bolt', 'offline_pin', 'offline_share', + 'oil_barrel', + 'on_device_training', 'ondemand_video', 'online_prediction', 'opacity', @@ -1246,9 +1400,11 @@ export const icons = [ 'open_in_new_off', 'open_with', 'other_houses', + 'outbond', 'outbound', 'outbox', 'outdoor_grill', + 'outgoing_mail', 'outlet', 'outlined_flag', 'output', @@ -1257,10 +1413,12 @@ export const icons = [ 'pageview', 'paid', 'palette', + 'pallet', 'pan_tool', 'pan_tool_alt', 'panorama', 'panorama_fish_eye', + 'panorama_fisheye', 'panorama_horizontal', 'panorama_horizontal_select', 'panorama_photosphere', @@ -1273,6 +1431,7 @@ export const icons = [ 'park', 'party_mode', 'password', + 'paste', 'pattern', 'pause', 'pause_circle', @@ -1281,6 +1440,7 @@ export const icons = [ 'pause_presentation', 'payment', 'payments', + 'paypal', 'pedal_bike', 'pending', 'pending_actions', @@ -1290,14 +1450,19 @@ export const icons = [ 'people_outline', 'percent', 'perm_camera_mic', + 'perm_contact_cal', 'perm_contact_calendar', 'perm_data_setting', + 'perm_device_info', 'perm_device_information', 'perm_identity', 'perm_media', 'perm_phone_msg', 'perm_scan_wifi', 'person', + 'person_2', + 'person_3', + 'person_4', 'person_add', 'person_add_alt', 'person_add_alt_1', @@ -1351,6 +1516,7 @@ export const icons = [ 'picture_in_picture_alt', 'pie_chart', 'pie_chart_outline', + 'pie_chart_outlined', 'pin', 'pin_drop', 'pin_end', @@ -1362,6 +1528,7 @@ export const icons = [ 'plagiarism', 'play_arrow', 'play_circle', + 'play_circle_fill', 'play_circle_filled', 'play_circle_outline', 'play_disabled', @@ -1401,7 +1568,10 @@ export const icons = [ 'privacy_tip', 'private_connectivity', 'production_quantity_limits', + 'propane', + 'propane_tank', 'psychology', + 'psychology_alt', 'public', 'public_off', 'publish', @@ -1418,12 +1588,17 @@ export const icons = [ 'queue', 'queue_music', 'queue_play_next', + 'quick_contacts_dialer', + 'quick_contacts_mail', 'quickreply', 'quiz', + 'quora', 'r_mobiledata', 'radar', 'radio', 'radio_button_checked', + 'radio_button_off', + 'radio_button_on', 'radio_button_unchecked', 'railway_alert', 'ramen_dining', @@ -1434,6 +1609,7 @@ export const icons = [ 'raw_on', 'read_more', 'real_estate_agent', + 'rebase_edit', 'receipt', 'receipt_long', 'recent_actors', @@ -1441,6 +1617,7 @@ export const icons = [ 'record_voice_over', 'rectangle', 'recycling', + 'reddit', 'redeem', 'redo', 'reduce_capacity', @@ -1453,8 +1630,10 @@ export const icons = [ 'remove_from_queue', 'remove_moderator', 'remove_red_eye', + 'remove_road', 'remove_shopping_cart', 'reorder', + 'repartition', 'repeat', 'repeat_on', 'repeat_one', @@ -1484,6 +1663,8 @@ export const icons = [ 'ring_volume', 'rocket', 'rocket_launch', + 'roller_shades', + 'roller_shades_closed', 'roller_skating', 'roofing', 'room', @@ -1507,6 +1688,7 @@ export const icons = [ 'run_circle', 'running_with_errors', 'rv_hookup', + 'safety_check', 'safety_divider', 'sailing', 'sanitizer', @@ -1531,9 +1713,11 @@ export const icons = [ 'screen_lock_portrait', 'screen_lock_rotation', 'screen_rotation', + 'screen_rotation_alt', 'screen_search_desktop', 'screen_share', 'screenshot', + 'screenshot_monitor', 'scuba_diving', 'sd', 'sd_card', @@ -1554,6 +1738,7 @@ export const icons = [ 'send_time_extension', 'send_to_mobile', 'sensor_door', + 'sensor_occupied', 'sensor_window', 'sensors', 'sensors_off', @@ -1571,6 +1756,7 @@ export const icons = [ 'settings_bluetooth', 'settings_brightness', 'settings_cell', + 'settings_display', 'settings_ethernet', 'settings_input_antenna', 'settings_input_component', @@ -1584,13 +1770,18 @@ export const icons = [ 'settings_suggest', 'settings_system_daydream', 'settings_voice', + 'severe_cold', + 'shape_line', 'share', + 'share_arrival_time', 'share_location', + 'shelves', 'shield', 'shield_moon', 'shop', 'shop_2', 'shop_two', + 'shopify', 'shopping_bag', 'shopping_basket', 'shopping_cart', @@ -1603,23 +1794,50 @@ export const icons = [ 'shuffle_on', 'shutter_speed', 'sick', + 'sign_language', 'signal_cellular_0_bar', + 'signal_cellular_1_bar', + 'signal_cellular_2_bar', + 'signal_cellular_3_bar', 'signal_cellular_4_bar', 'signal_cellular_alt', + 'signal_cellular_alt_1_bar', + 'signal_cellular_alt_2_bar', 'signal_cellular_connected_no_internet_0_bar', + 'signal_cellular_connected_no_internet_1_bar', + 'signal_cellular_connected_no_internet_2_bar', + 'signal_cellular_connected_no_internet_3_bar', 'signal_cellular_connected_no_internet_4_bar', 'signal_cellular_no_sim', 'signal_cellular_nodata', 'signal_cellular_null', 'signal_cellular_off', 'signal_wifi_0_bar', + 'signal_wifi_1_bar', + 'signal_wifi_1_bar_lock', + 'signal_wifi_2_bar', + 'signal_wifi_2_bar_lock', + 'signal_wifi_3_bar', + 'signal_wifi_3_bar_lock', 'signal_wifi_4_bar', 'signal_wifi_4_bar_lock', 'signal_wifi_bad', + 'signal_wifi_connected_no_internet_0', + 'signal_wifi_connected_no_internet_1', + 'signal_wifi_connected_no_internet_2', + 'signal_wifi_connected_no_internet_3', 'signal_wifi_connected_no_internet_4', 'signal_wifi_off', + 'signal_wifi_statusbar_1_bar', + 'signal_wifi_statusbar_2_bar', + 'signal_wifi_statusbar_3_bar', 'signal_wifi_statusbar_4_bar', + 'signal_wifi_statusbar_connected_no_internet', + 'signal_wifi_statusbar_connected_no_internet_1', + 'signal_wifi_statusbar_connected_no_internet_2', + 'signal_wifi_statusbar_connected_no_internet_3', 'signal_wifi_statusbar_connected_no_internet_4', + 'signal_wifi_statusbar_not_connected', 'signal_wifi_statusbar_null', 'signpost', 'sim_card', @@ -1642,15 +1860,19 @@ export const icons = [ 'smoking_rooms', 'sms', 'sms_failed', + 'snapchat', 'snippet_folder', 'snooze', 'snowboarding', + 'snowing', 'snowmobile', 'snowshoeing', 'soap', 'social_distance', + 'solar_power', 'sort', 'sort_by_alpha', + 'sos', 'soup_kitchen', 'source', 'south', @@ -1660,6 +1882,9 @@ export const icons = [ 'spa', 'space_bar', 'space_dashboard', + 'spatial_audio', + 'spatial_audio_off', + 'spatial_tracking', 'speaker', 'speaker_group', 'speaker_notes', @@ -1734,6 +1959,8 @@ export const icons = [ 'subtitles_off', 'subway', 'summarize', + 'sunny', + 'sunny_snowing', 'superscript', 'supervised_user_circle', 'supervisor_account', @@ -1745,6 +1972,7 @@ export const icons = [ 'swap_horiz', 'swap_horizontal_circle', 'swap_vert', + 'swap_vert_circle', 'swap_vertical_circle', 'swipe', 'swipe_down', @@ -1774,6 +2002,7 @@ export const icons = [ 'system_security_update_warning', 'system_update', 'system_update_alt', + 'system_update_tv', 'tab', 'tab_unselected', 'table_bar', @@ -1792,6 +2021,7 @@ export const icons = [ 'task', 'task_alt', 'taxi_alert', + 'telegram', 'temple_buddhist', 'temple_hindu', 'terminal', @@ -1820,6 +2050,8 @@ export const icons = [ 'thumb_up_alt', 'thumb_up_off_alt', 'thumbs_up_down', + 'thunderstorm', + 'tiktok', 'time_to_leave', 'timelapse', 'timeline', @@ -1840,6 +2072,7 @@ export const icons = [ 'toll', 'tonality', 'topic', + 'tornado', 'touch_app', 'tour', 'toys', @@ -1847,6 +2080,7 @@ export const icons = [ 'traffic', 'train', 'tram', + 'transcribe', 'transfer_within_a_station', 'transform', 'transgender', @@ -1855,9 +2089,13 @@ export const icons = [ 'travel_explore', 'trending_down', 'trending_flat', + 'trending_neutral', 'trending_up', 'trip_origin', + 'trolley', + 'troubleshoot', 'try', + 'tsunami', 'tty', 'tune', 'tungsten', @@ -1872,13 +2110,16 @@ export const icons = [ 'tv', 'tv_off', 'two_wheeler', + 'type_specimen', 'u_turn_left', 'u_turn_right', 'umbrella', 'unarchive', 'undo', 'unfold_less', + 'unfold_less_double', 'unfold_more', + 'unfold_more_double', 'unpublished', 'unsubscribe', 'upcoming', @@ -1898,11 +2139,15 @@ export const icons = [ 'vertical_align_center', 'vertical_align_top', 'vertical_distribute', + 'vertical_shades', + 'vertical_shades_closed', 'vertical_split', 'vibration', 'video_call', 'video_camera_back', 'video_camera_front', + 'video_chat', + 'video_collection', 'video_file', 'video_label', 'video_library', @@ -1916,6 +2161,7 @@ export const icons = [ 'view_array', 'view_carousel', 'view_column', + 'view_comfortable', 'view_comfy', 'view_comfy_alt', 'view_compact', @@ -1939,7 +2185,9 @@ export const icons = [ 'voice_chat', 'voice_over_off', 'voicemail', + 'volcano', 'volume_down', + 'volume_down_alt', 'volume_mute', 'volume_off', 'volume_up', @@ -1948,6 +2196,10 @@ export const icons = [ 'vpn_key_off', 'vpn_lock', 'vrpano', + 'wallet', + 'wallet_giftcard', + 'wallet_membership', + 'wallet_travel', 'wallpaper', 'warehouse', 'warning', @@ -1968,21 +2220,30 @@ export const icons = [ 'wb_iridescent', 'wb_shade', 'wb_sunny', + 'wb_twighlight', 'wb_twilight', 'wc', 'web', 'web_asset', 'web_asset_off', + 'web_stories', 'webhook', + 'wechat', 'weekend', 'west', - 'whatsapp', 'whatshot', 'wheelchair_pickup', 'where_to_vote', 'widgets', + 'width_full', + 'width_normal', + 'width_wide', 'wifi', + 'wifi_1_bar', + 'wifi_2_bar', 'wifi_calling', + 'wifi_calling_1', + 'wifi_calling_2', 'wifi_calling_3', 'wifi_channel', 'wifi_find', @@ -1992,15 +2253,23 @@ export const icons = [ 'wifi_protected_setup', 'wifi_tethering', 'wifi_tethering_error', + 'wifi_tethering_error_rounded', 'wifi_tethering_off', + 'wind_power', 'window', 'wine_bar', 'woman', + 'woman_2', + 'woo_commerce', + 'wordpress', 'work', + 'work_history', 'work_off', 'work_outline', 'workspace_premium', 'workspaces', + 'workspaces_filled', + 'workspaces_outline', 'wrap_text', 'wrong_location', 'wysiwyg', @@ -2013,4 +2282,4 @@ export const icons = [ ] as const; // Turns the Icon array into a union type of icons -export type IconType = typeof icons[number]; +export type IconType = (typeof icons)[number]; diff --git a/src/core/InfoTooltip/__snapshots__/InfoTooltip.test.tsx.snap b/src/core/InfoTooltip/__snapshots__/InfoTooltip.test.tsx.snap index 2af898dc1..95aaad469 100644 --- a/src/core/InfoTooltip/__snapshots__/InfoTooltip.test.tsx.snap +++ b/src/core/InfoTooltip/__snapshots__/InfoTooltip.test.tsx.snap @@ -8,7 +8,7 @@ exports[`Component: InfoTooltip ui custom content 1`] = ` tabindex="0" > info @@ -25,7 +25,7 @@ exports[`Component: InfoTooltip ui default 1`] = ` tabindex="0" > info diff --git a/src/core/NavigationItem/__snapshots__/NavigationItem.test.tsx.snap b/src/core/NavigationItem/__snapshots__/NavigationItem.test.tsx.snap index 8166bb770..235a6bd85 100644 --- a/src/core/NavigationItem/__snapshots__/NavigationItem.test.tsx.snap +++ b/src/core/NavigationItem/__snapshots__/NavigationItem.test.tsx.snap @@ -10,7 +10,7 @@ exports[`Component: NavigationItem ui default 1`] = ` href="[object Object]" > dashboard diff --git a/src/core/OpenClose/__snapshots__/OpenClose.test.tsx.snap b/src/core/OpenClose/__snapshots__/OpenClose.test.tsx.snap index 395c08306..6a5f9e02b 100644 --- a/src/core/OpenClose/__snapshots__/OpenClose.test.tsx.snap +++ b/src/core/OpenClose/__snapshots__/OpenClose.test.tsx.snap @@ -3,7 +3,7 @@ exports[`Component: OpenClose ui open 1`] = `
expand_more diff --git a/src/core/OpenCloseModal/__snapshots__/OpenCloseModal.test.tsx.snap b/src/core/OpenCloseModal/__snapshots__/OpenCloseModal.test.tsx.snap index 36424815a..d021e41fe 100644 --- a/src/core/OpenCloseModal/__snapshots__/OpenCloseModal.test.tsx.snap +++ b/src/core/OpenCloseModal/__snapshots__/OpenCloseModal.test.tsx.snap @@ -139,7 +139,7 @@ exports[`Component: OpenCloseModal ui in progress 1`] = ` class="d-flex justify-content-center align-items-center" > cancel @@ -330,7 +330,7 @@ exports[`Component: OpenCloseModal ui open 1`] = ` class="d-flex justify-content-center align-items-center" > cancel @@ -349,7 +349,7 @@ exports[`Component: OpenCloseModal ui open 1`] = ` class="d-flex justify-content-center align-items-center" > save diff --git a/src/core/Pager/__snapshots__/Pager.test.tsx.snap b/src/core/Pager/__snapshots__/Pager.test.tsx.snap index 76405213b..98951f73a 100644 --- a/src/core/Pager/__snapshots__/Pager.test.tsx.snap +++ b/src/core/Pager/__snapshots__/Pager.test.tsx.snap @@ -16,7 +16,7 @@ exports[`Component: Pager ui normal 1`] = ` class="d-flex justify-content-center align-items-center" > arrow_back @@ -36,7 +36,7 @@ exports[`Component: Pager ui normal 1`] = ` > Next arrow_forward diff --git a/src/core/Pagination/__snapshots__/Pagination.test.tsx.snap b/src/core/Pagination/__snapshots__/Pagination.test.tsx.snap index d1417ca5f..2ed1d4ee1 100644 --- a/src/core/Pagination/__snapshots__/Pagination.test.tsx.snap +++ b/src/core/Pagination/__snapshots__/Pagination.test.tsx.snap @@ -19,7 +19,7 @@ exports[`Component: Pagination ui first page 1`] = ` class="page-link" > arrow_back @@ -105,7 +105,7 @@ exports[`Component: Pagination ui first page 1`] = ` type="button" > arrow_forward @@ -142,7 +142,7 @@ exports[`Component: Pagination ui last page 1`] = ` class="page-link" > arrow_back @@ -228,7 +228,7 @@ exports[`Component: Pagination ui last page 1`] = ` type="button" > arrow_forward @@ -265,7 +265,7 @@ exports[`Component: Pagination ui middle 1`] = ` class="page-link" > arrow_back @@ -352,7 +352,7 @@ exports[`Component: Pagination ui middle 1`] = ` type="button" > arrow_forward diff --git a/src/core/SearchInput/__snapshots__/SearchInput.test.tsx.snap b/src/core/SearchInput/__snapshots__/SearchInput.test.tsx.snap index 17dd02c67..0e6a7f99c 100644 --- a/src/core/SearchInput/__snapshots__/SearchInput.test.tsx.snap +++ b/src/core/SearchInput/__snapshots__/SearchInput.test.tsx.snap @@ -12,7 +12,7 @@ exports[`Component: SearchInput ui default 1`] = ` class="input-group-text" > search @@ -36,7 +36,7 @@ exports[`Component: SearchInput ui with value 1`] = ` class="search-input" > close @@ -47,7 +47,7 @@ exports[`Component: SearchInput ui with value 1`] = ` class="input-group-text" > search diff --git a/src/core/SubmitButton/__snapshots__/SubmitButton.test.tsx.snap b/src/core/SubmitButton/__snapshots__/SubmitButton.test.tsx.snap index cfa9c2c89..406c53030 100644 --- a/src/core/SubmitButton/__snapshots__/SubmitButton.test.tsx.snap +++ b/src/core/SubmitButton/__snapshots__/SubmitButton.test.tsx.snap @@ -50,7 +50,7 @@ exports[`Component: SubmitButton ui with all required props 1`] = ` class="d-flex justify-content-center align-items-center" > save diff --git a/src/core/SuccessIcon/__snapshots__/SuccessIcon.test.tsx.snap b/src/core/SuccessIcon/__snapshots__/SuccessIcon.test.tsx.snap index ebf599209..0c5fa852f 100644 --- a/src/core/SuccessIcon/__snapshots__/SuccessIcon.test.tsx.snap +++ b/src/core/SuccessIcon/__snapshots__/SuccessIcon.test.tsx.snap @@ -3,7 +3,7 @@ exports[`Component: SuccessIcon ui value true 1`] = `
done diff --git a/src/form/AddonIcon/__snapshots__/AddonIcon.test.tsx.snap b/src/form/AddonIcon/__snapshots__/AddonIcon.test.tsx.snap index f57fd18d2..7692887e4 100644 --- a/src/form/AddonIcon/__snapshots__/AddonIcon.test.tsx.snap +++ b/src/form/AddonIcon/__snapshots__/AddonIcon.test.tsx.snap @@ -6,7 +6,7 @@ exports[`Component: AddonIcon ui 1`] = ` class="input-group-text" > 360 diff --git a/src/form/DateTimeInput/DateTimeModal/__snapshots__/DateTimeModal.test.tsx.snap b/src/form/DateTimeInput/DateTimeModal/__snapshots__/DateTimeModal.test.tsx.snap index a5bcdac7e..042116d97 100644 --- a/src/form/DateTimeInput/DateTimeModal/__snapshots__/DateTimeModal.test.tsx.snap +++ b/src/form/DateTimeInput/DateTimeModal/__snapshots__/DateTimeModal.test.tsx.snap @@ -484,7 +484,7 @@ exports[`Component: DateTimeModal ui default 1`] = ` class="d-flex justify-content-center align-items-center" > cancel @@ -503,7 +503,7 @@ exports[`Component: DateTimeModal ui default 1`] = ` class="d-flex justify-content-center align-items-center" > save diff --git a/src/form/DateTimeInput/__snapshots__/DateTimeInput.test.tsx.snap b/src/form/DateTimeInput/__snapshots__/DateTimeInput.test.tsx.snap index 7bad5b027..0b1b0754a 100644 --- a/src/form/DateTimeInput/__snapshots__/DateTimeInput.test.tsx.snap +++ b/src/form/DateTimeInput/__snapshots__/DateTimeInput.test.tsx.snap @@ -39,7 +39,7 @@ exports[`Component: DateTimeInput ui visible label 1`] = ` class="input-group-text" > close @@ -970,7 +970,7 @@ exports[`Component: DateTimeInput ui with date picker in modal 1`] = ` class="d-flex justify-content-center align-items-center" > cancel @@ -989,7 +989,7 @@ exports[`Component: DateTimeInput ui with date picker in modal 1`] = ` class="d-flex justify-content-center align-items-center" > save diff --git a/src/form/FileInput/__snapshots__/FileInput.test.tsx.snap b/src/form/FileInput/__snapshots__/FileInput.test.tsx.snap index 5c76cc8c4..a7d372ba8 100644 --- a/src/form/FileInput/__snapshots__/FileInput.test.tsx.snap +++ b/src/form/FileInput/__snapshots__/FileInput.test.tsx.snap @@ -39,7 +39,7 @@ exports[`Component: FileInput ui with value 1`] = ` class="d-flex justify-content-center align-items-center" > delete diff --git a/src/form/FormButton/__snapshots__/FormButton.test.tsx.snap b/src/form/FormButton/__snapshots__/FormButton.test.tsx.snap index 3f7e0f0f7..e4d276a0d 100644 --- a/src/form/FormButton/__snapshots__/FormButton.test.tsx.snap +++ b/src/form/FormButton/__snapshots__/FormButton.test.tsx.snap @@ -13,7 +13,7 @@ exports[`Component: FormButton ui 1`] = ` class="d-flex justify-content-center align-items-center" > save diff --git a/src/form/IconPicker/__snapshots__/IconPicker.test.tsx.snap b/src/form/IconPicker/__snapshots__/IconPicker.test.tsx.snap index 8be19862c..c8f62443c 100644 --- a/src/form/IconPicker/__snapshots__/IconPicker.test.tsx.snap +++ b/src/form/IconPicker/__snapshots__/IconPicker.test.tsx.snap @@ -47,7 +47,7 @@ exports[`Component: IconPicker ui with selected value 1`] = ` class="d-flex justify-content-between" > 3d_rotation diff --git a/src/form/ImageUpload/__snapshots__/ImageUpload.test.tsx.snap b/src/form/ImageUpload/__snapshots__/ImageUpload.test.tsx.snap index 64962c688..58b206281 100644 --- a/src/form/ImageUpload/__snapshots__/ImageUpload.test.tsx.snap +++ b/src/form/ImageUpload/__snapshots__/ImageUpload.test.tsx.snap @@ -33,7 +33,7 @@ exports[`Component: ImageUpload ui edit as circle 1`] = ` class="button mt-2 secondary d-inline-block" > rotate_left @@ -43,7 +43,7 @@ exports[`Component: ImageUpload ui edit as circle 1`] = ` class="button ms-1 mt-2 secondary d-inline-block" > rotate_right @@ -60,7 +60,7 @@ exports[`Component: ImageUpload ui edit as circle 1`] = ` class="d-flex justify-content-center align-items-center" > cancel @@ -79,7 +79,7 @@ exports[`Component: ImageUpload ui edit as circle 1`] = ` class="d-flex justify-content-center align-items-center" > done @@ -127,7 +127,7 @@ exports[`Component: ImageUpload ui edit as rect 1`] = ` class="button mt-2 secondary d-inline-block" > rotate_left @@ -137,7 +137,7 @@ exports[`Component: ImageUpload ui edit as rect 1`] = ` class="button ms-1 mt-2 secondary d-inline-block" > rotate_right @@ -154,7 +154,7 @@ exports[`Component: ImageUpload ui edit as rect 1`] = ` class="d-flex justify-content-center align-items-center" > cancel @@ -173,7 +173,7 @@ exports[`Component: ImageUpload ui edit as rect 1`] = ` class="d-flex justify-content-center align-items-center" > done @@ -225,7 +225,7 @@ exports[`Component: ImageUpload ui file-selected as circle 1`] = ` class="d-flex justify-content-center align-items-center" > camera_roll @@ -244,7 +244,7 @@ exports[`Component: ImageUpload ui file-selected as circle 1`] = ` class="d-flex justify-content-center align-items-center" > delete @@ -290,7 +290,7 @@ exports[`Component: ImageUpload ui file-selected as rect 1`] = ` class="d-flex justify-content-center align-items-center" > camera_roll @@ -309,7 +309,7 @@ exports[`Component: ImageUpload ui file-selected as rect 1`] = ` class="d-flex justify-content-center align-items-center" > delete @@ -346,7 +346,7 @@ exports[`Component: ImageUpload ui no-file 1`] = ` class="img-upload-wrapper bg-faded text-muted" > add_a_photo diff --git a/src/form/ModalPicker/__snapshots__/EmptyModal.test.tsx.snap b/src/form/ModalPicker/__snapshots__/EmptyModal.test.tsx.snap index 615ae890e..020ebedf5 100644 --- a/src/form/ModalPicker/__snapshots__/EmptyModal.test.tsx.snap +++ b/src/form/ModalPicker/__snapshots__/EmptyModal.test.tsx.snap @@ -12,32 +12,32 @@ exports[`Component: EmptyModal mode: empty 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -46,7 +46,7 @@ exports[`Component: EmptyModal mode: empty 1`] = ` class="state-content" > laptop @@ -78,32 +78,32 @@ exports[`Component: EmptyModal mode: no-results 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -112,7 +112,7 @@ exports[`Component: EmptyModal mode: no-results 1`] = ` class="state-content" > search diff --git a/src/form/ModalPicker/__snapshots__/ModalPicker.test.tsx.snap b/src/form/ModalPicker/__snapshots__/ModalPicker.test.tsx.snap index 6ed64d255..4290e0ad1 100644 --- a/src/form/ModalPicker/__snapshots__/ModalPicker.test.tsx.snap +++ b/src/form/ModalPicker/__snapshots__/ModalPicker.test.tsx.snap @@ -55,7 +55,7 @@ exports[`Component: ModalPicker ui default 1`] = ` class="input-group-text" > search @@ -104,7 +104,7 @@ exports[`Component: ModalPicker ui default 1`] = ` class="page-link" > arrow_back @@ -149,7 +149,7 @@ exports[`Component: ModalPicker ui default 1`] = ` type="button" > arrow_forward @@ -244,7 +244,7 @@ exports[`Component: ModalPicker ui loading 1`] = ` class="input-group-text" > search @@ -277,32 +277,32 @@ exports[`Component: ModalPicker ui loading 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt @@ -356,7 +356,7 @@ exports[`Component: ModalPicker ui loading 1`] = ` class="page-link" > arrow_back @@ -401,7 +401,7 @@ exports[`Component: ModalPicker ui loading 1`] = ` type="button" > arrow_forward diff --git a/src/form/ModalPicker/multiple/__snapshots__/ModalPickerMultiple.test.tsx.snap b/src/form/ModalPicker/multiple/__snapshots__/ModalPickerMultiple.test.tsx.snap index e8d962e26..e980fcce5 100644 --- a/src/form/ModalPicker/multiple/__snapshots__/ModalPickerMultiple.test.tsx.snap +++ b/src/form/ModalPicker/multiple/__snapshots__/ModalPickerMultiple.test.tsx.snap @@ -76,7 +76,7 @@ exports[`Component: ModalPickerMultiple ui default: modal 1`] = ` class="input-group-text" > search @@ -238,7 +238,7 @@ exports[`Component: ModalPickerMultiple ui loading 1`] = ` class="input-group-text" > search @@ -271,32 +271,32 @@ exports[`Component: ModalPickerMultiple ui loading 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt diff --git a/src/form/ModalPicker/single/__snapshots__/ModalPickerSingle.test.tsx.snap b/src/form/ModalPicker/single/__snapshots__/ModalPickerSingle.test.tsx.snap index 859fcd4e2..206db1362 100644 --- a/src/form/ModalPicker/single/__snapshots__/ModalPickerSingle.test.tsx.snap +++ b/src/form/ModalPicker/single/__snapshots__/ModalPickerSingle.test.tsx.snap @@ -76,7 +76,7 @@ exports[`Component: ModalPickerSingle ui default: modal 1`] = ` class="input-group-text" > search @@ -226,7 +226,7 @@ exports[`Component: ModalPickerSingle ui loading 1`] = ` class="input-group-text" > search @@ -259,32 +259,32 @@ exports[`Component: ModalPickerSingle ui loading 1`] = ` class="state-icons" > add contrast photo folder_open radio_button_unchecked bolt diff --git a/src/form/NewPasswordInput/PasswordStrength/__snapshots__/PasswordStrength.test.tsx.snap b/src/form/NewPasswordInput/PasswordStrength/__snapshots__/PasswordStrength.test.tsx.snap index e23474a7c..b02a18bff 100644 --- a/src/form/NewPasswordInput/PasswordStrength/__snapshots__/PasswordStrength.test.tsx.snap +++ b/src/form/NewPasswordInput/PasswordStrength/__snapshots__/PasswordStrength.test.tsx.snap @@ -28,7 +28,7 @@ exports[`Component: PasswordStrength ui default 1`] = ` class="d-flex" > cancel @@ -41,7 +41,7 @@ exports[`Component: PasswordStrength ui default 1`] = ` class="d-flex" > cancel diff --git a/src/form/NewPasswordInput/__snapshots__/NewPasswordInput.test.tsx.snap b/src/form/NewPasswordInput/__snapshots__/NewPasswordInput.test.tsx.snap index 3d2eafa48..28636ba6d 100644 --- a/src/form/NewPasswordInput/__snapshots__/NewPasswordInput.test.tsx.snap +++ b/src/form/NewPasswordInput/__snapshots__/NewPasswordInput.test.tsx.snap @@ -47,7 +47,7 @@ exports[`Component: NewPasswordInput ui 1`] = ` class="d-flex" > check_circle @@ -60,7 +60,7 @@ exports[`Component: NewPasswordInput ui 1`] = ` class="d-flex" > cancel @@ -73,7 +73,7 @@ exports[`Component: NewPasswordInput ui 1`] = ` class="d-flex" > cancel @@ -86,7 +86,7 @@ exports[`Component: NewPasswordInput ui 1`] = ` class="d-flex" > cancel @@ -99,7 +99,7 @@ exports[`Component: NewPasswordInput ui 1`] = ` class="d-flex" > cancel @@ -112,7 +112,7 @@ exports[`Component: NewPasswordInput ui 1`] = ` class="d-flex" > check_circle diff --git a/src/form/ValuePicker/__snapshots__/ValuePicker.test.tsx.snap b/src/form/ValuePicker/__snapshots__/ValuePicker.test.tsx.snap index d4d590810..dbf1f569a 100644 --- a/src/form/ValuePicker/__snapshots__/ValuePicker.test.tsx.snap +++ b/src/form/ValuePicker/__snapshots__/ValuePicker.test.tsx.snap @@ -88,7 +88,7 @@ exports[`Component: ValuePicker multiple ModalPickerMultiple should render a \`M type="button" > face @@ -148,7 +148,7 @@ exports[`Component: ValuePicker single ModalPickerSingle should render a \`Modal type="button" > face diff --git a/src/index.ts b/src/index.ts index 5e236ecb7..c623f4288 100644 --- a/src/index.ts +++ b/src/index.ts @@ -232,7 +232,7 @@ export { useHover } from './hooks/useHover/useHover'; export { useBootstrapSize } from './hooks/useBootstrapSize/useBootstrapSize'; // Types -export type { Color } from './core/types'; +export type { Color, TippyPlacement } from './core/types'; export type { FieldCompatible, MetaError, Meta } from './form/types'; export type { Options, diff --git a/src/styling/_icons.scss b/src/styling/_icons.scss index 908f2cf2a..14f579068 100644 --- a/src/styling/_icons.scss +++ b/src/styling/_icons.scss @@ -1,14 +1,44 @@ -/* fallback */ @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; - src: url('https://fonts.gstatic.com/s/materialicons/v118/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2') format('woff2'); + src: url('https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2') format('woff2'); + font-display: swap; +} + +@font-face { + font-family: 'Material Icons Outlined'; + font-style: normal; + font-weight: 400; + src: url('https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2') format('woff2'); + font-display: swap; +} + +@font-face { + font-family: 'Material Icons Rounded'; + font-style: normal; + font-weight: 400; + src: url('https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2') format('woff2'); + font-display: swap; +} + +@font-face { + font-family: 'Material Icons Sharp'; + font-style: normal; + font-weight: 400; + src: url('https://fonts.gstatic.com/s/materialiconssharp/v109/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2') format('woff2'); + font-display: swap; +} + +@font-face { + font-family: 'Material Icons Two tone'; + font-style: normal; + font-weight: 400; + src: url('https://fonts.gstatic.com/s/materialiconstwotone/v112/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0NjbrHg.woff2') format('woff2'); font-display: swap; } .material-icons { - font-family: 'Material Icons', sans-serif; font-weight: normal; font-style: normal; font-size: 24px; @@ -23,4 +53,24 @@ -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; user-select: none; + + &__filled { + font-family: 'Material Icons', sans-serif; + } + + &__outlined { + font-family: 'Material Icons Outlined', sans-serif; + } + + &__rounded { + font-family: 'Material Icons Rounded', sans-serif; + } + + &__sharp { + font-family: 'Material Icons Sharp', sans-serif; + } + + &__two-tone { + font-family: 'Material Icons Two tone', sans-serif; + } } diff --git a/src/table/CrudTable/__snapshots__/CrudTable.test.tsx.snap b/src/table/CrudTable/__snapshots__/CrudTable.test.tsx.snap index c52a0f163..e30eff22c 100644 --- a/src/table/CrudTable/__snapshots__/CrudTable.test.tsx.snap +++ b/src/table/CrudTable/__snapshots__/CrudTable.test.tsx.snap @@ -15,7 +15,7 @@ exports[`Component: CrudTable ui default 1`] = ` class="input-group-text" > search diff --git a/src/table/EpicTable/widgets/EpicDetail/__snapshots__/EpicDetail.test.tsx.snap b/src/table/EpicTable/widgets/EpicDetail/__snapshots__/EpicDetail.test.tsx.snap index 162a2b2c4..1c1127104 100644 --- a/src/table/EpicTable/widgets/EpicDetail/__snapshots__/EpicDetail.test.tsx.snap +++ b/src/table/EpicTable/widgets/EpicDetail/__snapshots__/EpicDetail.test.tsx.snap @@ -9,7 +9,7 @@ exports[`Component: EpicDetail ui 1`] = ` class="d-flex align-items-center border-bottom" > close diff --git a/src/table/EpicTable/widgets/EpicExpander/__snapshots__/EpicExpander.test.tsx.snap b/src/table/EpicTable/widgets/EpicExpander/__snapshots__/EpicExpander.test.tsx.snap index 1f49225c5..da06eb4c2 100644 --- a/src/table/EpicTable/widgets/EpicExpander/__snapshots__/EpicExpander.test.tsx.snap +++ b/src/table/EpicTable/widgets/EpicExpander/__snapshots__/EpicExpander.test.tsx.snap @@ -6,7 +6,7 @@ exports[`Component: EpicExpander ui is open 1`] = ` class="button dark d-inline-block" > expand_less diff --git a/src/table/EpicTable/widgets/EpicSort/__snapshots__/EpicSort.test.tsx.snap b/src/table/EpicTable/widgets/EpicSort/__snapshots__/EpicSort.test.tsx.snap index 6de1b853f..348f06443 100644 --- a/src/table/EpicTable/widgets/EpicSort/__snapshots__/EpicSort.test.tsx.snap +++ b/src/table/EpicTable/widgets/EpicSort/__snapshots__/EpicSort.test.tsx.snap @@ -3,7 +3,7 @@ exports[`Component: EpicSort ui is ASC 1`] = `
arrow_drop_up