diff --git a/apps/partner-sas/next.config.ts b/apps/partner-sas/next.config.ts index 318b5fdeb..06b8472a3 100644 --- a/apps/partner-sas/next.config.ts +++ b/apps/partner-sas/next.config.ts @@ -3,14 +3,6 @@ import * as Sentry from "@sentry/nextjs" import type { NextConfig } from "next" const nextConfig: NextConfig = { - turbopack: { - rules: { - "*.svg": { - loaders: ["@svgr/webpack"], - as: "*.js", - }, - }, - }, env: { BRANCH: process.env.BRANCH || "local", GIT_SHA: process.env.COMMIT_REF || "", diff --git a/apps/partner-sas/package.json b/apps/partner-sas/package.json index aec36022d..f4c6b1c25 100644 --- a/apps/partner-sas/package.json +++ b/apps/partner-sas/package.json @@ -45,7 +45,6 @@ "@playwright/test": "^1.53.1", "@scandic-hotels/common": "workspace:*", "@scandic-hotels/typescript-config": "workspace:*", - "@svgr/webpack": "^8.1.0", "@swc/plugin-formatjs": "^3.2.2", "@types/node": "^20", "@types/react": "19.2.7", diff --git a/apps/scandic-web/next.config.ts b/apps/scandic-web/next.config.ts index ea6ca168e..5e8cb15fd 100644 --- a/apps/scandic-web/next.config.ts +++ b/apps/scandic-web/next.config.ts @@ -25,14 +25,6 @@ jiti("./env/server") jiti("./env/client") const nextConfig: NextConfig = { - turbopack: { - rules: { - "*.svg": { - loaders: ["@svgr/webpack"], - as: "*.js", - }, - }, - }, env: { BRANCH: process.env.BRANCH || "local", GIT_SHA: process.env.COMMIT_REF || "", diff --git a/apps/scandic-web/package.json b/apps/scandic-web/package.json index 63daae03f..2e6e22702 100644 --- a/apps/scandic-web/package.json +++ b/apps/scandic-web/package.json @@ -94,7 +94,6 @@ "@playwright/test": "^1.57.0", "@react-aria/test-utils": "1.0.0-alpha.8", "@scandic-hotels/typescript-config": "workspace:*", - "@svgr/webpack": "^8.1.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/adm-zip": "^0.5.7", diff --git a/packages/booking-flow/types/svg.d.ts b/packages/booking-flow/types/svg.d.ts deleted file mode 100644 index 25cf47937..000000000 --- a/packages/booking-flow/types/svg.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -declare module "*.svg" { - const ReactComponent: React.FunctionComponent< - React.SVGProps & { title?: string } - > - export default ReactComponent -} diff --git a/packages/design-system/lib/components/ChipStatic/variants.ts b/packages/design-system/lib/components/ChipStatic/variants.ts index 57920cf34..2ede64c09 100644 --- a/packages/design-system/lib/components/ChipStatic/variants.ts +++ b/packages/design-system/lib/components/ChipStatic/variants.ts @@ -1,23 +1,23 @@ -import { cva } from 'class-variance-authority' +import { cva } from "class-variance-authority" -import styles from './chip-static.module.css' +import styles from "./chip-static.module.css" export const config = { variants: { color: { - Subtle: styles['color-subtle'], - Disabled: styles['color-disabled'], - Neutral: styles['color-neutral'], + Subtle: styles["color-subtle"], + Disabled: styles["color-disabled"], + Neutral: styles["color-neutral"], }, size: { - xs: styles['size-xs'], - sm: styles['size-sm'], - lg: styles['size-lg'], + xs: styles["size-xs"], + sm: styles["size-sm"], + lg: styles["size-lg"], }, }, defaultVariants: { - color: 'Neutral', - size: 'sm', + color: "Neutral", + size: "sm", }, } as const diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated.tsx index 10d88dced..08e1b5c3b 100644 --- a/packages/design-system/lib/components/Icons/MaterialIcon/generated.tsx +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated.tsx @@ -1,1285 +1,650 @@ /* AUTO-GENERATED — DO NOT EDIT */ import type { FunctionComponent, SVGProps } from "react" +import { lazy } from "react" -import accessibilityoutlinedOutlined from "@material-symbols/svg-400/outlined/accessibility.svg" -import accessibilityoutlinedFilled from "@material-symbols/svg-400/outlined/accessibility-fill.svg" -import accessibilityroundedOutlined from "@material-symbols/svg-400/rounded/accessibility.svg" -import accessibilityroundedFilled from "@material-symbols/svg-400/rounded/accessibility-fill.svg" -import accessibilitysharpOutlined from "@material-symbols/svg-400/sharp/accessibility.svg" -import accessibilitysharpFilled from "@material-symbols/svg-400/sharp/accessibility-fill.svg" -import accessibleoutlinedOutlined from "@material-symbols/svg-400/outlined/accessible.svg" -import accessibleoutlinedFilled from "@material-symbols/svg-400/outlined/accessible-fill.svg" -import accessibleroundedOutlined from "@material-symbols/svg-400/rounded/accessible.svg" -import accessibleroundedFilled from "@material-symbols/svg-400/rounded/accessible-fill.svg" -import accessiblesharpOutlined from "@material-symbols/svg-400/sharp/accessible.svg" -import accessiblesharpFilled from "@material-symbols/svg-400/sharp/accessible-fill.svg" -import acuteoutlinedOutlined from "@material-symbols/svg-400/outlined/acute.svg" -import acuteoutlinedFilled from "@material-symbols/svg-400/outlined/acute-fill.svg" -import acuteroundedOutlined from "@material-symbols/svg-400/rounded/acute.svg" -import acuteroundedFilled from "@material-symbols/svg-400/rounded/acute-fill.svg" -import acutesharpOutlined from "@material-symbols/svg-400/sharp/acute.svg" -import acutesharpFilled from "@material-symbols/svg-400/sharp/acute-fill.svg" -import addoutlinedOutlined from "@material-symbols/svg-400/outlined/add.svg" -import addoutlinedFilled from "@material-symbols/svg-400/outlined/add-fill.svg" -import addroundedOutlined from "@material-symbols/svg-400/rounded/add.svg" -import addroundedFilled from "@material-symbols/svg-400/rounded/add-fill.svg" -import addsharpOutlined from "@material-symbols/svg-400/sharp/add.svg" -import addsharpFilled from "@material-symbols/svg-400/sharp/add-fill.svg" -import addCircleoutlinedOutlined from "@material-symbols/svg-400/outlined/add_circle.svg" -import addCircleoutlinedFilled from "@material-symbols/svg-400/outlined/add_circle-fill.svg" -import addCircleroundedOutlined from "@material-symbols/svg-400/rounded/add_circle.svg" -import addCircleroundedFilled from "@material-symbols/svg-400/rounded/add_circle-fill.svg" -import addCirclesharpOutlined from "@material-symbols/svg-400/sharp/add_circle.svg" -import addCirclesharpFilled from "@material-symbols/svg-400/sharp/add_circle-fill.svg" -import airoutlinedOutlined from "@material-symbols/svg-400/outlined/air.svg" -import airoutlinedFilled from "@material-symbols/svg-400/outlined/air-fill.svg" -import airroundedOutlined from "@material-symbols/svg-400/rounded/air.svg" -import airroundedFilled from "@material-symbols/svg-400/rounded/air-fill.svg" -import airsharpOutlined from "@material-symbols/svg-400/sharp/air.svg" -import airsharpFilled from "@material-symbols/svg-400/sharp/air-fill.svg" -import airPurifierGenoutlinedOutlined from "@material-symbols/svg-400/outlined/air_purifier_gen.svg" -import airPurifierGenoutlinedFilled from "@material-symbols/svg-400/outlined/air_purifier_gen-fill.svg" -import airPurifierGenroundedOutlined from "@material-symbols/svg-400/rounded/air_purifier_gen.svg" -import airPurifierGenroundedFilled from "@material-symbols/svg-400/rounded/air_purifier_gen-fill.svg" -import airPurifierGensharpOutlined from "@material-symbols/svg-400/sharp/air_purifier_gen.svg" -import airPurifierGensharpFilled from "@material-symbols/svg-400/sharp/air_purifier_gen-fill.svg" -import airlineSeatReclineNormaloutlinedOutlined from "@material-symbols/svg-400/outlined/airline_seat_recline_normal.svg" -import airlineSeatReclineNormaloutlinedFilled from "@material-symbols/svg-400/outlined/airline_seat_recline_normal-fill.svg" -import airlineSeatReclineNormalroundedOutlined from "@material-symbols/svg-400/rounded/airline_seat_recline_normal.svg" -import airlineSeatReclineNormalroundedFilled from "@material-symbols/svg-400/rounded/airline_seat_recline_normal-fill.svg" -import airlineSeatReclineNormalsharpOutlined from "@material-symbols/svg-400/sharp/airline_seat_recline_normal.svg" -import airlineSeatReclineNormalsharpFilled from "@material-symbols/svg-400/sharp/airline_seat_recline_normal-fill.svg" -import airplaneTicketoutlinedOutlined from "@material-symbols/svg-400/outlined/airplane_ticket.svg" -import airplaneTicketoutlinedFilled from "@material-symbols/svg-400/outlined/airplane_ticket-fill.svg" -import airplaneTicketroundedOutlined from "@material-symbols/svg-400/rounded/airplane_ticket.svg" -import airplaneTicketroundedFilled from "@material-symbols/svg-400/rounded/airplane_ticket-fill.svg" -import airplaneTicketsharpOutlined from "@material-symbols/svg-400/sharp/airplane_ticket.svg" -import airplaneTicketsharpFilled from "@material-symbols/svg-400/sharp/airplane_ticket-fill.svg" -import apartmentoutlinedOutlined from "@material-symbols/svg-400/outlined/apartment.svg" -import apartmentoutlinedFilled from "@material-symbols/svg-400/outlined/apartment-fill.svg" -import apartmentroundedOutlined from "@material-symbols/svg-400/rounded/apartment.svg" -import apartmentroundedFilled from "@material-symbols/svg-400/rounded/apartment-fill.svg" -import apartmentsharpOutlined from "@material-symbols/svg-400/sharp/apartment.svg" -import apartmentsharpFilled from "@material-symbols/svg-400/sharp/apartment-fill.svg" -import appareloutlinedOutlined from "@material-symbols/svg-400/outlined/apparel.svg" -import appareloutlinedFilled from "@material-symbols/svg-400/outlined/apparel-fill.svg" -import apparelroundedOutlined from "@material-symbols/svg-400/rounded/apparel.svg" -import apparelroundedFilled from "@material-symbols/svg-400/rounded/apparel-fill.svg" -import apparelsharpOutlined from "@material-symbols/svg-400/sharp/apparel.svg" -import apparelsharpFilled from "@material-symbols/svg-400/sharp/apparel-fill.svg" -import arrowBackoutlinedOutlined from "@material-symbols/svg-400/outlined/arrow_back.svg" -import arrowBackoutlinedFilled from "@material-symbols/svg-400/outlined/arrow_back-fill.svg" -import arrowBackroundedOutlined from "@material-symbols/svg-400/rounded/arrow_back.svg" -import arrowBackroundedFilled from "@material-symbols/svg-400/rounded/arrow_back-fill.svg" -import arrowBacksharpOutlined from "@material-symbols/svg-400/sharp/arrow_back.svg" -import arrowBacksharpFilled from "@material-symbols/svg-400/sharp/arrow_back-fill.svg" -import arrowBackIosoutlinedOutlined from "@material-symbols/svg-400/outlined/arrow_back_ios.svg" -import arrowBackIosoutlinedFilled from "@material-symbols/svg-400/outlined/arrow_back_ios-fill.svg" -import arrowBackIosroundedOutlined from "@material-symbols/svg-400/rounded/arrow_back_ios.svg" -import arrowBackIosroundedFilled from "@material-symbols/svg-400/rounded/arrow_back_ios-fill.svg" -import arrowBackIossharpOutlined from "@material-symbols/svg-400/sharp/arrow_back_ios.svg" -import arrowBackIossharpFilled from "@material-symbols/svg-400/sharp/arrow_back_ios-fill.svg" -import arrowForwardoutlinedOutlined from "@material-symbols/svg-400/outlined/arrow_forward.svg" -import arrowForwardoutlinedFilled from "@material-symbols/svg-400/outlined/arrow_forward-fill.svg" -import arrowForwardroundedOutlined from "@material-symbols/svg-400/rounded/arrow_forward.svg" -import arrowForwardroundedFilled from "@material-symbols/svg-400/rounded/arrow_forward-fill.svg" -import arrowForwardsharpOutlined from "@material-symbols/svg-400/sharp/arrow_forward.svg" -import arrowForwardsharpFilled from "@material-symbols/svg-400/sharp/arrow_forward-fill.svg" -import arrowForwardIosoutlinedOutlined from "@material-symbols/svg-400/outlined/arrow_forward_ios.svg" -import arrowForwardIosoutlinedFilled from "@material-symbols/svg-400/outlined/arrow_forward_ios-fill.svg" -import arrowForwardIosroundedOutlined from "@material-symbols/svg-400/rounded/arrow_forward_ios.svg" -import arrowForwardIosroundedFilled from "@material-symbols/svg-400/rounded/arrow_forward_ios-fill.svg" -import arrowForwardIossharpOutlined from "@material-symbols/svg-400/sharp/arrow_forward_ios.svg" -import arrowForwardIossharpFilled from "@material-symbols/svg-400/sharp/arrow_forward_ios-fill.svg" -import arrowRightoutlinedOutlined from "@material-symbols/svg-400/outlined/arrow_right.svg" -import arrowRightoutlinedFilled from "@material-symbols/svg-400/outlined/arrow_right-fill.svg" -import arrowRightroundedOutlined from "@material-symbols/svg-400/rounded/arrow_right.svg" -import arrowRightroundedFilled from "@material-symbols/svg-400/rounded/arrow_right-fill.svg" -import arrowRightsharpOutlined from "@material-symbols/svg-400/sharp/arrow_right.svg" -import arrowRightsharpFilled from "@material-symbols/svg-400/sharp/arrow_right-fill.svg" -import arrowUpwardoutlinedOutlined from "@material-symbols/svg-400/outlined/arrow_upward.svg" -import arrowUpwardoutlinedFilled from "@material-symbols/svg-400/outlined/arrow_upward-fill.svg" -import arrowUpwardroundedOutlined from "@material-symbols/svg-400/rounded/arrow_upward.svg" -import arrowUpwardroundedFilled from "@material-symbols/svg-400/rounded/arrow_upward-fill.svg" -import arrowUpwardsharpOutlined from "@material-symbols/svg-400/sharp/arrow_upward.svg" -import arrowUpwardsharpFilled from "@material-symbols/svg-400/sharp/arrow_upward-fill.svg" -import assistantNavigationoutlinedOutlined from "@material-symbols/svg-400/outlined/assistant_navigation.svg" -import assistantNavigationoutlinedFilled from "@material-symbols/svg-400/outlined/assistant_navigation-fill.svg" -import assistantNavigationroundedOutlined from "@material-symbols/svg-400/rounded/assistant_navigation.svg" -import assistantNavigationroundedFilled from "@material-symbols/svg-400/rounded/assistant_navigation-fill.svg" -import assistantNavigationsharpOutlined from "@material-symbols/svg-400/sharp/assistant_navigation.svg" -import assistantNavigationsharpFilled from "@material-symbols/svg-400/sharp/assistant_navigation-fill.svg" -import asteriskoutlinedOutlined from "@material-symbols/svg-400/outlined/asterisk.svg" -import asteriskoutlinedFilled from "@material-symbols/svg-400/outlined/asterisk-fill.svg" -import asteriskroundedOutlined from "@material-symbols/svg-400/rounded/asterisk.svg" -import asteriskroundedFilled from "@material-symbols/svg-400/rounded/asterisk-fill.svg" -import asterisksharpOutlined from "@material-symbols/svg-400/sharp/asterisk.svg" -import asterisksharpFilled from "@material-symbols/svg-400/sharp/asterisk-fill.svg" -import attractionsoutlinedOutlined from "@material-symbols/svg-400/outlined/attractions.svg" -import attractionsoutlinedFilled from "@material-symbols/svg-400/outlined/attractions-fill.svg" -import attractionsroundedOutlined from "@material-symbols/svg-400/rounded/attractions.svg" -import attractionsroundedFilled from "@material-symbols/svg-400/rounded/attractions-fill.svg" -import attractionssharpOutlined from "@material-symbols/svg-400/sharp/attractions.svg" -import attractionssharpFilled from "@material-symbols/svg-400/sharp/attractions-fill.svg" -import awardStaroutlinedOutlined from "@material-symbols/svg-400/outlined/award_star.svg" -import awardStaroutlinedFilled from "@material-symbols/svg-400/outlined/award_star-fill.svg" -import awardStarroundedOutlined from "@material-symbols/svg-400/rounded/award_star.svg" -import awardStarroundedFilled from "@material-symbols/svg-400/rounded/award_star-fill.svg" -import awardStarsharpOutlined from "@material-symbols/svg-400/sharp/award_star.svg" -import awardStarsharpFilled from "@material-symbols/svg-400/sharp/award_star-fill.svg" -import bakeryDiningoutlinedOutlined from "@material-symbols/svg-400/outlined/bakery_dining.svg" -import bakeryDiningoutlinedFilled from "@material-symbols/svg-400/outlined/bakery_dining-fill.svg" -import bakeryDiningroundedOutlined from "@material-symbols/svg-400/rounded/bakery_dining.svg" -import bakeryDiningroundedFilled from "@material-symbols/svg-400/rounded/bakery_dining-fill.svg" -import bakeryDiningsharpOutlined from "@material-symbols/svg-400/sharp/bakery_dining.svg" -import bakeryDiningsharpFilled from "@material-symbols/svg-400/sharp/bakery_dining-fill.svg" -import balconyoutlinedOutlined from "@material-symbols/svg-400/outlined/balcony.svg" -import balconyoutlinedFilled from "@material-symbols/svg-400/outlined/balcony-fill.svg" -import balconyroundedOutlined from "@material-symbols/svg-400/rounded/balcony.svg" -import balconyroundedFilled from "@material-symbols/svg-400/rounded/balcony-fill.svg" -import balconysharpOutlined from "@material-symbols/svg-400/sharp/balcony.svg" -import balconysharpFilled from "@material-symbols/svg-400/sharp/balcony-fill.svg" -import bathroomoutlinedOutlined from "@material-symbols/svg-400/outlined/bathroom.svg" -import bathroomoutlinedFilled from "@material-symbols/svg-400/outlined/bathroom-fill.svg" -import bathroomroundedOutlined from "@material-symbols/svg-400/rounded/bathroom.svg" -import bathroomroundedFilled from "@material-symbols/svg-400/rounded/bathroom-fill.svg" -import bathroomsharpOutlined from "@material-symbols/svg-400/sharp/bathroom.svg" -import bathroomsharpFilled from "@material-symbols/svg-400/sharp/bathroom-fill.svg" -import bathtuboutlinedOutlined from "@material-symbols/svg-400/outlined/bathtub.svg" -import bathtuboutlinedFilled from "@material-symbols/svg-400/outlined/bathtub-fill.svg" -import bathtubroundedOutlined from "@material-symbols/svg-400/rounded/bathtub.svg" -import bathtubroundedFilled from "@material-symbols/svg-400/rounded/bathtub-fill.svg" -import bathtubsharpOutlined from "@material-symbols/svg-400/sharp/bathtub.svg" -import bathtubsharpFilled from "@material-symbols/svg-400/sharp/bathtub-fill.svg" -import beachAccessoutlinedOutlined from "@material-symbols/svg-400/outlined/beach_access.svg" -import beachAccessoutlinedFilled from "@material-symbols/svg-400/outlined/beach_access-fill.svg" -import beachAccessroundedOutlined from "@material-symbols/svg-400/rounded/beach_access.svg" -import beachAccessroundedFilled from "@material-symbols/svg-400/rounded/beach_access-fill.svg" -import beachAccesssharpOutlined from "@material-symbols/svg-400/sharp/beach_access.svg" -import beachAccesssharpFilled from "@material-symbols/svg-400/sharp/beach_access-fill.svg" -import bedoutlinedOutlined from "@material-symbols/svg-400/outlined/bed.svg" -import bedoutlinedFilled from "@material-symbols/svg-400/outlined/bed-fill.svg" -import bedroundedOutlined from "@material-symbols/svg-400/rounded/bed.svg" -import bedroundedFilled from "@material-symbols/svg-400/rounded/bed-fill.svg" -import bedsharpOutlined from "@material-symbols/svg-400/sharp/bed.svg" -import bedsharpFilled from "@material-symbols/svg-400/sharp/bed-fill.svg" -import bedroomParentoutlinedOutlined from "@material-symbols/svg-400/outlined/bedroom_parent.svg" -import bedroomParentoutlinedFilled from "@material-symbols/svg-400/outlined/bedroom_parent-fill.svg" -import bedroomParentroundedOutlined from "@material-symbols/svg-400/rounded/bedroom_parent.svg" -import bedroomParentroundedFilled from "@material-symbols/svg-400/rounded/bedroom_parent-fill.svg" -import bedroomParentsharpOutlined from "@material-symbols/svg-400/sharp/bedroom_parent.svg" -import bedroomParentsharpFilled from "@material-symbols/svg-400/sharp/bedroom_parent-fill.svg" -import boxoutlinedOutlined from "@material-symbols/svg-400/outlined/box.svg" -import boxoutlinedFilled from "@material-symbols/svg-400/outlined/box-fill.svg" -import boxroundedOutlined from "@material-symbols/svg-400/rounded/box.svg" -import boxroundedFilled from "@material-symbols/svg-400/rounded/box-fill.svg" -import boxsharpOutlined from "@material-symbols/svg-400/sharp/box.svg" -import boxsharpFilled from "@material-symbols/svg-400/sharp/box-fill.svg" -import brunchDiningoutlinedOutlined from "@material-symbols/svg-400/outlined/brunch_dining.svg" -import brunchDiningoutlinedFilled from "@material-symbols/svg-400/outlined/brunch_dining-fill.svg" -import brunchDiningroundedOutlined from "@material-symbols/svg-400/rounded/brunch_dining.svg" -import brunchDiningroundedFilled from "@material-symbols/svg-400/rounded/brunch_dining-fill.svg" -import brunchDiningsharpOutlined from "@material-symbols/svg-400/sharp/brunch_dining.svg" -import brunchDiningsharpFilled from "@material-symbols/svg-400/sharp/brunch_dining-fill.svg" -import businessCenteroutlinedOutlined from "@material-symbols/svg-400/outlined/business_center.svg" -import businessCenteroutlinedFilled from "@material-symbols/svg-400/outlined/business_center-fill.svg" -import businessCenterroundedOutlined from "@material-symbols/svg-400/rounded/business_center.svg" -import businessCenterroundedFilled from "@material-symbols/svg-400/rounded/business_center-fill.svg" -import businessCentersharpOutlined from "@material-symbols/svg-400/sharp/business_center.svg" -import businessCentersharpFilled from "@material-symbols/svg-400/sharp/business_center-fill.svg" -import calendarAddOnoutlinedOutlined from "@material-symbols/svg-400/outlined/calendar_add_on.svg" -import calendarAddOnoutlinedFilled from "@material-symbols/svg-400/outlined/calendar_add_on-fill.svg" -import calendarAddOnroundedOutlined from "@material-symbols/svg-400/rounded/calendar_add_on.svg" -import calendarAddOnroundedFilled from "@material-symbols/svg-400/rounded/calendar_add_on-fill.svg" -import calendarAddOnsharpOutlined from "@material-symbols/svg-400/sharp/calendar_add_on.svg" -import calendarAddOnsharpFilled from "@material-symbols/svg-400/sharp/calendar_add_on-fill.svg" -import calendarClockoutlinedOutlined from "@material-symbols/svg-400/outlined/calendar_clock.svg" -import calendarClockoutlinedFilled from "@material-symbols/svg-400/outlined/calendar_clock-fill.svg" -import calendarClockroundedOutlined from "@material-symbols/svg-400/rounded/calendar_clock.svg" -import calendarClockroundedFilled from "@material-symbols/svg-400/rounded/calendar_clock-fill.svg" -import calendarClocksharpOutlined from "@material-symbols/svg-400/sharp/calendar_clock.svg" -import calendarClocksharpFilled from "@material-symbols/svg-400/sharp/calendar_clock-fill.svg" -import calendarMonthoutlinedOutlined from "@material-symbols/svg-400/outlined/calendar_month.svg" -import calendarMonthoutlinedFilled from "@material-symbols/svg-400/outlined/calendar_month-fill.svg" -import calendarMonthroundedOutlined from "@material-symbols/svg-400/rounded/calendar_month.svg" -import calendarMonthroundedFilled from "@material-symbols/svg-400/rounded/calendar_month-fill.svg" -import calendarMonthsharpOutlined from "@material-symbols/svg-400/sharp/calendar_month.svg" -import calendarMonthsharpFilled from "@material-symbols/svg-400/sharp/calendar_month-fill.svg" -import calendarTodayoutlinedOutlined from "@material-symbols/svg-400/outlined/calendar_today.svg" -import calendarTodayoutlinedFilled from "@material-symbols/svg-400/outlined/calendar_today-fill.svg" -import calendarTodayroundedOutlined from "@material-symbols/svg-400/rounded/calendar_today.svg" -import calendarTodayroundedFilled from "@material-symbols/svg-400/rounded/calendar_today-fill.svg" -import calendarTodaysharpOutlined from "@material-symbols/svg-400/sharp/calendar_today.svg" -import calendarTodaysharpFilled from "@material-symbols/svg-400/sharp/calendar_today-fill.svg" -import calloutlinedOutlined from "@material-symbols/svg-400/outlined/call.svg" -import calloutlinedFilled from "@material-symbols/svg-400/outlined/call-fill.svg" -import callroundedOutlined from "@material-symbols/svg-400/rounded/call.svg" -import callroundedFilled from "@material-symbols/svg-400/rounded/call-fill.svg" -import callsharpOutlined from "@material-symbols/svg-400/sharp/call.svg" -import callsharpFilled from "@material-symbols/svg-400/sharp/call-fill.svg" -import callQualityoutlinedOutlined from "@material-symbols/svg-400/outlined/call_quality.svg" -import callQualityoutlinedFilled from "@material-symbols/svg-400/outlined/call_quality-fill.svg" -import callQualityroundedOutlined from "@material-symbols/svg-400/rounded/call_quality.svg" -import callQualityroundedFilled from "@material-symbols/svg-400/rounded/call_quality-fill.svg" -import callQualitysharpOutlined from "@material-symbols/svg-400/sharp/call_quality.svg" -import callQualitysharpFilled from "@material-symbols/svg-400/sharp/call_quality-fill.svg" -import cameraoutlinedOutlined from "@material-symbols/svg-400/outlined/camera.svg" -import cameraoutlinedFilled from "@material-symbols/svg-400/outlined/camera-fill.svg" -import cameraroundedOutlined from "@material-symbols/svg-400/rounded/camera.svg" -import cameraroundedFilled from "@material-symbols/svg-400/rounded/camera-fill.svg" -import camerasharpOutlined from "@material-symbols/svg-400/sharp/camera.svg" -import camerasharpFilled from "@material-symbols/svg-400/sharp/camera-fill.svg" -import canceloutlinedOutlined from "@material-symbols/svg-400/outlined/cancel.svg" -import canceloutlinedFilled from "@material-symbols/svg-400/outlined/cancel-fill.svg" -import cancelroundedOutlined from "@material-symbols/svg-400/rounded/cancel.svg" -import cancelroundedFilled from "@material-symbols/svg-400/rounded/cancel-fill.svg" -import cancelsharpOutlined from "@material-symbols/svg-400/sharp/cancel.svg" -import cancelsharpFilled from "@material-symbols/svg-400/sharp/cancel-fill.svg" -import chairoutlinedOutlined from "@material-symbols/svg-400/outlined/chair.svg" -import chairoutlinedFilled from "@material-symbols/svg-400/outlined/chair-fill.svg" -import chairroundedOutlined from "@material-symbols/svg-400/rounded/chair.svg" -import chairroundedFilled from "@material-symbols/svg-400/rounded/chair-fill.svg" -import chairsharpOutlined from "@material-symbols/svg-400/sharp/chair.svg" -import chairsharpFilled from "@material-symbols/svg-400/sharp/chair-fill.svg" -import checkoutlinedOutlined from "@material-symbols/svg-400/outlined/check.svg" -import checkoutlinedFilled from "@material-symbols/svg-400/outlined/check-fill.svg" -import checkroundedOutlined from "@material-symbols/svg-400/rounded/check.svg" -import checkroundedFilled from "@material-symbols/svg-400/rounded/check-fill.svg" -import checksharpOutlined from "@material-symbols/svg-400/sharp/check.svg" -import checksharpFilled from "@material-symbols/svg-400/sharp/check-fill.svg" -import checkBoxoutlinedOutlined from "@material-symbols/svg-400/outlined/check_box.svg" -import checkBoxoutlinedFilled from "@material-symbols/svg-400/outlined/check_box-fill.svg" -import checkBoxroundedOutlined from "@material-symbols/svg-400/rounded/check_box.svg" -import checkBoxroundedFilled from "@material-symbols/svg-400/rounded/check_box-fill.svg" -import checkBoxsharpOutlined from "@material-symbols/svg-400/sharp/check_box.svg" -import checkBoxsharpFilled from "@material-symbols/svg-400/sharp/check_box-fill.svg" -import checkCircleoutlinedOutlined from "@material-symbols/svg-400/outlined/check_circle.svg" -import checkCircleoutlinedFilled from "@material-symbols/svg-400/outlined/check_circle-fill.svg" -import checkCircleroundedOutlined from "@material-symbols/svg-400/rounded/check_circle.svg" -import checkCircleroundedFilled from "@material-symbols/svg-400/rounded/check_circle-fill.svg" -import checkCirclesharpOutlined from "@material-symbols/svg-400/sharp/check_circle.svg" -import checkCirclesharpFilled from "@material-symbols/svg-400/sharp/check_circle-fill.svg" -import checkedBagoutlinedOutlined from "@material-symbols/svg-400/outlined/checked_bag.svg" -import checkedBagoutlinedFilled from "@material-symbols/svg-400/outlined/checked_bag-fill.svg" -import checkedBagroundedOutlined from "@material-symbols/svg-400/rounded/checked_bag.svg" -import checkedBagroundedFilled from "@material-symbols/svg-400/rounded/checked_bag-fill.svg" -import checkedBagsharpOutlined from "@material-symbols/svg-400/sharp/checked_bag.svg" -import checkedBagsharpFilled from "@material-symbols/svg-400/sharp/checked_bag-fill.svg" -import checkroomoutlinedOutlined from "@material-symbols/svg-400/outlined/checkroom.svg" -import checkroomoutlinedFilled from "@material-symbols/svg-400/outlined/checkroom-fill.svg" -import checkroomroundedOutlined from "@material-symbols/svg-400/rounded/checkroom.svg" -import checkroomroundedFilled from "@material-symbols/svg-400/rounded/checkroom-fill.svg" -import checkroomsharpOutlined from "@material-symbols/svg-400/sharp/checkroom.svg" -import checkroomsharpFilled from "@material-symbols/svg-400/sharp/checkroom-fill.svg" -import chevronLeftoutlinedOutlined from "@material-symbols/svg-400/outlined/chevron_left.svg" -import chevronLeftoutlinedFilled from "@material-symbols/svg-400/outlined/chevron_left-fill.svg" -import chevronLeftroundedOutlined from "@material-symbols/svg-400/rounded/chevron_left.svg" -import chevronLeftroundedFilled from "@material-symbols/svg-400/rounded/chevron_left-fill.svg" -import chevronLeftsharpOutlined from "@material-symbols/svg-400/sharp/chevron_left.svg" -import chevronLeftsharpFilled from "@material-symbols/svg-400/sharp/chevron_left-fill.svg" -import chevronRightoutlinedOutlined from "@material-symbols/svg-400/outlined/chevron_right.svg" -import chevronRightoutlinedFilled from "@material-symbols/svg-400/outlined/chevron_right-fill.svg" -import chevronRightroundedOutlined from "@material-symbols/svg-400/rounded/chevron_right.svg" -import chevronRightroundedFilled from "@material-symbols/svg-400/rounded/chevron_right-fill.svg" -import chevronRightsharpOutlined from "@material-symbols/svg-400/sharp/chevron_right.svg" -import chevronRightsharpFilled from "@material-symbols/svg-400/sharp/chevron_right-fill.svg" -import closeoutlinedOutlined from "@material-symbols/svg-400/outlined/close.svg" -import closeoutlinedFilled from "@material-symbols/svg-400/outlined/close-fill.svg" -import closeroundedOutlined from "@material-symbols/svg-400/rounded/close.svg" -import closeroundedFilled from "@material-symbols/svg-400/rounded/close-fill.svg" -import closesharpOutlined from "@material-symbols/svg-400/sharp/close.svg" -import closesharpFilled from "@material-symbols/svg-400/sharp/close-fill.svg" -import coffeeoutlinedOutlined from "@material-symbols/svg-400/outlined/coffee.svg" -import coffeeoutlinedFilled from "@material-symbols/svg-400/outlined/coffee-fill.svg" -import coffeeroundedOutlined from "@material-symbols/svg-400/rounded/coffee.svg" -import coffeeroundedFilled from "@material-symbols/svg-400/rounded/coffee-fill.svg" -import coffeesharpOutlined from "@material-symbols/svg-400/sharp/coffee.svg" -import coffeesharpFilled from "@material-symbols/svg-400/sharp/coffee-fill.svg" -import coffeeMakeroutlinedOutlined from "@material-symbols/svg-400/outlined/coffee_maker.svg" -import coffeeMakeroutlinedFilled from "@material-symbols/svg-400/outlined/coffee_maker-fill.svg" -import coffeeMakerroundedOutlined from "@material-symbols/svg-400/rounded/coffee_maker.svg" -import coffeeMakerroundedFilled from "@material-symbols/svg-400/rounded/coffee_maker-fill.svg" -import coffeeMakersharpOutlined from "@material-symbols/svg-400/sharp/coffee_maker.svg" -import coffeeMakersharpFilled from "@material-symbols/svg-400/sharp/coffee_maker-fill.svg" -import compareArrowsoutlinedOutlined from "@material-symbols/svg-400/outlined/compare_arrows.svg" -import compareArrowsoutlinedFilled from "@material-symbols/svg-400/outlined/compare_arrows-fill.svg" -import compareArrowsroundedOutlined from "@material-symbols/svg-400/rounded/compare_arrows.svg" -import compareArrowsroundedFilled from "@material-symbols/svg-400/rounded/compare_arrows-fill.svg" -import compareArrowssharpOutlined from "@material-symbols/svg-400/sharp/compare_arrows.svg" -import compareArrowssharpFilled from "@material-symbols/svg-400/sharp/compare_arrows-fill.svg" -import computeroutlinedOutlined from "@material-symbols/svg-400/outlined/computer.svg" -import computeroutlinedFilled from "@material-symbols/svg-400/outlined/computer-fill.svg" -import computerroundedOutlined from "@material-symbols/svg-400/rounded/computer.svg" -import computerroundedFilled from "@material-symbols/svg-400/rounded/computer-fill.svg" -import computersharpOutlined from "@material-symbols/svg-400/sharp/computer.svg" -import computersharpFilled from "@material-symbols/svg-400/sharp/computer-fill.svg" -import conciergeoutlinedOutlined from "@material-symbols/svg-400/outlined/concierge.svg" -import conciergeoutlinedFilled from "@material-symbols/svg-400/outlined/concierge-fill.svg" -import conciergeroundedOutlined from "@material-symbols/svg-400/rounded/concierge.svg" -import conciergeroundedFilled from "@material-symbols/svg-400/rounded/concierge-fill.svg" -import conciergesharpOutlined from "@material-symbols/svg-400/sharp/concierge.svg" -import conciergesharpFilled from "@material-symbols/svg-400/sharp/concierge-fill.svg" -import confirmationNumberoutlinedOutlined from "@material-symbols/svg-400/outlined/confirmation_number.svg" -import confirmationNumberoutlinedFilled from "@material-symbols/svg-400/outlined/confirmation_number-fill.svg" -import confirmationNumberroundedOutlined from "@material-symbols/svg-400/rounded/confirmation_number.svg" -import confirmationNumberroundedFilled from "@material-symbols/svg-400/rounded/confirmation_number-fill.svg" -import confirmationNumbersharpOutlined from "@material-symbols/svg-400/sharp/confirmation_number.svg" -import confirmationNumbersharpFilled from "@material-symbols/svg-400/sharp/confirmation_number-fill.svg" -import connectedTvoutlinedOutlined from "@material-symbols/svg-400/outlined/connected_tv.svg" -import connectedTvoutlinedFilled from "@material-symbols/svg-400/outlined/connected_tv-fill.svg" -import connectedTvroundedOutlined from "@material-symbols/svg-400/rounded/connected_tv.svg" -import connectedTvroundedFilled from "@material-symbols/svg-400/rounded/connected_tv-fill.svg" -import connectedTvsharpOutlined from "@material-symbols/svg-400/sharp/connected_tv.svg" -import connectedTvsharpFilled from "@material-symbols/svg-400/sharp/connected_tv-fill.svg" -import contentCopyoutlinedOutlined from "@material-symbols/svg-400/outlined/content_copy.svg" -import contentCopyoutlinedFilled from "@material-symbols/svg-400/outlined/content_copy-fill.svg" -import contentCopyroundedOutlined from "@material-symbols/svg-400/rounded/content_copy.svg" -import contentCopyroundedFilled from "@material-symbols/svg-400/rounded/content_copy-fill.svg" -import contentCopysharpOutlined from "@material-symbols/svg-400/sharp/content_copy.svg" -import contentCopysharpFilled from "@material-symbols/svg-400/sharp/content_copy-fill.svg" -import contractoutlinedOutlined from "@material-symbols/svg-400/outlined/contract.svg" -import contractoutlinedFilled from "@material-symbols/svg-400/outlined/contract-fill.svg" -import contractroundedOutlined from "@material-symbols/svg-400/rounded/contract.svg" -import contractroundedFilled from "@material-symbols/svg-400/rounded/contract-fill.svg" -import contractsharpOutlined from "@material-symbols/svg-400/sharp/contract.svg" -import contractsharpFilled from "@material-symbols/svg-400/sharp/contract-fill.svg" -import coolToDryoutlinedOutlined from "@material-symbols/svg-400/outlined/cool_to_dry.svg" -import coolToDryoutlinedFilled from "@material-symbols/svg-400/outlined/cool_to_dry-fill.svg" -import coolToDryroundedOutlined from "@material-symbols/svg-400/rounded/cool_to_dry.svg" -import coolToDryroundedFilled from "@material-symbols/svg-400/rounded/cool_to_dry-fill.svg" -import coolToDrysharpOutlined from "@material-symbols/svg-400/sharp/cool_to_dry.svg" -import coolToDrysharpFilled from "@material-symbols/svg-400/sharp/cool_to_dry-fill.svg" -import countertopsoutlinedOutlined from "@material-symbols/svg-400/outlined/countertops.svg" -import countertopsoutlinedFilled from "@material-symbols/svg-400/outlined/countertops-fill.svg" -import countertopsroundedOutlined from "@material-symbols/svg-400/rounded/countertops.svg" -import countertopsroundedFilled from "@material-symbols/svg-400/rounded/countertops-fill.svg" -import countertopssharpOutlined from "@material-symbols/svg-400/sharp/countertops.svg" -import countertopssharpFilled from "@material-symbols/svg-400/sharp/countertops-fill.svg" -import creditCardoutlinedOutlined from "@material-symbols/svg-400/outlined/credit_card.svg" -import creditCardoutlinedFilled from "@material-symbols/svg-400/outlined/credit_card-fill.svg" -import creditCardroundedOutlined from "@material-symbols/svg-400/rounded/credit_card.svg" -import creditCardroundedFilled from "@material-symbols/svg-400/rounded/credit_card-fill.svg" -import creditCardsharpOutlined from "@material-symbols/svg-400/sharp/credit_card.svg" -import creditCardsharpFilled from "@material-symbols/svg-400/sharp/credit_card-fill.svg" -import creditCardHeartoutlinedOutlined from "@material-symbols/svg-400/outlined/credit_card_heart.svg" -import creditCardHeartoutlinedFilled from "@material-symbols/svg-400/outlined/credit_card_heart-fill.svg" -import creditCardHeartroundedOutlined from "@material-symbols/svg-400/rounded/credit_card_heart.svg" -import creditCardHeartroundedFilled from "@material-symbols/svg-400/rounded/credit_card_heart-fill.svg" -import creditCardHeartsharpOutlined from "@material-symbols/svg-400/sharp/credit_card_heart.svg" -import creditCardHeartsharpFilled from "@material-symbols/svg-400/sharp/credit_card_heart-fill.svg" -import creditScoreoutlinedOutlined from "@material-symbols/svg-400/outlined/credit_score.svg" -import creditScoreoutlinedFilled from "@material-symbols/svg-400/outlined/credit_score-fill.svg" -import creditScoreroundedOutlined from "@material-symbols/svg-400/rounded/credit_score.svg" -import creditScoreroundedFilled from "@material-symbols/svg-400/rounded/credit_score-fill.svg" -import creditScoresharpOutlined from "@material-symbols/svg-400/sharp/credit_score.svg" -import creditScoresharpFilled from "@material-symbols/svg-400/sharp/credit_score-fill.svg" -import curtainsoutlinedOutlined from "@material-symbols/svg-400/outlined/curtains.svg" -import curtainsoutlinedFilled from "@material-symbols/svg-400/outlined/curtains-fill.svg" -import curtainsroundedOutlined from "@material-symbols/svg-400/rounded/curtains.svg" -import curtainsroundedFilled from "@material-symbols/svg-400/rounded/curtains-fill.svg" -import curtainssharpOutlined from "@material-symbols/svg-400/sharp/curtains.svg" -import curtainssharpFilled from "@material-symbols/svg-400/sharp/curtains-fill.svg" -import curtainsClosedoutlinedOutlined from "@material-symbols/svg-400/outlined/curtains_closed.svg" -import curtainsClosedoutlinedFilled from "@material-symbols/svg-400/outlined/curtains_closed-fill.svg" -import curtainsClosedroundedOutlined from "@material-symbols/svg-400/rounded/curtains_closed.svg" -import curtainsClosedroundedFilled from "@material-symbols/svg-400/rounded/curtains_closed-fill.svg" -import curtainsClosedsharpOutlined from "@material-symbols/svg-400/sharp/curtains_closed.svg" -import curtainsClosedsharpFilled from "@material-symbols/svg-400/sharp/curtains_closed-fill.svg" -import dangerousoutlinedOutlined from "@material-symbols/svg-400/outlined/dangerous.svg" -import dangerousoutlinedFilled from "@material-symbols/svg-400/outlined/dangerous-fill.svg" -import dangerousroundedOutlined from "@material-symbols/svg-400/rounded/dangerous.svg" -import dangerousroundedFilled from "@material-symbols/svg-400/rounded/dangerous-fill.svg" -import dangeroussharpOutlined from "@material-symbols/svg-400/sharp/dangerous.svg" -import dangeroussharpFilled from "@material-symbols/svg-400/sharp/dangerous-fill.svg" -import deckoutlinedOutlined from "@material-symbols/svg-400/outlined/deck.svg" -import deckoutlinedFilled from "@material-symbols/svg-400/outlined/deck-fill.svg" -import deckroundedOutlined from "@material-symbols/svg-400/rounded/deck.svg" -import deckroundedFilled from "@material-symbols/svg-400/rounded/deck-fill.svg" -import decksharpOutlined from "@material-symbols/svg-400/sharp/deck.svg" -import decksharpFilled from "@material-symbols/svg-400/sharp/deck-fill.svg" -import deleteoutlinedOutlined from "@material-symbols/svg-400/outlined/delete.svg" -import deleteoutlinedFilled from "@material-symbols/svg-400/outlined/delete-fill.svg" -import deleteroundedOutlined from "@material-symbols/svg-400/rounded/delete.svg" -import deleteroundedFilled from "@material-symbols/svg-400/rounded/delete-fill.svg" -import deletesharpOutlined from "@material-symbols/svg-400/sharp/delete.svg" -import deletesharpFilled from "@material-symbols/svg-400/sharp/delete-fill.svg" -import deskoutlinedOutlined from "@material-symbols/svg-400/outlined/desk.svg" -import deskoutlinedFilled from "@material-symbols/svg-400/outlined/desk-fill.svg" -import deskroundedOutlined from "@material-symbols/svg-400/rounded/desk.svg" -import deskroundedFilled from "@material-symbols/svg-400/rounded/desk-fill.svg" -import desksharpOutlined from "@material-symbols/svg-400/sharp/desk.svg" -import desksharpFilled from "@material-symbols/svg-400/sharp/desk-fill.svg" -import deviceThermostatoutlinedOutlined from "@material-symbols/svg-400/outlined/device_thermostat.svg" -import deviceThermostatoutlinedFilled from "@material-symbols/svg-400/outlined/device_thermostat-fill.svg" -import deviceThermostatroundedOutlined from "@material-symbols/svg-400/rounded/device_thermostat.svg" -import deviceThermostatroundedFilled from "@material-symbols/svg-400/rounded/device_thermostat-fill.svg" -import deviceThermostatsharpOutlined from "@material-symbols/svg-400/sharp/device_thermostat.svg" -import deviceThermostatsharpFilled from "@material-symbols/svg-400/sharp/device_thermostat-fill.svg" -import diamondoutlinedOutlined from "@material-symbols/svg-400/outlined/diamond.svg" -import diamondoutlinedFilled from "@material-symbols/svg-400/outlined/diamond-fill.svg" -import diamondroundedOutlined from "@material-symbols/svg-400/rounded/diamond.svg" -import diamondroundedFilled from "@material-symbols/svg-400/rounded/diamond-fill.svg" -import diamondsharpOutlined from "@material-symbols/svg-400/sharp/diamond.svg" -import diamondsharpFilled from "@material-symbols/svg-400/sharp/diamond-fill.svg" -import diningoutlinedOutlined from "@material-symbols/svg-400/outlined/dining.svg" -import diningoutlinedFilled from "@material-symbols/svg-400/outlined/dining-fill.svg" -import diningroundedOutlined from "@material-symbols/svg-400/rounded/dining.svg" -import diningroundedFilled from "@material-symbols/svg-400/rounded/dining-fill.svg" -import diningsharpOutlined from "@material-symbols/svg-400/sharp/dining.svg" -import diningsharpFilled from "@material-symbols/svg-400/sharp/dining-fill.svg" -import directionsoutlinedOutlined from "@material-symbols/svg-400/outlined/directions.svg" -import directionsoutlinedFilled from "@material-symbols/svg-400/outlined/directions-fill.svg" -import directionsroundedOutlined from "@material-symbols/svg-400/rounded/directions.svg" -import directionsroundedFilled from "@material-symbols/svg-400/rounded/directions-fill.svg" -import directionssharpOutlined from "@material-symbols/svg-400/sharp/directions.svg" -import directionssharpFilled from "@material-symbols/svg-400/sharp/directions-fill.svg" -import directionsRunoutlinedOutlined from "@material-symbols/svg-400/outlined/directions_run.svg" -import directionsRunoutlinedFilled from "@material-symbols/svg-400/outlined/directions_run-fill.svg" -import directionsRunroundedOutlined from "@material-symbols/svg-400/rounded/directions_run.svg" -import directionsRunroundedFilled from "@material-symbols/svg-400/rounded/directions_run-fill.svg" -import directionsRunsharpOutlined from "@material-symbols/svg-400/sharp/directions_run.svg" -import directionsRunsharpFilled from "@material-symbols/svg-400/sharp/directions_run-fill.svg" -import directionsSubwayoutlinedOutlined from "@material-symbols/svg-400/outlined/directions_subway.svg" -import directionsSubwayoutlinedFilled from "@material-symbols/svg-400/outlined/directions_subway-fill.svg" -import directionsSubwayroundedOutlined from "@material-symbols/svg-400/rounded/directions_subway.svg" -import directionsSubwayroundedFilled from "@material-symbols/svg-400/rounded/directions_subway-fill.svg" -import directionsSubwaysharpOutlined from "@material-symbols/svg-400/sharp/directions_subway.svg" -import directionsSubwaysharpFilled from "@material-symbols/svg-400/sharp/directions_subway-fill.svg" -import downhillSkiingoutlinedOutlined from "@material-symbols/svg-400/outlined/downhill_skiing.svg" -import downhillSkiingoutlinedFilled from "@material-symbols/svg-400/outlined/downhill_skiing-fill.svg" -import downhillSkiingroundedOutlined from "@material-symbols/svg-400/rounded/downhill_skiing.svg" -import downhillSkiingroundedFilled from "@material-symbols/svg-400/rounded/downhill_skiing-fill.svg" -import downhillSkiingsharpOutlined from "@material-symbols/svg-400/sharp/downhill_skiing.svg" -import downhillSkiingsharpFilled from "@material-symbols/svg-400/sharp/downhill_skiing-fill.svg" -import downloadoutlinedOutlined from "@material-symbols/svg-400/outlined/download.svg" -import downloadoutlinedFilled from "@material-symbols/svg-400/outlined/download-fill.svg" -import downloadroundedOutlined from "@material-symbols/svg-400/rounded/download.svg" -import downloadroundedFilled from "@material-symbols/svg-400/rounded/download-fill.svg" -import downloadsharpOutlined from "@material-symbols/svg-400/sharp/download.svg" -import downloadsharpFilled from "@material-symbols/svg-400/sharp/download-fill.svg" -import dresseroutlinedOutlined from "@material-symbols/svg-400/outlined/dresser.svg" -import dresseroutlinedFilled from "@material-symbols/svg-400/outlined/dresser-fill.svg" -import dresserroundedOutlined from "@material-symbols/svg-400/rounded/dresser.svg" -import dresserroundedFilled from "@material-symbols/svg-400/rounded/dresser-fill.svg" -import dressersharpOutlined from "@material-symbols/svg-400/sharp/dresser.svg" -import dressersharpFilled from "@material-symbols/svg-400/sharp/dresser-fill.svg" -import editoutlinedOutlined from "@material-symbols/svg-400/outlined/edit.svg" -import editoutlinedFilled from "@material-symbols/svg-400/outlined/edit-fill.svg" -import editroundedOutlined from "@material-symbols/svg-400/rounded/edit.svg" -import editroundedFilled from "@material-symbols/svg-400/rounded/edit-fill.svg" -import editsharpOutlined from "@material-symbols/svg-400/sharp/edit.svg" -import editsharpFilled from "@material-symbols/svg-400/sharp/edit-fill.svg" -import editCalendaroutlinedOutlined from "@material-symbols/svg-400/outlined/edit_calendar.svg" -import editCalendaroutlinedFilled from "@material-symbols/svg-400/outlined/edit_calendar-fill.svg" -import editCalendarroundedOutlined from "@material-symbols/svg-400/rounded/edit_calendar.svg" -import editCalendarroundedFilled from "@material-symbols/svg-400/rounded/edit_calendar-fill.svg" -import editCalendarsharpOutlined from "@material-symbols/svg-400/sharp/edit_calendar.svg" -import editCalendarsharpFilled from "@material-symbols/svg-400/sharp/edit_calendar-fill.svg" -import editSquareoutlinedOutlined from "@material-symbols/svg-400/outlined/edit_square.svg" -import editSquareoutlinedFilled from "@material-symbols/svg-400/outlined/edit_square-fill.svg" -import editSquareroundedOutlined from "@material-symbols/svg-400/rounded/edit_square.svg" -import editSquareroundedFilled from "@material-symbols/svg-400/rounded/edit_square-fill.svg" -import editSquaresharpOutlined from "@material-symbols/svg-400/sharp/edit_square.svg" -import editSquaresharpFilled from "@material-symbols/svg-400/sharp/edit_square-fill.svg" -import electricBikeoutlinedOutlined from "@material-symbols/svg-400/outlined/electric_bike.svg" -import electricBikeoutlinedFilled from "@material-symbols/svg-400/outlined/electric_bike-fill.svg" -import electricBikeroundedOutlined from "@material-symbols/svg-400/rounded/electric_bike.svg" -import electricBikeroundedFilled from "@material-symbols/svg-400/rounded/electric_bike-fill.svg" -import electricBikesharpOutlined from "@material-symbols/svg-400/sharp/electric_bike.svg" -import electricBikesharpFilled from "@material-symbols/svg-400/sharp/electric_bike-fill.svg" -import electricCaroutlinedOutlined from "@material-symbols/svg-400/outlined/electric_car.svg" -import electricCaroutlinedFilled from "@material-symbols/svg-400/outlined/electric_car-fill.svg" -import electricCarroundedOutlined from "@material-symbols/svg-400/rounded/electric_car.svg" -import electricCarroundedFilled from "@material-symbols/svg-400/rounded/electric_car-fill.svg" -import electricCarsharpOutlined from "@material-symbols/svg-400/sharp/electric_car.svg" -import electricCarsharpFilled from "@material-symbols/svg-400/sharp/electric_car-fill.svg" -import elevatoroutlinedOutlined from "@material-symbols/svg-400/outlined/elevator.svg" -import elevatoroutlinedFilled from "@material-symbols/svg-400/outlined/elevator-fill.svg" -import elevatorroundedOutlined from "@material-symbols/svg-400/rounded/elevator.svg" -import elevatorroundedFilled from "@material-symbols/svg-400/rounded/elevator-fill.svg" -import elevatorsharpOutlined from "@material-symbols/svg-400/sharp/elevator.svg" -import elevatorsharpFilled from "@material-symbols/svg-400/sharp/elevator-fill.svg" -import emojiTransportationoutlinedOutlined from "@material-symbols/svg-400/outlined/emoji_transportation.svg" -import emojiTransportationoutlinedFilled from "@material-symbols/svg-400/outlined/emoji_transportation-fill.svg" -import emojiTransportationroundedOutlined from "@material-symbols/svg-400/rounded/emoji_transportation.svg" -import emojiTransportationroundedFilled from "@material-symbols/svg-400/rounded/emoji_transportation-fill.svg" -import emojiTransportationsharpOutlined from "@material-symbols/svg-400/sharp/emoji_transportation.svg" -import emojiTransportationsharpFilled from "@material-symbols/svg-400/sharp/emoji_transportation-fill.svg" -import erroroutlinedOutlined from "@material-symbols/svg-400/outlined/error.svg" -import erroroutlinedFilled from "@material-symbols/svg-400/outlined/error-fill.svg" -import errorroundedOutlined from "@material-symbols/svg-400/rounded/error.svg" -import errorroundedFilled from "@material-symbols/svg-400/rounded/error-fill.svg" -import errorsharpOutlined from "@material-symbols/svg-400/sharp/error.svg" -import errorsharpFilled from "@material-symbols/svg-400/sharp/error-fill.svg" -import exerciseoutlinedOutlined from "@material-symbols/svg-400/outlined/exercise.svg" -import exerciseoutlinedFilled from "@material-symbols/svg-400/outlined/exercise-fill.svg" -import exerciseroundedOutlined from "@material-symbols/svg-400/rounded/exercise.svg" -import exerciseroundedFilled from "@material-symbols/svg-400/rounded/exercise-fill.svg" -import exercisesharpOutlined from "@material-symbols/svg-400/sharp/exercise.svg" -import exercisesharpFilled from "@material-symbols/svg-400/sharp/exercise-fill.svg" -import familyRestroomoutlinedOutlined from "@material-symbols/svg-400/outlined/family_restroom.svg" -import familyRestroomoutlinedFilled from "@material-symbols/svg-400/outlined/family_restroom-fill.svg" -import familyRestroomroundedOutlined from "@material-symbols/svg-400/rounded/family_restroom.svg" -import familyRestroomroundedFilled from "@material-symbols/svg-400/rounded/family_restroom-fill.svg" -import familyRestroomsharpOutlined from "@material-symbols/svg-400/sharp/family_restroom.svg" -import familyRestroomsharpFilled from "@material-symbols/svg-400/sharp/family_restroom-fill.svg" -import fastfoodoutlinedOutlined from "@material-symbols/svg-400/outlined/fastfood.svg" -import fastfoodoutlinedFilled from "@material-symbols/svg-400/outlined/fastfood-fill.svg" -import fastfoodroundedOutlined from "@material-symbols/svg-400/rounded/fastfood.svg" -import fastfoodroundedFilled from "@material-symbols/svg-400/rounded/fastfood-fill.svg" -import fastfoodsharpOutlined from "@material-symbols/svg-400/sharp/fastfood.svg" -import fastfoodsharpFilled from "@material-symbols/svg-400/sharp/fastfood-fill.svg" -import favoriteoutlinedOutlined from "@material-symbols/svg-400/outlined/favorite.svg" -import favoriteoutlinedFilled from "@material-symbols/svg-400/outlined/favorite-fill.svg" -import favoriteroundedOutlined from "@material-symbols/svg-400/rounded/favorite.svg" -import favoriteroundedFilled from "@material-symbols/svg-400/rounded/favorite-fill.svg" -import favoritesharpOutlined from "@material-symbols/svg-400/sharp/favorite.svg" -import favoritesharpFilled from "@material-symbols/svg-400/sharp/favorite-fill.svg" -import faxoutlinedOutlined from "@material-symbols/svg-400/outlined/fax.svg" -import faxoutlinedFilled from "@material-symbols/svg-400/outlined/fax-fill.svg" -import faxroundedOutlined from "@material-symbols/svg-400/rounded/fax.svg" -import faxroundedFilled from "@material-symbols/svg-400/rounded/fax-fill.svg" -import faxsharpOutlined from "@material-symbols/svg-400/sharp/fax.svg" -import faxsharpFilled from "@material-symbols/svg-400/sharp/fax-fill.svg" -import featuredSeasonalAndGiftsoutlinedOutlined from "@material-symbols/svg-400/outlined/featured_seasonal_and_gifts.svg" -import featuredSeasonalAndGiftsoutlinedFilled from "@material-symbols/svg-400/outlined/featured_seasonal_and_gifts-fill.svg" -import featuredSeasonalAndGiftsroundedOutlined from "@material-symbols/svg-400/rounded/featured_seasonal_and_gifts.svg" -import featuredSeasonalAndGiftsroundedFilled from "@material-symbols/svg-400/rounded/featured_seasonal_and_gifts-fill.svg" -import featuredSeasonalAndGiftssharpOutlined from "@material-symbols/svg-400/sharp/featured_seasonal_and_gifts.svg" -import featuredSeasonalAndGiftssharpFilled from "@material-symbols/svg-400/sharp/featured_seasonal_and_gifts-fill.svg" -import festivaloutlinedOutlined from "@material-symbols/svg-400/outlined/festival.svg" -import festivaloutlinedFilled from "@material-symbols/svg-400/outlined/festival-fill.svg" -import festivalroundedOutlined from "@material-symbols/svg-400/rounded/festival.svg" -import festivalroundedFilled from "@material-symbols/svg-400/rounded/festival-fill.svg" -import festivalsharpOutlined from "@material-symbols/svg-400/sharp/festival.svg" -import festivalsharpFilled from "@material-symbols/svg-400/sharp/festival-fill.svg" -import filteroutlinedOutlined from "@material-symbols/svg-400/outlined/filter.svg" -import filteroutlinedFilled from "@material-symbols/svg-400/outlined/filter-fill.svg" -import filterroundedOutlined from "@material-symbols/svg-400/rounded/filter.svg" -import filterroundedFilled from "@material-symbols/svg-400/rounded/filter-fill.svg" -import filtersharpOutlined from "@material-symbols/svg-400/sharp/filter.svg" -import filtersharpFilled from "@material-symbols/svg-400/sharp/filter-fill.svg" -import filterAltoutlinedOutlined from "@material-symbols/svg-400/outlined/filter_alt.svg" -import filterAltoutlinedFilled from "@material-symbols/svg-400/outlined/filter_alt-fill.svg" -import filterAltroundedOutlined from "@material-symbols/svg-400/rounded/filter_alt.svg" -import filterAltroundedFilled from "@material-symbols/svg-400/rounded/filter_alt-fill.svg" -import filterAltsharpOutlined from "@material-symbols/svg-400/sharp/filter_alt.svg" -import filterAltsharpFilled from "@material-symbols/svg-400/sharp/filter_alt-fill.svg" -import floorLampoutlinedOutlined from "@material-symbols/svg-400/outlined/floor_lamp.svg" -import floorLampoutlinedFilled from "@material-symbols/svg-400/outlined/floor_lamp-fill.svg" -import floorLamproundedOutlined from "@material-symbols/svg-400/rounded/floor_lamp.svg" -import floorLamproundedFilled from "@material-symbols/svg-400/rounded/floor_lamp-fill.svg" -import floorLampsharpOutlined from "@material-symbols/svg-400/sharp/floor_lamp.svg" -import floorLampsharpFilled from "@material-symbols/svg-400/sharp/floor_lamp-fill.svg" -import forestoutlinedOutlined from "@material-symbols/svg-400/outlined/forest.svg" -import forestoutlinedFilled from "@material-symbols/svg-400/outlined/forest-fill.svg" -import forestroundedOutlined from "@material-symbols/svg-400/rounded/forest.svg" -import forestroundedFilled from "@material-symbols/svg-400/rounded/forest-fill.svg" -import forestsharpOutlined from "@material-symbols/svg-400/sharp/forest.svg" -import forestsharpFilled from "@material-symbols/svg-400/sharp/forest-fill.svg" -import formatListBulletedoutlinedOutlined from "@material-symbols/svg-400/outlined/format_list_bulleted.svg" -import formatListBulletedoutlinedFilled from "@material-symbols/svg-400/outlined/format_list_bulleted-fill.svg" -import formatListBulletedroundedOutlined from "@material-symbols/svg-400/rounded/format_list_bulleted.svg" -import formatListBulletedroundedFilled from "@material-symbols/svg-400/rounded/format_list_bulleted-fill.svg" -import formatListBulletedsharpOutlined from "@material-symbols/svg-400/sharp/format_list_bulleted.svg" -import formatListBulletedsharpFilled from "@material-symbols/svg-400/sharp/format_list_bulleted-fill.svg" -import garageoutlinedOutlined from "@material-symbols/svg-400/outlined/garage.svg" -import garageoutlinedFilled from "@material-symbols/svg-400/outlined/garage-fill.svg" -import garageroundedOutlined from "@material-symbols/svg-400/rounded/garage.svg" -import garageroundedFilled from "@material-symbols/svg-400/rounded/garage-fill.svg" -import garagesharpOutlined from "@material-symbols/svg-400/sharp/garage.svg" -import garagesharpFilled from "@material-symbols/svg-400/sharp/garage-fill.svg" -import globeoutlinedOutlined from "@material-symbols/svg-400/outlined/globe.svg" -import globeoutlinedFilled from "@material-symbols/svg-400/outlined/globe-fill.svg" -import globeroundedOutlined from "@material-symbols/svg-400/rounded/globe.svg" -import globeroundedFilled from "@material-symbols/svg-400/rounded/globe-fill.svg" -import globesharpOutlined from "@material-symbols/svg-400/sharp/globe.svg" -import globesharpFilled from "@material-symbols/svg-400/sharp/globe-fill.svg" -import golfCourseoutlinedOutlined from "@material-symbols/svg-400/outlined/golf_course.svg" -import golfCourseoutlinedFilled from "@material-symbols/svg-400/outlined/golf_course-fill.svg" -import golfCourseroundedOutlined from "@material-symbols/svg-400/rounded/golf_course.svg" -import golfCourseroundedFilled from "@material-symbols/svg-400/rounded/golf_course-fill.svg" -import golfCoursesharpOutlined from "@material-symbols/svg-400/sharp/golf_course.svg" -import golfCoursesharpFilled from "@material-symbols/svg-400/sharp/golf_course-fill.svg" -import groupsoutlinedOutlined from "@material-symbols/svg-400/outlined/groups.svg" -import groupsoutlinedFilled from "@material-symbols/svg-400/outlined/groups-fill.svg" -import groupsroundedOutlined from "@material-symbols/svg-400/rounded/groups.svg" -import groupsroundedFilled from "@material-symbols/svg-400/rounded/groups-fill.svg" -import groupssharpOutlined from "@material-symbols/svg-400/sharp/groups.svg" -import groupssharpFilled from "@material-symbols/svg-400/sharp/groups-fill.svg" -import healthAndBeautyoutlinedOutlined from "@material-symbols/svg-400/outlined/health_and_beauty.svg" -import healthAndBeautyoutlinedFilled from "@material-symbols/svg-400/outlined/health_and_beauty-fill.svg" -import healthAndBeautyroundedOutlined from "@material-symbols/svg-400/rounded/health_and_beauty.svg" -import healthAndBeautyroundedFilled from "@material-symbols/svg-400/rounded/health_and_beauty-fill.svg" -import healthAndBeautysharpOutlined from "@material-symbols/svg-400/sharp/health_and_beauty.svg" -import healthAndBeautysharpFilled from "@material-symbols/svg-400/sharp/health_and_beauty-fill.svg" -import heatoutlinedOutlined from "@material-symbols/svg-400/outlined/heat.svg" -import heatoutlinedFilled from "@material-symbols/svg-400/outlined/heat-fill.svg" -import heatroundedOutlined from "@material-symbols/svg-400/rounded/heat.svg" -import heatroundedFilled from "@material-symbols/svg-400/rounded/heat-fill.svg" -import heatsharpOutlined from "@material-symbols/svg-400/sharp/heat.svg" -import heatsharpFilled from "@material-symbols/svg-400/sharp/heat-fill.svg" -import hikingoutlinedOutlined from "@material-symbols/svg-400/outlined/hiking.svg" -import hikingoutlinedFilled from "@material-symbols/svg-400/outlined/hiking-fill.svg" -import hikingroundedOutlined from "@material-symbols/svg-400/rounded/hiking.svg" -import hikingroundedFilled from "@material-symbols/svg-400/rounded/hiking-fill.svg" -import hikingsharpOutlined from "@material-symbols/svg-400/sharp/hiking.svg" -import hikingsharpFilled from "@material-symbols/svg-400/sharp/hiking-fill.svg" -import homeoutlinedOutlined from "@material-symbols/svg-400/outlined/home.svg" -import homeoutlinedFilled from "@material-symbols/svg-400/outlined/home-fill.svg" -import homeroundedOutlined from "@material-symbols/svg-400/rounded/home.svg" -import homeroundedFilled from "@material-symbols/svg-400/rounded/home-fill.svg" -import homesharpOutlined from "@material-symbols/svg-400/sharp/home.svg" -import homesharpFilled from "@material-symbols/svg-400/sharp/home-fill.svg" -import hotTuboutlinedOutlined from "@material-symbols/svg-400/outlined/hot_tub.svg" -import hotTuboutlinedFilled from "@material-symbols/svg-400/outlined/hot_tub-fill.svg" -import hotTubroundedOutlined from "@material-symbols/svg-400/rounded/hot_tub.svg" -import hotTubroundedFilled from "@material-symbols/svg-400/rounded/hot_tub-fill.svg" -import hotTubsharpOutlined from "@material-symbols/svg-400/sharp/hot_tub.svg" -import hotTubsharpFilled from "@material-symbols/svg-400/sharp/hot_tub-fill.svg" -import houseboatoutlinedOutlined from "@material-symbols/svg-400/outlined/houseboat.svg" -import houseboatoutlinedFilled from "@material-symbols/svg-400/outlined/houseboat-fill.svg" -import houseboatroundedOutlined from "@material-symbols/svg-400/rounded/houseboat.svg" -import houseboatroundedFilled from "@material-symbols/svg-400/rounded/houseboat-fill.svg" -import houseboatsharpOutlined from "@material-symbols/svg-400/sharp/houseboat.svg" -import houseboatsharpFilled from "@material-symbols/svg-400/sharp/houseboat-fill.svg" -import hvacoutlinedOutlined from "@material-symbols/svg-400/outlined/hvac.svg" -import hvacoutlinedFilled from "@material-symbols/svg-400/outlined/hvac-fill.svg" -import hvacroundedOutlined from "@material-symbols/svg-400/rounded/hvac.svg" -import hvacroundedFilled from "@material-symbols/svg-400/rounded/hvac-fill.svg" -import hvacsharpOutlined from "@material-symbols/svg-400/sharp/hvac.svg" -import hvacsharpFilled from "@material-symbols/svg-400/sharp/hvac-fill.svg" -import idCardoutlinedOutlined from "@material-symbols/svg-400/outlined/id_card.svg" -import idCardoutlinedFilled from "@material-symbols/svg-400/outlined/id_card-fill.svg" -import idCardroundedOutlined from "@material-symbols/svg-400/rounded/id_card.svg" -import idCardroundedFilled from "@material-symbols/svg-400/rounded/id_card-fill.svg" -import idCardsharpOutlined from "@material-symbols/svg-400/sharp/id_card.svg" -import idCardsharpFilled from "@material-symbols/svg-400/sharp/id_card-fill.svg" -import imagesmodeoutlinedOutlined from "@material-symbols/svg-400/outlined/imagesmode.svg" -import imagesmodeoutlinedFilled from "@material-symbols/svg-400/outlined/imagesmode-fill.svg" -import imagesmoderoundedOutlined from "@material-symbols/svg-400/rounded/imagesmode.svg" -import imagesmoderoundedFilled from "@material-symbols/svg-400/rounded/imagesmode-fill.svg" -import imagesmodesharpOutlined from "@material-symbols/svg-400/sharp/imagesmode.svg" -import imagesmodesharpFilled from "@material-symbols/svg-400/sharp/imagesmode-fill.svg" -import infooutlinedOutlined from "@material-symbols/svg-400/outlined/info.svg" -import infooutlinedFilled from "@material-symbols/svg-400/outlined/info-fill.svg" -import inforoundedOutlined from "@material-symbols/svg-400/rounded/info.svg" -import inforoundedFilled from "@material-symbols/svg-400/rounded/info-fill.svg" -import infosharpOutlined from "@material-symbols/svg-400/sharp/info.svg" -import infosharpFilled from "@material-symbols/svg-400/sharp/info-fill.svg" -import ironoutlinedOutlined from "@material-symbols/svg-400/outlined/iron.svg" -import ironoutlinedFilled from "@material-symbols/svg-400/outlined/iron-fill.svg" -import ironroundedOutlined from "@material-symbols/svg-400/rounded/iron.svg" -import ironroundedFilled from "@material-symbols/svg-400/rounded/iron-fill.svg" -import ironsharpOutlined from "@material-symbols/svg-400/sharp/iron.svg" -import ironsharpFilled from "@material-symbols/svg-400/sharp/iron-fill.svg" -import kayakingoutlinedOutlined from "@material-symbols/svg-400/outlined/kayaking.svg" -import kayakingoutlinedFilled from "@material-symbols/svg-400/outlined/kayaking-fill.svg" -import kayakingroundedOutlined from "@material-symbols/svg-400/rounded/kayaking.svg" -import kayakingroundedFilled from "@material-symbols/svg-400/rounded/kayaking-fill.svg" -import kayakingsharpOutlined from "@material-symbols/svg-400/sharp/kayaking.svg" -import kayakingsharpFilled from "@material-symbols/svg-400/sharp/kayaking-fill.svg" -import kettleoutlinedOutlined from "@material-symbols/svg-400/outlined/kettle.svg" -import kettleoutlinedFilled from "@material-symbols/svg-400/outlined/kettle-fill.svg" -import kettleroundedOutlined from "@material-symbols/svg-400/rounded/kettle.svg" -import kettleroundedFilled from "@material-symbols/svg-400/rounded/kettle-fill.svg" -import kettlesharpOutlined from "@material-symbols/svg-400/sharp/kettle.svg" -import kettlesharpFilled from "@material-symbols/svg-400/sharp/kettle-fill.svg" -import keyboardArrowDownoutlinedOutlined from "@material-symbols/svg-400/outlined/keyboard_arrow_down.svg" -import keyboardArrowDownoutlinedFilled from "@material-symbols/svg-400/outlined/keyboard_arrow_down-fill.svg" -import keyboardArrowDownroundedOutlined from "@material-symbols/svg-400/rounded/keyboard_arrow_down.svg" -import keyboardArrowDownroundedFilled from "@material-symbols/svg-400/rounded/keyboard_arrow_down-fill.svg" -import keyboardArrowDownsharpOutlined from "@material-symbols/svg-400/sharp/keyboard_arrow_down.svg" -import keyboardArrowDownsharpFilled from "@material-symbols/svg-400/sharp/keyboard_arrow_down-fill.svg" -import keyboardArrowRightoutlinedOutlined from "@material-symbols/svg-400/outlined/keyboard_arrow_right.svg" -import keyboardArrowRightoutlinedFilled from "@material-symbols/svg-400/outlined/keyboard_arrow_right-fill.svg" -import keyboardArrowRightroundedOutlined from "@material-symbols/svg-400/rounded/keyboard_arrow_right.svg" -import keyboardArrowRightroundedFilled from "@material-symbols/svg-400/rounded/keyboard_arrow_right-fill.svg" -import keyboardArrowRightsharpOutlined from "@material-symbols/svg-400/sharp/keyboard_arrow_right.svg" -import keyboardArrowRightsharpFilled from "@material-symbols/svg-400/sharp/keyboard_arrow_right-fill.svg" -import keyboardArrowUpoutlinedOutlined from "@material-symbols/svg-400/outlined/keyboard_arrow_up.svg" -import keyboardArrowUpoutlinedFilled from "@material-symbols/svg-400/outlined/keyboard_arrow_up-fill.svg" -import keyboardArrowUproundedOutlined from "@material-symbols/svg-400/rounded/keyboard_arrow_up.svg" -import keyboardArrowUproundedFilled from "@material-symbols/svg-400/rounded/keyboard_arrow_up-fill.svg" -import keyboardArrowUpsharpOutlined from "@material-symbols/svg-400/sharp/keyboard_arrow_up.svg" -import keyboardArrowUpsharpFilled from "@material-symbols/svg-400/sharp/keyboard_arrow_up-fill.svg" -import kingBedoutlinedOutlined from "@material-symbols/svg-400/outlined/king_bed.svg" -import kingBedoutlinedFilled from "@material-symbols/svg-400/outlined/king_bed-fill.svg" -import kingBedroundedOutlined from "@material-symbols/svg-400/rounded/king_bed.svg" -import kingBedroundedFilled from "@material-symbols/svg-400/rounded/king_bed-fill.svg" -import kingBedsharpOutlined from "@material-symbols/svg-400/sharp/king_bed.svg" -import kingBedsharpFilled from "@material-symbols/svg-400/sharp/king_bed-fill.svg" -import kitchenoutlinedOutlined from "@material-symbols/svg-400/outlined/kitchen.svg" -import kitchenoutlinedFilled from "@material-symbols/svg-400/outlined/kitchen-fill.svg" -import kitchenroundedOutlined from "@material-symbols/svg-400/rounded/kitchen.svg" -import kitchenroundedFilled from "@material-symbols/svg-400/rounded/kitchen-fill.svg" -import kitchensharpOutlined from "@material-symbols/svg-400/sharp/kitchen.svg" -import kitchensharpFilled from "@material-symbols/svg-400/sharp/kitchen-fill.svg" -import landscapeoutlinedOutlined from "@material-symbols/svg-400/outlined/landscape.svg" -import landscapeoutlinedFilled from "@material-symbols/svg-400/outlined/landscape-fill.svg" -import landscaperoundedOutlined from "@material-symbols/svg-400/rounded/landscape.svg" -import landscaperoundedFilled from "@material-symbols/svg-400/rounded/landscape-fill.svg" -import landscapesharpOutlined from "@material-symbols/svg-400/sharp/landscape.svg" -import landscapesharpFilled from "@material-symbols/svg-400/sharp/landscape-fill.svg" -import laundryoutlinedOutlined from "@material-symbols/svg-400/outlined/laundry.svg" -import laundryoutlinedFilled from "@material-symbols/svg-400/outlined/laundry-fill.svg" -import laundryroundedOutlined from "@material-symbols/svg-400/rounded/laundry.svg" -import laundryroundedFilled from "@material-symbols/svg-400/rounded/laundry-fill.svg" -import laundrysharpOutlined from "@material-symbols/svg-400/sharp/laundry.svg" -import laundrysharpFilled from "@material-symbols/svg-400/sharp/laundry-fill.svg" -import linkoutlinedOutlined from "@material-symbols/svg-400/outlined/link.svg" -import linkoutlinedFilled from "@material-symbols/svg-400/outlined/link-fill.svg" -import linkroundedOutlined from "@material-symbols/svg-400/rounded/link.svg" -import linkroundedFilled from "@material-symbols/svg-400/rounded/link-fill.svg" -import linksharpOutlined from "@material-symbols/svg-400/sharp/link.svg" -import linksharpFilled from "@material-symbols/svg-400/sharp/link-fill.svg" -import liquoroutlinedOutlined from "@material-symbols/svg-400/outlined/liquor.svg" -import liquoroutlinedFilled from "@material-symbols/svg-400/outlined/liquor-fill.svg" -import liquorroundedOutlined from "@material-symbols/svg-400/rounded/liquor.svg" -import liquorroundedFilled from "@material-symbols/svg-400/rounded/liquor-fill.svg" -import liquorsharpOutlined from "@material-symbols/svg-400/sharp/liquor.svg" -import liquorsharpFilled from "@material-symbols/svg-400/sharp/liquor-fill.svg" -import liveTvoutlinedOutlined from "@material-symbols/svg-400/outlined/live_tv.svg" -import liveTvoutlinedFilled from "@material-symbols/svg-400/outlined/live_tv-fill.svg" -import liveTvroundedOutlined from "@material-symbols/svg-400/rounded/live_tv.svg" -import liveTvroundedFilled from "@material-symbols/svg-400/rounded/live_tv-fill.svg" -import liveTvsharpOutlined from "@material-symbols/svg-400/sharp/live_tv.svg" -import liveTvsharpFilled from "@material-symbols/svg-400/sharp/live_tv-fill.svg" -import localBaroutlinedOutlined from "@material-symbols/svg-400/outlined/local_bar.svg" -import localBaroutlinedFilled from "@material-symbols/svg-400/outlined/local_bar-fill.svg" -import localBarroundedOutlined from "@material-symbols/svg-400/rounded/local_bar.svg" -import localBarroundedFilled from "@material-symbols/svg-400/rounded/local_bar-fill.svg" -import localBarsharpOutlined from "@material-symbols/svg-400/sharp/local_bar.svg" -import localBarsharpFilled from "@material-symbols/svg-400/sharp/local_bar-fill.svg" -import localCafeoutlinedOutlined from "@material-symbols/svg-400/outlined/local_cafe.svg" -import localCafeoutlinedFilled from "@material-symbols/svg-400/outlined/local_cafe-fill.svg" -import localCaferoundedOutlined from "@material-symbols/svg-400/rounded/local_cafe.svg" -import localCaferoundedFilled from "@material-symbols/svg-400/rounded/local_cafe-fill.svg" -import localCafesharpOutlined from "@material-symbols/svg-400/sharp/local_cafe.svg" -import localCafesharpFilled from "@material-symbols/svg-400/sharp/local_cafe-fill.svg" -import localConvenienceStoreoutlinedOutlined from "@material-symbols/svg-400/outlined/local_convenience_store.svg" -import localConvenienceStoreoutlinedFilled from "@material-symbols/svg-400/outlined/local_convenience_store-fill.svg" -import localConvenienceStoreroundedOutlined from "@material-symbols/svg-400/rounded/local_convenience_store.svg" -import localConvenienceStoreroundedFilled from "@material-symbols/svg-400/rounded/local_convenience_store-fill.svg" -import localConvenienceStoresharpOutlined from "@material-symbols/svg-400/sharp/local_convenience_store.svg" -import localConvenienceStoresharpFilled from "@material-symbols/svg-400/sharp/local_convenience_store-fill.svg" -import localDrinkoutlinedOutlined from "@material-symbols/svg-400/outlined/local_drink.svg" -import localDrinkoutlinedFilled from "@material-symbols/svg-400/outlined/local_drink-fill.svg" -import localDrinkroundedOutlined from "@material-symbols/svg-400/rounded/local_drink.svg" -import localDrinkroundedFilled from "@material-symbols/svg-400/rounded/local_drink-fill.svg" -import localDrinksharpOutlined from "@material-symbols/svg-400/sharp/local_drink.svg" -import localDrinksharpFilled from "@material-symbols/svg-400/sharp/local_drink-fill.svg" -import localLaundryServiceoutlinedOutlined from "@material-symbols/svg-400/outlined/local_laundry_service.svg" -import localLaundryServiceoutlinedFilled from "@material-symbols/svg-400/outlined/local_laundry_service-fill.svg" -import localLaundryServiceroundedOutlined from "@material-symbols/svg-400/rounded/local_laundry_service.svg" -import localLaundryServiceroundedFilled from "@material-symbols/svg-400/rounded/local_laundry_service-fill.svg" -import localLaundryServicesharpOutlined from "@material-symbols/svg-400/sharp/local_laundry_service.svg" -import localLaundryServicesharpFilled from "@material-symbols/svg-400/sharp/local_laundry_service-fill.svg" -import localParkingoutlinedOutlined from "@material-symbols/svg-400/outlined/local_parking.svg" -import localParkingoutlinedFilled from "@material-symbols/svg-400/outlined/local_parking-fill.svg" -import localParkingroundedOutlined from "@material-symbols/svg-400/rounded/local_parking.svg" -import localParkingroundedFilled from "@material-symbols/svg-400/rounded/local_parking-fill.svg" -import localParkingsharpOutlined from "@material-symbols/svg-400/sharp/local_parking.svg" -import localParkingsharpFilled from "@material-symbols/svg-400/sharp/local_parking-fill.svg" -import locationCityoutlinedOutlined from "@material-symbols/svg-400/outlined/location_city.svg" -import locationCityoutlinedFilled from "@material-symbols/svg-400/outlined/location_city-fill.svg" -import locationCityroundedOutlined from "@material-symbols/svg-400/rounded/location_city.svg" -import locationCityroundedFilled from "@material-symbols/svg-400/rounded/location_city-fill.svg" -import locationCitysharpOutlined from "@material-symbols/svg-400/sharp/location_city.svg" -import locationCitysharpFilled from "@material-symbols/svg-400/sharp/location_city-fill.svg" -import locationOnoutlinedOutlined from "@material-symbols/svg-400/outlined/location_on.svg" -import locationOnoutlinedFilled from "@material-symbols/svg-400/outlined/location_on-fill.svg" -import locationOnroundedOutlined from "@material-symbols/svg-400/rounded/location_on.svg" -import locationOnroundedFilled from "@material-symbols/svg-400/rounded/location_on-fill.svg" -import locationOnsharpOutlined from "@material-symbols/svg-400/sharp/location_on.svg" -import locationOnsharpFilled from "@material-symbols/svg-400/sharp/location_on-fill.svg" -import lockoutlinedOutlined from "@material-symbols/svg-400/outlined/lock.svg" -import lockoutlinedFilled from "@material-symbols/svg-400/outlined/lock-fill.svg" -import lockroundedOutlined from "@material-symbols/svg-400/rounded/lock.svg" -import lockroundedFilled from "@material-symbols/svg-400/rounded/lock-fill.svg" -import locksharpOutlined from "@material-symbols/svg-400/sharp/lock.svg" -import locksharpFilled from "@material-symbols/svg-400/sharp/lock-fill.svg" -import lockClockoutlinedOutlined from "@material-symbols/svg-400/outlined/lock_clock.svg" -import lockClockoutlinedFilled from "@material-symbols/svg-400/outlined/lock_clock-fill.svg" -import lockClockroundedOutlined from "@material-symbols/svg-400/rounded/lock_clock.svg" -import lockClockroundedFilled from "@material-symbols/svg-400/rounded/lock_clock-fill.svg" -import lockClocksharpOutlined from "@material-symbols/svg-400/sharp/lock_clock.svg" -import lockClocksharpFilled from "@material-symbols/svg-400/sharp/lock_clock-fill.svg" -import loyaltyoutlinedOutlined from "@material-symbols/svg-400/outlined/loyalty.svg" -import loyaltyoutlinedFilled from "@material-symbols/svg-400/outlined/loyalty-fill.svg" -import loyaltyroundedOutlined from "@material-symbols/svg-400/rounded/loyalty.svg" -import loyaltyroundedFilled from "@material-symbols/svg-400/rounded/loyalty-fill.svg" -import loyaltysharpOutlined from "@material-symbols/svg-400/sharp/loyalty.svg" -import loyaltysharpFilled from "@material-symbols/svg-400/sharp/loyalty-fill.svg" -import luggageoutlinedOutlined from "@material-symbols/svg-400/outlined/luggage.svg" -import luggageoutlinedFilled from "@material-symbols/svg-400/outlined/luggage-fill.svg" -import luggageroundedOutlined from "@material-symbols/svg-400/rounded/luggage.svg" -import luggageroundedFilled from "@material-symbols/svg-400/rounded/luggage-fill.svg" -import luggagesharpOutlined from "@material-symbols/svg-400/sharp/luggage.svg" -import luggagesharpFilled from "@material-symbols/svg-400/sharp/luggage-fill.svg" -import mailoutlinedOutlined from "@material-symbols/svg-400/outlined/mail.svg" -import mailoutlinedFilled from "@material-symbols/svg-400/outlined/mail-fill.svg" -import mailroundedOutlined from "@material-symbols/svg-400/rounded/mail.svg" -import mailroundedFilled from "@material-symbols/svg-400/rounded/mail-fill.svg" -import mailsharpOutlined from "@material-symbols/svg-400/sharp/mail.svg" -import mailsharpFilled from "@material-symbols/svg-400/sharp/mail-fill.svg" -import mapoutlinedOutlined from "@material-symbols/svg-400/outlined/map.svg" -import mapoutlinedFilled from "@material-symbols/svg-400/outlined/map-fill.svg" -import maproundedOutlined from "@material-symbols/svg-400/rounded/map.svg" -import maproundedFilled from "@material-symbols/svg-400/rounded/map-fill.svg" -import mapsharpOutlined from "@material-symbols/svg-400/sharp/map.svg" -import mapsharpFilled from "@material-symbols/svg-400/sharp/map-fill.svg" -import meetingRoomoutlinedOutlined from "@material-symbols/svg-400/outlined/meeting_room.svg" -import meetingRoomoutlinedFilled from "@material-symbols/svg-400/outlined/meeting_room-fill.svg" -import meetingRoomroundedOutlined from "@material-symbols/svg-400/rounded/meeting_room.svg" -import meetingRoomroundedFilled from "@material-symbols/svg-400/rounded/meeting_room-fill.svg" -import meetingRoomsharpOutlined from "@material-symbols/svg-400/sharp/meeting_room.svg" -import meetingRoomsharpFilled from "@material-symbols/svg-400/sharp/meeting_room-fill.svg" -import microwaveoutlinedOutlined from "@material-symbols/svg-400/outlined/microwave.svg" -import microwaveoutlinedFilled from "@material-symbols/svg-400/outlined/microwave-fill.svg" -import microwaveroundedOutlined from "@material-symbols/svg-400/rounded/microwave.svg" -import microwaveroundedFilled from "@material-symbols/svg-400/rounded/microwave-fill.svg" -import microwavesharpOutlined from "@material-symbols/svg-400/sharp/microwave.svg" -import microwavesharpFilled from "@material-symbols/svg-400/sharp/microwave-fill.svg" -import mobileChargeoutlinedOutlined from "@material-symbols/svg-400/outlined/mobile_charge.svg" -import mobileChargeoutlinedFilled from "@material-symbols/svg-400/outlined/mobile_charge-fill.svg" -import mobileChargeroundedOutlined from "@material-symbols/svg-400/rounded/mobile_charge.svg" -import mobileChargeroundedFilled from "@material-symbols/svg-400/rounded/mobile_charge-fill.svg" -import mobileChargesharpOutlined from "@material-symbols/svg-400/sharp/mobile_charge.svg" -import mobileChargesharpFilled from "@material-symbols/svg-400/sharp/mobile_charge-fill.svg" -import modeFanoutlinedOutlined from "@material-symbols/svg-400/outlined/mode_fan.svg" -import modeFanoutlinedFilled from "@material-symbols/svg-400/outlined/mode_fan-fill.svg" -import modeFanroundedOutlined from "@material-symbols/svg-400/rounded/mode_fan.svg" -import modeFanroundedFilled from "@material-symbols/svg-400/rounded/mode_fan-fill.svg" -import modeFansharpOutlined from "@material-symbols/svg-400/sharp/mode_fan.svg" -import modeFansharpFilled from "@material-symbols/svg-400/sharp/mode_fan-fill.svg" -import museumoutlinedOutlined from "@material-symbols/svg-400/outlined/museum.svg" -import museumoutlinedFilled from "@material-symbols/svg-400/outlined/museum-fill.svg" -import museumroundedOutlined from "@material-symbols/svg-400/rounded/museum.svg" -import museumroundedFilled from "@material-symbols/svg-400/rounded/museum-fill.svg" -import museumsharpOutlined from "@material-symbols/svg-400/sharp/museum.svg" -import museumsharpFilled from "@material-symbols/svg-400/sharp/museum-fill.svg" -import musicCastoutlinedOutlined from "@material-symbols/svg-400/outlined/music_cast.svg" -import musicCastoutlinedFilled from "@material-symbols/svg-400/outlined/music_cast-fill.svg" -import musicCastroundedOutlined from "@material-symbols/svg-400/rounded/music_cast.svg" -import musicCastroundedFilled from "@material-symbols/svg-400/rounded/music_cast-fill.svg" -import musicCastsharpOutlined from "@material-symbols/svg-400/sharp/music_cast.svg" -import musicCastsharpFilled from "@material-symbols/svg-400/sharp/music_cast-fill.svg" -import musicNoteoutlinedOutlined from "@material-symbols/svg-400/outlined/music_note.svg" -import musicNoteoutlinedFilled from "@material-symbols/svg-400/outlined/music_note-fill.svg" -import musicNoteroundedOutlined from "@material-symbols/svg-400/rounded/music_note.svg" -import musicNoteroundedFilled from "@material-symbols/svg-400/rounded/music_note-fill.svg" -import musicNotesharpOutlined from "@material-symbols/svg-400/sharp/music_note.svg" -import musicNotesharpFilled from "@material-symbols/svg-400/sharp/music_note-fill.svg" -import natureoutlinedOutlined from "@material-symbols/svg-400/outlined/nature.svg" -import natureoutlinedFilled from "@material-symbols/svg-400/outlined/nature-fill.svg" -import natureroundedOutlined from "@material-symbols/svg-400/rounded/nature.svg" -import natureroundedFilled from "@material-symbols/svg-400/rounded/nature-fill.svg" -import naturesharpOutlined from "@material-symbols/svg-400/sharp/nature.svg" -import naturesharpFilled from "@material-symbols/svg-400/sharp/nature-fill.svg" -import nightShelteroutlinedOutlined from "@material-symbols/svg-400/outlined/night_shelter.svg" -import nightShelteroutlinedFilled from "@material-symbols/svg-400/outlined/night_shelter-fill.svg" -import nightShelterroundedOutlined from "@material-symbols/svg-400/rounded/night_shelter.svg" -import nightShelterroundedFilled from "@material-symbols/svg-400/rounded/night_shelter-fill.svg" -import nightSheltersharpOutlined from "@material-symbols/svg-400/sharp/night_shelter.svg" -import nightSheltersharpFilled from "@material-symbols/svg-400/sharp/night_shelter-fill.svg" -import nightlifeoutlinedOutlined from "@material-symbols/svg-400/outlined/nightlife.svg" -import nightlifeoutlinedFilled from "@material-symbols/svg-400/outlined/nightlife-fill.svg" -import nightliferoundedOutlined from "@material-symbols/svg-400/rounded/nightlife.svg" -import nightliferoundedFilled from "@material-symbols/svg-400/rounded/nightlife-fill.svg" -import nightlifesharpOutlined from "@material-symbols/svg-400/sharp/nightlife.svg" -import nightlifesharpFilled from "@material-symbols/svg-400/sharp/nightlife-fill.svg" -import openInNewoutlinedOutlined from "@material-symbols/svg-400/outlined/open_in_new.svg" -import openInNewoutlinedFilled from "@material-symbols/svg-400/outlined/open_in_new-fill.svg" -import openInNewroundedOutlined from "@material-symbols/svg-400/rounded/open_in_new.svg" -import openInNewroundedFilled from "@material-symbols/svg-400/rounded/open_in_new-fill.svg" -import openInNewsharpOutlined from "@material-symbols/svg-400/sharp/open_in_new.svg" -import openInNewsharpFilled from "@material-symbols/svg-400/sharp/open_in_new-fill.svg" -import panZoomoutlinedOutlined from "@material-symbols/svg-400/outlined/pan_zoom.svg" -import panZoomoutlinedFilled from "@material-symbols/svg-400/outlined/pan_zoom-fill.svg" -import panZoomroundedOutlined from "@material-symbols/svg-400/rounded/pan_zoom.svg" -import panZoomroundedFilled from "@material-symbols/svg-400/rounded/pan_zoom-fill.svg" -import panZoomsharpOutlined from "@material-symbols/svg-400/sharp/pan_zoom.svg" -import panZoomsharpFilled from "@material-symbols/svg-400/sharp/pan_zoom-fill.svg" -import panoramaoutlinedOutlined from "@material-symbols/svg-400/outlined/panorama.svg" -import panoramaoutlinedFilled from "@material-symbols/svg-400/outlined/panorama-fill.svg" -import panoramaroundedOutlined from "@material-symbols/svg-400/rounded/panorama.svg" -import panoramaroundedFilled from "@material-symbols/svg-400/rounded/panorama-fill.svg" -import panoramasharpOutlined from "@material-symbols/svg-400/sharp/panorama.svg" -import panoramasharpFilled from "@material-symbols/svg-400/sharp/panorama-fill.svg" -import pauseoutlinedOutlined from "@material-symbols/svg-400/outlined/pause.svg" -import pauseoutlinedFilled from "@material-symbols/svg-400/outlined/pause-fill.svg" -import pauseroundedOutlined from "@material-symbols/svg-400/rounded/pause.svg" -import pauseroundedFilled from "@material-symbols/svg-400/rounded/pause-fill.svg" -import pausesharpOutlined from "@material-symbols/svg-400/sharp/pause.svg" -import pausesharpFilled from "@material-symbols/svg-400/sharp/pause-fill.svg" -import pedalBikeoutlinedOutlined from "@material-symbols/svg-400/outlined/pedal_bike.svg" -import pedalBikeoutlinedFilled from "@material-symbols/svg-400/outlined/pedal_bike-fill.svg" -import pedalBikeroundedOutlined from "@material-symbols/svg-400/rounded/pedal_bike.svg" -import pedalBikeroundedFilled from "@material-symbols/svg-400/rounded/pedal_bike-fill.svg" -import pedalBikesharpOutlined from "@material-symbols/svg-400/sharp/pedal_bike.svg" -import pedalBikesharpFilled from "@material-symbols/svg-400/sharp/pedal_bike-fill.svg" -import personoutlinedOutlined from "@material-symbols/svg-400/outlined/person.svg" -import personoutlinedFilled from "@material-symbols/svg-400/outlined/person-fill.svg" -import personroundedOutlined from "@material-symbols/svg-400/rounded/person.svg" -import personroundedFilled from "@material-symbols/svg-400/rounded/person-fill.svg" -import personsharpOutlined from "@material-symbols/svg-400/sharp/person.svg" -import personsharpFilled from "@material-symbols/svg-400/sharp/person-fill.svg" -import petsoutlinedOutlined from "@material-symbols/svg-400/outlined/pets.svg" -import petsoutlinedFilled from "@material-symbols/svg-400/outlined/pets-fill.svg" -import petsroundedOutlined from "@material-symbols/svg-400/rounded/pets.svg" -import petsroundedFilled from "@material-symbols/svg-400/rounded/pets-fill.svg" -import petssharpOutlined from "@material-symbols/svg-400/sharp/pets.svg" -import petssharpFilled from "@material-symbols/svg-400/sharp/pets-fill.svg" -import phoneEnabledoutlinedOutlined from "@material-symbols/svg-400/outlined/phone_enabled.svg" -import phoneEnabledoutlinedFilled from "@material-symbols/svg-400/outlined/phone_enabled-fill.svg" -import phoneEnabledroundedOutlined from "@material-symbols/svg-400/rounded/phone_enabled.svg" -import phoneEnabledroundedFilled from "@material-symbols/svg-400/rounded/phone_enabled-fill.svg" -import phoneEnabledsharpOutlined from "@material-symbols/svg-400/sharp/phone_enabled.svg" -import phoneEnabledsharpFilled from "@material-symbols/svg-400/sharp/phone_enabled-fill.svg" -import photoCameraoutlinedOutlined from "@material-symbols/svg-400/outlined/photo_camera.svg" -import photoCameraoutlinedFilled from "@material-symbols/svg-400/outlined/photo_camera-fill.svg" -import photoCameraroundedOutlined from "@material-symbols/svg-400/rounded/photo_camera.svg" -import photoCameraroundedFilled from "@material-symbols/svg-400/rounded/photo_camera-fill.svg" -import photoCamerasharpOutlined from "@material-symbols/svg-400/sharp/photo_camera.svg" -import photoCamerasharpFilled from "@material-symbols/svg-400/sharp/photo_camera-fill.svg" -import playArrowoutlinedOutlined from "@material-symbols/svg-400/outlined/play_arrow.svg" -import playArrowoutlinedFilled from "@material-symbols/svg-400/outlined/play_arrow-fill.svg" -import playArrowroundedOutlined from "@material-symbols/svg-400/rounded/play_arrow.svg" -import playArrowroundedFilled from "@material-symbols/svg-400/rounded/play_arrow-fill.svg" -import playArrowsharpOutlined from "@material-symbols/svg-400/sharp/play_arrow.svg" -import playArrowsharpFilled from "@material-symbols/svg-400/sharp/play_arrow-fill.svg" -import pooloutlinedOutlined from "@material-symbols/svg-400/outlined/pool.svg" -import pooloutlinedFilled from "@material-symbols/svg-400/outlined/pool-fill.svg" -import poolroundedOutlined from "@material-symbols/svg-400/rounded/pool.svg" -import poolroundedFilled from "@material-symbols/svg-400/rounded/pool-fill.svg" -import poolsharpOutlined from "@material-symbols/svg-400/sharp/pool.svg" -import poolsharpFilled from "@material-symbols/svg-400/sharp/pool-fill.svg" -import printoutlinedOutlined from "@material-symbols/svg-400/outlined/print.svg" -import printoutlinedFilled from "@material-symbols/svg-400/outlined/print-fill.svg" -import printroundedOutlined from "@material-symbols/svg-400/rounded/print.svg" -import printroundedFilled from "@material-symbols/svg-400/rounded/print-fill.svg" -import printsharpOutlined from "@material-symbols/svg-400/sharp/print.svg" -import printsharpFilled from "@material-symbols/svg-400/sharp/print-fill.svg" -import radiooutlinedOutlined from "@material-symbols/svg-400/outlined/radio.svg" -import radiooutlinedFilled from "@material-symbols/svg-400/outlined/radio-fill.svg" -import radioroundedOutlined from "@material-symbols/svg-400/rounded/radio.svg" -import radioroundedFilled from "@material-symbols/svg-400/rounded/radio-fill.svg" -import radiosharpOutlined from "@material-symbols/svg-400/sharp/radio.svg" -import radiosharpFilled from "@material-symbols/svg-400/sharp/radio-fill.svg" -import recommendoutlinedOutlined from "@material-symbols/svg-400/outlined/recommend.svg" -import recommendoutlinedFilled from "@material-symbols/svg-400/outlined/recommend-fill.svg" -import recommendroundedOutlined from "@material-symbols/svg-400/rounded/recommend.svg" -import recommendroundedFilled from "@material-symbols/svg-400/rounded/recommend-fill.svg" -import recommendsharpOutlined from "@material-symbols/svg-400/sharp/recommend.svg" -import recommendsharpFilled from "@material-symbols/svg-400/sharp/recommend-fill.svg" -import redeemoutlinedOutlined from "@material-symbols/svg-400/outlined/redeem.svg" -import redeemoutlinedFilled from "@material-symbols/svg-400/outlined/redeem-fill.svg" -import redeemroundedOutlined from "@material-symbols/svg-400/rounded/redeem.svg" -import redeemroundedFilled from "@material-symbols/svg-400/rounded/redeem-fill.svg" -import redeemsharpOutlined from "@material-symbols/svg-400/sharp/redeem.svg" -import redeemsharpFilled from "@material-symbols/svg-400/sharp/redeem-fill.svg" -import refreshoutlinedOutlined from "@material-symbols/svg-400/outlined/refresh.svg" -import refreshoutlinedFilled from "@material-symbols/svg-400/outlined/refresh-fill.svg" -import refreshroundedOutlined from "@material-symbols/svg-400/rounded/refresh.svg" -import refreshroundedFilled from "@material-symbols/svg-400/rounded/refresh-fill.svg" -import refreshsharpOutlined from "@material-symbols/svg-400/sharp/refresh.svg" -import refreshsharpFilled from "@material-symbols/svg-400/sharp/refresh-fill.svg" -import removeoutlinedOutlined from "@material-symbols/svg-400/outlined/remove.svg" -import removeoutlinedFilled from "@material-symbols/svg-400/outlined/remove-fill.svg" -import removeroundedOutlined from "@material-symbols/svg-400/rounded/remove.svg" -import removeroundedFilled from "@material-symbols/svg-400/rounded/remove-fill.svg" -import removesharpOutlined from "@material-symbols/svg-400/sharp/remove.svg" -import removesharpFilled from "@material-symbols/svg-400/sharp/remove-fill.svg" -import restaurantoutlinedOutlined from "@material-symbols/svg-400/outlined/restaurant.svg" -import restaurantoutlinedFilled from "@material-symbols/svg-400/outlined/restaurant-fill.svg" -import restaurantroundedOutlined from "@material-symbols/svg-400/rounded/restaurant.svg" -import restaurantroundedFilled from "@material-symbols/svg-400/rounded/restaurant-fill.svg" -import restaurantsharpOutlined from "@material-symbols/svg-400/sharp/restaurant.svg" -import restaurantsharpFilled from "@material-symbols/svg-400/sharp/restaurant-fill.svg" -import roomServiceoutlinedOutlined from "@material-symbols/svg-400/outlined/room_service.svg" -import roomServiceoutlinedFilled from "@material-symbols/svg-400/outlined/room_service-fill.svg" -import roomServiceroundedOutlined from "@material-symbols/svg-400/rounded/room_service.svg" -import roomServiceroundedFilled from "@material-symbols/svg-400/rounded/room_service-fill.svg" -import roomServicesharpOutlined from "@material-symbols/svg-400/sharp/room_service.svg" -import roomServicesharpFilled from "@material-symbols/svg-400/sharp/room_service-fill.svg" -import routeroutlinedOutlined from "@material-symbols/svg-400/outlined/router.svg" -import routeroutlinedFilled from "@material-symbols/svg-400/outlined/router-fill.svg" -import routerroundedOutlined from "@material-symbols/svg-400/rounded/router.svg" -import routerroundedFilled from "@material-symbols/svg-400/rounded/router-fill.svg" -import routersharpOutlined from "@material-symbols/svg-400/sharp/router.svg" -import routersharpFilled from "@material-symbols/svg-400/sharp/router-fill.svg" -import sailingoutlinedOutlined from "@material-symbols/svg-400/outlined/sailing.svg" -import sailingoutlinedFilled from "@material-symbols/svg-400/outlined/sailing-fill.svg" -import sailingroundedOutlined from "@material-symbols/svg-400/rounded/sailing.svg" -import sailingroundedFilled from "@material-symbols/svg-400/rounded/sailing-fill.svg" -import sailingsharpOutlined from "@material-symbols/svg-400/sharp/sailing.svg" -import sailingsharpFilled from "@material-symbols/svg-400/sharp/sailing-fill.svg" -import saunaoutlinedOutlined from "@material-symbols/svg-400/outlined/sauna.svg" -import saunaoutlinedFilled from "@material-symbols/svg-400/outlined/sauna-fill.svg" -import saunaroundedOutlined from "@material-symbols/svg-400/rounded/sauna.svg" -import saunaroundedFilled from "@material-symbols/svg-400/rounded/sauna-fill.svg" -import saunasharpOutlined from "@material-symbols/svg-400/sharp/sauna.svg" -import saunasharpFilled from "@material-symbols/svg-400/sharp/sauna-fill.svg" -import sceneoutlinedOutlined from "@material-symbols/svg-400/outlined/scene.svg" -import sceneoutlinedFilled from "@material-symbols/svg-400/outlined/scene-fill.svg" -import sceneroundedOutlined from "@material-symbols/svg-400/rounded/scene.svg" -import sceneroundedFilled from "@material-symbols/svg-400/rounded/scene-fill.svg" -import scenesharpOutlined from "@material-symbols/svg-400/sharp/scene.svg" -import scenesharpFilled from "@material-symbols/svg-400/sharp/scene-fill.svg" -import searchoutlinedOutlined from "@material-symbols/svg-400/outlined/search.svg" -import searchoutlinedFilled from "@material-symbols/svg-400/outlined/search-fill.svg" -import searchroundedOutlined from "@material-symbols/svg-400/rounded/search.svg" -import searchroundedFilled from "@material-symbols/svg-400/rounded/search-fill.svg" -import searchsharpOutlined from "@material-symbols/svg-400/sharp/search.svg" -import searchsharpFilled from "@material-symbols/svg-400/sharp/search-fill.svg" -import selloutlinedOutlined from "@material-symbols/svg-400/outlined/sell.svg" -import selloutlinedFilled from "@material-symbols/svg-400/outlined/sell-fill.svg" -import sellroundedOutlined from "@material-symbols/svg-400/rounded/sell.svg" -import sellroundedFilled from "@material-symbols/svg-400/rounded/sell-fill.svg" -import sellsharpOutlined from "@material-symbols/svg-400/sharp/sell.svg" -import sellsharpFilled from "@material-symbols/svg-400/sharp/sell-fill.svg" -import shoppingBagoutlinedOutlined from "@material-symbols/svg-400/outlined/shopping_bag.svg" -import shoppingBagoutlinedFilled from "@material-symbols/svg-400/outlined/shopping_bag-fill.svg" -import shoppingBagroundedOutlined from "@material-symbols/svg-400/rounded/shopping_bag.svg" -import shoppingBagroundedFilled from "@material-symbols/svg-400/rounded/shopping_bag-fill.svg" -import shoppingBagsharpOutlined from "@material-symbols/svg-400/sharp/shopping_bag.svg" -import shoppingBagsharpFilled from "@material-symbols/svg-400/sharp/shopping_bag-fill.svg" -import showeroutlinedOutlined from "@material-symbols/svg-400/outlined/shower.svg" -import showeroutlinedFilled from "@material-symbols/svg-400/outlined/shower-fill.svg" -import showerroundedOutlined from "@material-symbols/svg-400/rounded/shower.svg" -import showerroundedFilled from "@material-symbols/svg-400/rounded/shower-fill.svg" -import showersharpOutlined from "@material-symbols/svg-400/sharp/shower.svg" -import showersharpFilled from "@material-symbols/svg-400/sharp/shower-fill.svg" -import singleBedoutlinedOutlined from "@material-symbols/svg-400/outlined/single_bed.svg" -import singleBedoutlinedFilled from "@material-symbols/svg-400/outlined/single_bed-fill.svg" -import singleBedroundedOutlined from "@material-symbols/svg-400/rounded/single_bed.svg" -import singleBedroundedFilled from "@material-symbols/svg-400/rounded/single_bed-fill.svg" -import singleBedsharpOutlined from "@material-symbols/svg-400/sharp/single_bed.svg" -import singleBedsharpFilled from "@material-symbols/svg-400/sharp/single_bed-fill.svg" -import skateboardingoutlinedOutlined from "@material-symbols/svg-400/outlined/skateboarding.svg" -import skateboardingoutlinedFilled from "@material-symbols/svg-400/outlined/skateboarding-fill.svg" -import skateboardingroundedOutlined from "@material-symbols/svg-400/rounded/skateboarding.svg" -import skateboardingroundedFilled from "@material-symbols/svg-400/rounded/skateboarding-fill.svg" -import skateboardingsharpOutlined from "@material-symbols/svg-400/sharp/skateboarding.svg" -import skateboardingsharpFilled from "@material-symbols/svg-400/sharp/skateboarding-fill.svg" -import smokeFreeoutlinedOutlined from "@material-symbols/svg-400/outlined/smoke_free.svg" -import smokeFreeoutlinedFilled from "@material-symbols/svg-400/outlined/smoke_free-fill.svg" -import smokeFreeroundedOutlined from "@material-symbols/svg-400/rounded/smoke_free.svg" -import smokeFreeroundedFilled from "@material-symbols/svg-400/rounded/smoke_free-fill.svg" -import smokeFreesharpOutlined from "@material-symbols/svg-400/sharp/smoke_free.svg" -import smokeFreesharpFilled from "@material-symbols/svg-400/sharp/smoke_free-fill.svg" -import smokingRoomsoutlinedOutlined from "@material-symbols/svg-400/outlined/smoking_rooms.svg" -import smokingRoomsoutlinedFilled from "@material-symbols/svg-400/outlined/smoking_rooms-fill.svg" -import smokingRoomsroundedOutlined from "@material-symbols/svg-400/rounded/smoking_rooms.svg" -import smokingRoomsroundedFilled from "@material-symbols/svg-400/rounded/smoking_rooms-fill.svg" -import smokingRoomssharpOutlined from "@material-symbols/svg-400/sharp/smoking_rooms.svg" -import smokingRoomssharpFilled from "@material-symbols/svg-400/sharp/smoking_rooms-fill.svg" -import spaoutlinedOutlined from "@material-symbols/svg-400/outlined/spa.svg" -import spaoutlinedFilled from "@material-symbols/svg-400/outlined/spa-fill.svg" -import sparoundedOutlined from "@material-symbols/svg-400/rounded/spa.svg" -import sparoundedFilled from "@material-symbols/svg-400/rounded/spa-fill.svg" -import spasharpOutlined from "@material-symbols/svg-400/sharp/spa.svg" -import spasharpFilled from "@material-symbols/svg-400/sharp/spa-fill.svg" -import sportsEsportsoutlinedOutlined from "@material-symbols/svg-400/outlined/sports_esports.svg" -import sportsEsportsoutlinedFilled from "@material-symbols/svg-400/outlined/sports_esports-fill.svg" -import sportsEsportsroundedOutlined from "@material-symbols/svg-400/rounded/sports_esports.svg" -import sportsEsportsroundedFilled from "@material-symbols/svg-400/rounded/sports_esports-fill.svg" -import sportsEsportssharpOutlined from "@material-symbols/svg-400/sharp/sports_esports.svg" -import sportsEsportssharpFilled from "@material-symbols/svg-400/sharp/sports_esports-fill.svg" -import sportsGolfoutlinedOutlined from "@material-symbols/svg-400/outlined/sports_golf.svg" -import sportsGolfoutlinedFilled from "@material-symbols/svg-400/outlined/sports_golf-fill.svg" -import sportsGolfroundedOutlined from "@material-symbols/svg-400/rounded/sports_golf.svg" -import sportsGolfroundedFilled from "@material-symbols/svg-400/rounded/sports_golf-fill.svg" -import sportsGolfsharpOutlined from "@material-symbols/svg-400/sharp/sports_golf.svg" -import sportsGolfsharpFilled from "@material-symbols/svg-400/sharp/sports_golf-fill.svg" -import sportsHandballoutlinedOutlined from "@material-symbols/svg-400/outlined/sports_handball.svg" -import sportsHandballoutlinedFilled from "@material-symbols/svg-400/outlined/sports_handball-fill.svg" -import sportsHandballroundedOutlined from "@material-symbols/svg-400/rounded/sports_handball.svg" -import sportsHandballroundedFilled from "@material-symbols/svg-400/rounded/sports_handball-fill.svg" -import sportsHandballsharpOutlined from "@material-symbols/svg-400/sharp/sports_handball.svg" -import sportsHandballsharpFilled from "@material-symbols/svg-400/sharp/sports_handball-fill.svg" -import sportsTennisoutlinedOutlined from "@material-symbols/svg-400/outlined/sports_tennis.svg" -import sportsTennisoutlinedFilled from "@material-symbols/svg-400/outlined/sports_tennis-fill.svg" -import sportsTennisroundedOutlined from "@material-symbols/svg-400/rounded/sports_tennis.svg" -import sportsTennisroundedFilled from "@material-symbols/svg-400/rounded/sports_tennis-fill.svg" -import sportsTennissharpOutlined from "@material-symbols/svg-400/sharp/sports_tennis.svg" -import sportsTennissharpFilled from "@material-symbols/svg-400/sharp/sports_tennis-fill.svg" -import stairsoutlinedOutlined from "@material-symbols/svg-400/outlined/stairs.svg" -import stairsoutlinedFilled from "@material-symbols/svg-400/outlined/stairs-fill.svg" -import stairsroundedOutlined from "@material-symbols/svg-400/rounded/stairs.svg" -import stairsroundedFilled from "@material-symbols/svg-400/rounded/stairs-fill.svg" -import stairssharpOutlined from "@material-symbols/svg-400/sharp/stairs.svg" -import stairssharpFilled from "@material-symbols/svg-400/sharp/stairs-fill.svg" -import staroutlinedOutlined from "@material-symbols/svg-400/outlined/star.svg" -import staroutlinedFilled from "@material-symbols/svg-400/outlined/star-fill.svg" -import starroundedOutlined from "@material-symbols/svg-400/rounded/star.svg" -import starroundedFilled from "@material-symbols/svg-400/rounded/star-fill.svg" -import starsharpOutlined from "@material-symbols/svg-400/sharp/star.svg" -import starsharpFilled from "@material-symbols/svg-400/sharp/star-fill.svg" -import stickyNote2outlinedOutlined from "@material-symbols/svg-400/outlined/sticky_note_2.svg" -import stickyNote2outlinedFilled from "@material-symbols/svg-400/outlined/sticky_note_2-fill.svg" -import stickyNote2roundedOutlined from "@material-symbols/svg-400/rounded/sticky_note_2.svg" -import stickyNote2roundedFilled from "@material-symbols/svg-400/rounded/sticky_note_2-fill.svg" -import stickyNote2sharpOutlined from "@material-symbols/svg-400/sharp/sticky_note_2.svg" -import stickyNote2sharpFilled from "@material-symbols/svg-400/sharp/sticky_note_2-fill.svg" -import straightenoutlinedOutlined from "@material-symbols/svg-400/outlined/straighten.svg" -import straightenoutlinedFilled from "@material-symbols/svg-400/outlined/straighten-fill.svg" -import straightenroundedOutlined from "@material-symbols/svg-400/rounded/straighten.svg" -import straightenroundedFilled from "@material-symbols/svg-400/rounded/straighten-fill.svg" -import straightensharpOutlined from "@material-symbols/svg-400/sharp/straighten.svg" -import straightensharpFilled from "@material-symbols/svg-400/sharp/straighten-fill.svg" -import styleroutlinedOutlined from "@material-symbols/svg-400/outlined/styler.svg" -import styleroutlinedFilled from "@material-symbols/svg-400/outlined/styler-fill.svg" -import stylerroundedOutlined from "@material-symbols/svg-400/rounded/styler.svg" -import stylerroundedFilled from "@material-symbols/svg-400/rounded/styler-fill.svg" -import stylersharpOutlined from "@material-symbols/svg-400/sharp/styler.svg" -import stylersharpFilled from "@material-symbols/svg-400/sharp/styler-fill.svg" -import supportAgentoutlinedOutlined from "@material-symbols/svg-400/outlined/support_agent.svg" -import supportAgentoutlinedFilled from "@material-symbols/svg-400/outlined/support_agent-fill.svg" -import supportAgentroundedOutlined from "@material-symbols/svg-400/rounded/support_agent.svg" -import supportAgentroundedFilled from "@material-symbols/svg-400/rounded/support_agent-fill.svg" -import supportAgentsharpOutlined from "@material-symbols/svg-400/sharp/support_agent.svg" -import supportAgentsharpFilled from "@material-symbols/svg-400/sharp/support_agent-fill.svg" -import swipeoutlinedOutlined from "@material-symbols/svg-400/outlined/swipe.svg" -import swipeoutlinedFilled from "@material-symbols/svg-400/outlined/swipe-fill.svg" -import swiperoundedOutlined from "@material-symbols/svg-400/rounded/swipe.svg" -import swiperoundedFilled from "@material-symbols/svg-400/rounded/swipe-fill.svg" -import swipesharpOutlined from "@material-symbols/svg-400/sharp/swipe.svg" -import swipesharpFilled from "@material-symbols/svg-400/sharp/swipe-fill.svg" -import syncSavedLocallyoutlinedOutlined from "@material-symbols/svg-400/outlined/sync_saved_locally.svg" -import syncSavedLocallyoutlinedFilled from "@material-symbols/svg-400/outlined/sync_saved_locally-fill.svg" -import syncSavedLocallyroundedOutlined from "@material-symbols/svg-400/rounded/sync_saved_locally.svg" -import syncSavedLocallyroundedFilled from "@material-symbols/svg-400/rounded/sync_saved_locally-fill.svg" -import syncSavedLocallysharpOutlined from "@material-symbols/svg-400/sharp/sync_saved_locally.svg" -import syncSavedLocallysharpFilled from "@material-symbols/svg-400/sharp/sync_saved_locally-fill.svg" -import tableBaroutlinedOutlined from "@material-symbols/svg-400/outlined/table_bar.svg" -import tableBaroutlinedFilled from "@material-symbols/svg-400/outlined/table_bar-fill.svg" -import tableBarroundedOutlined from "@material-symbols/svg-400/rounded/table_bar.svg" -import tableBarroundedFilled from "@material-symbols/svg-400/rounded/table_bar-fill.svg" -import tableBarsharpOutlined from "@material-symbols/svg-400/sharp/table_bar.svg" -import tableBarsharpFilled from "@material-symbols/svg-400/sharp/table_bar-fill.svg" -import theaterComedyoutlinedOutlined from "@material-symbols/svg-400/outlined/theater_comedy.svg" -import theaterComedyoutlinedFilled from "@material-symbols/svg-400/outlined/theater_comedy-fill.svg" -import theaterComedyroundedOutlined from "@material-symbols/svg-400/rounded/theater_comedy.svg" -import theaterComedyroundedFilled from "@material-symbols/svg-400/rounded/theater_comedy-fill.svg" -import theaterComedysharpOutlined from "@material-symbols/svg-400/sharp/theater_comedy.svg" -import theaterComedysharpFilled from "@material-symbols/svg-400/sharp/theater_comedy-fill.svg" -import thingsToDooutlinedOutlined from "@material-symbols/svg-400/outlined/things_to_do.svg" -import thingsToDooutlinedFilled from "@material-symbols/svg-400/outlined/things_to_do-fill.svg" -import thingsToDoroundedOutlined from "@material-symbols/svg-400/rounded/things_to_do.svg" -import thingsToDoroundedFilled from "@material-symbols/svg-400/rounded/things_to_do-fill.svg" -import thingsToDosharpOutlined from "@material-symbols/svg-400/sharp/things_to_do.svg" -import thingsToDosharpFilled from "@material-symbols/svg-400/sharp/things_to_do-fill.svg" -import trainoutlinedOutlined from "@material-symbols/svg-400/outlined/train.svg" -import trainoutlinedFilled from "@material-symbols/svg-400/outlined/train-fill.svg" -import trainroundedOutlined from "@material-symbols/svg-400/rounded/train.svg" -import trainroundedFilled from "@material-symbols/svg-400/rounded/train-fill.svg" -import trainsharpOutlined from "@material-symbols/svg-400/sharp/train.svg" -import trainsharpFilled from "@material-symbols/svg-400/sharp/train-fill.svg" -import tramoutlinedOutlined from "@material-symbols/svg-400/outlined/tram.svg" -import tramoutlinedFilled from "@material-symbols/svg-400/outlined/tram-fill.svg" -import tramroundedOutlined from "@material-symbols/svg-400/rounded/tram.svg" -import tramroundedFilled from "@material-symbols/svg-400/rounded/tram-fill.svg" -import tramsharpOutlined from "@material-symbols/svg-400/sharp/tram.svg" -import tramsharpFilled from "@material-symbols/svg-400/sharp/tram-fill.svg" -import transitTicketoutlinedOutlined from "@material-symbols/svg-400/outlined/transit_ticket.svg" -import transitTicketoutlinedFilled from "@material-symbols/svg-400/outlined/transit_ticket-fill.svg" -import transitTicketroundedOutlined from "@material-symbols/svg-400/rounded/transit_ticket.svg" -import transitTicketroundedFilled from "@material-symbols/svg-400/rounded/transit_ticket-fill.svg" -import transitTicketsharpOutlined from "@material-symbols/svg-400/sharp/transit_ticket.svg" -import transitTicketsharpFilled from "@material-symbols/svg-400/sharp/transit_ticket-fill.svg" -import traveloutlinedOutlined from "@material-symbols/svg-400/outlined/travel.svg" -import traveloutlinedFilled from "@material-symbols/svg-400/outlined/travel-fill.svg" -import travelroundedOutlined from "@material-symbols/svg-400/rounded/travel.svg" -import travelroundedFilled from "@material-symbols/svg-400/rounded/travel-fill.svg" -import travelsharpOutlined from "@material-symbols/svg-400/sharp/travel.svg" -import travelsharpFilled from "@material-symbols/svg-400/sharp/travel-fill.svg" -import travelLuggageAndBagsoutlinedOutlined from "@material-symbols/svg-400/outlined/travel_luggage_and_bags.svg" -import travelLuggageAndBagsoutlinedFilled from "@material-symbols/svg-400/outlined/travel_luggage_and_bags-fill.svg" -import travelLuggageAndBagsroundedOutlined from "@material-symbols/svg-400/rounded/travel_luggage_and_bags.svg" -import travelLuggageAndBagsroundedFilled from "@material-symbols/svg-400/rounded/travel_luggage_and_bags-fill.svg" -import travelLuggageAndBagssharpOutlined from "@material-symbols/svg-400/sharp/travel_luggage_and_bags.svg" -import travelLuggageAndBagssharpFilled from "@material-symbols/svg-400/sharp/travel_luggage_and_bags-fill.svg" -import trophyoutlinedOutlined from "@material-symbols/svg-400/outlined/trophy.svg" -import trophyoutlinedFilled from "@material-symbols/svg-400/outlined/trophy-fill.svg" -import trophyroundedOutlined from "@material-symbols/svg-400/rounded/trophy.svg" -import trophyroundedFilled from "@material-symbols/svg-400/rounded/trophy-fill.svg" -import trophysharpOutlined from "@material-symbols/svg-400/sharp/trophy.svg" -import trophysharpFilled from "@material-symbols/svg-400/sharp/trophy-fill.svg" -import tvGuideoutlinedOutlined from "@material-symbols/svg-400/outlined/tv_guide.svg" -import tvGuideoutlinedFilled from "@material-symbols/svg-400/outlined/tv_guide-fill.svg" -import tvGuideroundedOutlined from "@material-symbols/svg-400/rounded/tv_guide.svg" -import tvGuideroundedFilled from "@material-symbols/svg-400/rounded/tv_guide-fill.svg" -import tvGuidesharpOutlined from "@material-symbols/svg-400/sharp/tv_guide.svg" -import tvGuidesharpFilled from "@material-symbols/svg-400/sharp/tv_guide-fill.svg" -import tvRemoteoutlinedOutlined from "@material-symbols/svg-400/outlined/tv_remote.svg" -import tvRemoteoutlinedFilled from "@material-symbols/svg-400/outlined/tv_remote-fill.svg" -import tvRemoteroundedOutlined from "@material-symbols/svg-400/rounded/tv_remote.svg" -import tvRemoteroundedFilled from "@material-symbols/svg-400/rounded/tv_remote-fill.svg" -import tvRemotesharpOutlined from "@material-symbols/svg-400/sharp/tv_remote.svg" -import tvRemotesharpFilled from "@material-symbols/svg-400/sharp/tv_remote-fill.svg" -import uploadoutlinedOutlined from "@material-symbols/svg-400/outlined/upload.svg" -import uploadoutlinedFilled from "@material-symbols/svg-400/outlined/upload-fill.svg" -import uploadroundedOutlined from "@material-symbols/svg-400/rounded/upload.svg" -import uploadroundedFilled from "@material-symbols/svg-400/rounded/upload-fill.svg" -import uploadsharpOutlined from "@material-symbols/svg-400/sharp/upload.svg" -import uploadsharpFilled from "@material-symbols/svg-400/sharp/upload-fill.svg" -import visibilityoutlinedOutlined from "@material-symbols/svg-400/outlined/visibility.svg" -import visibilityoutlinedFilled from "@material-symbols/svg-400/outlined/visibility-fill.svg" -import visibilityroundedOutlined from "@material-symbols/svg-400/rounded/visibility.svg" -import visibilityroundedFilled from "@material-symbols/svg-400/rounded/visibility-fill.svg" -import visibilitysharpOutlined from "@material-symbols/svg-400/sharp/visibility.svg" -import visibilitysharpFilled from "@material-symbols/svg-400/sharp/visibility-fill.svg" -import visibilityOffoutlinedOutlined from "@material-symbols/svg-400/outlined/visibility_off.svg" -import visibilityOffoutlinedFilled from "@material-symbols/svg-400/outlined/visibility_off-fill.svg" -import visibilityOffroundedOutlined from "@material-symbols/svg-400/rounded/visibility_off.svg" -import visibilityOffroundedFilled from "@material-symbols/svg-400/rounded/visibility_off-fill.svg" -import visibilityOffsharpOutlined from "@material-symbols/svg-400/sharp/visibility_off.svg" -import visibilityOffsharpFilled from "@material-symbols/svg-400/sharp/visibility_off-fill.svg" -import volumeOffoutlinedOutlined from "@material-symbols/svg-400/outlined/volume_off.svg" -import volumeOffoutlinedFilled from "@material-symbols/svg-400/outlined/volume_off-fill.svg" -import volumeOffroundedOutlined from "@material-symbols/svg-400/rounded/volume_off.svg" -import volumeOffroundedFilled from "@material-symbols/svg-400/rounded/volume_off-fill.svg" -import volumeOffsharpOutlined from "@material-symbols/svg-400/sharp/volume_off.svg" -import volumeOffsharpFilled from "@material-symbols/svg-400/sharp/volume_off-fill.svg" -import volumeUpoutlinedOutlined from "@material-symbols/svg-400/outlined/volume_up.svg" -import volumeUpoutlinedFilled from "@material-symbols/svg-400/outlined/volume_up-fill.svg" -import volumeUproundedOutlined from "@material-symbols/svg-400/rounded/volume_up.svg" -import volumeUproundedFilled from "@material-symbols/svg-400/rounded/volume_up-fill.svg" -import volumeUpsharpOutlined from "@material-symbols/svg-400/sharp/volume_up.svg" -import volumeUpsharpFilled from "@material-symbols/svg-400/sharp/volume_up-fill.svg" -import wardoutlinedOutlined from "@material-symbols/svg-400/outlined/ward.svg" -import wardoutlinedFilled from "@material-symbols/svg-400/outlined/ward-fill.svg" -import wardroundedOutlined from "@material-symbols/svg-400/rounded/ward.svg" -import wardroundedFilled from "@material-symbols/svg-400/rounded/ward-fill.svg" -import wardsharpOutlined from "@material-symbols/svg-400/sharp/ward.svg" -import wardsharpFilled from "@material-symbols/svg-400/sharp/ward-fill.svg" -import warningoutlinedOutlined from "@material-symbols/svg-400/outlined/warning.svg" -import warningoutlinedFilled from "@material-symbols/svg-400/outlined/warning-fill.svg" -import warningroundedOutlined from "@material-symbols/svg-400/rounded/warning.svg" -import warningroundedFilled from "@material-symbols/svg-400/rounded/warning-fill.svg" -import warningsharpOutlined from "@material-symbols/svg-400/sharp/warning.svg" -import warningsharpFilled from "@material-symbols/svg-400/sharp/warning-fill.svg" -import waterFulloutlinedOutlined from "@material-symbols/svg-400/outlined/water_full.svg" -import waterFulloutlinedFilled from "@material-symbols/svg-400/outlined/water_full-fill.svg" -import waterFullroundedOutlined from "@material-symbols/svg-400/rounded/water_full.svg" -import waterFullroundedFilled from "@material-symbols/svg-400/rounded/water_full-fill.svg" -import waterFullsharpOutlined from "@material-symbols/svg-400/sharp/water_full.svg" -import waterFullsharpFilled from "@material-symbols/svg-400/sharp/water_full-fill.svg" -import wifioutlinedOutlined from "@material-symbols/svg-400/outlined/wifi.svg" -import wifioutlinedFilled from "@material-symbols/svg-400/outlined/wifi-fill.svg" -import wifiroundedOutlined from "@material-symbols/svg-400/rounded/wifi.svg" -import wifiroundedFilled from "@material-symbols/svg-400/rounded/wifi-fill.svg" -import wifisharpOutlined from "@material-symbols/svg-400/sharp/wifi.svg" -import wifisharpFilled from "@material-symbols/svg-400/sharp/wifi-fill.svg" -import yardoutlinedOutlined from "@material-symbols/svg-400/outlined/yard.svg" -import yardoutlinedFilled from "@material-symbols/svg-400/outlined/yard-fill.svg" -import yardroundedOutlined from "@material-symbols/svg-400/rounded/yard.svg" -import yardroundedFilled from "@material-symbols/svg-400/rounded/yard-fill.svg" -import yardsharpOutlined from "@material-symbols/svg-400/sharp/yard.svg" -import yardsharpFilled from "@material-symbols/svg-400/sharp/yard-fill.svg" +const AccessibilityOutlined = lazy( + () => import("./generated/AccessibilityOutlined") +) +const AccessibilityFilled = lazy( + () => import("./generated/AccessibilityFilled") +) +const AccessibleOutlined = lazy(() => import("./generated/AccessibleOutlined")) +const AccessibleFilled = lazy(() => import("./generated/AccessibleFilled")) +const AcuteOutlined = lazy(() => import("./generated/AcuteOutlined")) +const AcuteFilled = lazy(() => import("./generated/AcuteFilled")) +const AddOutlined = lazy(() => import("./generated/AddOutlined")) +const AddFilled = lazy(() => import("./generated/AddFilled")) +const AddCircleOutlined = lazy(() => import("./generated/AddCircleOutlined")) +const AddCircleFilled = lazy(() => import("./generated/AddCircleFilled")) +const AirOutlined = lazy(() => import("./generated/AirOutlined")) +const AirFilled = lazy(() => import("./generated/AirFilled")) +const AirPurifierGenOutlined = lazy( + () => import("./generated/AirPurifierGenOutlined") +) +const AirPurifierGenFilled = lazy( + () => import("./generated/AirPurifierGenFilled") +) +const AirlineSeatReclineNormalOutlined = lazy( + () => import("./generated/AirlineSeatReclineNormalOutlined") +) +const AirlineSeatReclineNormalFilled = lazy( + () => import("./generated/AirlineSeatReclineNormalFilled") +) +const AirplaneTicketOutlined = lazy( + () => import("./generated/AirplaneTicketOutlined") +) +const AirplaneTicketFilled = lazy( + () => import("./generated/AirplaneTicketFilled") +) +const ApartmentOutlined = lazy(() => import("./generated/ApartmentOutlined")) +const ApartmentFilled = lazy(() => import("./generated/ApartmentFilled")) +const ApparelOutlined = lazy(() => import("./generated/ApparelOutlined")) +const ApparelFilled = lazy(() => import("./generated/ApparelFilled")) +const ArrowBackOutlined = lazy(() => import("./generated/ArrowBackOutlined")) +const ArrowBackFilled = lazy(() => import("./generated/ArrowBackFilled")) +const ArrowBackIosOutlined = lazy( + () => import("./generated/ArrowBackIosOutlined") +) +const ArrowBackIosFilled = lazy(() => import("./generated/ArrowBackIosFilled")) +const ArrowForwardOutlined = lazy( + () => import("./generated/ArrowForwardOutlined") +) +const ArrowForwardFilled = lazy(() => import("./generated/ArrowForwardFilled")) +const ArrowForwardIosOutlined = lazy( + () => import("./generated/ArrowForwardIosOutlined") +) +const ArrowForwardIosFilled = lazy( + () => import("./generated/ArrowForwardIosFilled") +) +const ArrowRightOutlined = lazy(() => import("./generated/ArrowRightOutlined")) +const ArrowRightFilled = lazy(() => import("./generated/ArrowRightFilled")) +const ArrowUpwardOutlined = lazy( + () => import("./generated/ArrowUpwardOutlined") +) +const ArrowUpwardFilled = lazy(() => import("./generated/ArrowUpwardFilled")) +const AssistantNavigationOutlined = lazy( + () => import("./generated/AssistantNavigationOutlined") +) +const AssistantNavigationFilled = lazy( + () => import("./generated/AssistantNavigationFilled") +) +const AsteriskOutlined = lazy(() => import("./generated/AsteriskOutlined")) +const AsteriskFilled = lazy(() => import("./generated/AsteriskFilled")) +const AttractionsOutlined = lazy( + () => import("./generated/AttractionsOutlined") +) +const AttractionsFilled = lazy(() => import("./generated/AttractionsFilled")) +const AwardStarOutlined = lazy(() => import("./generated/AwardStarOutlined")) +const AwardStarFilled = lazy(() => import("./generated/AwardStarFilled")) +const BakeryDiningOutlined = lazy( + () => import("./generated/BakeryDiningOutlined") +) +const BakeryDiningFilled = lazy(() => import("./generated/BakeryDiningFilled")) +const BalconyOutlined = lazy(() => import("./generated/BalconyOutlined")) +const BalconyFilled = lazy(() => import("./generated/BalconyFilled")) +const BathroomOutlined = lazy(() => import("./generated/BathroomOutlined")) +const BathroomFilled = lazy(() => import("./generated/BathroomFilled")) +const BathtubOutlined = lazy(() => import("./generated/BathtubOutlined")) +const BathtubFilled = lazy(() => import("./generated/BathtubFilled")) +const BeachAccessOutlined = lazy( + () => import("./generated/BeachAccessOutlined") +) +const BeachAccessFilled = lazy(() => import("./generated/BeachAccessFilled")) +const BedOutlined = lazy(() => import("./generated/BedOutlined")) +const BedFilled = lazy(() => import("./generated/BedFilled")) +const BedroomParentOutlined = lazy( + () => import("./generated/BedroomParentOutlined") +) +const BedroomParentFilled = lazy( + () => import("./generated/BedroomParentFilled") +) +const BoxOutlined = lazy(() => import("./generated/BoxOutlined")) +const BoxFilled = lazy(() => import("./generated/BoxFilled")) +const BrunchDiningOutlined = lazy( + () => import("./generated/BrunchDiningOutlined") +) +const BrunchDiningFilled = lazy(() => import("./generated/BrunchDiningFilled")) +const BusinessCenterOutlined = lazy( + () => import("./generated/BusinessCenterOutlined") +) +const BusinessCenterFilled = lazy( + () => import("./generated/BusinessCenterFilled") +) +const CalendarAddOnOutlined = lazy( + () => import("./generated/CalendarAddOnOutlined") +) +const CalendarAddOnFilled = lazy( + () => import("./generated/CalendarAddOnFilled") +) +const CalendarClockOutlined = lazy( + () => import("./generated/CalendarClockOutlined") +) +const CalendarClockFilled = lazy( + () => import("./generated/CalendarClockFilled") +) +const CalendarMonthOutlined = lazy( + () => import("./generated/CalendarMonthOutlined") +) +const CalendarMonthFilled = lazy( + () => import("./generated/CalendarMonthFilled") +) +const CalendarTodayOutlined = lazy( + () => import("./generated/CalendarTodayOutlined") +) +const CalendarTodayFilled = lazy( + () => import("./generated/CalendarTodayFilled") +) +const CallOutlined = lazy(() => import("./generated/CallOutlined")) +const CallFilled = lazy(() => import("./generated/CallFilled")) +const CallQualityOutlined = lazy( + () => import("./generated/CallQualityOutlined") +) +const CallQualityFilled = lazy(() => import("./generated/CallQualityFilled")) +const CameraOutlined = lazy(() => import("./generated/CameraOutlined")) +const CameraFilled = lazy(() => import("./generated/CameraFilled")) +const CancelOutlined = lazy(() => import("./generated/CancelOutlined")) +const CancelFilled = lazy(() => import("./generated/CancelFilled")) +const ChairOutlined = lazy(() => import("./generated/ChairOutlined")) +const ChairFilled = lazy(() => import("./generated/ChairFilled")) +const CheckOutlined = lazy(() => import("./generated/CheckOutlined")) +const CheckFilled = lazy(() => import("./generated/CheckFilled")) +const CheckBoxOutlined = lazy(() => import("./generated/CheckBoxOutlined")) +const CheckBoxFilled = lazy(() => import("./generated/CheckBoxFilled")) +const CheckCircleOutlined = lazy( + () => import("./generated/CheckCircleOutlined") +) +const CheckCircleFilled = lazy(() => import("./generated/CheckCircleFilled")) +const CheckedBagOutlined = lazy(() => import("./generated/CheckedBagOutlined")) +const CheckedBagFilled = lazy(() => import("./generated/CheckedBagFilled")) +const CheckroomOutlined = lazy(() => import("./generated/CheckroomOutlined")) +const CheckroomFilled = lazy(() => import("./generated/CheckroomFilled")) +const ChevronLeftOutlined = lazy( + () => import("./generated/ChevronLeftOutlined") +) +const ChevronLeftFilled = lazy(() => import("./generated/ChevronLeftFilled")) +const ChevronRightOutlined = lazy( + () => import("./generated/ChevronRightOutlined") +) +const ChevronRightFilled = lazy(() => import("./generated/ChevronRightFilled")) +const CloseOutlined = lazy(() => import("./generated/CloseOutlined")) +const CloseFilled = lazy(() => import("./generated/CloseFilled")) +const CoffeeOutlined = lazy(() => import("./generated/CoffeeOutlined")) +const CoffeeFilled = lazy(() => import("./generated/CoffeeFilled")) +const CoffeeMakerOutlined = lazy( + () => import("./generated/CoffeeMakerOutlined") +) +const CoffeeMakerFilled = lazy(() => import("./generated/CoffeeMakerFilled")) +const CompareArrowsOutlined = lazy( + () => import("./generated/CompareArrowsOutlined") +) +const CompareArrowsFilled = lazy( + () => import("./generated/CompareArrowsFilled") +) +const ComputerOutlined = lazy(() => import("./generated/ComputerOutlined")) +const ComputerFilled = lazy(() => import("./generated/ComputerFilled")) +const ConciergeOutlined = lazy(() => import("./generated/ConciergeOutlined")) +const ConciergeFilled = lazy(() => import("./generated/ConciergeFilled")) +const ConfirmationNumberOutlined = lazy( + () => import("./generated/ConfirmationNumberOutlined") +) +const ConfirmationNumberFilled = lazy( + () => import("./generated/ConfirmationNumberFilled") +) +const ConnectedTvOutlined = lazy( + () => import("./generated/ConnectedTvOutlined") +) +const ConnectedTvFilled = lazy(() => import("./generated/ConnectedTvFilled")) +const ContentCopyOutlined = lazy( + () => import("./generated/ContentCopyOutlined") +) +const ContentCopyFilled = lazy(() => import("./generated/ContentCopyFilled")) +const ContractOutlined = lazy(() => import("./generated/ContractOutlined")) +const ContractFilled = lazy(() => import("./generated/ContractFilled")) +const CoolToDryOutlined = lazy(() => import("./generated/CoolToDryOutlined")) +const CoolToDryFilled = lazy(() => import("./generated/CoolToDryFilled")) +const CountertopsOutlined = lazy( + () => import("./generated/CountertopsOutlined") +) +const CountertopsFilled = lazy(() => import("./generated/CountertopsFilled")) +const CreditCardOutlined = lazy(() => import("./generated/CreditCardOutlined")) +const CreditCardFilled = lazy(() => import("./generated/CreditCardFilled")) +const CreditCardHeartOutlined = lazy( + () => import("./generated/CreditCardHeartOutlined") +) +const CreditCardHeartFilled = lazy( + () => import("./generated/CreditCardHeartFilled") +) +const CreditScoreOutlined = lazy( + () => import("./generated/CreditScoreOutlined") +) +const CreditScoreFilled = lazy(() => import("./generated/CreditScoreFilled")) +const CurtainsOutlined = lazy(() => import("./generated/CurtainsOutlined")) +const CurtainsFilled = lazy(() => import("./generated/CurtainsFilled")) +const CurtainsClosedOutlined = lazy( + () => import("./generated/CurtainsClosedOutlined") +) +const CurtainsClosedFilled = lazy( + () => import("./generated/CurtainsClosedFilled") +) +const DangerousOutlined = lazy(() => import("./generated/DangerousOutlined")) +const DangerousFilled = lazy(() => import("./generated/DangerousFilled")) +const DeckOutlined = lazy(() => import("./generated/DeckOutlined")) +const DeckFilled = lazy(() => import("./generated/DeckFilled")) +const DeleteOutlined = lazy(() => import("./generated/DeleteOutlined")) +const DeleteFilled = lazy(() => import("./generated/DeleteFilled")) +const DeskOutlined = lazy(() => import("./generated/DeskOutlined")) +const DeskFilled = lazy(() => import("./generated/DeskFilled")) +const DeviceThermostatOutlined = lazy( + () => import("./generated/DeviceThermostatOutlined") +) +const DeviceThermostatFilled = lazy( + () => import("./generated/DeviceThermostatFilled") +) +const DiamondOutlined = lazy(() => import("./generated/DiamondOutlined")) +const DiamondFilled = lazy(() => import("./generated/DiamondFilled")) +const DiningOutlined = lazy(() => import("./generated/DiningOutlined")) +const DiningFilled = lazy(() => import("./generated/DiningFilled")) +const DirectionsOutlined = lazy(() => import("./generated/DirectionsOutlined")) +const DirectionsFilled = lazy(() => import("./generated/DirectionsFilled")) +const DirectionsRunOutlined = lazy( + () => import("./generated/DirectionsRunOutlined") +) +const DirectionsRunFilled = lazy( + () => import("./generated/DirectionsRunFilled") +) +const DirectionsSubwayOutlined = lazy( + () => import("./generated/DirectionsSubwayOutlined") +) +const DirectionsSubwayFilled = lazy( + () => import("./generated/DirectionsSubwayFilled") +) +const DownhillSkiingOutlined = lazy( + () => import("./generated/DownhillSkiingOutlined") +) +const DownhillSkiingFilled = lazy( + () => import("./generated/DownhillSkiingFilled") +) +const DownloadOutlined = lazy(() => import("./generated/DownloadOutlined")) +const DownloadFilled = lazy(() => import("./generated/DownloadFilled")) +const DresserOutlined = lazy(() => import("./generated/DresserOutlined")) +const DresserFilled = lazy(() => import("./generated/DresserFilled")) +const EditOutlined = lazy(() => import("./generated/EditOutlined")) +const EditFilled = lazy(() => import("./generated/EditFilled")) +const EditCalendarOutlined = lazy( + () => import("./generated/EditCalendarOutlined") +) +const EditCalendarFilled = lazy(() => import("./generated/EditCalendarFilled")) +const EditSquareOutlined = lazy(() => import("./generated/EditSquareOutlined")) +const EditSquareFilled = lazy(() => import("./generated/EditSquareFilled")) +const ElectricBikeOutlined = lazy( + () => import("./generated/ElectricBikeOutlined") +) +const ElectricBikeFilled = lazy(() => import("./generated/ElectricBikeFilled")) +const ElectricCarOutlined = lazy( + () => import("./generated/ElectricCarOutlined") +) +const ElectricCarFilled = lazy(() => import("./generated/ElectricCarFilled")) +const ElevatorOutlined = lazy(() => import("./generated/ElevatorOutlined")) +const ElevatorFilled = lazy(() => import("./generated/ElevatorFilled")) +const EmojiTransportationOutlined = lazy( + () => import("./generated/EmojiTransportationOutlined") +) +const EmojiTransportationFilled = lazy( + () => import("./generated/EmojiTransportationFilled") +) +const ErrorOutlined = lazy(() => import("./generated/ErrorOutlined")) +const ErrorFilled = lazy(() => import("./generated/ErrorFilled")) +const ExerciseOutlined = lazy(() => import("./generated/ExerciseOutlined")) +const ExerciseFilled = lazy(() => import("./generated/ExerciseFilled")) +const FamilyRestroomOutlined = lazy( + () => import("./generated/FamilyRestroomOutlined") +) +const FamilyRestroomFilled = lazy( + () => import("./generated/FamilyRestroomFilled") +) +const FastfoodOutlined = lazy(() => import("./generated/FastfoodOutlined")) +const FastfoodFilled = lazy(() => import("./generated/FastfoodFilled")) +const FavoriteOutlined = lazy(() => import("./generated/FavoriteOutlined")) +const FavoriteFilled = lazy(() => import("./generated/FavoriteFilled")) +const FaxOutlined = lazy(() => import("./generated/FaxOutlined")) +const FaxFilled = lazy(() => import("./generated/FaxFilled")) +const FeaturedSeasonalAndGiftsOutlined = lazy( + () => import("./generated/FeaturedSeasonalAndGiftsOutlined") +) +const FeaturedSeasonalAndGiftsFilled = lazy( + () => import("./generated/FeaturedSeasonalAndGiftsFilled") +) +const FestivalOutlined = lazy(() => import("./generated/FestivalOutlined")) +const FestivalFilled = lazy(() => import("./generated/FestivalFilled")) +const FilterOutlined = lazy(() => import("./generated/FilterOutlined")) +const FilterFilled = lazy(() => import("./generated/FilterFilled")) +const FilterAltOutlined = lazy(() => import("./generated/FilterAltOutlined")) +const FilterAltFilled = lazy(() => import("./generated/FilterAltFilled")) +const FloorLampOutlined = lazy(() => import("./generated/FloorLampOutlined")) +const FloorLampFilled = lazy(() => import("./generated/FloorLampFilled")) +const ForestOutlined = lazy(() => import("./generated/ForestOutlined")) +const ForestFilled = lazy(() => import("./generated/ForestFilled")) +const FormatListBulletedOutlined = lazy( + () => import("./generated/FormatListBulletedOutlined") +) +const FormatListBulletedFilled = lazy( + () => import("./generated/FormatListBulletedFilled") +) +const GarageOutlined = lazy(() => import("./generated/GarageOutlined")) +const GarageFilled = lazy(() => import("./generated/GarageFilled")) +const GlobeOutlined = lazy(() => import("./generated/GlobeOutlined")) +const GlobeFilled = lazy(() => import("./generated/GlobeFilled")) +const GolfCourseOutlined = lazy(() => import("./generated/GolfCourseOutlined")) +const GolfCourseFilled = lazy(() => import("./generated/GolfCourseFilled")) +const GroupsOutlined = lazy(() => import("./generated/GroupsOutlined")) +const GroupsFilled = lazy(() => import("./generated/GroupsFilled")) +const HealthAndBeautyOutlined = lazy( + () => import("./generated/HealthAndBeautyOutlined") +) +const HealthAndBeautyFilled = lazy( + () => import("./generated/HealthAndBeautyFilled") +) +const HeatOutlined = lazy(() => import("./generated/HeatOutlined")) +const HeatFilled = lazy(() => import("./generated/HeatFilled")) +const HikingOutlined = lazy(() => import("./generated/HikingOutlined")) +const HikingFilled = lazy(() => import("./generated/HikingFilled")) +const HomeOutlined = lazy(() => import("./generated/HomeOutlined")) +const HomeFilled = lazy(() => import("./generated/HomeFilled")) +const HotTubOutlined = lazy(() => import("./generated/HotTubOutlined")) +const HotTubFilled = lazy(() => import("./generated/HotTubFilled")) +const HouseboatOutlined = lazy(() => import("./generated/HouseboatOutlined")) +const HouseboatFilled = lazy(() => import("./generated/HouseboatFilled")) +const HvacOutlined = lazy(() => import("./generated/HvacOutlined")) +const HvacFilled = lazy(() => import("./generated/HvacFilled")) +const IdCardOutlined = lazy(() => import("./generated/IdCardOutlined")) +const IdCardFilled = lazy(() => import("./generated/IdCardFilled")) +const ImagesmodeOutlined = lazy(() => import("./generated/ImagesmodeOutlined")) +const ImagesmodeFilled = lazy(() => import("./generated/ImagesmodeFilled")) +const InfoOutlined = lazy(() => import("./generated/InfoOutlined")) +const InfoFilled = lazy(() => import("./generated/InfoFilled")) +const IronOutlined = lazy(() => import("./generated/IronOutlined")) +const IronFilled = lazy(() => import("./generated/IronFilled")) +const KayakingOutlined = lazy(() => import("./generated/KayakingOutlined")) +const KayakingFilled = lazy(() => import("./generated/KayakingFilled")) +const KettleOutlined = lazy(() => import("./generated/KettleOutlined")) +const KettleFilled = lazy(() => import("./generated/KettleFilled")) +const KeyboardArrowDownOutlined = lazy( + () => import("./generated/KeyboardArrowDownOutlined") +) +const KeyboardArrowDownFilled = lazy( + () => import("./generated/KeyboardArrowDownFilled") +) +const KeyboardArrowRightOutlined = lazy( + () => import("./generated/KeyboardArrowRightOutlined") +) +const KeyboardArrowRightFilled = lazy( + () => import("./generated/KeyboardArrowRightFilled") +) +const KeyboardArrowUpOutlined = lazy( + () => import("./generated/KeyboardArrowUpOutlined") +) +const KeyboardArrowUpFilled = lazy( + () => import("./generated/KeyboardArrowUpFilled") +) +const KingBedOutlined = lazy(() => import("./generated/KingBedOutlined")) +const KingBedFilled = lazy(() => import("./generated/KingBedFilled")) +const KitchenOutlined = lazy(() => import("./generated/KitchenOutlined")) +const KitchenFilled = lazy(() => import("./generated/KitchenFilled")) +const LandscapeOutlined = lazy(() => import("./generated/LandscapeOutlined")) +const LandscapeFilled = lazy(() => import("./generated/LandscapeFilled")) +const LaundryOutlined = lazy(() => import("./generated/LaundryOutlined")) +const LaundryFilled = lazy(() => import("./generated/LaundryFilled")) +const LinkOutlined = lazy(() => import("./generated/LinkOutlined")) +const LinkFilled = lazy(() => import("./generated/LinkFilled")) +const LiquorOutlined = lazy(() => import("./generated/LiquorOutlined")) +const LiquorFilled = lazy(() => import("./generated/LiquorFilled")) +const LiveTvOutlined = lazy(() => import("./generated/LiveTvOutlined")) +const LiveTvFilled = lazy(() => import("./generated/LiveTvFilled")) +const LocalBarOutlined = lazy(() => import("./generated/LocalBarOutlined")) +const LocalBarFilled = lazy(() => import("./generated/LocalBarFilled")) +const LocalCafeOutlined = lazy(() => import("./generated/LocalCafeOutlined")) +const LocalCafeFilled = lazy(() => import("./generated/LocalCafeFilled")) +const LocalConvenienceStoreOutlined = lazy( + () => import("./generated/LocalConvenienceStoreOutlined") +) +const LocalConvenienceStoreFilled = lazy( + () => import("./generated/LocalConvenienceStoreFilled") +) +const LocalDrinkOutlined = lazy(() => import("./generated/LocalDrinkOutlined")) +const LocalDrinkFilled = lazy(() => import("./generated/LocalDrinkFilled")) +const LocalLaundryServiceOutlined = lazy( + () => import("./generated/LocalLaundryServiceOutlined") +) +const LocalLaundryServiceFilled = lazy( + () => import("./generated/LocalLaundryServiceFilled") +) +const LocalParkingOutlined = lazy( + () => import("./generated/LocalParkingOutlined") +) +const LocalParkingFilled = lazy(() => import("./generated/LocalParkingFilled")) +const LocationCityOutlined = lazy( + () => import("./generated/LocationCityOutlined") +) +const LocationCityFilled = lazy(() => import("./generated/LocationCityFilled")) +const LocationOnOutlined = lazy(() => import("./generated/LocationOnOutlined")) +const LocationOnFilled = lazy(() => import("./generated/LocationOnFilled")) +const LockOutlined = lazy(() => import("./generated/LockOutlined")) +const LockFilled = lazy(() => import("./generated/LockFilled")) +const LockClockOutlined = lazy(() => import("./generated/LockClockOutlined")) +const LockClockFilled = lazy(() => import("./generated/LockClockFilled")) +const LoyaltyOutlined = lazy(() => import("./generated/LoyaltyOutlined")) +const LoyaltyFilled = lazy(() => import("./generated/LoyaltyFilled")) +const LuggageOutlined = lazy(() => import("./generated/LuggageOutlined")) +const LuggageFilled = lazy(() => import("./generated/LuggageFilled")) +const MailOutlined = lazy(() => import("./generated/MailOutlined")) +const MailFilled = lazy(() => import("./generated/MailFilled")) +const MapOutlined = lazy(() => import("./generated/MapOutlined")) +const MapFilled = lazy(() => import("./generated/MapFilled")) +const MeetingRoomOutlined = lazy( + () => import("./generated/MeetingRoomOutlined") +) +const MeetingRoomFilled = lazy(() => import("./generated/MeetingRoomFilled")) +const MicrowaveOutlined = lazy(() => import("./generated/MicrowaveOutlined")) +const MicrowaveFilled = lazy(() => import("./generated/MicrowaveFilled")) +const MobileChargeOutlined = lazy( + () => import("./generated/MobileChargeOutlined") +) +const MobileChargeFilled = lazy(() => import("./generated/MobileChargeFilled")) +const ModeFanOutlined = lazy(() => import("./generated/ModeFanOutlined")) +const ModeFanFilled = lazy(() => import("./generated/ModeFanFilled")) +const MuseumOutlined = lazy(() => import("./generated/MuseumOutlined")) +const MuseumFilled = lazy(() => import("./generated/MuseumFilled")) +const MusicCastOutlined = lazy(() => import("./generated/MusicCastOutlined")) +const MusicCastFilled = lazy(() => import("./generated/MusicCastFilled")) +const MusicNoteOutlined = lazy(() => import("./generated/MusicNoteOutlined")) +const MusicNoteFilled = lazy(() => import("./generated/MusicNoteFilled")) +const NatureOutlined = lazy(() => import("./generated/NatureOutlined")) +const NatureFilled = lazy(() => import("./generated/NatureFilled")) +const NightShelterOutlined = lazy( + () => import("./generated/NightShelterOutlined") +) +const NightShelterFilled = lazy(() => import("./generated/NightShelterFilled")) +const NightlifeOutlined = lazy(() => import("./generated/NightlifeOutlined")) +const NightlifeFilled = lazy(() => import("./generated/NightlifeFilled")) +const OpenInNewOutlined = lazy(() => import("./generated/OpenInNewOutlined")) +const OpenInNewFilled = lazy(() => import("./generated/OpenInNewFilled")) +const PanZoomOutlined = lazy(() => import("./generated/PanZoomOutlined")) +const PanZoomFilled = lazy(() => import("./generated/PanZoomFilled")) +const PanoramaOutlined = lazy(() => import("./generated/PanoramaOutlined")) +const PanoramaFilled = lazy(() => import("./generated/PanoramaFilled")) +const PauseOutlined = lazy(() => import("./generated/PauseOutlined")) +const PauseFilled = lazy(() => import("./generated/PauseFilled")) +const PedalBikeOutlined = lazy(() => import("./generated/PedalBikeOutlined")) +const PedalBikeFilled = lazy(() => import("./generated/PedalBikeFilled")) +const PersonOutlined = lazy(() => import("./generated/PersonOutlined")) +const PersonFilled = lazy(() => import("./generated/PersonFilled")) +const PetsOutlined = lazy(() => import("./generated/PetsOutlined")) +const PetsFilled = lazy(() => import("./generated/PetsFilled")) +const PhoneEnabledOutlined = lazy( + () => import("./generated/PhoneEnabledOutlined") +) +const PhoneEnabledFilled = lazy(() => import("./generated/PhoneEnabledFilled")) +const PhotoCameraOutlined = lazy( + () => import("./generated/PhotoCameraOutlined") +) +const PhotoCameraFilled = lazy(() => import("./generated/PhotoCameraFilled")) +const PlayArrowOutlined = lazy(() => import("./generated/PlayArrowOutlined")) +const PlayArrowFilled = lazy(() => import("./generated/PlayArrowFilled")) +const PoolOutlined = lazy(() => import("./generated/PoolOutlined")) +const PoolFilled = lazy(() => import("./generated/PoolFilled")) +const PrintOutlined = lazy(() => import("./generated/PrintOutlined")) +const PrintFilled = lazy(() => import("./generated/PrintFilled")) +const RadioOutlined = lazy(() => import("./generated/RadioOutlined")) +const RadioFilled = lazy(() => import("./generated/RadioFilled")) +const RecommendOutlined = lazy(() => import("./generated/RecommendOutlined")) +const RecommendFilled = lazy(() => import("./generated/RecommendFilled")) +const RedeemOutlined = lazy(() => import("./generated/RedeemOutlined")) +const RedeemFilled = lazy(() => import("./generated/RedeemFilled")) +const RefreshOutlined = lazy(() => import("./generated/RefreshOutlined")) +const RefreshFilled = lazy(() => import("./generated/RefreshFilled")) +const RemoveOutlined = lazy(() => import("./generated/RemoveOutlined")) +const RemoveFilled = lazy(() => import("./generated/RemoveFilled")) +const RestaurantOutlined = lazy(() => import("./generated/RestaurantOutlined")) +const RestaurantFilled = lazy(() => import("./generated/RestaurantFilled")) +const RoomServiceOutlined = lazy( + () => import("./generated/RoomServiceOutlined") +) +const RoomServiceFilled = lazy(() => import("./generated/RoomServiceFilled")) +const RouterOutlined = lazy(() => import("./generated/RouterOutlined")) +const RouterFilled = lazy(() => import("./generated/RouterFilled")) +const SailingOutlined = lazy(() => import("./generated/SailingOutlined")) +const SailingFilled = lazy(() => import("./generated/SailingFilled")) +const SaunaOutlined = lazy(() => import("./generated/SaunaOutlined")) +const SaunaFilled = lazy(() => import("./generated/SaunaFilled")) +const SceneOutlined = lazy(() => import("./generated/SceneOutlined")) +const SceneFilled = lazy(() => import("./generated/SceneFilled")) +const SearchOutlined = lazy(() => import("./generated/SearchOutlined")) +const SearchFilled = lazy(() => import("./generated/SearchFilled")) +const SellOutlined = lazy(() => import("./generated/SellOutlined")) +const SellFilled = lazy(() => import("./generated/SellFilled")) +const ShoppingBagOutlined = lazy( + () => import("./generated/ShoppingBagOutlined") +) +const ShoppingBagFilled = lazy(() => import("./generated/ShoppingBagFilled")) +const ShowerOutlined = lazy(() => import("./generated/ShowerOutlined")) +const ShowerFilled = lazy(() => import("./generated/ShowerFilled")) +const SingleBedOutlined = lazy(() => import("./generated/SingleBedOutlined")) +const SingleBedFilled = lazy(() => import("./generated/SingleBedFilled")) +const SkateboardingOutlined = lazy( + () => import("./generated/SkateboardingOutlined") +) +const SkateboardingFilled = lazy( + () => import("./generated/SkateboardingFilled") +) +const SmokeFreeOutlined = lazy(() => import("./generated/SmokeFreeOutlined")) +const SmokeFreeFilled = lazy(() => import("./generated/SmokeFreeFilled")) +const SmokingRoomsOutlined = lazy( + () => import("./generated/SmokingRoomsOutlined") +) +const SmokingRoomsFilled = lazy(() => import("./generated/SmokingRoomsFilled")) +const SpaOutlined = lazy(() => import("./generated/SpaOutlined")) +const SpaFilled = lazy(() => import("./generated/SpaFilled")) +const SportsEsportsOutlined = lazy( + () => import("./generated/SportsEsportsOutlined") +) +const SportsEsportsFilled = lazy( + () => import("./generated/SportsEsportsFilled") +) +const SportsGolfOutlined = lazy(() => import("./generated/SportsGolfOutlined")) +const SportsGolfFilled = lazy(() => import("./generated/SportsGolfFilled")) +const SportsHandballOutlined = lazy( + () => import("./generated/SportsHandballOutlined") +) +const SportsHandballFilled = lazy( + () => import("./generated/SportsHandballFilled") +) +const SportsTennisOutlined = lazy( + () => import("./generated/SportsTennisOutlined") +) +const SportsTennisFilled = lazy(() => import("./generated/SportsTennisFilled")) +const StairsOutlined = lazy(() => import("./generated/StairsOutlined")) +const StairsFilled = lazy(() => import("./generated/StairsFilled")) +const StarOutlined = lazy(() => import("./generated/StarOutlined")) +const StarFilled = lazy(() => import("./generated/StarFilled")) +const StickyNote2Outlined = lazy( + () => import("./generated/StickyNote2Outlined") +) +const StickyNote2Filled = lazy(() => import("./generated/StickyNote2Filled")) +const StraightenOutlined = lazy(() => import("./generated/StraightenOutlined")) +const StraightenFilled = lazy(() => import("./generated/StraightenFilled")) +const StylerOutlined = lazy(() => import("./generated/StylerOutlined")) +const StylerFilled = lazy(() => import("./generated/StylerFilled")) +const SupportAgentOutlined = lazy( + () => import("./generated/SupportAgentOutlined") +) +const SupportAgentFilled = lazy(() => import("./generated/SupportAgentFilled")) +const SwipeOutlined = lazy(() => import("./generated/SwipeOutlined")) +const SwipeFilled = lazy(() => import("./generated/SwipeFilled")) +const SyncSavedLocallyOutlined = lazy( + () => import("./generated/SyncSavedLocallyOutlined") +) +const SyncSavedLocallyFilled = lazy( + () => import("./generated/SyncSavedLocallyFilled") +) +const TableBarOutlined = lazy(() => import("./generated/TableBarOutlined")) +const TableBarFilled = lazy(() => import("./generated/TableBarFilled")) +const TheaterComedyOutlined = lazy( + () => import("./generated/TheaterComedyOutlined") +) +const TheaterComedyFilled = lazy( + () => import("./generated/TheaterComedyFilled") +) +const ThingsToDoOutlined = lazy(() => import("./generated/ThingsToDoOutlined")) +const ThingsToDoFilled = lazy(() => import("./generated/ThingsToDoFilled")) +const TrainOutlined = lazy(() => import("./generated/TrainOutlined")) +const TrainFilled = lazy(() => import("./generated/TrainFilled")) +const TramOutlined = lazy(() => import("./generated/TramOutlined")) +const TramFilled = lazy(() => import("./generated/TramFilled")) +const TransitTicketOutlined = lazy( + () => import("./generated/TransitTicketOutlined") +) +const TransitTicketFilled = lazy( + () => import("./generated/TransitTicketFilled") +) +const TravelOutlined = lazy(() => import("./generated/TravelOutlined")) +const TravelFilled = lazy(() => import("./generated/TravelFilled")) +const TravelLuggageAndBagsOutlined = lazy( + () => import("./generated/TravelLuggageAndBagsOutlined") +) +const TravelLuggageAndBagsFilled = lazy( + () => import("./generated/TravelLuggageAndBagsFilled") +) +const TrophyOutlined = lazy(() => import("./generated/TrophyOutlined")) +const TrophyFilled = lazy(() => import("./generated/TrophyFilled")) +const TvGuideOutlined = lazy(() => import("./generated/TvGuideOutlined")) +const TvGuideFilled = lazy(() => import("./generated/TvGuideFilled")) +const TvRemoteOutlined = lazy(() => import("./generated/TvRemoteOutlined")) +const TvRemoteFilled = lazy(() => import("./generated/TvRemoteFilled")) +const UploadOutlined = lazy(() => import("./generated/UploadOutlined")) +const UploadFilled = lazy(() => import("./generated/UploadFilled")) +const VisibilityOutlined = lazy(() => import("./generated/VisibilityOutlined")) +const VisibilityFilled = lazy(() => import("./generated/VisibilityFilled")) +const VisibilityOffOutlined = lazy( + () => import("./generated/VisibilityOffOutlined") +) +const VisibilityOffFilled = lazy( + () => import("./generated/VisibilityOffFilled") +) +const VolumeOffOutlined = lazy(() => import("./generated/VolumeOffOutlined")) +const VolumeOffFilled = lazy(() => import("./generated/VolumeOffFilled")) +const VolumeUpOutlined = lazy(() => import("./generated/VolumeUpOutlined")) +const VolumeUpFilled = lazy(() => import("./generated/VolumeUpFilled")) +const WardOutlined = lazy(() => import("./generated/WardOutlined")) +const WardFilled = lazy(() => import("./generated/WardFilled")) +const WarningOutlined = lazy(() => import("./generated/WarningOutlined")) +const WarningFilled = lazy(() => import("./generated/WarningFilled")) +const WaterFullOutlined = lazy(() => import("./generated/WaterFullOutlined")) +const WaterFullFilled = lazy(() => import("./generated/WaterFullFilled")) +const WifiOutlined = lazy(() => import("./generated/WifiOutlined")) +const WifiFilled = lazy(() => import("./generated/WifiFilled")) +const YardOutlined = lazy(() => import("./generated/YardOutlined")) +const YardFilled = lazy(() => import("./generated/YardFilled")) type SvgIcon = FunctionComponent> @@ -1292,2186 +657,551 @@ export const materialIcons: Record< }> > = { accessibility: { - outlined: { - outlined: accessibilityoutlinedOutlined, - filled: accessibilityoutlinedFilled, - }, - rounded: { - outlined: accessibilityroundedOutlined, - filled: accessibilityroundedFilled, - }, - sharp: { - outlined: accessibilitysharpOutlined, - filled: accessibilitysharpFilled, - }, + outlined: { outlined: AccessibilityOutlined, filled: AccessibilityFilled }, }, accessible: { - outlined: { - outlined: accessibleoutlinedOutlined, - filled: accessibleoutlinedFilled, - }, - rounded: { - outlined: accessibleroundedOutlined, - filled: accessibleroundedFilled, - }, - sharp: { outlined: accessiblesharpOutlined, filled: accessiblesharpFilled }, - }, - acute: { - outlined: { outlined: acuteoutlinedOutlined, filled: acuteoutlinedFilled }, - rounded: { outlined: acuteroundedOutlined, filled: acuteroundedFilled }, - sharp: { outlined: acutesharpOutlined, filled: acutesharpFilled }, - }, - add: { - outlined: { outlined: addoutlinedOutlined, filled: addoutlinedFilled }, - rounded: { outlined: addroundedOutlined, filled: addroundedFilled }, - sharp: { outlined: addsharpOutlined, filled: addsharpFilled }, + outlined: { outlined: AccessibleOutlined, filled: AccessibleFilled }, }, + acute: { outlined: { outlined: AcuteOutlined, filled: AcuteFilled } }, + add: { outlined: { outlined: AddOutlined, filled: AddFilled } }, add_circle: { - outlined: { - outlined: addCircleoutlinedOutlined, - filled: addCircleoutlinedFilled, - }, - rounded: { - outlined: addCircleroundedOutlined, - filled: addCircleroundedFilled, - }, - sharp: { outlined: addCirclesharpOutlined, filled: addCirclesharpFilled }, - }, - air: { - outlined: { outlined: airoutlinedOutlined, filled: airoutlinedFilled }, - rounded: { outlined: airroundedOutlined, filled: airroundedFilled }, - sharp: { outlined: airsharpOutlined, filled: airsharpFilled }, + outlined: { outlined: AddCircleOutlined, filled: AddCircleFilled }, }, + air: { outlined: { outlined: AirOutlined, filled: AirFilled } }, air_purifier_gen: { outlined: { - outlined: airPurifierGenoutlinedOutlined, - filled: airPurifierGenoutlinedFilled, - }, - rounded: { - outlined: airPurifierGenroundedOutlined, - filled: airPurifierGenroundedFilled, - }, - sharp: { - outlined: airPurifierGensharpOutlined, - filled: airPurifierGensharpFilled, + outlined: AirPurifierGenOutlined, + filled: AirPurifierGenFilled, }, }, airline_seat_recline_normal: { outlined: { - outlined: airlineSeatReclineNormaloutlinedOutlined, - filled: airlineSeatReclineNormaloutlinedFilled, - }, - rounded: { - outlined: airlineSeatReclineNormalroundedOutlined, - filled: airlineSeatReclineNormalroundedFilled, - }, - sharp: { - outlined: airlineSeatReclineNormalsharpOutlined, - filled: airlineSeatReclineNormalsharpFilled, + outlined: AirlineSeatReclineNormalOutlined, + filled: AirlineSeatReclineNormalFilled, }, }, airplane_ticket: { outlined: { - outlined: airplaneTicketoutlinedOutlined, - filled: airplaneTicketoutlinedFilled, - }, - rounded: { - outlined: airplaneTicketroundedOutlined, - filled: airplaneTicketroundedFilled, - }, - sharp: { - outlined: airplaneTicketsharpOutlined, - filled: airplaneTicketsharpFilled, + outlined: AirplaneTicketOutlined, + filled: AirplaneTicketFilled, }, }, apartment: { - outlined: { - outlined: apartmentoutlinedOutlined, - filled: apartmentoutlinedFilled, - }, - rounded: { - outlined: apartmentroundedOutlined, - filled: apartmentroundedFilled, - }, - sharp: { outlined: apartmentsharpOutlined, filled: apartmentsharpFilled }, - }, - apparel: { - outlined: { - outlined: appareloutlinedOutlined, - filled: appareloutlinedFilled, - }, - rounded: { outlined: apparelroundedOutlined, filled: apparelroundedFilled }, - sharp: { outlined: apparelsharpOutlined, filled: apparelsharpFilled }, + outlined: { outlined: ApartmentOutlined, filled: ApartmentFilled }, }, + apparel: { outlined: { outlined: ApparelOutlined, filled: ApparelFilled } }, arrow_back: { - outlined: { - outlined: arrowBackoutlinedOutlined, - filled: arrowBackoutlinedFilled, - }, - rounded: { - outlined: arrowBackroundedOutlined, - filled: arrowBackroundedFilled, - }, - sharp: { outlined: arrowBacksharpOutlined, filled: arrowBacksharpFilled }, + outlined: { outlined: ArrowBackOutlined, filled: ArrowBackFilled }, }, arrow_back_ios: { - outlined: { - outlined: arrowBackIosoutlinedOutlined, - filled: arrowBackIosoutlinedFilled, - }, - rounded: { - outlined: arrowBackIosroundedOutlined, - filled: arrowBackIosroundedFilled, - }, - sharp: { - outlined: arrowBackIossharpOutlined, - filled: arrowBackIossharpFilled, - }, + outlined: { outlined: ArrowBackIosOutlined, filled: ArrowBackIosFilled }, }, arrow_forward: { - outlined: { - outlined: arrowForwardoutlinedOutlined, - filled: arrowForwardoutlinedFilled, - }, - rounded: { - outlined: arrowForwardroundedOutlined, - filled: arrowForwardroundedFilled, - }, - sharp: { - outlined: arrowForwardsharpOutlined, - filled: arrowForwardsharpFilled, - }, + outlined: { outlined: ArrowForwardOutlined, filled: ArrowForwardFilled }, }, arrow_forward_ios: { outlined: { - outlined: arrowForwardIosoutlinedOutlined, - filled: arrowForwardIosoutlinedFilled, - }, - rounded: { - outlined: arrowForwardIosroundedOutlined, - filled: arrowForwardIosroundedFilled, - }, - sharp: { - outlined: arrowForwardIossharpOutlined, - filled: arrowForwardIossharpFilled, + outlined: ArrowForwardIosOutlined, + filled: ArrowForwardIosFilled, }, }, arrow_right: { - outlined: { - outlined: arrowRightoutlinedOutlined, - filled: arrowRightoutlinedFilled, - }, - rounded: { - outlined: arrowRightroundedOutlined, - filled: arrowRightroundedFilled, - }, - sharp: { outlined: arrowRightsharpOutlined, filled: arrowRightsharpFilled }, + outlined: { outlined: ArrowRightOutlined, filled: ArrowRightFilled }, }, arrow_upward: { - outlined: { - outlined: arrowUpwardoutlinedOutlined, - filled: arrowUpwardoutlinedFilled, - }, - rounded: { - outlined: arrowUpwardroundedOutlined, - filled: arrowUpwardroundedFilled, - }, - sharp: { - outlined: arrowUpwardsharpOutlined, - filled: arrowUpwardsharpFilled, - }, + outlined: { outlined: ArrowUpwardOutlined, filled: ArrowUpwardFilled }, }, assistant_navigation: { outlined: { - outlined: assistantNavigationoutlinedOutlined, - filled: assistantNavigationoutlinedFilled, - }, - rounded: { - outlined: assistantNavigationroundedOutlined, - filled: assistantNavigationroundedFilled, - }, - sharp: { - outlined: assistantNavigationsharpOutlined, - filled: assistantNavigationsharpFilled, + outlined: AssistantNavigationOutlined, + filled: AssistantNavigationFilled, }, }, asterisk: { - outlined: { - outlined: asteriskoutlinedOutlined, - filled: asteriskoutlinedFilled, - }, - rounded: { - outlined: asteriskroundedOutlined, - filled: asteriskroundedFilled, - }, - sharp: { outlined: asterisksharpOutlined, filled: asterisksharpFilled }, + outlined: { outlined: AsteriskOutlined, filled: AsteriskFilled }, }, attractions: { - outlined: { - outlined: attractionsoutlinedOutlined, - filled: attractionsoutlinedFilled, - }, - rounded: { - outlined: attractionsroundedOutlined, - filled: attractionsroundedFilled, - }, - sharp: { - outlined: attractionssharpOutlined, - filled: attractionssharpFilled, - }, + outlined: { outlined: AttractionsOutlined, filled: AttractionsFilled }, }, award_star: { - outlined: { - outlined: awardStaroutlinedOutlined, - filled: awardStaroutlinedFilled, - }, - rounded: { - outlined: awardStarroundedOutlined, - filled: awardStarroundedFilled, - }, - sharp: { outlined: awardStarsharpOutlined, filled: awardStarsharpFilled }, + outlined: { outlined: AwardStarOutlined, filled: AwardStarFilled }, }, bakery_dining: { - outlined: { - outlined: bakeryDiningoutlinedOutlined, - filled: bakeryDiningoutlinedFilled, - }, - rounded: { - outlined: bakeryDiningroundedOutlined, - filled: bakeryDiningroundedFilled, - }, - sharp: { - outlined: bakeryDiningsharpOutlined, - filled: bakeryDiningsharpFilled, - }, - }, - balcony: { - outlined: { - outlined: balconyoutlinedOutlined, - filled: balconyoutlinedFilled, - }, - rounded: { outlined: balconyroundedOutlined, filled: balconyroundedFilled }, - sharp: { outlined: balconysharpOutlined, filled: balconysharpFilled }, + outlined: { outlined: BakeryDiningOutlined, filled: BakeryDiningFilled }, }, + balcony: { outlined: { outlined: BalconyOutlined, filled: BalconyFilled } }, bathroom: { - outlined: { - outlined: bathroomoutlinedOutlined, - filled: bathroomoutlinedFilled, - }, - rounded: { - outlined: bathroomroundedOutlined, - filled: bathroomroundedFilled, - }, - sharp: { outlined: bathroomsharpOutlined, filled: bathroomsharpFilled }, - }, - bathtub: { - outlined: { - outlined: bathtuboutlinedOutlined, - filled: bathtuboutlinedFilled, - }, - rounded: { outlined: bathtubroundedOutlined, filled: bathtubroundedFilled }, - sharp: { outlined: bathtubsharpOutlined, filled: bathtubsharpFilled }, + outlined: { outlined: BathroomOutlined, filled: BathroomFilled }, }, + bathtub: { outlined: { outlined: BathtubOutlined, filled: BathtubFilled } }, beach_access: { - outlined: { - outlined: beachAccessoutlinedOutlined, - filled: beachAccessoutlinedFilled, - }, - rounded: { - outlined: beachAccessroundedOutlined, - filled: beachAccessroundedFilled, - }, - sharp: { - outlined: beachAccesssharpOutlined, - filled: beachAccesssharpFilled, - }, - }, - bed: { - outlined: { outlined: bedoutlinedOutlined, filled: bedoutlinedFilled }, - rounded: { outlined: bedroundedOutlined, filled: bedroundedFilled }, - sharp: { outlined: bedsharpOutlined, filled: bedsharpFilled }, + outlined: { outlined: BeachAccessOutlined, filled: BeachAccessFilled }, }, + bed: { outlined: { outlined: BedOutlined, filled: BedFilled } }, bedroom_parent: { - outlined: { - outlined: bedroomParentoutlinedOutlined, - filled: bedroomParentoutlinedFilled, - }, - rounded: { - outlined: bedroomParentroundedOutlined, - filled: bedroomParentroundedFilled, - }, - sharp: { - outlined: bedroomParentsharpOutlined, - filled: bedroomParentsharpFilled, - }, - }, - box: { - outlined: { outlined: boxoutlinedOutlined, filled: boxoutlinedFilled }, - rounded: { outlined: boxroundedOutlined, filled: boxroundedFilled }, - sharp: { outlined: boxsharpOutlined, filled: boxsharpFilled }, + outlined: { outlined: BedroomParentOutlined, filled: BedroomParentFilled }, }, + box: { outlined: { outlined: BoxOutlined, filled: BoxFilled } }, brunch_dining: { - outlined: { - outlined: brunchDiningoutlinedOutlined, - filled: brunchDiningoutlinedFilled, - }, - rounded: { - outlined: brunchDiningroundedOutlined, - filled: brunchDiningroundedFilled, - }, - sharp: { - outlined: brunchDiningsharpOutlined, - filled: brunchDiningsharpFilled, - }, + outlined: { outlined: BrunchDiningOutlined, filled: BrunchDiningFilled }, }, business_center: { outlined: { - outlined: businessCenteroutlinedOutlined, - filled: businessCenteroutlinedFilled, - }, - rounded: { - outlined: businessCenterroundedOutlined, - filled: businessCenterroundedFilled, - }, - sharp: { - outlined: businessCentersharpOutlined, - filled: businessCentersharpFilled, + outlined: BusinessCenterOutlined, + filled: BusinessCenterFilled, }, }, calendar_add_on: { - outlined: { - outlined: calendarAddOnoutlinedOutlined, - filled: calendarAddOnoutlinedFilled, - }, - rounded: { - outlined: calendarAddOnroundedOutlined, - filled: calendarAddOnroundedFilled, - }, - sharp: { - outlined: calendarAddOnsharpOutlined, - filled: calendarAddOnsharpFilled, - }, + outlined: { outlined: CalendarAddOnOutlined, filled: CalendarAddOnFilled }, }, calendar_clock: { - outlined: { - outlined: calendarClockoutlinedOutlined, - filled: calendarClockoutlinedFilled, - }, - rounded: { - outlined: calendarClockroundedOutlined, - filled: calendarClockroundedFilled, - }, - sharp: { - outlined: calendarClocksharpOutlined, - filled: calendarClocksharpFilled, - }, + outlined: { outlined: CalendarClockOutlined, filled: CalendarClockFilled }, }, calendar_month: { - outlined: { - outlined: calendarMonthoutlinedOutlined, - filled: calendarMonthoutlinedFilled, - }, - rounded: { - outlined: calendarMonthroundedOutlined, - filled: calendarMonthroundedFilled, - }, - sharp: { - outlined: calendarMonthsharpOutlined, - filled: calendarMonthsharpFilled, - }, + outlined: { outlined: CalendarMonthOutlined, filled: CalendarMonthFilled }, }, calendar_today: { - outlined: { - outlined: calendarTodayoutlinedOutlined, - filled: calendarTodayoutlinedFilled, - }, - rounded: { - outlined: calendarTodayroundedOutlined, - filled: calendarTodayroundedFilled, - }, - sharp: { - outlined: calendarTodaysharpOutlined, - filled: calendarTodaysharpFilled, - }, - }, - call: { - outlined: { outlined: calloutlinedOutlined, filled: calloutlinedFilled }, - rounded: { outlined: callroundedOutlined, filled: callroundedFilled }, - sharp: { outlined: callsharpOutlined, filled: callsharpFilled }, + outlined: { outlined: CalendarTodayOutlined, filled: CalendarTodayFilled }, }, + call: { outlined: { outlined: CallOutlined, filled: CallFilled } }, call_quality: { - outlined: { - outlined: callQualityoutlinedOutlined, - filled: callQualityoutlinedFilled, - }, - rounded: { - outlined: callQualityroundedOutlined, - filled: callQualityroundedFilled, - }, - sharp: { - outlined: callQualitysharpOutlined, - filled: callQualitysharpFilled, - }, - }, - camera: { - outlined: { - outlined: cameraoutlinedOutlined, - filled: cameraoutlinedFilled, - }, - rounded: { outlined: cameraroundedOutlined, filled: cameraroundedFilled }, - sharp: { outlined: camerasharpOutlined, filled: camerasharpFilled }, - }, - cancel: { - outlined: { - outlined: canceloutlinedOutlined, - filled: canceloutlinedFilled, - }, - rounded: { outlined: cancelroundedOutlined, filled: cancelroundedFilled }, - sharp: { outlined: cancelsharpOutlined, filled: cancelsharpFilled }, - }, - chair: { - outlined: { outlined: chairoutlinedOutlined, filled: chairoutlinedFilled }, - rounded: { outlined: chairroundedOutlined, filled: chairroundedFilled }, - sharp: { outlined: chairsharpOutlined, filled: chairsharpFilled }, - }, - check: { - outlined: { outlined: checkoutlinedOutlined, filled: checkoutlinedFilled }, - rounded: { outlined: checkroundedOutlined, filled: checkroundedFilled }, - sharp: { outlined: checksharpOutlined, filled: checksharpFilled }, + outlined: { outlined: CallQualityOutlined, filled: CallQualityFilled }, }, + camera: { outlined: { outlined: CameraOutlined, filled: CameraFilled } }, + cancel: { outlined: { outlined: CancelOutlined, filled: CancelFilled } }, + chair: { outlined: { outlined: ChairOutlined, filled: ChairFilled } }, + check: { outlined: { outlined: CheckOutlined, filled: CheckFilled } }, check_box: { - outlined: { - outlined: checkBoxoutlinedOutlined, - filled: checkBoxoutlinedFilled, - }, - rounded: { - outlined: checkBoxroundedOutlined, - filled: checkBoxroundedFilled, - }, - sharp: { outlined: checkBoxsharpOutlined, filled: checkBoxsharpFilled }, + outlined: { outlined: CheckBoxOutlined, filled: CheckBoxFilled }, }, check_circle: { - outlined: { - outlined: checkCircleoutlinedOutlined, - filled: checkCircleoutlinedFilled, - }, - rounded: { - outlined: checkCircleroundedOutlined, - filled: checkCircleroundedFilled, - }, - sharp: { - outlined: checkCirclesharpOutlined, - filled: checkCirclesharpFilled, - }, + outlined: { outlined: CheckCircleOutlined, filled: CheckCircleFilled }, }, checked_bag: { - outlined: { - outlined: checkedBagoutlinedOutlined, - filled: checkedBagoutlinedFilled, - }, - rounded: { - outlined: checkedBagroundedOutlined, - filled: checkedBagroundedFilled, - }, - sharp: { outlined: checkedBagsharpOutlined, filled: checkedBagsharpFilled }, + outlined: { outlined: CheckedBagOutlined, filled: CheckedBagFilled }, }, checkroom: { - outlined: { - outlined: checkroomoutlinedOutlined, - filled: checkroomoutlinedFilled, - }, - rounded: { - outlined: checkroomroundedOutlined, - filled: checkroomroundedFilled, - }, - sharp: { outlined: checkroomsharpOutlined, filled: checkroomsharpFilled }, + outlined: { outlined: CheckroomOutlined, filled: CheckroomFilled }, }, chevron_left: { - outlined: { - outlined: chevronLeftoutlinedOutlined, - filled: chevronLeftoutlinedFilled, - }, - rounded: { - outlined: chevronLeftroundedOutlined, - filled: chevronLeftroundedFilled, - }, - sharp: { - outlined: chevronLeftsharpOutlined, - filled: chevronLeftsharpFilled, - }, + outlined: { outlined: ChevronLeftOutlined, filled: ChevronLeftFilled }, }, chevron_right: { - outlined: { - outlined: chevronRightoutlinedOutlined, - filled: chevronRightoutlinedFilled, - }, - rounded: { - outlined: chevronRightroundedOutlined, - filled: chevronRightroundedFilled, - }, - sharp: { - outlined: chevronRightsharpOutlined, - filled: chevronRightsharpFilled, - }, - }, - close: { - outlined: { outlined: closeoutlinedOutlined, filled: closeoutlinedFilled }, - rounded: { outlined: closeroundedOutlined, filled: closeroundedFilled }, - sharp: { outlined: closesharpOutlined, filled: closesharpFilled }, - }, - coffee: { - outlined: { - outlined: coffeeoutlinedOutlined, - filled: coffeeoutlinedFilled, - }, - rounded: { outlined: coffeeroundedOutlined, filled: coffeeroundedFilled }, - sharp: { outlined: coffeesharpOutlined, filled: coffeesharpFilled }, + outlined: { outlined: ChevronRightOutlined, filled: ChevronRightFilled }, }, + close: { outlined: { outlined: CloseOutlined, filled: CloseFilled } }, + coffee: { outlined: { outlined: CoffeeOutlined, filled: CoffeeFilled } }, coffee_maker: { - outlined: { - outlined: coffeeMakeroutlinedOutlined, - filled: coffeeMakeroutlinedFilled, - }, - rounded: { - outlined: coffeeMakerroundedOutlined, - filled: coffeeMakerroundedFilled, - }, - sharp: { - outlined: coffeeMakersharpOutlined, - filled: coffeeMakersharpFilled, - }, + outlined: { outlined: CoffeeMakerOutlined, filled: CoffeeMakerFilled }, }, compare_arrows: { - outlined: { - outlined: compareArrowsoutlinedOutlined, - filled: compareArrowsoutlinedFilled, - }, - rounded: { - outlined: compareArrowsroundedOutlined, - filled: compareArrowsroundedFilled, - }, - sharp: { - outlined: compareArrowssharpOutlined, - filled: compareArrowssharpFilled, - }, + outlined: { outlined: CompareArrowsOutlined, filled: CompareArrowsFilled }, }, computer: { - outlined: { - outlined: computeroutlinedOutlined, - filled: computeroutlinedFilled, - }, - rounded: { - outlined: computerroundedOutlined, - filled: computerroundedFilled, - }, - sharp: { outlined: computersharpOutlined, filled: computersharpFilled }, + outlined: { outlined: ComputerOutlined, filled: ComputerFilled }, }, concierge: { - outlined: { - outlined: conciergeoutlinedOutlined, - filled: conciergeoutlinedFilled, - }, - rounded: { - outlined: conciergeroundedOutlined, - filled: conciergeroundedFilled, - }, - sharp: { outlined: conciergesharpOutlined, filled: conciergesharpFilled }, + outlined: { outlined: ConciergeOutlined, filled: ConciergeFilled }, }, confirmation_number: { outlined: { - outlined: confirmationNumberoutlinedOutlined, - filled: confirmationNumberoutlinedFilled, - }, - rounded: { - outlined: confirmationNumberroundedOutlined, - filled: confirmationNumberroundedFilled, - }, - sharp: { - outlined: confirmationNumbersharpOutlined, - filled: confirmationNumbersharpFilled, + outlined: ConfirmationNumberOutlined, + filled: ConfirmationNumberFilled, }, }, connected_tv: { - outlined: { - outlined: connectedTvoutlinedOutlined, - filled: connectedTvoutlinedFilled, - }, - rounded: { - outlined: connectedTvroundedOutlined, - filled: connectedTvroundedFilled, - }, - sharp: { - outlined: connectedTvsharpOutlined, - filled: connectedTvsharpFilled, - }, + outlined: { outlined: ConnectedTvOutlined, filled: ConnectedTvFilled }, }, content_copy: { - outlined: { - outlined: contentCopyoutlinedOutlined, - filled: contentCopyoutlinedFilled, - }, - rounded: { - outlined: contentCopyroundedOutlined, - filled: contentCopyroundedFilled, - }, - sharp: { - outlined: contentCopysharpOutlined, - filled: contentCopysharpFilled, - }, + outlined: { outlined: ContentCopyOutlined, filled: ContentCopyFilled }, }, contract: { - outlined: { - outlined: contractoutlinedOutlined, - filled: contractoutlinedFilled, - }, - rounded: { - outlined: contractroundedOutlined, - filled: contractroundedFilled, - }, - sharp: { outlined: contractsharpOutlined, filled: contractsharpFilled }, + outlined: { outlined: ContractOutlined, filled: ContractFilled }, }, cool_to_dry: { - outlined: { - outlined: coolToDryoutlinedOutlined, - filled: coolToDryoutlinedFilled, - }, - rounded: { - outlined: coolToDryroundedOutlined, - filled: coolToDryroundedFilled, - }, - sharp: { outlined: coolToDrysharpOutlined, filled: coolToDrysharpFilled }, + outlined: { outlined: CoolToDryOutlined, filled: CoolToDryFilled }, }, countertops: { - outlined: { - outlined: countertopsoutlinedOutlined, - filled: countertopsoutlinedFilled, - }, - rounded: { - outlined: countertopsroundedOutlined, - filled: countertopsroundedFilled, - }, - sharp: { - outlined: countertopssharpOutlined, - filled: countertopssharpFilled, - }, + outlined: { outlined: CountertopsOutlined, filled: CountertopsFilled }, }, credit_card: { - outlined: { - outlined: creditCardoutlinedOutlined, - filled: creditCardoutlinedFilled, - }, - rounded: { - outlined: creditCardroundedOutlined, - filled: creditCardroundedFilled, - }, - sharp: { outlined: creditCardsharpOutlined, filled: creditCardsharpFilled }, + outlined: { outlined: CreditCardOutlined, filled: CreditCardFilled }, }, credit_card_heart: { outlined: { - outlined: creditCardHeartoutlinedOutlined, - filled: creditCardHeartoutlinedFilled, - }, - rounded: { - outlined: creditCardHeartroundedOutlined, - filled: creditCardHeartroundedFilled, - }, - sharp: { - outlined: creditCardHeartsharpOutlined, - filled: creditCardHeartsharpFilled, + outlined: CreditCardHeartOutlined, + filled: CreditCardHeartFilled, }, }, credit_score: { - outlined: { - outlined: creditScoreoutlinedOutlined, - filled: creditScoreoutlinedFilled, - }, - rounded: { - outlined: creditScoreroundedOutlined, - filled: creditScoreroundedFilled, - }, - sharp: { - outlined: creditScoresharpOutlined, - filled: creditScoresharpFilled, - }, + outlined: { outlined: CreditScoreOutlined, filled: CreditScoreFilled }, }, curtains: { - outlined: { - outlined: curtainsoutlinedOutlined, - filled: curtainsoutlinedFilled, - }, - rounded: { - outlined: curtainsroundedOutlined, - filled: curtainsroundedFilled, - }, - sharp: { outlined: curtainssharpOutlined, filled: curtainssharpFilled }, + outlined: { outlined: CurtainsOutlined, filled: CurtainsFilled }, }, curtains_closed: { outlined: { - outlined: curtainsClosedoutlinedOutlined, - filled: curtainsClosedoutlinedFilled, - }, - rounded: { - outlined: curtainsClosedroundedOutlined, - filled: curtainsClosedroundedFilled, - }, - sharp: { - outlined: curtainsClosedsharpOutlined, - filled: curtainsClosedsharpFilled, + outlined: CurtainsClosedOutlined, + filled: CurtainsClosedFilled, }, }, dangerous: { - outlined: { - outlined: dangerousoutlinedOutlined, - filled: dangerousoutlinedFilled, - }, - rounded: { - outlined: dangerousroundedOutlined, - filled: dangerousroundedFilled, - }, - sharp: { outlined: dangeroussharpOutlined, filled: dangeroussharpFilled }, - }, - deck: { - outlined: { outlined: deckoutlinedOutlined, filled: deckoutlinedFilled }, - rounded: { outlined: deckroundedOutlined, filled: deckroundedFilled }, - sharp: { outlined: decksharpOutlined, filled: decksharpFilled }, - }, - delete: { - outlined: { - outlined: deleteoutlinedOutlined, - filled: deleteoutlinedFilled, - }, - rounded: { outlined: deleteroundedOutlined, filled: deleteroundedFilled }, - sharp: { outlined: deletesharpOutlined, filled: deletesharpFilled }, - }, - desk: { - outlined: { outlined: deskoutlinedOutlined, filled: deskoutlinedFilled }, - rounded: { outlined: deskroundedOutlined, filled: deskroundedFilled }, - sharp: { outlined: desksharpOutlined, filled: desksharpFilled }, + outlined: { outlined: DangerousOutlined, filled: DangerousFilled }, }, + deck: { outlined: { outlined: DeckOutlined, filled: DeckFilled } }, + delete: { outlined: { outlined: DeleteOutlined, filled: DeleteFilled } }, + desk: { outlined: { outlined: DeskOutlined, filled: DeskFilled } }, device_thermostat: { outlined: { - outlined: deviceThermostatoutlinedOutlined, - filled: deviceThermostatoutlinedFilled, - }, - rounded: { - outlined: deviceThermostatroundedOutlined, - filled: deviceThermostatroundedFilled, - }, - sharp: { - outlined: deviceThermostatsharpOutlined, - filled: deviceThermostatsharpFilled, + outlined: DeviceThermostatOutlined, + filled: DeviceThermostatFilled, }, }, - diamond: { - outlined: { - outlined: diamondoutlinedOutlined, - filled: diamondoutlinedFilled, - }, - rounded: { outlined: diamondroundedOutlined, filled: diamondroundedFilled }, - sharp: { outlined: diamondsharpOutlined, filled: diamondsharpFilled }, - }, - dining: { - outlined: { - outlined: diningoutlinedOutlined, - filled: diningoutlinedFilled, - }, - rounded: { outlined: diningroundedOutlined, filled: diningroundedFilled }, - sharp: { outlined: diningsharpOutlined, filled: diningsharpFilled }, - }, + diamond: { outlined: { outlined: DiamondOutlined, filled: DiamondFilled } }, + dining: { outlined: { outlined: DiningOutlined, filled: DiningFilled } }, directions: { - outlined: { - outlined: directionsoutlinedOutlined, - filled: directionsoutlinedFilled, - }, - rounded: { - outlined: directionsroundedOutlined, - filled: directionsroundedFilled, - }, - sharp: { outlined: directionssharpOutlined, filled: directionssharpFilled }, + outlined: { outlined: DirectionsOutlined, filled: DirectionsFilled }, }, directions_run: { - outlined: { - outlined: directionsRunoutlinedOutlined, - filled: directionsRunoutlinedFilled, - }, - rounded: { - outlined: directionsRunroundedOutlined, - filled: directionsRunroundedFilled, - }, - sharp: { - outlined: directionsRunsharpOutlined, - filled: directionsRunsharpFilled, - }, + outlined: { outlined: DirectionsRunOutlined, filled: DirectionsRunFilled }, }, directions_subway: { outlined: { - outlined: directionsSubwayoutlinedOutlined, - filled: directionsSubwayoutlinedFilled, - }, - rounded: { - outlined: directionsSubwayroundedOutlined, - filled: directionsSubwayroundedFilled, - }, - sharp: { - outlined: directionsSubwaysharpOutlined, - filled: directionsSubwaysharpFilled, + outlined: DirectionsSubwayOutlined, + filled: DirectionsSubwayFilled, }, }, downhill_skiing: { outlined: { - outlined: downhillSkiingoutlinedOutlined, - filled: downhillSkiingoutlinedFilled, - }, - rounded: { - outlined: downhillSkiingroundedOutlined, - filled: downhillSkiingroundedFilled, - }, - sharp: { - outlined: downhillSkiingsharpOutlined, - filled: downhillSkiingsharpFilled, + outlined: DownhillSkiingOutlined, + filled: DownhillSkiingFilled, }, }, download: { - outlined: { - outlined: downloadoutlinedOutlined, - filled: downloadoutlinedFilled, - }, - rounded: { - outlined: downloadroundedOutlined, - filled: downloadroundedFilled, - }, - sharp: { outlined: downloadsharpOutlined, filled: downloadsharpFilled }, - }, - dresser: { - outlined: { - outlined: dresseroutlinedOutlined, - filled: dresseroutlinedFilled, - }, - rounded: { outlined: dresserroundedOutlined, filled: dresserroundedFilled }, - sharp: { outlined: dressersharpOutlined, filled: dressersharpFilled }, - }, - edit: { - outlined: { outlined: editoutlinedOutlined, filled: editoutlinedFilled }, - rounded: { outlined: editroundedOutlined, filled: editroundedFilled }, - sharp: { outlined: editsharpOutlined, filled: editsharpFilled }, + outlined: { outlined: DownloadOutlined, filled: DownloadFilled }, }, + dresser: { outlined: { outlined: DresserOutlined, filled: DresserFilled } }, + edit: { outlined: { outlined: EditOutlined, filled: EditFilled } }, edit_calendar: { - outlined: { - outlined: editCalendaroutlinedOutlined, - filled: editCalendaroutlinedFilled, - }, - rounded: { - outlined: editCalendarroundedOutlined, - filled: editCalendarroundedFilled, - }, - sharp: { - outlined: editCalendarsharpOutlined, - filled: editCalendarsharpFilled, - }, + outlined: { outlined: EditCalendarOutlined, filled: EditCalendarFilled }, }, edit_square: { - outlined: { - outlined: editSquareoutlinedOutlined, - filled: editSquareoutlinedFilled, - }, - rounded: { - outlined: editSquareroundedOutlined, - filled: editSquareroundedFilled, - }, - sharp: { outlined: editSquaresharpOutlined, filled: editSquaresharpFilled }, + outlined: { outlined: EditSquareOutlined, filled: EditSquareFilled }, }, electric_bike: { - outlined: { - outlined: electricBikeoutlinedOutlined, - filled: electricBikeoutlinedFilled, - }, - rounded: { - outlined: electricBikeroundedOutlined, - filled: electricBikeroundedFilled, - }, - sharp: { - outlined: electricBikesharpOutlined, - filled: electricBikesharpFilled, - }, + outlined: { outlined: ElectricBikeOutlined, filled: ElectricBikeFilled }, }, electric_car: { - outlined: { - outlined: electricCaroutlinedOutlined, - filled: electricCaroutlinedFilled, - }, - rounded: { - outlined: electricCarroundedOutlined, - filled: electricCarroundedFilled, - }, - sharp: { - outlined: electricCarsharpOutlined, - filled: electricCarsharpFilled, - }, + outlined: { outlined: ElectricCarOutlined, filled: ElectricCarFilled }, }, elevator: { - outlined: { - outlined: elevatoroutlinedOutlined, - filled: elevatoroutlinedFilled, - }, - rounded: { - outlined: elevatorroundedOutlined, - filled: elevatorroundedFilled, - }, - sharp: { outlined: elevatorsharpOutlined, filled: elevatorsharpFilled }, + outlined: { outlined: ElevatorOutlined, filled: ElevatorFilled }, }, emoji_transportation: { outlined: { - outlined: emojiTransportationoutlinedOutlined, - filled: emojiTransportationoutlinedFilled, - }, - rounded: { - outlined: emojiTransportationroundedOutlined, - filled: emojiTransportationroundedFilled, - }, - sharp: { - outlined: emojiTransportationsharpOutlined, - filled: emojiTransportationsharpFilled, + outlined: EmojiTransportationOutlined, + filled: EmojiTransportationFilled, }, }, - error: { - outlined: { outlined: erroroutlinedOutlined, filled: erroroutlinedFilled }, - rounded: { outlined: errorroundedOutlined, filled: errorroundedFilled }, - sharp: { outlined: errorsharpOutlined, filled: errorsharpFilled }, - }, + error: { outlined: { outlined: ErrorOutlined, filled: ErrorFilled } }, exercise: { - outlined: { - outlined: exerciseoutlinedOutlined, - filled: exerciseoutlinedFilled, - }, - rounded: { - outlined: exerciseroundedOutlined, - filled: exerciseroundedFilled, - }, - sharp: { outlined: exercisesharpOutlined, filled: exercisesharpFilled }, + outlined: { outlined: ExerciseOutlined, filled: ExerciseFilled }, }, family_restroom: { outlined: { - outlined: familyRestroomoutlinedOutlined, - filled: familyRestroomoutlinedFilled, - }, - rounded: { - outlined: familyRestroomroundedOutlined, - filled: familyRestroomroundedFilled, - }, - sharp: { - outlined: familyRestroomsharpOutlined, - filled: familyRestroomsharpFilled, + outlined: FamilyRestroomOutlined, + filled: FamilyRestroomFilled, }, }, fastfood: { - outlined: { - outlined: fastfoodoutlinedOutlined, - filled: fastfoodoutlinedFilled, - }, - rounded: { - outlined: fastfoodroundedOutlined, - filled: fastfoodroundedFilled, - }, - sharp: { outlined: fastfoodsharpOutlined, filled: fastfoodsharpFilled }, + outlined: { outlined: FastfoodOutlined, filled: FastfoodFilled }, }, favorite: { - outlined: { - outlined: favoriteoutlinedOutlined, - filled: favoriteoutlinedFilled, - }, - rounded: { - outlined: favoriteroundedOutlined, - filled: favoriteroundedFilled, - }, - sharp: { outlined: favoritesharpOutlined, filled: favoritesharpFilled }, - }, - fax: { - outlined: { outlined: faxoutlinedOutlined, filled: faxoutlinedFilled }, - rounded: { outlined: faxroundedOutlined, filled: faxroundedFilled }, - sharp: { outlined: faxsharpOutlined, filled: faxsharpFilled }, + outlined: { outlined: FavoriteOutlined, filled: FavoriteFilled }, }, + fax: { outlined: { outlined: FaxOutlined, filled: FaxFilled } }, featured_seasonal_and_gifts: { outlined: { - outlined: featuredSeasonalAndGiftsoutlinedOutlined, - filled: featuredSeasonalAndGiftsoutlinedFilled, - }, - rounded: { - outlined: featuredSeasonalAndGiftsroundedOutlined, - filled: featuredSeasonalAndGiftsroundedFilled, - }, - sharp: { - outlined: featuredSeasonalAndGiftssharpOutlined, - filled: featuredSeasonalAndGiftssharpFilled, + outlined: FeaturedSeasonalAndGiftsOutlined, + filled: FeaturedSeasonalAndGiftsFilled, }, }, festival: { - outlined: { - outlined: festivaloutlinedOutlined, - filled: festivaloutlinedFilled, - }, - rounded: { - outlined: festivalroundedOutlined, - filled: festivalroundedFilled, - }, - sharp: { outlined: festivalsharpOutlined, filled: festivalsharpFilled }, - }, - filter: { - outlined: { - outlined: filteroutlinedOutlined, - filled: filteroutlinedFilled, - }, - rounded: { outlined: filterroundedOutlined, filled: filterroundedFilled }, - sharp: { outlined: filtersharpOutlined, filled: filtersharpFilled }, + outlined: { outlined: FestivalOutlined, filled: FestivalFilled }, }, + filter: { outlined: { outlined: FilterOutlined, filled: FilterFilled } }, filter_alt: { - outlined: { - outlined: filterAltoutlinedOutlined, - filled: filterAltoutlinedFilled, - }, - rounded: { - outlined: filterAltroundedOutlined, - filled: filterAltroundedFilled, - }, - sharp: { outlined: filterAltsharpOutlined, filled: filterAltsharpFilled }, + outlined: { outlined: FilterAltOutlined, filled: FilterAltFilled }, }, floor_lamp: { - outlined: { - outlined: floorLampoutlinedOutlined, - filled: floorLampoutlinedFilled, - }, - rounded: { - outlined: floorLamproundedOutlined, - filled: floorLamproundedFilled, - }, - sharp: { outlined: floorLampsharpOutlined, filled: floorLampsharpFilled }, - }, - forest: { - outlined: { - outlined: forestoutlinedOutlined, - filled: forestoutlinedFilled, - }, - rounded: { outlined: forestroundedOutlined, filled: forestroundedFilled }, - sharp: { outlined: forestsharpOutlined, filled: forestsharpFilled }, + outlined: { outlined: FloorLampOutlined, filled: FloorLampFilled }, }, + forest: { outlined: { outlined: ForestOutlined, filled: ForestFilled } }, format_list_bulleted: { outlined: { - outlined: formatListBulletedoutlinedOutlined, - filled: formatListBulletedoutlinedFilled, - }, - rounded: { - outlined: formatListBulletedroundedOutlined, - filled: formatListBulletedroundedFilled, - }, - sharp: { - outlined: formatListBulletedsharpOutlined, - filled: formatListBulletedsharpFilled, + outlined: FormatListBulletedOutlined, + filled: FormatListBulletedFilled, }, }, - garage: { - outlined: { - outlined: garageoutlinedOutlined, - filled: garageoutlinedFilled, - }, - rounded: { outlined: garageroundedOutlined, filled: garageroundedFilled }, - sharp: { outlined: garagesharpOutlined, filled: garagesharpFilled }, - }, - globe: { - outlined: { outlined: globeoutlinedOutlined, filled: globeoutlinedFilled }, - rounded: { outlined: globeroundedOutlined, filled: globeroundedFilled }, - sharp: { outlined: globesharpOutlined, filled: globesharpFilled }, - }, + garage: { outlined: { outlined: GarageOutlined, filled: GarageFilled } }, + globe: { outlined: { outlined: GlobeOutlined, filled: GlobeFilled } }, golf_course: { - outlined: { - outlined: golfCourseoutlinedOutlined, - filled: golfCourseoutlinedFilled, - }, - rounded: { - outlined: golfCourseroundedOutlined, - filled: golfCourseroundedFilled, - }, - sharp: { outlined: golfCoursesharpOutlined, filled: golfCoursesharpFilled }, - }, - groups: { - outlined: { - outlined: groupsoutlinedOutlined, - filled: groupsoutlinedFilled, - }, - rounded: { outlined: groupsroundedOutlined, filled: groupsroundedFilled }, - sharp: { outlined: groupssharpOutlined, filled: groupssharpFilled }, + outlined: { outlined: GolfCourseOutlined, filled: GolfCourseFilled }, }, + groups: { outlined: { outlined: GroupsOutlined, filled: GroupsFilled } }, health_and_beauty: { outlined: { - outlined: healthAndBeautyoutlinedOutlined, - filled: healthAndBeautyoutlinedFilled, - }, - rounded: { - outlined: healthAndBeautyroundedOutlined, - filled: healthAndBeautyroundedFilled, - }, - sharp: { - outlined: healthAndBeautysharpOutlined, - filled: healthAndBeautysharpFilled, + outlined: HealthAndBeautyOutlined, + filled: HealthAndBeautyFilled, }, }, - heat: { - outlined: { outlined: heatoutlinedOutlined, filled: heatoutlinedFilled }, - rounded: { outlined: heatroundedOutlined, filled: heatroundedFilled }, - sharp: { outlined: heatsharpOutlined, filled: heatsharpFilled }, - }, - hiking: { - outlined: { - outlined: hikingoutlinedOutlined, - filled: hikingoutlinedFilled, - }, - rounded: { outlined: hikingroundedOutlined, filled: hikingroundedFilled }, - sharp: { outlined: hikingsharpOutlined, filled: hikingsharpFilled }, - }, - home: { - outlined: { outlined: homeoutlinedOutlined, filled: homeoutlinedFilled }, - rounded: { outlined: homeroundedOutlined, filled: homeroundedFilled }, - sharp: { outlined: homesharpOutlined, filled: homesharpFilled }, - }, - hot_tub: { - outlined: { - outlined: hotTuboutlinedOutlined, - filled: hotTuboutlinedFilled, - }, - rounded: { outlined: hotTubroundedOutlined, filled: hotTubroundedFilled }, - sharp: { outlined: hotTubsharpOutlined, filled: hotTubsharpFilled }, - }, + heat: { outlined: { outlined: HeatOutlined, filled: HeatFilled } }, + hiking: { outlined: { outlined: HikingOutlined, filled: HikingFilled } }, + home: { outlined: { outlined: HomeOutlined, filled: HomeFilled } }, + hot_tub: { outlined: { outlined: HotTubOutlined, filled: HotTubFilled } }, houseboat: { - outlined: { - outlined: houseboatoutlinedOutlined, - filled: houseboatoutlinedFilled, - }, - rounded: { - outlined: houseboatroundedOutlined, - filled: houseboatroundedFilled, - }, - sharp: { outlined: houseboatsharpOutlined, filled: houseboatsharpFilled }, - }, - hvac: { - outlined: { outlined: hvacoutlinedOutlined, filled: hvacoutlinedFilled }, - rounded: { outlined: hvacroundedOutlined, filled: hvacroundedFilled }, - sharp: { outlined: hvacsharpOutlined, filled: hvacsharpFilled }, - }, - id_card: { - outlined: { - outlined: idCardoutlinedOutlined, - filled: idCardoutlinedFilled, - }, - rounded: { outlined: idCardroundedOutlined, filled: idCardroundedFilled }, - sharp: { outlined: idCardsharpOutlined, filled: idCardsharpFilled }, + outlined: { outlined: HouseboatOutlined, filled: HouseboatFilled }, }, + hvac: { outlined: { outlined: HvacOutlined, filled: HvacFilled } }, + id_card: { outlined: { outlined: IdCardOutlined, filled: IdCardFilled } }, imagesmode: { - outlined: { - outlined: imagesmodeoutlinedOutlined, - filled: imagesmodeoutlinedFilled, - }, - rounded: { - outlined: imagesmoderoundedOutlined, - filled: imagesmoderoundedFilled, - }, - sharp: { outlined: imagesmodesharpOutlined, filled: imagesmodesharpFilled }, - }, - info: { - outlined: { outlined: infooutlinedOutlined, filled: infooutlinedFilled }, - rounded: { outlined: inforoundedOutlined, filled: inforoundedFilled }, - sharp: { outlined: infosharpOutlined, filled: infosharpFilled }, - }, - iron: { - outlined: { outlined: ironoutlinedOutlined, filled: ironoutlinedFilled }, - rounded: { outlined: ironroundedOutlined, filled: ironroundedFilled }, - sharp: { outlined: ironsharpOutlined, filled: ironsharpFilled }, + outlined: { outlined: ImagesmodeOutlined, filled: ImagesmodeFilled }, }, + info: { outlined: { outlined: InfoOutlined, filled: InfoFilled } }, + iron: { outlined: { outlined: IronOutlined, filled: IronFilled } }, kayaking: { - outlined: { - outlined: kayakingoutlinedOutlined, - filled: kayakingoutlinedFilled, - }, - rounded: { - outlined: kayakingroundedOutlined, - filled: kayakingroundedFilled, - }, - sharp: { outlined: kayakingsharpOutlined, filled: kayakingsharpFilled }, - }, - kettle: { - outlined: { - outlined: kettleoutlinedOutlined, - filled: kettleoutlinedFilled, - }, - rounded: { outlined: kettleroundedOutlined, filled: kettleroundedFilled }, - sharp: { outlined: kettlesharpOutlined, filled: kettlesharpFilled }, + outlined: { outlined: KayakingOutlined, filled: KayakingFilled }, }, + kettle: { outlined: { outlined: KettleOutlined, filled: KettleFilled } }, keyboard_arrow_down: { outlined: { - outlined: keyboardArrowDownoutlinedOutlined, - filled: keyboardArrowDownoutlinedFilled, - }, - rounded: { - outlined: keyboardArrowDownroundedOutlined, - filled: keyboardArrowDownroundedFilled, - }, - sharp: { - outlined: keyboardArrowDownsharpOutlined, - filled: keyboardArrowDownsharpFilled, + outlined: KeyboardArrowDownOutlined, + filled: KeyboardArrowDownFilled, }, }, keyboard_arrow_right: { outlined: { - outlined: keyboardArrowRightoutlinedOutlined, - filled: keyboardArrowRightoutlinedFilled, - }, - rounded: { - outlined: keyboardArrowRightroundedOutlined, - filled: keyboardArrowRightroundedFilled, - }, - sharp: { - outlined: keyboardArrowRightsharpOutlined, - filled: keyboardArrowRightsharpFilled, + outlined: KeyboardArrowRightOutlined, + filled: KeyboardArrowRightFilled, }, }, keyboard_arrow_up: { outlined: { - outlined: keyboardArrowUpoutlinedOutlined, - filled: keyboardArrowUpoutlinedFilled, - }, - rounded: { - outlined: keyboardArrowUproundedOutlined, - filled: keyboardArrowUproundedFilled, - }, - sharp: { - outlined: keyboardArrowUpsharpOutlined, - filled: keyboardArrowUpsharpFilled, + outlined: KeyboardArrowUpOutlined, + filled: KeyboardArrowUpFilled, }, }, - king_bed: { - outlined: { - outlined: kingBedoutlinedOutlined, - filled: kingBedoutlinedFilled, - }, - rounded: { outlined: kingBedroundedOutlined, filled: kingBedroundedFilled }, - sharp: { outlined: kingBedsharpOutlined, filled: kingBedsharpFilled }, - }, - kitchen: { - outlined: { - outlined: kitchenoutlinedOutlined, - filled: kitchenoutlinedFilled, - }, - rounded: { outlined: kitchenroundedOutlined, filled: kitchenroundedFilled }, - sharp: { outlined: kitchensharpOutlined, filled: kitchensharpFilled }, - }, + king_bed: { outlined: { outlined: KingBedOutlined, filled: KingBedFilled } }, + kitchen: { outlined: { outlined: KitchenOutlined, filled: KitchenFilled } }, landscape: { - outlined: { - outlined: landscapeoutlinedOutlined, - filled: landscapeoutlinedFilled, - }, - rounded: { - outlined: landscaperoundedOutlined, - filled: landscaperoundedFilled, - }, - sharp: { outlined: landscapesharpOutlined, filled: landscapesharpFilled }, - }, - laundry: { - outlined: { - outlined: laundryoutlinedOutlined, - filled: laundryoutlinedFilled, - }, - rounded: { outlined: laundryroundedOutlined, filled: laundryroundedFilled }, - sharp: { outlined: laundrysharpOutlined, filled: laundrysharpFilled }, - }, - link: { - outlined: { outlined: linkoutlinedOutlined, filled: linkoutlinedFilled }, - rounded: { outlined: linkroundedOutlined, filled: linkroundedFilled }, - sharp: { outlined: linksharpOutlined, filled: linksharpFilled }, - }, - liquor: { - outlined: { - outlined: liquoroutlinedOutlined, - filled: liquoroutlinedFilled, - }, - rounded: { outlined: liquorroundedOutlined, filled: liquorroundedFilled }, - sharp: { outlined: liquorsharpOutlined, filled: liquorsharpFilled }, - }, - live_tv: { - outlined: { - outlined: liveTvoutlinedOutlined, - filled: liveTvoutlinedFilled, - }, - rounded: { outlined: liveTvroundedOutlined, filled: liveTvroundedFilled }, - sharp: { outlined: liveTvsharpOutlined, filled: liveTvsharpFilled }, + outlined: { outlined: LandscapeOutlined, filled: LandscapeFilled }, }, + laundry: { outlined: { outlined: LaundryOutlined, filled: LaundryFilled } }, + link: { outlined: { outlined: LinkOutlined, filled: LinkFilled } }, + liquor: { outlined: { outlined: LiquorOutlined, filled: LiquorFilled } }, + live_tv: { outlined: { outlined: LiveTvOutlined, filled: LiveTvFilled } }, local_bar: { - outlined: { - outlined: localBaroutlinedOutlined, - filled: localBaroutlinedFilled, - }, - rounded: { - outlined: localBarroundedOutlined, - filled: localBarroundedFilled, - }, - sharp: { outlined: localBarsharpOutlined, filled: localBarsharpFilled }, + outlined: { outlined: LocalBarOutlined, filled: LocalBarFilled }, }, local_cafe: { - outlined: { - outlined: localCafeoutlinedOutlined, - filled: localCafeoutlinedFilled, - }, - rounded: { - outlined: localCaferoundedOutlined, - filled: localCaferoundedFilled, - }, - sharp: { outlined: localCafesharpOutlined, filled: localCafesharpFilled }, + outlined: { outlined: LocalCafeOutlined, filled: LocalCafeFilled }, }, local_convenience_store: { outlined: { - outlined: localConvenienceStoreoutlinedOutlined, - filled: localConvenienceStoreoutlinedFilled, - }, - rounded: { - outlined: localConvenienceStoreroundedOutlined, - filled: localConvenienceStoreroundedFilled, - }, - sharp: { - outlined: localConvenienceStoresharpOutlined, - filled: localConvenienceStoresharpFilled, + outlined: LocalConvenienceStoreOutlined, + filled: LocalConvenienceStoreFilled, }, }, local_drink: { - outlined: { - outlined: localDrinkoutlinedOutlined, - filled: localDrinkoutlinedFilled, - }, - rounded: { - outlined: localDrinkroundedOutlined, - filled: localDrinkroundedFilled, - }, - sharp: { outlined: localDrinksharpOutlined, filled: localDrinksharpFilled }, + outlined: { outlined: LocalDrinkOutlined, filled: LocalDrinkFilled }, }, local_laundry_service: { outlined: { - outlined: localLaundryServiceoutlinedOutlined, - filled: localLaundryServiceoutlinedFilled, - }, - rounded: { - outlined: localLaundryServiceroundedOutlined, - filled: localLaundryServiceroundedFilled, - }, - sharp: { - outlined: localLaundryServicesharpOutlined, - filled: localLaundryServicesharpFilled, + outlined: LocalLaundryServiceOutlined, + filled: LocalLaundryServiceFilled, }, }, local_parking: { - outlined: { - outlined: localParkingoutlinedOutlined, - filled: localParkingoutlinedFilled, - }, - rounded: { - outlined: localParkingroundedOutlined, - filled: localParkingroundedFilled, - }, - sharp: { - outlined: localParkingsharpOutlined, - filled: localParkingsharpFilled, - }, + outlined: { outlined: LocalParkingOutlined, filled: LocalParkingFilled }, }, location_city: { - outlined: { - outlined: locationCityoutlinedOutlined, - filled: locationCityoutlinedFilled, - }, - rounded: { - outlined: locationCityroundedOutlined, - filled: locationCityroundedFilled, - }, - sharp: { - outlined: locationCitysharpOutlined, - filled: locationCitysharpFilled, - }, + outlined: { outlined: LocationCityOutlined, filled: LocationCityFilled }, }, location_on: { - outlined: { - outlined: locationOnoutlinedOutlined, - filled: locationOnoutlinedFilled, - }, - rounded: { - outlined: locationOnroundedOutlined, - filled: locationOnroundedFilled, - }, - sharp: { outlined: locationOnsharpOutlined, filled: locationOnsharpFilled }, - }, - lock: { - outlined: { outlined: lockoutlinedOutlined, filled: lockoutlinedFilled }, - rounded: { outlined: lockroundedOutlined, filled: lockroundedFilled }, - sharp: { outlined: locksharpOutlined, filled: locksharpFilled }, + outlined: { outlined: LocationOnOutlined, filled: LocationOnFilled }, }, + lock: { outlined: { outlined: LockOutlined, filled: LockFilled } }, lock_clock: { - outlined: { - outlined: lockClockoutlinedOutlined, - filled: lockClockoutlinedFilled, - }, - rounded: { - outlined: lockClockroundedOutlined, - filled: lockClockroundedFilled, - }, - sharp: { outlined: lockClocksharpOutlined, filled: lockClocksharpFilled }, - }, - loyalty: { - outlined: { - outlined: loyaltyoutlinedOutlined, - filled: loyaltyoutlinedFilled, - }, - rounded: { outlined: loyaltyroundedOutlined, filled: loyaltyroundedFilled }, - sharp: { outlined: loyaltysharpOutlined, filled: loyaltysharpFilled }, - }, - luggage: { - outlined: { - outlined: luggageoutlinedOutlined, - filled: luggageoutlinedFilled, - }, - rounded: { outlined: luggageroundedOutlined, filled: luggageroundedFilled }, - sharp: { outlined: luggagesharpOutlined, filled: luggagesharpFilled }, - }, - mail: { - outlined: { outlined: mailoutlinedOutlined, filled: mailoutlinedFilled }, - rounded: { outlined: mailroundedOutlined, filled: mailroundedFilled }, - sharp: { outlined: mailsharpOutlined, filled: mailsharpFilled }, - }, - map: { - outlined: { outlined: mapoutlinedOutlined, filled: mapoutlinedFilled }, - rounded: { outlined: maproundedOutlined, filled: maproundedFilled }, - sharp: { outlined: mapsharpOutlined, filled: mapsharpFilled }, + outlined: { outlined: LockClockOutlined, filled: LockClockFilled }, }, + loyalty: { outlined: { outlined: LoyaltyOutlined, filled: LoyaltyFilled } }, + luggage: { outlined: { outlined: LuggageOutlined, filled: LuggageFilled } }, + mail: { outlined: { outlined: MailOutlined, filled: MailFilled } }, + map: { outlined: { outlined: MapOutlined, filled: MapFilled } }, meeting_room: { - outlined: { - outlined: meetingRoomoutlinedOutlined, - filled: meetingRoomoutlinedFilled, - }, - rounded: { - outlined: meetingRoomroundedOutlined, - filled: meetingRoomroundedFilled, - }, - sharp: { - outlined: meetingRoomsharpOutlined, - filled: meetingRoomsharpFilled, - }, + outlined: { outlined: MeetingRoomOutlined, filled: MeetingRoomFilled }, }, microwave: { - outlined: { - outlined: microwaveoutlinedOutlined, - filled: microwaveoutlinedFilled, - }, - rounded: { - outlined: microwaveroundedOutlined, - filled: microwaveroundedFilled, - }, - sharp: { outlined: microwavesharpOutlined, filled: microwavesharpFilled }, + outlined: { outlined: MicrowaveOutlined, filled: MicrowaveFilled }, }, mobile_charge: { - outlined: { - outlined: mobileChargeoutlinedOutlined, - filled: mobileChargeoutlinedFilled, - }, - rounded: { - outlined: mobileChargeroundedOutlined, - filled: mobileChargeroundedFilled, - }, - sharp: { - outlined: mobileChargesharpOutlined, - filled: mobileChargesharpFilled, - }, - }, - mode_fan: { - outlined: { - outlined: modeFanoutlinedOutlined, - filled: modeFanoutlinedFilled, - }, - rounded: { outlined: modeFanroundedOutlined, filled: modeFanroundedFilled }, - sharp: { outlined: modeFansharpOutlined, filled: modeFansharpFilled }, - }, - museum: { - outlined: { - outlined: museumoutlinedOutlined, - filled: museumoutlinedFilled, - }, - rounded: { outlined: museumroundedOutlined, filled: museumroundedFilled }, - sharp: { outlined: museumsharpOutlined, filled: museumsharpFilled }, + outlined: { outlined: MobileChargeOutlined, filled: MobileChargeFilled }, }, + mode_fan: { outlined: { outlined: ModeFanOutlined, filled: ModeFanFilled } }, + museum: { outlined: { outlined: MuseumOutlined, filled: MuseumFilled } }, music_cast: { - outlined: { - outlined: musicCastoutlinedOutlined, - filled: musicCastoutlinedFilled, - }, - rounded: { - outlined: musicCastroundedOutlined, - filled: musicCastroundedFilled, - }, - sharp: { outlined: musicCastsharpOutlined, filled: musicCastsharpFilled }, + outlined: { outlined: MusicCastOutlined, filled: MusicCastFilled }, }, music_note: { - outlined: { - outlined: musicNoteoutlinedOutlined, - filled: musicNoteoutlinedFilled, - }, - rounded: { - outlined: musicNoteroundedOutlined, - filled: musicNoteroundedFilled, - }, - sharp: { outlined: musicNotesharpOutlined, filled: musicNotesharpFilled }, - }, - nature: { - outlined: { - outlined: natureoutlinedOutlined, - filled: natureoutlinedFilled, - }, - rounded: { outlined: natureroundedOutlined, filled: natureroundedFilled }, - sharp: { outlined: naturesharpOutlined, filled: naturesharpFilled }, + outlined: { outlined: MusicNoteOutlined, filled: MusicNoteFilled }, }, + nature: { outlined: { outlined: NatureOutlined, filled: NatureFilled } }, night_shelter: { - outlined: { - outlined: nightShelteroutlinedOutlined, - filled: nightShelteroutlinedFilled, - }, - rounded: { - outlined: nightShelterroundedOutlined, - filled: nightShelterroundedFilled, - }, - sharp: { - outlined: nightSheltersharpOutlined, - filled: nightSheltersharpFilled, - }, + outlined: { outlined: NightShelterOutlined, filled: NightShelterFilled }, }, nightlife: { - outlined: { - outlined: nightlifeoutlinedOutlined, - filled: nightlifeoutlinedFilled, - }, - rounded: { - outlined: nightliferoundedOutlined, - filled: nightliferoundedFilled, - }, - sharp: { outlined: nightlifesharpOutlined, filled: nightlifesharpFilled }, + outlined: { outlined: NightlifeOutlined, filled: NightlifeFilled }, }, open_in_new: { - outlined: { - outlined: openInNewoutlinedOutlined, - filled: openInNewoutlinedFilled, - }, - rounded: { - outlined: openInNewroundedOutlined, - filled: openInNewroundedFilled, - }, - sharp: { outlined: openInNewsharpOutlined, filled: openInNewsharpFilled }, - }, - pan_zoom: { - outlined: { - outlined: panZoomoutlinedOutlined, - filled: panZoomoutlinedFilled, - }, - rounded: { outlined: panZoomroundedOutlined, filled: panZoomroundedFilled }, - sharp: { outlined: panZoomsharpOutlined, filled: panZoomsharpFilled }, + outlined: { outlined: OpenInNewOutlined, filled: OpenInNewFilled }, }, + pan_zoom: { outlined: { outlined: PanZoomOutlined, filled: PanZoomFilled } }, panorama: { - outlined: { - outlined: panoramaoutlinedOutlined, - filled: panoramaoutlinedFilled, - }, - rounded: { - outlined: panoramaroundedOutlined, - filled: panoramaroundedFilled, - }, - sharp: { outlined: panoramasharpOutlined, filled: panoramasharpFilled }, - }, - pause: { - outlined: { outlined: pauseoutlinedOutlined, filled: pauseoutlinedFilled }, - rounded: { outlined: pauseroundedOutlined, filled: pauseroundedFilled }, - sharp: { outlined: pausesharpOutlined, filled: pausesharpFilled }, + outlined: { outlined: PanoramaOutlined, filled: PanoramaFilled }, }, + pause: { outlined: { outlined: PauseOutlined, filled: PauseFilled } }, pedal_bike: { - outlined: { - outlined: pedalBikeoutlinedOutlined, - filled: pedalBikeoutlinedFilled, - }, - rounded: { - outlined: pedalBikeroundedOutlined, - filled: pedalBikeroundedFilled, - }, - sharp: { outlined: pedalBikesharpOutlined, filled: pedalBikesharpFilled }, - }, - person: { - outlined: { - outlined: personoutlinedOutlined, - filled: personoutlinedFilled, - }, - rounded: { outlined: personroundedOutlined, filled: personroundedFilled }, - sharp: { outlined: personsharpOutlined, filled: personsharpFilled }, - }, - pets: { - outlined: { outlined: petsoutlinedOutlined, filled: petsoutlinedFilled }, - rounded: { outlined: petsroundedOutlined, filled: petsroundedFilled }, - sharp: { outlined: petssharpOutlined, filled: petssharpFilled }, + outlined: { outlined: PedalBikeOutlined, filled: PedalBikeFilled }, }, + person: { outlined: { outlined: PersonOutlined, filled: PersonFilled } }, + pets: { outlined: { outlined: PetsOutlined, filled: PetsFilled } }, phone_enabled: { - outlined: { - outlined: phoneEnabledoutlinedOutlined, - filled: phoneEnabledoutlinedFilled, - }, - rounded: { - outlined: phoneEnabledroundedOutlined, - filled: phoneEnabledroundedFilled, - }, - sharp: { - outlined: phoneEnabledsharpOutlined, - filled: phoneEnabledsharpFilled, - }, + outlined: { outlined: PhoneEnabledOutlined, filled: PhoneEnabledFilled }, }, photo_camera: { - outlined: { - outlined: photoCameraoutlinedOutlined, - filled: photoCameraoutlinedFilled, - }, - rounded: { - outlined: photoCameraroundedOutlined, - filled: photoCameraroundedFilled, - }, - sharp: { - outlined: photoCamerasharpOutlined, - filled: photoCamerasharpFilled, - }, + outlined: { outlined: PhotoCameraOutlined, filled: PhotoCameraFilled }, }, play_arrow: { - outlined: { - outlined: playArrowoutlinedOutlined, - filled: playArrowoutlinedFilled, - }, - rounded: { - outlined: playArrowroundedOutlined, - filled: playArrowroundedFilled, - }, - sharp: { outlined: playArrowsharpOutlined, filled: playArrowsharpFilled }, - }, - pool: { - outlined: { outlined: pooloutlinedOutlined, filled: pooloutlinedFilled }, - rounded: { outlined: poolroundedOutlined, filled: poolroundedFilled }, - sharp: { outlined: poolsharpOutlined, filled: poolsharpFilled }, - }, - print: { - outlined: { outlined: printoutlinedOutlined, filled: printoutlinedFilled }, - rounded: { outlined: printroundedOutlined, filled: printroundedFilled }, - sharp: { outlined: printsharpOutlined, filled: printsharpFilled }, - }, - radio: { - outlined: { outlined: radiooutlinedOutlined, filled: radiooutlinedFilled }, - rounded: { outlined: radioroundedOutlined, filled: radioroundedFilled }, - sharp: { outlined: radiosharpOutlined, filled: radiosharpFilled }, + outlined: { outlined: PlayArrowOutlined, filled: PlayArrowFilled }, }, + pool: { outlined: { outlined: PoolOutlined, filled: PoolFilled } }, + print: { outlined: { outlined: PrintOutlined, filled: PrintFilled } }, + radio: { outlined: { outlined: RadioOutlined, filled: RadioFilled } }, recommend: { - outlined: { - outlined: recommendoutlinedOutlined, - filled: recommendoutlinedFilled, - }, - rounded: { - outlined: recommendroundedOutlined, - filled: recommendroundedFilled, - }, - sharp: { outlined: recommendsharpOutlined, filled: recommendsharpFilled }, - }, - redeem: { - outlined: { - outlined: redeemoutlinedOutlined, - filled: redeemoutlinedFilled, - }, - rounded: { outlined: redeemroundedOutlined, filled: redeemroundedFilled }, - sharp: { outlined: redeemsharpOutlined, filled: redeemsharpFilled }, - }, - refresh: { - outlined: { - outlined: refreshoutlinedOutlined, - filled: refreshoutlinedFilled, - }, - rounded: { outlined: refreshroundedOutlined, filled: refreshroundedFilled }, - sharp: { outlined: refreshsharpOutlined, filled: refreshsharpFilled }, - }, - remove: { - outlined: { - outlined: removeoutlinedOutlined, - filled: removeoutlinedFilled, - }, - rounded: { outlined: removeroundedOutlined, filled: removeroundedFilled }, - sharp: { outlined: removesharpOutlined, filled: removesharpFilled }, + outlined: { outlined: RecommendOutlined, filled: RecommendFilled }, }, + redeem: { outlined: { outlined: RedeemOutlined, filled: RedeemFilled } }, + refresh: { outlined: { outlined: RefreshOutlined, filled: RefreshFilled } }, + remove: { outlined: { outlined: RemoveOutlined, filled: RemoveFilled } }, restaurant: { - outlined: { - outlined: restaurantoutlinedOutlined, - filled: restaurantoutlinedFilled, - }, - rounded: { - outlined: restaurantroundedOutlined, - filled: restaurantroundedFilled, - }, - sharp: { outlined: restaurantsharpOutlined, filled: restaurantsharpFilled }, + outlined: { outlined: RestaurantOutlined, filled: RestaurantFilled }, }, room_service: { - outlined: { - outlined: roomServiceoutlinedOutlined, - filled: roomServiceoutlinedFilled, - }, - rounded: { - outlined: roomServiceroundedOutlined, - filled: roomServiceroundedFilled, - }, - sharp: { - outlined: roomServicesharpOutlined, - filled: roomServicesharpFilled, - }, - }, - router: { - outlined: { - outlined: routeroutlinedOutlined, - filled: routeroutlinedFilled, - }, - rounded: { outlined: routerroundedOutlined, filled: routerroundedFilled }, - sharp: { outlined: routersharpOutlined, filled: routersharpFilled }, - }, - sailing: { - outlined: { - outlined: sailingoutlinedOutlined, - filled: sailingoutlinedFilled, - }, - rounded: { outlined: sailingroundedOutlined, filled: sailingroundedFilled }, - sharp: { outlined: sailingsharpOutlined, filled: sailingsharpFilled }, - }, - sauna: { - outlined: { outlined: saunaoutlinedOutlined, filled: saunaoutlinedFilled }, - rounded: { outlined: saunaroundedOutlined, filled: saunaroundedFilled }, - sharp: { outlined: saunasharpOutlined, filled: saunasharpFilled }, - }, - scene: { - outlined: { outlined: sceneoutlinedOutlined, filled: sceneoutlinedFilled }, - rounded: { outlined: sceneroundedOutlined, filled: sceneroundedFilled }, - sharp: { outlined: scenesharpOutlined, filled: scenesharpFilled }, - }, - search: { - outlined: { - outlined: searchoutlinedOutlined, - filled: searchoutlinedFilled, - }, - rounded: { outlined: searchroundedOutlined, filled: searchroundedFilled }, - sharp: { outlined: searchsharpOutlined, filled: searchsharpFilled }, - }, - sell: { - outlined: { outlined: selloutlinedOutlined, filled: selloutlinedFilled }, - rounded: { outlined: sellroundedOutlined, filled: sellroundedFilled }, - sharp: { outlined: sellsharpOutlined, filled: sellsharpFilled }, + outlined: { outlined: RoomServiceOutlined, filled: RoomServiceFilled }, }, + router: { outlined: { outlined: RouterOutlined, filled: RouterFilled } }, + sailing: { outlined: { outlined: SailingOutlined, filled: SailingFilled } }, + sauna: { outlined: { outlined: SaunaOutlined, filled: SaunaFilled } }, + scene: { outlined: { outlined: SceneOutlined, filled: SceneFilled } }, + search: { outlined: { outlined: SearchOutlined, filled: SearchFilled } }, + sell: { outlined: { outlined: SellOutlined, filled: SellFilled } }, shopping_bag: { - outlined: { - outlined: shoppingBagoutlinedOutlined, - filled: shoppingBagoutlinedFilled, - }, - rounded: { - outlined: shoppingBagroundedOutlined, - filled: shoppingBagroundedFilled, - }, - sharp: { - outlined: shoppingBagsharpOutlined, - filled: shoppingBagsharpFilled, - }, - }, - shower: { - outlined: { - outlined: showeroutlinedOutlined, - filled: showeroutlinedFilled, - }, - rounded: { outlined: showerroundedOutlined, filled: showerroundedFilled }, - sharp: { outlined: showersharpOutlined, filled: showersharpFilled }, + outlined: { outlined: ShoppingBagOutlined, filled: ShoppingBagFilled }, }, + shower: { outlined: { outlined: ShowerOutlined, filled: ShowerFilled } }, single_bed: { - outlined: { - outlined: singleBedoutlinedOutlined, - filled: singleBedoutlinedFilled, - }, - rounded: { - outlined: singleBedroundedOutlined, - filled: singleBedroundedFilled, - }, - sharp: { outlined: singleBedsharpOutlined, filled: singleBedsharpFilled }, + outlined: { outlined: SingleBedOutlined, filled: SingleBedFilled }, }, skateboarding: { - outlined: { - outlined: skateboardingoutlinedOutlined, - filled: skateboardingoutlinedFilled, - }, - rounded: { - outlined: skateboardingroundedOutlined, - filled: skateboardingroundedFilled, - }, - sharp: { - outlined: skateboardingsharpOutlined, - filled: skateboardingsharpFilled, - }, + outlined: { outlined: SkateboardingOutlined, filled: SkateboardingFilled }, }, smoke_free: { - outlined: { - outlined: smokeFreeoutlinedOutlined, - filled: smokeFreeoutlinedFilled, - }, - rounded: { - outlined: smokeFreeroundedOutlined, - filled: smokeFreeroundedFilled, - }, - sharp: { outlined: smokeFreesharpOutlined, filled: smokeFreesharpFilled }, + outlined: { outlined: SmokeFreeOutlined, filled: SmokeFreeFilled }, }, smoking_rooms: { - outlined: { - outlined: smokingRoomsoutlinedOutlined, - filled: smokingRoomsoutlinedFilled, - }, - rounded: { - outlined: smokingRoomsroundedOutlined, - filled: smokingRoomsroundedFilled, - }, - sharp: { - outlined: smokingRoomssharpOutlined, - filled: smokingRoomssharpFilled, - }, - }, - spa: { - outlined: { outlined: spaoutlinedOutlined, filled: spaoutlinedFilled }, - rounded: { outlined: sparoundedOutlined, filled: sparoundedFilled }, - sharp: { outlined: spasharpOutlined, filled: spasharpFilled }, + outlined: { outlined: SmokingRoomsOutlined, filled: SmokingRoomsFilled }, }, + spa: { outlined: { outlined: SpaOutlined, filled: SpaFilled } }, sports_esports: { - outlined: { - outlined: sportsEsportsoutlinedOutlined, - filled: sportsEsportsoutlinedFilled, - }, - rounded: { - outlined: sportsEsportsroundedOutlined, - filled: sportsEsportsroundedFilled, - }, - sharp: { - outlined: sportsEsportssharpOutlined, - filled: sportsEsportssharpFilled, - }, + outlined: { outlined: SportsEsportsOutlined, filled: SportsEsportsFilled }, }, sports_golf: { - outlined: { - outlined: sportsGolfoutlinedOutlined, - filled: sportsGolfoutlinedFilled, - }, - rounded: { - outlined: sportsGolfroundedOutlined, - filled: sportsGolfroundedFilled, - }, - sharp: { outlined: sportsGolfsharpOutlined, filled: sportsGolfsharpFilled }, + outlined: { outlined: SportsGolfOutlined, filled: SportsGolfFilled }, }, sports_handball: { outlined: { - outlined: sportsHandballoutlinedOutlined, - filled: sportsHandballoutlinedFilled, - }, - rounded: { - outlined: sportsHandballroundedOutlined, - filled: sportsHandballroundedFilled, - }, - sharp: { - outlined: sportsHandballsharpOutlined, - filled: sportsHandballsharpFilled, + outlined: SportsHandballOutlined, + filled: SportsHandballFilled, }, }, sports_tennis: { - outlined: { - outlined: sportsTennisoutlinedOutlined, - filled: sportsTennisoutlinedFilled, - }, - rounded: { - outlined: sportsTennisroundedOutlined, - filled: sportsTennisroundedFilled, - }, - sharp: { - outlined: sportsTennissharpOutlined, - filled: sportsTennissharpFilled, - }, - }, - stairs: { - outlined: { - outlined: stairsoutlinedOutlined, - filled: stairsoutlinedFilled, - }, - rounded: { outlined: stairsroundedOutlined, filled: stairsroundedFilled }, - sharp: { outlined: stairssharpOutlined, filled: stairssharpFilled }, - }, - star: { - outlined: { outlined: staroutlinedOutlined, filled: staroutlinedFilled }, - rounded: { outlined: starroundedOutlined, filled: starroundedFilled }, - sharp: { outlined: starsharpOutlined, filled: starsharpFilled }, + outlined: { outlined: SportsTennisOutlined, filled: SportsTennisFilled }, }, + stairs: { outlined: { outlined: StairsOutlined, filled: StairsFilled } }, + star: { outlined: { outlined: StarOutlined, filled: StarFilled } }, sticky_note_2: { - outlined: { - outlined: stickyNote2outlinedOutlined, - filled: stickyNote2outlinedFilled, - }, - rounded: { - outlined: stickyNote2roundedOutlined, - filled: stickyNote2roundedFilled, - }, - sharp: { - outlined: stickyNote2sharpOutlined, - filled: stickyNote2sharpFilled, - }, + outlined: { outlined: StickyNote2Outlined, filled: StickyNote2Filled }, }, straighten: { - outlined: { - outlined: straightenoutlinedOutlined, - filled: straightenoutlinedFilled, - }, - rounded: { - outlined: straightenroundedOutlined, - filled: straightenroundedFilled, - }, - sharp: { outlined: straightensharpOutlined, filled: straightensharpFilled }, - }, - styler: { - outlined: { - outlined: styleroutlinedOutlined, - filled: styleroutlinedFilled, - }, - rounded: { outlined: stylerroundedOutlined, filled: stylerroundedFilled }, - sharp: { outlined: stylersharpOutlined, filled: stylersharpFilled }, + outlined: { outlined: StraightenOutlined, filled: StraightenFilled }, }, + styler: { outlined: { outlined: StylerOutlined, filled: StylerFilled } }, support_agent: { - outlined: { - outlined: supportAgentoutlinedOutlined, - filled: supportAgentoutlinedFilled, - }, - rounded: { - outlined: supportAgentroundedOutlined, - filled: supportAgentroundedFilled, - }, - sharp: { - outlined: supportAgentsharpOutlined, - filled: supportAgentsharpFilled, - }, - }, - swipe: { - outlined: { outlined: swipeoutlinedOutlined, filled: swipeoutlinedFilled }, - rounded: { outlined: swiperoundedOutlined, filled: swiperoundedFilled }, - sharp: { outlined: swipesharpOutlined, filled: swipesharpFilled }, + outlined: { outlined: SupportAgentOutlined, filled: SupportAgentFilled }, }, + swipe: { outlined: { outlined: SwipeOutlined, filled: SwipeFilled } }, sync_saved_locally: { outlined: { - outlined: syncSavedLocallyoutlinedOutlined, - filled: syncSavedLocallyoutlinedFilled, - }, - rounded: { - outlined: syncSavedLocallyroundedOutlined, - filled: syncSavedLocallyroundedFilled, - }, - sharp: { - outlined: syncSavedLocallysharpOutlined, - filled: syncSavedLocallysharpFilled, + outlined: SyncSavedLocallyOutlined, + filled: SyncSavedLocallyFilled, }, }, table_bar: { - outlined: { - outlined: tableBaroutlinedOutlined, - filled: tableBaroutlinedFilled, - }, - rounded: { - outlined: tableBarroundedOutlined, - filled: tableBarroundedFilled, - }, - sharp: { outlined: tableBarsharpOutlined, filled: tableBarsharpFilled }, + outlined: { outlined: TableBarOutlined, filled: TableBarFilled }, }, theater_comedy: { - outlined: { - outlined: theaterComedyoutlinedOutlined, - filled: theaterComedyoutlinedFilled, - }, - rounded: { - outlined: theaterComedyroundedOutlined, - filled: theaterComedyroundedFilled, - }, - sharp: { - outlined: theaterComedysharpOutlined, - filled: theaterComedysharpFilled, - }, + outlined: { outlined: TheaterComedyOutlined, filled: TheaterComedyFilled }, }, things_to_do: { - outlined: { - outlined: thingsToDooutlinedOutlined, - filled: thingsToDooutlinedFilled, - }, - rounded: { - outlined: thingsToDoroundedOutlined, - filled: thingsToDoroundedFilled, - }, - sharp: { outlined: thingsToDosharpOutlined, filled: thingsToDosharpFilled }, - }, - train: { - outlined: { outlined: trainoutlinedOutlined, filled: trainoutlinedFilled }, - rounded: { outlined: trainroundedOutlined, filled: trainroundedFilled }, - sharp: { outlined: trainsharpOutlined, filled: trainsharpFilled }, - }, - tram: { - outlined: { outlined: tramoutlinedOutlined, filled: tramoutlinedFilled }, - rounded: { outlined: tramroundedOutlined, filled: tramroundedFilled }, - sharp: { outlined: tramsharpOutlined, filled: tramsharpFilled }, + outlined: { outlined: ThingsToDoOutlined, filled: ThingsToDoFilled }, }, + train: { outlined: { outlined: TrainOutlined, filled: TrainFilled } }, + tram: { outlined: { outlined: TramOutlined, filled: TramFilled } }, transit_ticket: { - outlined: { - outlined: transitTicketoutlinedOutlined, - filled: transitTicketoutlinedFilled, - }, - rounded: { - outlined: transitTicketroundedOutlined, - filled: transitTicketroundedFilled, - }, - sharp: { - outlined: transitTicketsharpOutlined, - filled: transitTicketsharpFilled, - }, - }, - travel: { - outlined: { - outlined: traveloutlinedOutlined, - filled: traveloutlinedFilled, - }, - rounded: { outlined: travelroundedOutlined, filled: travelroundedFilled }, - sharp: { outlined: travelsharpOutlined, filled: travelsharpFilled }, + outlined: { outlined: TransitTicketOutlined, filled: TransitTicketFilled }, }, + travel: { outlined: { outlined: TravelOutlined, filled: TravelFilled } }, travel_luggage_and_bags: { outlined: { - outlined: travelLuggageAndBagsoutlinedOutlined, - filled: travelLuggageAndBagsoutlinedFilled, - }, - rounded: { - outlined: travelLuggageAndBagsroundedOutlined, - filled: travelLuggageAndBagsroundedFilled, - }, - sharp: { - outlined: travelLuggageAndBagssharpOutlined, - filled: travelLuggageAndBagssharpFilled, + outlined: TravelLuggageAndBagsOutlined, + filled: TravelLuggageAndBagsFilled, }, }, - trophy: { - outlined: { - outlined: trophyoutlinedOutlined, - filled: trophyoutlinedFilled, - }, - rounded: { outlined: trophyroundedOutlined, filled: trophyroundedFilled }, - sharp: { outlined: trophysharpOutlined, filled: trophysharpFilled }, - }, - tv_guide: { - outlined: { - outlined: tvGuideoutlinedOutlined, - filled: tvGuideoutlinedFilled, - }, - rounded: { outlined: tvGuideroundedOutlined, filled: tvGuideroundedFilled }, - sharp: { outlined: tvGuidesharpOutlined, filled: tvGuidesharpFilled }, - }, + trophy: { outlined: { outlined: TrophyOutlined, filled: TrophyFilled } }, + tv_guide: { outlined: { outlined: TvGuideOutlined, filled: TvGuideFilled } }, tv_remote: { - outlined: { - outlined: tvRemoteoutlinedOutlined, - filled: tvRemoteoutlinedFilled, - }, - rounded: { - outlined: tvRemoteroundedOutlined, - filled: tvRemoteroundedFilled, - }, - sharp: { outlined: tvRemotesharpOutlined, filled: tvRemotesharpFilled }, - }, - upload: { - outlined: { - outlined: uploadoutlinedOutlined, - filled: uploadoutlinedFilled, - }, - rounded: { outlined: uploadroundedOutlined, filled: uploadroundedFilled }, - sharp: { outlined: uploadsharpOutlined, filled: uploadsharpFilled }, + outlined: { outlined: TvRemoteOutlined, filled: TvRemoteFilled }, }, + upload: { outlined: { outlined: UploadOutlined, filled: UploadFilled } }, visibility: { - outlined: { - outlined: visibilityoutlinedOutlined, - filled: visibilityoutlinedFilled, - }, - rounded: { - outlined: visibilityroundedOutlined, - filled: visibilityroundedFilled, - }, - sharp: { outlined: visibilitysharpOutlined, filled: visibilitysharpFilled }, + outlined: { outlined: VisibilityOutlined, filled: VisibilityFilled }, }, visibility_off: { - outlined: { - outlined: visibilityOffoutlinedOutlined, - filled: visibilityOffoutlinedFilled, - }, - rounded: { - outlined: visibilityOffroundedOutlined, - filled: visibilityOffroundedFilled, - }, - sharp: { - outlined: visibilityOffsharpOutlined, - filled: visibilityOffsharpFilled, - }, + outlined: { outlined: VisibilityOffOutlined, filled: VisibilityOffFilled }, }, volume_off: { - outlined: { - outlined: volumeOffoutlinedOutlined, - filled: volumeOffoutlinedFilled, - }, - rounded: { - outlined: volumeOffroundedOutlined, - filled: volumeOffroundedFilled, - }, - sharp: { outlined: volumeOffsharpOutlined, filled: volumeOffsharpFilled }, + outlined: { outlined: VolumeOffOutlined, filled: VolumeOffFilled }, }, volume_up: { - outlined: { - outlined: volumeUpoutlinedOutlined, - filled: volumeUpoutlinedFilled, - }, - rounded: { - outlined: volumeUproundedOutlined, - filled: volumeUproundedFilled, - }, - sharp: { outlined: volumeUpsharpOutlined, filled: volumeUpsharpFilled }, - }, - ward: { - outlined: { outlined: wardoutlinedOutlined, filled: wardoutlinedFilled }, - rounded: { outlined: wardroundedOutlined, filled: wardroundedFilled }, - sharp: { outlined: wardsharpOutlined, filled: wardsharpFilled }, - }, - warning: { - outlined: { - outlined: warningoutlinedOutlined, - filled: warningoutlinedFilled, - }, - rounded: { outlined: warningroundedOutlined, filled: warningroundedFilled }, - sharp: { outlined: warningsharpOutlined, filled: warningsharpFilled }, + outlined: { outlined: VolumeUpOutlined, filled: VolumeUpFilled }, }, + ward: { outlined: { outlined: WardOutlined, filled: WardFilled } }, + warning: { outlined: { outlined: WarningOutlined, filled: WarningFilled } }, water_full: { - outlined: { - outlined: waterFulloutlinedOutlined, - filled: waterFulloutlinedFilled, - }, - rounded: { - outlined: waterFullroundedOutlined, - filled: waterFullroundedFilled, - }, - sharp: { outlined: waterFullsharpOutlined, filled: waterFullsharpFilled }, - }, - wifi: { - outlined: { outlined: wifioutlinedOutlined, filled: wifioutlinedFilled }, - rounded: { outlined: wifiroundedOutlined, filled: wifiroundedFilled }, - sharp: { outlined: wifisharpOutlined, filled: wifisharpFilled }, - }, - yard: { - outlined: { outlined: yardoutlinedOutlined, filled: yardoutlinedFilled }, - rounded: { outlined: yardroundedOutlined, filled: yardroundedFilled }, - sharp: { outlined: yardsharpOutlined, filled: yardsharpFilled }, + outlined: { outlined: WaterFullOutlined, filled: WaterFullFilled }, }, + wifi: { outlined: { outlined: WifiOutlined, filled: WifiFilled } }, + yard: { outlined: { outlined: YardOutlined, filled: YardFilled } }, } export type MaterialIconName = keyof typeof materialIcons diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibilityFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibilityFilled.tsx new file mode 100644 index 000000000..99811832c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibilityFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AccessibilityFilled = (props: SVGProps) => ( + + + +) + +export default AccessibilityFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibilityOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibilityOutlined.tsx new file mode 100644 index 000000000..7e659e469 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibilityOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AccessibilityOutlined = (props: SVGProps) => ( + + + +) + +export default AccessibilityOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibleFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibleFilled.tsx new file mode 100644 index 000000000..c1067eaca --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibleFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AccessibleFilled = (props: SVGProps) => ( + + + +) + +export default AccessibleFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibleOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibleOutlined.tsx new file mode 100644 index 000000000..9062e69a2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AccessibleOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AccessibleOutlined = (props: SVGProps) => ( + + + +) + +export default AccessibleOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AcuteFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AcuteFilled.tsx new file mode 100644 index 000000000..21c374e3c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AcuteFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AcuteFilled = (props: SVGProps) => ( + + + +) + +export default AcuteFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AcuteOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AcuteOutlined.tsx new file mode 100644 index 000000000..d466263f9 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AcuteOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AcuteOutlined = (props: SVGProps) => ( + + + +) + +export default AcuteOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddCircleFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddCircleFilled.tsx new file mode 100644 index 000000000..059c23eca --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddCircleFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AddCircleFilled = (props: SVGProps) => ( + + + +) + +export default AddCircleFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddCircleOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddCircleOutlined.tsx new file mode 100644 index 000000000..e1b6f5b8a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddCircleOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AddCircleOutlined = (props: SVGProps) => ( + + + +) + +export default AddCircleOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddFilled.tsx new file mode 100644 index 000000000..dd81c14bd --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AddFilled = (props: SVGProps) => ( + + + +) + +export default AddFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddOutlined.tsx new file mode 100644 index 000000000..f0add96e3 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AddOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AddOutlined = (props: SVGProps) => ( + + + +) + +export default AddOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirFilled.tsx new file mode 100644 index 000000000..cbcd73bf2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AirFilled = (props: SVGProps) => ( + + + +) + +export default AirFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirOutlined.tsx new file mode 100644 index 000000000..36255f786 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AirOutlined = (props: SVGProps) => ( + + + +) + +export default AirOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirPurifierGenFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirPurifierGenFilled.tsx new file mode 100644 index 000000000..d6eeefc35 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirPurifierGenFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AirPurifierGenFilled = (props: SVGProps) => ( + + + +) + +export default AirPurifierGenFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirPurifierGenOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirPurifierGenOutlined.tsx new file mode 100644 index 000000000..b0e1ea849 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirPurifierGenOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AirPurifierGenOutlined = (props: SVGProps) => ( + + + +) + +export default AirPurifierGenOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirlineSeatReclineNormalFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirlineSeatReclineNormalFilled.tsx new file mode 100644 index 000000000..847000b56 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirlineSeatReclineNormalFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AirlineSeatReclineNormalFilled = (props: SVGProps) => ( + + + +) + +export default AirlineSeatReclineNormalFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirlineSeatReclineNormalOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirlineSeatReclineNormalOutlined.tsx new file mode 100644 index 000000000..62ee6ad57 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirlineSeatReclineNormalOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AirlineSeatReclineNormalOutlined = (props: SVGProps) => ( + + + +) + +export default AirlineSeatReclineNormalOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirplaneTicketFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirplaneTicketFilled.tsx new file mode 100644 index 000000000..7bd1b7c10 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirplaneTicketFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AirplaneTicketFilled = (props: SVGProps) => ( + + + +) + +export default AirplaneTicketFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirplaneTicketOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirplaneTicketOutlined.tsx new file mode 100644 index 000000000..92479a59f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AirplaneTicketOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AirplaneTicketOutlined = (props: SVGProps) => ( + + + +) + +export default AirplaneTicketOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApartmentFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApartmentFilled.tsx new file mode 100644 index 000000000..566d03f67 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApartmentFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ApartmentFilled = (props: SVGProps) => ( + + + +) + +export default ApartmentFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApartmentOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApartmentOutlined.tsx new file mode 100644 index 000000000..8beaf6815 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApartmentOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ApartmentOutlined = (props: SVGProps) => ( + + + +) + +export default ApartmentOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApparelFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApparelFilled.tsx new file mode 100644 index 000000000..e0c7d1530 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApparelFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ApparelFilled = (props: SVGProps) => ( + + + +) + +export default ApparelFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApparelOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApparelOutlined.tsx new file mode 100644 index 000000000..5b5a9341d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ApparelOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ApparelOutlined = (props: SVGProps) => ( + + + +) + +export default ApparelOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackFilled.tsx new file mode 100644 index 000000000..949516d41 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowBackFilled = (props: SVGProps) => ( + + + +) + +export default ArrowBackFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackIosFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackIosFilled.tsx new file mode 100644 index 000000000..40932923d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackIosFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowBackIosFilled = (props: SVGProps) => ( + + + +) + +export default ArrowBackIosFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackIosOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackIosOutlined.tsx new file mode 100644 index 000000000..f190cfc96 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackIosOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowBackIosOutlined = (props: SVGProps) => ( + + + +) + +export default ArrowBackIosOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackOutlined.tsx new file mode 100644 index 000000000..43d035eaf --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowBackOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowBackOutlined = (props: SVGProps) => ( + + + +) + +export default ArrowBackOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardFilled.tsx new file mode 100644 index 000000000..b9f2c772a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowForwardFilled = (props: SVGProps) => ( + + + +) + +export default ArrowForwardFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardIosFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardIosFilled.tsx new file mode 100644 index 000000000..d16009c6c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardIosFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowForwardIosFilled = (props: SVGProps) => ( + + + +) + +export default ArrowForwardIosFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardIosOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardIosOutlined.tsx new file mode 100644 index 000000000..3e1b063ca --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardIosOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowForwardIosOutlined = (props: SVGProps) => ( + + + +) + +export default ArrowForwardIosOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardOutlined.tsx new file mode 100644 index 000000000..fddef9910 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowForwardOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowForwardOutlined = (props: SVGProps) => ( + + + +) + +export default ArrowForwardOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowRightFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowRightFilled.tsx new file mode 100644 index 000000000..da7cbfa4d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowRightFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowRightFilled = (props: SVGProps) => ( + + + +) + +export default ArrowRightFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowRightOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowRightOutlined.tsx new file mode 100644 index 000000000..d1f834897 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowRightOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowRightOutlined = (props: SVGProps) => ( + + + +) + +export default ArrowRightOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowUpwardFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowUpwardFilled.tsx new file mode 100644 index 000000000..264e34219 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowUpwardFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowUpwardFilled = (props: SVGProps) => ( + + + +) + +export default ArrowUpwardFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowUpwardOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowUpwardOutlined.tsx new file mode 100644 index 000000000..21fd59932 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ArrowUpwardOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ArrowUpwardOutlined = (props: SVGProps) => ( + + + +) + +export default ArrowUpwardOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AssistantNavigationFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AssistantNavigationFilled.tsx new file mode 100644 index 000000000..470624ed8 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AssistantNavigationFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AssistantNavigationFilled = (props: SVGProps) => ( + + + +) + +export default AssistantNavigationFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AssistantNavigationOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AssistantNavigationOutlined.tsx new file mode 100644 index 000000000..354019f24 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AssistantNavigationOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AssistantNavigationOutlined = (props: SVGProps) => ( + + + +) + +export default AssistantNavigationOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AsteriskFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AsteriskFilled.tsx new file mode 100644 index 000000000..f6b4b7d67 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AsteriskFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AsteriskFilled = (props: SVGProps) => ( + + + +) + +export default AsteriskFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AsteriskOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AsteriskOutlined.tsx new file mode 100644 index 000000000..f04a654ed --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AsteriskOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AsteriskOutlined = (props: SVGProps) => ( + + + +) + +export default AsteriskOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AttractionsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AttractionsFilled.tsx new file mode 100644 index 000000000..750c4ef9e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AttractionsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AttractionsFilled = (props: SVGProps) => ( + + + +) + +export default AttractionsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AttractionsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AttractionsOutlined.tsx new file mode 100644 index 000000000..f3ffe40cd --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AttractionsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AttractionsOutlined = (props: SVGProps) => ( + + + +) + +export default AttractionsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AwardStarFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AwardStarFilled.tsx new file mode 100644 index 000000000..7d9f33acf --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AwardStarFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AwardStarFilled = (props: SVGProps) => ( + + + +) + +export default AwardStarFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/AwardStarOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AwardStarOutlined.tsx new file mode 100644 index 000000000..1031e9161 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/AwardStarOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const AwardStarOutlined = (props: SVGProps) => ( + + + +) + +export default AwardStarOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BakeryDiningFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BakeryDiningFilled.tsx new file mode 100644 index 000000000..18f161175 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BakeryDiningFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BakeryDiningFilled = (props: SVGProps) => ( + + + +) + +export default BakeryDiningFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BakeryDiningOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BakeryDiningOutlined.tsx new file mode 100644 index 000000000..b9c0cd092 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BakeryDiningOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BakeryDiningOutlined = (props: SVGProps) => ( + + + +) + +export default BakeryDiningOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BalconyFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BalconyFilled.tsx new file mode 100644 index 000000000..64d382ef5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BalconyFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BalconyFilled = (props: SVGProps) => ( + + + +) + +export default BalconyFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BalconyOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BalconyOutlined.tsx new file mode 100644 index 000000000..2831defb7 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BalconyOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BalconyOutlined = (props: SVGProps) => ( + + + +) + +export default BalconyOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathroomFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathroomFilled.tsx new file mode 100644 index 000000000..cc2089741 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathroomFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BathroomFilled = (props: SVGProps) => ( + + + +) + +export default BathroomFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathroomOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathroomOutlined.tsx new file mode 100644 index 000000000..3ea7004f2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathroomOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BathroomOutlined = (props: SVGProps) => ( + + + +) + +export default BathroomOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathtubFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathtubFilled.tsx new file mode 100644 index 000000000..b2db1cf6f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathtubFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BathtubFilled = (props: SVGProps) => ( + + + +) + +export default BathtubFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathtubOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathtubOutlined.tsx new file mode 100644 index 000000000..c77af6544 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BathtubOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BathtubOutlined = (props: SVGProps) => ( + + + +) + +export default BathtubOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BeachAccessFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BeachAccessFilled.tsx new file mode 100644 index 000000000..8181bbaba --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BeachAccessFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BeachAccessFilled = (props: SVGProps) => ( + + + +) + +export default BeachAccessFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BeachAccessOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BeachAccessOutlined.tsx new file mode 100644 index 000000000..970f89f5a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BeachAccessOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BeachAccessOutlined = (props: SVGProps) => ( + + + +) + +export default BeachAccessOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedFilled.tsx new file mode 100644 index 000000000..a45039309 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BedFilled = (props: SVGProps) => ( + + + +) + +export default BedFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedOutlined.tsx new file mode 100644 index 000000000..5ea0f669d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BedOutlined = (props: SVGProps) => ( + + + +) + +export default BedOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedroomParentFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedroomParentFilled.tsx new file mode 100644 index 000000000..50b17eba9 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedroomParentFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BedroomParentFilled = (props: SVGProps) => ( + + + +) + +export default BedroomParentFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedroomParentOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedroomParentOutlined.tsx new file mode 100644 index 000000000..d511c6b34 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BedroomParentOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BedroomParentOutlined = (props: SVGProps) => ( + + + +) + +export default BedroomParentOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BoxFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BoxFilled.tsx new file mode 100644 index 000000000..a4e77213e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BoxFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BoxFilled = (props: SVGProps) => ( + + + +) + +export default BoxFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BoxOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BoxOutlined.tsx new file mode 100644 index 000000000..9684dd534 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BoxOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BoxOutlined = (props: SVGProps) => ( + + + +) + +export default BoxOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BrunchDiningFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BrunchDiningFilled.tsx new file mode 100644 index 000000000..26e9a433c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BrunchDiningFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BrunchDiningFilled = (props: SVGProps) => ( + + + +) + +export default BrunchDiningFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BrunchDiningOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BrunchDiningOutlined.tsx new file mode 100644 index 000000000..468c83275 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BrunchDiningOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BrunchDiningOutlined = (props: SVGProps) => ( + + + +) + +export default BrunchDiningOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BusinessCenterFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BusinessCenterFilled.tsx new file mode 100644 index 000000000..c15ced71e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BusinessCenterFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BusinessCenterFilled = (props: SVGProps) => ( + + + +) + +export default BusinessCenterFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/BusinessCenterOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BusinessCenterOutlined.tsx new file mode 100644 index 000000000..36a15a480 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/BusinessCenterOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const BusinessCenterOutlined = (props: SVGProps) => ( + + + +) + +export default BusinessCenterOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarAddOnFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarAddOnFilled.tsx new file mode 100644 index 000000000..bca688681 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarAddOnFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CalendarAddOnFilled = (props: SVGProps) => ( + + + +) + +export default CalendarAddOnFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarAddOnOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarAddOnOutlined.tsx new file mode 100644 index 000000000..899a61814 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarAddOnOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CalendarAddOnOutlined = (props: SVGProps) => ( + + + +) + +export default CalendarAddOnOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarClockFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarClockFilled.tsx new file mode 100644 index 000000000..65c2697dc --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarClockFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CalendarClockFilled = (props: SVGProps) => ( + + + +) + +export default CalendarClockFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarClockOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarClockOutlined.tsx new file mode 100644 index 000000000..df99841b2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarClockOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CalendarClockOutlined = (props: SVGProps) => ( + + + +) + +export default CalendarClockOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarMonthFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarMonthFilled.tsx new file mode 100644 index 000000000..84b5da516 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarMonthFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CalendarMonthFilled = (props: SVGProps) => ( + + + +) + +export default CalendarMonthFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarMonthOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarMonthOutlined.tsx new file mode 100644 index 000000000..029ec51f1 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarMonthOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CalendarMonthOutlined = (props: SVGProps) => ( + + + +) + +export default CalendarMonthOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarTodayFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarTodayFilled.tsx new file mode 100644 index 000000000..732aea1bf --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarTodayFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CalendarTodayFilled = (props: SVGProps) => ( + + + +) + +export default CalendarTodayFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarTodayOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarTodayOutlined.tsx new file mode 100644 index 000000000..6e8232653 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CalendarTodayOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CalendarTodayOutlined = (props: SVGProps) => ( + + + +) + +export default CalendarTodayOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallFilled.tsx new file mode 100644 index 000000000..4603a0139 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CallFilled = (props: SVGProps) => ( + + + +) + +export default CallFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallOutlined.tsx new file mode 100644 index 000000000..8d8e1bb46 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CallOutlined = (props: SVGProps) => ( + + + +) + +export default CallOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallQualityFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallQualityFilled.tsx new file mode 100644 index 000000000..5bc093d7f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallQualityFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CallQualityFilled = (props: SVGProps) => ( + + + +) + +export default CallQualityFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallQualityOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallQualityOutlined.tsx new file mode 100644 index 000000000..92d5a4f8b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CallQualityOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CallQualityOutlined = (props: SVGProps) => ( + + + +) + +export default CallQualityOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CameraFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CameraFilled.tsx new file mode 100644 index 000000000..f3be2c36a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CameraFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CameraFilled = (props: SVGProps) => ( + + + +) + +export default CameraFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CameraOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CameraOutlined.tsx new file mode 100644 index 000000000..11fa4469e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CameraOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CameraOutlined = (props: SVGProps) => ( + + + +) + +export default CameraOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CancelFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CancelFilled.tsx new file mode 100644 index 000000000..0ced9a8b2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CancelFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CancelFilled = (props: SVGProps) => ( + + + +) + +export default CancelFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CancelOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CancelOutlined.tsx new file mode 100644 index 000000000..7e1b0cacb --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CancelOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CancelOutlined = (props: SVGProps) => ( + + + +) + +export default CancelOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChairFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChairFilled.tsx new file mode 100644 index 000000000..3336c23e0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChairFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ChairFilled = (props: SVGProps) => ( + + + +) + +export default ChairFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChairOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChairOutlined.tsx new file mode 100644 index 000000000..46baf6767 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChairOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ChairOutlined = (props: SVGProps) => ( + + + +) + +export default ChairOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckBoxFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckBoxFilled.tsx new file mode 100644 index 000000000..d36b5baef --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckBoxFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CheckBoxFilled = (props: SVGProps) => ( + + + +) + +export default CheckBoxFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckBoxOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckBoxOutlined.tsx new file mode 100644 index 000000000..8c0c72b92 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckBoxOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CheckBoxOutlined = (props: SVGProps) => ( + + + +) + +export default CheckBoxOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckCircleFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckCircleFilled.tsx new file mode 100644 index 000000000..faaea90ff --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckCircleFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CheckCircleFilled = (props: SVGProps) => ( + + + +) + +export default CheckCircleFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckCircleOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckCircleOutlined.tsx new file mode 100644 index 000000000..d170b6743 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckCircleOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CheckCircleOutlined = (props: SVGProps) => ( + + + +) + +export default CheckCircleOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckFilled.tsx new file mode 100644 index 000000000..ba39accbb --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CheckFilled = (props: SVGProps) => ( + + + +) + +export default CheckFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckOutlined.tsx new file mode 100644 index 000000000..6398f0dda --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CheckOutlined = (props: SVGProps) => ( + + + +) + +export default CheckOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckedBagFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckedBagFilled.tsx new file mode 100644 index 000000000..da55d3c08 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckedBagFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CheckedBagFilled = (props: SVGProps) => ( + + + +) + +export default CheckedBagFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckedBagOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckedBagOutlined.tsx new file mode 100644 index 000000000..04448ee0e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckedBagOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CheckedBagOutlined = (props: SVGProps) => ( + + + +) + +export default CheckedBagOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckroomFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckroomFilled.tsx new file mode 100644 index 000000000..9856814d5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckroomFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CheckroomFilled = (props: SVGProps) => ( + + + +) + +export default CheckroomFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckroomOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckroomOutlined.tsx new file mode 100644 index 000000000..bea49337d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CheckroomOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CheckroomOutlined = (props: SVGProps) => ( + + + +) + +export default CheckroomOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronLeftFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronLeftFilled.tsx new file mode 100644 index 000000000..66b22021b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronLeftFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ChevronLeftFilled = (props: SVGProps) => ( + + + +) + +export default ChevronLeftFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronLeftOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronLeftOutlined.tsx new file mode 100644 index 000000000..1bf39f11e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronLeftOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ChevronLeftOutlined = (props: SVGProps) => ( + + + +) + +export default ChevronLeftOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronRightFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronRightFilled.tsx new file mode 100644 index 000000000..d94da432e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronRightFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ChevronRightFilled = (props: SVGProps) => ( + + + +) + +export default ChevronRightFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronRightOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronRightOutlined.tsx new file mode 100644 index 000000000..1a1b63308 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ChevronRightOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ChevronRightOutlined = (props: SVGProps) => ( + + + +) + +export default ChevronRightOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CloseFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CloseFilled.tsx new file mode 100644 index 000000000..7bcca731e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CloseFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CloseFilled = (props: SVGProps) => ( + + + +) + +export default CloseFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CloseOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CloseOutlined.tsx new file mode 100644 index 000000000..23e799560 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CloseOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CloseOutlined = (props: SVGProps) => ( + + + +) + +export default CloseOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeFilled.tsx new file mode 100644 index 000000000..5ca14a1f4 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CoffeeFilled = (props: SVGProps) => ( + + + +) + +export default CoffeeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeMakerFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeMakerFilled.tsx new file mode 100644 index 000000000..d87a04cfe --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeMakerFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CoffeeMakerFilled = (props: SVGProps) => ( + + + +) + +export default CoffeeMakerFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeMakerOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeMakerOutlined.tsx new file mode 100644 index 000000000..d238a4b0d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeMakerOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CoffeeMakerOutlined = (props: SVGProps) => ( + + + +) + +export default CoffeeMakerOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeOutlined.tsx new file mode 100644 index 000000000..0e4207a03 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoffeeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CoffeeOutlined = (props: SVGProps) => ( + + + +) + +export default CoffeeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CompareArrowsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CompareArrowsFilled.tsx new file mode 100644 index 000000000..ce145604d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CompareArrowsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CompareArrowsFilled = (props: SVGProps) => ( + + + +) + +export default CompareArrowsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CompareArrowsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CompareArrowsOutlined.tsx new file mode 100644 index 000000000..dfdc06c06 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CompareArrowsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CompareArrowsOutlined = (props: SVGProps) => ( + + + +) + +export default CompareArrowsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ComputerFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ComputerFilled.tsx new file mode 100644 index 000000000..b7e61579f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ComputerFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ComputerFilled = (props: SVGProps) => ( + + + +) + +export default ComputerFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ComputerOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ComputerOutlined.tsx new file mode 100644 index 000000000..ff841b987 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ComputerOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ComputerOutlined = (props: SVGProps) => ( + + + +) + +export default ComputerOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConciergeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConciergeFilled.tsx new file mode 100644 index 000000000..4dd559d3b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConciergeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ConciergeFilled = (props: SVGProps) => ( + + + +) + +export default ConciergeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConciergeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConciergeOutlined.tsx new file mode 100644 index 000000000..d418c51c0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConciergeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ConciergeOutlined = (props: SVGProps) => ( + + + +) + +export default ConciergeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConfirmationNumberFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConfirmationNumberFilled.tsx new file mode 100644 index 000000000..5b26a3217 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConfirmationNumberFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ConfirmationNumberFilled = (props: SVGProps) => ( + + + +) + +export default ConfirmationNumberFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConfirmationNumberOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConfirmationNumberOutlined.tsx new file mode 100644 index 000000000..247d85e61 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConfirmationNumberOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ConfirmationNumberOutlined = (props: SVGProps) => ( + + + +) + +export default ConfirmationNumberOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConnectedTvFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConnectedTvFilled.tsx new file mode 100644 index 000000000..e1ba6fba1 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConnectedTvFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ConnectedTvFilled = (props: SVGProps) => ( + + + +) + +export default ConnectedTvFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConnectedTvOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConnectedTvOutlined.tsx new file mode 100644 index 000000000..699699a5d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ConnectedTvOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ConnectedTvOutlined = (props: SVGProps) => ( + + + +) + +export default ConnectedTvOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContentCopyFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContentCopyFilled.tsx new file mode 100644 index 000000000..4aff12ceb --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContentCopyFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ContentCopyFilled = (props: SVGProps) => ( + + + +) + +export default ContentCopyFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContentCopyOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContentCopyOutlined.tsx new file mode 100644 index 000000000..7282f107c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContentCopyOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ContentCopyOutlined = (props: SVGProps) => ( + + + +) + +export default ContentCopyOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContractFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContractFilled.tsx new file mode 100644 index 000000000..eeb6de5a3 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContractFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ContractFilled = (props: SVGProps) => ( + + + +) + +export default ContractFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContractOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContractOutlined.tsx new file mode 100644 index 000000000..1f4172bf6 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ContractOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ContractOutlined = (props: SVGProps) => ( + + + +) + +export default ContractOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoolToDryFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoolToDryFilled.tsx new file mode 100644 index 000000000..c0583826d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoolToDryFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CoolToDryFilled = (props: SVGProps) => ( + + + +) + +export default CoolToDryFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoolToDryOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoolToDryOutlined.tsx new file mode 100644 index 000000000..3e76988d2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CoolToDryOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CoolToDryOutlined = (props: SVGProps) => ( + + + +) + +export default CoolToDryOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CountertopsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CountertopsFilled.tsx new file mode 100644 index 000000000..7ec3f074b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CountertopsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CountertopsFilled = (props: SVGProps) => ( + + + +) + +export default CountertopsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CountertopsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CountertopsOutlined.tsx new file mode 100644 index 000000000..e323684f0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CountertopsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CountertopsOutlined = (props: SVGProps) => ( + + + +) + +export default CountertopsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardFilled.tsx new file mode 100644 index 000000000..12efee893 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CreditCardFilled = (props: SVGProps) => ( + + + +) + +export default CreditCardFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardHeartFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardHeartFilled.tsx new file mode 100644 index 000000000..83b60aa1a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardHeartFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CreditCardHeartFilled = (props: SVGProps) => ( + + + +) + +export default CreditCardHeartFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardHeartOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardHeartOutlined.tsx new file mode 100644 index 000000000..d057f4697 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardHeartOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CreditCardHeartOutlined = (props: SVGProps) => ( + + + +) + +export default CreditCardHeartOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardOutlined.tsx new file mode 100644 index 000000000..b44b4d9b5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditCardOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CreditCardOutlined = (props: SVGProps) => ( + + + +) + +export default CreditCardOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditScoreFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditScoreFilled.tsx new file mode 100644 index 000000000..7345ab405 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditScoreFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CreditScoreFilled = (props: SVGProps) => ( + + + +) + +export default CreditScoreFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditScoreOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditScoreOutlined.tsx new file mode 100644 index 000000000..23d82f114 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CreditScoreOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CreditScoreOutlined = (props: SVGProps) => ( + + + +) + +export default CreditScoreOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsClosedFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsClosedFilled.tsx new file mode 100644 index 000000000..21f46c674 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsClosedFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CurtainsClosedFilled = (props: SVGProps) => ( + + + +) + +export default CurtainsClosedFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsClosedOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsClosedOutlined.tsx new file mode 100644 index 000000000..1dcb45554 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsClosedOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CurtainsClosedOutlined = (props: SVGProps) => ( + + + +) + +export default CurtainsClosedOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsFilled.tsx new file mode 100644 index 000000000..2a88dd9b7 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CurtainsFilled = (props: SVGProps) => ( + + + +) + +export default CurtainsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsOutlined.tsx new file mode 100644 index 000000000..66630d227 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/CurtainsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const CurtainsOutlined = (props: SVGProps) => ( + + + +) + +export default CurtainsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DangerousFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DangerousFilled.tsx new file mode 100644 index 000000000..d43f3a37f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DangerousFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DangerousFilled = (props: SVGProps) => ( + + + +) + +export default DangerousFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DangerousOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DangerousOutlined.tsx new file mode 100644 index 000000000..ea4d7748a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DangerousOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DangerousOutlined = (props: SVGProps) => ( + + + +) + +export default DangerousOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeckFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeckFilled.tsx new file mode 100644 index 000000000..52462c199 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeckFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DeckFilled = (props: SVGProps) => ( + + + +) + +export default DeckFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeckOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeckOutlined.tsx new file mode 100644 index 000000000..391d6a239 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeckOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DeckOutlined = (props: SVGProps) => ( + + + +) + +export default DeckOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeleteFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeleteFilled.tsx new file mode 100644 index 000000000..b73b16432 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeleteFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DeleteFilled = (props: SVGProps) => ( + + + +) + +export default DeleteFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeleteOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeleteOutlined.tsx new file mode 100644 index 000000000..39452f881 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeleteOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DeleteOutlined = (props: SVGProps) => ( + + + +) + +export default DeleteOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeskFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeskFilled.tsx new file mode 100644 index 000000000..d26bf162f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeskFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DeskFilled = (props: SVGProps) => ( + + + +) + +export default DeskFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeskOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeskOutlined.tsx new file mode 100644 index 000000000..5d0fd5a2a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeskOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DeskOutlined = (props: SVGProps) => ( + + + +) + +export default DeskOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeviceThermostatFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeviceThermostatFilled.tsx new file mode 100644 index 000000000..1c9440843 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeviceThermostatFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DeviceThermostatFilled = (props: SVGProps) => ( + + + +) + +export default DeviceThermostatFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeviceThermostatOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeviceThermostatOutlined.tsx new file mode 100644 index 000000000..3140b2139 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DeviceThermostatOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DeviceThermostatOutlined = (props: SVGProps) => ( + + + +) + +export default DeviceThermostatOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiamondFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiamondFilled.tsx new file mode 100644 index 000000000..cbbb14b3e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiamondFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DiamondFilled = (props: SVGProps) => ( + + + +) + +export default DiamondFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiamondOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiamondOutlined.tsx new file mode 100644 index 000000000..debb34ed0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiamondOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DiamondOutlined = (props: SVGProps) => ( + + + +) + +export default DiamondOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiningFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiningFilled.tsx new file mode 100644 index 000000000..86552678a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiningFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DiningFilled = (props: SVGProps) => ( + + + +) + +export default DiningFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiningOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiningOutlined.tsx new file mode 100644 index 000000000..54ca2f4c6 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DiningOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DiningOutlined = (props: SVGProps) => ( + + + +) + +export default DiningOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsFilled.tsx new file mode 100644 index 000000000..ea28ca117 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DirectionsFilled = (props: SVGProps) => ( + + + +) + +export default DirectionsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsOutlined.tsx new file mode 100644 index 000000000..fc04af6d5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DirectionsOutlined = (props: SVGProps) => ( + + + +) + +export default DirectionsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsRunFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsRunFilled.tsx new file mode 100644 index 000000000..d7ea3f87e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsRunFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DirectionsRunFilled = (props: SVGProps) => ( + + + +) + +export default DirectionsRunFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsRunOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsRunOutlined.tsx new file mode 100644 index 000000000..05922225d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsRunOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DirectionsRunOutlined = (props: SVGProps) => ( + + + +) + +export default DirectionsRunOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsSubwayFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsSubwayFilled.tsx new file mode 100644 index 000000000..5b8776dcb --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsSubwayFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DirectionsSubwayFilled = (props: SVGProps) => ( + + + +) + +export default DirectionsSubwayFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsSubwayOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsSubwayOutlined.tsx new file mode 100644 index 000000000..59f8b7f97 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DirectionsSubwayOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DirectionsSubwayOutlined = (props: SVGProps) => ( + + + +) + +export default DirectionsSubwayOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownhillSkiingFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownhillSkiingFilled.tsx new file mode 100644 index 000000000..10af1b2a9 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownhillSkiingFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DownhillSkiingFilled = (props: SVGProps) => ( + + + +) + +export default DownhillSkiingFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownhillSkiingOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownhillSkiingOutlined.tsx new file mode 100644 index 000000000..eb4d32bed --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownhillSkiingOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DownhillSkiingOutlined = (props: SVGProps) => ( + + + +) + +export default DownhillSkiingOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownloadFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownloadFilled.tsx new file mode 100644 index 000000000..fdbbf7af5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownloadFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DownloadFilled = (props: SVGProps) => ( + + + +) + +export default DownloadFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownloadOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownloadOutlined.tsx new file mode 100644 index 000000000..7b32681a4 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DownloadOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DownloadOutlined = (props: SVGProps) => ( + + + +) + +export default DownloadOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DresserFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DresserFilled.tsx new file mode 100644 index 000000000..f00302443 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DresserFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DresserFilled = (props: SVGProps) => ( + + + +) + +export default DresserFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/DresserOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DresserOutlined.tsx new file mode 100644 index 000000000..8f08e99fc --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/DresserOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const DresserOutlined = (props: SVGProps) => ( + + + +) + +export default DresserOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditCalendarFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditCalendarFilled.tsx new file mode 100644 index 000000000..bf016d71e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditCalendarFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const EditCalendarFilled = (props: SVGProps) => ( + + + +) + +export default EditCalendarFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditCalendarOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditCalendarOutlined.tsx new file mode 100644 index 000000000..f8ae09a7f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditCalendarOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const EditCalendarOutlined = (props: SVGProps) => ( + + + +) + +export default EditCalendarOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditFilled.tsx new file mode 100644 index 000000000..5fe583e7b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const EditFilled = (props: SVGProps) => ( + + + +) + +export default EditFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditOutlined.tsx new file mode 100644 index 000000000..94f9c7c63 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const EditOutlined = (props: SVGProps) => ( + + + +) + +export default EditOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditSquareFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditSquareFilled.tsx new file mode 100644 index 000000000..0fa5d9b9c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditSquareFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const EditSquareFilled = (props: SVGProps) => ( + + + +) + +export default EditSquareFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditSquareOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditSquareOutlined.tsx new file mode 100644 index 000000000..5120409e8 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EditSquareOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const EditSquareOutlined = (props: SVGProps) => ( + + + +) + +export default EditSquareOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricBikeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricBikeFilled.tsx new file mode 100644 index 000000000..33a2eae70 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricBikeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ElectricBikeFilled = (props: SVGProps) => ( + + + +) + +export default ElectricBikeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricBikeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricBikeOutlined.tsx new file mode 100644 index 000000000..5eb2499e0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricBikeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ElectricBikeOutlined = (props: SVGProps) => ( + + + +) + +export default ElectricBikeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricCarFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricCarFilled.tsx new file mode 100644 index 000000000..7f03475f9 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricCarFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ElectricCarFilled = (props: SVGProps) => ( + + + +) + +export default ElectricCarFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricCarOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricCarOutlined.tsx new file mode 100644 index 000000000..1656c4273 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElectricCarOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ElectricCarOutlined = (props: SVGProps) => ( + + + +) + +export default ElectricCarOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElevatorFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElevatorFilled.tsx new file mode 100644 index 000000000..1de669d25 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElevatorFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ElevatorFilled = (props: SVGProps) => ( + + + +) + +export default ElevatorFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElevatorOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElevatorOutlined.tsx new file mode 100644 index 000000000..e4efba013 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ElevatorOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ElevatorOutlined = (props: SVGProps) => ( + + + +) + +export default ElevatorOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/EmojiTransportationFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EmojiTransportationFilled.tsx new file mode 100644 index 000000000..747f3d03d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EmojiTransportationFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const EmojiTransportationFilled = (props: SVGProps) => ( + + + +) + +export default EmojiTransportationFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/EmojiTransportationOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EmojiTransportationOutlined.tsx new file mode 100644 index 000000000..773bc173d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/EmojiTransportationOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const EmojiTransportationOutlined = (props: SVGProps) => ( + + + +) + +export default EmojiTransportationOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ErrorFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ErrorFilled.tsx new file mode 100644 index 000000000..123760c42 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ErrorFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ErrorFilled = (props: SVGProps) => ( + + + +) + +export default ErrorFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ErrorOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ErrorOutlined.tsx new file mode 100644 index 000000000..c799ed8f0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ErrorOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ErrorOutlined = (props: SVGProps) => ( + + + +) + +export default ErrorOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ExerciseFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ExerciseFilled.tsx new file mode 100644 index 000000000..b3b2bc0a8 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ExerciseFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ExerciseFilled = (props: SVGProps) => ( + + + +) + +export default ExerciseFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ExerciseOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ExerciseOutlined.tsx new file mode 100644 index 000000000..7c92d16a9 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ExerciseOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ExerciseOutlined = (props: SVGProps) => ( + + + +) + +export default ExerciseOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FamilyRestroomFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FamilyRestroomFilled.tsx new file mode 100644 index 000000000..0b0d7be77 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FamilyRestroomFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FamilyRestroomFilled = (props: SVGProps) => ( + + + +) + +export default FamilyRestroomFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FamilyRestroomOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FamilyRestroomOutlined.tsx new file mode 100644 index 000000000..dc6bd8ed2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FamilyRestroomOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FamilyRestroomOutlined = (props: SVGProps) => ( + + + +) + +export default FamilyRestroomOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FastfoodFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FastfoodFilled.tsx new file mode 100644 index 000000000..34278f0b2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FastfoodFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FastfoodFilled = (props: SVGProps) => ( + + + +) + +export default FastfoodFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FastfoodOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FastfoodOutlined.tsx new file mode 100644 index 000000000..a10733d5b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FastfoodOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FastfoodOutlined = (props: SVGProps) => ( + + + +) + +export default FastfoodOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FavoriteFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FavoriteFilled.tsx new file mode 100644 index 000000000..0cb019c52 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FavoriteFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FavoriteFilled = (props: SVGProps) => ( + + + +) + +export default FavoriteFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FavoriteOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FavoriteOutlined.tsx new file mode 100644 index 000000000..e4cf35319 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FavoriteOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FavoriteOutlined = (props: SVGProps) => ( + + + +) + +export default FavoriteOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FaxFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FaxFilled.tsx new file mode 100644 index 000000000..24823e8e3 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FaxFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FaxFilled = (props: SVGProps) => ( + + + +) + +export default FaxFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FaxOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FaxOutlined.tsx new file mode 100644 index 000000000..ca7d25fa2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FaxOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FaxOutlined = (props: SVGProps) => ( + + + +) + +export default FaxOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FeaturedSeasonalAndGiftsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FeaturedSeasonalAndGiftsFilled.tsx new file mode 100644 index 000000000..033dea9bb --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FeaturedSeasonalAndGiftsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FeaturedSeasonalAndGiftsFilled = (props: SVGProps) => ( + + + +) + +export default FeaturedSeasonalAndGiftsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FeaturedSeasonalAndGiftsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FeaturedSeasonalAndGiftsOutlined.tsx new file mode 100644 index 000000000..04d57c4a0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FeaturedSeasonalAndGiftsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FeaturedSeasonalAndGiftsOutlined = (props: SVGProps) => ( + + + +) + +export default FeaturedSeasonalAndGiftsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FestivalFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FestivalFilled.tsx new file mode 100644 index 000000000..f0036f1df --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FestivalFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FestivalFilled = (props: SVGProps) => ( + + + +) + +export default FestivalFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FestivalOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FestivalOutlined.tsx new file mode 100644 index 000000000..280b5b27e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FestivalOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FestivalOutlined = (props: SVGProps) => ( + + + +) + +export default FestivalOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterAltFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterAltFilled.tsx new file mode 100644 index 000000000..d043810bd --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterAltFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FilterAltFilled = (props: SVGProps) => ( + + + +) + +export default FilterAltFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterAltOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterAltOutlined.tsx new file mode 100644 index 000000000..9b275a85d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterAltOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FilterAltOutlined = (props: SVGProps) => ( + + + +) + +export default FilterAltOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterFilled.tsx new file mode 100644 index 000000000..c19f0bb9d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FilterFilled = (props: SVGProps) => ( + + + +) + +export default FilterFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterOutlined.tsx new file mode 100644 index 000000000..5aa6ead24 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FilterOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FilterOutlined = (props: SVGProps) => ( + + + +) + +export default FilterOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FloorLampFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FloorLampFilled.tsx new file mode 100644 index 000000000..7fd98926e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FloorLampFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FloorLampFilled = (props: SVGProps) => ( + + + +) + +export default FloorLampFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FloorLampOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FloorLampOutlined.tsx new file mode 100644 index 000000000..0f44251d0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FloorLampOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FloorLampOutlined = (props: SVGProps) => ( + + + +) + +export default FloorLampOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ForestFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ForestFilled.tsx new file mode 100644 index 000000000..3b7e25062 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ForestFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ForestFilled = (props: SVGProps) => ( + + + +) + +export default ForestFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ForestOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ForestOutlined.tsx new file mode 100644 index 000000000..554c07a24 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ForestOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ForestOutlined = (props: SVGProps) => ( + + + +) + +export default ForestOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FormatListBulletedFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FormatListBulletedFilled.tsx new file mode 100644 index 000000000..b02fef6c9 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FormatListBulletedFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FormatListBulletedFilled = (props: SVGProps) => ( + + + +) + +export default FormatListBulletedFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/FormatListBulletedOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FormatListBulletedOutlined.tsx new file mode 100644 index 000000000..41c178bc7 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/FormatListBulletedOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const FormatListBulletedOutlined = (props: SVGProps) => ( + + + +) + +export default FormatListBulletedOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/GarageFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GarageFilled.tsx new file mode 100644 index 000000000..c05f0f807 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GarageFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const GarageFilled = (props: SVGProps) => ( + + + +) + +export default GarageFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/GarageOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GarageOutlined.tsx new file mode 100644 index 000000000..fdd1b1c3d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GarageOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const GarageOutlined = (props: SVGProps) => ( + + + +) + +export default GarageOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/GlobeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GlobeFilled.tsx new file mode 100644 index 000000000..de64b053a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GlobeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const GlobeFilled = (props: SVGProps) => ( + + + +) + +export default GlobeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/GlobeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GlobeOutlined.tsx new file mode 100644 index 000000000..e938daf2f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GlobeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const GlobeOutlined = (props: SVGProps) => ( + + + +) + +export default GlobeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/GolfCourseFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GolfCourseFilled.tsx new file mode 100644 index 000000000..ca720d3b0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GolfCourseFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const GolfCourseFilled = (props: SVGProps) => ( + + + +) + +export default GolfCourseFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/GolfCourseOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GolfCourseOutlined.tsx new file mode 100644 index 000000000..9f4ab8259 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GolfCourseOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const GolfCourseOutlined = (props: SVGProps) => ( + + + +) + +export default GolfCourseOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/GroupsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GroupsFilled.tsx new file mode 100644 index 000000000..f1265cc59 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GroupsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const GroupsFilled = (props: SVGProps) => ( + + + +) + +export default GroupsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/GroupsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GroupsOutlined.tsx new file mode 100644 index 000000000..d4cac6fb6 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/GroupsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const GroupsOutlined = (props: SVGProps) => ( + + + +) + +export default GroupsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HealthAndBeautyFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HealthAndBeautyFilled.tsx new file mode 100644 index 000000000..6226f1453 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HealthAndBeautyFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HealthAndBeautyFilled = (props: SVGProps) => ( + + + +) + +export default HealthAndBeautyFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HealthAndBeautyOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HealthAndBeautyOutlined.tsx new file mode 100644 index 000000000..c6211c806 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HealthAndBeautyOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HealthAndBeautyOutlined = (props: SVGProps) => ( + + + +) + +export default HealthAndBeautyOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HeatFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HeatFilled.tsx new file mode 100644 index 000000000..e29bafc6b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HeatFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HeatFilled = (props: SVGProps) => ( + + + +) + +export default HeatFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HeatOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HeatOutlined.tsx new file mode 100644 index 000000000..673b52ed0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HeatOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HeatOutlined = (props: SVGProps) => ( + + + +) + +export default HeatOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HikingFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HikingFilled.tsx new file mode 100644 index 000000000..2911275a5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HikingFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HikingFilled = (props: SVGProps) => ( + + + +) + +export default HikingFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HikingOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HikingOutlined.tsx new file mode 100644 index 000000000..5b95ec370 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HikingOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HikingOutlined = (props: SVGProps) => ( + + + +) + +export default HikingOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HomeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HomeFilled.tsx new file mode 100644 index 000000000..1f2a87a57 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HomeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HomeFilled = (props: SVGProps) => ( + + + +) + +export default HomeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HomeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HomeOutlined.tsx new file mode 100644 index 000000000..0aac85ed4 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HomeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HomeOutlined = (props: SVGProps) => ( + + + +) + +export default HomeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HotTubFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HotTubFilled.tsx new file mode 100644 index 000000000..71e3b6cf5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HotTubFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HotTubFilled = (props: SVGProps) => ( + + + +) + +export default HotTubFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HotTubOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HotTubOutlined.tsx new file mode 100644 index 000000000..9d72bed4d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HotTubOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HotTubOutlined = (props: SVGProps) => ( + + + +) + +export default HotTubOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HouseboatFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HouseboatFilled.tsx new file mode 100644 index 000000000..3587d34c6 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HouseboatFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HouseboatFilled = (props: SVGProps) => ( + + + +) + +export default HouseboatFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HouseboatOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HouseboatOutlined.tsx new file mode 100644 index 000000000..37fc240bb --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HouseboatOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HouseboatOutlined = (props: SVGProps) => ( + + + +) + +export default HouseboatOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HvacFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HvacFilled.tsx new file mode 100644 index 000000000..df9ec08a3 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HvacFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HvacFilled = (props: SVGProps) => ( + + + +) + +export default HvacFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/HvacOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HvacOutlined.tsx new file mode 100644 index 000000000..770c4aaf9 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/HvacOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const HvacOutlined = (props: SVGProps) => ( + + + +) + +export default HvacOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/IdCardFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/IdCardFilled.tsx new file mode 100644 index 000000000..26be2e9f3 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/IdCardFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const IdCardFilled = (props: SVGProps) => ( + + + +) + +export default IdCardFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/IdCardOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/IdCardOutlined.tsx new file mode 100644 index 000000000..3eb34a922 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/IdCardOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const IdCardOutlined = (props: SVGProps) => ( + + + +) + +export default IdCardOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ImagesmodeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ImagesmodeFilled.tsx new file mode 100644 index 000000000..e63ac08ab --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ImagesmodeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ImagesmodeFilled = (props: SVGProps) => ( + + + +) + +export default ImagesmodeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ImagesmodeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ImagesmodeOutlined.tsx new file mode 100644 index 000000000..597c47f29 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ImagesmodeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ImagesmodeOutlined = (props: SVGProps) => ( + + + +) + +export default ImagesmodeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/InfoFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/InfoFilled.tsx new file mode 100644 index 000000000..c50346d9e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/InfoFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const InfoFilled = (props: SVGProps) => ( + + + +) + +export default InfoFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/InfoOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/InfoOutlined.tsx new file mode 100644 index 000000000..b3baa7482 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/InfoOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const InfoOutlined = (props: SVGProps) => ( + + + +) + +export default InfoOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/IronFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/IronFilled.tsx new file mode 100644 index 000000000..43cfab20e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/IronFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const IronFilled = (props: SVGProps) => ( + + + +) + +export default IronFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/IronOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/IronOutlined.tsx new file mode 100644 index 000000000..bc51556da --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/IronOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const IronOutlined = (props: SVGProps) => ( + + + +) + +export default IronOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KayakingFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KayakingFilled.tsx new file mode 100644 index 000000000..74e819eda --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KayakingFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KayakingFilled = (props: SVGProps) => ( + + + +) + +export default KayakingFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KayakingOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KayakingOutlined.tsx new file mode 100644 index 000000000..51e8038b2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KayakingOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KayakingOutlined = (props: SVGProps) => ( + + + +) + +export default KayakingOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KettleFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KettleFilled.tsx new file mode 100644 index 000000000..847897734 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KettleFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KettleFilled = (props: SVGProps) => ( + + + +) + +export default KettleFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KettleOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KettleOutlined.tsx new file mode 100644 index 000000000..039285927 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KettleOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KettleOutlined = (props: SVGProps) => ( + + + +) + +export default KettleOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowDownFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowDownFilled.tsx new file mode 100644 index 000000000..764b03d58 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowDownFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KeyboardArrowDownFilled = (props: SVGProps) => ( + + + +) + +export default KeyboardArrowDownFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowDownOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowDownOutlined.tsx new file mode 100644 index 000000000..9757422da --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowDownOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KeyboardArrowDownOutlined = (props: SVGProps) => ( + + + +) + +export default KeyboardArrowDownOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowRightFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowRightFilled.tsx new file mode 100644 index 000000000..b5da05427 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowRightFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KeyboardArrowRightFilled = (props: SVGProps) => ( + + + +) + +export default KeyboardArrowRightFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowRightOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowRightOutlined.tsx new file mode 100644 index 000000000..5f10f46fb --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowRightOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KeyboardArrowRightOutlined = (props: SVGProps) => ( + + + +) + +export default KeyboardArrowRightOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowUpFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowUpFilled.tsx new file mode 100644 index 000000000..9e7ef38d3 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowUpFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KeyboardArrowUpFilled = (props: SVGProps) => ( + + + +) + +export default KeyboardArrowUpFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowUpOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowUpOutlined.tsx new file mode 100644 index 000000000..85e33497e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KeyboardArrowUpOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KeyboardArrowUpOutlined = (props: SVGProps) => ( + + + +) + +export default KeyboardArrowUpOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KingBedFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KingBedFilled.tsx new file mode 100644 index 000000000..38d2e3eb1 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KingBedFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KingBedFilled = (props: SVGProps) => ( + + + +) + +export default KingBedFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KingBedOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KingBedOutlined.tsx new file mode 100644 index 000000000..10b30ebcf --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KingBedOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KingBedOutlined = (props: SVGProps) => ( + + + +) + +export default KingBedOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KitchenFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KitchenFilled.tsx new file mode 100644 index 000000000..98e83ba1b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KitchenFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KitchenFilled = (props: SVGProps) => ( + + + +) + +export default KitchenFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/KitchenOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KitchenOutlined.tsx new file mode 100644 index 000000000..42c92b878 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/KitchenOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const KitchenOutlined = (props: SVGProps) => ( + + + +) + +export default KitchenOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LandscapeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LandscapeFilled.tsx new file mode 100644 index 000000000..9c65cda71 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LandscapeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LandscapeFilled = (props: SVGProps) => ( + + + +) + +export default LandscapeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LandscapeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LandscapeOutlined.tsx new file mode 100644 index 000000000..1821fc0b8 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LandscapeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LandscapeOutlined = (props: SVGProps) => ( + + + +) + +export default LandscapeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LaundryFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LaundryFilled.tsx new file mode 100644 index 000000000..70f77a1a5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LaundryFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LaundryFilled = (props: SVGProps) => ( + + + +) + +export default LaundryFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LaundryOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LaundryOutlined.tsx new file mode 100644 index 000000000..26d026902 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LaundryOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LaundryOutlined = (props: SVGProps) => ( + + + +) + +export default LaundryOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LinkFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LinkFilled.tsx new file mode 100644 index 000000000..af988684b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LinkFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LinkFilled = (props: SVGProps) => ( + + + +) + +export default LinkFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LinkOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LinkOutlined.tsx new file mode 100644 index 000000000..5fa771fe8 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LinkOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LinkOutlined = (props: SVGProps) => ( + + + +) + +export default LinkOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiquorFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiquorFilled.tsx new file mode 100644 index 000000000..5f8d67c30 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiquorFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LiquorFilled = (props: SVGProps) => ( + + + +) + +export default LiquorFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiquorOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiquorOutlined.tsx new file mode 100644 index 000000000..ee270a0d5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiquorOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LiquorOutlined = (props: SVGProps) => ( + + + +) + +export default LiquorOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiveTvFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiveTvFilled.tsx new file mode 100644 index 000000000..9d6b96d81 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiveTvFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LiveTvFilled = (props: SVGProps) => ( + + + +) + +export default LiveTvFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiveTvOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiveTvOutlined.tsx new file mode 100644 index 000000000..486da746e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LiveTvOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LiveTvOutlined = (props: SVGProps) => ( + + + +) + +export default LiveTvOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalBarFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalBarFilled.tsx new file mode 100644 index 000000000..8de58da85 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalBarFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalBarFilled = (props: SVGProps) => ( + + + +) + +export default LocalBarFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalBarOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalBarOutlined.tsx new file mode 100644 index 000000000..9c50e16a3 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalBarOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalBarOutlined = (props: SVGProps) => ( + + + +) + +export default LocalBarOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalCafeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalCafeFilled.tsx new file mode 100644 index 000000000..6c45eab3a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalCafeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalCafeFilled = (props: SVGProps) => ( + + + +) + +export default LocalCafeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalCafeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalCafeOutlined.tsx new file mode 100644 index 000000000..71b67ad8d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalCafeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalCafeOutlined = (props: SVGProps) => ( + + + +) + +export default LocalCafeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalConvenienceStoreFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalConvenienceStoreFilled.tsx new file mode 100644 index 000000000..9e88f9fd6 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalConvenienceStoreFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalConvenienceStoreFilled = (props: SVGProps) => ( + + + +) + +export default LocalConvenienceStoreFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalConvenienceStoreOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalConvenienceStoreOutlined.tsx new file mode 100644 index 000000000..e52c7e887 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalConvenienceStoreOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalConvenienceStoreOutlined = (props: SVGProps) => ( + + + +) + +export default LocalConvenienceStoreOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalDrinkFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalDrinkFilled.tsx new file mode 100644 index 000000000..1b1db3fea --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalDrinkFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalDrinkFilled = (props: SVGProps) => ( + + + +) + +export default LocalDrinkFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalDrinkOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalDrinkOutlined.tsx new file mode 100644 index 000000000..16e2aa7f8 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalDrinkOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalDrinkOutlined = (props: SVGProps) => ( + + + +) + +export default LocalDrinkOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalLaundryServiceFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalLaundryServiceFilled.tsx new file mode 100644 index 000000000..4c8adc7b7 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalLaundryServiceFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalLaundryServiceFilled = (props: SVGProps) => ( + + + +) + +export default LocalLaundryServiceFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalLaundryServiceOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalLaundryServiceOutlined.tsx new file mode 100644 index 000000000..7abded045 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalLaundryServiceOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalLaundryServiceOutlined = (props: SVGProps) => ( + + + +) + +export default LocalLaundryServiceOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalParkingFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalParkingFilled.tsx new file mode 100644 index 000000000..e97b5d1ba --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalParkingFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalParkingFilled = (props: SVGProps) => ( + + + +) + +export default LocalParkingFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalParkingOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalParkingOutlined.tsx new file mode 100644 index 000000000..7692db7f7 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocalParkingOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocalParkingOutlined = (props: SVGProps) => ( + + + +) + +export default LocalParkingOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationCityFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationCityFilled.tsx new file mode 100644 index 000000000..c5c98f013 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationCityFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocationCityFilled = (props: SVGProps) => ( + + + +) + +export default LocationCityFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationCityOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationCityOutlined.tsx new file mode 100644 index 000000000..22b74d7be --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationCityOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocationCityOutlined = (props: SVGProps) => ( + + + +) + +export default LocationCityOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationOnFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationOnFilled.tsx new file mode 100644 index 000000000..c5e66e865 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationOnFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocationOnFilled = (props: SVGProps) => ( + + + +) + +export default LocationOnFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationOnOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationOnOutlined.tsx new file mode 100644 index 000000000..4e8d18129 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LocationOnOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LocationOnOutlined = (props: SVGProps) => ( + + + +) + +export default LocationOnOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockClockFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockClockFilled.tsx new file mode 100644 index 000000000..8d1d353e1 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockClockFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LockClockFilled = (props: SVGProps) => ( + + + +) + +export default LockClockFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockClockOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockClockOutlined.tsx new file mode 100644 index 000000000..340299515 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockClockOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LockClockOutlined = (props: SVGProps) => ( + + + +) + +export default LockClockOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockFilled.tsx new file mode 100644 index 000000000..1385f59f9 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LockFilled = (props: SVGProps) => ( + + + +) + +export default LockFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockOutlined.tsx new file mode 100644 index 000000000..ab660ede4 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LockOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LockOutlined = (props: SVGProps) => ( + + + +) + +export default LockOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LoyaltyFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LoyaltyFilled.tsx new file mode 100644 index 000000000..aa9678408 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LoyaltyFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LoyaltyFilled = (props: SVGProps) => ( + + + +) + +export default LoyaltyFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LoyaltyOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LoyaltyOutlined.tsx new file mode 100644 index 000000000..c4275e6d6 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LoyaltyOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LoyaltyOutlined = (props: SVGProps) => ( + + + +) + +export default LoyaltyOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LuggageFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LuggageFilled.tsx new file mode 100644 index 000000000..bde08fb7a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LuggageFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LuggageFilled = (props: SVGProps) => ( + + + +) + +export default LuggageFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/LuggageOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LuggageOutlined.tsx new file mode 100644 index 000000000..8ccd7023a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/LuggageOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const LuggageOutlined = (props: SVGProps) => ( + + + +) + +export default LuggageOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MailFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MailFilled.tsx new file mode 100644 index 000000000..938433b25 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MailFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MailFilled = (props: SVGProps) => ( + + + +) + +export default MailFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MailOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MailOutlined.tsx new file mode 100644 index 000000000..ba07d6cfa --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MailOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MailOutlined = (props: SVGProps) => ( + + + +) + +export default MailOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MapFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MapFilled.tsx new file mode 100644 index 000000000..4f5f49264 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MapFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MapFilled = (props: SVGProps) => ( + + + +) + +export default MapFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MapOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MapOutlined.tsx new file mode 100644 index 000000000..8ec5431e6 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MapOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MapOutlined = (props: SVGProps) => ( + + + +) + +export default MapOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MeetingRoomFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MeetingRoomFilled.tsx new file mode 100644 index 000000000..06d136ee9 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MeetingRoomFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MeetingRoomFilled = (props: SVGProps) => ( + + + +) + +export default MeetingRoomFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MeetingRoomOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MeetingRoomOutlined.tsx new file mode 100644 index 000000000..38e9e7721 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MeetingRoomOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MeetingRoomOutlined = (props: SVGProps) => ( + + + +) + +export default MeetingRoomOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MicrowaveFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MicrowaveFilled.tsx new file mode 100644 index 000000000..ff5b3ad9d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MicrowaveFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MicrowaveFilled = (props: SVGProps) => ( + + + +) + +export default MicrowaveFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MicrowaveOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MicrowaveOutlined.tsx new file mode 100644 index 000000000..2b121fbfb --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MicrowaveOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MicrowaveOutlined = (props: SVGProps) => ( + + + +) + +export default MicrowaveOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MobileChargeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MobileChargeFilled.tsx new file mode 100644 index 000000000..aafe12e5a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MobileChargeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MobileChargeFilled = (props: SVGProps) => ( + + + +) + +export default MobileChargeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MobileChargeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MobileChargeOutlined.tsx new file mode 100644 index 000000000..6c91fb591 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MobileChargeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MobileChargeOutlined = (props: SVGProps) => ( + + + +) + +export default MobileChargeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ModeFanFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ModeFanFilled.tsx new file mode 100644 index 000000000..d5d8211e1 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ModeFanFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ModeFanFilled = (props: SVGProps) => ( + + + +) + +export default ModeFanFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ModeFanOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ModeFanOutlined.tsx new file mode 100644 index 000000000..947f21c60 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ModeFanOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ModeFanOutlined = (props: SVGProps) => ( + + + +) + +export default ModeFanOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MuseumFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MuseumFilled.tsx new file mode 100644 index 000000000..1cc5656de --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MuseumFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MuseumFilled = (props: SVGProps) => ( + + + +) + +export default MuseumFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MuseumOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MuseumOutlined.tsx new file mode 100644 index 000000000..5555f596f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MuseumOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MuseumOutlined = (props: SVGProps) => ( + + + +) + +export default MuseumOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicCastFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicCastFilled.tsx new file mode 100644 index 000000000..e247ed2f1 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicCastFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MusicCastFilled = (props: SVGProps) => ( + + + +) + +export default MusicCastFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicCastOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicCastOutlined.tsx new file mode 100644 index 000000000..5269816c2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicCastOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MusicCastOutlined = (props: SVGProps) => ( + + + +) + +export default MusicCastOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicNoteFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicNoteFilled.tsx new file mode 100644 index 000000000..068e89619 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicNoteFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MusicNoteFilled = (props: SVGProps) => ( + + + +) + +export default MusicNoteFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicNoteOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicNoteOutlined.tsx new file mode 100644 index 000000000..901b9ae10 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/MusicNoteOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const MusicNoteOutlined = (props: SVGProps) => ( + + + +) + +export default MusicNoteOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/NatureFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NatureFilled.tsx new file mode 100644 index 000000000..96dcef221 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NatureFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const NatureFilled = (props: SVGProps) => ( + + + +) + +export default NatureFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/NatureOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NatureOutlined.tsx new file mode 100644 index 000000000..f2733926c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NatureOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const NatureOutlined = (props: SVGProps) => ( + + + +) + +export default NatureOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightShelterFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightShelterFilled.tsx new file mode 100644 index 000000000..e0a4be1e4 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightShelterFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const NightShelterFilled = (props: SVGProps) => ( + + + +) + +export default NightShelterFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightShelterOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightShelterOutlined.tsx new file mode 100644 index 000000000..f134e8322 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightShelterOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const NightShelterOutlined = (props: SVGProps) => ( + + + +) + +export default NightShelterOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightlifeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightlifeFilled.tsx new file mode 100644 index 000000000..78aa72037 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightlifeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const NightlifeFilled = (props: SVGProps) => ( + + + +) + +export default NightlifeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightlifeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightlifeOutlined.tsx new file mode 100644 index 000000000..4ff15bf83 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/NightlifeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const NightlifeOutlined = (props: SVGProps) => ( + + + +) + +export default NightlifeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/OpenInNewFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/OpenInNewFilled.tsx new file mode 100644 index 000000000..a40edb18f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/OpenInNewFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const OpenInNewFilled = (props: SVGProps) => ( + + + +) + +export default OpenInNewFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/OpenInNewOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/OpenInNewOutlined.tsx new file mode 100644 index 000000000..a5ebb2e6e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/OpenInNewOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const OpenInNewOutlined = (props: SVGProps) => ( + + + +) + +export default OpenInNewOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanZoomFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanZoomFilled.tsx new file mode 100644 index 000000000..b19cfe5ae --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanZoomFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PanZoomFilled = (props: SVGProps) => ( + + + +) + +export default PanZoomFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanZoomOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanZoomOutlined.tsx new file mode 100644 index 000000000..3000e0598 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanZoomOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PanZoomOutlined = (props: SVGProps) => ( + + + +) + +export default PanZoomOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanoramaFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanoramaFilled.tsx new file mode 100644 index 000000000..c57e09961 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanoramaFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PanoramaFilled = (props: SVGProps) => ( + + + +) + +export default PanoramaFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanoramaOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanoramaOutlined.tsx new file mode 100644 index 000000000..e5c3edc00 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PanoramaOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PanoramaOutlined = (props: SVGProps) => ( + + + +) + +export default PanoramaOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PauseFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PauseFilled.tsx new file mode 100644 index 000000000..28a3668fc --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PauseFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PauseFilled = (props: SVGProps) => ( + + + +) + +export default PauseFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PauseOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PauseOutlined.tsx new file mode 100644 index 000000000..d0332968e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PauseOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PauseOutlined = (props: SVGProps) => ( + + + +) + +export default PauseOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PedalBikeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PedalBikeFilled.tsx new file mode 100644 index 000000000..d8eca972e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PedalBikeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PedalBikeFilled = (props: SVGProps) => ( + + + +) + +export default PedalBikeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PedalBikeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PedalBikeOutlined.tsx new file mode 100644 index 000000000..964de81c2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PedalBikeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PedalBikeOutlined = (props: SVGProps) => ( + + + +) + +export default PedalBikeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PersonFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PersonFilled.tsx new file mode 100644 index 000000000..7cbe7fffd --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PersonFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PersonFilled = (props: SVGProps) => ( + + + +) + +export default PersonFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PersonOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PersonOutlined.tsx new file mode 100644 index 000000000..bbce44ff2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PersonOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PersonOutlined = (props: SVGProps) => ( + + + +) + +export default PersonOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PetsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PetsFilled.tsx new file mode 100644 index 000000000..eb68ec3f5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PetsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PetsFilled = (props: SVGProps) => ( + + + +) + +export default PetsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PetsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PetsOutlined.tsx new file mode 100644 index 000000000..3787788dd --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PetsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PetsOutlined = (props: SVGProps) => ( + + + +) + +export default PetsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhoneEnabledFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhoneEnabledFilled.tsx new file mode 100644 index 000000000..38943fa56 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhoneEnabledFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PhoneEnabledFilled = (props: SVGProps) => ( + + + +) + +export default PhoneEnabledFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhoneEnabledOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhoneEnabledOutlined.tsx new file mode 100644 index 000000000..392354d68 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhoneEnabledOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PhoneEnabledOutlined = (props: SVGProps) => ( + + + +) + +export default PhoneEnabledOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhotoCameraFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhotoCameraFilled.tsx new file mode 100644 index 000000000..626c3b580 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhotoCameraFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PhotoCameraFilled = (props: SVGProps) => ( + + + +) + +export default PhotoCameraFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhotoCameraOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhotoCameraOutlined.tsx new file mode 100644 index 000000000..1817c5d38 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PhotoCameraOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PhotoCameraOutlined = (props: SVGProps) => ( + + + +) + +export default PhotoCameraOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PlayArrowFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PlayArrowFilled.tsx new file mode 100644 index 000000000..ac34b3f82 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PlayArrowFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PlayArrowFilled = (props: SVGProps) => ( + + + +) + +export default PlayArrowFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PlayArrowOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PlayArrowOutlined.tsx new file mode 100644 index 000000000..e41cdd48d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PlayArrowOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PlayArrowOutlined = (props: SVGProps) => ( + + + +) + +export default PlayArrowOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PoolFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PoolFilled.tsx new file mode 100644 index 000000000..a8cb53de6 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PoolFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PoolFilled = (props: SVGProps) => ( + + + +) + +export default PoolFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PoolOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PoolOutlined.tsx new file mode 100644 index 000000000..a851c6771 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PoolOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PoolOutlined = (props: SVGProps) => ( + + + +) + +export default PoolOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PrintFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PrintFilled.tsx new file mode 100644 index 000000000..96236350e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PrintFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PrintFilled = (props: SVGProps) => ( + + + +) + +export default PrintFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/PrintOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PrintOutlined.tsx new file mode 100644 index 000000000..dc759ac4e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/PrintOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const PrintOutlined = (props: SVGProps) => ( + + + +) + +export default PrintOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RadioFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RadioFilled.tsx new file mode 100644 index 000000000..e48eb0771 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RadioFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RadioFilled = (props: SVGProps) => ( + + + +) + +export default RadioFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RadioOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RadioOutlined.tsx new file mode 100644 index 000000000..44a196dcb --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RadioOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RadioOutlined = (props: SVGProps) => ( + + + +) + +export default RadioOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RecommendFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RecommendFilled.tsx new file mode 100644 index 000000000..c881c8901 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RecommendFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RecommendFilled = (props: SVGProps) => ( + + + +) + +export default RecommendFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RecommendOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RecommendOutlined.tsx new file mode 100644 index 000000000..fb39a99e4 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RecommendOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RecommendOutlined = (props: SVGProps) => ( + + + +) + +export default RecommendOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RedeemFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RedeemFilled.tsx new file mode 100644 index 000000000..ec0e29e77 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RedeemFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RedeemFilled = (props: SVGProps) => ( + + + +) + +export default RedeemFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RedeemOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RedeemOutlined.tsx new file mode 100644 index 000000000..6e486da75 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RedeemOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RedeemOutlined = (props: SVGProps) => ( + + + +) + +export default RedeemOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RefreshFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RefreshFilled.tsx new file mode 100644 index 000000000..709e77736 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RefreshFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RefreshFilled = (props: SVGProps) => ( + + + +) + +export default RefreshFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RefreshOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RefreshOutlined.tsx new file mode 100644 index 000000000..f9ca2aacd --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RefreshOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RefreshOutlined = (props: SVGProps) => ( + + + +) + +export default RefreshOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RemoveFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RemoveFilled.tsx new file mode 100644 index 000000000..137910ac0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RemoveFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RemoveFilled = (props: SVGProps) => ( + + + +) + +export default RemoveFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RemoveOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RemoveOutlined.tsx new file mode 100644 index 000000000..69a95a0f6 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RemoveOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RemoveOutlined = (props: SVGProps) => ( + + + +) + +export default RemoveOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RestaurantFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RestaurantFilled.tsx new file mode 100644 index 000000000..03c6f8e82 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RestaurantFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RestaurantFilled = (props: SVGProps) => ( + + + +) + +export default RestaurantFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RestaurantOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RestaurantOutlined.tsx new file mode 100644 index 000000000..7e931e367 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RestaurantOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RestaurantOutlined = (props: SVGProps) => ( + + + +) + +export default RestaurantOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RoomServiceFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RoomServiceFilled.tsx new file mode 100644 index 000000000..386175086 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RoomServiceFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RoomServiceFilled = (props: SVGProps) => ( + + + +) + +export default RoomServiceFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RoomServiceOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RoomServiceOutlined.tsx new file mode 100644 index 000000000..80a1480e1 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RoomServiceOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RoomServiceOutlined = (props: SVGProps) => ( + + + +) + +export default RoomServiceOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RouterFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RouterFilled.tsx new file mode 100644 index 000000000..cf97cda9a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RouterFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RouterFilled = (props: SVGProps) => ( + + + +) + +export default RouterFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/RouterOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RouterOutlined.tsx new file mode 100644 index 000000000..a9dd80840 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/RouterOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const RouterOutlined = (props: SVGProps) => ( + + + +) + +export default RouterOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SailingFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SailingFilled.tsx new file mode 100644 index 000000000..319999eac --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SailingFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SailingFilled = (props: SVGProps) => ( + + + +) + +export default SailingFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SailingOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SailingOutlined.tsx new file mode 100644 index 000000000..bc1757434 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SailingOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SailingOutlined = (props: SVGProps) => ( + + + +) + +export default SailingOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SaunaFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SaunaFilled.tsx new file mode 100644 index 000000000..a6bad936c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SaunaFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SaunaFilled = (props: SVGProps) => ( + + + +) + +export default SaunaFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SaunaOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SaunaOutlined.tsx new file mode 100644 index 000000000..180f94d73 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SaunaOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SaunaOutlined = (props: SVGProps) => ( + + + +) + +export default SaunaOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SceneFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SceneFilled.tsx new file mode 100644 index 000000000..666530b16 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SceneFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SceneFilled = (props: SVGProps) => ( + + + +) + +export default SceneFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SceneOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SceneOutlined.tsx new file mode 100644 index 000000000..b47de95f8 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SceneOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SceneOutlined = (props: SVGProps) => ( + + + +) + +export default SceneOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SearchFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SearchFilled.tsx new file mode 100644 index 000000000..a6c5bedb1 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SearchFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SearchFilled = (props: SVGProps) => ( + + + +) + +export default SearchFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SearchOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SearchOutlined.tsx new file mode 100644 index 000000000..973cc1814 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SearchOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SearchOutlined = (props: SVGProps) => ( + + + +) + +export default SearchOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SellFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SellFilled.tsx new file mode 100644 index 000000000..260c46e96 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SellFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SellFilled = (props: SVGProps) => ( + + + +) + +export default SellFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SellOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SellOutlined.tsx new file mode 100644 index 000000000..1510eb2ac --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SellOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SellOutlined = (props: SVGProps) => ( + + + +) + +export default SellOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShoppingBagFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShoppingBagFilled.tsx new file mode 100644 index 000000000..fc9e28d2e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShoppingBagFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ShoppingBagFilled = (props: SVGProps) => ( + + + +) + +export default ShoppingBagFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShoppingBagOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShoppingBagOutlined.tsx new file mode 100644 index 000000000..ac03fe762 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShoppingBagOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ShoppingBagOutlined = (props: SVGProps) => ( + + + +) + +export default ShoppingBagOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShowerFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShowerFilled.tsx new file mode 100644 index 000000000..1a3578b9d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShowerFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ShowerFilled = (props: SVGProps) => ( + + + +) + +export default ShowerFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShowerOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShowerOutlined.tsx new file mode 100644 index 000000000..1370adaf8 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ShowerOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ShowerOutlined = (props: SVGProps) => ( + + + +) + +export default ShowerOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SingleBedFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SingleBedFilled.tsx new file mode 100644 index 000000000..115321cfe --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SingleBedFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SingleBedFilled = (props: SVGProps) => ( + + + +) + +export default SingleBedFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SingleBedOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SingleBedOutlined.tsx new file mode 100644 index 000000000..2557b3525 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SingleBedOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SingleBedOutlined = (props: SVGProps) => ( + + + +) + +export default SingleBedOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SkateboardingFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SkateboardingFilled.tsx new file mode 100644 index 000000000..fdf57fb2e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SkateboardingFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SkateboardingFilled = (props: SVGProps) => ( + + + +) + +export default SkateboardingFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SkateboardingOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SkateboardingOutlined.tsx new file mode 100644 index 000000000..a11f37e71 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SkateboardingOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SkateboardingOutlined = (props: SVGProps) => ( + + + +) + +export default SkateboardingOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokeFreeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokeFreeFilled.tsx new file mode 100644 index 000000000..a210b178b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokeFreeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SmokeFreeFilled = (props: SVGProps) => ( + + + +) + +export default SmokeFreeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokeFreeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokeFreeOutlined.tsx new file mode 100644 index 000000000..9690377f5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokeFreeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SmokeFreeOutlined = (props: SVGProps) => ( + + + +) + +export default SmokeFreeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokingRoomsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokingRoomsFilled.tsx new file mode 100644 index 000000000..a0e7adfea --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokingRoomsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SmokingRoomsFilled = (props: SVGProps) => ( + + + +) + +export default SmokingRoomsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokingRoomsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokingRoomsOutlined.tsx new file mode 100644 index 000000000..6caec153c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SmokingRoomsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SmokingRoomsOutlined = (props: SVGProps) => ( + + + +) + +export default SmokingRoomsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SpaFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SpaFilled.tsx new file mode 100644 index 000000000..091cd17b5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SpaFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SpaFilled = (props: SVGProps) => ( + + + +) + +export default SpaFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SpaOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SpaOutlined.tsx new file mode 100644 index 000000000..685a757e4 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SpaOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SpaOutlined = (props: SVGProps) => ( + + + +) + +export default SpaOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsEsportsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsEsportsFilled.tsx new file mode 100644 index 000000000..2c8024c8b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsEsportsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SportsEsportsFilled = (props: SVGProps) => ( + + + +) + +export default SportsEsportsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsEsportsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsEsportsOutlined.tsx new file mode 100644 index 000000000..9ab49dc9f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsEsportsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SportsEsportsOutlined = (props: SVGProps) => ( + + + +) + +export default SportsEsportsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsGolfFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsGolfFilled.tsx new file mode 100644 index 000000000..b1d72c9ca --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsGolfFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SportsGolfFilled = (props: SVGProps) => ( + + + +) + +export default SportsGolfFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsGolfOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsGolfOutlined.tsx new file mode 100644 index 000000000..bc8e6aa9c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsGolfOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SportsGolfOutlined = (props: SVGProps) => ( + + + +) + +export default SportsGolfOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsHandballFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsHandballFilled.tsx new file mode 100644 index 000000000..53f36366f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsHandballFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SportsHandballFilled = (props: SVGProps) => ( + + + +) + +export default SportsHandballFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsHandballOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsHandballOutlined.tsx new file mode 100644 index 000000000..a8482e24c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsHandballOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SportsHandballOutlined = (props: SVGProps) => ( + + + +) + +export default SportsHandballOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsTennisFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsTennisFilled.tsx new file mode 100644 index 000000000..6bf84abfa --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsTennisFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SportsTennisFilled = (props: SVGProps) => ( + + + +) + +export default SportsTennisFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsTennisOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsTennisOutlined.tsx new file mode 100644 index 000000000..5fefef127 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SportsTennisOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SportsTennisOutlined = (props: SVGProps) => ( + + + +) + +export default SportsTennisOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/StairsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StairsFilled.tsx new file mode 100644 index 000000000..36a8d54e9 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StairsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const StairsFilled = (props: SVGProps) => ( + + + +) + +export default StairsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/StairsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StairsOutlined.tsx new file mode 100644 index 000000000..b7a04c4ab --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StairsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const StairsOutlined = (props: SVGProps) => ( + + + +) + +export default StairsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/StarFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StarFilled.tsx new file mode 100644 index 000000000..7511596ab --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StarFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const StarFilled = (props: SVGProps) => ( + + + +) + +export default StarFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/StarOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StarOutlined.tsx new file mode 100644 index 000000000..9e7d6327f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StarOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const StarOutlined = (props: SVGProps) => ( + + + +) + +export default StarOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/StickyNote2Filled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StickyNote2Filled.tsx new file mode 100644 index 000000000..1e4d65d1d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StickyNote2Filled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const StickyNote2Filled = (props: SVGProps) => ( + + + +) + +export default StickyNote2Filled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/StickyNote2Outlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StickyNote2Outlined.tsx new file mode 100644 index 000000000..c246ba42f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StickyNote2Outlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const StickyNote2Outlined = (props: SVGProps) => ( + + + +) + +export default StickyNote2Outlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/StraightenFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StraightenFilled.tsx new file mode 100644 index 000000000..36fc0b56e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StraightenFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const StraightenFilled = (props: SVGProps) => ( + + + +) + +export default StraightenFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/StraightenOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StraightenOutlined.tsx new file mode 100644 index 000000000..d391288a7 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StraightenOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const StraightenOutlined = (props: SVGProps) => ( + + + +) + +export default StraightenOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/StylerFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StylerFilled.tsx new file mode 100644 index 000000000..d8a7b1463 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StylerFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const StylerFilled = (props: SVGProps) => ( + + + +) + +export default StylerFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/StylerOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StylerOutlined.tsx new file mode 100644 index 000000000..6db50e7f0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/StylerOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const StylerOutlined = (props: SVGProps) => ( + + + +) + +export default StylerOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SupportAgentFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SupportAgentFilled.tsx new file mode 100644 index 000000000..4085bab99 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SupportAgentFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SupportAgentFilled = (props: SVGProps) => ( + + + +) + +export default SupportAgentFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SupportAgentOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SupportAgentOutlined.tsx new file mode 100644 index 000000000..59494c285 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SupportAgentOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SupportAgentOutlined = (props: SVGProps) => ( + + + +) + +export default SupportAgentOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SwipeFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SwipeFilled.tsx new file mode 100644 index 000000000..a6e20302d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SwipeFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SwipeFilled = (props: SVGProps) => ( + + + +) + +export default SwipeFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SwipeOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SwipeOutlined.tsx new file mode 100644 index 000000000..d65f12210 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SwipeOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SwipeOutlined = (props: SVGProps) => ( + + + +) + +export default SwipeOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SyncSavedLocallyFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SyncSavedLocallyFilled.tsx new file mode 100644 index 000000000..c89c49a7d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SyncSavedLocallyFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SyncSavedLocallyFilled = (props: SVGProps) => ( + + + +) + +export default SyncSavedLocallyFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/SyncSavedLocallyOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SyncSavedLocallyOutlined.tsx new file mode 100644 index 000000000..12294680c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/SyncSavedLocallyOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const SyncSavedLocallyOutlined = (props: SVGProps) => ( + + + +) + +export default SyncSavedLocallyOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TableBarFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TableBarFilled.tsx new file mode 100644 index 000000000..591b563e3 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TableBarFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TableBarFilled = (props: SVGProps) => ( + + + +) + +export default TableBarFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TableBarOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TableBarOutlined.tsx new file mode 100644 index 000000000..cfe807b9b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TableBarOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TableBarOutlined = (props: SVGProps) => ( + + + +) + +export default TableBarOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TheaterComedyFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TheaterComedyFilled.tsx new file mode 100644 index 000000000..95d9f06b0 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TheaterComedyFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TheaterComedyFilled = (props: SVGProps) => ( + + + +) + +export default TheaterComedyFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TheaterComedyOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TheaterComedyOutlined.tsx new file mode 100644 index 000000000..560272e60 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TheaterComedyOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TheaterComedyOutlined = (props: SVGProps) => ( + + + +) + +export default TheaterComedyOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ThingsToDoFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ThingsToDoFilled.tsx new file mode 100644 index 000000000..43625b571 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ThingsToDoFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ThingsToDoFilled = (props: SVGProps) => ( + + + +) + +export default ThingsToDoFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/ThingsToDoOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ThingsToDoOutlined.tsx new file mode 100644 index 000000000..28e3d4586 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/ThingsToDoOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ThingsToDoOutlined = (props: SVGProps) => ( + + + +) + +export default ThingsToDoOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrainFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrainFilled.tsx new file mode 100644 index 000000000..831624417 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrainFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TrainFilled = (props: SVGProps) => ( + + + +) + +export default TrainFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrainOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrainOutlined.tsx new file mode 100644 index 000000000..121d64253 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrainOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TrainOutlined = (props: SVGProps) => ( + + + +) + +export default TrainOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TramFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TramFilled.tsx new file mode 100644 index 000000000..e97564abf --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TramFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TramFilled = (props: SVGProps) => ( + + + +) + +export default TramFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TramOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TramOutlined.tsx new file mode 100644 index 000000000..58650d52b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TramOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TramOutlined = (props: SVGProps) => ( + + + +) + +export default TramOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TransitTicketFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TransitTicketFilled.tsx new file mode 100644 index 000000000..4a81526ea --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TransitTicketFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TransitTicketFilled = (props: SVGProps) => ( + + + +) + +export default TransitTicketFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TransitTicketOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TransitTicketOutlined.tsx new file mode 100644 index 000000000..d905a5721 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TransitTicketOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TransitTicketOutlined = (props: SVGProps) => ( + + + +) + +export default TransitTicketOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelFilled.tsx new file mode 100644 index 000000000..111129545 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TravelFilled = (props: SVGProps) => ( + + + +) + +export default TravelFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelLuggageAndBagsFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelLuggageAndBagsFilled.tsx new file mode 100644 index 000000000..f912f2b7b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelLuggageAndBagsFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TravelLuggageAndBagsFilled = (props: SVGProps) => ( + + + +) + +export default TravelLuggageAndBagsFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelLuggageAndBagsOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelLuggageAndBagsOutlined.tsx new file mode 100644 index 000000000..5185d5053 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelLuggageAndBagsOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TravelLuggageAndBagsOutlined = (props: SVGProps) => ( + + + +) + +export default TravelLuggageAndBagsOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelOutlined.tsx new file mode 100644 index 000000000..5797a52ae --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TravelOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TravelOutlined = (props: SVGProps) => ( + + + +) + +export default TravelOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrophyFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrophyFilled.tsx new file mode 100644 index 000000000..5b4c1df7b --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrophyFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TrophyFilled = (props: SVGProps) => ( + + + +) + +export default TrophyFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrophyOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrophyOutlined.tsx new file mode 100644 index 000000000..b610d0a7d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TrophyOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TrophyOutlined = (props: SVGProps) => ( + + + +) + +export default TrophyOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvGuideFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvGuideFilled.tsx new file mode 100644 index 000000000..f1a1d4381 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvGuideFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TvGuideFilled = (props: SVGProps) => ( + + + +) + +export default TvGuideFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvGuideOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvGuideOutlined.tsx new file mode 100644 index 000000000..79fb3ffb5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvGuideOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TvGuideOutlined = (props: SVGProps) => ( + + + +) + +export default TvGuideOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvRemoteFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvRemoteFilled.tsx new file mode 100644 index 000000000..21f0757a2 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvRemoteFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TvRemoteFilled = (props: SVGProps) => ( + + + +) + +export default TvRemoteFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvRemoteOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvRemoteOutlined.tsx new file mode 100644 index 000000000..d18e45a3f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/TvRemoteOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const TvRemoteOutlined = (props: SVGProps) => ( + + + +) + +export default TvRemoteOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/UploadFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/UploadFilled.tsx new file mode 100644 index 000000000..5573b4d5e --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/UploadFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const UploadFilled = (props: SVGProps) => ( + + + +) + +export default UploadFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/UploadOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/UploadOutlined.tsx new file mode 100644 index 000000000..2b1a2ae17 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/UploadOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const UploadOutlined = (props: SVGProps) => ( + + + +) + +export default UploadOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityFilled.tsx new file mode 100644 index 000000000..437fe22ae --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const VisibilityFilled = (props: SVGProps) => ( + + + +) + +export default VisibilityFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityOffFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityOffFilled.tsx new file mode 100644 index 000000000..06b7b3d65 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityOffFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const VisibilityOffFilled = (props: SVGProps) => ( + + + +) + +export default VisibilityOffFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityOffOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityOffOutlined.tsx new file mode 100644 index 000000000..081ed159d --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityOffOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const VisibilityOffOutlined = (props: SVGProps) => ( + + + +) + +export default VisibilityOffOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityOutlined.tsx new file mode 100644 index 000000000..5460acb06 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VisibilityOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const VisibilityOutlined = (props: SVGProps) => ( + + + +) + +export default VisibilityOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeOffFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeOffFilled.tsx new file mode 100644 index 000000000..5cf74bdbc --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeOffFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const VolumeOffFilled = (props: SVGProps) => ( + + + +) + +export default VolumeOffFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeOffOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeOffOutlined.tsx new file mode 100644 index 000000000..cc318bd39 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeOffOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const VolumeOffOutlined = (props: SVGProps) => ( + + + +) + +export default VolumeOffOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeUpFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeUpFilled.tsx new file mode 100644 index 000000000..d0ad9498a --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeUpFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const VolumeUpFilled = (props: SVGProps) => ( + + + +) + +export default VolumeUpFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeUpOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeUpOutlined.tsx new file mode 100644 index 000000000..d455e7d04 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/VolumeUpOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const VolumeUpOutlined = (props: SVGProps) => ( + + + +) + +export default VolumeUpOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/WardFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WardFilled.tsx new file mode 100644 index 000000000..f37965e8c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WardFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const WardFilled = (props: SVGProps) => ( + + + +) + +export default WardFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/WardOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WardOutlined.tsx new file mode 100644 index 000000000..5bcb97ea5 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WardOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const WardOutlined = (props: SVGProps) => ( + + + +) + +export default WardOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/WarningFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WarningFilled.tsx new file mode 100644 index 000000000..15c299aa8 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WarningFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const WarningFilled = (props: SVGProps) => ( + + + +) + +export default WarningFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/WarningOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WarningOutlined.tsx new file mode 100644 index 000000000..4e865321f --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WarningOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const WarningOutlined = (props: SVGProps) => ( + + + +) + +export default WarningOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/WaterFullFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WaterFullFilled.tsx new file mode 100644 index 000000000..8e877f215 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WaterFullFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const WaterFullFilled = (props: SVGProps) => ( + + + +) + +export default WaterFullFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/WaterFullOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WaterFullOutlined.tsx new file mode 100644 index 000000000..bb801a0af --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WaterFullOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const WaterFullOutlined = (props: SVGProps) => ( + + + +) + +export default WaterFullOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/WifiFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WifiFilled.tsx new file mode 100644 index 000000000..55cea71fd --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WifiFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const WifiFilled = (props: SVGProps) => ( + + + +) + +export default WifiFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/WifiOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WifiOutlined.tsx new file mode 100644 index 000000000..140b09d6c --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/WifiOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const WifiOutlined = (props: SVGProps) => ( + + + +) + +export default WifiOutlined diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/YardFilled.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/YardFilled.tsx new file mode 100644 index 000000000..a59909754 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/YardFilled.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const YardFilled = (props: SVGProps) => ( + + + +) + +export default YardFilled diff --git a/packages/design-system/lib/components/Icons/MaterialIcon/generated/YardOutlined.tsx b/packages/design-system/lib/components/Icons/MaterialIcon/generated/YardOutlined.tsx new file mode 100644 index 000000000..1d4233459 --- /dev/null +++ b/packages/design-system/lib/components/Icons/MaterialIcon/generated/YardOutlined.tsx @@ -0,0 +1,10 @@ +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const YardOutlined = (props: SVGProps) => ( + + + +) + +export default YardOutlined diff --git a/packages/design-system/types/svg.d.ts b/packages/design-system/types/svg.d.ts deleted file mode 100644 index 25cf47937..000000000 --- a/packages/design-system/types/svg.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -declare module "*.svg" { - const ReactComponent: React.FunctionComponent< - React.SVGProps & { title?: string } - > - export default ReactComponent -} diff --git a/scripts/material-symbols-update.mts b/scripts/material-symbols-update.mts index 8d959719d..479743b02 100644 --- a/scripts/material-symbols-update.mts +++ b/scripts/material-symbols-update.mts @@ -1,5 +1,12 @@ -import { writeFile } from "node:fs/promises" -import { resolve } from "node:path" +import { + writeFile, + readFile, + mkdir, + rmdir, + readdir, + rm, +} from "node:fs/promises" +import { resolve, join } from "node:path" import { existsSync } from "node:fs" // Your full list of Material Symbol icon names @@ -219,13 +226,18 @@ const ICONS = [ "yard", ].sort() -const STYLES = ["outlined", "rounded", "sharp"] as const +const STYLES = ["outlined"] as const const OUT = resolve( __dirname, "../packages/design-system/lib/components/Icons/MaterialIcon/generated.tsx" ) +const REACT_OUT = resolve( + __dirname, + "../packages/design-system/lib/components/Icons/MaterialIcon/generated" +) + const PACKAGE_BASE = resolve( __dirname, "../node_modules/@material-symbols/svg-400" @@ -235,7 +247,15 @@ function camelCase(str: string) { return str.replace(/[-_](\w)/g, (_, c: string) => c.toUpperCase()) } +function pascalCase(str: string) { + const camel = camelCase(str) + return camel.charAt(0).toUpperCase() + camel.slice(1) +} + async function main() { + await rm(REACT_OUT, { recursive: true, force: true }) + await mkdir(REACT_OUT, { recursive: true }) + const imports: string[] = [] const registryEntries: string[] = [] @@ -247,28 +267,64 @@ async function main() { for (const style of STYLES) { const parts: string[] = [] - const fill0Path = resolve(PACKAGE_BASE, style, `${icon}.svg`) - const fill1Path = resolve(PACKAGE_BASE, style, `${icon}-fill.svg`) + const variants = [ + { + suffix: "", + varNameSuffix: "Outlined", + path: resolve(PACKAGE_BASE, style, `${icon}.svg`), + key: "outlined", + }, + { + suffix: "-fill", + varNameSuffix: "Filled", + path: resolve(PACKAGE_BASE, style, `${icon}-fill.svg`), + key: "filled", + }, + ] - let outlinedVar: string | undefined - let filledVar: string | undefined + for (const variant of variants) { + if (existsSync(variant.path)) { + const content = await readFile(variant.path, "utf8") + const svgMatch = content.match( + /]*viewBox="([^"]*)"[^>]*>([\s\S]*?)<\/svg>/ + ) - if (existsSync(fill0Path)) { - outlinedVar = `${camelCase(icon)}${camelCase(style)}Outlined` - imports.push( - `import ${outlinedVar} from "@material-symbols/svg-400/${style}/${icon}.svg"` - ) - parts.push(`outlined: ${outlinedVar}`) - } else { - missing.push(`${style}/${icon}.svg`) - } + if (svgMatch) { + const viewBox = svgMatch[1] + const inner = svgMatch[2] - if (existsSync(fill1Path)) { - filledVar = `${camelCase(icon)}${camelCase(style)}Filled` - imports.push( - `import ${filledVar} from "@material-symbols/svg-400/${style}/${icon}-fill.svg"` - ) - parts.push(`filled: ${filledVar}`) + const componentName = `${pascalCase(icon)}${variant.varNameSuffix}` + const fileName = `${componentName}.tsx` + const filePath = join(REACT_OUT, fileName) + + const componentContent = + ` +/* AUTO-GENERATED — DO NOT EDIT */ +import type { SVGProps } from "react" + +const ${componentName} = (props: SVGProps) => ( + + ${inner.trim()} + +) + +export default ${componentName} +`.trim() + "\n" + + await writeFile(filePath, componentContent, "utf8") + + imports.push( + `const ${componentName} = lazy(() => import("./generated/${componentName}"))` + ) + parts.push(`${variant.key}: ${componentName}`) + } else { + console.warn(`Could not parse SVG for ${variant.path}`) + } + } else { + if (variant.key === "outlined") { + missing.push(`${style}/${icon}.svg`) + } + } } if (parts.length) { @@ -289,6 +345,7 @@ async function main() { /* AUTO-GENERATED — DO NOT EDIT */ import type { FunctionComponent, SVGProps } from "react" +import { lazy } from "react" ${imports.join("\n")} diff --git a/yarn.lock b/yarn.lock index 22be45c53..c8d4900e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -166,7 +166,7 @@ __metadata: languageName: node linkType: hard -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.26.2, @babel/code-frame@npm:^7.27.1": +"@babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.26.2, @babel/code-frame@npm:^7.27.1": version: 7.27.1 resolution: "@babel/code-frame@npm:7.27.1" dependencies: @@ -177,14 +177,14 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.27.2, @babel/compat-data@npm:^7.27.7, @babel/compat-data@npm:^7.28.5": +"@babel/compat-data@npm:^7.27.2": version: 7.28.5 resolution: "@babel/compat-data@npm:7.28.5" checksum: 10c0/702a25de73087b0eba325c1d10979eed7c9b6662677386ba7b5aa6eace0fc0676f78343bae080a0176ae26f58bd5535d73b9d0fbb547fef377692e8b249353a7 languageName: node linkType: hard -"@babel/core@npm:^7.18.5, @babel/core@npm:^7.21.3, @babel/core@npm:^7.24.4, @babel/core@npm:^7.26.10, @babel/core@npm:^7.28.0, @babel/core@npm:^7.28.5": +"@babel/core@npm:^7.18.5, @babel/core@npm:^7.24.4, @babel/core@npm:^7.26.10, @babel/core@npm:^7.28.0, @babel/core@npm:^7.28.5": version: 7.28.5 resolution: "@babel/core@npm:7.28.5" dependencies: @@ -220,16 +220,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-annotate-as-pure@npm:^7.27.1, @babel/helper-annotate-as-pure@npm:^7.27.3": - version: 7.27.3 - resolution: "@babel/helper-annotate-as-pure@npm:7.27.3" - dependencies: - "@babel/types": "npm:^7.27.3" - checksum: 10c0/94996ce0a05b7229f956033e6dcd69393db2b0886d0db6aff41e704390402b8cdcca11f61449cb4f86cfd9e61b5ad3a73e4fa661eeed7846b125bd1c33dbc633 - languageName: node - linkType: hard - -"@babel/helper-compilation-targets@npm:^7.27.1, @babel/helper-compilation-targets@npm:^7.27.2": +"@babel/helper-compilation-targets@npm:^7.27.2": version: 7.27.2 resolution: "@babel/helper-compilation-targets@npm:7.27.2" dependencies: @@ -242,51 +233,6 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.27.1, @babel/helper-create-class-features-plugin@npm:^7.28.3, @babel/helper-create-class-features-plugin@npm:^7.28.5": - version: 7.28.5 - resolution: "@babel/helper-create-class-features-plugin@npm:7.28.5" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.27.3" - "@babel/helper-member-expression-to-functions": "npm:^7.28.5" - "@babel/helper-optimise-call-expression": "npm:^7.27.1" - "@babel/helper-replace-supers": "npm:^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1" - "@babel/traverse": "npm:^7.28.5" - semver: "npm:^6.3.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/786a6514efcf4514aaad85beed419b9184d059f4c9a9a95108f320142764999827252a851f7071de19f29424d369616573ecbaa347f1ce23fb12fc6827d9ff56 - languageName: node - linkType: hard - -"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.27.1": - version: 7.28.5 - resolution: "@babel/helper-create-regexp-features-plugin@npm:7.28.5" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.27.3" - regexpu-core: "npm:^6.3.1" - semver: "npm:^6.3.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/7af3d604cadecdb2b0d2cedd696507f02a53a58be0523281c2d6766211443b55161dde1e6c0d96ab16ddfd82a2607a2f792390caa24797e9733631f8aa86859f - languageName: node - linkType: hard - -"@babel/helper-define-polyfill-provider@npm:^0.6.5": - version: 0.6.5 - resolution: "@babel/helper-define-polyfill-provider@npm:0.6.5" - dependencies: - "@babel/helper-compilation-targets": "npm:^7.27.2" - "@babel/helper-plugin-utils": "npm:^7.27.1" - debug: "npm:^4.4.1" - lodash.debounce: "npm:^4.0.8" - resolve: "npm:^1.22.10" - peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10c0/4886a068d9ca1e70af395340656a9dda33c50502c67eed39ff6451785f370bdfc6e57095b90cb92678adcd4a111ca60909af53d3a741120719c5604346ae409e - languageName: node - linkType: hard - "@babel/helper-globals@npm:^7.28.0": version: 7.28.0 resolution: "@babel/helper-globals@npm:7.28.0" @@ -294,16 +240,6 @@ __metadata: languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@npm:^7.27.1, @babel/helper-member-expression-to-functions@npm:^7.28.5": - version: 7.28.5 - resolution: "@babel/helper-member-expression-to-functions@npm:7.28.5" - dependencies: - "@babel/traverse": "npm:^7.28.5" - "@babel/types": "npm:^7.28.5" - checksum: 10c0/4e6e05fbf4dffd0bc3e55e28fcaab008850be6de5a7013994ce874ec2beb90619cda4744b11607a60f8aae0227694502908add6188ceb1b5223596e765b44814 - languageName: node - linkType: hard - "@babel/helper-module-imports@npm:^7.27.1": version: 7.27.1 resolution: "@babel/helper-module-imports@npm:7.27.1" @@ -314,7 +250,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.28.3": +"@babel/helper-module-transforms@npm:^7.28.3": version: 7.28.3 resolution: "@babel/helper-module-transforms@npm:7.28.3" dependencies: @@ -327,58 +263,13 @@ __metadata: languageName: node linkType: hard -"@babel/helper-optimise-call-expression@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/helper-optimise-call-expression@npm:7.27.1" - dependencies: - "@babel/types": "npm:^7.27.1" - checksum: 10c0/6b861e7fcf6031b9c9fc2de3cd6c005e94a459d6caf3621d93346b52774925800ca29d4f64595a5ceacf4d161eb0d27649ae385110ed69491d9776686fa488e6 - languageName: node - linkType: hard - -"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.26.5, @babel/helper-plugin-utils@npm:^7.27.1": +"@babel/helper-plugin-utils@npm:^7.26.5, @babel/helper-plugin-utils@npm:^7.27.1": version: 7.27.1 resolution: "@babel/helper-plugin-utils@npm:7.27.1" checksum: 10c0/94cf22c81a0c11a09b197b41ab488d416ff62254ce13c57e62912c85700dc2e99e555225787a4099ff6bae7a1812d622c80fbaeda824b79baa10a6c5ac4cf69b languageName: node linkType: hard -"@babel/helper-remap-async-to-generator@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/helper-remap-async-to-generator@npm:7.27.1" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.27.1" - "@babel/helper-wrap-function": "npm:^7.27.1" - "@babel/traverse": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/5ba6258f4bb57c7c9fa76b55f416b2d18c867b48c1af4f9f2f7cd7cc933fe6da7514811d08ceb4972f1493be46f4b69c40282b811d1397403febae13c2ec57b5 - languageName: node - linkType: hard - -"@babel/helper-replace-supers@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/helper-replace-supers@npm:7.27.1" - dependencies: - "@babel/helper-member-expression-to-functions": "npm:^7.27.1" - "@babel/helper-optimise-call-expression": "npm:^7.27.1" - "@babel/traverse": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/4f2eaaf5fcc196580221a7ccd0f8873447b5d52745ad4096418f6101a1d2e712e9f93722c9a32bc9769a1dc197e001f60d6f5438d4dfde4b9c6a9e4df719354c - languageName: node - linkType: hard - -"@babel/helper-skip-transparent-expression-wrappers@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.27.1" - dependencies: - "@babel/traverse": "npm:^7.27.1" - "@babel/types": "npm:^7.27.1" - checksum: 10c0/f625013bcdea422c470223a2614e90d2c1cc9d832e97f32ca1b4f82b34bb4aa67c3904cb4b116375d3b5b753acfb3951ed50835a1e832e7225295c7b0c24dff7 - languageName: node - linkType: hard - "@babel/helper-string-parser@npm:^7.27.1": version: 7.27.1 resolution: "@babel/helper-string-parser@npm:7.27.1" @@ -400,17 +291,6 @@ __metadata: languageName: node linkType: hard -"@babel/helper-wrap-function@npm:^7.27.1": - version: 7.28.3 - resolution: "@babel/helper-wrap-function@npm:7.28.3" - dependencies: - "@babel/template": "npm:^7.27.2" - "@babel/traverse": "npm:^7.28.3" - "@babel/types": "npm:^7.28.2" - checksum: 10c0/aecb8a457efd893dc3c6378ab9221d06197573fb2fe64afabe7923e7732607d59b07f4c5603909877d69bea3ee87025f4b1d8e4f0403ae0a07b14e9ce0bf355a - languageName: node - linkType: hard - "@babel/helpers@npm:^7.28.4": version: 7.28.4 resolution: "@babel/helpers@npm:7.28.4" @@ -432,97 +312,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.28.5": - version: 7.28.5 - resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.28.5" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/traverse": "npm:^7.28.5" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/844b7c7e9eec6d858262b2f3d5af75d3a6bbd9d3ecc740d95271fbdd84985731674536f5d8ac98f2dc0e8872698b516e406636e4d0cb04b50afe471172095a53 - languageName: node - linkType: hard - -"@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/2cd7a55a856e5e59bbd9484247c092a41e0d9f966778e7019da324d9e0928892d26afc4fbb2ac3d76a3c5a631cd3cf0d72dd2653b44f634f6c663b9e6f80aacd - languageName: node - linkType: hard - -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/cf29835498c4a25bd470908528919729a0799b2ec94e89004929a5532c94a5e4b1a49bc5d6673a22e5afe05d08465873e14ee3b28c42eb3db489cdf5ca47c680 - languageName: node - linkType: hard - -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1" - "@babel/plugin-transform-optional-chaining": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.13.0 - checksum: 10c0/eddcd056f76e198868cbff883eb148acfade8f0890973ab545295df0c08e39573a72e65372bcc0b0bfadba1b043fe1aea6b0907d0b4889453ac154c404194ebc - languageName: node - linkType: hard - -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.28.3": - version: 7.28.3 - resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.28.3" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/traverse": "npm:^7.28.3" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/3cdc27c4e08a632a58e62c6017369401976edf1cd9ae73fd9f0d6770ddd9accf40b494db15b66bab8db2a8d5dc5bab5ca8c65b19b81fdca955cd8cbbe24daadb - languageName: node - linkType: hard - -"@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2": - version: 7.21.0-placeholder-for-preset-env.2 - resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/e605e0070da087f6c35579499e65801179a521b6842c15181a1e305c04fded2393f11c1efd09b087be7f8b083d1b75e8f3efcbc1292b4f60d3369e14812cff63 - languageName: node - linkType: hard - -"@babel/plugin-syntax-import-assertions@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-syntax-import-assertions@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/06a954ee672f7a7c44d52b6e55598da43a7064e80df219765c51c37a0692641277e90411028f7cae4f4d1dedeed084f0c453576fa421c35a81f1603c5e3e0146 - languageName: node - linkType: hard - -"@babel/plugin-syntax-import-attributes@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-syntax-import-attributes@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/e66f7a761b8360419bbb93ab67d87c8a97465ef4637a985ff682ce7ba6918b34b29d81190204cf908d0933058ee7b42737423cd8a999546c21b3aabad4affa9a - languageName: node - linkType: hard - -"@babel/plugin-syntax-jsx@npm:^7.25.9, @babel/plugin-syntax-jsx@npm:^7.27.1": +"@babel/plugin-syntax-jsx@npm:^7.25.9": version: 7.27.1 resolution: "@babel/plugin-syntax-jsx@npm:7.27.1" dependencies: @@ -533,526 +323,6 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-typescript@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-syntax-typescript@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/11589b4c89c66ef02d57bf56c6246267851ec0c361f58929327dc3e070b0dab644be625bbe7fb4c4df30c3634bfdfe31244e1f517be397d2def1487dbbe3c37d - languageName: node - linkType: hard - -"@babel/plugin-syntax-unicode-sets-regex@npm:^7.18.6": - version: 7.18.6 - resolution: "@babel/plugin-syntax-unicode-sets-regex@npm:7.18.6" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.18.6" - "@babel/helper-plugin-utils": "npm:^7.18.6" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/9144e5b02a211a4fb9a0ce91063f94fbe1004e80bde3485a0910c9f14897cf83fabd8c21267907cff25db8e224858178df0517f14333cfcf3380ad9a4139cb50 - languageName: node - linkType: hard - -"@babel/plugin-transform-arrow-functions@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-arrow-functions@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/19abd7a7d11eef58c9340408a4c2594503f6c4eaea1baa7b0e5fbdda89df097e50663edb3448ad2300170b39efca98a75e5767af05cad3b0facb4944326896a3 - languageName: node - linkType: hard - -"@babel/plugin-transform-async-generator-functions@npm:^7.28.0": - version: 7.28.0 - resolution: "@babel/plugin-transform-async-generator-functions@npm:7.28.0" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-remap-async-to-generator": "npm:^7.27.1" - "@babel/traverse": "npm:^7.28.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/739d577e649d7d7b9845dc309e132964327ab3eaea43ad04d04a7dcb977c63f9aa9a423d1ca39baf10939128d02f52e6fda39c834fb9f1753785b1497e72c4dc - languageName: node - linkType: hard - -"@babel/plugin-transform-async-to-generator@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-async-to-generator@npm:7.27.1" - dependencies: - "@babel/helper-module-imports": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-remap-async-to-generator": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/e76b1f6f9c3bbf72e17d7639406d47f09481806de4db99a8de375a0bb40957ea309b20aa705f0c25ab1d7c845e3f365af67eafa368034521151a0e352a03ef2f - languageName: node - linkType: hard - -"@babel/plugin-transform-block-scoped-functions@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/3313130ba3bf0699baad0e60da1c8c3c2f0c2c0a7039cd0063e54e72e739c33f1baadfc9d8c73b3fea8c85dd7250c3964fb09c8e1fa62ba0b24a9fefe0a8dbde - languageName: node - linkType: hard - -"@babel/plugin-transform-block-scoping@npm:^7.28.5": - version: 7.28.5 - resolution: "@babel/plugin-transform-block-scoping@npm:7.28.5" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/6b098887b375c23813ccee7a00179501fc5f709b4ee5a4b2a5c5c9ef3b44cee49e240214b1a9b4ad2bd1911fab3335eac2f0a3c5f014938a1b61bec84cec4845 - languageName: node - linkType: hard - -"@babel/plugin-transform-class-properties@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-class-properties@npm:7.27.1" - dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/cc0662633c0fe6df95819fef223506ddf26c369c8d64ab21a728d9007ec866bf9436a253909819216c24a82186b6ccbc1ec94d7aaf3f82df227c7c02fa6a704b - languageName: node - linkType: hard - -"@babel/plugin-transform-class-static-block@npm:^7.28.3": - version: 7.28.3 - resolution: "@babel/plugin-transform-class-static-block@npm:7.28.3" - dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.28.3" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.12.0 - checksum: 10c0/8c922a64f6f5b359f7515c89ef0037bad583b4484dfebc1f6bc1cf13462547aaceb19788827c57ec9a2d62495f34c4b471ca636bf61af00fdaea5e9642c82b60 - languageName: node - linkType: hard - -"@babel/plugin-transform-classes@npm:^7.28.4": - version: 7.28.4 - resolution: "@babel/plugin-transform-classes@npm:7.28.4" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.27.3" - "@babel/helper-compilation-targets": "npm:^7.27.2" - "@babel/helper-globals": "npm:^7.28.0" - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-replace-supers": "npm:^7.27.1" - "@babel/traverse": "npm:^7.28.4" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/76687ed37216ff012c599870dc00183fb716f22e1a02fe9481943664c0e4d0d88c3da347dc3fe290d4728f4d47cd594ffa621d23845e2bb8ab446e586308e066 - languageName: node - linkType: hard - -"@babel/plugin-transform-computed-properties@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-computed-properties@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/template": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/e09a12f8c8ae0e6a6144c102956947b4ec05f6c844169121d0ec4529c2d30ad1dc59fee67736193b87a402f44552c888a519a680a31853bdb4d34788c28af3b0 - languageName: node - linkType: hard - -"@babel/plugin-transform-destructuring@npm:^7.28.0, @babel/plugin-transform-destructuring@npm:^7.28.5": - version: 7.28.5 - resolution: "@babel/plugin-transform-destructuring@npm:7.28.5" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/traverse": "npm:^7.28.5" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/288207f488412b23bb206c7c01ba143714e2506b72a9ec09e993f28366cc8188d121bde714659b3437984a86d2881d9b1b06de3089d5582823ccf2f3b3eaa2c4 - languageName: node - linkType: hard - -"@babel/plugin-transform-dotall-regex@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-dotall-regex@npm:7.27.1" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/f9caddfad9a551b4dabe0dcb7c040f458fbaaa7bbb44200c20198b32c8259be8e050e58d2c853fdac901a4cfe490b86aa857036d8d461b192dd010d0e242dedb - languageName: node - linkType: hard - -"@babel/plugin-transform-duplicate-keys@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-duplicate-keys@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/22a822e5342b7066f83eaedc4fd9bb044ac6bc68725484690b33ba04a7104980e43ea3229de439286cb8db8e7db4a865733a3f05123ab58a10f189f03553746f - languageName: node - linkType: hard - -"@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.27.1" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/121502a252b3206913e1e990a47fea34397b4cbf7804d4cd872d45961bc45b603423f60ca87f3a3023a62528f5feb475ac1c9ec76096899ec182fcb135eba375 - languageName: node - linkType: hard - -"@babel/plugin-transform-dynamic-import@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-dynamic-import@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/8dcd3087aca134b064fc361d2cc34eec1f900f6be039b6368104afcef10bb75dea726bb18cabd046716b89b0edaa771f50189fa16bc5c5914a38cbcf166350f7 - languageName: node - linkType: hard - -"@babel/plugin-transform-explicit-resource-management@npm:^7.28.0": - version: 7.28.0 - resolution: "@babel/plugin-transform-explicit-resource-management@npm:7.28.0" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/plugin-transform-destructuring": "npm:^7.28.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/3baa706af3112adf2ae0c7ec0dc61b63dd02695eb5582f3c3a2b2d05399c6aa7756f55e7bbbd5412e613a6ba1dd6b6736904074b4d7ebd6b45a1e3f9145e4094 - languageName: node - linkType: hard - -"@babel/plugin-transform-exponentiation-operator@npm:^7.28.5": - version: 7.28.5 - resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.28.5" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/006566e003c2a8175346cc4b3260fcd9f719b912ceae8a4e930ce02ee3cf0b2841d5c21795ba71790871783d3c0c1c3d22ce441b8819c37975844bfba027d3f7 - languageName: node - linkType: hard - -"@babel/plugin-transform-export-namespace-from@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-export-namespace-from@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/d7165cad11f571a54c8d9263d6c6bf2b817aff4874f747cb51e6e49efb32f2c9b37a6850cdb5e3b81e0b638141bb77dc782a6ec1a94128859fbdf7767581e07c - languageName: node - linkType: hard - -"@babel/plugin-transform-for-of@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-for-of@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/4635763173a23aae24480681f2b0996b4f54a0cb2368880301a1801638242e263132d1e8adbe112ab272913d1d900ee0d6f7dea79443aef9d3325168cd88b3fb - languageName: node - linkType: hard - -"@babel/plugin-transform-function-name@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-function-name@npm:7.27.1" - dependencies: - "@babel/helper-compilation-targets": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/traverse": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/5abdc7b5945fbd807269dcc6e76e52b69235056023b0b35d311e8f5dfd6c09d9f225839798998fc3b663f50cf701457ddb76517025a0d7a5474f3fe56e567a4c - languageName: node - linkType: hard - -"@babel/plugin-transform-json-strings@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-json-strings@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/2379714aca025516452a7c1afa1ca42a22b9b51a5050a653cc6198a51665ab82bdecf36106d32d731512706a1e373c5637f5ff635737319aa42f3827da2326d6 - languageName: node - linkType: hard - -"@babel/plugin-transform-literals@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-literals@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/c40dc3eb2f45a92ee476412314a40e471af51a0f51a24e91b85cef5fc59f4fe06758088f541643f07f949d2c67ee7bdce10e11c5ec56791ae09b15c3b451eeca - languageName: node - linkType: hard - -"@babel/plugin-transform-logical-assignment-operators@npm:^7.28.5": - version: 7.28.5 - resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.28.5" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/fba4faa96d86fa745b0539bb631deee3f2296f0643c087a50ad0fac2e5f0a787fa885e9bdd90ae3e7832803f3c08e7cd3f1e830e7079dbdc023704923589bb23 - languageName: node - linkType: hard - -"@babel/plugin-transform-member-expression-literals@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-member-expression-literals@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/0874ccebbd1c6a155e5f6b3b29729fade1221b73152567c1af1e1a7c12848004dffecbd7eded6dc463955120040ae57c17cb586b53fb5a7a27fcd88177034c30 - languageName: node - linkType: hard - -"@babel/plugin-transform-modules-amd@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-modules-amd@npm:7.27.1" - dependencies: - "@babel/helper-module-transforms": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/76e86cd278b6a3c5b8cca8dfb3428e9cd0c81a5df7096e04c783c506696b916a9561386d610a9d846ef64804640e0bd818ea47455fed0ee89b7f66c555b29537 - languageName: node - linkType: hard - -"@babel/plugin-transform-modules-commonjs@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-modules-commonjs@npm:7.27.1" - dependencies: - "@babel/helper-module-transforms": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/4def972dcd23375a266ea1189115a4ff61744b2c9366fc1de648b3fab2c650faf1a94092de93a33ff18858d2e6c4dddeeee5384cb42ba0129baeab01a5cdf1e2 - languageName: node - linkType: hard - -"@babel/plugin-transform-modules-systemjs@npm:^7.28.5": - version: 7.28.5 - resolution: "@babel/plugin-transform-modules-systemjs@npm:7.28.5" - dependencies: - "@babel/helper-module-transforms": "npm:^7.28.3" - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-validator-identifier": "npm:^7.28.5" - "@babel/traverse": "npm:^7.28.5" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/7e8c0bcff79689702b974f6a0fedb5d0c6eeb5a5e3384deb7028e7cfe92a5242cc80e981e9c1817aad29f2ecc01841753365dd38d877aa0b91737ceec2acfd07 - languageName: node - linkType: hard - -"@babel/plugin-transform-modules-umd@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-modules-umd@npm:7.27.1" - dependencies: - "@babel/helper-module-transforms": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/e5962a8874889da2ab1aa32eb93ec21d419c7423c766e4befb39b4bb512b9ad44b47837b6cd1c8f1065445cbbcc6dc2be10298ac6e734e5ca1059fc23698daed - languageName: node - linkType: hard - -"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.27.1" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/8eaa8c9aee00a00f3bd8bd8b561d3f569644d98cb2cfe3026d7398aabf9b29afd62f24f142b4112fa1f572d9b0e1928291b099cde59f56d6b59f4d565e58abf2 - languageName: node - linkType: hard - -"@babel/plugin-transform-new-target@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-new-target@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/9b0581412fcc5ab1b9a2d86a0c5407bd959391f0a1e77a46953fef9f7a57f3f4020d75f71098c5f9e5dcc680a87f9fd99b3205ab12e25ef8c19eed038c1e4b28 - languageName: node - linkType: hard - -"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/a435fc03aaa65c6ef8e99b2d61af0994eb5cdd4a28562d78c3b0b0228ca7e501aa255e1dff091a6996d7d3ea808eb5a65fd50ecd28dfb10687a8a1095dcadc7a - languageName: node - linkType: hard - -"@babel/plugin-transform-numeric-separator@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-numeric-separator@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/b72cbebbfe46fcf319504edc1cf59f3f41c992dd6840db766367f6a1d232cd2c52143c5eaf57e0316710bee251cae94be97c6d646b5022fcd9274ccb131b470c - languageName: node - linkType: hard - -"@babel/plugin-transform-object-rest-spread@npm:^7.28.4": - version: 7.28.4 - resolution: "@babel/plugin-transform-object-rest-spread@npm:7.28.4" - dependencies: - "@babel/helper-compilation-targets": "npm:^7.27.2" - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/plugin-transform-destructuring": "npm:^7.28.0" - "@babel/plugin-transform-parameters": "npm:^7.27.7" - "@babel/traverse": "npm:^7.28.4" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/81725c8d6349957899975f3f789b1d4fb050ee8b04468ebfaccd5b59e0bda15cbfdef09aee8b4359f322b6715149d680361f11c1a420c4bdbac095537ecf7a90 - languageName: node - linkType: hard - -"@babel/plugin-transform-object-super@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-object-super@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-replace-supers": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/efa2d092ef55105deb06d30aff4e460c57779b94861188128489b72378bf1f0ab0f06a4a4d68b9ae2a59a79719fbb2d148b9a3dca19ceff9c73b1f1a95e0527c - languageName: node - linkType: hard - -"@babel/plugin-transform-optional-catch-binding@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/807a4330f1fac08e2682d57bc82e714868fc651c8876f9a8b3a3fd8f53c129e87371f8243e712ac7dae11e090b737a2219a02fe1b6459a29e664fa073c3277bb - languageName: node - linkType: hard - -"@babel/plugin-transform-optional-chaining@npm:^7.27.1, @babel/plugin-transform-optional-chaining@npm:^7.28.5": - version: 7.28.5 - resolution: "@babel/plugin-transform-optional-chaining@npm:7.28.5" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/adf5f70b1f9eb0dd6ff3d159a714683af3c910775653e667bd9f864c3dc2dc9872aba95f6c1e5f2a9675067241942f4fd0d641147ef4bf2bd8bc15f1fa0f2ed5 - languageName: node - linkType: hard - -"@babel/plugin-transform-parameters@npm:^7.27.7": - version: 7.27.7 - resolution: "@babel/plugin-transform-parameters@npm:7.27.7" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/f2da3804e047d9f1cfb27be6c014e2c7f6cf5e1e38290d1cb3cb2607859e3d6facb4ee8c8c1e336e9fbb440091a174ce95ce156582d7e8bf9c0e735d11681f0f - languageName: node - linkType: hard - -"@babel/plugin-transform-private-methods@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-private-methods@npm:7.27.1" - dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/232bedfe9d28df215fb03cc7623bdde468b1246bdd6dc24465ff4bf9cc5f5a256ae33daea1fafa6cc59705e4d29da9024bb79baccaa5cd92811ac5db9b9244f2 - languageName: node - linkType: hard - -"@babel/plugin-transform-private-property-in-object@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-private-property-in-object@npm:7.27.1" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.27.1" - "@babel/helper-create-class-features-plugin": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/a8c4536273ca716dcc98e74ea25ca76431528554922f184392be3ddaf1761d4aa0e06f1311577755bd1613f7054fb51d29de2ada1130f743d329170a1aa1fe56 - languageName: node - linkType: hard - -"@babel/plugin-transform-property-literals@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-property-literals@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/15713a87edd6db620d6e66eb551b4fbfff5b8232c460c7c76cedf98efdc5cd21080c97040231e19e06594c6d7dfa66e1ab3d0951e29d5814fb25e813f6d6209c - languageName: node - linkType: hard - -"@babel/plugin-transform-react-constant-elements@npm:^7.21.3": - version: 7.27.1 - resolution: "@babel/plugin-transform-react-constant-elements@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/07fa88dd312c97d05de95e344a11a78e24d711e7bde879076d8880869ad7b0dc69c5a5ad056790595043cb9c533fd93af0ba015eed4631315282295f767ccfbe - languageName: node - linkType: hard - -"@babel/plugin-transform-react-display-name@npm:^7.28.0": - version: 7.28.0 - resolution: "@babel/plugin-transform-react-display-name@npm:7.28.0" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/f5f86d2ad92be3e962158f344c2e385e23e2dfae7c8c7dc32138fb2cc46f63f5e50386c9f6c6fc16dbf1792c7bb650ad92c18203d0c2c0bd875bc28b0b80ef30 - languageName: node - linkType: hard - -"@babel/plugin-transform-react-jsx-development@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-react-jsx-development@npm:7.27.1" - dependencies: - "@babel/plugin-transform-react-jsx": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/eb8c4b6a79dc5c49b41e928e2037e1ee0bbfa722e4fd74c0b7c0d11103c82c2c25c434000e1b051d534c7261ab5c92b6d1e85313bf1b26e37db3f051ae217b58 - languageName: node - linkType: hard - "@babel/plugin-transform-react-jsx-self@npm:^7.27.1": version: 7.27.1 resolution: "@babel/plugin-transform-react-jsx-self@npm:7.27.1" @@ -1075,309 +345,6 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-react-jsx@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-react-jsx@npm:7.27.1" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.27.1" - "@babel/helper-module-imports": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/plugin-syntax-jsx": "npm:^7.27.1" - "@babel/types": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/1a08637c39fc78c9760dd4a3ed363fdbc762994bf83ed7872ad5bda0232fcd0fc557332f2ce36b522c0226dfd9cc8faac6b88eddda535f24825198a689e571af - languageName: node - linkType: hard - -"@babel/plugin-transform-react-pure-annotations@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.27.1" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/34bc090f4a7e460d82a851971b4d0f32e4bb519bafb927154f4174506283fe02b0f471fc20655c6050a8bf7b748bfa31c7e8f7d688849476d8266623554fbb28 - languageName: node - linkType: hard - -"@babel/plugin-transform-regenerator@npm:^7.28.4": - version: 7.28.4 - resolution: "@babel/plugin-transform-regenerator@npm:7.28.4" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/5ad14647ffaac63c920e28df1b580ee2e932586bbdc71f61ec264398f68a5406c71a7f921de397a41b954a69316c5ab90e5d789ffa2bb34c5e6feb3727cfefb8 - languageName: node - linkType: hard - -"@babel/plugin-transform-regexp-modifiers@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-regexp-modifiers@npm:7.27.1" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/31ae596ab56751cf43468a6c0a9d6bc3521d306d2bee9c6957cdb64bea53812ce24bd13a32f766150d62b737bca5b0650b2c62db379382fff0dccbf076055c33 - languageName: node - linkType: hard - -"@babel/plugin-transform-reserved-words@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-reserved-words@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/e1a87691cce21a644a474d7c9a8107d4486c062957be32042d40f0a3d0cc66e00a3150989655019c255ff020d2640ac16aaf544792717d586f219f3bad295567 - languageName: node - linkType: hard - -"@babel/plugin-transform-shorthand-properties@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-shorthand-properties@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/bd5544b89520a22c41a6df5ddac9039821d3334c0ef364d18b0ba9674c5071c223bcc98be5867dc3865cb10796882b7594e2c40dedaff38e1b1273913fe353e1 - languageName: node - linkType: hard - -"@babel/plugin-transform-spread@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-spread@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/b34fc58b33bd35b47d67416655c2cbc8578fbb3948b4592bc15eb6d8b4046986e25c06e3b9929460fa4ab08e9653582415e7ef8b87d265e1239251bdf5a4c162 - languageName: node - linkType: hard - -"@babel/plugin-transform-sticky-regex@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-sticky-regex@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/5698df2d924f0b1b7bdb7ef370e83f99ed3f0964eb3b9c27d774d021bee7f6d45f9a73e2be369d90b4aff1603ce29827f8743f091789960e7669daf9c3cda850 - languageName: node - linkType: hard - -"@babel/plugin-transform-template-literals@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-template-literals@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/c90f403e42ef062b60654d1c122c70f3ec6f00c2f304b0931ebe6d0b432498ef8a5ef9266ddf00debc535f8390842207e44d3900eff1d2bab0cc1a700f03e083 - languageName: node - linkType: hard - -"@babel/plugin-transform-typeof-symbol@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-typeof-symbol@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/a13c68015311fefa06a51830bc69d5badd06c881b13d5cf9ba04bf7c73e3fc6311cc889e18d9645ce2a64a79456dc9c7be88476c0b6802f62a686cb6f662ecd6 - languageName: node - linkType: hard - -"@babel/plugin-transform-typescript@npm:^7.28.5": - version: 7.28.5 - resolution: "@babel/plugin-transform-typescript@npm:7.28.5" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.27.3" - "@babel/helper-create-class-features-plugin": "npm:^7.28.5" - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1" - "@babel/plugin-syntax-typescript": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/09e574ba5462e56452b4ceecae65e53c8e697a2d3559ce5d210bed10ac28a18aa69377e7550c30520eb29b40c417ee61997d5d58112657f22983244b78915a7c - languageName: node - linkType: hard - -"@babel/plugin-transform-unicode-escapes@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-unicode-escapes@npm:7.27.1" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/a6809e0ca69d77ee9804e0c1164e8a2dea5e40718f6dcf234aeddf7292e7414f7ee331d87f17eb6f160823a329d1d6751bd49b35b392ac4a6efc032e4d3038d8 - languageName: node - linkType: hard - -"@babel/plugin-transform-unicode-property-regex@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.27.1" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/a332bc3cb3eeea67c47502bc52d13a0f8abae5a7bfcb08b93a8300ddaff8d9e1238f912969494c1b494c1898c6f19687054440706700b6d12cb0b90d88beb4d0 - languageName: node - linkType: hard - -"@babel/plugin-transform-unicode-regex@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-unicode-regex@npm:7.27.1" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/6abda1bcffb79feba6f5c691859cdbe984cc96481ea65d5af5ba97c2e843154005f0886e25006a37a2d213c0243506a06eaeafd93a040dbe1f79539016a0d17a - languageName: node - linkType: hard - -"@babel/plugin-transform-unicode-sets-regex@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.27.1" - dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.27.1" - "@babel/helper-plugin-utils": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/236645f4d0a1fba7c18dc8ffe3975933af93e478f2665650c2d91cf528cfa1587cde5cfe277e0e501fc03b5bf57638369575d6539cef478632fb93bd7d7d7178 - languageName: node - linkType: hard - -"@babel/preset-env@npm:^7.20.2": - version: 7.28.5 - resolution: "@babel/preset-env@npm:7.28.5" - dependencies: - "@babel/compat-data": "npm:^7.28.5" - "@babel/helper-compilation-targets": "npm:^7.27.2" - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-validator-option": "npm:^7.27.1" - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.28.5" - "@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.27.1" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.27.1" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.27.1" - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.28.3" - "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2" - "@babel/plugin-syntax-import-assertions": "npm:^7.27.1" - "@babel/plugin-syntax-import-attributes": "npm:^7.27.1" - "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6" - "@babel/plugin-transform-arrow-functions": "npm:^7.27.1" - "@babel/plugin-transform-async-generator-functions": "npm:^7.28.0" - "@babel/plugin-transform-async-to-generator": "npm:^7.27.1" - "@babel/plugin-transform-block-scoped-functions": "npm:^7.27.1" - "@babel/plugin-transform-block-scoping": "npm:^7.28.5" - "@babel/plugin-transform-class-properties": "npm:^7.27.1" - "@babel/plugin-transform-class-static-block": "npm:^7.28.3" - "@babel/plugin-transform-classes": "npm:^7.28.4" - "@babel/plugin-transform-computed-properties": "npm:^7.27.1" - "@babel/plugin-transform-destructuring": "npm:^7.28.5" - "@babel/plugin-transform-dotall-regex": "npm:^7.27.1" - "@babel/plugin-transform-duplicate-keys": "npm:^7.27.1" - "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.27.1" - "@babel/plugin-transform-dynamic-import": "npm:^7.27.1" - "@babel/plugin-transform-explicit-resource-management": "npm:^7.28.0" - "@babel/plugin-transform-exponentiation-operator": "npm:^7.28.5" - "@babel/plugin-transform-export-namespace-from": "npm:^7.27.1" - "@babel/plugin-transform-for-of": "npm:^7.27.1" - "@babel/plugin-transform-function-name": "npm:^7.27.1" - "@babel/plugin-transform-json-strings": "npm:^7.27.1" - "@babel/plugin-transform-literals": "npm:^7.27.1" - "@babel/plugin-transform-logical-assignment-operators": "npm:^7.28.5" - "@babel/plugin-transform-member-expression-literals": "npm:^7.27.1" - "@babel/plugin-transform-modules-amd": "npm:^7.27.1" - "@babel/plugin-transform-modules-commonjs": "npm:^7.27.1" - "@babel/plugin-transform-modules-systemjs": "npm:^7.28.5" - "@babel/plugin-transform-modules-umd": "npm:^7.27.1" - "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.27.1" - "@babel/plugin-transform-new-target": "npm:^7.27.1" - "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.27.1" - "@babel/plugin-transform-numeric-separator": "npm:^7.27.1" - "@babel/plugin-transform-object-rest-spread": "npm:^7.28.4" - "@babel/plugin-transform-object-super": "npm:^7.27.1" - "@babel/plugin-transform-optional-catch-binding": "npm:^7.27.1" - "@babel/plugin-transform-optional-chaining": "npm:^7.28.5" - "@babel/plugin-transform-parameters": "npm:^7.27.7" - "@babel/plugin-transform-private-methods": "npm:^7.27.1" - "@babel/plugin-transform-private-property-in-object": "npm:^7.27.1" - "@babel/plugin-transform-property-literals": "npm:^7.27.1" - "@babel/plugin-transform-regenerator": "npm:^7.28.4" - "@babel/plugin-transform-regexp-modifiers": "npm:^7.27.1" - "@babel/plugin-transform-reserved-words": "npm:^7.27.1" - "@babel/plugin-transform-shorthand-properties": "npm:^7.27.1" - "@babel/plugin-transform-spread": "npm:^7.27.1" - "@babel/plugin-transform-sticky-regex": "npm:^7.27.1" - "@babel/plugin-transform-template-literals": "npm:^7.27.1" - "@babel/plugin-transform-typeof-symbol": "npm:^7.27.1" - "@babel/plugin-transform-unicode-escapes": "npm:^7.27.1" - "@babel/plugin-transform-unicode-property-regex": "npm:^7.27.1" - "@babel/plugin-transform-unicode-regex": "npm:^7.27.1" - "@babel/plugin-transform-unicode-sets-regex": "npm:^7.27.1" - "@babel/preset-modules": "npm:0.1.6-no-external-plugins" - babel-plugin-polyfill-corejs2: "npm:^0.4.14" - babel-plugin-polyfill-corejs3: "npm:^0.13.0" - babel-plugin-polyfill-regenerator: "npm:^0.6.5" - core-js-compat: "npm:^3.43.0" - semver: "npm:^6.3.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/d1b730158de290f1c54ed7db0f4fed3f82db5f868ab0a4cb3fc2ea76ed683b986ae136f6e7eb0b44b91bc9a99039a2559851656b4fd50193af1a815a3e32e524 - languageName: node - linkType: hard - -"@babel/preset-modules@npm:0.1.6-no-external-plugins": - version: 0.1.6-no-external-plugins - resolution: "@babel/preset-modules@npm:0.1.6-no-external-plugins" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.0.0" - "@babel/types": "npm:^7.4.4" - esutils: "npm:^2.0.2" - peerDependencies: - "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 - checksum: 10c0/9d02f70d7052446c5f3a4fb39e6b632695fb6801e46d31d7f7c5001f7c18d31d1ea8369212331ca7ad4e7877b73231f470b0d559162624128f1b80fe591409e6 - languageName: node - linkType: hard - -"@babel/preset-react@npm:^7.18.6": - version: 7.28.5 - resolution: "@babel/preset-react@npm:7.28.5" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-validator-option": "npm:^7.27.1" - "@babel/plugin-transform-react-display-name": "npm:^7.28.0" - "@babel/plugin-transform-react-jsx": "npm:^7.27.1" - "@babel/plugin-transform-react-jsx-development": "npm:^7.27.1" - "@babel/plugin-transform-react-pure-annotations": "npm:^7.27.1" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/0d785e708ff301f4102bd4738b77e550e32f981e54dfd3de1191b4d68306bbb934d2d465fc78a6bc22fff0a6b3ce3195a53984f52755c4349e7264c7e01e8c7c - languageName: node - linkType: hard - -"@babel/preset-typescript@npm:^7.21.0": - version: 7.28.5 - resolution: "@babel/preset-typescript@npm:7.28.5" - dependencies: - "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/helper-validator-option": "npm:^7.27.1" - "@babel/plugin-syntax-jsx": "npm:^7.27.1" - "@babel/plugin-transform-modules-commonjs": "npm:^7.27.1" - "@babel/plugin-transform-typescript": "npm:^7.28.5" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/b3d55548854c105085dd80f638147aa8295bc186d70492289242d6c857cb03a6c61ec15186440ea10ed4a71cdde7d495f5eb3feda46273f36b0ac926e8409629 - languageName: node - linkType: hard - "@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.13, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.24.5": version: 7.28.4 resolution: "@babel/runtime@npm:7.28.4" @@ -1385,7 +352,7 @@ __metadata: languageName: node linkType: hard -"@babel/template@npm:^7.27.1, @babel/template@npm:^7.27.2": +"@babel/template@npm:^7.27.2": version: 7.27.2 resolution: "@babel/template@npm:7.27.2" dependencies: @@ -1396,7 +363,7 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.26.10, @babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.0, @babel/traverse@npm:^7.28.3, @babel/traverse@npm:^7.28.4, @babel/traverse@npm:^7.28.5": +"@babel/traverse@npm:^7.26.10, @babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.0, @babel/traverse@npm:^7.28.3, @babel/traverse@npm:^7.28.5": version: 7.28.5 resolution: "@babel/traverse@npm:7.28.5" dependencies: @@ -1421,7 +388,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.26.10, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.2, @babel/types@npm:^7.28.4, @babel/types@npm:^7.28.5, @babel/types@npm:^7.4.4": +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.26.10, @babel/types@npm:^7.27.1, @babel/types@npm:^7.28.2, @babel/types@npm:^7.28.4, @babel/types@npm:^7.28.5": version: 7.28.5 resolution: "@babel/types@npm:7.28.5" dependencies: @@ -6193,7 +5160,6 @@ __metadata: "@scandic-hotels/trpc": "workspace:*" "@scandic-hotels/typescript-config": "workspace:*" "@sentry/nextjs": "npm:^10.26.0" - "@svgr/webpack": "npm:^8.1.0" "@swc/plugin-formatjs": "npm:^3.2.2" "@tanstack/react-query": "npm:^5.75.5" "@tanstack/react-query-devtools": "npm:^5.75.5" @@ -6283,7 +5249,6 @@ __metadata: "@scandic-hotels/trpc": "workspace:*" "@scandic-hotels/typescript-config": "workspace:*" "@sentry/nextjs": "npm:^10.26.0" - "@svgr/webpack": "npm:^8.1.0" "@swc/plugin-formatjs": "npm:^3.2.2" "@t3-oss/env-nextjs": "npm:^0.13.4" "@tanstack/react-query": "npm:^5.75.5" @@ -7139,162 +6104,6 @@ __metadata: languageName: node linkType: hard -"@svgr/babel-plugin-add-jsx-attribute@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-add-jsx-attribute@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/a50bd0baa34faf16bcba712091f94c7f0e230431fe99a9dfc3401fa92823ad3f68495b86ab9bf9044b53839e8c416cfbb37eb3f246ff33f261e0fa9ee1779c5b - languageName: node - linkType: hard - -"@svgr/babel-plugin-remove-jsx-attribute@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-remove-jsx-attribute@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/8a98e59bd9971e066815b4129409932f7a4db4866834fe75677ea6d517972fb40b380a69a4413189f20e7947411f9ab1b0f029dd5e8068686a5a0188d3ccd4c7 - languageName: node - linkType: hard - -"@svgr/babel-plugin-remove-jsx-empty-expression@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-remove-jsx-empty-expression@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/517dcca75223bd05d3f056a8514dbba3031278bea4eadf0842c576d84f4651e7a4e0e7082d3ee4ef42456de0f9c4531d8a1917c04876ca64b014b859ca8f1bde - languageName: node - linkType: hard - -"@svgr/babel-plugin-replace-jsx-attribute-value@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-replace-jsx-attribute-value@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/004bd1892053b7e9c1b0bb14acc44e77634ec393722b87b1e4fae53e2c35122a2dd0d5c15e9070dbeec274e22e7693a2b8b48506733a8009ee92b12946fcb10a - languageName: node - linkType: hard - -"@svgr/babel-plugin-svg-dynamic-title@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-svg-dynamic-title@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/80e0a7fcf902f984c705051ca5c82ea6050ccbb70b651a8fea6d0eb5809e4dac274b49ea6be2d87f1eb9dfc0e2d6cdfffe1669ec2117f44b67a60a07d4c0b8b8 - languageName: node - linkType: hard - -"@svgr/babel-plugin-svg-em-dimensions@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-svg-em-dimensions@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/73e92c8277a89279745c0c500f59f083279a8dc30cd552b22981fade2a77628fb2bd2819ee505725fcd2e93f923e3790b52efcff409a159e657b46604a0b9a21 - languageName: node - linkType: hard - -"@svgr/babel-plugin-transform-react-native-svg@npm:8.1.0": - version: 8.1.0 - resolution: "@svgr/babel-plugin-transform-react-native-svg@npm:8.1.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/655ed6bc7a208ceaa4ecff0a54ccc36008c3cb31efa90d11e171cab325ebbb21aa78f09c7b65f9b3ddeda3a85f348c0c862902c48be13c14b4de165c847974e3 - languageName: node - linkType: hard - -"@svgr/babel-plugin-transform-svg-component@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-transform-svg-component@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/4ac00bb99a3db4ef05e4362f116a3c608ee365a2d26cf7318d8d41a4a5b30a02c80455cce0e62c65b60ed815b5d632bedabac2ccd4b56f998fadef5286e3ded4 - languageName: node - linkType: hard - -"@svgr/babel-preset@npm:8.1.0": - version: 8.1.0 - resolution: "@svgr/babel-preset@npm:8.1.0" - dependencies: - "@svgr/babel-plugin-add-jsx-attribute": "npm:8.0.0" - "@svgr/babel-plugin-remove-jsx-attribute": "npm:8.0.0" - "@svgr/babel-plugin-remove-jsx-empty-expression": "npm:8.0.0" - "@svgr/babel-plugin-replace-jsx-attribute-value": "npm:8.0.0" - "@svgr/babel-plugin-svg-dynamic-title": "npm:8.0.0" - "@svgr/babel-plugin-svg-em-dimensions": "npm:8.0.0" - "@svgr/babel-plugin-transform-react-native-svg": "npm:8.1.0" - "@svgr/babel-plugin-transform-svg-component": "npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/49367d3ad0831f79b1056871b91766246f449d4d1168623af5e283fbaefce4a01d77ab00de6b045b55e956f9aae27895823198493cd232d88d3435ea4517ffc5 - languageName: node - linkType: hard - -"@svgr/core@npm:8.1.0": - version: 8.1.0 - resolution: "@svgr/core@npm:8.1.0" - dependencies: - "@babel/core": "npm:^7.21.3" - "@svgr/babel-preset": "npm:8.1.0" - camelcase: "npm:^6.2.0" - cosmiconfig: "npm:^8.1.3" - snake-case: "npm:^3.0.4" - checksum: 10c0/6a2f6b1bc79bce39f66f088d468985d518005fc5147ebf4f108570a933818b5951c2cb7da230ddff4b7c8028b5a672b2d33aa2acce012b8b9770073aa5a2d041 - languageName: node - linkType: hard - -"@svgr/hast-util-to-babel-ast@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/hast-util-to-babel-ast@npm:8.0.0" - dependencies: - "@babel/types": "npm:^7.21.3" - entities: "npm:^4.4.0" - checksum: 10c0/f4165b583ba9eaf6719e598977a7b3ed182f177983e55f9eb55a6a73982d81277510e9eb7ab41f255151fb9ed4edd11ac4bef95dd872f04ed64966d8c85e0f79 - languageName: node - linkType: hard - -"@svgr/plugin-jsx@npm:8.1.0": - version: 8.1.0 - resolution: "@svgr/plugin-jsx@npm:8.1.0" - dependencies: - "@babel/core": "npm:^7.21.3" - "@svgr/babel-preset": "npm:8.1.0" - "@svgr/hast-util-to-babel-ast": "npm:8.0.0" - svg-parser: "npm:^2.0.4" - peerDependencies: - "@svgr/core": "*" - checksum: 10c0/07b4d9e00de795540bf70556fa2cc258774d01e97a12a26234c6fdf42b309beb7c10f31ee24d1a71137239347b1547b8bb5587d3a6de10669f95dcfe99cddc56 - languageName: node - linkType: hard - -"@svgr/plugin-svgo@npm:8.1.0": - version: 8.1.0 - resolution: "@svgr/plugin-svgo@npm:8.1.0" - dependencies: - cosmiconfig: "npm:^8.1.3" - deepmerge: "npm:^4.3.1" - svgo: "npm:^3.0.2" - peerDependencies: - "@svgr/core": "*" - checksum: 10c0/bfd25460f23f1548bfb8f6f3bedd6d6972c1a4f8881bd35a4f8c115218da6e999e8f9ac0ef0ed88c4e0b93fcec37f382b94c0322f4ec2b26752a89e5cc8b9d7a - languageName: node - linkType: hard - -"@svgr/webpack@npm:^8.1.0": - version: 8.1.0 - resolution: "@svgr/webpack@npm:8.1.0" - dependencies: - "@babel/core": "npm:^7.21.3" - "@babel/plugin-transform-react-constant-elements": "npm:^7.21.3" - "@babel/preset-env": "npm:^7.20.2" - "@babel/preset-react": "npm:^7.18.6" - "@babel/preset-typescript": "npm:^7.21.0" - "@svgr/core": "npm:8.1.0" - "@svgr/plugin-jsx": "npm:8.1.0" - "@svgr/plugin-svgo": "npm:8.1.0" - checksum: 10c0/4c1cac45bd5890de8643e5a7bfb71f3bcd8b85ae5bbacf10b8ad9f939b7a98e8d601c3ada204ffb95223abf4a24beeac5a2a0d6928a52a1ab72a29da3c015c22 - languageName: node - linkType: hard - "@swc/counter@npm:^0.1.3": version: 0.1.3 resolution: "@swc/counter@npm:0.1.3" @@ -7542,13 +6351,6 @@ __metadata: languageName: node linkType: hard -"@trysound/sax@npm:0.2.0": - version: 0.2.0 - resolution: "@trysound/sax@npm:0.2.0" - checksum: 10c0/44907308549ce775a41c38a815f747009ac45929a45d642b836aa6b0a536e4978d30b8d7d680bbd116e9dd73b7dbe2ef0d1369dcfc2d09e83ba381e485ecbe12 - languageName: node - linkType: hard - "@tsparticles/basic@npm:3.9.1": version: 3.9.1 resolution: "@tsparticles/basic@npm:3.9.1" @@ -9595,42 +8397,6 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs2@npm:^0.4.14": - version: 0.4.14 - resolution: "babel-plugin-polyfill-corejs2@npm:0.4.14" - dependencies: - "@babel/compat-data": "npm:^7.27.7" - "@babel/helper-define-polyfill-provider": "npm:^0.6.5" - semver: "npm:^6.3.1" - peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10c0/d74cba0600a6508e86d220bde7164eb528755d91be58020e5ea92ea7fbb12c9d8d2c29246525485adfe7f68ae02618ec428f9a589cac6cbedf53cc3972ad7fbe - languageName: node - linkType: hard - -"babel-plugin-polyfill-corejs3@npm:^0.13.0": - version: 0.13.0 - resolution: "babel-plugin-polyfill-corejs3@npm:0.13.0" - dependencies: - "@babel/helper-define-polyfill-provider": "npm:^0.6.5" - core-js-compat: "npm:^3.43.0" - peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10c0/5d8e228da425edc040d8c868486fd01ba10b0440f841156a30d9f8986f330f723e2ee61553c180929519563ef5b64acce2caac36a5a847f095d708dda5d8206d - languageName: node - linkType: hard - -"babel-plugin-polyfill-regenerator@npm:^0.6.5": - version: 0.6.5 - resolution: "babel-plugin-polyfill-regenerator@npm:0.6.5" - dependencies: - "@babel/helper-define-polyfill-provider": "npm:^0.6.5" - peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10c0/63aa8ed716df6a9277c6ab42b887858fa9f57a70cc1d0ae2b91bdf081e45d4502848cba306fb60b02f59f99b32fd02ff4753b373cac48ccdac9b7d19dd56f06d - languageName: node - linkType: hard - "balanced-match@npm:^1.0.0": version: 1.0.2 resolution: "balanced-match@npm:1.0.2" @@ -9666,15 +8432,6 @@ __metadata: languageName: node linkType: hard -"baseline-browser-mapping@npm:^2.9.0": - version: 2.9.13 - resolution: "baseline-browser-mapping@npm:2.9.13" - bin: - baseline-browser-mapping: dist/cli.js - checksum: 10c0/0881e813472865ae5f7f19d48c9525fabf358acb43547d57b294b9b62e28821562877627f5c7818595fa583b76e01967c1395ff9525164e5905e1d8be2c71318 - languageName: node - linkType: hard - "binary-extensions@npm:^2.0.0": version: 2.3.0 resolution: "binary-extensions@npm:2.3.0" @@ -9691,13 +8448,6 @@ __metadata: languageName: node linkType: hard -"boolbase@npm:^1.0.0": - version: 1.0.0 - resolution: "boolbase@npm:1.0.0" - checksum: 10c0/e4b53deb4f2b85c52be0e21a273f2045c7b6a6ea002b0e139c744cb6f95e9ec044439a52883b0d74dedd1ff3da55ed140cfdddfed7fb0cccbed373de5dce1bcf - languageName: node - linkType: hard - "brace-expansion@npm:^1.1.7": version: 1.1.12 resolution: "brace-expansion@npm:1.1.12" @@ -9741,21 +8491,6 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.28.0": - version: 4.28.1 - resolution: "browserslist@npm:4.28.1" - dependencies: - baseline-browser-mapping: "npm:^2.9.0" - caniuse-lite: "npm:^1.0.30001759" - electron-to-chromium: "npm:^1.5.263" - node-releases: "npm:^2.0.27" - update-browserslist-db: "npm:^1.2.0" - bin: - browserslist: cli.js - checksum: 10c0/545a5fa9d7234e3777a7177ec1e9134bb2ba60a69e6b95683f6982b1473aad347c77c1264ccf2ac5dea609a9731fbfbda6b85782bdca70f80f86e28a402504bd - languageName: node - linkType: hard - "buffer-crc32@npm:^1.0.0": version: 1.0.0 resolution: "buffer-crc32@npm:1.0.0" @@ -9890,13 +8625,6 @@ __metadata: languageName: node linkType: hard -"camelcase@npm:^6.2.0": - version: 6.3.0 - resolution: "camelcase@npm:6.3.0" - checksum: 10c0/0d701658219bd3116d12da3eab31acddb3f9440790c0792e0d398f0a520a6a4058018e546862b6fba89d7ae990efaeb97da71e1913e9ebf5a8b5621a3d55c710 - languageName: node - linkType: hard - "caniuse-lite@npm:^1.0.30001579, caniuse-lite@npm:^1.0.30001754": version: 1.0.30001757 resolution: "caniuse-lite@npm:1.0.30001757" @@ -9904,13 +8632,6 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001759": - version: 1.0.30001763 - resolution: "caniuse-lite@npm:1.0.30001763" - checksum: 10c0/4524f6ae15a18c8510849e43baed01441940c50cab29687cba62dde6354a49549d5bcb7f79b864dadf3f0c8c342038c63131cdb64af382a501593106b1d0028b - languageName: node - linkType: hard - "chai@npm:^5.2.0": version: 5.3.3 resolution: "chai@npm:5.3.3" @@ -10164,13 +8885,6 @@ __metadata: languageName: node linkType: hard -"commander@npm:^7.2.0": - version: 7.2.0 - resolution: "commander@npm:7.2.0" - checksum: 10c0/8d690ff13b0356df7e0ebbe6c59b4712f754f4b724d4f473d3cc5b3fdcf978e3a5dc3078717858a2ceb50b0f84d0660a7f22a96cdc50fb877d0c9bb31593d23a - languageName: node - linkType: hard - "common-path-prefix@npm:^3.0.0": version: 3.0.0 resolution: "common-path-prefix@npm:3.0.0" @@ -10308,15 +9022,6 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.43.0": - version: 3.47.0 - resolution: "core-js-compat@npm:3.47.0" - dependencies: - browserslist: "npm:^4.28.0" - checksum: 10c0/71da415899633120db7638dd7b250eee56031f63c4560dcba8eeeafd1168fae171d59b223e3fd2e0aa543a490d64bac7d946764721e2c05897056fdfb22cce33 - languageName: node - linkType: hard - "core-util-is@npm:~1.0.0": version: 1.0.3 resolution: "core-util-is@npm:1.0.3" @@ -10324,23 +9029,6 @@ __metadata: languageName: node linkType: hard -"cosmiconfig@npm:^8.1.3": - version: 8.3.6 - resolution: "cosmiconfig@npm:8.3.6" - dependencies: - import-fresh: "npm:^3.3.0" - js-yaml: "npm:^4.1.0" - parse-json: "npm:^5.2.0" - path-type: "npm:^4.0.0" - peerDependencies: - typescript: ">=4.9.5" - peerDependenciesMeta: - typescript: - optional: true - checksum: 10c0/0382a9ed13208f8bfc22ca2f62b364855207dffdb73dc26e150ade78c3093f1cf56172df2dd460c8caf2afa91c0ed4ec8a88c62f8f9cd1cf423d26506aa8797a - languageName: node - linkType: hard - "crc-32@npm:^1.2.0": version: 1.2.2 resolution: "crc-32@npm:1.2.2" @@ -10387,46 +9075,6 @@ __metadata: languageName: node linkType: hard -"css-select@npm:^5.1.0": - version: 5.2.2 - resolution: "css-select@npm:5.2.2" - dependencies: - boolbase: "npm:^1.0.0" - css-what: "npm:^6.1.0" - domhandler: "npm:^5.0.2" - domutils: "npm:^3.0.1" - nth-check: "npm:^2.0.1" - checksum: 10c0/d79fffa97106007f2802589f3ed17b8c903f1c961c0fc28aa8a051eee0cbad394d8446223862efd4c1b40445a6034f626bb639cf2035b0bfc468544177593c99 - languageName: node - linkType: hard - -"css-tree@npm:^2.3.1": - version: 2.3.1 - resolution: "css-tree@npm:2.3.1" - dependencies: - mdn-data: "npm:2.0.30" - source-map-js: "npm:^1.0.1" - checksum: 10c0/6f8c1a11d5e9b14bf02d10717fc0351b66ba12594166f65abfbd8eb8b5b490dd367f5c7721db241a3c792d935fc6751fbc09f7e1598d421477ad9fadc30f4f24 - languageName: node - linkType: hard - -"css-tree@npm:~2.2.0": - version: 2.2.1 - resolution: "css-tree@npm:2.2.1" - dependencies: - mdn-data: "npm:2.0.28" - source-map-js: "npm:^1.0.1" - checksum: 10c0/47e87b0f02f8ac22f57eceb65c58011dd142d2158128882a0bf963cf2eabb81a4ebbc2e3790c8289be7919fa8b83750c7b69272bd66772c708143b772ba3c186 - languageName: node - linkType: hard - -"css-what@npm:^6.1.0": - version: 6.2.2 - resolution: "css-what@npm:6.2.2" - checksum: 10c0/91e24c26fb977b4ccef30d7007d2668c1c10ac0154cc3f42f7304410e9594fb772aea4f30c832d2993b132ca8d99338050866476210316345ec2e7d47b248a56 - languageName: node - linkType: hard - "css.escape@npm:^1.5.1": version: 1.5.1 resolution: "css.escape@npm:1.5.1" @@ -10434,15 +9082,6 @@ __metadata: languageName: node linkType: hard -"csso@npm:^5.0.5": - version: 5.0.5 - resolution: "csso@npm:5.0.5" - dependencies: - css-tree: "npm:~2.2.0" - checksum: 10c0/ab4beb1e97dd7e207c10e9925405b45f15a6cd1b4880a8686ad573aa6d476aed28b4121a666cffd26c37a26179f7b54741f7c257543003bfb244d06a62ad569b - languageName: node - linkType: hard - "cssstyle@npm:^4.2.1": version: 4.6.0 resolution: "cssstyle@npm:4.6.0" @@ -10875,7 +9514,7 @@ __metadata: languageName: node linkType: hard -"domutils@npm:^3.0.1, domutils@npm:^3.2.1": +"domutils@npm:^3.2.1": version: 3.2.2 resolution: "domutils@npm:3.2.2" dependencies: @@ -10886,16 +9525,6 @@ __metadata: languageName: node linkType: hard -"dot-case@npm:^3.0.4": - version: 3.0.4 - resolution: "dot-case@npm:3.0.4" - dependencies: - no-case: "npm:^3.0.4" - tslib: "npm:^2.0.3" - checksum: 10c0/5b859ea65097a7ea870e2c91b5768b72ddf7fa947223fd29e167bcdff58fe731d941c48e47a38ec8aa8e43044c8fbd15cd8fa21689a526bc34b6548197cd5b05 - languageName: node - linkType: hard - "dot-prop@npm:9.0.0": version: 9.0.0 resolution: "dot-prop@npm:9.0.0" @@ -10961,13 +9590,6 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.5.263": - version: 1.5.267 - resolution: "electron-to-chromium@npm:1.5.267" - checksum: 10c0/0732bdb891b657f2e43266a3db8cf86fff6cecdcc8d693a92beff214e136cb5c2ee7dc5945ed75fa1db16e16bad0c38695527a020d15f39e79084e0b2e447621 - languageName: node - linkType: hard - "elysia@npm:1.3.1": version: 1.3.1 resolution: "elysia@npm:1.3.1" @@ -11080,7 +9702,7 @@ __metadata: languageName: node linkType: hard -"entities@npm:^4.2.0, entities@npm:^4.4.0, entities@npm:^4.5.0": +"entities@npm:^4.2.0, entities@npm:^4.5.0": version: 4.5.0 resolution: "entities@npm:4.5.0" checksum: 10c0/5b039739f7621f5d1ad996715e53d964035f75ad3b9a4d38c6b3804bb226e282ffeae2443624d8fdd9c47d8e926ae9ac009c54671243f0c3294c26af7cc85250 @@ -11122,15 +9744,6 @@ __metadata: languageName: node linkType: hard -"error-ex@npm:^1.3.1": - version: 1.3.4 - resolution: "error-ex@npm:1.3.4" - dependencies: - is-arrayish: "npm:^0.2.1" - checksum: 10c0/b9e34ff4778b8f3b31a8377e1c654456f4c41aeaa3d10a1138c3b7635d8b7b2e03eb2475d46d8ae055c1f180a1063e100bffabf64ea7e7388b37735df5328664 - languageName: node - linkType: hard - "es-abstract@npm:^1.17.5, es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.3, es-abstract@npm:^1.23.5, es-abstract@npm:^1.23.6, es-abstract@npm:^1.23.9, es-abstract@npm:^1.24.0": version: 1.24.0 resolution: "es-abstract@npm:1.24.0" @@ -13031,7 +11644,7 @@ __metadata: languageName: node linkType: hard -"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0": +"import-fresh@npm:^3.2.1": version: 3.3.1 resolution: "import-fresh@npm:3.3.1" dependencies: @@ -13181,13 +11794,6 @@ __metadata: languageName: node linkType: hard -"is-arrayish@npm:^0.2.1": - version: 0.2.1 - resolution: "is-arrayish@npm:0.2.1" - checksum: 10c0/e7fb686a739068bb70f860b39b67afc62acc62e36bb61c5f965768abce1873b379c563e61dd2adad96ebb7edf6651111b385e490cf508378959b0ed4cac4e729 - languageName: node - linkType: hard - "is-async-function@npm:^2.0.0": version: 2.1.1 resolution: "is-async-function@npm:2.1.1" @@ -13739,7 +12345,7 @@ __metadata: languageName: node linkType: hard -"jsesc@npm:^3.0.2, jsesc@npm:~3.1.0": +"jsesc@npm:^3.0.2": version: 3.1.0 resolution: "jsesc@npm:3.1.0" bin: @@ -13755,13 +12361,6 @@ __metadata: languageName: node linkType: hard -"json-parse-even-better-errors@npm:^2.3.0": - version: 2.3.1 - resolution: "json-parse-even-better-errors@npm:2.3.1" - checksum: 10c0/140932564c8f0b88455432e0f33c4cb4086b8868e37524e07e723f4eaedb9425bdc2bafd71bd1d9765bd15fd1e2d126972bc83990f55c467168c228c24d665f3 - languageName: node - linkType: hard - "json-schema-traverse@npm:^0.4.1": version: 0.4.1 resolution: "json-schema-traverse@npm:0.4.1" @@ -14019,13 +12618,6 @@ __metadata: languageName: node linkType: hard -"lines-and-columns@npm:^1.1.6": - version: 1.2.4 - resolution: "lines-and-columns@npm:1.2.4" - checksum: 10c0/3da6ee62d4cd9f03f5dc90b4df2540fb85b352081bee77fe4bbcd12c9000ead7f35e0a38b8d09a9bb99b13223446dd8689ff3c4959807620726d788701a83d2d - languageName: node - linkType: hard - "lint-staged@npm:^15.2.2, lint-staged@npm:^15.5.2": version: 15.5.2 resolution: "lint-staged@npm:15.5.2" @@ -14232,15 +12824,6 @@ __metadata: languageName: node linkType: hard -"lower-case@npm:^2.0.2": - version: 2.0.2 - resolution: "lower-case@npm:2.0.2" - dependencies: - tslib: "npm:^2.0.3" - checksum: 10c0/3d925e090315cf7dc1caa358e0477e186ffa23947740e4314a7429b6e62d72742e0bbe7536a5ae56d19d7618ce998aba05caca53c2902bd5742fdca5fc57fd7b - languageName: node - linkType: hard - "lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0, lru-cache@npm:^10.4.3": version: 10.4.3 resolution: "lru-cache@npm:10.4.3" @@ -14364,20 +12947,6 @@ __metadata: languageName: node linkType: hard -"mdn-data@npm:2.0.28": - version: 2.0.28 - resolution: "mdn-data@npm:2.0.28" - checksum: 10c0/20000932bc4cd1cde9cba4e23f08cc4f816398af4c15ec81040ed25421d6bf07b5cf6b17095972577fb498988f40f4cb589e3169b9357bb436a12d8e07e5ea7b - languageName: node - linkType: hard - -"mdn-data@npm:2.0.30": - version: 2.0.30 - resolution: "mdn-data@npm:2.0.30" - checksum: 10c0/a2c472ea16cee3911ae742593715aa4c634eb3d4b9f1e6ada0902aa90df13dcbb7285d19435f3ff213ebaa3b2e0c0265c1eb0e3fb278fda7f8919f046a410cd9 - languageName: node - linkType: hard - "merge-options@npm:^3.0.4": version: 3.0.4 resolution: "merge-options@npm:3.0.4" @@ -14917,16 +13486,6 @@ __metadata: languageName: node linkType: hard -"no-case@npm:^3.0.4": - version: 3.0.4 - resolution: "no-case@npm:3.0.4" - dependencies: - lower-case: "npm:^2.0.2" - tslib: "npm:^2.0.3" - checksum: 10c0/8ef545f0b3f8677c848f86ecbd42ca0ff3cd9dd71c158527b344c69ba14710d816d8489c746b6ca225e7b615108938a0bda0a54706f8c255933703ac1cf8e703 - languageName: node - linkType: hard - "node-abort-controller@npm:^3.1.1": version: 3.1.1 resolution: "node-abort-controller@npm:3.1.1" @@ -15084,15 +13643,6 @@ __metadata: languageName: node linkType: hard -"nth-check@npm:^2.0.1": - version: 2.1.1 - resolution: "nth-check@npm:2.1.1" - dependencies: - boolbase: "npm:^1.0.0" - checksum: 10c0/5fee7ff309727763689cfad844d979aedd2204a817fbaaf0e1603794a7c20db28548d7b024692f953557df6ce4a0ee4ae46cd8ebd9b36cfb300b9226b567c479 - languageName: node - linkType: hard - "nuqs@npm:2.4.3": version: 2.4.3 resolution: "nuqs@npm:2.4.3" @@ -15455,18 +14005,6 @@ __metadata: languageName: node linkType: hard -"parse-json@npm:^5.2.0": - version: 5.2.0 - resolution: "parse-json@npm:5.2.0" - dependencies: - "@babel/code-frame": "npm:^7.0.0" - error-ex: "npm:^1.3.1" - json-parse-even-better-errors: "npm:^2.3.0" - lines-and-columns: "npm:^1.1.6" - checksum: 10c0/77947f2253005be7a12d858aedbafa09c9ae39eb4863adf330f7b416ca4f4a08132e453e08de2db46459256fb66afaac5ee758b44fe6541b7cdaf9d252e59585 - languageName: node - linkType: hard - "parse-json@npm:^8.0.0": version: 8.3.0 resolution: "parse-json@npm:8.3.0" @@ -15549,13 +14087,6 @@ __metadata: languageName: node linkType: hard -"path-type@npm:^4.0.0": - version: 4.0.0 - resolution: "path-type@npm:4.0.0" - checksum: 10c0/666f6973f332f27581371efaf303fd6c272cc43c2057b37aa99e3643158c7e4b2626549555d88626e99ea9e046f82f32e41bbde5f1508547e9a11b149b52387c - languageName: node - linkType: hard - "pathe@npm:^1.1.2": version: 1.1.2 resolution: "pathe@npm:1.1.2" @@ -16498,22 +15029,6 @@ __metadata: languageName: node linkType: hard -"regenerate-unicode-properties@npm:^10.2.2": - version: 10.2.2 - resolution: "regenerate-unicode-properties@npm:10.2.2" - dependencies: - regenerate: "npm:^1.4.2" - checksum: 10c0/66a1d6a1dbacdfc49afd88f20b2319a4c33cee56d245163e4d8f5f283e0f45d1085a78f7f7406dd19ea3a5dd7a7799cd020cd817c97464a7507f9d10fbdce87c - languageName: node - linkType: hard - -"regenerate@npm:^1.4.2": - version: 1.4.2 - resolution: "regenerate@npm:1.4.2" - checksum: 10c0/f73c9eba5d398c818edc71d1c6979eaa05af7a808682749dd079f8df2a6d91a9b913db216c2c9b03e0a8ba2bba8701244a93f45211afbff691c32c7b275db1b8 - languageName: node - linkType: hard - "regexp.prototype.flags@npm:^1.5.3, regexp.prototype.flags@npm:^1.5.4": version: 1.5.4 resolution: "regexp.prototype.flags@npm:1.5.4" @@ -16528,38 +15043,6 @@ __metadata: languageName: node linkType: hard -"regexpu-core@npm:^6.3.1": - version: 6.4.0 - resolution: "regexpu-core@npm:6.4.0" - dependencies: - regenerate: "npm:^1.4.2" - regenerate-unicode-properties: "npm:^10.2.2" - regjsgen: "npm:^0.8.0" - regjsparser: "npm:^0.13.0" - unicode-match-property-ecmascript: "npm:^2.0.0" - unicode-match-property-value-ecmascript: "npm:^2.2.1" - checksum: 10c0/1eed9783c023dd06fb1f3ce4b6e3fdf0bc1e30cb036f30aeb2019b351e5e0b74355b40462282ea5db092c79a79331c374c7e9897e44a5ca4509e9f0b570263de - languageName: node - linkType: hard - -"regjsgen@npm:^0.8.0": - version: 0.8.0 - resolution: "regjsgen@npm:0.8.0" - checksum: 10c0/44f526c4fdbf0b29286101a282189e4dbb303f4013cf3fea058668d96d113b9180d3d03d1e13f6d4cbde38b7728bf951aecd9dc199938c080093a9a6f0d7a6bd - languageName: node - linkType: hard - -"regjsparser@npm:^0.13.0": - version: 0.13.0 - resolution: "regjsparser@npm:0.13.0" - dependencies: - jsesc: "npm:~3.1.0" - bin: - regjsparser: bin/parser - checksum: 10c0/4702f85cda09f67747c1b2fb673a0f0e5d1ba39d55f177632265a0be471ba59e3f320623f411649141f752b126b8126eac3ff4c62d317921e430b0472bfc6071 - languageName: node - linkType: hard - "remove-trailing-separator@npm:^1.0.1": version: 1.1.0 resolution: "remove-trailing-separator@npm:1.1.0" @@ -16632,7 +15115,7 @@ __metadata: languageName: node linkType: hard -"resolve@npm:^1.22.1, resolve@npm:^1.22.10, resolve@npm:^1.22.4, resolve@npm:^1.22.8, resolve@npm:~1.22.1, resolve@npm:~1.22.2": +"resolve@npm:^1.22.1, resolve@npm:^1.22.4, resolve@npm:^1.22.8, resolve@npm:~1.22.1, resolve@npm:~1.22.2": version: 1.22.11 resolution: "resolve@npm:1.22.11" dependencies: @@ -16671,7 +15154,7 @@ __metadata: languageName: node linkType: hard -"resolve@patch:resolve@npm%3A^1.22.1#optional!builtin, resolve@patch:resolve@npm%3A^1.22.10#optional!builtin, resolve@patch:resolve@npm%3A^1.22.4#optional!builtin, resolve@patch:resolve@npm%3A^1.22.8#optional!builtin, resolve@patch:resolve@npm%3A~1.22.1#optional!builtin, resolve@patch:resolve@npm%3A~1.22.2#optional!builtin": +"resolve@patch:resolve@npm%3A^1.22.1#optional!builtin, resolve@patch:resolve@npm%3A^1.22.4#optional!builtin, resolve@patch:resolve@npm%3A^1.22.8#optional!builtin, resolve@patch:resolve@npm%3A~1.22.1#optional!builtin, resolve@patch:resolve@npm%3A~1.22.2#optional!builtin": version: 1.22.11 resolution: "resolve@patch:resolve@npm%3A1.22.11#optional!builtin::version=1.22.11&hash=c3c19d" dependencies: @@ -17242,16 +15725,6 @@ __metadata: languageName: node linkType: hard -"snake-case@npm:^3.0.4": - version: 3.0.4 - resolution: "snake-case@npm:3.0.4" - dependencies: - dot-case: "npm:^3.0.4" - tslib: "npm:^2.0.3" - checksum: 10c0/ab19a913969f58f4474fe9f6e8a026c8a2142a01f40b52b79368068343177f818cdfef0b0c6b9558f298782441d5ca8ed5932eb57822439fad791d866e62cecd - languageName: node - linkType: hard - "socks-proxy-agent@npm:^8.0.3": version: 8.0.5 resolution: "socks-proxy-agent@npm:8.0.5" @@ -17292,7 +15765,7 @@ __metadata: languageName: node linkType: hard -"source-map-js@npm:^1.0.1, source-map-js@npm:^1.0.2, source-map-js@npm:^1.2.1": +"source-map-js@npm:^1.0.2, source-map-js@npm:^1.2.1": version: 1.2.1 resolution: "source-map-js@npm:1.2.1" checksum: 10c0/7bda1fc4c197e3c6ff17de1b8b2c20e60af81b63a52cb32ec5a5d67a20a7d42651e2cb34ebe93833c5a2a084377e17455854fee3e21e7925c64a51b6a52b0faf @@ -17764,30 +16237,6 @@ __metadata: languageName: node linkType: hard -"svg-parser@npm:^2.0.4": - version: 2.0.4 - resolution: "svg-parser@npm:2.0.4" - checksum: 10c0/02f6cb155dd7b63ebc2f44f36365bc294543bebb81b614b7628f1af3c54ab64f7e1cec20f06e252bf95bdde78441ae295a412c68ad1678f16a6907d924512b7a - languageName: node - linkType: hard - -"svgo@npm:^3.0.2": - version: 3.3.2 - resolution: "svgo@npm:3.3.2" - dependencies: - "@trysound/sax": "npm:0.2.0" - commander: "npm:^7.2.0" - css-select: "npm:^5.1.0" - css-tree: "npm:^2.3.1" - css-what: "npm:^6.1.0" - csso: "npm:^5.0.5" - picocolors: "npm:^1.0.0" - bin: - svgo: ./bin/svgo - checksum: 10c0/a6badbd3d1d6dbb177f872787699ab34320b990d12e20798ecae915f0008796a0f3c69164f1485c9def399e0ce0a5683eb4a8045e51a5e1c364bb13a0d9f79e1 - languageName: node - linkType: hard - "symbol-tree@npm:^3.2.4": version: 3.2.4 resolution: "symbol-tree@npm:3.2.4" @@ -18335,13 +16784,6 @@ __metadata: languageName: node linkType: hard -"unicode-canonical-property-names-ecmascript@npm:^2.0.0": - version: 2.0.1 - resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.1" - checksum: 10c0/f83bc492fdbe662860795ef37a85910944df7310cac91bd778f1c19ebc911e8b9cde84e703de631e5a2fcca3905e39896f8fc5fc6a44ddaf7f4aff1cda24f381 - languageName: node - linkType: hard - "unicode-emoji-utils@npm:^1.2.0": version: 1.3.1 resolution: "unicode-emoji-utils@npm:1.3.1" @@ -18351,30 +16793,6 @@ __metadata: languageName: node linkType: hard -"unicode-match-property-ecmascript@npm:^2.0.0": - version: 2.0.0 - resolution: "unicode-match-property-ecmascript@npm:2.0.0" - dependencies: - unicode-canonical-property-names-ecmascript: "npm:^2.0.0" - unicode-property-aliases-ecmascript: "npm:^2.0.0" - checksum: 10c0/4d05252cecaf5c8e36d78dc5332e03b334c6242faf7cf16b3658525441386c0a03b5f603d42cbec0f09bb63b9fd25c9b3b09667aee75463cac3efadae2cd17ec - languageName: node - linkType: hard - -"unicode-match-property-value-ecmascript@npm:^2.2.1": - version: 2.2.1 - resolution: "unicode-match-property-value-ecmascript@npm:2.2.1" - checksum: 10c0/93acd1ad9496b600e5379d1aaca154cf551c5d6d4a0aefaf0984fc2e6288e99220adbeb82c935cde461457fb6af0264a1774b8dfd4d9a9e31548df3352a4194d - languageName: node - linkType: hard - -"unicode-property-aliases-ecmascript@npm:^2.0.0": - version: 2.2.0 - resolution: "unicode-property-aliases-ecmascript@npm:2.2.0" - checksum: 10c0/b338529831c988ac696f2bdbcd4579d1c5cc844b24eda7269973c457fa81989bdb49a366af37a448eb1a60f1dae89559ea2a5854db2797e972a0162eee0778c6 - languageName: node - linkType: hard - "unicorn-magic@npm:^0.1.0": version: 0.1.0 resolution: "unicorn-magic@npm:0.1.0" @@ -18521,20 +16939,6 @@ __metadata: languageName: node linkType: hard -"update-browserslist-db@npm:^1.2.0": - version: 1.2.3 - resolution: "update-browserslist-db@npm:1.2.3" - dependencies: - escalade: "npm:^3.2.0" - picocolors: "npm:^1.1.1" - peerDependencies: - browserslist: ">= 4.21.0" - bin: - update-browserslist-db: cli.js - checksum: 10c0/13a00355ea822388f68af57410ce3255941d5fb9b7c49342c4709a07c9f230bbef7f7499ae0ca7e0de532e79a82cc0c4edbd125f1a323a1845bf914efddf8bec - languageName: node - linkType: hard - "uri-js@npm:^4.2.2, uri-js@npm:^4.4.1": version: 4.4.1 resolution: "uri-js@npm:4.4.1"