From 39efcdf92426ea27b6bb2279c783c7341a13b01c Mon Sep 17 00:00:00 2001 From: Victor Bayas Date: Wed, 9 Oct 2024 12:40:35 -0500 Subject: [PATCH] Migrated mds to use emotion Library - Migration to emotion library - Fixed styles for compoents - Simplified Themes & direct use of colors - Removal of obsolete components (ActionsList, InformativeMessage, MainContainer, Menu, Pill) - Renamed components to match specification (CommentBox => TextArea, ReadBox => CodeSnippet, Switch => Toggle) Signed-off-by: Benjamin Perez --- .babelrc.json | 9 +- .storybook/main.js | 39 - .storybook/main.jsx | 40 + .storybook/preview.jsx | 69 + .storybook/preview.tsx | 51 +- dist/esm/index.js | 162265 +++++++-------- dist/esm/index.js.map | 2 +- .../components/Accordion/Accordion.types.d.ts | 7 - .../Accordion/{Accordion.d.ts => index.d.ts} | 0 .../components/ActionsList/ActionsList.d.ts | 4 - .../ActionsList/ActionsList.types.d.ts | 22 - .../ActionsList/ObjectActionButton.d.ts | 4 - .../{ApplicationLogo.d.ts => index.d.ts} | 0 .../Autocomplete/Autocomplete.styles.d.ts | 1 + .../Autocomplete/Autocomplete.types.d.ts | 3 - .../{Autocomplete.d.ts => index.d.ts} | 0 .../BackLink/{BackLink.d.ts => index.d.ts} | 0 .../src/components/Badge/Badge.styles.d.ts | 20 + .../src/components/Badge/Badge.types.d.ts | 11 +- .../Badge/{Badge.d.ts => index.d.ts} | 0 dist/esm/types/src/components/Box/Box.d.ts | 6 - .../types/src/components/Box/Box.types.d.ts | 1 - dist/esm/types/src/components/Box/index.d.ts | 6 + .../BoxedIcon/BoxedIcon.styles.d.ts | 4 + .../BoxedIcon/{BoxedIcon.d.ts => index.d.ts} | 0 .../Breadcrumbs/Breadcrumbs.styles.d.ts | 90 + .../{Breadcrumbs.d.ts => index.d.ts} | 0 .../src/components/Button/Button.styles.d.ts | 11 + .../src/components/Button/Button.types.d.ts | 15 +- .../Button/{Button.d.ts => index.d.ts} | 0 .../ButtonGroup/Buttongroup.styles.d.ts | 98 + .../{ButtonGroup.d.ts => index.d.ts} | 0 .../components/Checkbox/Checkbox.styles.d.ts | 65 + .../components/Checkbox/Checkbox.types.d.ts | 7 +- .../Checkbox/{Checkbox.d.ts => index.d.ts} | 0 .../CodeEditor/CodeEditor.styles.d.ts | 275 + .../CodeEditor/CodeEditor.types.d.ts | 9 - .../{CodeEditor.d.ts => index.d.ts} | 0 .../CodeSnippet/CodeSnippet.styles.d.ts | 54 + .../CodeSnippet/CodeSnippet.types.d.ts | 10 + .../src/components/CodeSnippet/index.d.ts | 4 + .../src/components/CommentBox/CommentBox.d.ts | 4 - .../CommentBox/CommentBox.types.d.ts | 28 - .../src/components/DataTable/DataTable.d.ts | 29 - .../DataTable/DataTable.styles.d.ts | 20 + .../components/DataTable/DataTable.types.d.ts | 11 +- .../components/DataTable/DataTable.utils.d.ts | 5 +- .../DataTable/TableActionButton.d.ts | 3 +- .../types/src/components/DataTable/index.d.ts | 29 + .../DateTimeInput/DateTime.styles.d.ts | 34 + .../DateTimeInput/DateTimeInput.types.d.ts | 13 +- .../DropdownSelector.styles.d.ts | 9 + .../DropdownSelector.types.d.ts | 13 +- .../{DropdownSelector.d.ts => index.d.ts} | 0 .../components/ExpandMenu/ExpandDropdown.d.ts | 4 +- .../ExpandMenu/ExpandMenu.styles.d.ts | 55 + .../{ExpandMenu.d.ts => index.d.ts} | 0 .../ExpandOptionsButton.styles.d.ts | 30 + .../{ExpandOptionsButton.d.ts => index.d.ts} | 0 .../FileSelector/FileSelector.styles.d.ts | 4 + .../FileSelector/FileSelector.types.d.ts | 8 +- .../{FileSelector.d.ts => index.d.ts} | 0 .../FormActionsTray.styles.d.ts | 14 + .../{FormActionsTray.d.ts => index.d.ts} | 0 .../FormLayout/FormLayout.styles.d.ts | 7 + .../{FormLayout.d.ts => index.d.ts} | 0 .../components/GlobalStyles/GlobalStyles.d.ts | 4 - .../src/components/GlobalStyles/index.d.ts | 2 + .../src/components/Grid/Grid.styles.d.ts | 7 + .../types/src/components/Grid/Grid.types.d.ts | 2 +- .../components/Grid/{Grid.d.ts => index.d.ts} | 0 .../HelpBox/{HelpBox.d.ts => index.d.ts} | 0 .../types/src/components/HelpTip/HelpTip.d.ts | 4 - .../src/components/HelpTip/HelpTip.types.d.ts | 16 - .../{IconButton.d.ts => index.d.ts} | 0 .../Icons/NewDesignIcons/AArrowDownIcon.d.ts | 6 - .../Icons/NewDesignIcons/AArrowUpIcon.d.ts | 6 - .../Icons/NewDesignIcons/ALargeSmallIcon.d.ts | 6 - .../NewDesignIcons/AccessibilityIcon.d.ts | 6 - .../Icons/NewDesignIcons/ActivityIcon.d.ts | 6 - .../Icons/NewDesignIcons/AirVentIcon.d.ts | 6 - .../Icons/NewDesignIcons/AirplayIcon.d.ts | 6 - .../NewDesignIcons/AlarmClockCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/AlarmClockIcon.d.ts | 6 - .../NewDesignIcons/AlarmClockMinusIcon.d.ts | 6 - .../NewDesignIcons/AlarmClockOffIcon.d.ts | 6 - .../NewDesignIcons/AlarmClockPlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/AlarmSmokeIcon.d.ts | 6 - .../Icons/NewDesignIcons/AlbumIcon.d.ts | 4 - .../AlignCenterHorizontalIcon.d.ts | 6 - .../Icons/NewDesignIcons/AlignCenterIcon.d.ts | 6 - .../AlignCenterVerticalIcon.d.ts | 6 - .../AlignEndHorizontalIcon.d.ts | 6 - .../NewDesignIcons/AlignEndVerticalIcon.d.ts | 6 - .../AlignHorizontalDistributeEndIcon.d.ts | 6 - .../AlignHorizontalJustifyCenterIcon.d.ts | 6 - .../AlignHorizontalJustifyEndIcon.d.ts | 6 - .../AlignHorizontalJustifyStartIcon.d.ts | 6 - .../AlignHorizontalSpaceAroundIcon.d.ts | 6 - .../AlignHorizontalSpaceBetweenIcon.d.ts | 6 - .../NewDesignIcons/AlignJustifyIcon.d.ts | 6 - .../Icons/NewDesignIcons/AlignLeftIcon.d.ts | 6 - .../Icons/NewDesignIcons/AlignRightIcon.d.ts | 6 - .../AlignStartHorizontalIcon.d.ts | 6 - .../AlignStartVerticalIcon.d.ts | 6 - .../AlignVerticalDistributeEndIcon.d.ts | 6 - .../AlignVerticalDistributeStartIcon.d.ts | 6 - .../AlignVerticalJustifyCenterIcon.d.ts | 6 - .../AlignVerticalJustifyEndIcon.d.ts | 6 - .../AlignVerticalJustifyStartIcon.d.ts | 6 - .../AlignVerticalSpaceAroundIcon.d.ts | 6 - .../AlignVerticalSpaceBetweenIcon.d.ts | 6 - .../NewDesignIcons/AmazonEksSiteIcon.d.ts | 6 - .../Icons/NewDesignIcons/AmbulanceIcon.d.ts | 6 - .../Icons/NewDesignIcons/AmpersandIcon.d.ts | 6 - .../Icons/NewDesignIcons/AmpersandsIcon.d.ts | 6 - .../Icons/NewDesignIcons/AnchorIcon.d.ts | 4 - .../Icons/NewDesignIcons/AngryIcon.d.ts | 4 - .../Icons/NewDesignIcons/AnnoyedIcon.d.ts | 6 - .../Icons/NewDesignIcons/AntennaIcon.d.ts | 6 - .../Icons/NewDesignIcons/AnvilIcon.d.ts | 4 - .../Icons/NewDesignIcons/ApertureIcon.d.ts | 6 - .../Icons/NewDesignIcons/AppWindowIcon.d.ts | 6 - .../NewDesignIcons/AppWindowMacIcon.d.ts | 6 - .../Icons/NewDesignIcons/AppleIcon.d.ts | 4 - .../Icons/NewDesignIcons/ArchiveIcon.d.ts | 6 - .../NewDesignIcons/ArchiveRestoreIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArchiveXIcon.d.ts | 6 - .../Icons/NewDesignIcons/AreaChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArmchairIcon.d.ts | 6 - .../NewDesignIcons/ArrowBigDownDashIcon.d.ts | 6 - .../NewDesignIcons/ArrowBigDownIcon.d.ts | 6 - .../NewDesignIcons/ArrowBigLeftDashIcon.d.ts | 6 - .../NewDesignIcons/ArrowBigLeftIcon.d.ts | 6 - .../NewDesignIcons/ArrowBigRightDashIcon.d.ts | 6 - .../NewDesignIcons/ArrowBigRightIcon.d.ts | 6 - .../NewDesignIcons/ArrowBigUpDashIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowBigUpIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowDown01Icon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowDown10Icon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowDownAZIcon.d.ts | 6 - .../NewDesignIcons/ArrowDownFromLineIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowDownIcon.d.ts | 6 - .../NewDesignIcons/ArrowDownLeftIcon.d.ts | 6 - .../ArrowDownNarrowWideIcon.d.ts | 6 - .../NewDesignIcons/ArrowDownRightIcon.d.ts | 6 - .../NewDesignIcons/ArrowDownToDotIcon.d.ts | 6 - .../NewDesignIcons/ArrowDownToLineIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowDownUpIcon.d.ts | 6 - .../ArrowDownWideNarrowIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowDownZAIcon.d.ts | 6 - .../NewDesignIcons/ArrowLeftFromLineIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowLeftIcon.d.ts | 6 - .../NewDesignIcons/ArrowLeftRightIcon.d.ts | 6 - .../NewDesignIcons/ArrowLeftToLineIcon.d.ts | 6 - .../ArrowRightFromLineIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowRightIcon.d.ts | 6 - .../NewDesignIcons/ArrowRightLeftIcon.d.ts | 6 - .../NewDesignIcons/ArrowRightToLineIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowUp01Icon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowUp10Icon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowUpAZIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowUpDownIcon.d.ts | 6 - .../NewDesignIcons/ArrowUpFromDotIcon.d.ts | 6 - .../NewDesignIcons/ArrowUpFromLineIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowUpIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowUpLeftIcon.d.ts | 6 - .../NewDesignIcons/ArrowUpNarrowWideIcon.d.ts | 6 - .../NewDesignIcons/ArrowUpRightIcon.d.ts | 6 - .../NewDesignIcons/ArrowUpToLineIcon.d.ts | 6 - .../NewDesignIcons/ArrowUpWideNarrowIcon.d.ts | 6 - .../Icons/NewDesignIcons/ArrowUpZAIcon.d.ts | 6 - .../NewDesignIcons/ArrowsUpFromLineIcon.d.ts | 6 - .../Icons/NewDesignIcons/AsteriskIcon.d.ts | 6 - .../Icons/NewDesignIcons/AtSignIcon.d.ts | 4 - .../Icons/NewDesignIcons/AtomIcon.d.ts | 4 - .../Icons/NewDesignIcons/AudioLinesIcon.d.ts | 6 - .../NewDesignIcons/AudioWaveformIcon.d.ts | 6 - .../Icons/NewDesignIcons/AwardIcon.d.ts | 4 - .../Icons/NewDesignIcons/AxeIcon.d.ts | 4 - .../Icons/NewDesignIcons/Axis3dIcon.d.ts | 4 - .../NewDesignIcons/AzureAksSiteIcon.d.ts | 6 - .../Icons/NewDesignIcons/BabyIcon.d.ts | 4 - .../Icons/NewDesignIcons/BackpackIcon.d.ts | 6 - .../Icons/NewDesignIcons/BadgeAlertIcon.d.ts | 6 - .../Icons/NewDesignIcons/BadgeCentIcon.d.ts | 6 - .../Icons/NewDesignIcons/BadgeCheckIcon.d.ts | 6 - .../NewDesignIcons/BadgeDollarSignIcon.d.ts | 6 - .../Icons/NewDesignIcons/BadgeEuroIcon.d.ts | 6 - .../Icons/NewDesignIcons/BadgeHelpIcon.d.ts | 6 - .../Icons/NewDesignIcons/BadgeIcon.d.ts | 4 - .../NewDesignIcons/BadgeIndianRupeeIcon.d.ts | 6 - .../Icons/NewDesignIcons/BadgeInfoIcon.d.ts | 6 - .../NewDesignIcons/BadgeJapaneseYenIcon.d.ts | 6 - .../Icons/NewDesignIcons/BadgeMinusIcon.d.ts | 6 - .../NewDesignIcons/BadgePercentIcon.d.ts | 6 - .../Icons/NewDesignIcons/BadgePlusIcon.d.ts | 6 - .../BadgePoundSterlingIcon.d.ts | 6 - .../NewDesignIcons/BadgeRussianRubleIcon.d.ts | 6 - .../NewDesignIcons/BadgeSwissFrancIcon.d.ts | 6 - .../Icons/NewDesignIcons/BadgeXIcon.d.ts | 4 - .../NewDesignIcons/BaggageClaimIcon.d.ts | 6 - .../Icons/NewDesignIcons/BalancerIcon.d.ts | 6 - .../Icons/NewDesignIcons/BanIcon.d.ts | 4 - .../Icons/NewDesignIcons/BananaIcon.d.ts | 4 - .../Icons/NewDesignIcons/BanknoteIcon.d.ts | 6 - .../Icons/NewDesignIcons/BarChart2Icon.d.ts | 6 - .../Icons/NewDesignIcons/BarChart3Icon.d.ts | 6 - .../Icons/NewDesignIcons/BarChart4Icon.d.ts | 6 - .../Icons/NewDesignIcons/BarChartBigIcon.d.ts | 6 - .../BarChartHorizontalBigIcon.d.ts | 6 - .../BarChartHorizontalIcon.d.ts | 6 - .../Icons/NewDesignIcons/BarChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/BarcodeIcon.d.ts | 6 - .../BareMetalLinuxSiteIcon.d.ts | 6 - .../Icons/NewDesignIcons/BaselineIcon.d.ts | 6 - .../Icons/NewDesignIcons/BatchJobsIcon.d.ts | 6 - .../Icons/NewDesignIcons/BathIcon.d.ts | 4 - .../NewDesignIcons/BatteryChargingIcon.d.ts | 6 - .../Icons/NewDesignIcons/BatteryFullIcon.d.ts | 6 - .../Icons/NewDesignIcons/BatteryIcon.d.ts | 6 - .../Icons/NewDesignIcons/BatteryLowIcon.d.ts | 6 - .../NewDesignIcons/BatteryMediumIcon.d.ts | 6 - .../NewDesignIcons/BatteryWarningIcon.d.ts | 6 - .../Icons/NewDesignIcons/BeakerIcon.d.ts | 4 - .../Icons/NewDesignIcons/BeanIcon.d.ts | 4 - .../Icons/NewDesignIcons/BeanOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/BedDoubleIcon.d.ts | 6 - .../Icons/NewDesignIcons/BedIcon.d.ts | 4 - .../Icons/NewDesignIcons/BedSingleIcon.d.ts | 6 - .../Icons/NewDesignIcons/BeefIcon.d.ts | 4 - .../Icons/NewDesignIcons/BeerIcon.d.ts | 4 - .../Icons/NewDesignIcons/BeerOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/BellArrowIcon.d.ts | 6 - .../Icons/NewDesignIcons/BellDotIcon.d.ts | 6 - .../NewDesignIcons/BellElectricIcon.d.ts | 6 - .../Icons/NewDesignIcons/BellIcon.d.ts | 4 - .../Icons/NewDesignIcons/BellMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/BellOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/BellPlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/BellRingIcon.d.ts | 6 - .../BetweenHorizontalEndIcon.d.ts | 6 - .../BetweenHorizontalStartIcon.d.ts | 6 - .../BetweenVerticalEndIcon.d.ts | 6 - .../BetweenVerticalStartIcon.d.ts | 6 - .../Icons/NewDesignIcons/BikeIcon.d.ts | 4 - .../Icons/NewDesignIcons/BinaryIcon.d.ts | 4 - .../Icons/NewDesignIcons/BiohazardIcon.d.ts | 6 - .../Icons/NewDesignIcons/BirdIcon.d.ts | 4 - .../Icons/NewDesignIcons/BitcoinIcon.d.ts | 6 - .../Icons/NewDesignIcons/BlendIcon.d.ts | 4 - .../Icons/NewDesignIcons/BlindsIcon.d.ts | 4 - .../Icons/NewDesignIcons/BlocksIcon.d.ts | 4 - .../BluetoothConnectedIcon.d.ts | 6 - .../Icons/NewDesignIcons/BluetoothIcon.d.ts | 6 - .../NewDesignIcons/BluetoothOffIcon.d.ts | 6 - .../BluetoothSearchingIcon.d.ts | 6 - .../Icons/NewDesignIcons/BoldIcon.d.ts | 4 - .../Icons/NewDesignIcons/BoltIcon.d.ts | 4 - .../Icons/NewDesignIcons/BombIcon.d.ts | 4 - .../Icons/NewDesignIcons/BoneIcon.d.ts | 4 - .../Icons/NewDesignIcons/BookAIcon.d.ts | 4 - .../Icons/NewDesignIcons/BookAudioIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookCopyIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookDashedIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookDownIcon.d.ts | 6 - .../NewDesignIcons/BookHeadphonesIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookHeartIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookIcon.d.ts | 4 - .../Icons/NewDesignIcons/BookImageIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookKeyIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookLockIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookMarkedIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookMinusIcon.d.ts | 6 - .../NewDesignIcons/BookOpenCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookOpenIcon.d.ts | 6 - .../NewDesignIcons/BookOpenTextIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookPlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookTextIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookTypeIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookUp2Icon.d.ts | 6 - .../Icons/NewDesignIcons/BookUpIcon.d.ts | 4 - .../Icons/NewDesignIcons/BookUserIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookXIcon.d.ts | 4 - .../NewDesignIcons/BookmarkCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookmarkIcon.d.ts | 6 - .../NewDesignIcons/BookmarkMinusIcon.d.ts | 6 - .../NewDesignIcons/BookmarkPlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/BookmarkXIcon.d.ts | 6 - .../Icons/NewDesignIcons/BoomBoxIcon.d.ts | 6 - .../Icons/NewDesignIcons/BotIcon.d.ts | 4 - .../NewDesignIcons/BotMessageSquareIcon.d.ts | 6 - .../Icons/NewDesignIcons/BoxIcon.d.ts | 4 - .../Icons/NewDesignIcons/BoxOutlineIcon.d.ts | 6 - .../Icons/NewDesignIcons/BoxSelectIcon.d.ts | 6 - .../Icons/NewDesignIcons/BoxesIcon.d.ts | 4 - .../Icons/NewDesignIcons/BracesIcon.d.ts | 4 - .../Icons/NewDesignIcons/BracketsIcon.d.ts | 6 - .../NewDesignIcons/BrainCircuitIcon.d.ts | 6 - .../Icons/NewDesignIcons/BrainCogIcon.d.ts | 6 - .../Icons/NewDesignIcons/BrainIcon.d.ts | 4 - .../Icons/NewDesignIcons/BrickWallIcon.d.ts | 6 - .../NewDesignIcons/BriefcaseBusinessIcon.d.ts | 6 - .../Icons/NewDesignIcons/BriefcaseIcon.d.ts | 6 - .../NewDesignIcons/BriefcaseMedicalIcon.d.ts | 6 - .../NewDesignIcons/BringToFrontIcon.d.ts | 6 - .../Icons/NewDesignIcons/BrushIcon.d.ts | 4 - .../Icons/NewDesignIcons/BucketCopyIcon.d.ts | 6 - .../Icons/NewDesignIcons/BucketIcon.d.ts | 4 - .../Icons/NewDesignIcons/BucketQuotaIcon.d.ts | 6 - .../Icons/NewDesignIcons/BugIcon.d.ts | 4 - .../Icons/NewDesignIcons/BugOffIcon.d.ts | 4 - .../Icons/NewDesignIcons/BugPlayIcon.d.ts | 6 - .../Icons/NewDesignIcons/Building2Icon.d.ts | 6 - .../Icons/NewDesignIcons/BuildingIcon.d.ts | 6 - .../Icons/NewDesignIcons/BusFrontIcon.d.ts | 6 - .../Icons/NewDesignIcons/BusIcon.d.ts | 4 - .../Icons/NewDesignIcons/CableCarIcon.d.ts | 6 - .../Icons/NewDesignIcons/CableIcon.d.ts | 4 - .../Icons/NewDesignIcons/CakeIcon.d.ts | 4 - .../Icons/NewDesignIcons/CakeSliceIcon.d.ts | 6 - .../Icons/NewDesignIcons/CalculatorIcon.d.ts | 6 - .../NewDesignIcons/CalendarCheck2Icon.d.ts | 6 - .../NewDesignIcons/CalendarCheckIcon.d.ts | 6 - .../NewDesignIcons/CalendarClockIcon.d.ts | 6 - .../NewDesignIcons/CalendarDaysIcon.d.ts | 6 - .../NewDesignIcons/CalendarFoldIcon.d.ts | 6 - .../NewDesignIcons/CalendarHeartIcon.d.ts | 6 - .../Icons/NewDesignIcons/CalendarIcon.d.ts | 6 - .../NewDesignIcons/CalendarMinus2Icon.d.ts | 6 - .../NewDesignIcons/CalendarMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/CalendarOffIcon.d.ts | 6 - .../NewDesignIcons/CalendarPlus2Icon.d.ts | 6 - .../NewDesignIcons/CalendarPlusIcon.d.ts | 6 - .../NewDesignIcons/CalendarRangeIcon.d.ts | 6 - .../NewDesignIcons/CalendarSearchIcon.d.ts | 6 - .../Icons/NewDesignIcons/CalendarX2Icon.d.ts | 6 - .../Icons/NewDesignIcons/CalendarXIcon.d.ts | 6 - .../Icons/NewDesignIcons/CameraIcon.d.ts | 4 - .../Icons/NewDesignIcons/CameraOffIcon.d.ts | 6 - .../NewDesignIcons/CandlestickChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/CandyCaneIcon.d.ts | 6 - .../Icons/NewDesignIcons/CandyIcon.d.ts | 4 - .../Icons/NewDesignIcons/CandyOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/CannabisIcon.d.ts | 6 - .../Icons/NewDesignIcons/CaptionsIcon.d.ts | 6 - .../Icons/NewDesignIcons/CaptionsOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/CarFrontIcon.d.ts | 6 - .../Icons/NewDesignIcons/CarIcon.d.ts | 4 - .../NewDesignIcons/CarTaxiFrontIcon.d.ts | 6 - .../Icons/NewDesignIcons/CaravanIcon.d.ts | 6 - .../Icons/NewDesignIcons/CaretFilledIcon.d.ts | 6 - .../Icons/NewDesignIcons/CaretIcon.d.ts | 4 - .../Icons/NewDesignIcons/CaseLowerIcon.d.ts | 6 - .../NewDesignIcons/CaseSensitiveIcon.d.ts | 6 - .../Icons/NewDesignIcons/CaseUpperIcon.d.ts | 6 - .../NewDesignIcons/CassetteTapeIcon.d.ts | 6 - .../Icons/NewDesignIcons/CastIcon.d.ts | 4 - .../Icons/NewDesignIcons/CastleIcon.d.ts | 4 - .../Icons/NewDesignIcons/CatIcon.d.ts | 4 - .../Icons/NewDesignIcons/CctvIcon.d.ts | 4 - .../Icons/NewDesignIcons/CheckCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/CheckIcon.d.ts | 4 - .../Icons/NewDesignIcons/ChefHatIcon.d.ts | 6 - .../Icons/NewDesignIcons/CherryIcon.d.ts | 4 - .../Icons/NewDesignIcons/ChevronDownIcon.d.ts | 6 - .../NewDesignIcons/ChevronFirstIcon.d.ts | 6 - .../Icons/NewDesignIcons/ChevronLastIcon.d.ts | 6 - .../Icons/NewDesignIcons/ChevronLeftIcon.d.ts | 6 - .../NewDesignIcons/ChevronRightIcon.d.ts | 6 - .../Icons/NewDesignIcons/ChevronUpIcon.d.ts | 6 - .../NewDesignIcons/ChevronsDownIcon.d.ts | 6 - .../NewDesignIcons/ChevronsDownUpIcon.d.ts | 6 - .../NewDesignIcons/ChevronsLeftIcon.d.ts | 6 - .../NewDesignIcons/ChevronsLeftRightIcon.d.ts | 6 - .../NewDesignIcons/ChevronsRightIcon.d.ts | 6 - .../NewDesignIcons/ChevronsRightLeftIcon.d.ts | 6 - .../NewDesignIcons/ChevronsUpDownIcon.d.ts | 6 - .../Icons/NewDesignIcons/ChevronsUpIcon.d.ts | 6 - .../Icons/NewDesignIcons/ChromeIcon.d.ts | 4 - .../Icons/NewDesignIcons/ChurchIcon.d.ts | 4 - .../Icons/NewDesignIcons/CigaretteIcon.d.ts | 6 - .../NewDesignIcons/CigaretteOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleAlertIcon.d.ts | 6 - .../NewDesignIcons/CircleArrowDownIcon.d.ts | 6 - .../NewDesignIcons/CircleArrowLeftIcon.d.ts | 6 - .../CircleArrowOutDownLeftIcon.d.ts | 6 - .../CircleArrowOutDownRightIcon.d.ts | 6 - .../CircleArrowOutUpLeftIcon.d.ts | 6 - .../CircleArrowOutUpRightIcon.d.ts | 6 - .../NewDesignIcons/CircleArrowRightIcon.d.ts | 6 - .../NewDesignIcons/CircleArrowUpIcon.d.ts | 6 - .../NewDesignIcons/CircleCheckBigIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleCheckIcon.d.ts | 6 - .../NewDesignIcons/CircleChevronDownIcon.d.ts | 6 - .../NewDesignIcons/CircleChevronLeftIcon.d.ts | 6 - .../CircleChevronRightIcon.d.ts | 6 - .../NewDesignIcons/CircleChevronUpIcon.d.ts | 6 - .../NewDesignIcons/CircleDashedIcon.d.ts | 6 - .../NewDesignIcons/CircleDivideIcon.d.ts | 6 - .../NewDesignIcons/CircleDollarSignIcon.d.ts | 6 - .../NewDesignIcons/CircleDotDashedIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleDotIcon.d.ts | 6 - .../NewDesignIcons/CircleEllipsisIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleEqualIcon.d.ts | 6 - .../NewDesignIcons/CircleFadingPlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleFillIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleGaugeIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleHelpIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleIcon.d.ts | 4 - .../Icons/NewDesignIcons/CircleMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleOffIcon.d.ts | 6 - .../NewDesignIcons/CircleParkingIcon.d.ts | 6 - .../NewDesignIcons/CircleParkingOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/CirclePauseIcon.d.ts | 6 - .../NewDesignIcons/CirclePercentIcon.d.ts | 6 - .../Icons/NewDesignIcons/CirclePlayIcon.d.ts | 6 - .../Icons/NewDesignIcons/CirclePlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/CirclePowerIcon.d.ts | 6 - .../NewDesignIcons/CircleSlash2Icon.d.ts | 6 - .../Icons/NewDesignIcons/CircleSlashIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleStopIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleUserIcon.d.ts | 6 - .../NewDesignIcons/CircleUserRoundIcon.d.ts | 6 - .../Icons/NewDesignIcons/CircleXIcon.d.ts | 6 - .../NewDesignIcons/CircuitBoardIcon.d.ts | 6 - .../Icons/NewDesignIcons/CitrusIcon.d.ts | 4 - .../NewDesignIcons/ClapperboardIcon.d.ts | 6 - .../NewDesignIcons/ClipboardCheckIcon.d.ts | 6 - .../NewDesignIcons/ClipboardCopyIcon.d.ts | 6 - .../Icons/NewDesignIcons/ClipboardIcon.d.ts | 6 - .../NewDesignIcons/ClipboardListIcon.d.ts | 6 - .../NewDesignIcons/ClipboardMinusIcon.d.ts | 6 - .../NewDesignIcons/ClipboardPasteIcon.d.ts | 6 - .../NewDesignIcons/ClipboardPenIcon.d.ts | 6 - .../NewDesignIcons/ClipboardPenLineIcon.d.ts | 6 - .../NewDesignIcons/ClipboardPlusIcon.d.ts | 6 - .../NewDesignIcons/ClipboardTypeIcon.d.ts | 6 - .../Icons/NewDesignIcons/ClipboardXIcon.d.ts | 6 - .../Icons/NewDesignIcons/Clock10Icon.d.ts | 6 - .../Icons/NewDesignIcons/Clock11Icon.d.ts | 6 - .../Icons/NewDesignIcons/Clock12Icon.d.ts | 6 - .../Icons/NewDesignIcons/Clock1Icon.d.ts | 4 - .../Icons/NewDesignIcons/Clock2Icon.d.ts | 4 - .../Icons/NewDesignIcons/Clock3Icon.d.ts | 4 - .../Icons/NewDesignIcons/Clock4Icon.d.ts | 4 - .../Icons/NewDesignIcons/Clock5Icon.d.ts | 4 - .../Icons/NewDesignIcons/Clock6Icon.d.ts | 4 - .../Icons/NewDesignIcons/Clock7Icon.d.ts | 4 - .../Icons/NewDesignIcons/Clock8Icon.d.ts | 4 - .../Icons/NewDesignIcons/Clock9Icon.d.ts | 4 - .../Icons/NewDesignIcons/ClockIcon.d.ts | 4 - .../Icons/NewDesignIcons/CloudCogIcon.d.ts | 6 - .../NewDesignIcons/CloudDownloadIcon.d.ts | 6 - .../NewDesignIcons/CloudDrizzleIcon.d.ts | 6 - .../Icons/NewDesignIcons/CloudFogIcon.d.ts | 6 - .../Icons/NewDesignIcons/CloudHailIcon.d.ts | 6 - .../Icons/NewDesignIcons/CloudIcon.d.ts | 4 - .../NewDesignIcons/CloudLightningIcon.d.ts | 6 - .../Icons/NewDesignIcons/CloudMoonIcon.d.ts | 6 - .../NewDesignIcons/CloudMoonRainIcon.d.ts | 6 - .../Icons/NewDesignIcons/CloudOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/CloudRainIcon.d.ts | 6 - .../NewDesignIcons/CloudRainWindIcon.d.ts | 6 - .../Icons/NewDesignIcons/CloudSnowIcon.d.ts | 6 - .../Icons/NewDesignIcons/CloudSunIcon.d.ts | 6 - .../NewDesignIcons/CloudSunRainIcon.d.ts | 6 - .../Icons/NewDesignIcons/CloudUploadIcon.d.ts | 6 - .../Icons/NewDesignIcons/CloudyIcon.d.ts | 4 - .../Icons/NewDesignIcons/CloverIcon.d.ts | 4 - .../Icons/NewDesignIcons/ClubIcon.d.ts | 4 - .../NewDesignIcons/ClusterHealthIcon.d.ts | 6 - .../Icons/NewDesignIcons/ClusterIcon.d.ts | 6 - .../NewDesignIcons/ClusterIngressIcon.d.ts | 6 - .../Icons/NewDesignIcons/ClusterNodeIcon.d.ts | 6 - .../ClusterReplicationIcon.d.ts | 6 - .../Icons/NewDesignIcons/ClustersIcon.d.ts | 6 - .../Icons/NewDesignIcons/CodeIcon.d.ts | 4 - .../Icons/NewDesignIcons/CodeXmlIcon.d.ts | 6 - .../Icons/NewDesignIcons/CodepenIcon.d.ts | 6 - .../Icons/NewDesignIcons/CodesandboxIcon.d.ts | 6 - .../Icons/NewDesignIcons/CoffeeIcon.d.ts | 4 - .../Icons/NewDesignIcons/CogIcon.d.ts | 4 - .../Icons/NewDesignIcons/CoinsIcon.d.ts | 4 - .../Icons/NewDesignIcons/CollapseIcon.d.ts | 6 - .../Icons/NewDesignIcons/Columns2Icon.d.ts | 6 - .../Icons/NewDesignIcons/Columns3Icon.d.ts | 6 - .../Icons/NewDesignIcons/Columns4Icon.d.ts | 6 - .../Icons/NewDesignIcons/CombineIcon.d.ts | 6 - .../Icons/NewDesignIcons/CommandIcon.d.ts | 6 - .../Icons/NewDesignIcons/CompassIcon.d.ts | 6 - .../Icons/NewDesignIcons/ComponentIcon.d.ts | 6 - .../Icons/NewDesignIcons/ComputerIcon.d.ts | 6 - .../NewDesignIcons/ConciergeBellIcon.d.ts | 6 - .../Icons/NewDesignIcons/ConeIcon.d.ts | 4 - .../NewDesignIcons/ConstructionIcon.d.ts | 6 - .../Icons/NewDesignIcons/ContactIcon.d.ts | 6 - .../NewDesignIcons/ContactRoundIcon.d.ts | 6 - .../Icons/NewDesignIcons/ContainerIcon.d.ts | 6 - .../NewDesignIcons/ContainerImagesIcon.d.ts | 6 - .../Icons/NewDesignIcons/ContrastIcon.d.ts | 6 - .../Icons/NewDesignIcons/CookieIcon.d.ts | 4 - .../Icons/NewDesignIcons/CookingPotIcon.d.ts | 6 - .../Icons/NewDesignIcons/CopyCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/CopyIcon.d.ts | 4 - .../Icons/NewDesignIcons/CopyMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/CopyPlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/CopySlashIcon.d.ts | 6 - .../Icons/NewDesignIcons/CopyXIcon.d.ts | 4 - .../Icons/NewDesignIcons/CopyleftIcon.d.ts | 6 - .../Icons/NewDesignIcons/CopyrightIcon.d.ts | 6 - .../NewDesignIcons/CornerDownLeftIcon.d.ts | 6 - .../NewDesignIcons/CornerDownRightIcon.d.ts | 6 - .../NewDesignIcons/CornerLeftDownIcon.d.ts | 6 - .../NewDesignIcons/CornerLeftUpIcon.d.ts | 6 - .../NewDesignIcons/CornerRightDownIcon.d.ts | 6 - .../NewDesignIcons/CornerRightUpIcon.d.ts | 6 - .../NewDesignIcons/CornerUpLeftIcon.d.ts | 6 - .../NewDesignIcons/CornerUpRightIcon.d.ts | 6 - .../Icons/NewDesignIcons/CpuIcon.d.ts | 4 - .../NewDesignIcons/CreativeCommonsIcon.d.ts | 6 - .../Icons/NewDesignIcons/CreditCardIcon.d.ts | 6 - .../Icons/NewDesignIcons/CroissantIcon.d.ts | 6 - .../Icons/NewDesignIcons/CropIcon.d.ts | 4 - .../Icons/NewDesignIcons/CrossIcon.d.ts | 4 - .../Icons/NewDesignIcons/CrosshairIcon.d.ts | 6 - .../Icons/NewDesignIcons/CrownIcon.d.ts | 4 - .../Icons/NewDesignIcons/CuboidIcon.d.ts | 4 - .../Icons/NewDesignIcons/CupSodaIcon.d.ts | 6 - .../Icons/NewDesignIcons/CurrencyIcon.d.ts | 6 - .../Icons/NewDesignIcons/CylinderIcon.d.ts | 6 - .../Icons/NewDesignIcons/DataIcon.d.ts | 4 - .../Icons/NewDesignIcons/DatabaseApiIcon.d.ts | 6 - .../NewDesignIcons/DatabaseBackupIcon.d.ts | 6 - .../Icons/NewDesignIcons/DatabaseIcon.d.ts | 6 - .../Icons/NewDesignIcons/DatabaseZapIcon.d.ts | 6 - .../Icons/NewDesignIcons/DeleteIcon.d.ts | 4 - .../Icons/NewDesignIcons/DessertIcon.d.ts | 6 - .../Icons/NewDesignIcons/DiameterIcon.d.ts | 6 - .../Icons/NewDesignIcons/DiamondIcon.d.ts | 6 - .../NewDesignIcons/DiamondPercentIcon.d.ts | 6 - .../Icons/NewDesignIcons/Dice1Icon.d.ts | 4 - .../Icons/NewDesignIcons/Dice2Icon.d.ts | 4 - .../Icons/NewDesignIcons/Dice3Icon.d.ts | 4 - .../Icons/NewDesignIcons/Dice4Icon.d.ts | 4 - .../Icons/NewDesignIcons/Dice5Icon.d.ts | 4 - .../Icons/NewDesignIcons/Dice6Icon.d.ts | 4 - .../Icons/NewDesignIcons/DicesIcon.d.ts | 4 - .../Icons/NewDesignIcons/DiffIcon.d.ts | 4 - .../Icons/NewDesignIcons/Disc2Icon.d.ts | 4 - .../Icons/NewDesignIcons/Disc3Icon.d.ts | 4 - .../Icons/NewDesignIcons/DiscAlbumIcon.d.ts | 6 - .../Icons/NewDesignIcons/DiscIcon.d.ts | 4 - .../Icons/NewDesignIcons/DivideIcon.d.ts | 4 - .../Icons/NewDesignIcons/DnaIcon.d.ts | 4 - .../Icons/NewDesignIcons/DnaOffIcon.d.ts | 4 - .../Icons/NewDesignIcons/DockIcon.d.ts | 4 - .../Icons/NewDesignIcons/DogIcon.d.ts | 4 - .../Icons/NewDesignIcons/DollarSignIcon.d.ts | 6 - .../Icons/NewDesignIcons/DonutIcon.d.ts | 4 - .../Icons/NewDesignIcons/DoorClosedIcon.d.ts | 6 - .../Icons/NewDesignIcons/DoorOpenIcon.d.ts | 6 - .../Icons/NewDesignIcons/DotIcon.d.ts | 4 - .../Icons/NewDesignIcons/DownloadIcon.d.ts | 6 - .../NewDesignIcons/DraftingCompassIcon.d.ts | 6 - .../Icons/NewDesignIcons/DramaIcon.d.ts | 4 - .../Icons/NewDesignIcons/DribbbleIcon.d.ts | 6 - .../Icons/NewDesignIcons/DrillIcon.d.ts | 4 - .../Icons/NewDesignIcons/DropletIcon.d.ts | 6 - .../Icons/NewDesignIcons/DropletsIcon.d.ts | 6 - .../Icons/NewDesignIcons/DrumIcon.d.ts | 4 - .../Icons/NewDesignIcons/DrumstickIcon.d.ts | 6 - .../Icons/NewDesignIcons/DumbbellIcon.d.ts | 6 - .../Icons/NewDesignIcons/EarIcon.d.ts | 4 - .../Icons/NewDesignIcons/EarOffIcon.d.ts | 4 - .../Icons/NewDesignIcons/EarthIcon.d.ts | 4 - .../Icons/NewDesignIcons/EarthLockIcon.d.ts | 6 - .../Icons/NewDesignIcons/EclipseIcon.d.ts | 6 - .../Icons/NewDesignIcons/EggFriedIcon.d.ts | 6 - .../Icons/NewDesignIcons/EggIcon.d.ts | 4 - .../Icons/NewDesignIcons/EggOffIcon.d.ts | 4 - .../Icons/NewDesignIcons/EllipsisIcon.d.ts | 6 - .../NewDesignIcons/EllipsisVerticalIcon.d.ts | 6 - .../Icons/NewDesignIcons/EqualIcon.d.ts | 4 - .../Icons/NewDesignIcons/EqualNotIcon.d.ts | 6 - .../Icons/NewDesignIcons/EraserIcon.d.ts | 4 - .../Icons/NewDesignIcons/EuroIcon.d.ts | 4 - .../Icons/NewDesignIcons/ExpandIcon.d.ts | 4 - .../NewDesignIcons/ExternalLinkIcon.d.ts | 6 - .../Icons/NewDesignIcons/EyeIcon.d.ts | 4 - .../Icons/NewDesignIcons/EyeOffIcon.d.ts | 4 - .../Icons/NewDesignIcons/FacebookIcon.d.ts | 6 - .../Icons/NewDesignIcons/FactoryIcon.d.ts | 6 - .../Icons/NewDesignIcons/FanIcon.d.ts | 4 - .../Icons/NewDesignIcons/FastForwardIcon.d.ts | 6 - .../Icons/NewDesignIcons/FeatherIcon.d.ts | 6 - .../Icons/NewDesignIcons/FenceIcon.d.ts | 4 - .../Icons/NewDesignIcons/FerrisWheelIcon.d.ts | 6 - .../Icons/NewDesignIcons/FigmaIcon.d.ts | 4 - .../Icons/NewDesignIcons/FileArchiveIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileAudio2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileAudioIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileAxis3dIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileBadge2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileBadgeIcon.d.ts | 6 - .../NewDesignIcons/FileBarChart2Icon.d.ts | 6 - .../NewDesignIcons/FileBarChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileBoxIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileCheck2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileClockIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileCode2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileCodeIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileCogIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileDiffIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileDigitIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileDownIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileHeartIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileIcon.d.ts | 4 - .../Icons/NewDesignIcons/FileImageIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileInputIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileJson2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileJsonIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileKey2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileKeyIcon.d.ts | 6 - .../NewDesignIcons/FileLineChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileLock2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileLockIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileMinus2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileMusicIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileOutputIcon.d.ts | 6 - .../Icons/NewDesignIcons/FilePenIcon.d.ts | 6 - .../Icons/NewDesignIcons/FilePenLineIcon.d.ts | 6 - .../NewDesignIcons/FilePieChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/FilePlus2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FilePlusIcon.d.ts | 6 - .../NewDesignIcons/FileQuestionIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileScanIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileSearch2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileSearchIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileSlidersIcon.d.ts | 6 - .../NewDesignIcons/FileSpreadsheetIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileStackIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileSymlinkIcon.d.ts | 6 - .../NewDesignIcons/FileTerminalIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileTextIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileType2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileTypeIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileUpIcon.d.ts | 4 - .../Icons/NewDesignIcons/FileVideo2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileVideoIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileVolume2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FileVolumeIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileWarningIcon.d.ts | 6 - .../Icons/NewDesignIcons/FileX2Icon.d.ts | 4 - .../Icons/NewDesignIcons/FileXIcon.d.ts | 4 - .../Icons/NewDesignIcons/FilesIcon.d.ts | 4 - .../Icons/NewDesignIcons/FilmIcon.d.ts | 4 - .../Icons/NewDesignIcons/FilterIcon.d.ts | 4 - .../Icons/NewDesignIcons/FilterXIcon.d.ts | 6 - .../Icons/NewDesignIcons/FingerprintIcon.d.ts | 6 - .../NewDesignIcons/FireExtinguisherIcon.d.ts | 6 - .../Icons/NewDesignIcons/FishIcon.d.ts | 4 - .../Icons/NewDesignIcons/FishSymbolIcon.d.ts | 6 - .../Icons/NewDesignIcons/FlagIcon.d.ts | 4 - .../Icons/NewDesignIcons/FlagOffIcon.d.ts | 6 - .../NewDesignIcons/FlagTriangleLeftIcon.d.ts | 6 - .../NewDesignIcons/FlagTriangleRightIcon.d.ts | 6 - .../Icons/NewDesignIcons/FlameIcon.d.ts | 4 - .../NewDesignIcons/FlameKindlingIcon.d.ts | 6 - .../Icons/NewDesignIcons/FlashlightIcon.d.ts | 6 - .../NewDesignIcons/FlashlightOffIcon.d.ts | 6 - .../NewDesignIcons/FlaskConicalIcon.d.ts | 6 - .../NewDesignIcons/FlaskConicalOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/FlaskRoundIcon.d.ts | 6 - .../NewDesignIcons/FlipHorizontal2Icon.d.ts | 6 - .../NewDesignIcons/FlipHorizontalIcon.d.ts | 6 - .../NewDesignIcons/FlipVertical2Icon.d.ts | 6 - .../NewDesignIcons/FlipVerticalIcon.d.ts | 6 - .../Icons/NewDesignIcons/Flower2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FlowerIcon.d.ts | 4 - .../Icons/NewDesignIcons/FocusIcon.d.ts | 4 - .../NewDesignIcons/FoldHorizontalIcon.d.ts | 6 - .../NewDesignIcons/FoldVerticalIcon.d.ts | 6 - .../NewDesignIcons/FolderArchiveIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderClockIcon.d.ts | 6 - .../NewDesignIcons/FolderClosedIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderCogIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderDotIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderDownIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderGit2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FolderGitIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderHeartIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderIcon.d.ts | 4 - .../Icons/NewDesignIcons/FolderInputIcon.d.ts | 6 - .../NewDesignIcons/FolderKanbanIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderKey2Icon.d.ts | 6 - .../Icons/NewDesignIcons/FolderKeyIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderLockIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderMinusIcon.d.ts | 6 - .../NewDesignIcons/FolderOpenDotIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderOpenIcon.d.ts | 6 - .../NewDesignIcons/FolderOutputIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderPenIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderPlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderRootIcon.d.ts | 6 - .../NewDesignIcons/FolderSearch2Icon.d.ts | 6 - .../NewDesignIcons/FolderSearchIcon.d.ts | 6 - .../NewDesignIcons/FolderSymlinkIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderSyncIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderTreeIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderUpIcon.d.ts | 6 - .../Icons/NewDesignIcons/FolderXIcon.d.ts | 6 - .../Icons/NewDesignIcons/FoldersIcon.d.ts | 6 - .../Icons/NewDesignIcons/FootprintsIcon.d.ts | 6 - .../Icons/NewDesignIcons/ForkliftIcon.d.ts | 6 - .../Icons/NewDesignIcons/ForwardIcon.d.ts | 6 - .../Icons/NewDesignIcons/FrameIcon.d.ts | 4 - .../Icons/NewDesignIcons/FramerIcon.d.ts | 4 - .../Icons/NewDesignIcons/FrownIcon.d.ts | 4 - .../Icons/NewDesignIcons/FuelIcon.d.ts | 4 - .../Icons/NewDesignIcons/FullscreenIcon.d.ts | 6 - .../GalleryHorizontalEndIcon.d.ts | 6 - .../NewDesignIcons/GalleryHorizontalIcon.d.ts | 6 - .../NewDesignIcons/GalleryThumbnailsIcon.d.ts | 6 - .../GalleryVerticalEndIcon.d.ts | 6 - .../NewDesignIcons/GalleryVerticalIcon.d.ts | 6 - .../Icons/NewDesignIcons/Gamepad2Icon.d.ts | 6 - .../Icons/NewDesignIcons/GamepadIcon.d.ts | 6 - .../Icons/NewDesignIcons/GanttChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/GaugeIcon.d.ts | 4 - .../Icons/NewDesignIcons/GavelIcon.d.ts | 4 - .../Icons/NewDesignIcons/GemIcon.d.ts | 4 - .../Icons/NewDesignIcons/GhostIcon.d.ts | 4 - .../Icons/NewDesignIcons/GiftIcon.d.ts | 4 - .../Icons/NewDesignIcons/GitBranchIcon.d.ts | 6 - .../NewDesignIcons/GitBranchPlusIcon.d.ts | 6 - .../GitCommitHorizontalIcon.d.ts | 6 - .../NewDesignIcons/GitCommitVerticalIcon.d.ts | 6 - .../NewDesignIcons/GitCompareArrowsIcon.d.ts | 6 - .../Icons/NewDesignIcons/GitCompareIcon.d.ts | 6 - .../Icons/NewDesignIcons/GitForkIcon.d.ts | 6 - .../Icons/NewDesignIcons/GitGraphIcon.d.ts | 6 - .../Icons/NewDesignIcons/GitMergeIcon.d.ts | 6 - .../GitPullRequestArrowIcon.d.ts | 6 - .../GitPullRequestClosedIcon.d.ts | 6 - .../GitPullRequestCreateArrowIcon.d.ts | 6 - .../GitPullRequestCreateIcon.d.ts | 6 - .../GitPullRequestDraftIcon.d.ts | 6 - .../NewDesignIcons/GitPullRequestIcon.d.ts | 6 - .../Icons/NewDesignIcons/GithubIcon.d.ts | 4 - .../Icons/NewDesignIcons/GitlabIcon.d.ts | 4 - .../Icons/NewDesignIcons/GlassWaterIcon.d.ts | 6 - .../Icons/NewDesignIcons/GlassesIcon.d.ts | 6 - .../Icons/NewDesignIcons/GlobeIcon.d.ts | 4 - .../Icons/NewDesignIcons/GlobeLockIcon.d.ts | 6 - .../Icons/NewDesignIcons/GoalIcon.d.ts | 4 - .../NewDesignIcons/GoogleGkeSiteIcon.d.ts | 6 - .../Icons/NewDesignIcons/GrabIcon.d.ts | 4 - .../NewDesignIcons/GraduationCapIcon.d.ts | 6 - .../Icons/NewDesignIcons/GrapeIcon.d.ts | 4 - .../Icons/NewDesignIcons/Grid2x2Icon.d.ts | 6 - .../Icons/NewDesignIcons/Grid3x3Icon.d.ts | 6 - .../NewDesignIcons/GripHorizontalIcon.d.ts | 6 - .../Icons/NewDesignIcons/GripIcon.d.ts | 4 - .../NewDesignIcons/GripVerticalIcon.d.ts | 6 - .../Icons/NewDesignIcons/GroupIcon.d.ts | 4 - .../Icons/NewDesignIcons/GuitarIcon.d.ts | 4 - .../Icons/NewDesignIcons/HamIcon.d.ts | 4 - .../Icons/NewDesignIcons/HammerIcon.d.ts | 4 - .../Icons/NewDesignIcons/HandCoinsIcon.d.ts | 6 - .../Icons/NewDesignIcons/HandHeartIcon.d.ts | 6 - .../Icons/NewDesignIcons/HandHelpingIcon.d.ts | 6 - .../Icons/NewDesignIcons/HandIcon.d.ts | 4 - .../Icons/NewDesignIcons/HandMetalIcon.d.ts | 6 - .../Icons/NewDesignIcons/HandPlatterIcon.d.ts | 6 - .../Icons/NewDesignIcons/HandshakeIcon.d.ts | 6 - .../NewDesignIcons/HardDriveDownloadIcon.d.ts | 6 - .../Icons/NewDesignIcons/HardDriveIcon.d.ts | 6 - .../NewDesignIcons/HardDriveSearchIcon.d.ts | 6 - .../NewDesignIcons/HardDriveUploadIcon.d.ts | 6 - .../Icons/NewDesignIcons/HardHatIcon.d.ts | 6 - .../Icons/NewDesignIcons/HashIcon.d.ts | 4 - .../Icons/NewDesignIcons/HazeIcon.d.ts | 4 - .../Icons/NewDesignIcons/HdmiPortIcon.d.ts | 6 - .../Icons/NewDesignIcons/Heading1Icon.d.ts | 6 - .../Icons/NewDesignIcons/Heading2Icon.d.ts | 6 - .../Icons/NewDesignIcons/Heading3Icon.d.ts | 6 - .../Icons/NewDesignIcons/Heading4Icon.d.ts | 6 - .../Icons/NewDesignIcons/Heading5Icon.d.ts | 6 - .../Icons/NewDesignIcons/Heading6Icon.d.ts | 6 - .../Icons/NewDesignIcons/HeadingIcon.d.ts | 6 - .../Icons/NewDesignIcons/HeadphonesIcon.d.ts | 6 - .../Icons/NewDesignIcons/HeadsetIcon.d.ts | 6 - .../Icons/NewDesignIcons/HeartCrackIcon.d.ts | 6 - .../NewDesignIcons/HeartHandshakeIcon.d.ts | 6 - .../Icons/NewDesignIcons/HeartIcon.d.ts | 4 - .../Icons/NewDesignIcons/HeartOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/HeartPulseIcon.d.ts | 6 - .../Icons/NewDesignIcons/HeaterIcon.d.ts | 4 - .../Icons/NewDesignIcons/HexagonIcon.d.ts | 6 - .../Icons/NewDesignIcons/HighlighterIcon.d.ts | 6 - .../Icons/NewDesignIcons/HistoryIcon.d.ts | 6 - .../Icons/NewDesignIcons/HomeIcon.d.ts | 4 - .../Icons/NewDesignIcons/HopIcon.d.ts | 4 - .../Icons/NewDesignIcons/HopOffIcon.d.ts | 4 - .../Icons/NewDesignIcons/HospitalIcon.d.ts | 6 - .../Icons/NewDesignIcons/HotelIcon.d.ts | 4 - .../Icons/NewDesignIcons/HourglassIcon.d.ts | 6 - .../NewDesignIcons/IceCreamBowlIcon.d.ts | 6 - .../NewDesignIcons/IceCreamConeIcon.d.ts | 6 - .../Icons/NewDesignIcons/ImageDownIcon.d.ts | 6 - .../Icons/NewDesignIcons/ImageIcon.d.ts | 4 - .../Icons/NewDesignIcons/ImageMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/ImageOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/ImagePlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/ImageUpIcon.d.ts | 6 - .../Icons/NewDesignIcons/ImagesIcon.d.ts | 4 - .../Icons/NewDesignIcons/ImportIcon.d.ts | 4 - .../Icons/NewDesignIcons/InboxIcon.d.ts | 4 - .../NewDesignIcons/IndentDecreaseIcon.d.ts | 6 - .../NewDesignIcons/IndentIncreaseIcon.d.ts | 6 - .../Icons/NewDesignIcons/IndianRupeeIcon.d.ts | 6 - .../Icons/NewDesignIcons/InfinityIcon.d.ts | 6 - .../Icons/NewDesignIcons/InfoIcon.d.ts | 4 - .../NewDesignIcons/InspectionPanelIcon.d.ts | 6 - .../Icons/NewDesignIcons/InstagramIcon.d.ts | 6 - .../Icons/NewDesignIcons/ItalicIcon.d.ts | 4 - .../NewDesignIcons/IterationCCWIcon.d.ts | 6 - .../Icons/NewDesignIcons/IterationCWIcon.d.ts | 6 - .../Icons/NewDesignIcons/JapaneseYenIcon.d.ts | 6 - .../Icons/NewDesignIcons/JoystickIcon.d.ts | 6 - .../Icons/NewDesignIcons/KanbanIcon.d.ts | 4 - .../Icons/NewDesignIcons/KeyIcon.d.ts | 4 - .../Icons/NewDesignIcons/KeyRoundIcon.d.ts | 6 - .../Icons/NewDesignIcons/KeySquareIcon.d.ts | 6 - .../Icons/NewDesignIcons/KeyboardIcon.d.ts | 6 - .../NewDesignIcons/KeyboardMusicIcon.d.ts | 6 - .../NewDesignIcons/KubernetesSiteIcon.d.ts | 6 - .../Icons/NewDesignIcons/LDAPIcon.d.ts | 4 - .../Icons/NewDesignIcons/LambdaIcon.d.ts | 4 - .../Icons/NewDesignIcons/LampCeilingIcon.d.ts | 6 - .../Icons/NewDesignIcons/LampDeskIcon.d.ts | 6 - .../Icons/NewDesignIcons/LampFloorIcon.d.ts | 6 - .../Icons/NewDesignIcons/LampIcon.d.ts | 4 - .../NewDesignIcons/LampWallDownIcon.d.ts | 6 - .../Icons/NewDesignIcons/LampWallUpIcon.d.ts | 6 - .../Icons/NewDesignIcons/LandPlotIcon.d.ts | 6 - .../Icons/NewDesignIcons/LandmarkIcon.d.ts | 6 - .../Icons/NewDesignIcons/LanguagesIcon.d.ts | 6 - .../Icons/NewDesignIcons/LaptopIcon.d.ts | 4 - .../NewDesignIcons/LaptopMinimalIcon.d.ts | 6 - .../Icons/NewDesignIcons/LassoIcon.d.ts | 4 - .../Icons/NewDesignIcons/LassoSelectIcon.d.ts | 6 - .../Icons/NewDesignIcons/LaughIcon.d.ts | 4 - .../Icons/NewDesignIcons/Layers2Icon.d.ts | 6 - .../Icons/NewDesignIcons/Layers3Icon.d.ts | 6 - .../Icons/NewDesignIcons/LayersIcon.d.ts | 4 - .../NewDesignIcons/LayoutDashboardIcon.d.ts | 6 - .../Icons/NewDesignIcons/LayoutGridIcon.d.ts | 6 - .../Icons/NewDesignIcons/LayoutListIcon.d.ts | 6 - .../NewDesignIcons/LayoutPanelLeftIcon.d.ts | 6 - .../NewDesignIcons/LayoutPanelTopIcon.d.ts | 6 - .../NewDesignIcons/LayoutTemplateIcon.d.ts | 6 - .../Icons/NewDesignIcons/LeafIcon.d.ts | 4 - .../Icons/NewDesignIcons/LeafyGreenIcon.d.ts | 6 - .../Icons/NewDesignIcons/LibraryBigIcon.d.ts | 6 - .../Icons/NewDesignIcons/LibraryIcon.d.ts | 6 - .../Icons/NewDesignIcons/LifeBuoyIcon.d.ts | 6 - .../Icons/NewDesignIcons/LigatureIcon.d.ts | 6 - .../Icons/NewDesignIcons/LightbulbIcon.d.ts | 6 - .../NewDesignIcons/LightbulbOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/LineChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/Link2Icon.d.ts | 4 - .../Icons/NewDesignIcons/Link2OffIcon.d.ts | 6 - .../Icons/NewDesignIcons/LinkIcon.d.ts | 4 - .../Icons/NewDesignIcons/LinkedinIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListChecksIcon.d.ts | 6 - .../NewDesignIcons/ListCollapseIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListEndIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListFilterIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListIcon.d.ts | 4 - .../Icons/NewDesignIcons/ListMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListMusicIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListOrderedIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListPlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListRestartIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListStartIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListTodoIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListTreeIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListVideoIcon.d.ts | 6 - .../Icons/NewDesignIcons/ListXIcon.d.ts | 4 - .../NewDesignIcons/LoaderCircleIcon.d.ts | 6 - .../Icons/NewDesignIcons/LoaderIcon.d.ts | 4 - .../Icons/NewDesignIcons/LocateFixedIcon.d.ts | 6 - .../Icons/NewDesignIcons/LocateIcon.d.ts | 4 - .../Icons/NewDesignIcons/LocateOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/LockIcon.d.ts | 4 - .../Icons/NewDesignIcons/LockKeyholeIcon.d.ts | 6 - .../NewDesignIcons/LockKeyholeOpenIcon.d.ts | 6 - .../Icons/NewDesignIcons/LockOpenIcon.d.ts | 6 - .../Icons/NewDesignIcons/LogInIcon.d.ts | 4 - .../Icons/NewDesignIcons/LogOutIcon.d.ts | 4 - .../Icons/NewDesignIcons/LollipopIcon.d.ts | 6 - .../Icons/NewDesignIcons/LuggageIcon.d.ts | 6 - .../Icons/NewDesignIcons/MagnetIcon.d.ts | 4 - .../Icons/NewDesignIcons/MailCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/MailIcon.d.ts | 4 - .../Icons/NewDesignIcons/MailMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/MailOpenIcon.d.ts | 6 - .../Icons/NewDesignIcons/MailPlusIcon.d.ts | 6 - .../NewDesignIcons/MailQuestionIcon.d.ts | 6 - .../Icons/NewDesignIcons/MailSearchIcon.d.ts | 6 - .../Icons/NewDesignIcons/MailWarningIcon.d.ts | 6 - .../Icons/NewDesignIcons/MailXIcon.d.ts | 4 - .../Icons/NewDesignIcons/MailboxIcon.d.ts | 6 - .../Icons/NewDesignIcons/MailsIcon.d.ts | 4 - .../Icons/NewDesignIcons/MapIcon.d.ts | 4 - .../Icons/NewDesignIcons/MapPinIcon.d.ts | 4 - .../Icons/NewDesignIcons/MapPinOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/MapPinnedIcon.d.ts | 6 - .../Icons/NewDesignIcons/MartiniIcon.d.ts | 6 - .../Icons/NewDesignIcons/Maximize2Icon.d.ts | 6 - .../Icons/NewDesignIcons/MaximizeIcon.d.ts | 6 - .../Icons/NewDesignIcons/MedalIcon.d.ts | 4 - .../Icons/NewDesignIcons/MegaphoneIcon.d.ts | 6 - .../NewDesignIcons/MegaphoneOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/MehIcon.d.ts | 4 - .../Icons/NewDesignIcons/MemoryStickIcon.d.ts | 6 - .../Icons/NewDesignIcons/MenuIcon.d.ts | 4 - .../Icons/NewDesignIcons/MergeIcon.d.ts | 4 - .../NewDesignIcons/MessageCircleCodeIcon.d.ts | 6 - .../MessageCircleDashedIcon.d.ts | 6 - .../MessageCircleHeartIcon.d.ts | 6 - .../NewDesignIcons/MessageCircleIcon.d.ts | 6 - .../NewDesignIcons/MessageCircleMoreIcon.d.ts | 6 - .../NewDesignIcons/MessageCircleOffIcon.d.ts | 6 - .../NewDesignIcons/MessageCirclePlusIcon.d.ts | 6 - .../MessageCircleQuestionIcon.d.ts | 6 - .../MessageCircleReplyIcon.d.ts | 6 - .../MessageCircleWarningIcon.d.ts | 6 - .../NewDesignIcons/MessageCircleXIcon.d.ts | 6 - .../NewDesignIcons/MessageSquareCodeIcon.d.ts | 6 - .../MessageSquareDashedIcon.d.ts | 6 - .../NewDesignIcons/MessageSquareDiffIcon.d.ts | 6 - .../NewDesignIcons/MessageSquareDotIcon.d.ts | 6 - .../MessageSquareHeartIcon.d.ts | 6 - .../NewDesignIcons/MessageSquareIcon.d.ts | 6 - .../NewDesignIcons/MessageSquareMoreIcon.d.ts | 6 - .../NewDesignIcons/MessageSquareOffIcon.d.ts | 6 - .../NewDesignIcons/MessageSquarePlusIcon.d.ts | 6 - .../MessageSquareQuoteIcon.d.ts | 6 - .../MessageSquareReplyIcon.d.ts | 6 - .../MessageSquareShareIcon.d.ts | 6 - .../NewDesignIcons/MessageSquareTextIcon.d.ts | 6 - .../MessageSquareWarningIcon.d.ts | 6 - .../NewDesignIcons/MessageSquareXIcon.d.ts | 6 - .../NewDesignIcons/MessagesSquareIcon.d.ts | 6 - .../Icons/NewDesignIcons/MicIcon.d.ts | 4 - .../Icons/NewDesignIcons/MicOffIcon.d.ts | 4 - .../Icons/NewDesignIcons/MicVocalIcon.d.ts | 6 - .../Icons/NewDesignIcons/MicroscopeIcon.d.ts | 6 - .../Icons/NewDesignIcons/MicrowaveIcon.d.ts | 6 - .../Icons/NewDesignIcons/MilestoneIcon.d.ts | 6 - .../Icons/NewDesignIcons/MilkIcon.d.ts | 4 - .../Icons/NewDesignIcons/MilkOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/MinIOIcon.d.ts | 4 - .../Icons/NewDesignIcons/Minimize2Icon.d.ts | 6 - .../Icons/NewDesignIcons/MinimizeIcon.d.ts | 6 - .../Icons/NewDesignIcons/MinusIcon.d.ts | 4 - .../NewDesignIcons/MonitorCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/MonitorDotIcon.d.ts | 6 - .../Icons/NewDesignIcons/MonitorDownIcon.d.ts | 6 - .../Icons/NewDesignIcons/MonitorIcon.d.ts | 6 - .../Icons/NewDesignIcons/MonitorOffIcon.d.ts | 6 - .../NewDesignIcons/MonitorPauseIcon.d.ts | 6 - .../Icons/NewDesignIcons/MonitorPlayIcon.d.ts | 6 - .../NewDesignIcons/MonitorSmartphoneIcon.d.ts | 6 - .../NewDesignIcons/MonitorSpeakerIcon.d.ts | 6 - .../Icons/NewDesignIcons/MonitorStopIcon.d.ts | 6 - .../Icons/NewDesignIcons/MonitorUpIcon.d.ts | 6 - .../Icons/NewDesignIcons/MonitorXIcon.d.ts | 6 - .../Icons/NewDesignIcons/MoonIcon.d.ts | 4 - .../Icons/NewDesignIcons/MoonStarIcon.d.ts | 6 - .../Icons/NewDesignIcons/MountainIcon.d.ts | 6 - .../NewDesignIcons/MountainSnowIcon.d.ts | 6 - .../Icons/NewDesignIcons/MouseIcon.d.ts | 4 - .../NewDesignIcons/MousePointer2Icon.d.ts | 6 - .../NewDesignIcons/MousePointerClickIcon.d.ts | 6 - .../NewDesignIcons/MousePointerIcon.d.ts | 6 - .../Icons/NewDesignIcons/Move3dIcon.d.ts | 4 - .../NewDesignIcons/MoveDiagonal2Icon.d.ts | 6 - .../NewDesignIcons/MoveDiagonalIcon.d.ts | 6 - .../Icons/NewDesignIcons/MoveDownIcon.d.ts | 6 - .../NewDesignIcons/MoveDownLeftIcon.d.ts | 6 - .../NewDesignIcons/MoveDownRightIcon.d.ts | 6 - .../NewDesignIcons/MoveHorizontalIcon.d.ts | 6 - .../Icons/NewDesignIcons/MoveIcon.d.ts | 4 - .../Icons/NewDesignIcons/MoveLeftIcon.d.ts | 6 - .../Icons/NewDesignIcons/MoveRightIcon.d.ts | 6 - .../Icons/NewDesignIcons/MoveUpIcon.d.ts | 4 - .../Icons/NewDesignIcons/MoveUpLeftIcon.d.ts | 6 - .../Icons/NewDesignIcons/MoveUpRightIcon.d.ts | 6 - .../NewDesignIcons/MoveVerticalIcon.d.ts | 6 - .../Icons/NewDesignIcons/Music2Icon.d.ts | 4 - .../Icons/NewDesignIcons/Music3Icon.d.ts | 4 - .../Icons/NewDesignIcons/Music4Icon.d.ts | 4 - .../Icons/NewDesignIcons/MusicIcon.d.ts | 4 - .../Icons/NewDesignIcons/Navigation2Icon.d.ts | 6 - .../NewDesignIcons/Navigation2OffIcon.d.ts | 6 - .../Icons/NewDesignIcons/NavigationIcon.d.ts | 6 - .../NewDesignIcons/NavigationOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/NetworkIcon.d.ts | 6 - .../Icons/NewDesignIcons/NewspaperIcon.d.ts | 6 - .../Icons/NewDesignIcons/NfcIcon.d.ts | 4 - .../Icons/NewDesignIcons/NotebookIcon.d.ts | 6 - .../Icons/NewDesignIcons/NotebookPenIcon.d.ts | 6 - .../NewDesignIcons/NotebookTabsIcon.d.ts | 6 - .../NewDesignIcons/NotebookTextIcon.d.ts | 6 - .../NewDesignIcons/NotepadTextDashedIcon.d.ts | 6 - .../Icons/NewDesignIcons/NotepadTextIcon.d.ts | 6 - .../Icons/NewDesignIcons/NutIcon.d.ts | 4 - .../Icons/NewDesignIcons/NutOffIcon.d.ts | 4 - .../NewDesignIcons/OctagonAlertIcon.d.ts | 6 - .../Icons/NewDesignIcons/OctagonIcon.d.ts | 6 - .../NewDesignIcons/OctagonPauseIcon.d.ts | 6 - .../Icons/NewDesignIcons/OctagonXIcon.d.ts | 6 - .../Icons/NewDesignIcons/OidcIcon.d.ts | 4 - .../Icons/NewDesignIcons/OptionIcon.d.ts | 4 - .../Icons/NewDesignIcons/OrbitIcon.d.ts | 4 - .../Icons/NewDesignIcons/Package2Icon.d.ts | 6 - .../NewDesignIcons/PackageCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/PackageIcon.d.ts | 6 - .../NewDesignIcons/PackageMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/PackageOpenIcon.d.ts | 6 - .../Icons/NewDesignIcons/PackagePlusIcon.d.ts | 6 - .../NewDesignIcons/PackageSearchIcon.d.ts | 6 - .../Icons/NewDesignIcons/PackageXIcon.d.ts | 6 - .../Icons/NewDesignIcons/PaintBucketIcon.d.ts | 6 - .../Icons/NewDesignIcons/PaintRollerIcon.d.ts | 6 - .../Icons/NewDesignIcons/Paintbrush2Icon.d.ts | 6 - .../Icons/NewDesignIcons/PaintbrushIcon.d.ts | 6 - .../Icons/NewDesignIcons/PaletteIcon.d.ts | 6 - .../NewDesignIcons/PanelBottomCloseIcon.d.ts | 6 - .../NewDesignIcons/PanelBottomDashedIcon.d.ts | 6 - .../Icons/NewDesignIcons/PanelBottomIcon.d.ts | 6 - .../NewDesignIcons/PanelBottomOpenIcon.d.ts | 6 - .../NewDesignIcons/PanelLeftCloseIcon.d.ts | 6 - .../NewDesignIcons/PanelLeftDashedIcon.d.ts | 6 - .../Icons/NewDesignIcons/PanelLeftIcon.d.ts | 6 - .../NewDesignIcons/PanelLeftOpenIcon.d.ts | 6 - .../NewDesignIcons/PanelRightCloseIcon.d.ts | 6 - .../NewDesignIcons/PanelRightDashedIcon.d.ts | 6 - .../Icons/NewDesignIcons/PanelRightIcon.d.ts | 6 - .../NewDesignIcons/PanelRightOpenIcon.d.ts | 6 - .../NewDesignIcons/PanelTopCloseIcon.d.ts | 6 - .../NewDesignIcons/PanelTopDashedIcon.d.ts | 6 - .../Icons/NewDesignIcons/PanelTopIcon.d.ts | 6 - .../NewDesignIcons/PanelTopOpenIcon.d.ts | 6 - .../NewDesignIcons/PanelsLeftBottomIcon.d.ts | 6 - .../NewDesignIcons/PanelsRightBottomIcon.d.ts | 6 - .../NewDesignIcons/PanelsTopLeftIcon.d.ts | 6 - .../Icons/NewDesignIcons/PaperclipIcon.d.ts | 6 - .../Icons/NewDesignIcons/ParenthesesIcon.d.ts | 6 - .../NewDesignIcons/ParkingMeterIcon.d.ts | 6 - .../Icons/NewDesignIcons/PartyPopperIcon.d.ts | 6 - .../NewDesignIcons/PasscodeLockIcon.d.ts | 6 - .../Icons/NewDesignIcons/PauseIcon.d.ts | 4 - .../Icons/NewDesignIcons/PawPrintIcon.d.ts | 6 - .../Icons/NewDesignIcons/PcCaseIcon.d.ts | 4 - .../Icons/NewDesignIcons/PenIcon.d.ts | 4 - .../Icons/NewDesignIcons/PenLineIcon.d.ts | 6 - .../Icons/NewDesignIcons/PenToolIcon.d.ts | 6 - .../Icons/NewDesignIcons/PencilIcon.d.ts | 4 - .../Icons/NewDesignIcons/PencilLineIcon.d.ts | 6 - .../Icons/NewDesignIcons/PencilRulerIcon.d.ts | 6 - .../Icons/NewDesignIcons/PentagonIcon.d.ts | 6 - .../Icons/NewDesignIcons/PercentIcon.d.ts | 6 - .../NewDesignIcons/PersonStandingIcon.d.ts | 6 - .../Icons/NewDesignIcons/PhoneCallIcon.d.ts | 6 - .../NewDesignIcons/PhoneForwardedIcon.d.ts | 6 - .../Icons/NewDesignIcons/PhoneIcon.d.ts | 4 - .../NewDesignIcons/PhoneIncomingIcon.d.ts | 6 - .../Icons/NewDesignIcons/PhoneMissedIcon.d.ts | 6 - .../Icons/NewDesignIcons/PhoneOffIcon.d.ts | 6 - .../NewDesignIcons/PhoneOutgoingIcon.d.ts | 6 - .../Icons/NewDesignIcons/PiIcon.d.ts | 4 - .../Icons/NewDesignIcons/PianoIcon.d.ts | 4 - .../Icons/NewDesignIcons/PickaxeIcon.d.ts | 6 - .../NewDesignIcons/PictureInPicture2Icon.d.ts | 6 - .../NewDesignIcons/PictureInPictureIcon.d.ts | 6 - .../Icons/NewDesignIcons/PieChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/PieUsageIcon.d.ts | 6 - .../Icons/NewDesignIcons/PiggyBankIcon.d.ts | 6 - .../Icons/NewDesignIcons/PilcrowIcon.d.ts | 6 - .../Icons/NewDesignIcons/PillIcon.d.ts | 4 - .../Icons/NewDesignIcons/PinIcon.d.ts | 4 - .../Icons/NewDesignIcons/PinOffIcon.d.ts | 4 - .../Icons/NewDesignIcons/PipetteIcon.d.ts | 6 - .../Icons/NewDesignIcons/PizzaIcon.d.ts | 4 - .../Icons/NewDesignIcons/PlaneIcon.d.ts | 4 - .../NewDesignIcons/PlaneLandingIcon.d.ts | 6 - .../NewDesignIcons/PlaneTakeoffIcon.d.ts | 6 - .../Icons/NewDesignIcons/PlayIcon.d.ts | 4 - .../Icons/NewDesignIcons/Plug2Icon.d.ts | 4 - .../Icons/NewDesignIcons/PlugIcon.d.ts | 4 - .../Icons/NewDesignIcons/PlugZap2Icon.d.ts | 6 - .../Icons/NewDesignIcons/PlugZapIcon.d.ts | 6 - .../Icons/NewDesignIcons/PlusIcon.d.ts | 4 - .../Icons/NewDesignIcons/PocketIcon.d.ts | 4 - .../Icons/NewDesignIcons/PocketKnifeIcon.d.ts | 6 - .../Icons/NewDesignIcons/PodcastIcon.d.ts | 6 - .../Icons/NewDesignIcons/PointerIcon.d.ts | 6 - .../Icons/NewDesignIcons/PointerOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/PopcornIcon.d.ts | 6 - .../Icons/NewDesignIcons/PopsicleIcon.d.ts | 6 - .../NewDesignIcons/PoundSterlingIcon.d.ts | 6 - .../Icons/NewDesignIcons/PowerIcon.d.ts | 4 - .../Icons/NewDesignIcons/PowerOffIcon.d.ts | 6 - .../NewDesignIcons/PresentationIcon.d.ts | 6 - .../Icons/NewDesignIcons/PrinterIcon.d.ts | 6 - .../Icons/NewDesignIcons/ProjectorIcon.d.ts | 6 - .../Icons/NewDesignIcons/ProportionsIcon.d.ts | 6 - .../Icons/NewDesignIcons/PuzzleIcon.d.ts | 4 - .../Icons/NewDesignIcons/PyramidIcon.d.ts | 6 - .../Icons/NewDesignIcons/QrCodeIcon.d.ts | 4 - .../Icons/NewDesignIcons/QuoteIcon.d.ts | 4 - .../Icons/NewDesignIcons/RabbitIcon.d.ts | 4 - .../Icons/NewDesignIcons/RadarIcon.d.ts | 4 - .../Icons/NewDesignIcons/RadiationIcon.d.ts | 6 - .../Icons/NewDesignIcons/RadicalIcon.d.ts | 6 - .../Icons/NewDesignIcons/RadioIcon.d.ts | 4 - .../NewDesignIcons/RadioReceiverIcon.d.ts | 6 - .../Icons/NewDesignIcons/RadioTowerIcon.d.ts | 6 - .../Icons/NewDesignIcons/RadiusIcon.d.ts | 4 - .../Icons/NewDesignIcons/RailSymbolIcon.d.ts | 6 - .../Icons/NewDesignIcons/RainbowIcon.d.ts | 6 - .../Icons/NewDesignIcons/RatIcon.d.ts | 4 - .../Icons/NewDesignIcons/RatioIcon.d.ts | 4 - .../Icons/NewDesignIcons/ReceiptCentIcon.d.ts | 6 - .../Icons/NewDesignIcons/ReceiptEuroIcon.d.ts | 6 - .../Icons/NewDesignIcons/ReceiptIcon.d.ts | 6 - .../ReceiptIndianRupeeIcon.d.ts | 6 - .../ReceiptJapaneseYenIcon.d.ts | 6 - .../ReceiptPoundSterlingIcon.d.ts | 6 - .../ReceiptRussianRubleIcon.d.ts | 6 - .../NewDesignIcons/ReceiptSwissFrancIcon.d.ts | 6 - .../Icons/NewDesignIcons/ReceiptTextIcon.d.ts | 6 - .../NewDesignIcons/RectangleEllipsisIcon.d.ts | 6 - .../RectangleHorizontalIcon.d.ts | 6 - .../NewDesignIcons/RectangleVerticalIcon.d.ts | 6 - .../Icons/NewDesignIcons/RecycleIcon.d.ts | 6 - .../RedhatOpenshiftSiteIcon.d.ts | 6 - .../Icons/NewDesignIcons/Redo2Icon.d.ts | 4 - .../Icons/NewDesignIcons/RedoDotIcon.d.ts | 6 - .../Icons/NewDesignIcons/RedoIcon.d.ts | 4 - .../NewDesignIcons/RefreshCCWDotIcon.d.ts | 6 - .../Icons/NewDesignIcons/RefreshCCWIcon.d.ts | 6 - .../Icons/NewDesignIcons/RefreshCWIcon.d.ts | 6 - .../NewDesignIcons/RefreshCWOffIcon.d.ts | 6 - .../NewDesignIcons/RefreshCwSettingsIcon.d.ts | 6 - .../NewDesignIcons/RefrigeratorIcon.d.ts | 6 - .../Icons/NewDesignIcons/RegexIcon.d.ts | 4 - .../NewDesignIcons/RemoveFormattingIcon.d.ts | 6 - .../Icons/NewDesignIcons/Repeat1Icon.d.ts | 6 - .../Icons/NewDesignIcons/Repeat2Icon.d.ts | 6 - .../Icons/NewDesignIcons/RepeatIcon.d.ts | 4 - .../Icons/NewDesignIcons/ReplaceAllIcon.d.ts | 6 - .../Icons/NewDesignIcons/ReplaceIcon.d.ts | 6 - .../Icons/NewDesignIcons/ReplyAllIcon.d.ts | 6 - .../Icons/NewDesignIcons/ReplyIcon.d.ts | 4 - .../Icons/NewDesignIcons/RewindIcon.d.ts | 4 - .../Icons/NewDesignIcons/RibbonIcon.d.ts | 4 - .../Icons/NewDesignIcons/RocketIcon.d.ts | 4 - .../NewDesignIcons/RockingChairIcon.d.ts | 6 - .../NewDesignIcons/RollerCoasterIcon.d.ts | 6 - .../Icons/NewDesignIcons/Rotate3dIcon.d.ts | 6 - .../Icons/NewDesignIcons/RotateCCWIcon.d.ts | 6 - .../NewDesignIcons/RotateCCWSquareIcon.d.ts | 6 - .../Icons/NewDesignIcons/RotateCWIcon.d.ts | 6 - .../NewDesignIcons/RotateCWSquareIcon.d.ts | 6 - .../Icons/NewDesignIcons/RouteIcon.d.ts | 4 - .../Icons/NewDesignIcons/RouteOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/RouterIcon.d.ts | 4 - .../Icons/NewDesignIcons/Rows2Icon.d.ts | 4 - .../Icons/NewDesignIcons/Rows3Icon.d.ts | 4 - .../Icons/NewDesignIcons/Rows4Icon.d.ts | 4 - .../Icons/NewDesignIcons/RssIcon.d.ts | 4 - .../Icons/NewDesignIcons/RulerIcon.d.ts | 4 - .../NewDesignIcons/RussianRubleIcon.d.ts | 6 - .../Icons/NewDesignIcons/SailboatIcon.d.ts | 6 - .../Icons/NewDesignIcons/SaladIcon.d.ts | 4 - .../Icons/NewDesignIcons/SandwichIcon.d.ts | 6 - .../NewDesignIcons/SatelliteDishIcon.d.ts | 6 - .../Icons/NewDesignIcons/SatelliteIcon.d.ts | 6 - .../Icons/NewDesignIcons/SaveAllIcon.d.ts | 6 - .../Icons/NewDesignIcons/SaveIcon.d.ts | 4 - .../Icons/NewDesignIcons/Scale3dIcon.d.ts | 6 - .../Icons/NewDesignIcons/ScaleIcon.d.ts | 4 - .../Icons/NewDesignIcons/ScalingIcon.d.ts | 6 - .../Icons/NewDesignIcons/ScanBarcodeIcon.d.ts | 6 - .../Icons/NewDesignIcons/ScanEyeIcon.d.ts | 6 - .../Icons/NewDesignIcons/ScanFaceIcon.d.ts | 6 - .../Icons/NewDesignIcons/ScanIcon.d.ts | 4 - .../Icons/NewDesignIcons/ScanLineIcon.d.ts | 6 - .../Icons/NewDesignIcons/ScanSearchIcon.d.ts | 6 - .../Icons/NewDesignIcons/ScanTextIcon.d.ts | 6 - .../NewDesignIcons/ScatterChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/SchoolIcon.d.ts | 4 - .../Icons/NewDesignIcons/ScissorsIcon.d.ts | 6 - .../ScissorsLineDashedIcon.d.ts | 6 - .../Icons/NewDesignIcons/ScreenShareIcon.d.ts | 6 - .../NewDesignIcons/ScreenShareOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/ScrollIcon.d.ts | 4 - .../Icons/NewDesignIcons/ScrollTextIcon.d.ts | 6 - .../Icons/NewDesignIcons/SearchCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/SearchCodeIcon.d.ts | 6 - .../Icons/NewDesignIcons/SearchIcon.d.ts | 4 - .../Icons/NewDesignIcons/SearchSlashIcon.d.ts | 6 - .../Icons/NewDesignIcons/SearchXIcon.d.ts | 6 - .../NewDesignIcons/SendHorizontalIcon.d.ts | 6 - .../Icons/NewDesignIcons/SendIcon.d.ts | 4 - .../Icons/NewDesignIcons/SendToBackIcon.d.ts | 6 - .../SeparatorHorizontalIcon.d.ts | 6 - .../NewDesignIcons/SeparatorVerticalIcon.d.ts | 6 - .../Icons/NewDesignIcons/ServerCogIcon.d.ts | 6 - .../Icons/NewDesignIcons/ServerCrashIcon.d.ts | 6 - .../Icons/NewDesignIcons/ServerIcon.d.ts | 4 - .../Icons/NewDesignIcons/ServerOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/Settings2Icon.d.ts | 6 - .../Icons/NewDesignIcons/SettingsIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShapesIcon.d.ts | 4 - .../Icons/NewDesignIcons/Share2Icon.d.ts | 4 - .../Icons/NewDesignIcons/ShareIcon.d.ts | 4 - .../Icons/NewDesignIcons/SheetIcon.d.ts | 4 - .../Icons/NewDesignIcons/ShellIcon.d.ts | 4 - .../Icons/NewDesignIcons/ShieldAlertIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShieldBanIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShieldCheckIcon.d.ts | 6 - .../NewDesignIcons/ShieldEllipsisIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShieldHalfIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShieldIcon.d.ts | 4 - .../Icons/NewDesignIcons/ShieldMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShieldOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShieldPlusIcon.d.ts | 6 - .../NewDesignIcons/ShieldQuestionIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShieldXIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShipIcon.d.ts | 4 - .../Icons/NewDesignIcons/ShipWheelIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShirtIcon.d.ts | 4 - .../Icons/NewDesignIcons/ShoppingBagIcon.d.ts | 6 - .../NewDesignIcons/ShoppingBasketIcon.d.ts | 6 - .../NewDesignIcons/ShoppingCartIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShovelIcon.d.ts | 4 - .../Icons/NewDesignIcons/ShowerHeadIcon.d.ts | 6 - .../Icons/NewDesignIcons/ShrinkIcon.d.ts | 4 - .../Icons/NewDesignIcons/ShrubIcon.d.ts | 4 - .../Icons/NewDesignIcons/ShuffleIcon.d.ts | 6 - .../Icons/NewDesignIcons/SigmaIcon.d.ts | 4 - .../Icons/NewDesignIcons/SignalHighIcon.d.ts | 6 - .../Icons/NewDesignIcons/SignalIcon.d.ts | 4 - .../Icons/NewDesignIcons/SignalLowIcon.d.ts | 6 - .../NewDesignIcons/SignalMediumIcon.d.ts | 6 - .../Icons/NewDesignIcons/SignalZeroIcon.d.ts | 6 - .../Icons/NewDesignIcons/SignpostBigIcon.d.ts | 6 - .../Icons/NewDesignIcons/SignpostIcon.d.ts | 6 - .../Icons/NewDesignIcons/SirenIcon.d.ts | 4 - .../Icons/NewDesignIcons/SitesIcon.d.ts | 4 - .../Icons/NewDesignIcons/SkipBackIcon.d.ts | 6 - .../Icons/NewDesignIcons/SkipForwardIcon.d.ts | 6 - .../Icons/NewDesignIcons/SkullIcon.d.ts | 4 - .../Icons/NewDesignIcons/SlackIcon.d.ts | 4 - .../Icons/NewDesignIcons/SlashIcon.d.ts | 4 - .../Icons/NewDesignIcons/SliceIcon.d.ts | 4 - .../NewDesignIcons/SlidersHorizontalIcon.d.ts | 6 - .../NewDesignIcons/SlidersVerticalIcon.d.ts | 6 - .../SmartphoneChargingIcon.d.ts | 6 - .../Icons/NewDesignIcons/SmartphoneIcon.d.ts | 6 - .../NewDesignIcons/SmartphoneNfcIcon.d.ts | 6 - .../Icons/NewDesignIcons/SmileIcon.d.ts | 4 - .../Icons/NewDesignIcons/SmilePlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/SnailIcon.d.ts | 4 - .../Icons/NewDesignIcons/SnowflakeIcon.d.ts | 6 - .../Icons/NewDesignIcons/SofaIcon.d.ts | 4 - .../Icons/NewDesignIcons/SoupIcon.d.ts | 4 - .../Icons/NewDesignIcons/SpaceIcon.d.ts | 4 - .../Icons/NewDesignIcons/SpadeIcon.d.ts | 4 - .../Icons/NewDesignIcons/SparkleIcon.d.ts | 6 - .../Icons/NewDesignIcons/SparklesIcon.d.ts | 6 - .../Icons/NewDesignIcons/SpeakerIcon.d.ts | 6 - .../Icons/NewDesignIcons/SpeechIcon.d.ts | 4 - .../Icons/NewDesignIcons/SpellCheck2Icon.d.ts | 6 - .../Icons/NewDesignIcons/SpellCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/SplineIcon.d.ts | 4 - .../Icons/NewDesignIcons/SplitIcon.d.ts | 4 - .../Icons/NewDesignIcons/SprayCanIcon.d.ts | 6 - .../Icons/NewDesignIcons/SproutIcon.d.ts | 4 - .../NewDesignIcons/SquareActivityIcon.d.ts | 6 - .../NewDesignIcons/SquareArrowDownIcon.d.ts | 6 - .../SquareArrowDownLeftIcon.d.ts | 6 - .../SquareArrowDownRightIcon.d.ts | 6 - .../NewDesignIcons/SquareArrowLeftIcon.d.ts | 6 - .../SquareArrowOutDownLeftIcon.d.ts | 6 - .../SquareArrowOutDownRightIcon.d.ts | 6 - .../SquareArrowOutUpLeftIcon.d.ts | 6 - .../SquareArrowOutUpRightIcon.d.ts | 6 - .../NewDesignIcons/SquareArrowRightIcon.d.ts | 6 - .../NewDesignIcons/SquareArrowUpIcon.d.ts | 6 - .../NewDesignIcons/SquareArrowUpLeftIcon.d.ts | 6 - .../SquareArrowUpRightIcon.d.ts | 6 - .../NewDesignIcons/SquareAsteriskIcon.d.ts | 6 - .../SquareBottomDashedScissorsIcon.d.ts | 6 - .../NewDesignIcons/SquareCheckBigIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareCheckIcon.d.ts | 6 - .../NewDesignIcons/SquareChevronDownIcon.d.ts | 6 - .../NewDesignIcons/SquareChevronLeftIcon.d.ts | 6 - .../SquareChevronRightIcon.d.ts | 6 - .../NewDesignIcons/SquareChevronUpIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareCodeIcon.d.ts | 6 - .../SquareDashedBottomCodeIcon.d.ts | 6 - .../SquareDashedBottomIcon.d.ts | 6 - .../SquareDashedKanbanIcon.d.ts | 6 - .../SquareDashedMousePointerIcon.d.ts | 6 - .../NewDesignIcons/SquareDivideIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareDotIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareEqualIcon.d.ts | 6 - .../NewDesignIcons/SquareFunctionIcon.d.ts | 6 - .../NewDesignIcons/SquareGanttChartIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareIcon.d.ts | 4 - .../NewDesignIcons/SquareKanbanIcon.d.ts | 6 - .../NewDesignIcons/SquareLibraryIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareMIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareMenuIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareMinusIcon.d.ts | 6 - .../SquareMousePointerIcon.d.ts | 6 - .../NewDesignIcons/SquareParkingIcon.d.ts | 6 - .../NewDesignIcons/SquareParkingOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquarePenIcon.d.ts | 6 - .../NewDesignIcons/SquarePercentIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquarePiIcon.d.ts | 6 - .../NewDesignIcons/SquarePilcrowIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquarePlayIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquarePlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquarePowerIcon.d.ts | 6 - .../NewDesignIcons/SquareRadicalIcon.d.ts | 6 - .../NewDesignIcons/SquareScissorsIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareSigmaIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareSlashIcon.d.ts | 6 - .../SquareSplitHorizontalIcon.d.ts | 6 - .../SquareSplitVerticalIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareStackIcon.d.ts | 6 - .../NewDesignIcons/SquareTerminalIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareUserIcon.d.ts | 6 - .../NewDesignIcons/SquareUserRoundIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquareXIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquircleIcon.d.ts | 6 - .../Icons/NewDesignIcons/SquirrelIcon.d.ts | 6 - .../Icons/NewDesignIcons/StampIcon.d.ts | 4 - .../Icons/NewDesignIcons/StarHalfIcon.d.ts | 6 - .../Icons/NewDesignIcons/StarIcon.d.ts | 4 - .../Icons/NewDesignIcons/StarOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/StepBackIcon.d.ts | 6 - .../Icons/NewDesignIcons/StepForwardIcon.d.ts | 6 - .../Icons/NewDesignIcons/StethoscopeIcon.d.ts | 6 - .../Icons/NewDesignIcons/StickerIcon.d.ts | 6 - .../Icons/NewDesignIcons/StickyNoteIcon.d.ts | 6 - .../Icons/NewDesignIcons/StoreIcon.d.ts | 4 - .../NewDesignIcons/StretchHorizontalIcon.d.ts | 6 - .../NewDesignIcons/StretchVerticalIcon.d.ts | 6 - .../NewDesignIcons/StrikethroughIcon.d.ts | 6 - .../Icons/NewDesignIcons/SubscriptIcon.d.ts | 6 - .../Icons/NewDesignIcons/SummaryIcon.d.ts | 6 - .../Icons/NewDesignIcons/SunDimIcon.d.ts | 4 - .../Icons/NewDesignIcons/SunIcon.d.ts | 4 - .../Icons/NewDesignIcons/SunMediumIcon.d.ts | 6 - .../Icons/NewDesignIcons/SunMoonIcon.d.ts | 6 - .../Icons/NewDesignIcons/SunSnowIcon.d.ts | 6 - .../Icons/NewDesignIcons/SunriseIcon.d.ts | 6 - .../Icons/NewDesignIcons/SunsetIcon.d.ts | 4 - .../Icons/NewDesignIcons/SuperscriptIcon.d.ts | 6 - .../Icons/NewDesignIcons/SwatchBookIcon.d.ts | 6 - .../Icons/NewDesignIcons/SwissFrancIcon.d.ts | 6 - .../NewDesignIcons/SwitchCameraIcon.d.ts | 6 - .../Icons/NewDesignIcons/SwordIcon.d.ts | 4 - .../Icons/NewDesignIcons/SwordsIcon.d.ts | 4 - .../Icons/NewDesignIcons/SyringeIcon.d.ts | 6 - .../Icons/NewDesignIcons/Table2Icon.d.ts | 4 - .../NewDesignIcons/TableCellsMergeIcon.d.ts | 6 - .../NewDesignIcons/TableCellsSplitIcon.d.ts | 6 - .../NewDesignIcons/TableColumnsSplitIcon.d.ts | 6 - .../Icons/NewDesignIcons/TableIcon.d.ts | 4 - .../NewDesignIcons/TablePropertiesIcon.d.ts | 6 - .../NewDesignIcons/TableRowsSplitIcon.d.ts | 6 - .../Icons/NewDesignIcons/TabletIcon.d.ts | 4 - .../NewDesignIcons/TabletSmartphoneIcon.d.ts | 6 - .../Icons/NewDesignIcons/TabletsIcon.d.ts | 6 - .../Icons/NewDesignIcons/TagIcon.d.ts | 4 - .../Icons/NewDesignIcons/TagsIcon.d.ts | 4 - .../Icons/NewDesignIcons/Tally1Icon.d.ts | 4 - .../Icons/NewDesignIcons/Tally2Icon.d.ts | 4 - .../Icons/NewDesignIcons/Tally3Icon.d.ts | 4 - .../Icons/NewDesignIcons/Tally4Icon.d.ts | 4 - .../Icons/NewDesignIcons/Tally5Icon.d.ts | 4 - .../Icons/NewDesignIcons/TangentIcon.d.ts | 6 - .../Icons/NewDesignIcons/TargetIcon.d.ts | 4 - .../Icons/NewDesignIcons/TelescopeIcon.d.ts | 6 - .../Icons/NewDesignIcons/TenantIcon.d.ts | 4 - .../Icons/NewDesignIcons/TentIcon.d.ts | 4 - .../Icons/NewDesignIcons/TentTreeIcon.d.ts | 6 - .../Icons/NewDesignIcons/TerminalIcon.d.ts | 6 - .../NewDesignIcons/TestTubeDiagonalIcon.d.ts | 6 - .../Icons/NewDesignIcons/TestTubeIcon.d.ts | 6 - .../Icons/NewDesignIcons/TestTubesIcon.d.ts | 6 - .../Icons/NewDesignIcons/TextCursorIcon.d.ts | 6 - .../NewDesignIcons/TextCursorInputIcon.d.ts | 6 - .../Icons/NewDesignIcons/TextIcon.d.ts | 4 - .../Icons/NewDesignIcons/TextQuoteIcon.d.ts | 6 - .../Icons/NewDesignIcons/TextSearchIcon.d.ts | 6 - .../Icons/NewDesignIcons/TextSelectIcon.d.ts | 6 - .../Icons/NewDesignIcons/TheaterIcon.d.ts | 6 - .../Icons/NewDesignIcons/ThermometerIcon.d.ts | 6 - .../ThermometerSnowflakeIcon.d.ts | 6 - .../NewDesignIcons/ThermometerSunIcon.d.ts | 6 - .../Icons/NewDesignIcons/ThumbsDownIcon.d.ts | 6 - .../Icons/NewDesignIcons/ThumbsUpIcon.d.ts | 6 - .../Icons/NewDesignIcons/TicketCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/TicketIcon.d.ts | 4 - .../Icons/NewDesignIcons/TicketMinusIcon.d.ts | 6 - .../NewDesignIcons/TicketPercentIcon.d.ts | 6 - .../Icons/NewDesignIcons/TicketPlusIcon.d.ts | 6 - .../Icons/NewDesignIcons/TicketSlashIcon.d.ts | 6 - .../Icons/NewDesignIcons/TicketXIcon.d.ts | 6 - .../Icons/NewDesignIcons/TimerIcon.d.ts | 4 - .../Icons/NewDesignIcons/TimerOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/TimerResetIcon.d.ts | 6 - .../Icons/NewDesignIcons/ToggleLeftIcon.d.ts | 6 - .../Icons/NewDesignIcons/ToggleRightIcon.d.ts | 6 - .../Icons/NewDesignIcons/TornadoIcon.d.ts | 6 - .../Icons/NewDesignIcons/TorusIcon.d.ts | 4 - .../Icons/NewDesignIcons/TouchpadIcon.d.ts | 6 - .../Icons/NewDesignIcons/TouchpadOffIcon.d.ts | 6 - .../NewDesignIcons/TowerControlIcon.d.ts | 6 - .../Icons/NewDesignIcons/ToyBrickIcon.d.ts | 6 - .../Icons/NewDesignIcons/TraceIcon.d.ts | 4 - .../Icons/NewDesignIcons/TractorIcon.d.ts | 6 - .../Icons/NewDesignIcons/TrafficConeIcon.d.ts | 6 - .../Icons/NewDesignIcons/TrainFrontIcon.d.ts | 6 - .../NewDesignIcons/TrainFrontTunnelIcon.d.ts | 6 - .../Icons/NewDesignIcons/TrainTrackIcon.d.ts | 6 - .../Icons/NewDesignIcons/TramFrontIcon.d.ts | 6 - .../Icons/NewDesignIcons/Trash2Icon.d.ts | 4 - .../Icons/NewDesignIcons/TrashIcon.d.ts | 4 - .../NewDesignIcons/TreeDeciduousIcon.d.ts | 6 - .../Icons/NewDesignIcons/TreePalmIcon.d.ts | 6 - .../Icons/NewDesignIcons/TreePineIcon.d.ts | 6 - .../Icons/NewDesignIcons/TreesIcon.d.ts | 4 - .../Icons/NewDesignIcons/TrelloIcon.d.ts | 4 - .../NewDesignIcons/TrendingDownIcon.d.ts | 6 - .../Icons/NewDesignIcons/TrendingUpIcon.d.ts | 6 - .../NewDesignIcons/TriangleAlertIcon.d.ts | 6 - .../Icons/NewDesignIcons/TriangleIcon.d.ts | 6 - .../NewDesignIcons/TriangleRightIcon.d.ts | 6 - .../Icons/NewDesignIcons/TrophyIcon.d.ts | 4 - .../Icons/NewDesignIcons/TruckIcon.d.ts | 4 - .../Icons/NewDesignIcons/TurtleIcon.d.ts | 4 - .../Icons/NewDesignIcons/Tv2Icon.d.ts | 4 - .../Icons/NewDesignIcons/TvIcon.d.ts | 4 - .../Icons/NewDesignIcons/TwitchIcon.d.ts | 4 - .../Icons/NewDesignIcons/TwitterIcon.d.ts | 6 - .../Icons/NewDesignIcons/TypeIcon.d.ts | 4 - .../Icons/NewDesignIcons/UmbrellaIcon.d.ts | 6 - .../Icons/NewDesignIcons/UmbrellaOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/UnderlineIcon.d.ts | 6 - .../Icons/NewDesignIcons/Undo2Icon.d.ts | 4 - .../Icons/NewDesignIcons/UndoDotIcon.d.ts | 6 - .../Icons/NewDesignIcons/UndoIcon.d.ts | 4 - .../NewDesignIcons/UnfoldHorizontalIcon.d.ts | 6 - .../NewDesignIcons/UnfoldVerticalIcon.d.ts | 6 - .../Icons/NewDesignIcons/UngroupIcon.d.ts | 6 - .../Icons/NewDesignIcons/UniversityIcon.d.ts | 6 - .../Icons/NewDesignIcons/Unlink2Icon.d.ts | 6 - .../Icons/NewDesignIcons/UnlinkIcon.d.ts | 4 - .../Icons/NewDesignIcons/UnplugIcon.d.ts | 4 - .../Icons/NewDesignIcons/UploadIcon.d.ts | 4 - .../Icons/NewDesignIcons/UsbIcon.d.ts | 4 - .../Icons/NewDesignIcons/UserCheckIcon.d.ts | 6 - .../Icons/NewDesignIcons/UserCogIcon.d.ts | 6 - .../Icons/NewDesignIcons/UserIcon.d.ts | 4 - .../Icons/NewDesignIcons/UserMinusIcon.d.ts | 6 - .../Icons/NewDesignIcons/UserPlusIcon.d.ts | 6 - .../NewDesignIcons/UserRoundCheckIcon.d.ts | 6 - .../NewDesignIcons/UserRoundCogIcon.d.ts | 6 - .../Icons/NewDesignIcons/UserRoundIcon.d.ts | 6 - .../NewDesignIcons/UserRoundMinusIcon.d.ts | 6 - .../NewDesignIcons/UserRoundPlusIcon.d.ts | 6 - .../NewDesignIcons/UserRoundSearchIcon.d.ts | 6 - .../Icons/NewDesignIcons/UserRoundXIcon.d.ts | 6 - .../Icons/NewDesignIcons/UserSearchIcon.d.ts | 6 - .../Icons/NewDesignIcons/UserXIcon.d.ts | 4 - .../Icons/NewDesignIcons/UsersIcon.d.ts | 4 - .../Icons/NewDesignIcons/UsersRoundIcon.d.ts | 6 - .../NewDesignIcons/UtensilsCrossedIcon.d.ts | 6 - .../Icons/NewDesignIcons/UtensilsIcon.d.ts | 6 - .../Icons/NewDesignIcons/UtilityPoleIcon.d.ts | 6 - .../Icons/NewDesignIcons/VariableIcon.d.ts | 6 - .../Icons/NewDesignIcons/VaultIcon.d.ts | 4 - .../Icons/NewDesignIcons/VeganIcon.d.ts | 4 - .../NewDesignIcons/VenetianMaskIcon.d.ts | 6 - .../Icons/NewDesignIcons/VibrateIcon.d.ts | 6 - .../Icons/NewDesignIcons/VibrateOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/VideoIcon.d.ts | 4 - .../Icons/NewDesignIcons/VideoOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/VideotapeIcon.d.ts | 6 - .../Icons/NewDesignIcons/ViewIcon.d.ts | 4 - .../NewDesignIcons/VmwareTanzuSiteIcon.d.ts | 6 - .../Icons/NewDesignIcons/VoicemailIcon.d.ts | 6 - .../Icons/NewDesignIcons/Volume1Icon.d.ts | 6 - .../Icons/NewDesignIcons/Volume2Icon.d.ts | 6 - .../Icons/NewDesignIcons/VolumeIcon.d.ts | 4 - .../Icons/NewDesignIcons/VolumeXIcon.d.ts | 6 - .../Icons/NewDesignIcons/VoteIcon.d.ts | 4 - .../Icons/NewDesignIcons/WalletCardsIcon.d.ts | 6 - .../Icons/NewDesignIcons/WalletIcon.d.ts | 4 - .../NewDesignIcons/WalletMinimalIcon.d.ts | 6 - .../Icons/NewDesignIcons/WallpaperIcon.d.ts | 6 - .../Icons/NewDesignIcons/WandIcon.d.ts | 4 - .../NewDesignIcons/WandSparklesIcon.d.ts | 6 - .../Icons/NewDesignIcons/WarehouseIcon.d.ts | 6 - .../NewDesignIcons/WashingMachineIcon.d.ts | 6 - .../Icons/NewDesignIcons/WatchIcon.d.ts | 4 - .../Icons/NewDesignIcons/WavesIcon.d.ts | 4 - .../Icons/NewDesignIcons/WaypointsIcon.d.ts | 6 - .../Icons/NewDesignIcons/WebcamIcon.d.ts | 4 - .../Icons/NewDesignIcons/WebhookIcon.d.ts | 6 - .../Icons/NewDesignIcons/WebhookOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/WeightIcon.d.ts | 4 - .../Icons/NewDesignIcons/WheatIcon.d.ts | 4 - .../Icons/NewDesignIcons/WheatOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/WholeWordIcon.d.ts | 6 - .../Icons/NewDesignIcons/WifiIcon.d.ts | 4 - .../Icons/NewDesignIcons/WifiOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/WindIcon.d.ts | 4 - .../Icons/NewDesignIcons/WineIcon.d.ts | 4 - .../Icons/NewDesignIcons/WineOffIcon.d.ts | 6 - .../Icons/NewDesignIcons/WorkflowIcon.d.ts | 6 - .../Icons/NewDesignIcons/WormIcon.d.ts | 4 - .../Icons/NewDesignIcons/WrapTextIcon.d.ts | 6 - .../Icons/NewDesignIcons/WrenchIcon.d.ts | 4 - .../Icons/NewDesignIcons/XIcon.d.ts | 4 - .../Icons/NewDesignIcons/YoutubeIcon.d.ts | 6 - .../Icons/NewDesignIcons/ZapIcon.d.ts | 4 - .../Icons/NewDesignIcons/ZapOffIcon.d.ts | 4 - .../Icons/NewDesignIcons/ZoomInIcon.d.ts | 4 - .../Icons/NewDesignIcons/ZoomOutIcon.d.ts | 6 - .../InformativeMessage.d.ts | 4 - .../InformativeMessage.types.d.ts | 12 - .../src/components/InputBox/InputBox.d.ts | 6 - .../components/InputBox/InputBox.styles.d.ts | 10 + .../components/InputBox/InputBox.types.d.ts | 22 +- .../types/src/components/InputBox/index.d.ts | 6 + .../InputHelper/InputHelper.styles.d.ts | 18 + .../InputHelper/InputHelper.types.d.ts | 5 + .../src/components/InputHelper/index.d.ts | 4 + .../src/components/InputLabel/InputLabel.d.ts | 4 - .../InputLabel/InputLabel.styles.d.ts | 26 + .../InputLabel/InputLabel.types.d.ts | 9 +- .../src/components/InputLabel/index.d.ts | 4 + .../types/src/components/Link/Link.types.d.ts | 2 + .../components/Link/{Link.d.ts => index.d.ts} | 0 .../src/components/LinkButton/LinkButton.d.ts | 6 - .../LinkButton/LinkButton.styles.d.ts | 28 + .../LinkButton/LinkButton.types.d.ts | 14 +- .../src/components/LinkButton/index.d.ts | 4 + .../src/components/Loader/Loader.styles.d.ts | 52 + .../src/components/Loader/Loader.utils.d.ts | 11 - .../Loader/{Loader.d.ts => index.d.ts} | 0 .../LoginWrapper/LoginWrapper.styles.d.ts | 4 + .../{LoginWrapper.d.ts => index.d.ts} | 0 .../MDSCacheProvider.types.d.ts | 6 + .../components/MDSCacheProvider/index.d.ts | 4 + .../MainContainer/MainContainer.d.ts | 4 - .../MainContainer/MainContainer.types.d.ts | 17 - .../src/components/Menu/Common/MenuBadge.d.ts | 3 - .../Menu/Horizontal/HorizontalMenu.d.ts | 4 - .../Menu/Horizontal/HorizontalMenuItem.d.ts | 4 - .../Menu/Horizontal/SubItemsBox.d.ts | 4 - dist/esm/types/src/components/Menu/Menu.d.ts | 4 - .../types/src/components/Menu/Menu.types.d.ts | 47 - .../Menu/MobileMenu/MobileMenu.d.ts | 4 - .../Menu/MobileMenu/MobileMenuList.d.ts | 4 - .../components/Menu/Vertical/MenuItem.d.ts | 4 - .../Menu/Vertical/MenuSectionHeader.d.ts | 4 - .../Menu/Vertical/VerticalMenu.d.ts | 4 - .../components/ModalBox/ModalBox.styles.d.ts | 12 + .../components/ModalBox/ModalBox.types.d.ts | 8 - .../ModalBox/{ModalBox.d.ts => index.d.ts} | 0 .../NotificationAlert/NotificationAlert.d.ts | 6 - .../NotificationAlert.styles.d.ts | 9 + .../NotificationAlert.types.d.ts | 14 + .../components/NotificationAlert/index.d.ts | 4 + .../NotificationCount/NotificationCount.d.ts | 6 - .../NotificationCount.types.d.ts | 23 - .../Notifications/Notifications.d.ts | 6 - .../Notifications/Notifications.styles.d.ts | 7 + .../Notifications/Notifications.types.d.ts | 3 + .../src/components/Notifications/index.d.ts | 4 + .../PageHeader/PageHeader.styles.d.ts | 7 + .../{PageHeader.d.ts => index.d.ts} | 0 .../{PageLayout.d.ts => index.d.ts} | 0 dist/esm/types/src/components/Pill/Pill.d.ts | 4 - .../types/src/components/Pill/Pill.types.d.ts | 5 - .../components/ProgressBar/ProgressBar.d.ts | 5 - .../ProgressBar/ProgressBar.styles.d.ts | 14 + .../ProgressBar/ProgressBar.types.d.ts | 8 +- .../src/components/ProgressBar/index.d.ts | 4 + .../RadioGroup/RadioGroup.styles.d.ts | 10 + .../RadioGroup/RadioGroup.types.d.ts | 6 - .../{RadioGroup.d.ts => index.d.ts} | 0 .../types/src/components/ReadBox/ReadBox.d.ts | 4 - .../src/components/ReadBox/ReadBox.types.d.ts | 17 - .../ScreenTitle/ScreenTitle.styles.d.ts | 227 + .../{ScreenTitle.d.ts => index.d.ts} | 0 .../SearchBox/SearchBox.styles.d.ts | 7 + .../SearchBox/{SearchBox.d.ts => index.d.ts} | 0 .../{SectionTitle.d.ts => index.d.ts} | 0 .../src/components/Select/Select.types.d.ts | 12 +- .../Select/{Select.d.ts => index.d.ts} | 0 .../components/SimpleHeader/SimpleHeader.d.ts | 6 - .../SimpleHeader/SimpleHeader.types.d.ts | 10 - .../src/components/SizeChart/SizeChart.d.ts | 4 - .../components/SizeChart/SizeChart.types.d.ts | 13 - .../src/components/Slider/Slider.styles.d.ts | 8 + .../src/components/Slider/Slider.types.d.ts | 9 - .../Slider/{Slider.d.ts => index.d.ts} | 0 .../src/components/Snackbar/Snackbar.d.ts | 4 - .../components/Snackbar/Snackbar.types.d.ts | 20 - .../types/src/components/Switch/Switch.d.ts | 6 - .../src/components/Switch/Switch.types.d.ts | 24 - .../src/components/Table/Table.styles.d.ts | 30 + .../src/components/Tabs/Tabs.styles.d.ts | 13 + .../types/src/components/Tabs/Tabs.types.d.ts | 24 +- .../components/Tabs/{Tabs.d.ts => index.d.ts} | 0 .../types/src/components/Tag/Tag.styles.d.ts | 71 + .../types/src/components/Tag/Tag.types.d.ts | 17 +- .../components/Tag/{Tag.d.ts => index.d.ts} | 0 .../components/TextArea/TextArea.types.d.ts | 18 + .../types/src/components/TextArea/index.d.ts | 4 + .../ThemeHandler/ThemeHandler.types.d.ts | 4 +- .../{ThemeHandler.d.ts => index.d.ts} | 0 .../{ThemedLogo.d.ts => index.d.ts} | 0 .../src/components/Toggle/Toggle.styles.d.ts | 10 + .../src/components/Toggle/Toggle.types.d.ts | 23 + .../types/src/components/Toggle/index.d.ts | 6 + .../components/Tooltip/Tooltip.styles.d.ts | 10 + .../src/components/Tooltip/Tooltip.types.d.ts | 9 +- .../Tooltip/{Tooltip.d.ts => index.d.ts} | 0 .../ValuePair/ValuePair.styles.d.ts | 49 + .../components/ValuePair/ValuePair.types.d.ts | 3 +- .../ValuePair/{ValuePair.d.ts => index.d.ts} | 0 .../types/src/components/Wizard/Wizard.d.ts | 11 - .../src/components/Wizard/Wizard.styles.d.ts | 7 + .../src/components/Wizard/WizardPage.d.ts | 3 +- .../types/src/components/Wizard/index.d.ts | 10 + dist/esm/types/src/components/index.d.ts | 135 - dist/esm/types/src/global/global.types.d.ts | 770 +- dist/esm/types/src/global/themeColors.d.ts | 455 +- dist/esm/types/src/global/themes.d.ts | 222 +- dist/esm/types/src/global/utils.d.ts | 9 +- dist/esm/types/src/icons/AArrowDownIcon.d.ts | 5 + dist/esm/types/src/icons/AArrowUpIcon.d.ts | 5 + dist/esm/types/src/icons/ALargeSmallIcon.d.ts | 5 + .../types/src/icons/AccessibilityIcon.d.ts | 5 + dist/esm/types/src/icons/ActivityIcon.d.ts | 5 + dist/esm/types/src/icons/AirVentIcon.d.ts | 5 + dist/esm/types/src/icons/AirplayIcon.d.ts | 5 + .../types/src/icons/AlarmClockCheckIcon.d.ts | 5 + dist/esm/types/src/icons/AlarmClockIcon.d.ts | 5 + .../types/src/icons/AlarmClockMinusIcon.d.ts | 5 + .../types/src/icons/AlarmClockOffIcon.d.ts | 5 + .../types/src/icons/AlarmClockPlusIcon.d.ts | 5 + dist/esm/types/src/icons/AlarmSmokeIcon.d.ts | 5 + dist/esm/types/src/icons/AlbumIcon.d.ts | 5 + .../src/icons/AlignCenterHorizontalIcon.d.ts | 5 + dist/esm/types/src/icons/AlignCenterIcon.d.ts | 5 + .../src/icons/AlignCenterVerticalIcon.d.ts | 5 + .../src/icons/AlignEndHorizontalIcon.d.ts | 5 + .../types/src/icons/AlignEndVerticalIcon.d.ts | 5 + .../AlignHorizontalDistributeCenterIcon.d.ts | 3 +- .../AlignHorizontalDistributeEndIcon.d.ts | 5 + .../AlignHorizontalDistributeStartIcon.d.ts | 3 +- .../AlignHorizontalJustifyCenterIcon.d.ts | 5 + .../icons/AlignHorizontalJustifyEndIcon.d.ts | 5 + .../AlignHorizontalJustifyStartIcon.d.ts | 5 + .../icons/AlignHorizontalSpaceAroundIcon.d.ts | 5 + .../AlignHorizontalSpaceBetweenIcon.d.ts | 5 + .../esm/types/src/icons/AlignJustifyIcon.d.ts | 5 + dist/esm/types/src/icons/AlignLeftIcon.d.ts | 5 + dist/esm/types/src/icons/AlignRightIcon.d.ts | 5 + .../src/icons/AlignStartHorizontalIcon.d.ts | 5 + .../src/icons/AlignStartVerticalIcon.d.ts | 5 + .../AlignVerticalDistributeCenterIcon.d.ts | 3 +- .../icons/AlignVerticalDistributeEndIcon.d.ts | 5 + .../AlignVerticalDistributeStartIcon.d.ts | 5 + .../icons/AlignVerticalJustifyCenterIcon.d.ts | 5 + .../icons/AlignVerticalJustifyEndIcon.d.ts | 5 + .../icons/AlignVerticalJustifyStartIcon.d.ts | 5 + .../icons/AlignVerticalSpaceAroundIcon.d.ts | 5 + .../icons/AlignVerticalSpaceBetweenIcon.d.ts | 5 + .../types/src/icons/AmazonEksSiteIcon.d.ts | 5 + dist/esm/types/src/icons/AmbulanceIcon.d.ts | 5 + dist/esm/types/src/icons/AmpersandIcon.d.ts | 5 + dist/esm/types/src/icons/AmpersandsIcon.d.ts | 5 + dist/esm/types/src/icons/AnchorIcon.d.ts | 5 + dist/esm/types/src/icons/AngryIcon.d.ts | 5 + dist/esm/types/src/icons/AnnoyedIcon.d.ts | 5 + dist/esm/types/src/icons/AntennaIcon.d.ts | 5 + dist/esm/types/src/icons/AnvilIcon.d.ts | 5 + dist/esm/types/src/icons/ApertureIcon.d.ts | 5 + dist/esm/types/src/icons/AppWindowIcon.d.ts | 5 + .../esm/types/src/icons/AppWindowMacIcon.d.ts | 5 + dist/esm/types/src/icons/AppleIcon.d.ts | 5 + dist/esm/types/src/icons/ArchiveIcon.d.ts | 5 + .../types/src/icons/ArchiveRestoreIcon.d.ts | 5 + dist/esm/types/src/icons/ArchiveXIcon.d.ts | 5 + dist/esm/types/src/icons/AreaChartIcon.d.ts | 5 + dist/esm/types/src/icons/ArmchairIcon.d.ts | 5 + .../types/src/icons/ArrowBigDownDashIcon.d.ts | 5 + .../esm/types/src/icons/ArrowBigDownIcon.d.ts | 5 + .../types/src/icons/ArrowBigLeftDashIcon.d.ts | 5 + .../esm/types/src/icons/ArrowBigLeftIcon.d.ts | 5 + .../src/icons/ArrowBigRightDashIcon.d.ts | 5 + .../types/src/icons/ArrowBigRightIcon.d.ts | 5 + .../types/src/icons/ArrowBigUpDashIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowBigUpIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowDown01Icon.d.ts | 5 + dist/esm/types/src/icons/ArrowDown10Icon.d.ts | 5 + dist/esm/types/src/icons/ArrowDownAZIcon.d.ts | 5 + .../src/icons/ArrowDownFromLineIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowDownIcon.d.ts | 5 + .../types/src/icons/ArrowDownLeftIcon.d.ts | 5 + .../src/icons/ArrowDownNarrowWideIcon.d.ts | 5 + .../types/src/icons/ArrowDownRightIcon.d.ts | 5 + .../types/src/icons/ArrowDownToDotIcon.d.ts | 5 + .../types/src/icons/ArrowDownToLineIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowDownUpIcon.d.ts | 5 + .../src/icons/ArrowDownWideNarrowIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowDownZAIcon.d.ts | 5 + .../src/icons/ArrowLeftFromLineIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowLeftIcon.d.ts | 5 + .../types/src/icons/ArrowLeftRightIcon.d.ts | 5 + .../types/src/icons/ArrowLeftToLineIcon.d.ts | 5 + .../src/icons/ArrowRightFromLineIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowRightIcon.d.ts | 5 + .../types/src/icons/ArrowRightLeftIcon.d.ts | 5 + .../types/src/icons/ArrowRightToLineIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowUp01Icon.d.ts | 5 + dist/esm/types/src/icons/ArrowUp10Icon.d.ts | 5 + dist/esm/types/src/icons/ArrowUpAZIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowUpDownIcon.d.ts | 5 + .../types/src/icons/ArrowUpFromDotIcon.d.ts | 5 + .../types/src/icons/ArrowUpFromLineIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowUpIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowUpLeftIcon.d.ts | 5 + .../src/icons/ArrowUpNarrowWideIcon.d.ts | 5 + .../esm/types/src/icons/ArrowUpRightIcon.d.ts | 5 + .../types/src/icons/ArrowUpToLineIcon.d.ts | 5 + .../src/icons/ArrowUpWideNarrowIcon.d.ts | 5 + dist/esm/types/src/icons/ArrowUpZAIcon.d.ts | 5 + .../types/src/icons/ArrowsUpFromLineIcon.d.ts | 5 + dist/esm/types/src/icons/AsteriskIcon.d.ts | 5 + dist/esm/types/src/icons/AtSignIcon.d.ts | 5 + dist/esm/types/src/icons/AtomIcon.d.ts | 5 + dist/esm/types/src/icons/AudioLinesIcon.d.ts | 5 + .../types/src/icons/AudioWaveformIcon.d.ts | 5 + dist/esm/types/src/icons/AwardIcon.d.ts | 5 + dist/esm/types/src/icons/AxeIcon.d.ts | 5 + dist/esm/types/src/icons/Axis3dIcon.d.ts | 5 + .../esm/types/src/icons/AzureAksSiteIcon.d.ts | 5 + dist/esm/types/src/icons/BabyIcon.d.ts | 5 + dist/esm/types/src/icons/BackpackIcon.d.ts | 5 + dist/esm/types/src/icons/BadgeAlertIcon.d.ts | 5 + dist/esm/types/src/icons/BadgeCentIcon.d.ts | 5 + dist/esm/types/src/icons/BadgeCheckIcon.d.ts | 5 + .../types/src/icons/BadgeDollarSignIcon.d.ts | 5 + dist/esm/types/src/icons/BadgeEuroIcon.d.ts | 5 + dist/esm/types/src/icons/BadgeHelpIcon.d.ts | 5 + dist/esm/types/src/icons/BadgeIcon.d.ts | 5 + .../types/src/icons/BadgeIndianRupeeIcon.d.ts | 5 + dist/esm/types/src/icons/BadgeInfoIcon.d.ts | 5 + .../types/src/icons/BadgeJapaneseYenIcon.d.ts | 5 + dist/esm/types/src/icons/BadgeMinusIcon.d.ts | 5 + .../esm/types/src/icons/BadgePercentIcon.d.ts | 5 + dist/esm/types/src/icons/BadgePlusIcon.d.ts | 5 + .../src/icons/BadgePoundSterlingIcon.d.ts | 5 + .../src/icons/BadgeRussianRubleIcon.d.ts | 5 + .../types/src/icons/BadgeSwissFrancIcon.d.ts | 5 + dist/esm/types/src/icons/BadgeXIcon.d.ts | 5 + .../esm/types/src/icons/BaggageClaimIcon.d.ts | 5 + dist/esm/types/src/icons/BalancerIcon.d.ts | 5 + dist/esm/types/src/icons/BanIcon.d.ts | 5 + dist/esm/types/src/icons/BananaIcon.d.ts | 5 + dist/esm/types/src/icons/BanknoteIcon.d.ts | 5 + dist/esm/types/src/icons/BarChart2Icon.d.ts | 5 + dist/esm/types/src/icons/BarChart3Icon.d.ts | 5 + dist/esm/types/src/icons/BarChart4Icon.d.ts | 5 + dist/esm/types/src/icons/BarChartBigIcon.d.ts | 5 + .../src/icons/BarChartHorizontalBigIcon.d.ts | 5 + .../src/icons/BarChartHorizontalIcon.d.ts | 5 + dist/esm/types/src/icons/BarChartIcon.d.ts | 5 + dist/esm/types/src/icons/BarcodeIcon.d.ts | 5 + .../src/icons/BareMetalLinuxSiteIcon.d.ts | 5 + dist/esm/types/src/icons/BaselineIcon.d.ts | 5 + dist/esm/types/src/icons/BatchJobsIcon.d.ts | 5 + dist/esm/types/src/icons/BathIcon.d.ts | 5 + .../types/src/icons/BatteryChargingIcon.d.ts | 5 + dist/esm/types/src/icons/BatteryFullIcon.d.ts | 5 + dist/esm/types/src/icons/BatteryIcon.d.ts | 5 + dist/esm/types/src/icons/BatteryLowIcon.d.ts | 5 + .../types/src/icons/BatteryMediumIcon.d.ts | 5 + .../types/src/icons/BatteryWarningIcon.d.ts | 5 + dist/esm/types/src/icons/BeakerIcon.d.ts | 5 + dist/esm/types/src/icons/BeanIcon.d.ts | 5 + dist/esm/types/src/icons/BeanOffIcon.d.ts | 5 + dist/esm/types/src/icons/BedDoubleIcon.d.ts | 5 + dist/esm/types/src/icons/BedIcon.d.ts | 5 + dist/esm/types/src/icons/BedSingleIcon.d.ts | 5 + dist/esm/types/src/icons/BeefIcon.d.ts | 5 + dist/esm/types/src/icons/BeerIcon.d.ts | 5 + dist/esm/types/src/icons/BeerOffIcon.d.ts | 5 + dist/esm/types/src/icons/BellArrowIcon.d.ts | 5 + dist/esm/types/src/icons/BellDotIcon.d.ts | 5 + .../esm/types/src/icons/BellElectricIcon.d.ts | 5 + dist/esm/types/src/icons/BellIcon.d.ts | 5 + dist/esm/types/src/icons/BellMinusIcon.d.ts | 5 + dist/esm/types/src/icons/BellOffIcon.d.ts | 5 + dist/esm/types/src/icons/BellPlusIcon.d.ts | 5 + dist/esm/types/src/icons/BellRingIcon.d.ts | 5 + .../src/icons/BetweenHorizontalEndIcon.d.ts | 5 + .../src/icons/BetweenHorizontalStartIcon.d.ts | 5 + .../src/icons/BetweenVerticalEndIcon.d.ts | 5 + .../src/icons/BetweenVerticalStartIcon.d.ts | 5 + dist/esm/types/src/icons/BikeIcon.d.ts | 5 + dist/esm/types/src/icons/BinaryIcon.d.ts | 5 + dist/esm/types/src/icons/BiohazardIcon.d.ts | 5 + dist/esm/types/src/icons/BirdIcon.d.ts | 5 + dist/esm/types/src/icons/BitcoinIcon.d.ts | 5 + dist/esm/types/src/icons/BlendIcon.d.ts | 5 + dist/esm/types/src/icons/BlindsIcon.d.ts | 5 + dist/esm/types/src/icons/BlocksIcon.d.ts | 5 + .../src/icons/BluetoothConnectedIcon.d.ts | 5 + dist/esm/types/src/icons/BluetoothIcon.d.ts | 5 + .../esm/types/src/icons/BluetoothOffIcon.d.ts | 5 + .../src/icons/BluetoothSearchingIcon.d.ts | 5 + dist/esm/types/src/icons/BoldIcon.d.ts | 5 + dist/esm/types/src/icons/BoltIcon.d.ts | 5 + dist/esm/types/src/icons/BombIcon.d.ts | 5 + dist/esm/types/src/icons/BoneIcon.d.ts | 5 + dist/esm/types/src/icons/BookAIcon.d.ts | 5 + dist/esm/types/src/icons/BookAudioIcon.d.ts | 5 + dist/esm/types/src/icons/BookCheckIcon.d.ts | 5 + dist/esm/types/src/icons/BookCopyIcon.d.ts | 5 + dist/esm/types/src/icons/BookDashedIcon.d.ts | 5 + dist/esm/types/src/icons/BookDownIcon.d.ts | 5 + .../types/src/icons/BookHeadphonesIcon.d.ts | 5 + dist/esm/types/src/icons/BookHeartIcon.d.ts | 5 + dist/esm/types/src/icons/BookIcon.d.ts | 5 + dist/esm/types/src/icons/BookImageIcon.d.ts | 5 + dist/esm/types/src/icons/BookKeyIcon.d.ts | 5 + dist/esm/types/src/icons/BookLockIcon.d.ts | 5 + dist/esm/types/src/icons/BookMarkedIcon.d.ts | 5 + dist/esm/types/src/icons/BookMinusIcon.d.ts | 5 + .../types/src/icons/BookOpenCheckIcon.d.ts | 5 + dist/esm/types/src/icons/BookOpenIcon.d.ts | 5 + .../esm/types/src/icons/BookOpenTextIcon.d.ts | 5 + dist/esm/types/src/icons/BookPlusIcon.d.ts | 5 + dist/esm/types/src/icons/BookTextIcon.d.ts | 5 + dist/esm/types/src/icons/BookTypeIcon.d.ts | 5 + dist/esm/types/src/icons/BookUp2Icon.d.ts | 5 + dist/esm/types/src/icons/BookUpIcon.d.ts | 5 + dist/esm/types/src/icons/BookUserIcon.d.ts | 5 + dist/esm/types/src/icons/BookXIcon.d.ts | 5 + .../types/src/icons/BookmarkCheckIcon.d.ts | 5 + dist/esm/types/src/icons/BookmarkIcon.d.ts | 5 + .../types/src/icons/BookmarkMinusIcon.d.ts | 5 + .../esm/types/src/icons/BookmarkPlusIcon.d.ts | 5 + dist/esm/types/src/icons/BookmarkXIcon.d.ts | 5 + dist/esm/types/src/icons/BoomBoxIcon.d.ts | 5 + dist/esm/types/src/icons/BotIcon.d.ts | 5 + .../types/src/icons/BotMessageSquareIcon.d.ts | 5 + dist/esm/types/src/icons/BoxIcon.d.ts | 5 + dist/esm/types/src/icons/BoxOutlineIcon.d.ts | 5 + dist/esm/types/src/icons/BoxSelectIcon.d.ts | 5 + dist/esm/types/src/icons/BoxesIcon.d.ts | 5 + dist/esm/types/src/icons/BracesIcon.d.ts | 5 + dist/esm/types/src/icons/BracketsIcon.d.ts | 5 + .../esm/types/src/icons/BrainCircuitIcon.d.ts | 5 + dist/esm/types/src/icons/BrainCogIcon.d.ts | 5 + dist/esm/types/src/icons/BrainIcon.d.ts | 5 + dist/esm/types/src/icons/BrickWallIcon.d.ts | 5 + .../src/icons/BriefcaseBusinessIcon.d.ts | 5 + dist/esm/types/src/icons/BriefcaseIcon.d.ts | 5 + .../types/src/icons/BriefcaseMedicalIcon.d.ts | 5 + .../esm/types/src/icons/BringToFrontIcon.d.ts | 5 + dist/esm/types/src/icons/BrushIcon.d.ts | 5 + dist/esm/types/src/icons/BucketCopyIcon.d.ts | 5 + dist/esm/types/src/icons/BucketIcon.d.ts | 5 + dist/esm/types/src/icons/BucketQuotaIcon.d.ts | 5 + dist/esm/types/src/icons/BugIcon.d.ts | 5 + dist/esm/types/src/icons/BugOffIcon.d.ts | 5 + dist/esm/types/src/icons/BugPlayIcon.d.ts | 5 + dist/esm/types/src/icons/Building2Icon.d.ts | 5 + dist/esm/types/src/icons/BuildingIcon.d.ts | 5 + dist/esm/types/src/icons/BusFrontIcon.d.ts | 5 + dist/esm/types/src/icons/BusIcon.d.ts | 5 + dist/esm/types/src/icons/CableCarIcon.d.ts | 5 + dist/esm/types/src/icons/CableIcon.d.ts | 5 + dist/esm/types/src/icons/CakeIcon.d.ts | 5 + dist/esm/types/src/icons/CakeSliceIcon.d.ts | 5 + dist/esm/types/src/icons/CalculatorIcon.d.ts | 5 + .../types/src/icons/CalendarCheck2Icon.d.ts | 5 + .../types/src/icons/CalendarCheckIcon.d.ts | 5 + .../types/src/icons/CalendarClockIcon.d.ts | 5 + .../esm/types/src/icons/CalendarDaysIcon.d.ts | 5 + .../esm/types/src/icons/CalendarFoldIcon.d.ts | 5 + .../types/src/icons/CalendarHeartIcon.d.ts | 5 + dist/esm/types/src/icons/CalendarIcon.d.ts | 5 + .../types/src/icons/CalendarMinus2Icon.d.ts | 5 + .../types/src/icons/CalendarMinusIcon.d.ts | 5 + dist/esm/types/src/icons/CalendarOffIcon.d.ts | 5 + .../types/src/icons/CalendarPlus2Icon.d.ts | 5 + .../esm/types/src/icons/CalendarPlusIcon.d.ts | 5 + .../types/src/icons/CalendarRangeIcon.d.ts | 5 + .../types/src/icons/CalendarSearchIcon.d.ts | 5 + dist/esm/types/src/icons/CalendarX2Icon.d.ts | 5 + dist/esm/types/src/icons/CalendarXIcon.d.ts | 5 + dist/esm/types/src/icons/CameraIcon.d.ts | 5 + dist/esm/types/src/icons/CameraOffIcon.d.ts | 5 + .../types/src/icons/CandlestickChartIcon.d.ts | 5 + dist/esm/types/src/icons/CandyCaneIcon.d.ts | 5 + dist/esm/types/src/icons/CandyIcon.d.ts | 5 + dist/esm/types/src/icons/CandyOffIcon.d.ts | 5 + dist/esm/types/src/icons/CannabisIcon.d.ts | 5 + dist/esm/types/src/icons/CaptionsIcon.d.ts | 5 + dist/esm/types/src/icons/CaptionsOffIcon.d.ts | 5 + dist/esm/types/src/icons/CarFrontIcon.d.ts | 5 + dist/esm/types/src/icons/CarIcon.d.ts | 5 + .../esm/types/src/icons/CarTaxiFrontIcon.d.ts | 5 + dist/esm/types/src/icons/CaravanIcon.d.ts | 5 + dist/esm/types/src/icons/CaretFilledIcon.d.ts | 5 + dist/esm/types/src/icons/CaretIcon.d.ts | 5 + dist/esm/types/src/icons/CaseLowerIcon.d.ts | 5 + .../types/src/icons/CaseSensitiveIcon.d.ts | 5 + dist/esm/types/src/icons/CaseUpperIcon.d.ts | 5 + .../esm/types/src/icons/CassetteTapeIcon.d.ts | 5 + dist/esm/types/src/icons/CastIcon.d.ts | 5 + dist/esm/types/src/icons/CastleIcon.d.ts | 5 + dist/esm/types/src/icons/CatIcon.d.ts | 5 + dist/esm/types/src/icons/CctvIcon.d.ts | 5 + dist/esm/types/src/icons/CheckCheckIcon.d.ts | 5 + dist/esm/types/src/icons/CheckIcon.d.ts | 5 + dist/esm/types/src/icons/ChefHatIcon.d.ts | 5 + dist/esm/types/src/icons/CherryIcon.d.ts | 5 + dist/esm/types/src/icons/ChevronDownIcon.d.ts | 5 + .../esm/types/src/icons/ChevronFirstIcon.d.ts | 5 + dist/esm/types/src/icons/ChevronLastIcon.d.ts | 5 + dist/esm/types/src/icons/ChevronLeftIcon.d.ts | 5 + .../esm/types/src/icons/ChevronRightIcon.d.ts | 5 + dist/esm/types/src/icons/ChevronUpIcon.d.ts | 5 + .../esm/types/src/icons/ChevronsDownIcon.d.ts | 5 + .../types/src/icons/ChevronsDownUpIcon.d.ts | 5 + .../esm/types/src/icons/ChevronsLeftIcon.d.ts | 5 + .../src/icons/ChevronsLeftRightIcon.d.ts | 5 + .../types/src/icons/ChevronsRightIcon.d.ts | 5 + .../src/icons/ChevronsRightLeftIcon.d.ts | 5 + .../types/src/icons/ChevronsUpDownIcon.d.ts | 5 + dist/esm/types/src/icons/ChevronsUpIcon.d.ts | 5 + dist/esm/types/src/icons/ChromeIcon.d.ts | 5 + dist/esm/types/src/icons/ChurchIcon.d.ts | 5 + dist/esm/types/src/icons/CigaretteIcon.d.ts | 5 + .../esm/types/src/icons/CigaretteOffIcon.d.ts | 5 + dist/esm/types/src/icons/CircleAlertIcon.d.ts | 5 + .../types/src/icons/CircleArrowDownIcon.d.ts | 5 + .../types/src/icons/CircleArrowLeftIcon.d.ts | 5 + .../src/icons/CircleArrowOutDownLeftIcon.d.ts | 5 + .../icons/CircleArrowOutDownRightIcon.d.ts | 5 + .../src/icons/CircleArrowOutUpLeftIcon.d.ts | 5 + .../src/icons/CircleArrowOutUpRightIcon.d.ts | 5 + .../types/src/icons/CircleArrowRightIcon.d.ts | 5 + .../types/src/icons/CircleArrowUpIcon.d.ts | 5 + .../types/src/icons/CircleCheckBigIcon.d.ts | 5 + dist/esm/types/src/icons/CircleCheckIcon.d.ts | 5 + .../src/icons/CircleChevronDownIcon.d.ts | 5 + .../src/icons/CircleChevronLeftIcon.d.ts | 5 + .../src/icons/CircleChevronRightIcon.d.ts | 5 + .../types/src/icons/CircleChevronUpIcon.d.ts | 5 + .../esm/types/src/icons/CircleDashedIcon.d.ts | 5 + .../esm/types/src/icons/CircleDivideIcon.d.ts | 5 + .../types/src/icons/CircleDollarSignIcon.d.ts | 5 + .../types/src/icons/CircleDotDashedIcon.d.ts | 5 + dist/esm/types/src/icons/CircleDotIcon.d.ts | 5 + .../types/src/icons/CircleEllipsisIcon.d.ts | 5 + dist/esm/types/src/icons/CircleEqualIcon.d.ts | 5 + .../types/src/icons/CircleFadingPlusIcon.d.ts | 5 + dist/esm/types/src/icons/CircleFillIcon.d.ts | 5 + dist/esm/types/src/icons/CircleGaugeIcon.d.ts | 5 + dist/esm/types/src/icons/CircleHelpIcon.d.ts | 5 + dist/esm/types/src/icons/CircleIcon.d.ts | 5 + dist/esm/types/src/icons/CircleMinusIcon.d.ts | 5 + dist/esm/types/src/icons/CircleOffIcon.d.ts | 5 + .../types/src/icons/CircleParkingIcon.d.ts | 5 + .../types/src/icons/CircleParkingOffIcon.d.ts | 5 + dist/esm/types/src/icons/CirclePauseIcon.d.ts | 5 + .../types/src/icons/CirclePercentIcon.d.ts | 5 + dist/esm/types/src/icons/CirclePlayIcon.d.ts | 5 + dist/esm/types/src/icons/CirclePlusIcon.d.ts | 5 + dist/esm/types/src/icons/CirclePowerIcon.d.ts | 5 + .../esm/types/src/icons/CircleSlash2Icon.d.ts | 5 + dist/esm/types/src/icons/CircleSlashIcon.d.ts | 5 + dist/esm/types/src/icons/CircleStopIcon.d.ts | 5 + dist/esm/types/src/icons/CircleUserIcon.d.ts | 5 + .../types/src/icons/CircleUserRoundIcon.d.ts | 5 + dist/esm/types/src/icons/CircleXIcon.d.ts | 5 + .../esm/types/src/icons/CircuitBoardIcon.d.ts | 5 + dist/esm/types/src/icons/CitrusIcon.d.ts | 5 + .../esm/types/src/icons/ClapperboardIcon.d.ts | 5 + .../types/src/icons/ClipboardCheckIcon.d.ts | 5 + .../types/src/icons/ClipboardCopyIcon.d.ts | 5 + dist/esm/types/src/icons/ClipboardIcon.d.ts | 5 + .../types/src/icons/ClipboardListIcon.d.ts | 5 + .../types/src/icons/ClipboardMinusIcon.d.ts | 5 + .../types/src/icons/ClipboardPasteIcon.d.ts | 5 + .../esm/types/src/icons/ClipboardPenIcon.d.ts | 5 + .../types/src/icons/ClipboardPenLineIcon.d.ts | 5 + .../types/src/icons/ClipboardPlusIcon.d.ts | 5 + .../types/src/icons/ClipboardTypeIcon.d.ts | 5 + dist/esm/types/src/icons/ClipboardXIcon.d.ts | 5 + dist/esm/types/src/icons/Clock10Icon.d.ts | 5 + dist/esm/types/src/icons/Clock11Icon.d.ts | 5 + dist/esm/types/src/icons/Clock12Icon.d.ts | 5 + dist/esm/types/src/icons/Clock1Icon.d.ts | 5 + dist/esm/types/src/icons/Clock2Icon.d.ts | 5 + dist/esm/types/src/icons/Clock3Icon.d.ts | 5 + dist/esm/types/src/icons/Clock4Icon.d.ts | 5 + dist/esm/types/src/icons/Clock5Icon.d.ts | 5 + dist/esm/types/src/icons/Clock6Icon.d.ts | 5 + dist/esm/types/src/icons/Clock7Icon.d.ts | 5 + dist/esm/types/src/icons/Clock8Icon.d.ts | 5 + dist/esm/types/src/icons/Clock9Icon.d.ts | 5 + dist/esm/types/src/icons/ClockIcon.d.ts | 5 + dist/esm/types/src/icons/CloudCogIcon.d.ts | 5 + .../types/src/icons/CloudDownloadIcon.d.ts | 5 + .../esm/types/src/icons/CloudDrizzleIcon.d.ts | 5 + dist/esm/types/src/icons/CloudFogIcon.d.ts | 5 + dist/esm/types/src/icons/CloudHailIcon.d.ts | 5 + dist/esm/types/src/icons/CloudIcon.d.ts | 5 + .../types/src/icons/CloudLightningIcon.d.ts | 5 + dist/esm/types/src/icons/CloudMoonIcon.d.ts | 5 + .../types/src/icons/CloudMoonRainIcon.d.ts | 5 + dist/esm/types/src/icons/CloudOffIcon.d.ts | 5 + dist/esm/types/src/icons/CloudRainIcon.d.ts | 5 + .../types/src/icons/CloudRainWindIcon.d.ts | 5 + dist/esm/types/src/icons/CloudSnowIcon.d.ts | 5 + dist/esm/types/src/icons/CloudSunIcon.d.ts | 5 + .../esm/types/src/icons/CloudSunRainIcon.d.ts | 5 + dist/esm/types/src/icons/CloudUploadIcon.d.ts | 5 + dist/esm/types/src/icons/CloudyIcon.d.ts | 5 + dist/esm/types/src/icons/CloverIcon.d.ts | 5 + dist/esm/types/src/icons/ClubIcon.d.ts | 5 + .../types/src/icons/ClusterHealthIcon.d.ts | 5 + dist/esm/types/src/icons/ClusterIcon.d.ts | 5 + .../types/src/icons/ClusterIngressIcon.d.ts | 5 + dist/esm/types/src/icons/ClusterNodeIcon.d.ts | 5 + .../src/icons/ClusterReplicationIcon.d.ts | 5 + dist/esm/types/src/icons/ClustersIcon.d.ts | 5 + dist/esm/types/src/icons/CodeIcon.d.ts | 5 + dist/esm/types/src/icons/CodeXmlIcon.d.ts | 5 + dist/esm/types/src/icons/CodepenIcon.d.ts | 5 + dist/esm/types/src/icons/CodesandboxIcon.d.ts | 5 + dist/esm/types/src/icons/CoffeeIcon.d.ts | 5 + dist/esm/types/src/icons/CogIcon.d.ts | 5 + dist/esm/types/src/icons/CoinsIcon.d.ts | 5 + dist/esm/types/src/icons/CollapseIcon.d.ts | 5 + dist/esm/types/src/icons/Columns2Icon.d.ts | 5 + dist/esm/types/src/icons/Columns3Icon.d.ts | 5 + dist/esm/types/src/icons/Columns4Icon.d.ts | 5 + dist/esm/types/src/icons/CombineIcon.d.ts | 5 + dist/esm/types/src/icons/CommandIcon.d.ts | 5 + dist/esm/types/src/icons/CompassIcon.d.ts | 5 + dist/esm/types/src/icons/ComponentIcon.d.ts | 5 + dist/esm/types/src/icons/ComputerIcon.d.ts | 5 + .../types/src/icons/ConciergeBellIcon.d.ts | 5 + dist/esm/types/src/icons/ConeIcon.d.ts | 5 + .../esm/types/src/icons/ConstructionIcon.d.ts | 5 + dist/esm/types/src/icons/ContactIcon.d.ts | 5 + .../esm/types/src/icons/ContactRoundIcon.d.ts | 5 + dist/esm/types/src/icons/ContainerIcon.d.ts | 5 + .../types/src/icons/ContainerImagesIcon.d.ts | 5 + dist/esm/types/src/icons/ContrastIcon.d.ts | 5 + dist/esm/types/src/icons/CookieIcon.d.ts | 5 + dist/esm/types/src/icons/CookingPotIcon.d.ts | 5 + dist/esm/types/src/icons/CopyCheckIcon.d.ts | 5 + dist/esm/types/src/icons/CopyIcon.d.ts | 5 + dist/esm/types/src/icons/CopyMinusIcon.d.ts | 5 + dist/esm/types/src/icons/CopyPlusIcon.d.ts | 5 + dist/esm/types/src/icons/CopySlashIcon.d.ts | 5 + dist/esm/types/src/icons/CopyXIcon.d.ts | 5 + dist/esm/types/src/icons/CopyleftIcon.d.ts | 5 + dist/esm/types/src/icons/CopyrightIcon.d.ts | 5 + .../types/src/icons/CornerDownLeftIcon.d.ts | 5 + .../types/src/icons/CornerDownRightIcon.d.ts | 5 + .../types/src/icons/CornerLeftDownIcon.d.ts | 5 + .../esm/types/src/icons/CornerLeftUpIcon.d.ts | 5 + .../types/src/icons/CornerRightDownIcon.d.ts | 5 + .../types/src/icons/CornerRightUpIcon.d.ts | 5 + .../esm/types/src/icons/CornerUpLeftIcon.d.ts | 5 + .../types/src/icons/CornerUpRightIcon.d.ts | 5 + dist/esm/types/src/icons/CpuIcon.d.ts | 5 + .../types/src/icons/CreativeCommonsIcon.d.ts | 5 + dist/esm/types/src/icons/CreditCardIcon.d.ts | 5 + dist/esm/types/src/icons/CroissantIcon.d.ts | 5 + dist/esm/types/src/icons/CropIcon.d.ts | 5 + dist/esm/types/src/icons/CrossIcon.d.ts | 5 + dist/esm/types/src/icons/CrosshairIcon.d.ts | 5 + dist/esm/types/src/icons/CrownIcon.d.ts | 5 + dist/esm/types/src/icons/CuboidIcon.d.ts | 5 + dist/esm/types/src/icons/CupSodaIcon.d.ts | 5 + dist/esm/types/src/icons/CurrencyIcon.d.ts | 5 + dist/esm/types/src/icons/CylinderIcon.d.ts | 5 + dist/esm/types/src/icons/DataIcon.d.ts | 5 + dist/esm/types/src/icons/DatabaseApiIcon.d.ts | 5 + .../types/src/icons/DatabaseBackupIcon.d.ts | 5 + dist/esm/types/src/icons/DatabaseIcon.d.ts | 5 + dist/esm/types/src/icons/DatabaseZapIcon.d.ts | 5 + dist/esm/types/src/icons/DeleteIcon.d.ts | 5 + dist/esm/types/src/icons/DessertIcon.d.ts | 5 + dist/esm/types/src/icons/DiameterIcon.d.ts | 5 + dist/esm/types/src/icons/DiamondIcon.d.ts | 5 + .../types/src/icons/DiamondPercentIcon.d.ts | 5 + dist/esm/types/src/icons/Dice1Icon.d.ts | 5 + dist/esm/types/src/icons/Dice2Icon.d.ts | 5 + dist/esm/types/src/icons/Dice3Icon.d.ts | 5 + dist/esm/types/src/icons/Dice4Icon.d.ts | 5 + dist/esm/types/src/icons/Dice5Icon.d.ts | 5 + dist/esm/types/src/icons/Dice6Icon.d.ts | 5 + dist/esm/types/src/icons/DicesIcon.d.ts | 5 + dist/esm/types/src/icons/DiffIcon.d.ts | 5 + dist/esm/types/src/icons/Disc2Icon.d.ts | 5 + dist/esm/types/src/icons/Disc3Icon.d.ts | 5 + dist/esm/types/src/icons/DiscAlbumIcon.d.ts | 5 + dist/esm/types/src/icons/DiscIcon.d.ts | 5 + dist/esm/types/src/icons/DivideIcon.d.ts | 5 + dist/esm/types/src/icons/DnaIcon.d.ts | 5 + dist/esm/types/src/icons/DnaOffIcon.d.ts | 5 + dist/esm/types/src/icons/DockIcon.d.ts | 5 + dist/esm/types/src/icons/DogIcon.d.ts | 5 + dist/esm/types/src/icons/DollarSignIcon.d.ts | 5 + dist/esm/types/src/icons/DonutIcon.d.ts | 5 + dist/esm/types/src/icons/DoorClosedIcon.d.ts | 5 + dist/esm/types/src/icons/DoorOpenIcon.d.ts | 5 + dist/esm/types/src/icons/DotIcon.d.ts | 5 + dist/esm/types/src/icons/DownloadIcon.d.ts | 5 + .../types/src/icons/DraftingCompassIcon.d.ts | 5 + dist/esm/types/src/icons/DramaIcon.d.ts | 5 + dist/esm/types/src/icons/DribbbleIcon.d.ts | 5 + dist/esm/types/src/icons/DrillIcon.d.ts | 5 + dist/esm/types/src/icons/DropletIcon.d.ts | 5 + dist/esm/types/src/icons/DropletsIcon.d.ts | 5 + dist/esm/types/src/icons/DrumIcon.d.ts | 5 + dist/esm/types/src/icons/DrumstickIcon.d.ts | 5 + dist/esm/types/src/icons/DumbbellIcon.d.ts | 5 + dist/esm/types/src/icons/EarIcon.d.ts | 5 + dist/esm/types/src/icons/EarOffIcon.d.ts | 5 + dist/esm/types/src/icons/EarthIcon.d.ts | 5 + dist/esm/types/src/icons/EarthLockIcon.d.ts | 5 + dist/esm/types/src/icons/EclipseIcon.d.ts | 5 + dist/esm/types/src/icons/EggFriedIcon.d.ts | 5 + dist/esm/types/src/icons/EggIcon.d.ts | 5 + dist/esm/types/src/icons/EggOffIcon.d.ts | 5 + dist/esm/types/src/icons/EllipsisIcon.d.ts | 5 + .../types/src/icons/EllipsisVerticalIcon.d.ts | 5 + dist/esm/types/src/icons/EqualIcon.d.ts | 5 + dist/esm/types/src/icons/EqualNotIcon.d.ts | 5 + dist/esm/types/src/icons/EraserIcon.d.ts | 5 + dist/esm/types/src/icons/EuroIcon.d.ts | 5 + dist/esm/types/src/icons/ExpandIcon.d.ts | 5 + .../esm/types/src/icons/ExternalLinkIcon.d.ts | 5 + dist/esm/types/src/icons/EyeIcon.d.ts | 5 + dist/esm/types/src/icons/EyeOffIcon.d.ts | 5 + dist/esm/types/src/icons/FacebookIcon.d.ts | 5 + dist/esm/types/src/icons/FactoryIcon.d.ts | 5 + dist/esm/types/src/icons/FanIcon.d.ts | 5 + dist/esm/types/src/icons/FastForwardIcon.d.ts | 5 + dist/esm/types/src/icons/FeatherIcon.d.ts | 5 + dist/esm/types/src/icons/FenceIcon.d.ts | 5 + dist/esm/types/src/icons/FerrisWheelIcon.d.ts | 5 + dist/esm/types/src/icons/FigmaIcon.d.ts | 5 + dist/esm/types/src/icons/FileArchiveIcon.d.ts | 5 + dist/esm/types/src/icons/FileAudio2Icon.d.ts | 5 + dist/esm/types/src/icons/FileAudioIcon.d.ts | 5 + dist/esm/types/src/icons/FileAxis3dIcon.d.ts | 5 + dist/esm/types/src/icons/FileBadge2Icon.d.ts | 5 + dist/esm/types/src/icons/FileBadgeIcon.d.ts | 5 + .../types/src/icons/FileBarChart2Icon.d.ts | 5 + .../esm/types/src/icons/FileBarChartIcon.d.ts | 5 + dist/esm/types/src/icons/FileBoxIcon.d.ts | 5 + dist/esm/types/src/icons/FileCheck2Icon.d.ts | 5 + dist/esm/types/src/icons/FileCheckIcon.d.ts | 5 + dist/esm/types/src/icons/FileClockIcon.d.ts | 5 + dist/esm/types/src/icons/FileCode2Icon.d.ts | 5 + dist/esm/types/src/icons/FileCodeIcon.d.ts | 5 + dist/esm/types/src/icons/FileCogIcon.d.ts | 5 + dist/esm/types/src/icons/FileDiffIcon.d.ts | 5 + dist/esm/types/src/icons/FileDigitIcon.d.ts | 5 + dist/esm/types/src/icons/FileDownIcon.d.ts | 5 + dist/esm/types/src/icons/FileHeartIcon.d.ts | 5 + dist/esm/types/src/icons/FileIcon.d.ts | 5 + dist/esm/types/src/icons/FileImageIcon.d.ts | 5 + dist/esm/types/src/icons/FileInputIcon.d.ts | 5 + dist/esm/types/src/icons/FileJson2Icon.d.ts | 5 + dist/esm/types/src/icons/FileJsonIcon.d.ts | 5 + dist/esm/types/src/icons/FileKey2Icon.d.ts | 5 + dist/esm/types/src/icons/FileKeyIcon.d.ts | 5 + .../types/src/icons/FileLineChartIcon.d.ts | 5 + dist/esm/types/src/icons/FileLock2Icon.d.ts | 5 + dist/esm/types/src/icons/FileLockIcon.d.ts | 5 + dist/esm/types/src/icons/FileMinus2Icon.d.ts | 5 + dist/esm/types/src/icons/FileMinusIcon.d.ts | 5 + dist/esm/types/src/icons/FileMusicIcon.d.ts | 5 + dist/esm/types/src/icons/FileOutputIcon.d.ts | 5 + dist/esm/types/src/icons/FilePenIcon.d.ts | 5 + dist/esm/types/src/icons/FilePenLineIcon.d.ts | 5 + .../esm/types/src/icons/FilePieChartIcon.d.ts | 5 + dist/esm/types/src/icons/FilePlus2Icon.d.ts | 5 + dist/esm/types/src/icons/FilePlusIcon.d.ts | 5 + .../esm/types/src/icons/FileQuestionIcon.d.ts | 5 + dist/esm/types/src/icons/FileScanIcon.d.ts | 5 + dist/esm/types/src/icons/FileSearch2Icon.d.ts | 5 + dist/esm/types/src/icons/FileSearchIcon.d.ts | 5 + dist/esm/types/src/icons/FileSlidersIcon.d.ts | 5 + .../types/src/icons/FileSpreadsheetIcon.d.ts | 5 + dist/esm/types/src/icons/FileStackIcon.d.ts | 5 + dist/esm/types/src/icons/FileSymlinkIcon.d.ts | 5 + .../esm/types/src/icons/FileTerminalIcon.d.ts | 5 + dist/esm/types/src/icons/FileTextIcon.d.ts | 5 + dist/esm/types/src/icons/FileType2Icon.d.ts | 5 + dist/esm/types/src/icons/FileTypeIcon.d.ts | 5 + dist/esm/types/src/icons/FileUpIcon.d.ts | 5 + dist/esm/types/src/icons/FileVideo2Icon.d.ts | 5 + dist/esm/types/src/icons/FileVideoIcon.d.ts | 5 + dist/esm/types/src/icons/FileVolume2Icon.d.ts | 5 + dist/esm/types/src/icons/FileVolumeIcon.d.ts | 5 + dist/esm/types/src/icons/FileWarningIcon.d.ts | 5 + dist/esm/types/src/icons/FileX2Icon.d.ts | 5 + dist/esm/types/src/icons/FileXIcon.d.ts | 5 + dist/esm/types/src/icons/FilesIcon.d.ts | 5 + dist/esm/types/src/icons/FilmIcon.d.ts | 5 + dist/esm/types/src/icons/FilterIcon.d.ts | 5 + dist/esm/types/src/icons/FilterXIcon.d.ts | 5 + dist/esm/types/src/icons/FingerprintIcon.d.ts | 5 + .../types/src/icons/FireExtinguisherIcon.d.ts | 5 + dist/esm/types/src/icons/FishIcon.d.ts | 5 + dist/esm/types/src/icons/FishSymbolIcon.d.ts | 5 + dist/esm/types/src/icons/FlagIcon.d.ts | 5 + dist/esm/types/src/icons/FlagOffIcon.d.ts | 5 + .../types/src/icons/FlagTriangleLeftIcon.d.ts | 5 + .../src/icons/FlagTriangleRightIcon.d.ts | 5 + dist/esm/types/src/icons/FlameIcon.d.ts | 5 + .../types/src/icons/FlameKindlingIcon.d.ts | 5 + dist/esm/types/src/icons/FlashlightIcon.d.ts | 5 + .../types/src/icons/FlashlightOffIcon.d.ts | 5 + .../esm/types/src/icons/FlaskConicalIcon.d.ts | 5 + .../types/src/icons/FlaskConicalOffIcon.d.ts | 5 + dist/esm/types/src/icons/FlaskRoundIcon.d.ts | 5 + .../types/src/icons/FlipHorizontal2Icon.d.ts | 5 + .../types/src/icons/FlipHorizontalIcon.d.ts | 5 + .../types/src/icons/FlipVertical2Icon.d.ts | 5 + .../esm/types/src/icons/FlipVerticalIcon.d.ts | 5 + dist/esm/types/src/icons/Flower2Icon.d.ts | 5 + dist/esm/types/src/icons/FlowerIcon.d.ts | 5 + dist/esm/types/src/icons/FocusIcon.d.ts | 5 + .../types/src/icons/FoldHorizontalIcon.d.ts | 5 + .../esm/types/src/icons/FoldVerticalIcon.d.ts | 5 + .../types/src/icons/FolderArchiveIcon.d.ts | 5 + dist/esm/types/src/icons/FolderCheckIcon.d.ts | 5 + dist/esm/types/src/icons/FolderClockIcon.d.ts | 5 + .../esm/types/src/icons/FolderClosedIcon.d.ts | 5 + dist/esm/types/src/icons/FolderCogIcon.d.ts | 5 + dist/esm/types/src/icons/FolderDotIcon.d.ts | 5 + dist/esm/types/src/icons/FolderDownIcon.d.ts | 5 + dist/esm/types/src/icons/FolderGit2Icon.d.ts | 5 + dist/esm/types/src/icons/FolderGitIcon.d.ts | 5 + dist/esm/types/src/icons/FolderHeartIcon.d.ts | 5 + dist/esm/types/src/icons/FolderIcon.d.ts | 5 + dist/esm/types/src/icons/FolderInputIcon.d.ts | 5 + .../esm/types/src/icons/FolderKanbanIcon.d.ts | 5 + dist/esm/types/src/icons/FolderKey2Icon.d.ts | 5 + dist/esm/types/src/icons/FolderKeyIcon.d.ts | 5 + dist/esm/types/src/icons/FolderLockIcon.d.ts | 5 + dist/esm/types/src/icons/FolderMinusIcon.d.ts | 5 + .../types/src/icons/FolderOpenDotIcon.d.ts | 5 + dist/esm/types/src/icons/FolderOpenIcon.d.ts | 5 + .../esm/types/src/icons/FolderOutputIcon.d.ts | 5 + dist/esm/types/src/icons/FolderPenIcon.d.ts | 5 + dist/esm/types/src/icons/FolderPlusIcon.d.ts | 5 + dist/esm/types/src/icons/FolderRootIcon.d.ts | 5 + .../types/src/icons/FolderSearch2Icon.d.ts | 5 + .../esm/types/src/icons/FolderSearchIcon.d.ts | 5 + .../types/src/icons/FolderSymlinkIcon.d.ts | 5 + dist/esm/types/src/icons/FolderSyncIcon.d.ts | 5 + dist/esm/types/src/icons/FolderTreeIcon.d.ts | 5 + dist/esm/types/src/icons/FolderUpIcon.d.ts | 5 + dist/esm/types/src/icons/FolderXIcon.d.ts | 5 + dist/esm/types/src/icons/FoldersIcon.d.ts | 5 + dist/esm/types/src/icons/FootprintsIcon.d.ts | 5 + dist/esm/types/src/icons/ForkliftIcon.d.ts | 5 + dist/esm/types/src/icons/ForwardIcon.d.ts | 5 + dist/esm/types/src/icons/FrameIcon.d.ts | 5 + dist/esm/types/src/icons/FramerIcon.d.ts | 5 + dist/esm/types/src/icons/FrownIcon.d.ts | 5 + dist/esm/types/src/icons/FuelIcon.d.ts | 5 + dist/esm/types/src/icons/FullscreenIcon.d.ts | 5 + .../src/icons/GalleryHorizontalEndIcon.d.ts | 5 + .../src/icons/GalleryHorizontalIcon.d.ts | 5 + .../src/icons/GalleryThumbnailsIcon.d.ts | 5 + .../src/icons/GalleryVerticalEndIcon.d.ts | 5 + .../types/src/icons/GalleryVerticalIcon.d.ts | 5 + dist/esm/types/src/icons/Gamepad2Icon.d.ts | 5 + dist/esm/types/src/icons/GamepadIcon.d.ts | 5 + dist/esm/types/src/icons/GanttChartIcon.d.ts | 5 + dist/esm/types/src/icons/GaugeIcon.d.ts | 5 + dist/esm/types/src/icons/GavelIcon.d.ts | 5 + dist/esm/types/src/icons/GemIcon.d.ts | 5 + dist/esm/types/src/icons/GhostIcon.d.ts | 5 + dist/esm/types/src/icons/GiftIcon.d.ts | 5 + dist/esm/types/src/icons/GitBranchIcon.d.ts | 5 + .../types/src/icons/GitBranchPlusIcon.d.ts | 5 + .../src/icons/GitCommitHorizontalIcon.d.ts | 5 + .../src/icons/GitCommitVerticalIcon.d.ts | 5 + .../types/src/icons/GitCompareArrowsIcon.d.ts | 5 + dist/esm/types/src/icons/GitCompareIcon.d.ts | 5 + dist/esm/types/src/icons/GitForkIcon.d.ts | 5 + dist/esm/types/src/icons/GitGraphIcon.d.ts | 5 + dist/esm/types/src/icons/GitMergeIcon.d.ts | 5 + .../src/icons/GitPullRequestArrowIcon.d.ts | 5 + .../src/icons/GitPullRequestClosedIcon.d.ts | 5 + .../icons/GitPullRequestCreateArrowIcon.d.ts | 5 + .../src/icons/GitPullRequestCreateIcon.d.ts | 5 + .../src/icons/GitPullRequestDraftIcon.d.ts | 5 + .../types/src/icons/GitPullRequestIcon.d.ts | 5 + dist/esm/types/src/icons/GithubIcon.d.ts | 5 + dist/esm/types/src/icons/GitlabIcon.d.ts | 5 + dist/esm/types/src/icons/GlassWaterIcon.d.ts | 5 + dist/esm/types/src/icons/GlassesIcon.d.ts | 5 + dist/esm/types/src/icons/GlobeIcon.d.ts | 5 + dist/esm/types/src/icons/GlobeLockIcon.d.ts | 5 + dist/esm/types/src/icons/GoalIcon.d.ts | 5 + .../types/src/icons/GoogleGkeSiteIcon.d.ts | 5 + dist/esm/types/src/icons/GrabIcon.d.ts | 5 + .../types/src/icons/GraduationCapIcon.d.ts | 5 + dist/esm/types/src/icons/GrapeIcon.d.ts | 5 + dist/esm/types/src/icons/Grid2x2Icon.d.ts | 5 + dist/esm/types/src/icons/Grid3x3Icon.d.ts | 5 + .../types/src/icons/GripHorizontalIcon.d.ts | 5 + dist/esm/types/src/icons/GripIcon.d.ts | 5 + .../esm/types/src/icons/GripVerticalIcon.d.ts | 5 + dist/esm/types/src/icons/GroupIcon.d.ts | 5 + dist/esm/types/src/icons/GuitarIcon.d.ts | 5 + dist/esm/types/src/icons/HamIcon.d.ts | 5 + dist/esm/types/src/icons/HammerIcon.d.ts | 5 + dist/esm/types/src/icons/HandCoinsIcon.d.ts | 5 + dist/esm/types/src/icons/HandHeartIcon.d.ts | 5 + dist/esm/types/src/icons/HandHelpingIcon.d.ts | 5 + dist/esm/types/src/icons/HandIcon.d.ts | 5 + dist/esm/types/src/icons/HandMetalIcon.d.ts | 5 + dist/esm/types/src/icons/HandPlatterIcon.d.ts | 5 + dist/esm/types/src/icons/HandshakeIcon.d.ts | 5 + .../src/icons/HardDriveDownloadIcon.d.ts | 5 + dist/esm/types/src/icons/HardDriveIcon.d.ts | 5 + .../types/src/icons/HardDriveSearchIcon.d.ts | 5 + .../types/src/icons/HardDriveUploadIcon.d.ts | 5 + dist/esm/types/src/icons/HardHatIcon.d.ts | 5 + dist/esm/types/src/icons/HashIcon.d.ts | 5 + dist/esm/types/src/icons/HazeIcon.d.ts | 5 + dist/esm/types/src/icons/HdmiPortIcon.d.ts | 5 + dist/esm/types/src/icons/Heading1Icon.d.ts | 5 + dist/esm/types/src/icons/Heading2Icon.d.ts | 5 + dist/esm/types/src/icons/Heading3Icon.d.ts | 5 + dist/esm/types/src/icons/Heading4Icon.d.ts | 5 + dist/esm/types/src/icons/Heading5Icon.d.ts | 5 + dist/esm/types/src/icons/Heading6Icon.d.ts | 5 + dist/esm/types/src/icons/HeadingIcon.d.ts | 5 + dist/esm/types/src/icons/HeadphonesIcon.d.ts | 5 + dist/esm/types/src/icons/HeadsetIcon.d.ts | 5 + dist/esm/types/src/icons/HeartCrackIcon.d.ts | 5 + .../types/src/icons/HeartHandshakeIcon.d.ts | 5 + dist/esm/types/src/icons/HeartIcon.d.ts | 5 + dist/esm/types/src/icons/HeartOffIcon.d.ts | 5 + dist/esm/types/src/icons/HeartPulseIcon.d.ts | 5 + dist/esm/types/src/icons/HeaterIcon.d.ts | 5 + dist/esm/types/src/icons/HexagonIcon.d.ts | 5 + dist/esm/types/src/icons/HighlighterIcon.d.ts | 5 + dist/esm/types/src/icons/HistoryIcon.d.ts | 5 + dist/esm/types/src/icons/HomeIcon.d.ts | 5 + dist/esm/types/src/icons/HopIcon.d.ts | 5 + dist/esm/types/src/icons/HopOffIcon.d.ts | 5 + dist/esm/types/src/icons/HospitalIcon.d.ts | 5 + dist/esm/types/src/icons/HotelIcon.d.ts | 5 + dist/esm/types/src/icons/HourglassIcon.d.ts | 5 + .../esm/types/src/icons/IceCreamBowlIcon.d.ts | 5 + .../esm/types/src/icons/IceCreamConeIcon.d.ts | 5 + dist/esm/types/src/icons/ImageDownIcon.d.ts | 5 + dist/esm/types/src/icons/ImageIcon.d.ts | 5 + dist/esm/types/src/icons/ImageMinusIcon.d.ts | 5 + dist/esm/types/src/icons/ImageOffIcon.d.ts | 5 + dist/esm/types/src/icons/ImagePlusIcon.d.ts | 5 + dist/esm/types/src/icons/ImageUpIcon.d.ts | 5 + dist/esm/types/src/icons/ImagesIcon.d.ts | 5 + dist/esm/types/src/icons/ImportIcon.d.ts | 5 + dist/esm/types/src/icons/InboxIcon.d.ts | 5 + .../types/src/icons/IndentDecreaseIcon.d.ts | 5 + .../types/src/icons/IndentIncreaseIcon.d.ts | 5 + dist/esm/types/src/icons/IndianRupeeIcon.d.ts | 5 + dist/esm/types/src/icons/InfinityIcon.d.ts | 5 + dist/esm/types/src/icons/InfoIcon.d.ts | 5 + .../types/src/icons/InspectionPanelIcon.d.ts | 5 + dist/esm/types/src/icons/InstagramIcon.d.ts | 5 + dist/esm/types/src/icons/ItalicIcon.d.ts | 5 + .../esm/types/src/icons/IterationCCWIcon.d.ts | 5 + dist/esm/types/src/icons/IterationCWIcon.d.ts | 5 + dist/esm/types/src/icons/JapaneseYenIcon.d.ts | 5 + dist/esm/types/src/icons/JoystickIcon.d.ts | 5 + dist/esm/types/src/icons/KanbanIcon.d.ts | 5 + dist/esm/types/src/icons/KeyIcon.d.ts | 5 + dist/esm/types/src/icons/KeyRoundIcon.d.ts | 5 + dist/esm/types/src/icons/KeySquareIcon.d.ts | 5 + dist/esm/types/src/icons/KeyboardIcon.d.ts | 5 + .../types/src/icons/KeyboardMusicIcon.d.ts | 5 + .../types/src/icons/KubernetesSiteIcon.d.ts | 5 + dist/esm/types/src/icons/LDAPIcon.d.ts | 5 + dist/esm/types/src/icons/LambdaIcon.d.ts | 5 + dist/esm/types/src/icons/LampCeilingIcon.d.ts | 5 + dist/esm/types/src/icons/LampDeskIcon.d.ts | 5 + dist/esm/types/src/icons/LampFloorIcon.d.ts | 5 + dist/esm/types/src/icons/LampIcon.d.ts | 5 + .../esm/types/src/icons/LampWallDownIcon.d.ts | 5 + dist/esm/types/src/icons/LampWallUpIcon.d.ts | 5 + dist/esm/types/src/icons/LandPlotIcon.d.ts | 5 + dist/esm/types/src/icons/LandmarkIcon.d.ts | 5 + dist/esm/types/src/icons/LanguagesIcon.d.ts | 5 + dist/esm/types/src/icons/LaptopIcon.d.ts | 5 + .../types/src/icons/LaptopMinimalIcon.d.ts | 5 + dist/esm/types/src/icons/LassoIcon.d.ts | 5 + dist/esm/types/src/icons/LassoSelectIcon.d.ts | 5 + dist/esm/types/src/icons/LaughIcon.d.ts | 5 + dist/esm/types/src/icons/Layers2Icon.d.ts | 5 + dist/esm/types/src/icons/Layers3Icon.d.ts | 5 + dist/esm/types/src/icons/LayersIcon.d.ts | 5 + .../types/src/icons/LayoutDashboardIcon.d.ts | 5 + dist/esm/types/src/icons/LayoutGridIcon.d.ts | 5 + dist/esm/types/src/icons/LayoutListIcon.d.ts | 5 + .../types/src/icons/LayoutPanelLeftIcon.d.ts | 5 + .../types/src/icons/LayoutPanelTopIcon.d.ts | 5 + .../types/src/icons/LayoutTemplateIcon.d.ts | 5 + dist/esm/types/src/icons/LeafIcon.d.ts | 5 + dist/esm/types/src/icons/LeafyGreenIcon.d.ts | 5 + dist/esm/types/src/icons/LibraryBigIcon.d.ts | 5 + dist/esm/types/src/icons/LibraryIcon.d.ts | 5 + dist/esm/types/src/icons/LifeBuoyIcon.d.ts | 5 + dist/esm/types/src/icons/LigatureIcon.d.ts | 5 + dist/esm/types/src/icons/LightbulbIcon.d.ts | 5 + .../esm/types/src/icons/LightbulbOffIcon.d.ts | 5 + dist/esm/types/src/icons/LineChartIcon.d.ts | 5 + dist/esm/types/src/icons/Link2Icon.d.ts | 5 + dist/esm/types/src/icons/Link2OffIcon.d.ts | 5 + dist/esm/types/src/icons/LinkIcon.d.ts | 5 + dist/esm/types/src/icons/LinkedinIcon.d.ts | 5 + dist/esm/types/src/icons/ListChecksIcon.d.ts | 5 + .../esm/types/src/icons/ListCollapseIcon.d.ts | 5 + dist/esm/types/src/icons/ListEndIcon.d.ts | 5 + dist/esm/types/src/icons/ListFilterIcon.d.ts | 5 + dist/esm/types/src/icons/ListIcon.d.ts | 5 + dist/esm/types/src/icons/ListMinusIcon.d.ts | 5 + dist/esm/types/src/icons/ListMusicIcon.d.ts | 5 + dist/esm/types/src/icons/ListOrderedIcon.d.ts | 5 + dist/esm/types/src/icons/ListPlusIcon.d.ts | 5 + dist/esm/types/src/icons/ListRestartIcon.d.ts | 5 + dist/esm/types/src/icons/ListStartIcon.d.ts | 5 + dist/esm/types/src/icons/ListTodoIcon.d.ts | 5 + dist/esm/types/src/icons/ListTreeIcon.d.ts | 5 + dist/esm/types/src/icons/ListVideoIcon.d.ts | 5 + dist/esm/types/src/icons/ListXIcon.d.ts | 5 + .../esm/types/src/icons/LoaderCircleIcon.d.ts | 5 + dist/esm/types/src/icons/LoaderIcon.d.ts | 5 + dist/esm/types/src/icons/LocateFixedIcon.d.ts | 5 + dist/esm/types/src/icons/LocateIcon.d.ts | 5 + dist/esm/types/src/icons/LocateOffIcon.d.ts | 5 + dist/esm/types/src/icons/LockIcon.d.ts | 5 + dist/esm/types/src/icons/LockKeyholeIcon.d.ts | 5 + .../types/src/icons/LockKeyholeOpenIcon.d.ts | 5 + dist/esm/types/src/icons/LockOpenIcon.d.ts | 5 + dist/esm/types/src/icons/LogInIcon.d.ts | 5 + dist/esm/types/src/icons/LogOutIcon.d.ts | 5 + dist/esm/types/src/icons/LollipopIcon.d.ts | 5 + dist/esm/types/src/icons/LuggageIcon.d.ts | 5 + dist/esm/types/src/icons/MagnetIcon.d.ts | 5 + dist/esm/types/src/icons/MailCheckIcon.d.ts | 5 + dist/esm/types/src/icons/MailIcon.d.ts | 5 + dist/esm/types/src/icons/MailMinusIcon.d.ts | 5 + dist/esm/types/src/icons/MailOpenIcon.d.ts | 5 + dist/esm/types/src/icons/MailPlusIcon.d.ts | 5 + .../esm/types/src/icons/MailQuestionIcon.d.ts | 5 + dist/esm/types/src/icons/MailSearchIcon.d.ts | 5 + dist/esm/types/src/icons/MailWarningIcon.d.ts | 5 + dist/esm/types/src/icons/MailXIcon.d.ts | 5 + dist/esm/types/src/icons/MailboxIcon.d.ts | 5 + dist/esm/types/src/icons/MailsIcon.d.ts | 5 + dist/esm/types/src/icons/MapIcon.d.ts | 5 + dist/esm/types/src/icons/MapPinIcon.d.ts | 5 + dist/esm/types/src/icons/MapPinOffIcon.d.ts | 5 + dist/esm/types/src/icons/MapPinnedIcon.d.ts | 5 + dist/esm/types/src/icons/MartiniIcon.d.ts | 5 + dist/esm/types/src/icons/Maximize2Icon.d.ts | 5 + dist/esm/types/src/icons/MaximizeIcon.d.ts | 5 + dist/esm/types/src/icons/MedalIcon.d.ts | 5 + dist/esm/types/src/icons/MegaphoneIcon.d.ts | 5 + .../esm/types/src/icons/MegaphoneOffIcon.d.ts | 5 + dist/esm/types/src/icons/MehIcon.d.ts | 5 + dist/esm/types/src/icons/MemoryStickIcon.d.ts | 5 + dist/esm/types/src/icons/MenuIcon.d.ts | 5 + dist/esm/types/src/icons/MergeIcon.d.ts | 5 + .../src/icons/MessageCircleCodeIcon.d.ts | 5 + .../src/icons/MessageCircleDashedIcon.d.ts | 5 + .../src/icons/MessageCircleHeartIcon.d.ts | 5 + .../types/src/icons/MessageCircleIcon.d.ts | 5 + .../src/icons/MessageCircleMoreIcon.d.ts | 5 + .../types/src/icons/MessageCircleOffIcon.d.ts | 5 + .../src/icons/MessageCirclePlusIcon.d.ts | 5 + .../src/icons/MessageCircleQuestionIcon.d.ts | 5 + .../src/icons/MessageCircleReplyIcon.d.ts | 5 + .../src/icons/MessageCircleWarningIcon.d.ts | 5 + .../types/src/icons/MessageCircleXIcon.d.ts | 5 + .../src/icons/MessageSquareCodeIcon.d.ts | 5 + .../src/icons/MessageSquareDashedIcon.d.ts | 5 + .../src/icons/MessageSquareDiffIcon.d.ts | 5 + .../types/src/icons/MessageSquareDotIcon.d.ts | 5 + .../src/icons/MessageSquareHeartIcon.d.ts | 5 + .../types/src/icons/MessageSquareIcon.d.ts | 5 + .../src/icons/MessageSquareMoreIcon.d.ts | 5 + .../types/src/icons/MessageSquareOffIcon.d.ts | 5 + .../src/icons/MessageSquarePlusIcon.d.ts | 5 + .../src/icons/MessageSquareQuoteIcon.d.ts | 5 + .../src/icons/MessageSquareReplyIcon.d.ts | 5 + .../src/icons/MessageSquareShareIcon.d.ts | 5 + .../src/icons/MessageSquareTextIcon.d.ts | 5 + .../src/icons/MessageSquareWarningIcon.d.ts | 5 + .../types/src/icons/MessageSquareXIcon.d.ts | 5 + .../types/src/icons/MessagesSquareIcon.d.ts | 5 + dist/esm/types/src/icons/MicIcon.d.ts | 5 + dist/esm/types/src/icons/MicOffIcon.d.ts | 5 + dist/esm/types/src/icons/MicVocalIcon.d.ts | 5 + dist/esm/types/src/icons/MicroscopeIcon.d.ts | 5 + dist/esm/types/src/icons/MicrowaveIcon.d.ts | 5 + dist/esm/types/src/icons/MilestoneIcon.d.ts | 5 + dist/esm/types/src/icons/MilkIcon.d.ts | 5 + dist/esm/types/src/icons/MilkOffIcon.d.ts | 5 + dist/esm/types/src/icons/MinIOIcon.d.ts | 5 + dist/esm/types/src/icons/Minimize2Icon.d.ts | 5 + dist/esm/types/src/icons/MinimizeIcon.d.ts | 5 + dist/esm/types/src/icons/MinusIcon.d.ts | 5 + .../esm/types/src/icons/MonitorCheckIcon.d.ts | 5 + dist/esm/types/src/icons/MonitorDotIcon.d.ts | 5 + dist/esm/types/src/icons/MonitorDownIcon.d.ts | 5 + dist/esm/types/src/icons/MonitorIcon.d.ts | 5 + dist/esm/types/src/icons/MonitorOffIcon.d.ts | 5 + .../esm/types/src/icons/MonitorPauseIcon.d.ts | 5 + dist/esm/types/src/icons/MonitorPlayIcon.d.ts | 5 + .../src/icons/MonitorSmartphoneIcon.d.ts | 5 + .../types/src/icons/MonitorSpeakerIcon.d.ts | 5 + dist/esm/types/src/icons/MonitorStopIcon.d.ts | 5 + dist/esm/types/src/icons/MonitorUpIcon.d.ts | 5 + dist/esm/types/src/icons/MonitorXIcon.d.ts | 5 + dist/esm/types/src/icons/MoonIcon.d.ts | 5 + dist/esm/types/src/icons/MoonStarIcon.d.ts | 5 + dist/esm/types/src/icons/MountainIcon.d.ts | 5 + .../esm/types/src/icons/MountainSnowIcon.d.ts | 5 + dist/esm/types/src/icons/MouseIcon.d.ts | 5 + .../types/src/icons/MousePointer2Icon.d.ts | 5 + .../src/icons/MousePointerClickIcon.d.ts | 5 + .../esm/types/src/icons/MousePointerIcon.d.ts | 5 + dist/esm/types/src/icons/Move3dIcon.d.ts | 5 + .../types/src/icons/MoveDiagonal2Icon.d.ts | 5 + .../esm/types/src/icons/MoveDiagonalIcon.d.ts | 5 + dist/esm/types/src/icons/MoveDownIcon.d.ts | 5 + .../esm/types/src/icons/MoveDownLeftIcon.d.ts | 5 + .../types/src/icons/MoveDownRightIcon.d.ts | 5 + .../types/src/icons/MoveHorizontalIcon.d.ts | 5 + dist/esm/types/src/icons/MoveIcon.d.ts | 5 + dist/esm/types/src/icons/MoveLeftIcon.d.ts | 5 + dist/esm/types/src/icons/MoveRightIcon.d.ts | 5 + dist/esm/types/src/icons/MoveUpIcon.d.ts | 5 + dist/esm/types/src/icons/MoveUpLeftIcon.d.ts | 5 + dist/esm/types/src/icons/MoveUpRightIcon.d.ts | 5 + .../esm/types/src/icons/MoveVerticalIcon.d.ts | 5 + dist/esm/types/src/icons/Music2Icon.d.ts | 5 + dist/esm/types/src/icons/Music3Icon.d.ts | 5 + dist/esm/types/src/icons/Music4Icon.d.ts | 5 + dist/esm/types/src/icons/MusicIcon.d.ts | 5 + dist/esm/types/src/icons/Navigation2Icon.d.ts | 5 + .../types/src/icons/Navigation2OffIcon.d.ts | 5 + dist/esm/types/src/icons/NavigationIcon.d.ts | 5 + .../types/src/icons/NavigationOffIcon.d.ts | 5 + dist/esm/types/src/icons/NetworkIcon.d.ts | 5 + dist/esm/types/src/icons/NewspaperIcon.d.ts | 5 + dist/esm/types/src/icons/NfcIcon.d.ts | 5 + dist/esm/types/src/icons/NotebookIcon.d.ts | 5 + dist/esm/types/src/icons/NotebookPenIcon.d.ts | 5 + .../esm/types/src/icons/NotebookTabsIcon.d.ts | 5 + .../esm/types/src/icons/NotebookTextIcon.d.ts | 5 + .../src/icons/NotepadTextDashedIcon.d.ts | 5 + dist/esm/types/src/icons/NotepadTextIcon.d.ts | 5 + dist/esm/types/src/icons/NutIcon.d.ts | 5 + dist/esm/types/src/icons/NutOffIcon.d.ts | 5 + .../esm/types/src/icons/OctagonAlertIcon.d.ts | 5 + dist/esm/types/src/icons/OctagonIcon.d.ts | 5 + .../esm/types/src/icons/OctagonPauseIcon.d.ts | 5 + dist/esm/types/src/icons/OctagonXIcon.d.ts | 5 + dist/esm/types/src/icons/OidcIcon.d.ts | 5 + dist/esm/types/src/icons/OptionIcon.d.ts | 5 + dist/esm/types/src/icons/OrbitIcon.d.ts | 5 + dist/esm/types/src/icons/Package2Icon.d.ts | 5 + .../esm/types/src/icons/PackageCheckIcon.d.ts | 5 + dist/esm/types/src/icons/PackageIcon.d.ts | 5 + .../esm/types/src/icons/PackageMinusIcon.d.ts | 5 + dist/esm/types/src/icons/PackageOpenIcon.d.ts | 5 + dist/esm/types/src/icons/PackagePlusIcon.d.ts | 5 + .../types/src/icons/PackageSearchIcon.d.ts | 5 + dist/esm/types/src/icons/PackageXIcon.d.ts | 5 + dist/esm/types/src/icons/PaintBucketIcon.d.ts | 5 + dist/esm/types/src/icons/PaintRollerIcon.d.ts | 5 + dist/esm/types/src/icons/Paintbrush2Icon.d.ts | 5 + dist/esm/types/src/icons/PaintbrushIcon.d.ts | 5 + dist/esm/types/src/icons/PaletteIcon.d.ts | 5 + .../types/src/icons/PanelBottomCloseIcon.d.ts | 5 + .../src/icons/PanelBottomDashedIcon.d.ts | 5 + dist/esm/types/src/icons/PanelBottomIcon.d.ts | 5 + .../types/src/icons/PanelBottomOpenIcon.d.ts | 5 + .../types/src/icons/PanelLeftCloseIcon.d.ts | 5 + .../types/src/icons/PanelLeftDashedIcon.d.ts | 5 + dist/esm/types/src/icons/PanelLeftIcon.d.ts | 5 + .../types/src/icons/PanelLeftOpenIcon.d.ts | 5 + .../types/src/icons/PanelRightCloseIcon.d.ts | 5 + .../types/src/icons/PanelRightDashedIcon.d.ts | 5 + dist/esm/types/src/icons/PanelRightIcon.d.ts | 5 + .../types/src/icons/PanelRightOpenIcon.d.ts | 5 + .../types/src/icons/PanelTopCloseIcon.d.ts | 5 + .../types/src/icons/PanelTopDashedIcon.d.ts | 5 + dist/esm/types/src/icons/PanelTopIcon.d.ts | 5 + .../esm/types/src/icons/PanelTopOpenIcon.d.ts | 5 + .../types/src/icons/PanelsLeftBottomIcon.d.ts | 5 + .../src/icons/PanelsRightBottomIcon.d.ts | 5 + .../types/src/icons/PanelsTopLeftIcon.d.ts | 5 + dist/esm/types/src/icons/PaperclipIcon.d.ts | 5 + dist/esm/types/src/icons/ParenthesesIcon.d.ts | 5 + .../esm/types/src/icons/ParkingMeterIcon.d.ts | 5 + dist/esm/types/src/icons/PartyPopperIcon.d.ts | 5 + .../esm/types/src/icons/PasscodeLockIcon.d.ts | 5 + dist/esm/types/src/icons/PauseIcon.d.ts | 5 + dist/esm/types/src/icons/PawPrintIcon.d.ts | 5 + dist/esm/types/src/icons/PcCaseIcon.d.ts | 5 + dist/esm/types/src/icons/PenIcon.d.ts | 5 + dist/esm/types/src/icons/PenLineIcon.d.ts | 5 + dist/esm/types/src/icons/PenToolIcon.d.ts | 5 + dist/esm/types/src/icons/PencilIcon.d.ts | 5 + dist/esm/types/src/icons/PencilLineIcon.d.ts | 5 + dist/esm/types/src/icons/PencilRulerIcon.d.ts | 5 + dist/esm/types/src/icons/PentagonIcon.d.ts | 5 + dist/esm/types/src/icons/PercentIcon.d.ts | 5 + .../types/src/icons/PersonStandingIcon.d.ts | 5 + dist/esm/types/src/icons/PhoneCallIcon.d.ts | 5 + .../types/src/icons/PhoneForwardedIcon.d.ts | 5 + dist/esm/types/src/icons/PhoneIcon.d.ts | 5 + .../types/src/icons/PhoneIncomingIcon.d.ts | 5 + dist/esm/types/src/icons/PhoneMissedIcon.d.ts | 5 + dist/esm/types/src/icons/PhoneOffIcon.d.ts | 5 + .../types/src/icons/PhoneOutgoingIcon.d.ts | 5 + dist/esm/types/src/icons/PiIcon.d.ts | 5 + dist/esm/types/src/icons/PianoIcon.d.ts | 5 + dist/esm/types/src/icons/PickaxeIcon.d.ts | 5 + .../src/icons/PictureInPicture2Icon.d.ts | 5 + .../types/src/icons/PictureInPictureIcon.d.ts | 5 + dist/esm/types/src/icons/PieChartIcon.d.ts | 5 + dist/esm/types/src/icons/PieUsageIcon.d.ts | 5 + dist/esm/types/src/icons/PiggyBankIcon.d.ts | 5 + dist/esm/types/src/icons/PilcrowIcon.d.ts | 5 + dist/esm/types/src/icons/PillIcon.d.ts | 5 + dist/esm/types/src/icons/PinIcon.d.ts | 5 + dist/esm/types/src/icons/PinOffIcon.d.ts | 5 + dist/esm/types/src/icons/PipetteIcon.d.ts | 5 + dist/esm/types/src/icons/PizzaIcon.d.ts | 5 + dist/esm/types/src/icons/PlaneIcon.d.ts | 5 + .../esm/types/src/icons/PlaneLandingIcon.d.ts | 5 + .../esm/types/src/icons/PlaneTakeoffIcon.d.ts | 5 + dist/esm/types/src/icons/PlayIcon.d.ts | 5 + dist/esm/types/src/icons/Plug2Icon.d.ts | 5 + dist/esm/types/src/icons/PlugIcon.d.ts | 5 + dist/esm/types/src/icons/PlugZap2Icon.d.ts | 5 + dist/esm/types/src/icons/PlugZapIcon.d.ts | 5 + dist/esm/types/src/icons/PlusIcon.d.ts | 5 + dist/esm/types/src/icons/PocketIcon.d.ts | 5 + dist/esm/types/src/icons/PocketKnifeIcon.d.ts | 5 + dist/esm/types/src/icons/PodcastIcon.d.ts | 5 + dist/esm/types/src/icons/PointerIcon.d.ts | 5 + dist/esm/types/src/icons/PointerOffIcon.d.ts | 5 + dist/esm/types/src/icons/PopcornIcon.d.ts | 5 + dist/esm/types/src/icons/PopsicleIcon.d.ts | 5 + .../types/src/icons/PoundSterlingIcon.d.ts | 5 + dist/esm/types/src/icons/PowerIcon.d.ts | 5 + dist/esm/types/src/icons/PowerOffIcon.d.ts | 5 + .../esm/types/src/icons/PresentationIcon.d.ts | 5 + dist/esm/types/src/icons/PrinterIcon.d.ts | 5 + dist/esm/types/src/icons/ProjectorIcon.d.ts | 5 + dist/esm/types/src/icons/ProportionsIcon.d.ts | 5 + dist/esm/types/src/icons/PuzzleIcon.d.ts | 5 + dist/esm/types/src/icons/PyramidIcon.d.ts | 5 + dist/esm/types/src/icons/QrCodeIcon.d.ts | 5 + dist/esm/types/src/icons/QuoteIcon.d.ts | 5 + dist/esm/types/src/icons/RabbitIcon.d.ts | 5 + dist/esm/types/src/icons/RadarIcon.d.ts | 5 + dist/esm/types/src/icons/RadiationIcon.d.ts | 5 + dist/esm/types/src/icons/RadicalIcon.d.ts | 5 + dist/esm/types/src/icons/RadioIcon.d.ts | 5 + .../types/src/icons/RadioReceiverIcon.d.ts | 5 + dist/esm/types/src/icons/RadioTowerIcon.d.ts | 5 + dist/esm/types/src/icons/RadiusIcon.d.ts | 5 + dist/esm/types/src/icons/RailSymbolIcon.d.ts | 5 + dist/esm/types/src/icons/RainbowIcon.d.ts | 5 + dist/esm/types/src/icons/RatIcon.d.ts | 5 + dist/esm/types/src/icons/RatioIcon.d.ts | 5 + dist/esm/types/src/icons/ReceiptCentIcon.d.ts | 5 + dist/esm/types/src/icons/ReceiptEuroIcon.d.ts | 5 + dist/esm/types/src/icons/ReceiptIcon.d.ts | 5 + .../src/icons/ReceiptIndianRupeeIcon.d.ts | 5 + .../src/icons/ReceiptJapaneseYenIcon.d.ts | 5 + .../src/icons/ReceiptPoundSterlingIcon.d.ts | 5 + .../src/icons/ReceiptRussianRubleIcon.d.ts | 5 + .../src/icons/ReceiptSwissFrancIcon.d.ts | 5 + dist/esm/types/src/icons/ReceiptTextIcon.d.ts | 5 + .../src/icons/RectangleEllipsisIcon.d.ts | 5 + .../src/icons/RectangleHorizontalIcon.d.ts | 5 + .../src/icons/RectangleVerticalIcon.d.ts | 5 + dist/esm/types/src/icons/RecycleIcon.d.ts | 5 + .../src/icons/RedhatOpenshiftSiteIcon.d.ts | 5 + dist/esm/types/src/icons/Redo2Icon.d.ts | 5 + dist/esm/types/src/icons/RedoDotIcon.d.ts | 5 + dist/esm/types/src/icons/RedoIcon.d.ts | 5 + .../types/src/icons/RefreshCCWDotIcon.d.ts | 5 + dist/esm/types/src/icons/RefreshCCWIcon.d.ts | 5 + dist/esm/types/src/icons/RefreshCWIcon.d.ts | 5 + .../esm/types/src/icons/RefreshCWOffIcon.d.ts | 5 + .../src/icons/RefreshCwSettingsIcon.d.ts | 5 + .../esm/types/src/icons/RefrigeratorIcon.d.ts | 5 + dist/esm/types/src/icons/RegexIcon.d.ts | 5 + .../types/src/icons/RemoveFormattingIcon.d.ts | 5 + dist/esm/types/src/icons/Repeat1Icon.d.ts | 5 + dist/esm/types/src/icons/Repeat2Icon.d.ts | 5 + dist/esm/types/src/icons/RepeatIcon.d.ts | 5 + dist/esm/types/src/icons/ReplaceAllIcon.d.ts | 5 + dist/esm/types/src/icons/ReplaceIcon.d.ts | 5 + dist/esm/types/src/icons/ReplyAllIcon.d.ts | 5 + dist/esm/types/src/icons/ReplyIcon.d.ts | 5 + dist/esm/types/src/icons/RewindIcon.d.ts | 5 + dist/esm/types/src/icons/RibbonIcon.d.ts | 5 + dist/esm/types/src/icons/RocketIcon.d.ts | 5 + .../esm/types/src/icons/RockingChairIcon.d.ts | 5 + .../types/src/icons/RollerCoasterIcon.d.ts | 5 + dist/esm/types/src/icons/Rotate3dIcon.d.ts | 5 + dist/esm/types/src/icons/RotateCCWIcon.d.ts | 5 + .../types/src/icons/RotateCCWSquareIcon.d.ts | 5 + dist/esm/types/src/icons/RotateCWIcon.d.ts | 5 + .../types/src/icons/RotateCWSquareIcon.d.ts | 5 + dist/esm/types/src/icons/RouteIcon.d.ts | 5 + dist/esm/types/src/icons/RouteOffIcon.d.ts | 5 + dist/esm/types/src/icons/RouterIcon.d.ts | 5 + dist/esm/types/src/icons/Rows2Icon.d.ts | 5 + dist/esm/types/src/icons/Rows3Icon.d.ts | 5 + dist/esm/types/src/icons/Rows4Icon.d.ts | 5 + dist/esm/types/src/icons/RssIcon.d.ts | 5 + dist/esm/types/src/icons/RulerIcon.d.ts | 5 + .../esm/types/src/icons/RussianRubleIcon.d.ts | 5 + dist/esm/types/src/icons/SailboatIcon.d.ts | 5 + dist/esm/types/src/icons/SaladIcon.d.ts | 5 + dist/esm/types/src/icons/SandwichIcon.d.ts | 5 + .../types/src/icons/SatelliteDishIcon.d.ts | 5 + dist/esm/types/src/icons/SatelliteIcon.d.ts | 5 + dist/esm/types/src/icons/SaveAllIcon.d.ts | 5 + dist/esm/types/src/icons/SaveIcon.d.ts | 5 + dist/esm/types/src/icons/Scale3dIcon.d.ts | 5 + dist/esm/types/src/icons/ScaleIcon.d.ts | 5 + dist/esm/types/src/icons/ScalingIcon.d.ts | 5 + dist/esm/types/src/icons/ScanBarcodeIcon.d.ts | 5 + dist/esm/types/src/icons/ScanEyeIcon.d.ts | 5 + dist/esm/types/src/icons/ScanFaceIcon.d.ts | 5 + dist/esm/types/src/icons/ScanIcon.d.ts | 5 + dist/esm/types/src/icons/ScanLineIcon.d.ts | 5 + dist/esm/types/src/icons/ScanSearchIcon.d.ts | 5 + dist/esm/types/src/icons/ScanTextIcon.d.ts | 5 + .../esm/types/src/icons/ScatterChartIcon.d.ts | 5 + dist/esm/types/src/icons/SchoolIcon.d.ts | 5 + dist/esm/types/src/icons/ScissorsIcon.d.ts | 5 + .../src/icons/ScissorsLineDashedIcon.d.ts | 5 + dist/esm/types/src/icons/ScreenShareIcon.d.ts | 5 + .../types/src/icons/ScreenShareOffIcon.d.ts | 5 + dist/esm/types/src/icons/ScrollIcon.d.ts | 5 + dist/esm/types/src/icons/ScrollTextIcon.d.ts | 5 + dist/esm/types/src/icons/SearchCheckIcon.d.ts | 5 + dist/esm/types/src/icons/SearchCodeIcon.d.ts | 5 + dist/esm/types/src/icons/SearchIcon.d.ts | 5 + dist/esm/types/src/icons/SearchSlashIcon.d.ts | 5 + dist/esm/types/src/icons/SearchXIcon.d.ts | 5 + .../types/src/icons/SendHorizontalIcon.d.ts | 5 + dist/esm/types/src/icons/SendIcon.d.ts | 5 + dist/esm/types/src/icons/SendToBackIcon.d.ts | 5 + .../src/icons/SeparatorHorizontalIcon.d.ts | 5 + .../src/icons/SeparatorVerticalIcon.d.ts | 5 + dist/esm/types/src/icons/ServerCogIcon.d.ts | 5 + dist/esm/types/src/icons/ServerCrashIcon.d.ts | 5 + dist/esm/types/src/icons/ServerIcon.d.ts | 5 + dist/esm/types/src/icons/ServerOffIcon.d.ts | 5 + dist/esm/types/src/icons/Settings2Icon.d.ts | 5 + dist/esm/types/src/icons/SettingsIcon.d.ts | 5 + dist/esm/types/src/icons/ShapesIcon.d.ts | 5 + dist/esm/types/src/icons/Share2Icon.d.ts | 5 + dist/esm/types/src/icons/ShareIcon.d.ts | 5 + dist/esm/types/src/icons/SheetIcon.d.ts | 5 + dist/esm/types/src/icons/ShellIcon.d.ts | 5 + dist/esm/types/src/icons/ShieldAlertIcon.d.ts | 5 + dist/esm/types/src/icons/ShieldBanIcon.d.ts | 5 + dist/esm/types/src/icons/ShieldCheckIcon.d.ts | 5 + .../types/src/icons/ShieldEllipsisIcon.d.ts | 5 + dist/esm/types/src/icons/ShieldHalfIcon.d.ts | 5 + dist/esm/types/src/icons/ShieldIcon.d.ts | 5 + dist/esm/types/src/icons/ShieldMinusIcon.d.ts | 5 + dist/esm/types/src/icons/ShieldOffIcon.d.ts | 5 + dist/esm/types/src/icons/ShieldPlusIcon.d.ts | 5 + .../types/src/icons/ShieldQuestionIcon.d.ts | 5 + dist/esm/types/src/icons/ShieldXIcon.d.ts | 5 + dist/esm/types/src/icons/ShipIcon.d.ts | 5 + dist/esm/types/src/icons/ShipWheelIcon.d.ts | 5 + dist/esm/types/src/icons/ShirtIcon.d.ts | 5 + dist/esm/types/src/icons/ShoppingBagIcon.d.ts | 5 + .../types/src/icons/ShoppingBasketIcon.d.ts | 5 + .../esm/types/src/icons/ShoppingCartIcon.d.ts | 5 + dist/esm/types/src/icons/ShovelIcon.d.ts | 5 + dist/esm/types/src/icons/ShowerHeadIcon.d.ts | 5 + dist/esm/types/src/icons/ShrinkIcon.d.ts | 5 + dist/esm/types/src/icons/ShrubIcon.d.ts | 5 + dist/esm/types/src/icons/ShuffleIcon.d.ts | 5 + dist/esm/types/src/icons/SigmaIcon.d.ts | 5 + dist/esm/types/src/icons/SignalHighIcon.d.ts | 5 + dist/esm/types/src/icons/SignalIcon.d.ts | 5 + dist/esm/types/src/icons/SignalLowIcon.d.ts | 5 + .../esm/types/src/icons/SignalMediumIcon.d.ts | 5 + dist/esm/types/src/icons/SignalZeroIcon.d.ts | 5 + dist/esm/types/src/icons/SignpostBigIcon.d.ts | 5 + dist/esm/types/src/icons/SignpostIcon.d.ts | 5 + dist/esm/types/src/icons/SirenIcon.d.ts | 5 + dist/esm/types/src/icons/SitesIcon.d.ts | 5 + dist/esm/types/src/icons/SkipBackIcon.d.ts | 5 + dist/esm/types/src/icons/SkipForwardIcon.d.ts | 5 + dist/esm/types/src/icons/SkullIcon.d.ts | 5 + dist/esm/types/src/icons/SlackIcon.d.ts | 5 + dist/esm/types/src/icons/SlashIcon.d.ts | 5 + dist/esm/types/src/icons/SliceIcon.d.ts | 5 + .../src/icons/SlidersHorizontalIcon.d.ts | 5 + .../types/src/icons/SlidersVerticalIcon.d.ts | 5 + .../src/icons/SmartphoneChargingIcon.d.ts | 5 + dist/esm/types/src/icons/SmartphoneIcon.d.ts | 5 + .../types/src/icons/SmartphoneNfcIcon.d.ts | 5 + dist/esm/types/src/icons/SmileIcon.d.ts | 5 + dist/esm/types/src/icons/SmilePlusIcon.d.ts | 5 + dist/esm/types/src/icons/SnailIcon.d.ts | 5 + dist/esm/types/src/icons/SnowflakeIcon.d.ts | 5 + dist/esm/types/src/icons/SofaIcon.d.ts | 5 + dist/esm/types/src/icons/SoupIcon.d.ts | 5 + dist/esm/types/src/icons/SpaceIcon.d.ts | 5 + dist/esm/types/src/icons/SpadeIcon.d.ts | 5 + dist/esm/types/src/icons/SparkleIcon.d.ts | 5 + dist/esm/types/src/icons/SparklesIcon.d.ts | 5 + dist/esm/types/src/icons/SpeakerIcon.d.ts | 5 + dist/esm/types/src/icons/SpeechIcon.d.ts | 5 + dist/esm/types/src/icons/SpellCheck2Icon.d.ts | 5 + dist/esm/types/src/icons/SpellCheckIcon.d.ts | 5 + dist/esm/types/src/icons/SplineIcon.d.ts | 5 + dist/esm/types/src/icons/SplitIcon.d.ts | 5 + dist/esm/types/src/icons/SprayCanIcon.d.ts | 5 + dist/esm/types/src/icons/SproutIcon.d.ts | 5 + .../types/src/icons/SquareActivityIcon.d.ts | 5 + .../types/src/icons/SquareArrowDownIcon.d.ts | 5 + .../src/icons/SquareArrowDownLeftIcon.d.ts | 5 + .../src/icons/SquareArrowDownRightIcon.d.ts | 5 + .../types/src/icons/SquareArrowLeftIcon.d.ts | 5 + .../src/icons/SquareArrowOutDownLeftIcon.d.ts | 5 + .../icons/SquareArrowOutDownRightIcon.d.ts | 5 + .../src/icons/SquareArrowOutUpLeftIcon.d.ts | 5 + .../src/icons/SquareArrowOutUpRightIcon.d.ts | 5 + .../types/src/icons/SquareArrowRightIcon.d.ts | 5 + .../types/src/icons/SquareArrowUpIcon.d.ts | 5 + .../src/icons/SquareArrowUpLeftIcon.d.ts | 5 + .../src/icons/SquareArrowUpRightIcon.d.ts | 5 + .../types/src/icons/SquareAsteriskIcon.d.ts | 5 + .../icons/SquareBottomDashedScissorsIcon.d.ts | 5 + .../types/src/icons/SquareCheckBigIcon.d.ts | 5 + dist/esm/types/src/icons/SquareCheckIcon.d.ts | 5 + .../src/icons/SquareChevronDownIcon.d.ts | 5 + .../src/icons/SquareChevronLeftIcon.d.ts | 5 + .../src/icons/SquareChevronRightIcon.d.ts | 5 + .../types/src/icons/SquareChevronUpIcon.d.ts | 5 + dist/esm/types/src/icons/SquareCodeIcon.d.ts | 5 + .../src/icons/SquareDashedBottomCodeIcon.d.ts | 5 + .../src/icons/SquareDashedBottomIcon.d.ts | 5 + .../src/icons/SquareDashedKanbanIcon.d.ts | 5 + .../icons/SquareDashedMousePointerIcon.d.ts | 5 + .../esm/types/src/icons/SquareDivideIcon.d.ts | 5 + dist/esm/types/src/icons/SquareDotIcon.d.ts | 5 + dist/esm/types/src/icons/SquareEqualIcon.d.ts | 5 + .../types/src/icons/SquareFunctionIcon.d.ts | 5 + .../types/src/icons/SquareGanttChartIcon.d.ts | 5 + dist/esm/types/src/icons/SquareIcon.d.ts | 5 + .../esm/types/src/icons/SquareKanbanIcon.d.ts | 5 + .../types/src/icons/SquareLibraryIcon.d.ts | 5 + dist/esm/types/src/icons/SquareMIcon.d.ts | 5 + dist/esm/types/src/icons/SquareMenuIcon.d.ts | 5 + dist/esm/types/src/icons/SquareMinusIcon.d.ts | 5 + .../src/icons/SquareMousePointerIcon.d.ts | 5 + .../types/src/icons/SquareParkingIcon.d.ts | 5 + .../types/src/icons/SquareParkingOffIcon.d.ts | 5 + dist/esm/types/src/icons/SquarePenIcon.d.ts | 5 + .../types/src/icons/SquarePercentIcon.d.ts | 5 + dist/esm/types/src/icons/SquarePiIcon.d.ts | 5 + .../types/src/icons/SquarePilcrowIcon.d.ts | 5 + dist/esm/types/src/icons/SquarePlayIcon.d.ts | 5 + dist/esm/types/src/icons/SquarePlusIcon.d.ts | 5 + dist/esm/types/src/icons/SquarePowerIcon.d.ts | 5 + .../types/src/icons/SquareRadicalIcon.d.ts | 5 + .../types/src/icons/SquareScissorsIcon.d.ts | 5 + dist/esm/types/src/icons/SquareSigmaIcon.d.ts | 5 + dist/esm/types/src/icons/SquareSlashIcon.d.ts | 5 + .../src/icons/SquareSplitHorizontalIcon.d.ts | 5 + .../src/icons/SquareSplitVerticalIcon.d.ts | 5 + dist/esm/types/src/icons/SquareStackIcon.d.ts | 5 + .../types/src/icons/SquareTerminalIcon.d.ts | 5 + dist/esm/types/src/icons/SquareUserIcon.d.ts | 5 + .../types/src/icons/SquareUserRoundIcon.d.ts | 5 + dist/esm/types/src/icons/SquareXIcon.d.ts | 5 + dist/esm/types/src/icons/SquircleIcon.d.ts | 5 + dist/esm/types/src/icons/SquirrelIcon.d.ts | 5 + dist/esm/types/src/icons/StampIcon.d.ts | 5 + dist/esm/types/src/icons/StarHalfIcon.d.ts | 5 + dist/esm/types/src/icons/StarIcon.d.ts | 5 + dist/esm/types/src/icons/StarOffIcon.d.ts | 5 + dist/esm/types/src/icons/StepBackIcon.d.ts | 5 + dist/esm/types/src/icons/StepForwardIcon.d.ts | 5 + dist/esm/types/src/icons/StethoscopeIcon.d.ts | 5 + dist/esm/types/src/icons/StickerIcon.d.ts | 5 + dist/esm/types/src/icons/StickyNoteIcon.d.ts | 5 + dist/esm/types/src/icons/StoreIcon.d.ts | 5 + .../src/icons/StretchHorizontalIcon.d.ts | 5 + .../types/src/icons/StretchVerticalIcon.d.ts | 5 + .../types/src/icons/StrikethroughIcon.d.ts | 5 + dist/esm/types/src/icons/SubscriptIcon.d.ts | 5 + dist/esm/types/src/icons/SummaryIcon.d.ts | 5 + dist/esm/types/src/icons/SunDimIcon.d.ts | 5 + dist/esm/types/src/icons/SunIcon.d.ts | 5 + dist/esm/types/src/icons/SunMediumIcon.d.ts | 5 + dist/esm/types/src/icons/SunMoonIcon.d.ts | 5 + dist/esm/types/src/icons/SunSnowIcon.d.ts | 5 + dist/esm/types/src/icons/SunriseIcon.d.ts | 5 + dist/esm/types/src/icons/SunsetIcon.d.ts | 5 + dist/esm/types/src/icons/SuperscriptIcon.d.ts | 5 + dist/esm/types/src/icons/SwatchBookIcon.d.ts | 5 + dist/esm/types/src/icons/SwissFrancIcon.d.ts | 5 + .../esm/types/src/icons/SwitchCameraIcon.d.ts | 5 + dist/esm/types/src/icons/SwordIcon.d.ts | 5 + dist/esm/types/src/icons/SwordsIcon.d.ts | 5 + dist/esm/types/src/icons/SyringeIcon.d.ts | 5 + dist/esm/types/src/icons/Table2Icon.d.ts | 5 + .../types/src/icons/TableCellsMergeIcon.d.ts | 5 + .../types/src/icons/TableCellsSplitIcon.d.ts | 5 + .../src/icons/TableColumnsSplitIcon.d.ts | 5 + dist/esm/types/src/icons/TableIcon.d.ts | 5 + .../types/src/icons/TablePropertiesIcon.d.ts | 5 + .../types/src/icons/TableRowsSplitIcon.d.ts | 5 + dist/esm/types/src/icons/TabletIcon.d.ts | 5 + .../types/src/icons/TabletSmartphoneIcon.d.ts | 5 + dist/esm/types/src/icons/TabletsIcon.d.ts | 5 + dist/esm/types/src/icons/TagIcon.d.ts | 5 + dist/esm/types/src/icons/TagsIcon.d.ts | 5 + dist/esm/types/src/icons/Tally1Icon.d.ts | 5 + dist/esm/types/src/icons/Tally2Icon.d.ts | 5 + dist/esm/types/src/icons/Tally3Icon.d.ts | 5 + dist/esm/types/src/icons/Tally4Icon.d.ts | 5 + dist/esm/types/src/icons/Tally5Icon.d.ts | 5 + dist/esm/types/src/icons/TangentIcon.d.ts | 5 + dist/esm/types/src/icons/TargetIcon.d.ts | 5 + dist/esm/types/src/icons/TelescopeIcon.d.ts | 5 + dist/esm/types/src/icons/TenantIcon.d.ts | 5 + dist/esm/types/src/icons/TentIcon.d.ts | 5 + dist/esm/types/src/icons/TentTreeIcon.d.ts | 5 + dist/esm/types/src/icons/TerminalIcon.d.ts | 5 + .../types/src/icons/TestTubeDiagonalIcon.d.ts | 5 + dist/esm/types/src/icons/TestTubeIcon.d.ts | 5 + dist/esm/types/src/icons/TestTubesIcon.d.ts | 5 + dist/esm/types/src/icons/TextCursorIcon.d.ts | 5 + .../types/src/icons/TextCursorInputIcon.d.ts | 5 + dist/esm/types/src/icons/TextIcon.d.ts | 5 + dist/esm/types/src/icons/TextQuoteIcon.d.ts | 5 + dist/esm/types/src/icons/TextSearchIcon.d.ts | 5 + dist/esm/types/src/icons/TextSelectIcon.d.ts | 5 + dist/esm/types/src/icons/TheaterIcon.d.ts | 5 + dist/esm/types/src/icons/ThermometerIcon.d.ts | 5 + .../src/icons/ThermometerSnowflakeIcon.d.ts | 5 + .../types/src/icons/ThermometerSunIcon.d.ts | 5 + dist/esm/types/src/icons/ThumbsDownIcon.d.ts | 5 + dist/esm/types/src/icons/ThumbsUpIcon.d.ts | 5 + dist/esm/types/src/icons/TicketCheckIcon.d.ts | 5 + dist/esm/types/src/icons/TicketIcon.d.ts | 5 + dist/esm/types/src/icons/TicketMinusIcon.d.ts | 5 + .../types/src/icons/TicketPercentIcon.d.ts | 5 + dist/esm/types/src/icons/TicketPlusIcon.d.ts | 5 + dist/esm/types/src/icons/TicketSlashIcon.d.ts | 5 + dist/esm/types/src/icons/TicketXIcon.d.ts | 5 + dist/esm/types/src/icons/TimerIcon.d.ts | 5 + dist/esm/types/src/icons/TimerOffIcon.d.ts | 5 + dist/esm/types/src/icons/TimerResetIcon.d.ts | 5 + dist/esm/types/src/icons/ToggleLeftIcon.d.ts | 5 + dist/esm/types/src/icons/ToggleRightIcon.d.ts | 5 + dist/esm/types/src/icons/TornadoIcon.d.ts | 5 + dist/esm/types/src/icons/TorusIcon.d.ts | 5 + dist/esm/types/src/icons/TouchpadIcon.d.ts | 5 + dist/esm/types/src/icons/TouchpadOffIcon.d.ts | 5 + .../esm/types/src/icons/TowerControlIcon.d.ts | 5 + dist/esm/types/src/icons/ToyBrickIcon.d.ts | 5 + dist/esm/types/src/icons/TraceIcon.d.ts | 5 + dist/esm/types/src/icons/TractorIcon.d.ts | 5 + dist/esm/types/src/icons/TrafficConeIcon.d.ts | 5 + dist/esm/types/src/icons/TrainFrontIcon.d.ts | 5 + .../types/src/icons/TrainFrontTunnelIcon.d.ts | 5 + dist/esm/types/src/icons/TrainTrackIcon.d.ts | 5 + dist/esm/types/src/icons/TramFrontIcon.d.ts | 5 + dist/esm/types/src/icons/Trash2Icon.d.ts | 5 + dist/esm/types/src/icons/TrashIcon.d.ts | 5 + .../types/src/icons/TreeDeciduousIcon.d.ts | 5 + dist/esm/types/src/icons/TreePalmIcon.d.ts | 5 + dist/esm/types/src/icons/TreePineIcon.d.ts | 5 + dist/esm/types/src/icons/TreesIcon.d.ts | 5 + dist/esm/types/src/icons/TrelloIcon.d.ts | 5 + .../esm/types/src/icons/TrendingDownIcon.d.ts | 5 + dist/esm/types/src/icons/TrendingUpIcon.d.ts | 5 + .../types/src/icons/TriangleAlertIcon.d.ts | 5 + dist/esm/types/src/icons/TriangleIcon.d.ts | 5 + .../types/src/icons/TriangleRightIcon.d.ts | 5 + dist/esm/types/src/icons/TrophyIcon.d.ts | 5 + dist/esm/types/src/icons/TruckIcon.d.ts | 5 + dist/esm/types/src/icons/TurtleIcon.d.ts | 5 + dist/esm/types/src/icons/Tv2Icon.d.ts | 5 + dist/esm/types/src/icons/TvIcon.d.ts | 5 + dist/esm/types/src/icons/TwitchIcon.d.ts | 5 + dist/esm/types/src/icons/TwitterIcon.d.ts | 5 + dist/esm/types/src/icons/TypeIcon.d.ts | 5 + dist/esm/types/src/icons/UmbrellaIcon.d.ts | 5 + dist/esm/types/src/icons/UmbrellaOffIcon.d.ts | 5 + dist/esm/types/src/icons/UnderlineIcon.d.ts | 5 + dist/esm/types/src/icons/Undo2Icon.d.ts | 5 + dist/esm/types/src/icons/UndoDotIcon.d.ts | 5 + dist/esm/types/src/icons/UndoIcon.d.ts | 5 + .../types/src/icons/UnfoldHorizontalIcon.d.ts | 5 + .../types/src/icons/UnfoldVerticalIcon.d.ts | 5 + dist/esm/types/src/icons/UngroupIcon.d.ts | 5 + dist/esm/types/src/icons/UniversityIcon.d.ts | 5 + dist/esm/types/src/icons/Unlink2Icon.d.ts | 5 + dist/esm/types/src/icons/UnlinkIcon.d.ts | 5 + dist/esm/types/src/icons/UnplugIcon.d.ts | 5 + dist/esm/types/src/icons/UploadIcon.d.ts | 5 + dist/esm/types/src/icons/UsbIcon.d.ts | 5 + dist/esm/types/src/icons/UserCheckIcon.d.ts | 5 + dist/esm/types/src/icons/UserCogIcon.d.ts | 5 + dist/esm/types/src/icons/UserIcon.d.ts | 5 + dist/esm/types/src/icons/UserMinusIcon.d.ts | 5 + dist/esm/types/src/icons/UserPlusIcon.d.ts | 5 + .../types/src/icons/UserRoundCheckIcon.d.ts | 5 + .../esm/types/src/icons/UserRoundCogIcon.d.ts | 5 + dist/esm/types/src/icons/UserRoundIcon.d.ts | 5 + .../types/src/icons/UserRoundMinusIcon.d.ts | 5 + .../types/src/icons/UserRoundPlusIcon.d.ts | 5 + .../types/src/icons/UserRoundSearchIcon.d.ts | 5 + dist/esm/types/src/icons/UserRoundXIcon.d.ts | 5 + dist/esm/types/src/icons/UserSearchIcon.d.ts | 5 + dist/esm/types/src/icons/UserXIcon.d.ts | 5 + dist/esm/types/src/icons/UsersIcon.d.ts | 5 + dist/esm/types/src/icons/UsersRoundIcon.d.ts | 5 + .../types/src/icons/UtensilsCrossedIcon.d.ts | 5 + dist/esm/types/src/icons/UtensilsIcon.d.ts | 5 + dist/esm/types/src/icons/UtilityPoleIcon.d.ts | 5 + dist/esm/types/src/icons/VariableIcon.d.ts | 5 + dist/esm/types/src/icons/VaultIcon.d.ts | 5 + dist/esm/types/src/icons/VeganIcon.d.ts | 5 + .../esm/types/src/icons/VenetianMaskIcon.d.ts | 5 + dist/esm/types/src/icons/VibrateIcon.d.ts | 5 + dist/esm/types/src/icons/VibrateOffIcon.d.ts | 5 + dist/esm/types/src/icons/VideoIcon.d.ts | 5 + dist/esm/types/src/icons/VideoOffIcon.d.ts | 5 + dist/esm/types/src/icons/VideotapeIcon.d.ts | 5 + dist/esm/types/src/icons/ViewIcon.d.ts | 5 + .../types/src/icons/VmwareTanzuSiteIcon.d.ts | 5 + dist/esm/types/src/icons/VoicemailIcon.d.ts | 5 + dist/esm/types/src/icons/Volume1Icon.d.ts | 5 + dist/esm/types/src/icons/Volume2Icon.d.ts | 5 + dist/esm/types/src/icons/VolumeIcon.d.ts | 5 + dist/esm/types/src/icons/VolumeXIcon.d.ts | 5 + dist/esm/types/src/icons/VoteIcon.d.ts | 5 + dist/esm/types/src/icons/WalletCardsIcon.d.ts | 5 + dist/esm/types/src/icons/WalletIcon.d.ts | 5 + .../types/src/icons/WalletMinimalIcon.d.ts | 5 + dist/esm/types/src/icons/WallpaperIcon.d.ts | 5 + dist/esm/types/src/icons/WandIcon.d.ts | 5 + .../esm/types/src/icons/WandSparklesIcon.d.ts | 5 + dist/esm/types/src/icons/WarehouseIcon.d.ts | 5 + .../types/src/icons/WashingMachineIcon.d.ts | 5 + dist/esm/types/src/icons/WatchIcon.d.ts | 5 + dist/esm/types/src/icons/WavesIcon.d.ts | 5 + dist/esm/types/src/icons/WaypointsIcon.d.ts | 5 + dist/esm/types/src/icons/WebcamIcon.d.ts | 5 + dist/esm/types/src/icons/WebhookIcon.d.ts | 5 + dist/esm/types/src/icons/WebhookOffIcon.d.ts | 5 + dist/esm/types/src/icons/WeightIcon.d.ts | 5 + dist/esm/types/src/icons/WheatIcon.d.ts | 5 + dist/esm/types/src/icons/WheatOffIcon.d.ts | 5 + dist/esm/types/src/icons/WholeWordIcon.d.ts | 5 + dist/esm/types/src/icons/WifiIcon.d.ts | 5 + dist/esm/types/src/icons/WifiOffIcon.d.ts | 5 + dist/esm/types/src/icons/WindIcon.d.ts | 5 + dist/esm/types/src/icons/WineIcon.d.ts | 5 + dist/esm/types/src/icons/WineOffIcon.d.ts | 5 + dist/esm/types/src/icons/WorkflowIcon.d.ts | 5 + dist/esm/types/src/icons/WormIcon.d.ts | 5 + dist/esm/types/src/icons/WrapTextIcon.d.ts | 5 + dist/esm/types/src/icons/WrenchIcon.d.ts | 5 + dist/esm/types/src/icons/XIcon.d.ts | 5 + dist/esm/types/src/icons/YoutubeIcon.d.ts | 5 + dist/esm/types/src/icons/ZapIcon.d.ts | 5 + dist/esm/types/src/icons/ZapOffIcon.d.ts | 5 + dist/esm/types/src/icons/ZoomInIcon.d.ts | 5 + dist/esm/types/src/icons/ZoomOutIcon.d.ts | 5 + .../Icons/NewDesignIcons => icons}/index.d.ts | 0 dist/esm/types/src/index.d.ts | 115 +- dist/esm/types/src/utils/GlobalUtils.d.ts | 61 - .../types/src/utils/StoryThemeProvider.d.ts | 2 +- dist/esm/types/src/utils/TestIcon.d.ts | 5 +- dist/esm/types/src/utils/nonce.d.ts | 1 + dist/mds.d.ts | 10169 +- package.json | 17 +- .../.yarn/install-state.gz | Bin 0 -> 97000 bytes plugins/figma/MinIO All Vars Extract/code.ts | 39 +- .../figma/MinIO All Vars Extract/yarn.lock | 1231 + rollup.config.mjs | 2 +- .../Accordion/Accordion.stories.tsx | 7 +- src/components/Accordion/Accordion.tsx | 115 - src/components/Accordion/Accordion.types.ts | 9 - src/components/Accordion/index.tsx | 131 + .../ActionsList/ActionsList.stories.tsx | 97 - src/components/ActionsList/ActionsList.tsx | 106 - .../ActionsList/ActionsList.types.ts | 43 - .../ActionsList/ObjectActionButton.tsx | 70 - .../ApplicationLogo.stories.tsx | 6 +- .../ApplicationLogo/ApplicationLogo.tsx | 141 - .../Logos/LogoBase/LogoBase.tsx | 26 +- src/components/ApplicationLogo/index.tsx | 141 + .../Autocomplete/Autocomplete.stories.tsx | 17 +- .../Autocomplete/Autocomplete.styles.ts | 25 + src/components/Autocomplete/Autocomplete.tsx | 183 - .../Autocomplete/Autocomplete.types.ts | 3 - src/components/Autocomplete/index.tsx | 180 + src/components/BackLink/BackLink.stories.tsx | 7 +- src/components/BackLink/BackLink.tsx | 77 - src/components/BackLink/index.tsx | 37 + src/components/Badge/Badge.stories.tsx | 8 +- src/components/Badge/Badge.styles.ts | 174 + src/components/Badge/Badge.tsx | 195 - src/components/Badge/Badge.types.ts | 14 +- src/components/Badge/index.tsx | 102 + src/components/Box/Box.stories.tsx | 22 +- src/components/Box/Box.tsx | 84 - src/components/Box/Box.types.ts | 1 - src/components/Box/index.tsx | 69 + .../BoxedIcon/BoxedIcon.stories.tsx | 6 +- src/components/BoxedIcon/BoxedIcon.styles.ts | 39 + src/components/BoxedIcon/BoxedIcon.tsx | 63 - src/components/BoxedIcon/index.tsx | 44 + .../Breadcrumbs/BreadcrumbButton.tsx | 124 +- .../Breadcrumbs/Breadcrumbs.stories.tsx | 10 +- .../Breadcrumbs/Breadcrumbs.styles.ts | 108 + src/components/Breadcrumbs/Breadcrumbs.tsx | 243 - src/components/Breadcrumbs/index.tsx | 187 + src/components/Button/Button.stories.tsx | 6 +- src/components/Button/Button.styles.ts | 394 + src/components/Button/Button.tsx | 241 - src/components/Button/Button.types.ts | 18 +- .../Button/Button.uikit.stories.tsx | 17 +- .../Button/__tests__/Button.test.tsx | 2 +- src/components/Button/index.tsx | 155 + .../ButtonGroup/ButtonGroup.stories.tsx | 26 +- src/components/ButtonGroup/ButtonGroup.tsx | 242 - .../ButtonGroup/Buttongroup.styles.ts | 115 + src/components/ButtonGroup/index.tsx | 66 + src/components/Checkbox/Checkbox.stories.tsx | 8 +- src/components/Checkbox/Checkbox.styles.ts | 82 + src/components/Checkbox/Checkbox.tsx | 213 - src/components/Checkbox/Checkbox.types.ts | 7 +- src/components/Checkbox/index.tsx | 109 + .../CodeEditor/CodeEditor.stories.tsx | 8 +- .../CodeEditor/CodeEditor.styles.ts | 175 + src/components/CodeEditor/CodeEditor.tsx | 294 - src/components/CodeEditor/CodeEditor.types.ts | 10 - src/components/CodeEditor/index.tsx | 99 + .../CodeSnippet/CodeSnippet.stories.tsx | 84 + .../CodeSnippet/CodeSnippet.styles.ts | 79 + .../CodeSnippet/CodeSnippet.types.ts | 29 + src/components/CodeSnippet/index.tsx | 71 + .../CommentBox/CommentBox.stories.tsx | 68 - src/components/CommentBox/CommentBox.tsx | 169 - src/components/CommentBox/CommentBox.types.ts | 48 - src/components/DataTable/ColumnsSelector.tsx | 75 +- .../DataTable/DataTable.stories.tsx | 10 +- src/components/DataTable/DataTable.styles.ts | 218 + src/components/DataTable/DataTable.tsx | 593 - src/components/DataTable/DataTable.types.ts | 14 +- src/components/DataTable/DataTable.utils.tsx | 107 +- .../DataTable/TableActionButton.tsx | 103 +- src/components/DataTable/index.tsx | 414 + src/components/DateTimeInput/DateSelector.tsx | 161 +- .../DateTimeInput/DateTime.styles.ts | 276 + .../DateTimeInput/DateTimeInput.stories.tsx | 11 +- .../DateTimeInput/DateTimeInput.tsx | 53 +- .../DateTimeInput/DateTimeInput.types.ts | 14 +- .../DateTimeSelector.stories.tsx | 35 +- .../DateTimeInput/DateTimeSelector.tsx | 102 +- src/components/DateTimeInput/TimeSelector.tsx | 115 +- .../DropdownSelector.stories.tsx | 11 +- .../DropdownSelector.styles.ts | 100 + .../DropdownSelector/DropdownSelector.tsx | 321 - .../DropdownSelector.types.ts | 15 +- src/components/DropdownSelector/index.tsx | 210 + src/components/ExpandMenu/ExpandDropdown.tsx | 104 +- .../ExpandMenu/ExpandMenu.stories.tsx | 20 +- .../ExpandMenu/ExpandMenu.styles.ts | 74 + src/components/ExpandMenu/ExpandMenu.tsx | 95 - .../ExpandMenu/ExpandMenuOption.tsx | 44 +- src/components/ExpandMenu/index.tsx | 95 + .../ExpandOptionsButton.stories.tsx | 11 +- .../ExpandOptionsButton.styles.ts | 47 + .../ExpandOptionsButton.tsx | 86 - src/components/ExpandOptionsButton/index.tsx | 49 + .../FileSelector/FileSelector.stories.tsx | 63 +- .../FileSelector/FileSelector.styles.ts | 69 + src/components/FileSelector/FileSelector.tsx | 183 - .../FileSelector/FileSelector.types.ts | 7 +- src/components/FileSelector/index.tsx | 136 + .../FormActionsTray.stories.tsx | 8 +- .../FormActionsTray/FormActionsTray.styles.ts | 33 + .../FormActionsTray/FormActionsTray.tsx | 58 - src/components/FormActionsTray/index.tsx | 54 + .../FormLayout/FormLayout.stories.tsx | 30 +- .../FormLayout/FormLayout.styles.ts | 52 + src/components/FormLayout/FormLayout.tsx | 85 - src/components/FormLayout/index.tsx | 67 + .../GlobalStyles/Colors.stories.tsx | 36 +- .../GlobalStyles/GlobalStyles.stories.tsx | 6 +- src/components/GlobalStyles/GlobalStyles.tsx | 296 - src/components/GlobalStyles/index.tsx | 307 + src/components/Grid/Grid.stories.tsx | 6 +- src/components/Grid/Grid.styles.ts | 87 + src/components/Grid/Grid.tsx | 98 - src/components/Grid/Grid.types.ts | 2 +- src/components/Grid/index.tsx | 58 + src/components/HelpBox/HelpBox.stories.tsx | 6 +- src/components/HelpBox/HelpBox.tsx | 41 - src/components/HelpBox/index.tsx | 41 + src/components/HelpTip/HelpTip.stories.tsx | 134 - src/components/HelpTip/HelpTip.tsx | 500 - src/components/HelpTip/HelpTip.types.ts | 36 - .../IconButton/IconButton.stories.tsx | 8 +- src/components/IconButton/IconButton.tsx | 42 - src/components/IconButton/index.tsx | 42 + src/components/Icons/Icons.stories.tsx | 7520 - .../InformativeMessage.stories.tsx | 66 - .../InformativeMessage/InformativeMessage.tsx | 82 - .../InformativeMessage.types.ts | 32 - src/components/InputBox/InputBox.stories.tsx | 15 +- src/components/InputBox/InputBox.styles.ts | 198 + src/components/InputBox/InputBox.tsx | 373 - src/components/InputBox/InputBox.types.ts | 25 +- .../InputBox/InputBox.uikit.stories.tsx | 6 +- src/components/InputBox/index.tsx | 202 + .../InputHelper/InputHelper.styles.ts | 35 + .../InputHelper/InputHelper.types.ts | 22 + src/components/InputHelper/index.tsx | 33 + .../InputLabel/InputLabel.stories.tsx | 10 +- .../InputLabel/InputLabel.styles.ts | 60 + src/components/InputLabel/InputLabel.tsx | 96 - src/components/InputLabel/InputLabel.types.ts | 10 +- src/components/InputLabel/index.tsx | 59 + src/components/Link/Link.stories.tsx | 7 +- src/components/Link/Link.tsx | 66 - src/components/Link/Link.types.ts | 2 + src/components/Link/index.tsx | 49 + .../LinkButton/LinkButton.stories.tsx | 4 +- .../LinkButton/LinkButton.styles.ts | 79 + src/components/LinkButton/LinkButton.tsx | 72 - src/components/LinkButton/LinkButton.types.ts | 17 +- src/components/LinkButton/index.tsx | 62 + src/components/Loader/Loader.stories.tsx | 4 +- src/components/Loader/Loader.styles.ts | 305 + src/components/Loader/Loader.tsx | 146 - src/components/Loader/Loader.utils.ts | 264 - src/components/Loader/index.tsx | 91 + .../LoginWrapper/LoginWrapper.stories.tsx | 7 +- .../LoginWrapper/LoginWrapper.styles.ts | 165 + src/components/LoginWrapper/LoginWrapper.tsx | 238 - src/components/LoginWrapper/index.tsx | 92 + .../MDSCacheProvider.types.ts | 7 + src/components/MDSCacheProvider/index.tsx | 10 + .../MainContainer/MainContainer.stories.tsx | 99 - .../MainContainer/MainContainer.tsx | 82 - .../MainContainer/MainContainer.types.ts | 37 - src/components/Menu/Common/MenuBadge.tsx | 25 - .../Menu/Horizontal/HorizontalMenu.tsx | 159 - .../Menu/Horizontal/HorizontalMenuItem.tsx | 282 - .../Menu/Horizontal/SubItemsBox.tsx | 150 - src/components/Menu/Menu.stories.tsx | 255 - src/components/Menu/Menu.tsx | 60 - src/components/Menu/Menu.types.ts | 70 - src/components/Menu/MobileMenu/MobileMenu.tsx | 116 - .../Menu/MobileMenu/MobileMenuList.tsx | 181 - src/components/Menu/Vertical/MenuItem.tsx | 293 - .../Menu/Vertical/MenuSectionHeader.tsx | 49 - src/components/Menu/Vertical/VerticalMenu.tsx | 303 - src/components/ModalBox/ModalBox.stories.tsx | 22 +- src/components/ModalBox/ModalBox.styles.ts | 114 + src/components/ModalBox/ModalBox.tsx | 188 - src/components/ModalBox/ModalBox.types.ts | 9 - src/components/ModalBox/index.tsx | 99 + .../NotificationAlert.stories.tsx | 4 +- .../NotificationAlert.styles.ts | 88 + .../NotificationAlert/NotificationAlert.tsx | 273 - .../NotificationAlert.types.ts | 16 + src/components/NotificationAlert/index.tsx | 254 + .../NotificationCount.stories.tsx | 77 - .../NotificationCount/NotificationCount.tsx | 123 - .../NotificationCount.types.ts | 43 - .../Notifications/Notifications.stories.tsx | 18 +- .../Notifications/Notifications.styles.ts | 123 + .../Notifications/Notifications.tsx | 214 - .../Notifications/Notifications.types.ts | 4 + src/components/Notifications/index.tsx | 115 + .../PageHeader/PageHeader.stories.tsx | 7 +- .../PageHeader/PageHeader.styles.ts | 73 + src/components/PageHeader/PageHeader.tsx | 109 - src/components/PageHeader/index.tsx | 70 + .../PageLayout/PageLayout.stories.tsx | 8 +- src/components/PageLayout/PageLayout.tsx | 56 - src/components/PageLayout/index.tsx | 62 + src/components/Pill/Pill.stories.tsx | 51 - src/components/Pill/Pill.tsx | 63 - src/components/Pill/Pill.types.ts | 22 - .../ProgressBar/ProgressBar.stories.tsx | 4 +- .../ProgressBar/ProgressBar.styles.ts | 103 + src/components/ProgressBar/ProgressBar.tsx | 147 - .../ProgressBar/ProgressBar.types.ts | 11 +- src/components/ProgressBar/index.tsx | 80 + .../RadioGroup/RadioGroup.stories.tsx | 7 +- .../RadioGroup/RadioGroup.styles.ts | 126 + src/components/RadioGroup/RadioGroup.tsx | 288 - src/components/RadioGroup/RadioGroup.types.ts | 7 - src/components/RadioGroup/index.tsx | 133 + src/components/ReadBox/ReadBox.stories.tsx | 80 - src/components/ReadBox/ReadBox.tsx | 116 - src/components/ReadBox/ReadBox.types.ts | 36 - .../ScreenTitle/ScreenTitle.stories.tsx | 17 +- .../ScreenTitle/ScreenTitle.styles.ts | 109 + src/components/ScreenTitle/ScreenTitle.tsx | 199 - src/components/ScreenTitle/index.tsx | 107 + .../SearchBox/SearchBox.stories.tsx | 11 +- src/components/SearchBox/SearchBox.styles.ts | 83 + src/components/SearchBox/SearchBox.tsx | 135 - src/components/SearchBox/index.tsx | 57 + .../SectionTitle/SectionTitle.stories.tsx | 7 +- src/components/SectionTitle/SectionTitle.tsx | 90 - src/components/SectionTitle/index.tsx | 96 + src/components/Select/Select.stories.tsx | 57 +- src/components/Select/Select.tsx | 127 - src/components/Select/Select.types.ts | 41 - src/components/Select/Select.types.tsx | 42 + .../Select/Select.uikit.stories.tsx | 10 +- src/components/Select/index.tsx | 177 + .../SimpleHeader/SimpleHeader.stories.tsx | 58 - src/components/SimpleHeader/SimpleHeader.tsx | 59 - .../SimpleHeader/SimpleHeader.types.ts | 29 - .../SizeChart/SizeChart.stories.tsx | 79 - src/components/SizeChart/SizeChart.tsx | 164 - src/components/SizeChart/SizeChart.types.ts | 32 - src/components/Slider/Slider.stories.tsx | 23 +- src/components/Slider/Slider.styles.ts | 106 + src/components/Slider/Slider.tsx | 226 - src/components/Slider/Slider.types.ts | 10 - src/components/Slider/index.tsx | 136 + src/components/Snackbar/Snackbar.stories.tsx | 149 - src/components/Snackbar/Snackbar.tsx | 170 - src/components/Snackbar/Snackbar.types.ts | 41 - src/components/Switch/Switch.stories.tsx | 139 - src/components/Switch/Switch.tsx | 207 - src/components/Switch/Switch.types.ts | 45 - src/components/Table/Table.stories.tsx | 2 - src/components/Table/Table.styles.ts | 75 + src/components/Table/Table.tsx | 27 +- src/components/Table/TableBody.tsx | 29 +- src/components/Table/TableCell.tsx | 41 +- src/components/Table/TableHead.tsx | 29 +- src/components/Table/TableHeadCell.tsx | 43 +- src/components/Table/TableRow.tsx | 33 +- src/components/Tabs/TabButton.tsx | 119 +- src/components/Tabs/TabPanel.tsx | 3 +- src/components/Tabs/Tabs.stories.tsx | 101 +- src/components/Tabs/Tabs.styles.ts | 165 + src/components/Tabs/Tabs.tsx | 176 - src/components/Tabs/Tabs.types.ts | 26 +- src/components/Tabs/index.tsx | 129 + src/components/Tag/Tag.stories.tsx | 8 +- src/components/Tag/Tag.styles.ts | 113 + src/components/Tag/Tag.tsx | 139 - src/components/Tag/Tag.types.ts | 20 +- src/components/Tag/index.tsx | 69 + src/components/TextArea/TextArea.stories.tsx | 80 + src/components/TextArea/TextArea.types.ts | 36 + src/components/TextArea/index.tsx | 106 + src/components/ThemeHandler/ThemeHandler.tsx | 52 - .../ThemeHandler/ThemeHandler.types.ts | 4 +- src/components/ThemeHandler/index.tsx | 37 + .../ThemedLogo/ThemedLogo.stories.tsx | 4 +- src/components/ThemedLogo/ThemedLogo.tsx | 33 - src/components/ThemedLogo/index.tsx | 39 + src/components/Toggle/Toggle.stories.tsx | 164 + src/components/Toggle/Toggle.styles.ts | 115 + src/components/Toggle/Toggle.types.ts | 44 + src/components/Toggle/index.tsx | 118 + src/components/Tooltip/Tooltip.stories.tsx | 16 +- src/components/Tooltip/Tooltip.styles.ts | 124 + src/components/Tooltip/Tooltip.tsx | 278 - src/components/Tooltip/Tooltip.types.ts | 10 +- src/components/Tooltip/index.tsx | 182 + .../ValuePair/ValuePair.stories.tsx | 6 +- src/components/ValuePair/ValuePair.styles.ts | 45 + src/components/ValuePair/ValuePair.tsx | 65 - src/components/ValuePair/ValuePair.types.ts | 4 +- src/components/ValuePair/index.tsx | 51 + src/components/Wizard/Wizard.stories.tsx | 31 +- src/components/Wizard/Wizard.styles.ts | 131 + src/components/Wizard/Wizard.tsx | 209 - src/components/Wizard/WizardPage.tsx | 62 +- src/components/Wizard/index.tsx | 131 + src/components/index.ts | 164 - src/global/FieldContainer.tsx | 25 +- src/global/SelectorContainer.tsx | 12 +- src/global/global.types.ts | 818 +- src/global/themeColors.ts | 1273 +- src/global/themes.ts | 2218 +- src/global/utils.ts | 26 +- .../AArrowDownIcon.tsx | 0 .../NewDesignIcons => icons}/AArrowUpIcon.tsx | 0 .../ALargeSmallIcon.tsx | 0 .../AccessibilityIcon.tsx | 0 .../NewDesignIcons => icons}/ActivityIcon.tsx | 0 .../NewDesignIcons => icons}/AirVentIcon.tsx | 0 .../NewDesignIcons => icons}/AirplayIcon.tsx | 0 .../AlarmClockCheckIcon.tsx | 0 .../AlarmClockIcon.tsx | 0 .../AlarmClockMinusIcon.tsx | 0 .../AlarmClockOffIcon.tsx | 0 .../AlarmClockPlusIcon.tsx | 0 .../AlarmSmokeIcon.tsx | 0 .../NewDesignIcons => icons}/AlbumIcon.tsx | 0 .../AlignCenterHorizontalIcon.tsx | 0 .../AlignCenterIcon.tsx | 0 .../AlignCenterVerticalIcon.tsx | 0 .../AlignEndHorizontalIcon.tsx | 0 .../AlignEndVerticalIcon.tsx | 0 .../AlignHorizontalDistributeCenterIcon.tsx | 0 .../AlignHorizontalDistributeEndIcon.tsx | 0 .../AlignHorizontalDistributeStartIcon.tsx | 0 .../AlignHorizontalJustifyCenterIcon.tsx | 0 .../AlignHorizontalJustifyEndIcon.tsx | 0 .../AlignHorizontalJustifyStartIcon.tsx | 0 .../AlignHorizontalSpaceAroundIcon.tsx | 0 .../AlignHorizontalSpaceBetweenIcon.tsx | 0 .../AlignJustifyIcon.tsx | 0 .../AlignLeftIcon.tsx | 0 .../AlignRightIcon.tsx | 0 .../AlignStartHorizontalIcon.tsx | 0 .../AlignStartVerticalIcon.tsx | 0 .../AlignVerticalDistributeCenterIcon.tsx | 0 .../AlignVerticalDistributeEndIcon.tsx | 0 .../AlignVerticalDistributeStartIcon.tsx | 0 .../AlignVerticalJustifyCenterIcon.tsx | 0 .../AlignVerticalJustifyEndIcon.tsx | 0 .../AlignVerticalJustifyStartIcon.tsx | 0 .../AlignVerticalSpaceAroundIcon.tsx | 0 .../AlignVerticalSpaceBetweenIcon.tsx | 0 .../AmazonEksSiteIcon.tsx | 0 .../AmbulanceIcon.tsx | 0 .../AmpersandIcon.tsx | 0 .../AmpersandsIcon.tsx | 0 .../NewDesignIcons => icons}/AnchorIcon.tsx | 0 .../NewDesignIcons => icons}/AngryIcon.tsx | 0 .../NewDesignIcons => icons}/AnnoyedIcon.tsx | 0 .../NewDesignIcons => icons}/AntennaIcon.tsx | 0 .../NewDesignIcons => icons}/AnvilIcon.tsx | 0 .../NewDesignIcons => icons}/ApertureIcon.tsx | 0 .../AppWindowIcon.tsx | 0 .../AppWindowMacIcon.tsx | 0 .../NewDesignIcons => icons}/AppleIcon.tsx | 0 .../NewDesignIcons => icons}/ArchiveIcon.tsx | 0 .../ArchiveRestoreIcon.tsx | 0 .../NewDesignIcons => icons}/ArchiveXIcon.tsx | 0 .../AreaChartIcon.tsx | 0 .../NewDesignIcons => icons}/ArmchairIcon.tsx | 0 .../ArrowBigDownDashIcon.tsx | 0 .../ArrowBigDownIcon.tsx | 0 .../ArrowBigLeftDashIcon.tsx | 0 .../ArrowBigLeftIcon.tsx | 0 .../ArrowBigRightDashIcon.tsx | 0 .../ArrowBigRightIcon.tsx | 0 .../ArrowBigUpDashIcon.tsx | 0 .../ArrowBigUpIcon.tsx | 0 .../ArrowDown01Icon.tsx | 0 .../ArrowDown10Icon.tsx | 0 .../ArrowDownAZIcon.tsx | 0 .../ArrowDownFromLineIcon.tsx | 0 .../ArrowDownIcon.tsx | 0 .../ArrowDownLeftIcon.tsx | 0 .../ArrowDownNarrowWideIcon.tsx | 0 .../ArrowDownRightIcon.tsx | 0 .../ArrowDownToDotIcon.tsx | 0 .../ArrowDownToLineIcon.tsx | 0 .../ArrowDownUpIcon.tsx | 0 .../ArrowDownWideNarrowIcon.tsx | 0 .../ArrowDownZAIcon.tsx | 0 .../ArrowLeftFromLineIcon.tsx | 0 .../ArrowLeftIcon.tsx | 0 .../ArrowLeftRightIcon.tsx | 0 .../ArrowLeftToLineIcon.tsx | 0 .../ArrowRightFromLineIcon.tsx | 0 .../ArrowRightIcon.tsx | 0 .../ArrowRightLeftIcon.tsx | 0 .../ArrowRightToLineIcon.tsx | 0 .../ArrowUp01Icon.tsx | 0 .../ArrowUp10Icon.tsx | 0 .../ArrowUpAZIcon.tsx | 0 .../ArrowUpDownIcon.tsx | 0 .../ArrowUpFromDotIcon.tsx | 0 .../ArrowUpFromLineIcon.tsx | 0 .../NewDesignIcons => icons}/ArrowUpIcon.tsx | 0 .../ArrowUpLeftIcon.tsx | 0 .../ArrowUpNarrowWideIcon.tsx | 0 .../ArrowUpRightIcon.tsx | 0 .../ArrowUpToLineIcon.tsx | 0 .../ArrowUpWideNarrowIcon.tsx | 0 .../ArrowUpZAIcon.tsx | 0 .../ArrowsUpFromLineIcon.tsx | 0 .../NewDesignIcons => icons}/AsteriskIcon.tsx | 0 .../NewDesignIcons => icons}/AtSignIcon.tsx | 0 .../NewDesignIcons => icons}/AtomIcon.tsx | 0 .../AudioLinesIcon.tsx | 0 .../AudioWaveformIcon.tsx | 0 .../NewDesignIcons => icons}/AwardIcon.tsx | 0 .../NewDesignIcons => icons}/AxeIcon.tsx | 0 .../NewDesignIcons => icons}/Axis3dIcon.tsx | 0 .../AzureAksSiteIcon.tsx | 0 .../NewDesignIcons => icons}/BabyIcon.tsx | 0 .../NewDesignIcons => icons}/BackpackIcon.tsx | 0 .../BadgeAlertIcon.tsx | 0 .../BadgeCentIcon.tsx | 0 .../BadgeCheckIcon.tsx | 0 .../BadgeDollarSignIcon.tsx | 0 .../BadgeEuroIcon.tsx | 0 .../BadgeHelpIcon.tsx | 0 .../NewDesignIcons => icons}/BadgeIcon.tsx | 0 .../BadgeIndianRupeeIcon.tsx | 0 .../BadgeInfoIcon.tsx | 0 .../BadgeJapaneseYenIcon.tsx | 0 .../BadgeMinusIcon.tsx | 0 .../BadgePercentIcon.tsx | 0 .../BadgePlusIcon.tsx | 0 .../BadgePoundSterlingIcon.tsx | 0 .../BadgeRussianRubleIcon.tsx | 0 .../BadgeSwissFrancIcon.tsx | 0 .../NewDesignIcons => icons}/BadgeXIcon.tsx | 0 .../BaggageClaimIcon.tsx | 0 .../NewDesignIcons => icons}/BalancerIcon.tsx | 0 .../NewDesignIcons => icons}/BanIcon.tsx | 0 .../NewDesignIcons => icons}/BananaIcon.tsx | 0 .../NewDesignIcons => icons}/BanknoteIcon.tsx | 0 .../BarChart2Icon.tsx | 0 .../BarChart3Icon.tsx | 0 .../BarChart4Icon.tsx | 0 .../BarChartBigIcon.tsx | 0 .../BarChartHorizontalBigIcon.tsx | 0 .../BarChartHorizontalIcon.tsx | 0 .../NewDesignIcons => icons}/BarChartIcon.tsx | 0 .../NewDesignIcons => icons}/BarcodeIcon.tsx | 0 .../BareMetalLinuxSiteIcon.tsx | 0 .../NewDesignIcons => icons}/BaselineIcon.tsx | 0 .../BatchJobsIcon.tsx | 0 .../NewDesignIcons => icons}/BathIcon.tsx | 0 .../BatteryChargingIcon.tsx | 0 .../BatteryFullIcon.tsx | 0 .../NewDesignIcons => icons}/BatteryIcon.tsx | 0 .../BatteryLowIcon.tsx | 0 .../BatteryMediumIcon.tsx | 0 .../BatteryWarningIcon.tsx | 0 .../NewDesignIcons => icons}/BeakerIcon.tsx | 0 .../NewDesignIcons => icons}/BeanIcon.tsx | 0 .../NewDesignIcons => icons}/BeanOffIcon.tsx | 0 .../BedDoubleIcon.tsx | 0 .../NewDesignIcons => icons}/BedIcon.tsx | 0 .../BedSingleIcon.tsx | 0 .../NewDesignIcons => icons}/BeefIcon.tsx | 0 .../NewDesignIcons => icons}/BeerIcon.tsx | 0 .../NewDesignIcons => icons}/BeerOffIcon.tsx | 0 .../BellArrowIcon.tsx | 0 .../NewDesignIcons => icons}/BellDotIcon.tsx | 0 .../BellElectricIcon.tsx | 0 .../NewDesignIcons => icons}/BellIcon.tsx | 0 .../BellMinusIcon.tsx | 0 .../NewDesignIcons => icons}/BellOffIcon.tsx | 0 .../NewDesignIcons => icons}/BellPlusIcon.tsx | 0 .../NewDesignIcons => icons}/BellRingIcon.tsx | 0 .../BetweenHorizontalEndIcon.tsx | 0 .../BetweenHorizontalStartIcon.tsx | 0 .../BetweenVerticalEndIcon.tsx | 0 .../BetweenVerticalStartIcon.tsx | 0 .../NewDesignIcons => icons}/BikeIcon.tsx | 0 .../NewDesignIcons => icons}/BinaryIcon.tsx | 0 .../BiohazardIcon.tsx | 0 .../NewDesignIcons => icons}/BirdIcon.tsx | 0 .../NewDesignIcons => icons}/BitcoinIcon.tsx | 0 .../NewDesignIcons => icons}/BlendIcon.tsx | 0 .../NewDesignIcons => icons}/BlindsIcon.tsx | 0 .../NewDesignIcons => icons}/BlocksIcon.tsx | 0 .../BluetoothConnectedIcon.tsx | 0 .../BluetoothIcon.tsx | 0 .../BluetoothOffIcon.tsx | 0 .../BluetoothSearchingIcon.tsx | 0 .../NewDesignIcons => icons}/BoldIcon.tsx | 0 .../NewDesignIcons => icons}/BoltIcon.tsx | 0 .../NewDesignIcons => icons}/BombIcon.tsx | 0 .../NewDesignIcons => icons}/BoneIcon.tsx | 0 .../NewDesignIcons => icons}/BookAIcon.tsx | 0 .../BookAudioIcon.tsx | 0 .../BookCheckIcon.tsx | 0 .../NewDesignIcons => icons}/BookCopyIcon.tsx | 0 .../BookDashedIcon.tsx | 0 .../NewDesignIcons => icons}/BookDownIcon.tsx | 0 .../BookHeadphonesIcon.tsx | 0 .../BookHeartIcon.tsx | 0 .../NewDesignIcons => icons}/BookIcon.tsx | 0 .../BookImageIcon.tsx | 0 .../NewDesignIcons => icons}/BookKeyIcon.tsx | 0 .../NewDesignIcons => icons}/BookLockIcon.tsx | 0 .../BookMarkedIcon.tsx | 0 .../BookMinusIcon.tsx | 0 .../BookOpenCheckIcon.tsx | 0 .../NewDesignIcons => icons}/BookOpenIcon.tsx | 0 .../BookOpenTextIcon.tsx | 0 .../NewDesignIcons => icons}/BookPlusIcon.tsx | 0 .../NewDesignIcons => icons}/BookTextIcon.tsx | 0 .../NewDesignIcons => icons}/BookTypeIcon.tsx | 0 .../NewDesignIcons => icons}/BookUp2Icon.tsx | 0 .../NewDesignIcons => icons}/BookUpIcon.tsx | 0 .../NewDesignIcons => icons}/BookUserIcon.tsx | 0 .../NewDesignIcons => icons}/BookXIcon.tsx | 0 .../BookmarkCheckIcon.tsx | 0 .../NewDesignIcons => icons}/BookmarkIcon.tsx | 0 .../BookmarkMinusIcon.tsx | 0 .../BookmarkPlusIcon.tsx | 0 .../BookmarkXIcon.tsx | 0 .../NewDesignIcons => icons}/BoomBoxIcon.tsx | 0 .../NewDesignIcons => icons}/BotIcon.tsx | 0 .../BotMessageSquareIcon.tsx | 0 .../NewDesignIcons => icons}/BoxIcon.tsx | 0 .../BoxOutlineIcon.tsx | 0 .../BoxSelectIcon.tsx | 0 .../NewDesignIcons => icons}/BoxesIcon.tsx | 0 .../NewDesignIcons => icons}/BracesIcon.tsx | 0 .../NewDesignIcons => icons}/BracketsIcon.tsx | 0 .../BrainCircuitIcon.tsx | 0 .../NewDesignIcons => icons}/BrainCogIcon.tsx | 0 .../NewDesignIcons => icons}/BrainIcon.tsx | 0 .../BrickWallIcon.tsx | 0 .../BriefcaseBusinessIcon.tsx | 0 .../BriefcaseIcon.tsx | 0 .../BriefcaseMedicalIcon.tsx | 0 .../BringToFrontIcon.tsx | 0 .../NewDesignIcons => icons}/BrushIcon.tsx | 0 .../BucketCopyIcon.tsx | 0 .../NewDesignIcons => icons}/BucketIcon.tsx | 0 .../BucketQuotaIcon.tsx | 0 .../NewDesignIcons => icons}/BugIcon.tsx | 0 .../NewDesignIcons => icons}/BugOffIcon.tsx | 0 .../NewDesignIcons => icons}/BugPlayIcon.tsx | 0 .../Building2Icon.tsx | 0 .../NewDesignIcons => icons}/BuildingIcon.tsx | 0 .../NewDesignIcons => icons}/BusFrontIcon.tsx | 0 .../NewDesignIcons => icons}/BusIcon.tsx | 0 .../NewDesignIcons => icons}/CableCarIcon.tsx | 0 .../NewDesignIcons => icons}/CableIcon.tsx | 0 .../NewDesignIcons => icons}/CakeIcon.tsx | 0 .../CakeSliceIcon.tsx | 0 .../CalculatorIcon.tsx | 0 .../CalendarCheck2Icon.tsx | 0 .../CalendarCheckIcon.tsx | 0 .../CalendarClockIcon.tsx | 0 .../CalendarDaysIcon.tsx | 0 .../CalendarFoldIcon.tsx | 0 .../CalendarHeartIcon.tsx | 0 .../NewDesignIcons => icons}/CalendarIcon.tsx | 0 .../CalendarMinus2Icon.tsx | 0 .../CalendarMinusIcon.tsx | 0 .../CalendarOffIcon.tsx | 0 .../CalendarPlus2Icon.tsx | 0 .../CalendarPlusIcon.tsx | 0 .../CalendarRangeIcon.tsx | 0 .../CalendarSearchIcon.tsx | 0 .../CalendarX2Icon.tsx | 0 .../CalendarXIcon.tsx | 0 .../NewDesignIcons => icons}/CameraIcon.tsx | 0 .../CameraOffIcon.tsx | 0 .../CandlestickChartIcon.tsx | 0 .../CandyCaneIcon.tsx | 0 .../NewDesignIcons => icons}/CandyIcon.tsx | 0 .../NewDesignIcons => icons}/CandyOffIcon.tsx | 0 .../NewDesignIcons => icons}/CannabisIcon.tsx | 0 .../NewDesignIcons => icons}/CaptionsIcon.tsx | 0 .../CaptionsOffIcon.tsx | 0 .../NewDesignIcons => icons}/CarFrontIcon.tsx | 0 .../NewDesignIcons => icons}/CarIcon.tsx | 0 .../CarTaxiFrontIcon.tsx | 0 .../NewDesignIcons => icons}/CaravanIcon.tsx | 0 .../CaretFilledIcon.tsx | 0 .../NewDesignIcons => icons}/CaretIcon.tsx | 0 .../CaseLowerIcon.tsx | 0 .../CaseSensitiveIcon.tsx | 0 .../CaseUpperIcon.tsx | 0 .../CassetteTapeIcon.tsx | 0 .../NewDesignIcons => icons}/CastIcon.tsx | 0 .../NewDesignIcons => icons}/CastleIcon.tsx | 0 .../NewDesignIcons => icons}/CatIcon.tsx | 0 .../NewDesignIcons => icons}/CctvIcon.tsx | 0 .../CheckCheckIcon.tsx | 0 .../NewDesignIcons => icons}/CheckIcon.tsx | 0 .../NewDesignIcons => icons}/ChefHatIcon.tsx | 0 .../NewDesignIcons => icons}/CherryIcon.tsx | 0 .../ChevronDownIcon.tsx | 0 .../ChevronFirstIcon.tsx | 0 .../ChevronLastIcon.tsx | 0 .../ChevronLeftIcon.tsx | 0 .../ChevronRightIcon.tsx | 0 .../ChevronUpIcon.tsx | 0 .../ChevronsDownIcon.tsx | 0 .../ChevronsDownUpIcon.tsx | 0 .../ChevronsLeftIcon.tsx | 0 .../ChevronsLeftRightIcon.tsx | 0 .../ChevronsRightIcon.tsx | 0 .../ChevronsRightLeftIcon.tsx | 0 .../ChevronsUpDownIcon.tsx | 0 .../ChevronsUpIcon.tsx | 0 .../NewDesignIcons => icons}/ChromeIcon.tsx | 0 .../NewDesignIcons => icons}/ChurchIcon.tsx | 0 .../CigaretteIcon.tsx | 0 .../CigaretteOffIcon.tsx | 0 .../CircleAlertIcon.tsx | 0 .../CircleArrowDownIcon.tsx | 0 .../CircleArrowLeftIcon.tsx | 0 .../CircleArrowOutDownLeftIcon.tsx | 0 .../CircleArrowOutDownRightIcon.tsx | 0 .../CircleArrowOutUpLeftIcon.tsx | 0 .../CircleArrowOutUpRightIcon.tsx | 0 .../CircleArrowRightIcon.tsx | 0 .../CircleArrowUpIcon.tsx | 0 .../CircleCheckBigIcon.tsx | 0 .../CircleCheckIcon.tsx | 0 .../CircleChevronDownIcon.tsx | 0 .../CircleChevronLeftIcon.tsx | 0 .../CircleChevronRightIcon.tsx | 0 .../CircleChevronUpIcon.tsx | 0 .../CircleDashedIcon.tsx | 0 .../CircleDivideIcon.tsx | 0 .../CircleDollarSignIcon.tsx | 0 .../CircleDotDashedIcon.tsx | 0 .../CircleDotIcon.tsx | 0 .../CircleEllipsisIcon.tsx | 0 .../CircleEqualIcon.tsx | 0 .../CircleFadingPlusIcon.tsx | 0 .../CircleFillIcon.tsx | 0 .../CircleGaugeIcon.tsx | 0 .../CircleHelpIcon.tsx | 0 .../NewDesignIcons => icons}/CircleIcon.tsx | 0 .../CircleMinusIcon.tsx | 0 .../CircleOffIcon.tsx | 0 .../CircleParkingIcon.tsx | 0 .../CircleParkingOffIcon.tsx | 0 .../CirclePauseIcon.tsx | 0 .../CirclePercentIcon.tsx | 0 .../CirclePlayIcon.tsx | 0 .../CirclePlusIcon.tsx | 0 .../CirclePowerIcon.tsx | 0 .../CircleSlash2Icon.tsx | 0 .../CircleSlashIcon.tsx | 0 .../CircleStopIcon.tsx | 0 .../CircleUserIcon.tsx | 0 .../CircleUserRoundIcon.tsx | 0 .../NewDesignIcons => icons}/CircleXIcon.tsx | 0 .../CircuitBoardIcon.tsx | 0 .../NewDesignIcons => icons}/CitrusIcon.tsx | 0 .../ClapperboardIcon.tsx | 0 .../ClipboardCheckIcon.tsx | 0 .../ClipboardCopyIcon.tsx | 0 .../ClipboardIcon.tsx | 0 .../ClipboardListIcon.tsx | 0 .../ClipboardMinusIcon.tsx | 0 .../ClipboardPasteIcon.tsx | 0 .../ClipboardPenIcon.tsx | 0 .../ClipboardPenLineIcon.tsx | 0 .../ClipboardPlusIcon.tsx | 0 .../ClipboardTypeIcon.tsx | 0 .../ClipboardXIcon.tsx | 0 .../NewDesignIcons => icons}/Clock10Icon.tsx | 0 .../NewDesignIcons => icons}/Clock11Icon.tsx | 0 .../NewDesignIcons => icons}/Clock12Icon.tsx | 0 .../NewDesignIcons => icons}/Clock1Icon.tsx | 0 .../NewDesignIcons => icons}/Clock2Icon.tsx | 0 .../NewDesignIcons => icons}/Clock3Icon.tsx | 0 .../NewDesignIcons => icons}/Clock4Icon.tsx | 0 .../NewDesignIcons => icons}/Clock5Icon.tsx | 0 .../NewDesignIcons => icons}/Clock6Icon.tsx | 0 .../NewDesignIcons => icons}/Clock7Icon.tsx | 0 .../NewDesignIcons => icons}/Clock8Icon.tsx | 0 .../NewDesignIcons => icons}/Clock9Icon.tsx | 0 .../NewDesignIcons => icons}/ClockIcon.tsx | 0 .../NewDesignIcons => icons}/CloudCogIcon.tsx | 0 .../CloudDownloadIcon.tsx | 0 .../CloudDrizzleIcon.tsx | 0 .../NewDesignIcons => icons}/CloudFogIcon.tsx | 0 .../CloudHailIcon.tsx | 0 .../NewDesignIcons => icons}/CloudIcon.tsx | 0 .../CloudLightningIcon.tsx | 0 .../CloudMoonIcon.tsx | 0 .../CloudMoonRainIcon.tsx | 0 .../NewDesignIcons => icons}/CloudOffIcon.tsx | 0 .../CloudRainIcon.tsx | 0 .../CloudRainWindIcon.tsx | 0 .../CloudSnowIcon.tsx | 0 .../NewDesignIcons => icons}/CloudSunIcon.tsx | 0 .../CloudSunRainIcon.tsx | 0 .../CloudUploadIcon.tsx | 0 .../NewDesignIcons => icons}/CloudyIcon.tsx | 0 .../NewDesignIcons => icons}/CloverIcon.tsx | 0 .../NewDesignIcons => icons}/ClubIcon.tsx | 0 .../ClusterHealthIcon.tsx | 0 .../NewDesignIcons => icons}/ClusterIcon.tsx | 0 .../ClusterIngressIcon.tsx | 0 .../ClusterNodeIcon.tsx | 0 .../ClusterReplicationIcon.tsx | 0 .../NewDesignIcons => icons}/ClustersIcon.tsx | 0 .../NewDesignIcons => icons}/CodeIcon.tsx | 0 .../NewDesignIcons => icons}/CodeXmlIcon.tsx | 0 .../NewDesignIcons => icons}/CodepenIcon.tsx | 0 .../CodesandboxIcon.tsx | 0 .../NewDesignIcons => icons}/CoffeeIcon.tsx | 0 .../NewDesignIcons => icons}/CogIcon.tsx | 0 .../NewDesignIcons => icons}/CoinsIcon.tsx | 0 .../NewDesignIcons => icons}/CollapseIcon.tsx | 0 .../NewDesignIcons => icons}/Columns2Icon.tsx | 0 .../NewDesignIcons => icons}/Columns3Icon.tsx | 0 .../NewDesignIcons => icons}/Columns4Icon.tsx | 0 .../NewDesignIcons => icons}/CombineIcon.tsx | 0 .../NewDesignIcons => icons}/CommandIcon.tsx | 0 .../NewDesignIcons => icons}/CompassIcon.tsx | 0 .../ComponentIcon.tsx | 0 .../NewDesignIcons => icons}/ComputerIcon.tsx | 0 .../ConciergeBellIcon.tsx | 0 .../NewDesignIcons => icons}/ConeIcon.tsx | 0 .../ConstructionIcon.tsx | 0 .../NewDesignIcons => icons}/ContactIcon.tsx | 0 .../ContactRoundIcon.tsx | 0 .../ContainerIcon.tsx | 0 .../ContainerImagesIcon.tsx | 0 .../NewDesignIcons => icons}/ContrastIcon.tsx | 0 .../NewDesignIcons => icons}/CookieIcon.tsx | 0 .../CookingPotIcon.tsx | 0 .../CopyCheckIcon.tsx | 0 .../NewDesignIcons => icons}/CopyIcon.tsx | 0 .../CopyMinusIcon.tsx | 0 .../NewDesignIcons => icons}/CopyPlusIcon.tsx | 0 .../CopySlashIcon.tsx | 0 .../NewDesignIcons => icons}/CopyXIcon.tsx | 0 .../NewDesignIcons => icons}/CopyleftIcon.tsx | 0 .../CopyrightIcon.tsx | 0 .../CornerDownLeftIcon.tsx | 0 .../CornerDownRightIcon.tsx | 0 .../CornerLeftDownIcon.tsx | 0 .../CornerLeftUpIcon.tsx | 0 .../CornerRightDownIcon.tsx | 0 .../CornerRightUpIcon.tsx | 0 .../CornerUpLeftIcon.tsx | 0 .../CornerUpRightIcon.tsx | 0 .../NewDesignIcons => icons}/CpuIcon.tsx | 0 .../CreativeCommonsIcon.tsx | 0 .../CreditCardIcon.tsx | 0 .../CroissantIcon.tsx | 0 .../NewDesignIcons => icons}/CropIcon.tsx | 0 .../NewDesignIcons => icons}/CrossIcon.tsx | 0 .../CrosshairIcon.tsx | 0 .../NewDesignIcons => icons}/CrownIcon.tsx | 0 .../NewDesignIcons => icons}/CuboidIcon.tsx | 0 .../NewDesignIcons => icons}/CupSodaIcon.tsx | 0 .../NewDesignIcons => icons}/CurrencyIcon.tsx | 0 .../NewDesignIcons => icons}/CylinderIcon.tsx | 0 .../NewDesignIcons => icons}/DataIcon.tsx | 0 .../DatabaseApiIcon.tsx | 0 .../DatabaseBackupIcon.tsx | 0 .../NewDesignIcons => icons}/DatabaseIcon.tsx | 0 .../DatabaseZapIcon.tsx | 0 .../NewDesignIcons => icons}/DeleteIcon.tsx | 0 .../NewDesignIcons => icons}/DessertIcon.tsx | 0 .../NewDesignIcons => icons}/DiameterIcon.tsx | 0 .../NewDesignIcons => icons}/DiamondIcon.tsx | 0 .../DiamondPercentIcon.tsx | 0 .../NewDesignIcons => icons}/Dice1Icon.tsx | 0 .../NewDesignIcons => icons}/Dice2Icon.tsx | 0 .../NewDesignIcons => icons}/Dice3Icon.tsx | 0 .../NewDesignIcons => icons}/Dice4Icon.tsx | 0 .../NewDesignIcons => icons}/Dice5Icon.tsx | 0 .../NewDesignIcons => icons}/Dice6Icon.tsx | 0 .../NewDesignIcons => icons}/DicesIcon.tsx | 0 .../NewDesignIcons => icons}/DiffIcon.tsx | 0 .../NewDesignIcons => icons}/Disc2Icon.tsx | 0 .../NewDesignIcons => icons}/Disc3Icon.tsx | 0 .../DiscAlbumIcon.tsx | 0 .../NewDesignIcons => icons}/DiscIcon.tsx | 0 .../NewDesignIcons => icons}/DivideIcon.tsx | 0 .../NewDesignIcons => icons}/DnaIcon.tsx | 0 .../NewDesignIcons => icons}/DnaOffIcon.tsx | 0 .../NewDesignIcons => icons}/DockIcon.tsx | 0 .../NewDesignIcons => icons}/DogIcon.tsx | 0 .../DollarSignIcon.tsx | 0 .../NewDesignIcons => icons}/DonutIcon.tsx | 0 .../DoorClosedIcon.tsx | 0 .../NewDesignIcons => icons}/DoorOpenIcon.tsx | 0 .../NewDesignIcons => icons}/DotIcon.tsx | 0 .../NewDesignIcons => icons}/DownloadIcon.tsx | 0 .../DraftingCompassIcon.tsx | 0 .../NewDesignIcons => icons}/DramaIcon.tsx | 0 .../NewDesignIcons => icons}/DribbbleIcon.tsx | 0 .../NewDesignIcons => icons}/DrillIcon.tsx | 0 .../NewDesignIcons => icons}/DropletIcon.tsx | 0 .../NewDesignIcons => icons}/DropletsIcon.tsx | 0 .../NewDesignIcons => icons}/DrumIcon.tsx | 0 .../DrumstickIcon.tsx | 0 .../NewDesignIcons => icons}/DumbbellIcon.tsx | 0 .../NewDesignIcons => icons}/EarIcon.tsx | 0 .../NewDesignIcons => icons}/EarOffIcon.tsx | 0 .../NewDesignIcons => icons}/EarthIcon.tsx | 0 .../EarthLockIcon.tsx | 0 .../NewDesignIcons => icons}/EclipseIcon.tsx | 0 .../NewDesignIcons => icons}/EggFriedIcon.tsx | 0 .../NewDesignIcons => icons}/EggIcon.tsx | 0 .../NewDesignIcons => icons}/EggOffIcon.tsx | 0 .../NewDesignIcons => icons}/EllipsisIcon.tsx | 0 .../EllipsisVerticalIcon.tsx | 0 .../NewDesignIcons => icons}/EqualIcon.tsx | 0 .../NewDesignIcons => icons}/EqualNotIcon.tsx | 0 .../NewDesignIcons => icons}/EraserIcon.tsx | 0 .../NewDesignIcons => icons}/EuroIcon.tsx | 0 .../NewDesignIcons => icons}/ExpandIcon.tsx | 0 .../ExternalLinkIcon.tsx | 0 .../NewDesignIcons => icons}/EyeIcon.tsx | 0 .../NewDesignIcons => icons}/EyeOffIcon.tsx | 0 .../NewDesignIcons => icons}/FacebookIcon.tsx | 0 .../NewDesignIcons => icons}/FactoryIcon.tsx | 0 .../NewDesignIcons => icons}/FanIcon.tsx | 0 .../FastForwardIcon.tsx | 0 .../NewDesignIcons => icons}/FeatherIcon.tsx | 0 .../NewDesignIcons => icons}/FenceIcon.tsx | 0 .../FerrisWheelIcon.tsx | 0 .../NewDesignIcons => icons}/FigmaIcon.tsx | 0 .../FileArchiveIcon.tsx | 0 .../FileAudio2Icon.tsx | 0 .../FileAudioIcon.tsx | 0 .../FileAxis3dIcon.tsx | 0 .../FileBadge2Icon.tsx | 0 .../FileBadgeIcon.tsx | 0 .../FileBarChart2Icon.tsx | 0 .../FileBarChartIcon.tsx | 0 .../NewDesignIcons => icons}/FileBoxIcon.tsx | 0 .../FileCheck2Icon.tsx | 0 .../FileCheckIcon.tsx | 0 .../FileClockIcon.tsx | 0 .../FileCode2Icon.tsx | 0 .../NewDesignIcons => icons}/FileCodeIcon.tsx | 0 .../NewDesignIcons => icons}/FileCogIcon.tsx | 0 .../NewDesignIcons => icons}/FileDiffIcon.tsx | 0 .../FileDigitIcon.tsx | 0 .../NewDesignIcons => icons}/FileDownIcon.tsx | 0 .../FileHeartIcon.tsx | 0 .../NewDesignIcons => icons}/FileIcon.tsx | 0 .../FileImageIcon.tsx | 0 .../FileInputIcon.tsx | 0 .../FileJson2Icon.tsx | 0 .../NewDesignIcons => icons}/FileJsonIcon.tsx | 0 .../NewDesignIcons => icons}/FileKey2Icon.tsx | 0 .../NewDesignIcons => icons}/FileKeyIcon.tsx | 0 .../FileLineChartIcon.tsx | 0 .../FileLock2Icon.tsx | 0 .../NewDesignIcons => icons}/FileLockIcon.tsx | 0 .../FileMinus2Icon.tsx | 0 .../FileMinusIcon.tsx | 0 .../FileMusicIcon.tsx | 0 .../FileOutputIcon.tsx | 0 .../NewDesignIcons => icons}/FilePenIcon.tsx | 0 .../FilePenLineIcon.tsx | 0 .../FilePieChartIcon.tsx | 0 .../FilePlus2Icon.tsx | 0 .../NewDesignIcons => icons}/FilePlusIcon.tsx | 0 .../FileQuestionIcon.tsx | 0 .../NewDesignIcons => icons}/FileScanIcon.tsx | 0 .../FileSearch2Icon.tsx | 0 .../FileSearchIcon.tsx | 0 .../FileSlidersIcon.tsx | 0 .../FileSpreadsheetIcon.tsx | 0 .../FileStackIcon.tsx | 0 .../FileSymlinkIcon.tsx | 0 .../FileTerminalIcon.tsx | 0 .../NewDesignIcons => icons}/FileTextIcon.tsx | 0 .../FileType2Icon.tsx | 0 .../NewDesignIcons => icons}/FileTypeIcon.tsx | 0 .../NewDesignIcons => icons}/FileUpIcon.tsx | 0 .../FileVideo2Icon.tsx | 0 .../FileVideoIcon.tsx | 0 .../FileVolume2Icon.tsx | 0 .../FileVolumeIcon.tsx | 0 .../FileWarningIcon.tsx | 0 .../NewDesignIcons => icons}/FileX2Icon.tsx | 0 .../NewDesignIcons => icons}/FileXIcon.tsx | 0 .../NewDesignIcons => icons}/FilesIcon.tsx | 0 .../NewDesignIcons => icons}/FilmIcon.tsx | 0 .../NewDesignIcons => icons}/FilterIcon.tsx | 0 .../NewDesignIcons => icons}/FilterXIcon.tsx | 0 .../FingerprintIcon.tsx | 0 .../FireExtinguisherIcon.tsx | 0 .../NewDesignIcons => icons}/FishIcon.tsx | 0 .../FishSymbolIcon.tsx | 0 .../NewDesignIcons => icons}/FlagIcon.tsx | 0 .../NewDesignIcons => icons}/FlagOffIcon.tsx | 0 .../FlagTriangleLeftIcon.tsx | 0 .../FlagTriangleRightIcon.tsx | 0 .../NewDesignIcons => icons}/FlameIcon.tsx | 0 .../FlameKindlingIcon.tsx | 0 .../FlashlightIcon.tsx | 0 .../FlashlightOffIcon.tsx | 0 .../FlaskConicalIcon.tsx | 0 .../FlaskConicalOffIcon.tsx | 0 .../FlaskRoundIcon.tsx | 0 .../FlipHorizontal2Icon.tsx | 0 .../FlipHorizontalIcon.tsx | 0 .../FlipVertical2Icon.tsx | 0 .../FlipVerticalIcon.tsx | 0 .../NewDesignIcons => icons}/Flower2Icon.tsx | 0 .../NewDesignIcons => icons}/FlowerIcon.tsx | 0 .../NewDesignIcons => icons}/FocusIcon.tsx | 0 .../FoldHorizontalIcon.tsx | 0 .../FoldVerticalIcon.tsx | 0 .../FolderArchiveIcon.tsx | 0 .../FolderCheckIcon.tsx | 0 .../FolderClockIcon.tsx | 0 .../FolderClosedIcon.tsx | 0 .../FolderCogIcon.tsx | 0 .../FolderDotIcon.tsx | 0 .../FolderDownIcon.tsx | 0 .../FolderGit2Icon.tsx | 0 .../FolderGitIcon.tsx | 0 .../FolderHeartIcon.tsx | 0 .../NewDesignIcons => icons}/FolderIcon.tsx | 0 .../FolderInputIcon.tsx | 0 .../FolderKanbanIcon.tsx | 0 .../FolderKey2Icon.tsx | 0 .../FolderKeyIcon.tsx | 0 .../FolderLockIcon.tsx | 0 .../FolderMinusIcon.tsx | 0 .../FolderOpenDotIcon.tsx | 0 .../FolderOpenIcon.tsx | 0 .../FolderOutputIcon.tsx | 0 .../FolderPenIcon.tsx | 0 .../FolderPlusIcon.tsx | 0 .../FolderRootIcon.tsx | 0 .../FolderSearch2Icon.tsx | 0 .../FolderSearchIcon.tsx | 0 .../FolderSymlinkIcon.tsx | 0 .../FolderSyncIcon.tsx | 0 .../FolderTreeIcon.tsx | 0 .../NewDesignIcons => icons}/FolderUpIcon.tsx | 0 .../NewDesignIcons => icons}/FolderXIcon.tsx | 0 .../NewDesignIcons => icons}/FoldersIcon.tsx | 0 .../FootprintsIcon.tsx | 0 .../NewDesignIcons => icons}/ForkliftIcon.tsx | 0 .../NewDesignIcons => icons}/ForwardIcon.tsx | 0 .../NewDesignIcons => icons}/FrameIcon.tsx | 0 .../NewDesignIcons => icons}/FramerIcon.tsx | 0 .../NewDesignIcons => icons}/FrownIcon.tsx | 0 .../NewDesignIcons => icons}/FuelIcon.tsx | 0 .../FullscreenIcon.tsx | 0 .../GalleryHorizontalEndIcon.tsx | 0 .../GalleryHorizontalIcon.tsx | 0 .../GalleryThumbnailsIcon.tsx | 0 .../GalleryVerticalEndIcon.tsx | 0 .../GalleryVerticalIcon.tsx | 0 .../NewDesignIcons => icons}/Gamepad2Icon.tsx | 0 .../NewDesignIcons => icons}/GamepadIcon.tsx | 0 .../GanttChartIcon.tsx | 0 .../NewDesignIcons => icons}/GaugeIcon.tsx | 0 .../NewDesignIcons => icons}/GavelIcon.tsx | 0 .../NewDesignIcons => icons}/GemIcon.tsx | 0 .../NewDesignIcons => icons}/GhostIcon.tsx | 0 .../NewDesignIcons => icons}/GiftIcon.tsx | 0 .../GitBranchIcon.tsx | 0 .../GitBranchPlusIcon.tsx | 0 .../GitCommitHorizontalIcon.tsx | 0 .../GitCommitVerticalIcon.tsx | 0 .../GitCompareArrowsIcon.tsx | 0 .../GitCompareIcon.tsx | 0 .../NewDesignIcons => icons}/GitForkIcon.tsx | 0 .../NewDesignIcons => icons}/GitGraphIcon.tsx | 0 .../NewDesignIcons => icons}/GitMergeIcon.tsx | 0 .../GitPullRequestArrowIcon.tsx | 0 .../GitPullRequestClosedIcon.tsx | 0 .../GitPullRequestCreateArrowIcon.tsx | 0 .../GitPullRequestCreateIcon.tsx | 0 .../GitPullRequestDraftIcon.tsx | 0 .../GitPullRequestIcon.tsx | 0 .../NewDesignIcons => icons}/GithubIcon.tsx | 0 .../NewDesignIcons => icons}/GitlabIcon.tsx | 0 .../GlassWaterIcon.tsx | 0 .../NewDesignIcons => icons}/GlassesIcon.tsx | 0 .../NewDesignIcons => icons}/GlobeIcon.tsx | 0 .../GlobeLockIcon.tsx | 0 .../NewDesignIcons => icons}/GoalIcon.tsx | 0 .../GoogleGkeSiteIcon.tsx | 0 .../NewDesignIcons => icons}/GrabIcon.tsx | 0 .../GraduationCapIcon.tsx | 0 .../NewDesignIcons => icons}/GrapeIcon.tsx | 0 .../NewDesignIcons => icons}/Grid2x2Icon.tsx | 0 .../NewDesignIcons => icons}/Grid3x3Icon.tsx | 0 .../GripHorizontalIcon.tsx | 0 .../NewDesignIcons => icons}/GripIcon.tsx | 0 .../GripVerticalIcon.tsx | 0 .../NewDesignIcons => icons}/GroupIcon.tsx | 0 .../NewDesignIcons => icons}/GuitarIcon.tsx | 0 .../NewDesignIcons => icons}/HamIcon.tsx | 0 .../NewDesignIcons => icons}/HammerIcon.tsx | 0 .../HandCoinsIcon.tsx | 0 .../HandHeartIcon.tsx | 0 .../HandHelpingIcon.tsx | 0 .../NewDesignIcons => icons}/HandIcon.tsx | 0 .../HandMetalIcon.tsx | 0 .../HandPlatterIcon.tsx | 0 .../HandshakeIcon.tsx | 0 .../HardDriveDownloadIcon.tsx | 0 .../HardDriveIcon.tsx | 0 .../HardDriveSearchIcon.tsx | 0 .../HardDriveUploadIcon.tsx | 0 .../NewDesignIcons => icons}/HardHatIcon.tsx | 0 .../NewDesignIcons => icons}/HashIcon.tsx | 0 .../NewDesignIcons => icons}/HazeIcon.tsx | 0 .../NewDesignIcons => icons}/HdmiPortIcon.tsx | 0 .../NewDesignIcons => icons}/Heading1Icon.tsx | 0 .../NewDesignIcons => icons}/Heading2Icon.tsx | 0 .../NewDesignIcons => icons}/Heading3Icon.tsx | 0 .../NewDesignIcons => icons}/Heading4Icon.tsx | 0 .../NewDesignIcons => icons}/Heading5Icon.tsx | 0 .../NewDesignIcons => icons}/Heading6Icon.tsx | 0 .../NewDesignIcons => icons}/HeadingIcon.tsx | 0 .../HeadphonesIcon.tsx | 0 .../NewDesignIcons => icons}/HeadsetIcon.tsx | 0 .../HeartCrackIcon.tsx | 0 .../HeartHandshakeIcon.tsx | 0 .../NewDesignIcons => icons}/HeartIcon.tsx | 0 .../NewDesignIcons => icons}/HeartOffIcon.tsx | 0 .../HeartPulseIcon.tsx | 0 .../NewDesignIcons => icons}/HeaterIcon.tsx | 0 .../NewDesignIcons => icons}/HexagonIcon.tsx | 0 .../HighlighterIcon.tsx | 0 .../NewDesignIcons => icons}/HistoryIcon.tsx | 0 .../NewDesignIcons => icons}/HomeIcon.tsx | 0 .../NewDesignIcons => icons}/HopIcon.tsx | 0 .../NewDesignIcons => icons}/HopOffIcon.tsx | 0 .../NewDesignIcons => icons}/HospitalIcon.tsx | 0 .../NewDesignIcons => icons}/HotelIcon.tsx | 0 .../HourglassIcon.tsx | 0 .../IceCreamBowlIcon.tsx | 0 .../IceCreamConeIcon.tsx | 0 .../ImageDownIcon.tsx | 0 .../NewDesignIcons => icons}/ImageIcon.tsx | 0 .../ImageMinusIcon.tsx | 0 .../NewDesignIcons => icons}/ImageOffIcon.tsx | 0 .../ImagePlusIcon.tsx | 0 .../NewDesignIcons => icons}/ImageUpIcon.tsx | 0 .../NewDesignIcons => icons}/ImagesIcon.tsx | 0 .../NewDesignIcons => icons}/ImportIcon.tsx | 0 .../NewDesignIcons => icons}/InboxIcon.tsx | 0 .../IndentDecreaseIcon.tsx | 0 .../IndentIncreaseIcon.tsx | 0 .../IndianRupeeIcon.tsx | 0 .../NewDesignIcons => icons}/InfinityIcon.tsx | 0 .../NewDesignIcons => icons}/InfoIcon.tsx | 0 .../InspectionPanelIcon.tsx | 0 .../InstagramIcon.tsx | 0 .../NewDesignIcons => icons}/ItalicIcon.tsx | 0 .../IterationCCWIcon.tsx | 0 .../IterationCWIcon.tsx | 0 .../JapaneseYenIcon.tsx | 0 .../NewDesignIcons => icons}/JoystickIcon.tsx | 0 .../NewDesignIcons => icons}/KanbanIcon.tsx | 0 .../NewDesignIcons => icons}/KeyIcon.tsx | 0 .../NewDesignIcons => icons}/KeyRoundIcon.tsx | 0 .../KeySquareIcon.tsx | 0 .../NewDesignIcons => icons}/KeyboardIcon.tsx | 0 .../KeyboardMusicIcon.tsx | 0 .../KubernetesSiteIcon.tsx | 0 .../NewDesignIcons => icons}/LDAPIcon.tsx | 0 .../NewDesignIcons => icons}/LambdaIcon.tsx | 0 .../LampCeilingIcon.tsx | 0 .../NewDesignIcons => icons}/LampDeskIcon.tsx | 0 .../LampFloorIcon.tsx | 0 .../NewDesignIcons => icons}/LampIcon.tsx | 0 .../LampWallDownIcon.tsx | 0 .../LampWallUpIcon.tsx | 0 .../NewDesignIcons => icons}/LandPlotIcon.tsx | 0 .../NewDesignIcons => icons}/LandmarkIcon.tsx | 0 .../LanguagesIcon.tsx | 0 .../NewDesignIcons => icons}/LaptopIcon.tsx | 0 .../LaptopMinimalIcon.tsx | 0 .../NewDesignIcons => icons}/LassoIcon.tsx | 0 .../LassoSelectIcon.tsx | 0 .../NewDesignIcons => icons}/LaughIcon.tsx | 0 .../NewDesignIcons => icons}/Layers2Icon.tsx | 0 .../NewDesignIcons => icons}/Layers3Icon.tsx | 0 .../NewDesignIcons => icons}/LayersIcon.tsx | 0 .../LayoutDashboardIcon.tsx | 0 .../LayoutGridIcon.tsx | 0 .../LayoutListIcon.tsx | 0 .../LayoutPanelLeftIcon.tsx | 0 .../LayoutPanelTopIcon.tsx | 0 .../LayoutTemplateIcon.tsx | 0 .../NewDesignIcons => icons}/LeafIcon.tsx | 0 .../LeafyGreenIcon.tsx | 0 .../LibraryBigIcon.tsx | 0 .../NewDesignIcons => icons}/LibraryIcon.tsx | 0 .../NewDesignIcons => icons}/LifeBuoyIcon.tsx | 0 .../NewDesignIcons => icons}/LigatureIcon.tsx | 0 .../LightbulbIcon.tsx | 0 .../LightbulbOffIcon.tsx | 0 .../LineChartIcon.tsx | 0 .../NewDesignIcons => icons}/Link2Icon.tsx | 0 .../NewDesignIcons => icons}/Link2OffIcon.tsx | 0 .../NewDesignIcons => icons}/LinkIcon.tsx | 0 .../NewDesignIcons => icons}/LinkedinIcon.tsx | 0 .../ListChecksIcon.tsx | 0 .../ListCollapseIcon.tsx | 0 .../NewDesignIcons => icons}/ListEndIcon.tsx | 0 .../ListFilterIcon.tsx | 0 .../NewDesignIcons => icons}/ListIcon.tsx | 0 .../ListMinusIcon.tsx | 0 .../ListMusicIcon.tsx | 0 .../ListOrderedIcon.tsx | 0 .../NewDesignIcons => icons}/ListPlusIcon.tsx | 0 .../ListRestartIcon.tsx | 0 .../ListStartIcon.tsx | 0 .../NewDesignIcons => icons}/ListTodoIcon.tsx | 0 .../NewDesignIcons => icons}/ListTreeIcon.tsx | 0 .../ListVideoIcon.tsx | 0 .../NewDesignIcons => icons}/ListXIcon.tsx | 0 .../LoaderCircleIcon.tsx | 0 .../NewDesignIcons => icons}/LoaderIcon.tsx | 0 .../LocateFixedIcon.tsx | 0 .../NewDesignIcons => icons}/LocateIcon.tsx | 0 .../LocateOffIcon.tsx | 0 .../NewDesignIcons => icons}/LockIcon.tsx | 0 .../LockKeyholeIcon.tsx | 0 .../LockKeyholeOpenIcon.tsx | 0 .../NewDesignIcons => icons}/LockOpenIcon.tsx | 0 .../NewDesignIcons => icons}/LogInIcon.tsx | 0 .../NewDesignIcons => icons}/LogOutIcon.tsx | 0 .../NewDesignIcons => icons}/LollipopIcon.tsx | 0 .../NewDesignIcons => icons}/LuggageIcon.tsx | 0 .../NewDesignIcons => icons}/MagnetIcon.tsx | 0 .../MailCheckIcon.tsx | 0 .../NewDesignIcons => icons}/MailIcon.tsx | 0 .../MailMinusIcon.tsx | 0 .../NewDesignIcons => icons}/MailOpenIcon.tsx | 0 .../NewDesignIcons => icons}/MailPlusIcon.tsx | 0 .../MailQuestionIcon.tsx | 0 .../MailSearchIcon.tsx | 0 .../MailWarningIcon.tsx | 0 .../NewDesignIcons => icons}/MailXIcon.tsx | 0 .../NewDesignIcons => icons}/MailboxIcon.tsx | 0 .../NewDesignIcons => icons}/MailsIcon.tsx | 0 .../NewDesignIcons => icons}/MapIcon.tsx | 0 .../NewDesignIcons => icons}/MapPinIcon.tsx | 0 .../MapPinOffIcon.tsx | 0 .../MapPinnedIcon.tsx | 0 .../NewDesignIcons => icons}/MartiniIcon.tsx | 0 .../Maximize2Icon.tsx | 0 .../NewDesignIcons => icons}/MaximizeIcon.tsx | 0 .../NewDesignIcons => icons}/MedalIcon.tsx | 0 .../MegaphoneIcon.tsx | 0 .../MegaphoneOffIcon.tsx | 0 .../NewDesignIcons => icons}/MehIcon.tsx | 0 .../MemoryStickIcon.tsx | 0 .../NewDesignIcons => icons}/MenuIcon.tsx | 0 .../NewDesignIcons => icons}/MergeIcon.tsx | 0 .../MessageCircleCodeIcon.tsx | 0 .../MessageCircleDashedIcon.tsx | 0 .../MessageCircleHeartIcon.tsx | 0 .../MessageCircleIcon.tsx | 0 .../MessageCircleMoreIcon.tsx | 0 .../MessageCircleOffIcon.tsx | 0 .../MessageCirclePlusIcon.tsx | 0 .../MessageCircleQuestionIcon.tsx | 0 .../MessageCircleReplyIcon.tsx | 0 .../MessageCircleWarningIcon.tsx | 0 .../MessageCircleXIcon.tsx | 0 .../MessageSquareCodeIcon.tsx | 0 .../MessageSquareDashedIcon.tsx | 0 .../MessageSquareDiffIcon.tsx | 0 .../MessageSquareDotIcon.tsx | 0 .../MessageSquareHeartIcon.tsx | 0 .../MessageSquareIcon.tsx | 0 .../MessageSquareMoreIcon.tsx | 0 .../MessageSquareOffIcon.tsx | 0 .../MessageSquarePlusIcon.tsx | 0 .../MessageSquareQuoteIcon.tsx | 0 .../MessageSquareReplyIcon.tsx | 0 .../MessageSquareShareIcon.tsx | 0 .../MessageSquareTextIcon.tsx | 0 .../MessageSquareWarningIcon.tsx | 0 .../MessageSquareXIcon.tsx | 0 .../MessagesSquareIcon.tsx | 0 .../NewDesignIcons => icons}/MicIcon.tsx | 0 .../NewDesignIcons => icons}/MicOffIcon.tsx | 0 .../NewDesignIcons => icons}/MicVocalIcon.tsx | 0 .../MicroscopeIcon.tsx | 0 .../MicrowaveIcon.tsx | 0 .../MilestoneIcon.tsx | 0 .../NewDesignIcons => icons}/MilkIcon.tsx | 0 .../NewDesignIcons => icons}/MilkOffIcon.tsx | 0 .../NewDesignIcons => icons}/MinIOIcon.tsx | 0 .../Minimize2Icon.tsx | 0 .../NewDesignIcons => icons}/MinimizeIcon.tsx | 0 .../NewDesignIcons => icons}/MinusIcon.tsx | 0 .../MonitorCheckIcon.tsx | 0 .../MonitorDotIcon.tsx | 0 .../MonitorDownIcon.tsx | 0 .../NewDesignIcons => icons}/MonitorIcon.tsx | 0 .../MonitorOffIcon.tsx | 0 .../MonitorPauseIcon.tsx | 0 .../MonitorPlayIcon.tsx | 0 .../MonitorSmartphoneIcon.tsx | 0 .../MonitorSpeakerIcon.tsx | 0 .../MonitorStopIcon.tsx | 0 .../MonitorUpIcon.tsx | 0 .../NewDesignIcons => icons}/MonitorXIcon.tsx | 0 .../NewDesignIcons => icons}/MoonIcon.tsx | 0 .../NewDesignIcons => icons}/MoonStarIcon.tsx | 0 .../NewDesignIcons => icons}/MountainIcon.tsx | 0 .../MountainSnowIcon.tsx | 0 .../NewDesignIcons => icons}/MouseIcon.tsx | 0 .../MousePointer2Icon.tsx | 0 .../MousePointerClickIcon.tsx | 0 .../MousePointerIcon.tsx | 0 .../NewDesignIcons => icons}/Move3dIcon.tsx | 0 .../MoveDiagonal2Icon.tsx | 0 .../MoveDiagonalIcon.tsx | 0 .../NewDesignIcons => icons}/MoveDownIcon.tsx | 0 .../MoveDownLeftIcon.tsx | 0 .../MoveDownRightIcon.tsx | 0 .../MoveHorizontalIcon.tsx | 0 .../NewDesignIcons => icons}/MoveIcon.tsx | 0 .../NewDesignIcons => icons}/MoveLeftIcon.tsx | 0 .../MoveRightIcon.tsx | 0 .../NewDesignIcons => icons}/MoveUpIcon.tsx | 0 .../MoveUpLeftIcon.tsx | 0 .../MoveUpRightIcon.tsx | 0 .../MoveVerticalIcon.tsx | 0 .../NewDesignIcons => icons}/Music2Icon.tsx | 0 .../NewDesignIcons => icons}/Music3Icon.tsx | 0 .../NewDesignIcons => icons}/Music4Icon.tsx | 0 .../NewDesignIcons => icons}/MusicIcon.tsx | 0 .../Navigation2Icon.tsx | 0 .../Navigation2OffIcon.tsx | 0 .../NavigationIcon.tsx | 0 .../NavigationOffIcon.tsx | 0 .../NewDesignIcons => icons}/NetworkIcon.tsx | 0 .../NewspaperIcon.tsx | 0 .../NewDesignIcons => icons}/NfcIcon.tsx | 0 .../NewDesignIcons => icons}/NotebookIcon.tsx | 0 .../NotebookPenIcon.tsx | 0 .../NotebookTabsIcon.tsx | 0 .../NotebookTextIcon.tsx | 0 .../NotepadTextDashedIcon.tsx | 0 .../NotepadTextIcon.tsx | 0 .../NewDesignIcons => icons}/NutIcon.tsx | 0 .../NewDesignIcons => icons}/NutOffIcon.tsx | 0 .../OctagonAlertIcon.tsx | 0 .../NewDesignIcons => icons}/OctagonIcon.tsx | 0 .../OctagonPauseIcon.tsx | 0 .../NewDesignIcons => icons}/OctagonXIcon.tsx | 0 .../NewDesignIcons => icons}/OidcIcon.tsx | 0 .../NewDesignIcons => icons}/OptionIcon.tsx | 0 .../NewDesignIcons => icons}/OrbitIcon.tsx | 0 .../NewDesignIcons => icons}/Package2Icon.tsx | 0 .../PackageCheckIcon.tsx | 0 .../NewDesignIcons => icons}/PackageIcon.tsx | 0 .../PackageMinusIcon.tsx | 0 .../PackageOpenIcon.tsx | 0 .../PackagePlusIcon.tsx | 0 .../PackageSearchIcon.tsx | 0 .../NewDesignIcons => icons}/PackageXIcon.tsx | 0 .../PaintBucketIcon.tsx | 0 .../PaintRollerIcon.tsx | 0 .../Paintbrush2Icon.tsx | 0 .../PaintbrushIcon.tsx | 0 .../NewDesignIcons => icons}/PaletteIcon.tsx | 0 .../PanelBottomCloseIcon.tsx | 0 .../PanelBottomDashedIcon.tsx | 0 .../PanelBottomIcon.tsx | 0 .../PanelBottomOpenIcon.tsx | 0 .../PanelLeftCloseIcon.tsx | 0 .../PanelLeftDashedIcon.tsx | 0 .../PanelLeftIcon.tsx | 0 .../PanelLeftOpenIcon.tsx | 0 .../PanelRightCloseIcon.tsx | 0 .../PanelRightDashedIcon.tsx | 0 .../PanelRightIcon.tsx | 0 .../PanelRightOpenIcon.tsx | 0 .../PanelTopCloseIcon.tsx | 0 .../PanelTopDashedIcon.tsx | 0 .../NewDesignIcons => icons}/PanelTopIcon.tsx | 0 .../PanelTopOpenIcon.tsx | 0 .../PanelsLeftBottomIcon.tsx | 0 .../PanelsRightBottomIcon.tsx | 0 .../PanelsTopLeftIcon.tsx | 0 .../PaperclipIcon.tsx | 0 .../ParenthesesIcon.tsx | 0 .../ParkingMeterIcon.tsx | 0 .../PartyPopperIcon.tsx | 0 .../PasscodeLockIcon.tsx | 0 .../NewDesignIcons => icons}/PauseIcon.tsx | 0 .../NewDesignIcons => icons}/PawPrintIcon.tsx | 0 .../NewDesignIcons => icons}/PcCaseIcon.tsx | 0 .../NewDesignIcons => icons}/PenIcon.tsx | 0 .../NewDesignIcons => icons}/PenLineIcon.tsx | 0 .../NewDesignIcons => icons}/PenToolIcon.tsx | 0 .../NewDesignIcons => icons}/PencilIcon.tsx | 0 .../PencilLineIcon.tsx | 0 .../PencilRulerIcon.tsx | 0 .../NewDesignIcons => icons}/PentagonIcon.tsx | 0 .../NewDesignIcons => icons}/PercentIcon.tsx | 0 .../PersonStandingIcon.tsx | 0 .../PhoneCallIcon.tsx | 0 .../PhoneForwardedIcon.tsx | 0 .../NewDesignIcons => icons}/PhoneIcon.tsx | 0 .../PhoneIncomingIcon.tsx | 0 .../PhoneMissedIcon.tsx | 0 .../NewDesignIcons => icons}/PhoneOffIcon.tsx | 0 .../PhoneOutgoingIcon.tsx | 0 .../Icons/NewDesignIcons => icons}/PiIcon.tsx | 0 .../NewDesignIcons => icons}/PianoIcon.tsx | 0 .../NewDesignIcons => icons}/PickaxeIcon.tsx | 0 .../PictureInPicture2Icon.tsx | 0 .../PictureInPictureIcon.tsx | 0 .../NewDesignIcons => icons}/PieChartIcon.tsx | 0 .../NewDesignIcons => icons}/PieUsageIcon.tsx | 0 .../PiggyBankIcon.tsx | 0 .../NewDesignIcons => icons}/PilcrowIcon.tsx | 0 .../NewDesignIcons => icons}/PillIcon.tsx | 0 .../NewDesignIcons => icons}/PinIcon.tsx | 0 .../NewDesignIcons => icons}/PinOffIcon.tsx | 0 .../NewDesignIcons => icons}/PipetteIcon.tsx | 0 .../NewDesignIcons => icons}/PizzaIcon.tsx | 0 .../NewDesignIcons => icons}/PlaneIcon.tsx | 0 .../PlaneLandingIcon.tsx | 0 .../PlaneTakeoffIcon.tsx | 0 .../NewDesignIcons => icons}/PlayIcon.tsx | 0 .../NewDesignIcons => icons}/Plug2Icon.tsx | 0 .../NewDesignIcons => icons}/PlugIcon.tsx | 0 .../NewDesignIcons => icons}/PlugZap2Icon.tsx | 0 .../NewDesignIcons => icons}/PlugZapIcon.tsx | 0 .../NewDesignIcons => icons}/PlusIcon.tsx | 0 .../NewDesignIcons => icons}/PocketIcon.tsx | 0 .../PocketKnifeIcon.tsx | 0 .../NewDesignIcons => icons}/PodcastIcon.tsx | 0 .../NewDesignIcons => icons}/PointerIcon.tsx | 0 .../PointerOffIcon.tsx | 0 .../NewDesignIcons => icons}/PopcornIcon.tsx | 0 .../NewDesignIcons => icons}/PopsicleIcon.tsx | 0 .../PoundSterlingIcon.tsx | 0 .../NewDesignIcons => icons}/PowerIcon.tsx | 0 .../NewDesignIcons => icons}/PowerOffIcon.tsx | 0 .../PresentationIcon.tsx | 0 .../NewDesignIcons => icons}/PrinterIcon.tsx | 0 .../ProjectorIcon.tsx | 0 .../ProportionsIcon.tsx | 0 .../NewDesignIcons => icons}/PuzzleIcon.tsx | 0 .../NewDesignIcons => icons}/PyramidIcon.tsx | 0 .../NewDesignIcons => icons}/QrCodeIcon.tsx | 0 .../NewDesignIcons => icons}/QuoteIcon.tsx | 0 .../NewDesignIcons => icons}/RabbitIcon.tsx | 0 .../NewDesignIcons => icons}/RadarIcon.tsx | 0 .../RadiationIcon.tsx | 0 .../NewDesignIcons => icons}/RadicalIcon.tsx | 0 .../NewDesignIcons => icons}/RadioIcon.tsx | 0 .../RadioReceiverIcon.tsx | 0 .../RadioTowerIcon.tsx | 0 .../NewDesignIcons => icons}/RadiusIcon.tsx | 0 .../RailSymbolIcon.tsx | 0 .../NewDesignIcons => icons}/RainbowIcon.tsx | 0 .../NewDesignIcons => icons}/RatIcon.tsx | 0 .../NewDesignIcons => icons}/RatioIcon.tsx | 0 .../ReceiptCentIcon.tsx | 0 .../ReceiptEuroIcon.tsx | 0 .../NewDesignIcons => icons}/ReceiptIcon.tsx | 0 .../ReceiptIndianRupeeIcon.tsx | 0 .../ReceiptJapaneseYenIcon.tsx | 0 .../ReceiptPoundSterlingIcon.tsx | 0 .../ReceiptRussianRubleIcon.tsx | 0 .../ReceiptSwissFrancIcon.tsx | 0 .../ReceiptTextIcon.tsx | 0 .../RectangleEllipsisIcon.tsx | 0 .../RectangleHorizontalIcon.tsx | 0 .../RectangleVerticalIcon.tsx | 0 .../NewDesignIcons => icons}/RecycleIcon.tsx | 0 .../RedhatOpenshiftSiteIcon.tsx | 0 .../NewDesignIcons => icons}/Redo2Icon.tsx | 0 .../NewDesignIcons => icons}/RedoDotIcon.tsx | 0 .../NewDesignIcons => icons}/RedoIcon.tsx | 0 .../RefreshCCWDotIcon.tsx | 0 .../RefreshCCWIcon.tsx | 0 .../RefreshCWIcon.tsx | 0 .../RefreshCWOffIcon.tsx | 0 .../RefreshCwSettingsIcon.tsx | 0 .../RefrigeratorIcon.tsx | 0 .../NewDesignIcons => icons}/RegexIcon.tsx | 0 .../RemoveFormattingIcon.tsx | 0 .../NewDesignIcons => icons}/Repeat1Icon.tsx | 0 .../NewDesignIcons => icons}/Repeat2Icon.tsx | 0 .../NewDesignIcons => icons}/RepeatIcon.tsx | 0 .../ReplaceAllIcon.tsx | 0 .../NewDesignIcons => icons}/ReplaceIcon.tsx | 0 .../NewDesignIcons => icons}/ReplyAllIcon.tsx | 0 .../NewDesignIcons => icons}/ReplyIcon.tsx | 0 .../NewDesignIcons => icons}/RewindIcon.tsx | 0 .../NewDesignIcons => icons}/RibbonIcon.tsx | 0 .../NewDesignIcons => icons}/RocketIcon.tsx | 0 .../RockingChairIcon.tsx | 0 .../RollerCoasterIcon.tsx | 0 .../NewDesignIcons => icons}/Rotate3dIcon.tsx | 0 .../RotateCCWIcon.tsx | 0 .../RotateCCWSquareIcon.tsx | 0 .../NewDesignIcons => icons}/RotateCWIcon.tsx | 0 .../RotateCWSquareIcon.tsx | 0 .../NewDesignIcons => icons}/RouteIcon.tsx | 0 .../NewDesignIcons => icons}/RouteOffIcon.tsx | 0 .../NewDesignIcons => icons}/RouterIcon.tsx | 0 .../NewDesignIcons => icons}/Rows2Icon.tsx | 0 .../NewDesignIcons => icons}/Rows3Icon.tsx | 0 .../NewDesignIcons => icons}/Rows4Icon.tsx | 0 .../NewDesignIcons => icons}/RssIcon.tsx | 0 .../NewDesignIcons => icons}/RulerIcon.tsx | 0 .../RussianRubleIcon.tsx | 0 .../NewDesignIcons => icons}/SailboatIcon.tsx | 0 .../NewDesignIcons => icons}/SaladIcon.tsx | 0 .../NewDesignIcons => icons}/SandwichIcon.tsx | 0 .../SatelliteDishIcon.tsx | 0 .../SatelliteIcon.tsx | 0 .../NewDesignIcons => icons}/SaveAllIcon.tsx | 0 .../NewDesignIcons => icons}/SaveIcon.tsx | 0 .../NewDesignIcons => icons}/Scale3dIcon.tsx | 0 .../NewDesignIcons => icons}/ScaleIcon.tsx | 0 .../NewDesignIcons => icons}/ScalingIcon.tsx | 0 .../ScanBarcodeIcon.tsx | 0 .../NewDesignIcons => icons}/ScanEyeIcon.tsx | 0 .../NewDesignIcons => icons}/ScanFaceIcon.tsx | 0 .../NewDesignIcons => icons}/ScanIcon.tsx | 0 .../NewDesignIcons => icons}/ScanLineIcon.tsx | 0 .../ScanSearchIcon.tsx | 0 .../NewDesignIcons => icons}/ScanTextIcon.tsx | 0 .../ScatterChartIcon.tsx | 0 .../NewDesignIcons => icons}/SchoolIcon.tsx | 0 .../NewDesignIcons => icons}/ScissorsIcon.tsx | 0 .../ScissorsLineDashedIcon.tsx | 0 .../ScreenShareIcon.tsx | 0 .../ScreenShareOffIcon.tsx | 0 .../NewDesignIcons => icons}/ScrollIcon.tsx | 0 .../ScrollTextIcon.tsx | 0 .../SearchCheckIcon.tsx | 0 .../SearchCodeIcon.tsx | 0 .../NewDesignIcons => icons}/SearchIcon.tsx | 0 .../SearchSlashIcon.tsx | 0 .../NewDesignIcons => icons}/SearchXIcon.tsx | 0 .../SendHorizontalIcon.tsx | 0 .../NewDesignIcons => icons}/SendIcon.tsx | 0 .../SendToBackIcon.tsx | 0 .../SeparatorHorizontalIcon.tsx | 0 .../SeparatorVerticalIcon.tsx | 0 .../ServerCogIcon.tsx | 0 .../ServerCrashIcon.tsx | 0 .../NewDesignIcons => icons}/ServerIcon.tsx | 0 .../ServerOffIcon.tsx | 0 .../Settings2Icon.tsx | 0 .../NewDesignIcons => icons}/SettingsIcon.tsx | 0 .../NewDesignIcons => icons}/ShapesIcon.tsx | 0 .../NewDesignIcons => icons}/Share2Icon.tsx | 0 .../NewDesignIcons => icons}/ShareIcon.tsx | 0 .../NewDesignIcons => icons}/SheetIcon.tsx | 0 .../NewDesignIcons => icons}/ShellIcon.tsx | 0 .../ShieldAlertIcon.tsx | 0 .../ShieldBanIcon.tsx | 0 .../ShieldCheckIcon.tsx | 0 .../ShieldEllipsisIcon.tsx | 0 .../ShieldHalfIcon.tsx | 0 .../NewDesignIcons => icons}/ShieldIcon.tsx | 0 .../ShieldMinusIcon.tsx | 0 .../ShieldOffIcon.tsx | 0 .../ShieldPlusIcon.tsx | 0 .../ShieldQuestionIcon.tsx | 0 .../NewDesignIcons => icons}/ShieldXIcon.tsx | 0 .../NewDesignIcons => icons}/ShipIcon.tsx | 0 .../ShipWheelIcon.tsx | 0 .../NewDesignIcons => icons}/ShirtIcon.tsx | 0 .../ShoppingBagIcon.tsx | 0 .../ShoppingBasketIcon.tsx | 0 .../ShoppingCartIcon.tsx | 0 .../NewDesignIcons => icons}/ShovelIcon.tsx | 0 .../ShowerHeadIcon.tsx | 0 .../NewDesignIcons => icons}/ShrinkIcon.tsx | 0 .../NewDesignIcons => icons}/ShrubIcon.tsx | 0 .../NewDesignIcons => icons}/ShuffleIcon.tsx | 0 .../NewDesignIcons => icons}/SigmaIcon.tsx | 0 .../SignalHighIcon.tsx | 0 .../NewDesignIcons => icons}/SignalIcon.tsx | 0 .../SignalLowIcon.tsx | 0 .../SignalMediumIcon.tsx | 0 .../SignalZeroIcon.tsx | 0 .../SignpostBigIcon.tsx | 0 .../NewDesignIcons => icons}/SignpostIcon.tsx | 0 .../NewDesignIcons => icons}/SirenIcon.tsx | 0 .../NewDesignIcons => icons}/SitesIcon.tsx | 0 .../NewDesignIcons => icons}/SkipBackIcon.tsx | 0 .../SkipForwardIcon.tsx | 0 .../NewDesignIcons => icons}/SkullIcon.tsx | 0 .../NewDesignIcons => icons}/SlackIcon.tsx | 0 .../NewDesignIcons => icons}/SlashIcon.tsx | 0 .../NewDesignIcons => icons}/SliceIcon.tsx | 0 .../SlidersHorizontalIcon.tsx | 0 .../SlidersVerticalIcon.tsx | 0 .../SmartphoneChargingIcon.tsx | 0 .../SmartphoneIcon.tsx | 0 .../SmartphoneNfcIcon.tsx | 0 .../NewDesignIcons => icons}/SmileIcon.tsx | 0 .../SmilePlusIcon.tsx | 0 .../NewDesignIcons => icons}/SnailIcon.tsx | 0 .../SnowflakeIcon.tsx | 0 .../NewDesignIcons => icons}/SofaIcon.tsx | 0 .../NewDesignIcons => icons}/SoupIcon.tsx | 0 .../NewDesignIcons => icons}/SpaceIcon.tsx | 0 .../NewDesignIcons => icons}/SpadeIcon.tsx | 0 .../NewDesignIcons => icons}/SparkleIcon.tsx | 0 .../NewDesignIcons => icons}/SparklesIcon.tsx | 0 .../NewDesignIcons => icons}/SpeakerIcon.tsx | 0 .../NewDesignIcons => icons}/SpeechIcon.tsx | 0 .../SpellCheck2Icon.tsx | 0 .../SpellCheckIcon.tsx | 0 .../NewDesignIcons => icons}/SplineIcon.tsx | 0 .../NewDesignIcons => icons}/SplitIcon.tsx | 0 .../NewDesignIcons => icons}/SprayCanIcon.tsx | 0 .../NewDesignIcons => icons}/SproutIcon.tsx | 0 .../SquareActivityIcon.tsx | 0 .../SquareArrowDownIcon.tsx | 0 .../SquareArrowDownLeftIcon.tsx | 0 .../SquareArrowDownRightIcon.tsx | 0 .../SquareArrowLeftIcon.tsx | 0 .../SquareArrowOutDownLeftIcon.tsx | 0 .../SquareArrowOutDownRightIcon.tsx | 0 .../SquareArrowOutUpLeftIcon.tsx | 0 .../SquareArrowOutUpRightIcon.tsx | 0 .../SquareArrowRightIcon.tsx | 0 .../SquareArrowUpIcon.tsx | 0 .../SquareArrowUpLeftIcon.tsx | 0 .../SquareArrowUpRightIcon.tsx | 0 .../SquareAsteriskIcon.tsx | 0 .../SquareBottomDashedScissorsIcon.tsx | 0 .../SquareCheckBigIcon.tsx | 0 .../SquareCheckIcon.tsx | 0 .../SquareChevronDownIcon.tsx | 0 .../SquareChevronLeftIcon.tsx | 0 .../SquareChevronRightIcon.tsx | 0 .../SquareChevronUpIcon.tsx | 0 .../SquareCodeIcon.tsx | 0 .../SquareDashedBottomCodeIcon.tsx | 0 .../SquareDashedBottomIcon.tsx | 0 .../SquareDashedKanbanIcon.tsx | 0 .../SquareDashedMousePointerIcon.tsx | 0 .../SquareDivideIcon.tsx | 0 .../SquareDotIcon.tsx | 0 .../SquareEqualIcon.tsx | 0 .../SquareFunctionIcon.tsx | 0 .../SquareGanttChartIcon.tsx | 0 .../NewDesignIcons => icons}/SquareIcon.tsx | 0 .../SquareKanbanIcon.tsx | 0 .../SquareLibraryIcon.tsx | 0 .../NewDesignIcons => icons}/SquareMIcon.tsx | 0 .../SquareMenuIcon.tsx | 0 .../SquareMinusIcon.tsx | 0 .../SquareMousePointerIcon.tsx | 0 .../SquareParkingIcon.tsx | 0 .../SquareParkingOffIcon.tsx | 0 .../SquarePenIcon.tsx | 0 .../SquarePercentIcon.tsx | 0 .../NewDesignIcons => icons}/SquarePiIcon.tsx | 0 .../SquarePilcrowIcon.tsx | 0 .../SquarePlayIcon.tsx | 0 .../SquarePlusIcon.tsx | 0 .../SquarePowerIcon.tsx | 0 .../SquareRadicalIcon.tsx | 0 .../SquareScissorsIcon.tsx | 0 .../SquareSigmaIcon.tsx | 0 .../SquareSlashIcon.tsx | 0 .../SquareSplitHorizontalIcon.tsx | 0 .../SquareSplitVerticalIcon.tsx | 0 .../SquareStackIcon.tsx | 0 .../SquareTerminalIcon.tsx | 0 .../SquareUserIcon.tsx | 0 .../SquareUserRoundIcon.tsx | 0 .../NewDesignIcons => icons}/SquareXIcon.tsx | 0 .../NewDesignIcons => icons}/SquircleIcon.tsx | 0 .../NewDesignIcons => icons}/SquirrelIcon.tsx | 0 .../NewDesignIcons => icons}/StampIcon.tsx | 0 .../NewDesignIcons => icons}/StarHalfIcon.tsx | 0 .../NewDesignIcons => icons}/StarIcon.tsx | 0 .../NewDesignIcons => icons}/StarOffIcon.tsx | 0 .../NewDesignIcons => icons}/StepBackIcon.tsx | 0 .../StepForwardIcon.tsx | 0 .../StethoscopeIcon.tsx | 0 .../NewDesignIcons => icons}/StickerIcon.tsx | 0 .../StickyNoteIcon.tsx | 0 .../NewDesignIcons => icons}/StoreIcon.tsx | 0 .../StretchHorizontalIcon.tsx | 0 .../StretchVerticalIcon.tsx | 0 .../StrikethroughIcon.tsx | 0 .../SubscriptIcon.tsx | 0 .../NewDesignIcons => icons}/SummaryIcon.tsx | 0 .../NewDesignIcons => icons}/SunDimIcon.tsx | 0 .../NewDesignIcons => icons}/SunIcon.tsx | 0 .../SunMediumIcon.tsx | 0 .../NewDesignIcons => icons}/SunMoonIcon.tsx | 0 .../NewDesignIcons => icons}/SunSnowIcon.tsx | 0 .../NewDesignIcons => icons}/SunriseIcon.tsx | 0 .../NewDesignIcons => icons}/SunsetIcon.tsx | 0 .../SuperscriptIcon.tsx | 0 .../SwatchBookIcon.tsx | 0 .../SwissFrancIcon.tsx | 0 .../SwitchCameraIcon.tsx | 0 .../NewDesignIcons => icons}/SwordIcon.tsx | 0 .../NewDesignIcons => icons}/SwordsIcon.tsx | 0 .../NewDesignIcons => icons}/SyringeIcon.tsx | 0 .../NewDesignIcons => icons}/Table2Icon.tsx | 0 .../TableCellsMergeIcon.tsx | 0 .../TableCellsSplitIcon.tsx | 0 .../TableColumnsSplitIcon.tsx | 0 .../NewDesignIcons => icons}/TableIcon.tsx | 0 .../TablePropertiesIcon.tsx | 0 .../TableRowsSplitIcon.tsx | 0 .../NewDesignIcons => icons}/TabletIcon.tsx | 0 .../TabletSmartphoneIcon.tsx | 0 .../NewDesignIcons => icons}/TabletsIcon.tsx | 0 .../NewDesignIcons => icons}/TagIcon.tsx | 0 .../NewDesignIcons => icons}/TagsIcon.tsx | 0 .../NewDesignIcons => icons}/Tally1Icon.tsx | 0 .../NewDesignIcons => icons}/Tally2Icon.tsx | 0 .../NewDesignIcons => icons}/Tally3Icon.tsx | 0 .../NewDesignIcons => icons}/Tally4Icon.tsx | 0 .../NewDesignIcons => icons}/Tally5Icon.tsx | 0 .../NewDesignIcons => icons}/TangentIcon.tsx | 0 .../NewDesignIcons => icons}/TargetIcon.tsx | 0 .../TelescopeIcon.tsx | 0 .../NewDesignIcons => icons}/TenantIcon.tsx | 0 .../NewDesignIcons => icons}/TentIcon.tsx | 0 .../NewDesignIcons => icons}/TentTreeIcon.tsx | 0 .../NewDesignIcons => icons}/TerminalIcon.tsx | 0 .../TestTubeDiagonalIcon.tsx | 0 .../NewDesignIcons => icons}/TestTubeIcon.tsx | 0 .../TestTubesIcon.tsx | 0 .../TextCursorIcon.tsx | 0 .../TextCursorInputIcon.tsx | 0 .../NewDesignIcons => icons}/TextIcon.tsx | 0 .../TextQuoteIcon.tsx | 0 .../TextSearchIcon.tsx | 0 .../TextSelectIcon.tsx | 0 .../NewDesignIcons => icons}/TheaterIcon.tsx | 0 .../ThermometerIcon.tsx | 0 .../ThermometerSnowflakeIcon.tsx | 0 .../ThermometerSunIcon.tsx | 0 .../ThumbsDownIcon.tsx | 0 .../NewDesignIcons => icons}/ThumbsUpIcon.tsx | 0 .../TicketCheckIcon.tsx | 0 .../NewDesignIcons => icons}/TicketIcon.tsx | 0 .../TicketMinusIcon.tsx | 0 .../TicketPercentIcon.tsx | 0 .../TicketPlusIcon.tsx | 0 .../TicketSlashIcon.tsx | 0 .../NewDesignIcons => icons}/TicketXIcon.tsx | 0 .../NewDesignIcons => icons}/TimerIcon.tsx | 0 .../NewDesignIcons => icons}/TimerOffIcon.tsx | 0 .../TimerResetIcon.tsx | 0 .../ToggleLeftIcon.tsx | 0 .../ToggleRightIcon.tsx | 0 .../NewDesignIcons => icons}/TornadoIcon.tsx | 0 .../NewDesignIcons => icons}/TorusIcon.tsx | 0 .../NewDesignIcons => icons}/TouchpadIcon.tsx | 0 .../TouchpadOffIcon.tsx | 0 .../TowerControlIcon.tsx | 0 .../NewDesignIcons => icons}/ToyBrickIcon.tsx | 0 .../NewDesignIcons => icons}/TraceIcon.tsx | 0 .../NewDesignIcons => icons}/TractorIcon.tsx | 0 .../TrafficConeIcon.tsx | 0 .../TrainFrontIcon.tsx | 0 .../TrainFrontTunnelIcon.tsx | 0 .../TrainTrackIcon.tsx | 0 .../TramFrontIcon.tsx | 0 .../NewDesignIcons => icons}/Trash2Icon.tsx | 0 .../NewDesignIcons => icons}/TrashIcon.tsx | 0 .../TreeDeciduousIcon.tsx | 0 .../NewDesignIcons => icons}/TreePalmIcon.tsx | 0 .../NewDesignIcons => icons}/TreePineIcon.tsx | 0 .../NewDesignIcons => icons}/TreesIcon.tsx | 0 .../NewDesignIcons => icons}/TrelloIcon.tsx | 0 .../TrendingDownIcon.tsx | 0 .../TrendingUpIcon.tsx | 0 .../TriangleAlertIcon.tsx | 0 .../NewDesignIcons => icons}/TriangleIcon.tsx | 0 .../TriangleRightIcon.tsx | 0 .../NewDesignIcons => icons}/TrophyIcon.tsx | 0 .../NewDesignIcons => icons}/TruckIcon.tsx | 0 .../NewDesignIcons => icons}/TurtleIcon.tsx | 0 .../NewDesignIcons => icons}/Tv2Icon.tsx | 0 .../Icons/NewDesignIcons => icons}/TvIcon.tsx | 0 .../NewDesignIcons => icons}/TwitchIcon.tsx | 0 .../NewDesignIcons => icons}/TwitterIcon.tsx | 0 .../NewDesignIcons => icons}/TypeIcon.tsx | 0 .../NewDesignIcons => icons}/UmbrellaIcon.tsx | 0 .../UmbrellaOffIcon.tsx | 0 .../UnderlineIcon.tsx | 0 .../NewDesignIcons => icons}/Undo2Icon.tsx | 0 .../NewDesignIcons => icons}/UndoDotIcon.tsx | 0 .../NewDesignIcons => icons}/UndoIcon.tsx | 0 .../UnfoldHorizontalIcon.tsx | 0 .../UnfoldVerticalIcon.tsx | 0 .../NewDesignIcons => icons}/UngroupIcon.tsx | 0 .../UniversityIcon.tsx | 0 .../NewDesignIcons => icons}/Unlink2Icon.tsx | 0 .../NewDesignIcons => icons}/UnlinkIcon.tsx | 0 .../NewDesignIcons => icons}/UnplugIcon.tsx | 0 .../NewDesignIcons => icons}/UploadIcon.tsx | 0 .../NewDesignIcons => icons}/UsbIcon.tsx | 0 .../UserCheckIcon.tsx | 0 .../NewDesignIcons => icons}/UserCogIcon.tsx | 0 .../NewDesignIcons => icons}/UserIcon.tsx | 0 .../UserMinusIcon.tsx | 0 .../NewDesignIcons => icons}/UserPlusIcon.tsx | 0 .../UserRoundCheckIcon.tsx | 0 .../UserRoundCogIcon.tsx | 0 .../UserRoundIcon.tsx | 0 .../UserRoundMinusIcon.tsx | 0 .../UserRoundPlusIcon.tsx | 0 .../UserRoundSearchIcon.tsx | 0 .../UserRoundXIcon.tsx | 0 .../UserSearchIcon.tsx | 0 .../NewDesignIcons => icons}/UserXIcon.tsx | 0 .../NewDesignIcons => icons}/UsersIcon.tsx | 0 .../UsersRoundIcon.tsx | 0 .../UtensilsCrossedIcon.tsx | 0 .../NewDesignIcons => icons}/UtensilsIcon.tsx | 0 .../UtilityPoleIcon.tsx | 0 .../NewDesignIcons => icons}/VariableIcon.tsx | 0 .../NewDesignIcons => icons}/VaultIcon.tsx | 0 .../NewDesignIcons => icons}/VeganIcon.tsx | 0 .../VenetianMaskIcon.tsx | 0 .../NewDesignIcons => icons}/VibrateIcon.tsx | 0 .../VibrateOffIcon.tsx | 0 .../NewDesignIcons => icons}/VideoIcon.tsx | 0 .../NewDesignIcons => icons}/VideoOffIcon.tsx | 0 .../VideotapeIcon.tsx | 0 .../NewDesignIcons => icons}/ViewIcon.tsx | 0 .../VmwareTanzuSiteIcon.tsx | 0 .../VoicemailIcon.tsx | 0 .../NewDesignIcons => icons}/Volume1Icon.tsx | 0 .../NewDesignIcons => icons}/Volume2Icon.tsx | 0 .../NewDesignIcons => icons}/VolumeIcon.tsx | 0 .../NewDesignIcons => icons}/VolumeXIcon.tsx | 0 .../NewDesignIcons => icons}/VoteIcon.tsx | 0 .../WalletCardsIcon.tsx | 0 .../NewDesignIcons => icons}/WalletIcon.tsx | 0 .../WalletMinimalIcon.tsx | 0 .../WallpaperIcon.tsx | 0 .../NewDesignIcons => icons}/WandIcon.tsx | 0 .../WandSparklesIcon.tsx | 0 .../WarehouseIcon.tsx | 0 .../WashingMachineIcon.tsx | 0 .../NewDesignIcons => icons}/WatchIcon.tsx | 0 .../NewDesignIcons => icons}/WavesIcon.tsx | 0 .../WaypointsIcon.tsx | 0 .../NewDesignIcons => icons}/WebcamIcon.tsx | 0 .../NewDesignIcons => icons}/WebhookIcon.tsx | 0 .../WebhookOffIcon.tsx | 0 .../NewDesignIcons => icons}/WeightIcon.tsx | 0 .../NewDesignIcons => icons}/WheatIcon.tsx | 0 .../NewDesignIcons => icons}/WheatOffIcon.tsx | 0 .../WholeWordIcon.tsx | 0 .../NewDesignIcons => icons}/WifiIcon.tsx | 0 .../NewDesignIcons => icons}/WifiOffIcon.tsx | 0 .../NewDesignIcons => icons}/WindIcon.tsx | 0 .../NewDesignIcons => icons}/WineIcon.tsx | 0 .../NewDesignIcons => icons}/WineOffIcon.tsx | 0 .../NewDesignIcons => icons}/WorkflowIcon.tsx | 0 .../NewDesignIcons => icons}/WormIcon.tsx | 0 .../NewDesignIcons => icons}/WrapTextIcon.tsx | 0 .../NewDesignIcons => icons}/WrenchIcon.tsx | 0 .../Icons/NewDesignIcons => icons}/XIcon.tsx | 0 .../NewDesignIcons => icons}/YoutubeIcon.tsx | 0 .../NewDesignIcons => icons}/ZapIcon.tsx | 0 .../NewDesignIcons => icons}/ZapOffIcon.tsx | 0 .../NewDesignIcons => icons}/ZoomInIcon.tsx | 0 .../NewDesignIcons => icons}/ZoomOutIcon.tsx | 0 .../Icons/NewDesignIcons => icons}/index.ts | 0 src/index.ts | 129 +- src/utils/GlobalUtils.ts | 109 - src/utils/StoryThemeProvider.tsx | 10 +- src/utils/nonce.ts | 8 + storybook.log | 3 + styled-system/css/conditions.mjs | 36 + styled-system/css/css.d.ts | 21 + styled-system/css/css.mjs | 49 + styled-system/css/cva.d.ts | 5 + styled-system/css/cva.mjs | 101 + styled-system/css/cx.d.ts | 4 + styled-system/css/cx.mjs | 15 + styled-system/css/index.d.ts | 5 + styled-system/css/index.mjs | 4 + styled-system/css/sva.d.ts | 3 + styled-system/css/sva.mjs | 49 + styled-system/helpers.mjs | 359 + styled-system/jsx/aspect-ratio.d.ts | 14 + styled-system/jsx/aspect-ratio.mjs | 16 + styled-system/jsx/bleed.d.ts | 11 + styled-system/jsx/bleed.mjs | 14 + styled-system/jsx/box.d.ts | 11 + styled-system/jsx/box.mjs | 14 + styled-system/jsx/center.d.ts | 11 + styled-system/jsx/center.mjs | 14 + styled-system/jsx/circle.d.ts | 11 + styled-system/jsx/circle.mjs | 14 + styled-system/jsx/container.d.ts | 11 + styled-system/jsx/container.mjs | 16 + styled-system/jsx/cq.d.ts | 11 + styled-system/jsx/cq.mjs | 14 + styled-system/jsx/divider.d.ts | 11 + styled-system/jsx/divider.mjs | 18 + styled-system/jsx/factory-helper.mjs | 27 + styled-system/jsx/factory.d.ts | 2 + styled-system/jsx/factory.mjs | 122 + styled-system/jsx/flex.d.ts | 11 + styled-system/jsx/flex.mjs | 22 + styled-system/jsx/float.d.ts | 11 + styled-system/jsx/float.mjs | 19 + styled-system/jsx/grid-item.d.ts | 11 + styled-system/jsx/grid-item.mjs | 23 + styled-system/jsx/grid.d.ts | 11 + styled-system/jsx/grid.mjs | 20 + styled-system/jsx/hstack.d.ts | 11 + styled-system/jsx/hstack.mjs | 14 + styled-system/jsx/index.d.ts | 24 + styled-system/jsx/index.mjs | 22 + styled-system/jsx/is-valid-prop.d.ts | 18 + styled-system/jsx/is-valid-prop.mjs | 20 + styled-system/jsx/link-overlay.d.ts | 11 + styled-system/jsx/link-overlay.mjs | 16 + styled-system/jsx/spacer.d.ts | 11 + styled-system/jsx/spacer.mjs | 14 + styled-system/jsx/square.d.ts | 11 + styled-system/jsx/square.mjs | 14 + styled-system/jsx/stack.d.ts | 11 + styled-system/jsx/stack.mjs | 19 + styled-system/jsx/visually-hidden.d.ts | 11 + styled-system/jsx/visually-hidden.mjs | 16 + styled-system/jsx/vstack.d.ts | 11 + styled-system/jsx/vstack.mjs | 14 + styled-system/jsx/wrap.d.ts | 11 + styled-system/jsx/wrap.mjs | 20 + styled-system/patterns/aspect-ratio.d.ts | 24 + styled-system/patterns/aspect-ratio.mjs | 39 + styled-system/patterns/bleed.d.ts | 22 + styled-system/patterns/bleed.mjs | 26 + styled-system/patterns/box.d.ts | 19 + styled-system/patterns/box.mjs | 16 + styled-system/patterns/center.d.ts | 21 + styled-system/patterns/center.mjs | 22 + styled-system/patterns/circle.d.ts | 21 + styled-system/patterns/circle.mjs | 26 + styled-system/patterns/container.d.ts | 19 + styled-system/patterns/container.mjs | 22 + styled-system/patterns/cq.d.ts | 24 + styled-system/patterns/cq.mjs | 22 + styled-system/patterns/divider.d.ts | 23 + styled-system/patterns/divider.mjs | 30 + styled-system/patterns/flex.d.ts | 27 + styled-system/patterns/flex.mjs | 36 + styled-system/patterns/float.d.ts | 34 + styled-system/patterns/float.mjs | 53 + styled-system/patterns/grid-item.d.ts | 26 + styled-system/patterns/grid-item.mjs | 27 + styled-system/patterns/grid.d.ts | 25 + styled-system/patterns/grid.mjs | 36 + styled-system/patterns/hstack.d.ts | 22 + styled-system/patterns/hstack.mjs | 25 + styled-system/patterns/index.d.ts | 21 + styled-system/patterns/index.mjs | 20 + styled-system/patterns/link-overlay.d.ts | 19 + styled-system/patterns/link-overlay.mjs | 25 + styled-system/patterns/spacer.d.ts | 21 + styled-system/patterns/spacer.mjs | 22 + styled-system/patterns/square.d.ts | 21 + styled-system/patterns/square.mjs | 25 + styled-system/patterns/stack.d.ts | 24 + styled-system/patterns/stack.mjs | 25 + styled-system/patterns/visually-hidden.d.ts | 19 + styled-system/patterns/visually-hidden.mjs | 19 + styled-system/patterns/vstack.d.ts | 22 + styled-system/patterns/vstack.mjs | 25 + styled-system/patterns/wrap.d.ts | 25 + styled-system/patterns/wrap.mjs | 33 + styled-system/tokens/index.d.ts | 8 + styled-system/tokens/index.mjs | 1895 + styled-system/tokens/tokens.d.ts | 1015 + styled-system/types/composition.d.ts | 137 + styled-system/types/conditions.d.ts | 273 + styled-system/types/csstype.d.ts | 23197 +++ styled-system/types/global.d.ts | 43 + styled-system/types/index.d.ts | 8 + styled-system/types/jsx.d.ts | 87 + styled-system/types/parts.d.ts | 7 + styled-system/types/pattern.d.ts | 87 + styled-system/types/prop-type.d.ts | 738 + styled-system/types/recipe.d.ts | 211 + styled-system/types/selectors.d.ts | 61 + styled-system/types/static-css.d.ts | 50 + styled-system/types/style-props.d.ts | 8990 + styled-system/types/system-types.d.ts | 126 + tsconfig.json | 6 +- types/emotion.d.ts | 7 + yarn.lock | 528 +- 5091 files changed, 144177 insertions(+), 128788 deletions(-) delete mode 100644 .storybook/main.js create mode 100644 .storybook/main.jsx create mode 100644 .storybook/preview.jsx rename dist/esm/types/src/components/Accordion/{Accordion.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/ActionsList/ActionsList.d.ts delete mode 100644 dist/esm/types/src/components/ActionsList/ActionsList.types.d.ts delete mode 100644 dist/esm/types/src/components/ActionsList/ObjectActionButton.d.ts rename dist/esm/types/src/components/ApplicationLogo/{ApplicationLogo.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/Autocomplete/Autocomplete.styles.d.ts rename dist/esm/types/src/components/Autocomplete/{Autocomplete.d.ts => index.d.ts} (100%) rename dist/esm/types/src/components/BackLink/{BackLink.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/Badge/Badge.styles.d.ts rename dist/esm/types/src/components/Badge/{Badge.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/Box/Box.d.ts create mode 100644 dist/esm/types/src/components/Box/index.d.ts create mode 100644 dist/esm/types/src/components/BoxedIcon/BoxedIcon.styles.d.ts rename dist/esm/types/src/components/BoxedIcon/{BoxedIcon.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/Breadcrumbs/Breadcrumbs.styles.d.ts rename dist/esm/types/src/components/Breadcrumbs/{Breadcrumbs.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/Button/Button.styles.d.ts rename dist/esm/types/src/components/Button/{Button.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/ButtonGroup/Buttongroup.styles.d.ts rename dist/esm/types/src/components/ButtonGroup/{ButtonGroup.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/Checkbox/Checkbox.styles.d.ts rename dist/esm/types/src/components/Checkbox/{Checkbox.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/CodeEditor/CodeEditor.styles.d.ts rename dist/esm/types/src/components/CodeEditor/{CodeEditor.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/CodeSnippet/CodeSnippet.styles.d.ts create mode 100644 dist/esm/types/src/components/CodeSnippet/CodeSnippet.types.d.ts create mode 100644 dist/esm/types/src/components/CodeSnippet/index.d.ts delete mode 100644 dist/esm/types/src/components/CommentBox/CommentBox.d.ts delete mode 100644 dist/esm/types/src/components/CommentBox/CommentBox.types.d.ts delete mode 100644 dist/esm/types/src/components/DataTable/DataTable.d.ts create mode 100644 dist/esm/types/src/components/DataTable/DataTable.styles.d.ts create mode 100644 dist/esm/types/src/components/DataTable/index.d.ts create mode 100644 dist/esm/types/src/components/DateTimeInput/DateTime.styles.d.ts create mode 100644 dist/esm/types/src/components/DropdownSelector/DropdownSelector.styles.d.ts rename dist/esm/types/src/components/DropdownSelector/{DropdownSelector.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/ExpandMenu/ExpandMenu.styles.d.ts rename dist/esm/types/src/components/ExpandMenu/{ExpandMenu.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/ExpandOptionsButton/ExpandOptionsButton.styles.d.ts rename dist/esm/types/src/components/ExpandOptionsButton/{ExpandOptionsButton.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/FileSelector/FileSelector.styles.d.ts rename dist/esm/types/src/components/FileSelector/{FileSelector.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/FormActionsTray/FormActionsTray.styles.d.ts rename dist/esm/types/src/components/FormActionsTray/{FormActionsTray.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/FormLayout/FormLayout.styles.d.ts rename dist/esm/types/src/components/FormLayout/{FormLayout.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/GlobalStyles/GlobalStyles.d.ts create mode 100644 dist/esm/types/src/components/GlobalStyles/index.d.ts create mode 100644 dist/esm/types/src/components/Grid/Grid.styles.d.ts rename dist/esm/types/src/components/Grid/{Grid.d.ts => index.d.ts} (100%) rename dist/esm/types/src/components/HelpBox/{HelpBox.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/HelpTip/HelpTip.d.ts delete mode 100644 dist/esm/types/src/components/HelpTip/HelpTip.types.d.ts rename dist/esm/types/src/components/IconButton/{IconButton.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AArrowDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AArrowUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ALargeSmallIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AccessibilityIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ActivityIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AirVentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AirplayIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlarmClockCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlarmClockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlarmClockMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlarmClockOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlarmClockPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlarmSmokeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlbumIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignCenterHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignCenterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignCenterVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignEndHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignEndVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignHorizontalDistributeEndIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignHorizontalJustifyCenterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignHorizontalJustifyEndIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignHorizontalJustifyStartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignHorizontalSpaceAroundIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignHorizontalSpaceBetweenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignJustifyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignStartHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignStartVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignVerticalDistributeEndIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignVerticalDistributeStartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignVerticalJustifyCenterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignVerticalJustifyEndIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignVerticalJustifyStartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignVerticalSpaceAroundIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AlignVerticalSpaceBetweenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AmazonEksSiteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AmbulanceIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AmpersandIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AmpersandsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AnchorIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AngryIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AnnoyedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AntennaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AnvilIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ApertureIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AppWindowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AppWindowMacIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AppleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArchiveIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArchiveRestoreIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArchiveXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AreaChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArmchairIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowBigDownDashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowBigDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowBigLeftDashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowBigLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowBigRightDashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowBigRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowBigUpDashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowBigUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDown01Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDown10Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownAZIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownFromLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownNarrowWideIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownToDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownToLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownWideNarrowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowDownZAIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowLeftFromLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowLeftRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowLeftToLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowRightFromLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowRightLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowRightToLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUp01Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUp10Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpAZIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpFromDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpFromLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpNarrowWideIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpToLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpWideNarrowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowUpZAIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ArrowsUpFromLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AsteriskIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AtSignIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AtomIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AudioLinesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AudioWaveformIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AwardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AxeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Axis3dIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/AzureAksSiteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BabyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BackpackIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeAlertIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeCentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeDollarSignIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeEuroIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeHelpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeIndianRupeeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeInfoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeJapaneseYenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgePercentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgePlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgePoundSterlingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeRussianRubleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeSwissFrancIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BadgeXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BaggageClaimIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BalancerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BananaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BanknoteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BarChart2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BarChart3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BarChart4Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BarChartBigIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BarChartHorizontalBigIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BarChartHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BarChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BarcodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BareMetalLinuxSiteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BaselineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BatchJobsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BathIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BatteryChargingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BatteryFullIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BatteryIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BatteryLowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BatteryMediumIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BatteryWarningIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BeakerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BeanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BeanOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BedDoubleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BedSingleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BeefIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BeerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BeerOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BellArrowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BellDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BellElectricIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BellIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BellMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BellOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BellPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BellRingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BetweenHorizontalEndIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BetweenHorizontalStartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BetweenVerticalEndIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BetweenVerticalStartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BikeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BinaryIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BiohazardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BirdIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BitcoinIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BlendIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BlindsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BlocksIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BluetoothConnectedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BluetoothIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BluetoothOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BluetoothSearchingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BoldIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BoltIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BombIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BoneIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookAIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookAudioIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookCopyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookHeadphonesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookHeartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookImageIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookKeyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookLockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookMarkedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookOpenCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookOpenTextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookTextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookTypeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookUp2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookUserIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookmarkCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookmarkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookmarkMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookmarkPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BookmarkXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BoomBoxIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BotMessageSquareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BoxIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BoxOutlineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BoxSelectIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BoxesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BracesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BracketsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BrainCircuitIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BrainCogIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BrainIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BrickWallIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BriefcaseBusinessIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BriefcaseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BriefcaseMedicalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BringToFrontIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BrushIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BucketCopyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BucketIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BucketQuotaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BugIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BugOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BugPlayIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Building2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BuildingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BusFrontIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CableCarIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CableIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CakeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CakeSliceIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalculatorIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarCheck2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarClockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarDaysIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarFoldIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarHeartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarMinus2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarPlus2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarRangeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarX2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CalendarXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CameraIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CameraOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CandlestickChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CandyCaneIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CandyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CandyOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CannabisIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CaptionsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CaptionsOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CarFrontIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CarIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CarTaxiFrontIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CaravanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CaretFilledIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CaretIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CaseLowerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CaseSensitiveIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CaseUpperIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CassetteTapeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CastIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CastleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CatIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CctvIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CheckCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChefHatIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CherryIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronFirstIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronLastIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronsDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronsDownUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronsLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronsLeftRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronsRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronsRightLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronsUpDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChevronsUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChromeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ChurchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CigaretteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CigaretteOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleAlertIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleArrowDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleArrowLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleArrowOutDownLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleArrowOutDownRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleArrowOutUpLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleArrowOutUpRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleArrowRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleArrowUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleCheckBigIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleChevronDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleChevronLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleChevronRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleChevronUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleDivideIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleDollarSignIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleDotDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleEllipsisIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleEqualIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleFadingPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleFillIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleGaugeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleHelpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleParkingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleParkingOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CirclePauseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CirclePercentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CirclePlayIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CirclePlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CirclePowerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleSlash2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleSlashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleStopIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleUserIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleUserRoundIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircleXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CircuitBoardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CitrusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClapperboardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardCopyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardListIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardPasteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardPenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardPenLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardTypeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClipboardXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock10Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock11Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock12Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock1Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock4Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock5Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock6Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock7Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock8Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Clock9Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudCogIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudDownloadIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudDrizzleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudFogIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudHailIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudLightningIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudMoonIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudMoonRainIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudRainIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudRainWindIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudSnowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudSunIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudSunRainIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudUploadIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloudyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CloverIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClubIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterHealthIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterIngressIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterNodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterReplicationIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClustersIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CodeXmlIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CodepenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CodesandboxIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CoffeeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CogIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CoinsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CollapseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Columns2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Columns3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Columns4Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CombineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CommandIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CompassIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ComponentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ComputerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ConciergeBellIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ConeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ConstructionIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ContactIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ContactRoundIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ContainerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ContainerImagesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ContrastIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CookieIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CookingPotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CopyCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CopyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CopyMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CopyPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CopySlashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CopyXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CopyleftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CopyrightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CornerDownLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CornerDownRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CornerLeftDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CornerLeftUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CornerRightDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CornerRightUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CornerUpLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CornerUpRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CpuIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CreativeCommonsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CreditCardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CroissantIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CropIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CrossIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CrosshairIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CrownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CuboidIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CupSodaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CurrencyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/CylinderIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DataIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DatabaseApiIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DatabaseBackupIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DatabaseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DatabaseZapIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DeleteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DessertIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DiameterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DiamondIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DiamondPercentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Dice1Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Dice2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Dice3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Dice4Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Dice5Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Dice6Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DicesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DiffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Disc2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Disc3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DiscAlbumIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DiscIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DivideIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DnaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DnaOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DogIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DollarSignIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DonutIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DoorClosedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DoorOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DownloadIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DraftingCompassIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DramaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DribbbleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DrillIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DropletIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DropletsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DrumIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DrumstickIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DumbbellIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EarIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EarOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EarthIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EarthLockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EclipseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EggFriedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EggIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EggOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EllipsisIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EllipsisVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EqualIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EqualNotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EraserIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EuroIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ExpandIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ExternalLinkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EyeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/EyeOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FacebookIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FactoryIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FastForwardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FeatherIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FenceIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FerrisWheelIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FigmaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileArchiveIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileAudio2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileAudioIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileAxis3dIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileBadge2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileBadgeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileBarChart2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileBarChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileBoxIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileCheck2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileClockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileCode2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileCodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileCogIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileDiffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileDigitIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileHeartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileImageIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileInputIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileJson2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileJsonIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileKey2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileKeyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileLineChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileLock2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileLockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileMinus2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileMusicIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileOutputIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FilePenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FilePenLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FilePieChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FilePlus2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FilePlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileQuestionIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileScanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileSearch2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileSlidersIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileSpreadsheetIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileStackIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileSymlinkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileTerminalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileTextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileType2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileTypeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileVideo2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileVideoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileVolume2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileVolumeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileWarningIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileX2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FileXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FilesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FilmIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FilterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FilterXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FingerprintIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FireExtinguisherIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FishIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FishSymbolIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlagIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlagOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlagTriangleLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlagTriangleRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlameIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlameKindlingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlashlightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlashlightOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlaskConicalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlaskConicalOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlaskRoundIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlipHorizontal2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlipHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlipVertical2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlipVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Flower2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FlowerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FocusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FoldHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FoldVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderArchiveIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderClockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderClosedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderCogIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderGit2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderGitIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderHeartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderInputIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderKanbanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderKey2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderKeyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderLockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderOpenDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderOutputIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderPenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderRootIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderSearch2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderSymlinkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderSyncIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderTreeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FoldersIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FootprintsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ForkliftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ForwardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FrameIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FramerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FrownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FuelIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FullscreenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GalleryHorizontalEndIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GalleryHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GalleryThumbnailsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GalleryVerticalEndIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GalleryVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Gamepad2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GamepadIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GanttChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GaugeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GavelIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GemIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GhostIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GiftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitBranchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitBranchPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitCommitHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitCommitVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitCompareArrowsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitCompareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitForkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitGraphIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitMergeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitPullRequestArrowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitPullRequestClosedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitPullRequestCreateArrowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitPullRequestCreateIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitPullRequestDraftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitPullRequestIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GithubIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GitlabIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GlassWaterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GlassesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GlobeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GlobeLockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GoalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GoogleGkeSiteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GrabIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GraduationCapIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GrapeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Grid2x2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Grid3x3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GripHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GripIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GripVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GroupIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/GuitarIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HamIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HammerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HandCoinsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HandHeartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HandHelpingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HandIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HandMetalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HandPlatterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HandshakeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HardDriveDownloadIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HardDriveIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HardDriveSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HardDriveUploadIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HardHatIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HazeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HdmiPortIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Heading1Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Heading2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Heading3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Heading4Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Heading5Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Heading6Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HeadingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HeadphonesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HeadsetIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HeartCrackIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HeartHandshakeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HeartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HeartOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HeartPulseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HeaterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HexagonIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HighlighterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HistoryIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HomeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HopIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HopOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HospitalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HotelIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HourglassIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/IceCreamBowlIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/IceCreamConeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ImageDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ImageIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ImageMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ImageOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ImagePlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ImageUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ImagesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ImportIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/InboxIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/IndentDecreaseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/IndentIncreaseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/IndianRupeeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/InfinityIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/InfoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/InspectionPanelIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/InstagramIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ItalicIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/IterationCCWIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/IterationCWIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/JapaneseYenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/JoystickIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/KanbanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/KeyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/KeyRoundIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/KeySquareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/KeyboardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/KeyboardMusicIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/KubernetesSiteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LDAPIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LambdaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LampCeilingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LampDeskIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LampFloorIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LampIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LampWallDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LampWallUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LandPlotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LandmarkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LanguagesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LaptopIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LaptopMinimalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LassoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LassoSelectIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LaughIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Layers2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Layers3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LayersIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LayoutDashboardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LayoutGridIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LayoutListIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LayoutPanelLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LayoutPanelTopIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LayoutTemplateIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LeafIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LeafyGreenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LibraryBigIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LibraryIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LifeBuoyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LigatureIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LightbulbIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LightbulbOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LineChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Link2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Link2OffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LinkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LinkedinIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListChecksIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListCollapseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListEndIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListFilterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListMusicIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListOrderedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListRestartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListStartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListTodoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListTreeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListVideoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ListXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LoaderCircleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LoaderIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LocateFixedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LocateIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LocateOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LockKeyholeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LockKeyholeOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LockOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LogInIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LogOutIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LollipopIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LuggageIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MagnetIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailQuestionIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailWarningIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailboxIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MailsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MapIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MapPinIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MapPinOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MapPinnedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MartiniIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Maximize2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MaximizeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MedalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MegaphoneIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MegaphoneOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MehIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MemoryStickIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MenuIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MergeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCircleCodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCircleDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCircleHeartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCircleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCircleMoreIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCircleOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCirclePlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCircleQuestionIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCircleReplyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCircleWarningIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageCircleXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareCodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareDiffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareHeartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareMoreIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquarePlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareQuoteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareReplyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareShareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareTextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareWarningIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessageSquareXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MessagesSquareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MicIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MicOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MicVocalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MicroscopeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MicrowaveIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MilestoneIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MilkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MilkOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MinIOIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Minimize2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MinimizeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorPauseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorPlayIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorSmartphoneIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorSpeakerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorStopIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MonitorXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoonIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoonStarIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MountainIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MountainSnowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MouseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MousePointer2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MousePointerClickIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MousePointerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Move3dIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveDiagonal2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveDiagonalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveDownLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveDownRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveUpLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveUpRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MoveVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Music2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Music3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Music4Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/MusicIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Navigation2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Navigation2OffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NavigationIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NavigationOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NetworkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NewspaperIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NfcIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NotebookIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NotebookPenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NotebookTabsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NotebookTextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NotepadTextDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NotepadTextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NutIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/NutOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/OctagonAlertIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/OctagonIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/OctagonPauseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/OctagonXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/OidcIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/OptionIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/OrbitIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Package2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PackageCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PackageIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PackageMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PackageOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PackagePlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PackageSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PackageXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PaintBucketIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PaintRollerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Paintbrush2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PaintbrushIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PaletteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelBottomCloseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelBottomDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelBottomIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelBottomOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelLeftCloseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelLeftDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelLeftOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelRightCloseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelRightDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelRightOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelTopCloseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelTopDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelTopIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelTopOpenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelsLeftBottomIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelsRightBottomIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PanelsTopLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PaperclipIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ParenthesesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ParkingMeterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PartyPopperIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PasscodeLockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PauseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PawPrintIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PcCaseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PenLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PenToolIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PencilIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PencilLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PencilRulerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PentagonIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PercentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PersonStandingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PhoneCallIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PhoneForwardedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PhoneIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PhoneIncomingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PhoneMissedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PhoneOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PhoneOutgoingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PiIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PianoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PickaxeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PictureInPicture2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PictureInPictureIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PieChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PieUsageIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PiggyBankIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PilcrowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PillIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PinIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PinOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PipetteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PizzaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PlaneIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PlaneLandingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PlaneTakeoffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PlayIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Plug2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PlugIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PlugZap2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PlugZapIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PocketIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PocketKnifeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PodcastIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PointerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PointerOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PopcornIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PopsicleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PoundSterlingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PowerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PowerOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PresentationIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PrinterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ProjectorIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ProportionsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PuzzleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PyramidIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/QrCodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/QuoteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RabbitIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RadarIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RadiationIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RadicalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RadioIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RadioReceiverIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RadioTowerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RadiusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RailSymbolIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RainbowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RatIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RatioIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReceiptCentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReceiptEuroIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReceiptIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReceiptIndianRupeeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReceiptJapaneseYenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReceiptPoundSterlingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReceiptRussianRubleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReceiptSwissFrancIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReceiptTextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RectangleEllipsisIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RectangleHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RectangleVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RecycleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RedhatOpenshiftSiteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Redo2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RedoDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RedoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RefreshCCWDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RefreshCCWIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RefreshCWIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RefreshCWOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RefreshCwSettingsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RefrigeratorIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RegexIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RemoveFormattingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Repeat1Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Repeat2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RepeatIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReplaceAllIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReplaceIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReplyAllIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ReplyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RewindIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RibbonIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RocketIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RockingChairIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RollerCoasterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Rotate3dIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RotateCCWIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RotateCCWSquareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RotateCWIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RotateCWSquareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RouteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RouteOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RouterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Rows2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Rows3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Rows4Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RssIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RulerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RussianRubleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SailboatIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SaladIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SandwichIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SatelliteDishIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SatelliteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SaveAllIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SaveIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Scale3dIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScaleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScalingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScanBarcodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScanEyeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScanFaceIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScanLineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScanSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScanTextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScatterChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SchoolIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScissorsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScissorsLineDashedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScreenShareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScreenShareOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScrollIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ScrollTextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SearchCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SearchCodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SearchSlashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SearchXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SendHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SendIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SendToBackIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SeparatorHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SeparatorVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ServerCogIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ServerCrashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ServerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ServerOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Settings2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SettingsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShapesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Share2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SheetIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShellIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldAlertIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldBanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldEllipsisIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldHalfIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldQuestionIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShieldXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShipIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShipWheelIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShirtIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShoppingBagIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShoppingBasketIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShoppingCartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShovelIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShowerHeadIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShrinkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShrubIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ShuffleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SigmaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SignalHighIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SignalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SignalLowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SignalMediumIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SignalZeroIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SignpostBigIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SignpostIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SirenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SitesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SkipBackIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SkipForwardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SkullIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SlackIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SlashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SliceIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SlidersHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SlidersVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SmartphoneChargingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SmartphoneIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SmartphoneNfcIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SmileIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SmilePlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SnailIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SnowflakeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SofaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SoupIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SpaceIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SpadeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SparkleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SparklesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SpeakerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SpeechIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SpellCheck2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SpellCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SplineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SplitIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SprayCanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SproutIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareActivityIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowDownLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowDownRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowOutDownLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowOutDownRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowOutUpLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowOutUpRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowUpLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareArrowUpRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareAsteriskIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareBottomDashedScissorsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareCheckBigIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareChevronDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareChevronLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareChevronRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareChevronUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareCodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareDashedBottomCodeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareDashedBottomIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareDashedKanbanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareDashedMousePointerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareDivideIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareEqualIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareFunctionIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareGanttChartIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareKanbanIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareLibraryIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareMIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareMenuIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareMousePointerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareParkingIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareParkingOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquarePenIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquarePercentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquarePiIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquarePilcrowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquarePlayIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquarePlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquarePowerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareRadicalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareScissorsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareSigmaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareSlashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareSplitHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareSplitVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareStackIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareTerminalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareUserIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareUserRoundIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquareXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquircleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SquirrelIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StampIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StarHalfIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StarIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StarOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StepBackIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StepForwardIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StethoscopeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StickerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StickyNoteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StoreIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StretchHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StretchVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/StrikethroughIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SubscriptIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SummaryIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SunDimIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SunIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SunMediumIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SunMoonIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SunSnowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SunriseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SunsetIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SuperscriptIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SwatchBookIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SwissFrancIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SwitchCameraIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SwordIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SwordsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SyringeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Table2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TableCellsMergeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TableCellsSplitIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TableColumnsSplitIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TableIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TablePropertiesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TableRowsSplitIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TabletIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TabletSmartphoneIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TabletsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TagIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TagsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Tally1Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Tally2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Tally3Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Tally4Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Tally5Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TangentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TargetIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TelescopeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TenantIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TentTreeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TerminalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TestTubeDiagonalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TestTubeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TestTubesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TextCursorIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TextCursorInputIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TextQuoteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TextSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TextSelectIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TheaterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ThermometerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ThermometerSnowflakeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ThermometerSunIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ThumbsDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ThumbsUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TicketCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TicketIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TicketMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TicketPercentIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TicketPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TicketSlashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TicketXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TimerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TimerOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TimerResetIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ToggleLeftIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ToggleRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TornadoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TorusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TouchpadIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TouchpadOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TowerControlIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ToyBrickIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TraceIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TractorIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TrafficConeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TrainFrontIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TrainFrontTunnelIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TrainTrackIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TramFrontIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Trash2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TrashIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TreeDeciduousIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TreePalmIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TreePineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TreesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TrelloIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TrendingDownIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TrendingUpIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TriangleAlertIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TriangleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TriangleRightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TrophyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TruckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TurtleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Tv2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TvIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TwitchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TwitterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TypeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UmbrellaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UmbrellaOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UnderlineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Undo2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UndoDotIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UndoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UnfoldHorizontalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UnfoldVerticalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UngroupIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UniversityIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Unlink2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UnlinkIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UnplugIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UploadIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UsbIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserCogIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserRoundCheckIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserRoundCogIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserRoundIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserRoundMinusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserRoundPlusIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserRoundSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserRoundXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UserXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UsersIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UsersRoundIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UtensilsCrossedIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UtensilsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/UtilityPoleIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VariableIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VaultIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VeganIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VenetianMaskIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VibrateIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VibrateOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VideoIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VideoOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VideotapeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ViewIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VmwareTanzuSiteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VoicemailIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Volume1Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/Volume2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VolumeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VolumeXIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/VoteIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WalletCardsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WalletIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WalletMinimalIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WallpaperIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WandIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WandSparklesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WarehouseIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WashingMachineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WatchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WavesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WaypointsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WebcamIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WebhookIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WebhookOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WeightIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WheatIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WheatOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WholeWordIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WifiIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WifiOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WindIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WineOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WorkflowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WormIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WrapTextIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/WrenchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/XIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/YoutubeIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ZapIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ZapOffIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ZoomInIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ZoomOutIcon.d.ts delete mode 100644 dist/esm/types/src/components/InformativeMessage/InformativeMessage.d.ts delete mode 100644 dist/esm/types/src/components/InformativeMessage/InformativeMessage.types.d.ts delete mode 100644 dist/esm/types/src/components/InputBox/InputBox.d.ts create mode 100644 dist/esm/types/src/components/InputBox/InputBox.styles.d.ts create mode 100644 dist/esm/types/src/components/InputBox/index.d.ts create mode 100644 dist/esm/types/src/components/InputHelper/InputHelper.styles.d.ts create mode 100644 dist/esm/types/src/components/InputHelper/InputHelper.types.d.ts create mode 100644 dist/esm/types/src/components/InputHelper/index.d.ts delete mode 100644 dist/esm/types/src/components/InputLabel/InputLabel.d.ts create mode 100644 dist/esm/types/src/components/InputLabel/InputLabel.styles.d.ts create mode 100644 dist/esm/types/src/components/InputLabel/index.d.ts rename dist/esm/types/src/components/Link/{Link.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/LinkButton/LinkButton.d.ts create mode 100644 dist/esm/types/src/components/LinkButton/LinkButton.styles.d.ts create mode 100644 dist/esm/types/src/components/LinkButton/index.d.ts create mode 100644 dist/esm/types/src/components/Loader/Loader.styles.d.ts delete mode 100644 dist/esm/types/src/components/Loader/Loader.utils.d.ts rename dist/esm/types/src/components/Loader/{Loader.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/LoginWrapper/LoginWrapper.styles.d.ts rename dist/esm/types/src/components/LoginWrapper/{LoginWrapper.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/MDSCacheProvider/MDSCacheProvider.types.d.ts create mode 100644 dist/esm/types/src/components/MDSCacheProvider/index.d.ts delete mode 100644 dist/esm/types/src/components/MainContainer/MainContainer.d.ts delete mode 100644 dist/esm/types/src/components/MainContainer/MainContainer.types.d.ts delete mode 100644 dist/esm/types/src/components/Menu/Common/MenuBadge.d.ts delete mode 100644 dist/esm/types/src/components/Menu/Horizontal/HorizontalMenu.d.ts delete mode 100644 dist/esm/types/src/components/Menu/Horizontal/HorizontalMenuItem.d.ts delete mode 100644 dist/esm/types/src/components/Menu/Horizontal/SubItemsBox.d.ts delete mode 100644 dist/esm/types/src/components/Menu/Menu.d.ts delete mode 100644 dist/esm/types/src/components/Menu/Menu.types.d.ts delete mode 100644 dist/esm/types/src/components/Menu/MobileMenu/MobileMenu.d.ts delete mode 100644 dist/esm/types/src/components/Menu/MobileMenu/MobileMenuList.d.ts delete mode 100644 dist/esm/types/src/components/Menu/Vertical/MenuItem.d.ts delete mode 100644 dist/esm/types/src/components/Menu/Vertical/MenuSectionHeader.d.ts delete mode 100644 dist/esm/types/src/components/Menu/Vertical/VerticalMenu.d.ts create mode 100644 dist/esm/types/src/components/ModalBox/ModalBox.styles.d.ts rename dist/esm/types/src/components/ModalBox/{ModalBox.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/NotificationAlert/NotificationAlert.d.ts create mode 100644 dist/esm/types/src/components/NotificationAlert/NotificationAlert.styles.d.ts create mode 100644 dist/esm/types/src/components/NotificationAlert/index.d.ts delete mode 100644 dist/esm/types/src/components/NotificationCount/NotificationCount.d.ts delete mode 100644 dist/esm/types/src/components/NotificationCount/NotificationCount.types.d.ts delete mode 100644 dist/esm/types/src/components/Notifications/Notifications.d.ts create mode 100644 dist/esm/types/src/components/Notifications/Notifications.styles.d.ts create mode 100644 dist/esm/types/src/components/Notifications/index.d.ts create mode 100644 dist/esm/types/src/components/PageHeader/PageHeader.styles.d.ts rename dist/esm/types/src/components/PageHeader/{PageHeader.d.ts => index.d.ts} (100%) rename dist/esm/types/src/components/PageLayout/{PageLayout.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/Pill/Pill.d.ts delete mode 100644 dist/esm/types/src/components/Pill/Pill.types.d.ts delete mode 100644 dist/esm/types/src/components/ProgressBar/ProgressBar.d.ts create mode 100644 dist/esm/types/src/components/ProgressBar/ProgressBar.styles.d.ts create mode 100644 dist/esm/types/src/components/ProgressBar/index.d.ts create mode 100644 dist/esm/types/src/components/RadioGroup/RadioGroup.styles.d.ts rename dist/esm/types/src/components/RadioGroup/{RadioGroup.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/ReadBox/ReadBox.d.ts delete mode 100644 dist/esm/types/src/components/ReadBox/ReadBox.types.d.ts create mode 100644 dist/esm/types/src/components/ScreenTitle/ScreenTitle.styles.d.ts rename dist/esm/types/src/components/ScreenTitle/{ScreenTitle.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/SearchBox/SearchBox.styles.d.ts rename dist/esm/types/src/components/SearchBox/{SearchBox.d.ts => index.d.ts} (100%) rename dist/esm/types/src/components/SectionTitle/{SectionTitle.d.ts => index.d.ts} (100%) rename dist/esm/types/src/components/Select/{Select.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/SimpleHeader/SimpleHeader.d.ts delete mode 100644 dist/esm/types/src/components/SimpleHeader/SimpleHeader.types.d.ts delete mode 100644 dist/esm/types/src/components/SizeChart/SizeChart.d.ts delete mode 100644 dist/esm/types/src/components/SizeChart/SizeChart.types.d.ts create mode 100644 dist/esm/types/src/components/Slider/Slider.styles.d.ts rename dist/esm/types/src/components/Slider/{Slider.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/Snackbar/Snackbar.d.ts delete mode 100644 dist/esm/types/src/components/Snackbar/Snackbar.types.d.ts delete mode 100644 dist/esm/types/src/components/Switch/Switch.d.ts delete mode 100644 dist/esm/types/src/components/Switch/Switch.types.d.ts create mode 100644 dist/esm/types/src/components/Table/Table.styles.d.ts create mode 100644 dist/esm/types/src/components/Tabs/Tabs.styles.d.ts rename dist/esm/types/src/components/Tabs/{Tabs.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/Tag/Tag.styles.d.ts rename dist/esm/types/src/components/Tag/{Tag.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/TextArea/TextArea.types.d.ts create mode 100644 dist/esm/types/src/components/TextArea/index.d.ts rename dist/esm/types/src/components/ThemeHandler/{ThemeHandler.d.ts => index.d.ts} (100%) rename dist/esm/types/src/components/ThemedLogo/{ThemedLogo.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/Toggle/Toggle.styles.d.ts create mode 100644 dist/esm/types/src/components/Toggle/Toggle.types.d.ts create mode 100644 dist/esm/types/src/components/Toggle/index.d.ts create mode 100644 dist/esm/types/src/components/Tooltip/Tooltip.styles.d.ts rename dist/esm/types/src/components/Tooltip/{Tooltip.d.ts => index.d.ts} (100%) create mode 100644 dist/esm/types/src/components/ValuePair/ValuePair.styles.d.ts rename dist/esm/types/src/components/ValuePair/{ValuePair.d.ts => index.d.ts} (100%) delete mode 100644 dist/esm/types/src/components/Wizard/Wizard.d.ts create mode 100644 dist/esm/types/src/components/Wizard/Wizard.styles.d.ts create mode 100644 dist/esm/types/src/components/Wizard/index.d.ts delete mode 100644 dist/esm/types/src/components/index.d.ts create mode 100644 dist/esm/types/src/icons/AArrowDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/AArrowUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/ALargeSmallIcon.d.ts create mode 100644 dist/esm/types/src/icons/AccessibilityIcon.d.ts create mode 100644 dist/esm/types/src/icons/ActivityIcon.d.ts create mode 100644 dist/esm/types/src/icons/AirVentIcon.d.ts create mode 100644 dist/esm/types/src/icons/AirplayIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlarmClockCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlarmClockIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlarmClockMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlarmClockOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlarmClockPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlarmSmokeIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlbumIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignCenterHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignCenterIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignCenterVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignEndHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignEndVerticalIcon.d.ts rename dist/esm/types/src/{components/Icons/NewDesignIcons => icons}/AlignHorizontalDistributeCenterIcon.d.ts (75%) create mode 100644 dist/esm/types/src/icons/AlignHorizontalDistributeEndIcon.d.ts rename dist/esm/types/src/{components/Icons/NewDesignIcons => icons}/AlignHorizontalDistributeStartIcon.d.ts (75%) create mode 100644 dist/esm/types/src/icons/AlignHorizontalJustifyCenterIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignHorizontalJustifyEndIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignHorizontalJustifyStartIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignHorizontalSpaceAroundIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignHorizontalSpaceBetweenIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignJustifyIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignStartHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignStartVerticalIcon.d.ts rename dist/esm/types/src/{components/Icons/NewDesignIcons => icons}/AlignVerticalDistributeCenterIcon.d.ts (75%) create mode 100644 dist/esm/types/src/icons/AlignVerticalDistributeEndIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignVerticalDistributeStartIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignVerticalJustifyCenterIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignVerticalJustifyEndIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignVerticalJustifyStartIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignVerticalSpaceAroundIcon.d.ts create mode 100644 dist/esm/types/src/icons/AlignVerticalSpaceBetweenIcon.d.ts create mode 100644 dist/esm/types/src/icons/AmazonEksSiteIcon.d.ts create mode 100644 dist/esm/types/src/icons/AmbulanceIcon.d.ts create mode 100644 dist/esm/types/src/icons/AmpersandIcon.d.ts create mode 100644 dist/esm/types/src/icons/AmpersandsIcon.d.ts create mode 100644 dist/esm/types/src/icons/AnchorIcon.d.ts create mode 100644 dist/esm/types/src/icons/AngryIcon.d.ts create mode 100644 dist/esm/types/src/icons/AnnoyedIcon.d.ts create mode 100644 dist/esm/types/src/icons/AntennaIcon.d.ts create mode 100644 dist/esm/types/src/icons/AnvilIcon.d.ts create mode 100644 dist/esm/types/src/icons/ApertureIcon.d.ts create mode 100644 dist/esm/types/src/icons/AppWindowIcon.d.ts create mode 100644 dist/esm/types/src/icons/AppWindowMacIcon.d.ts create mode 100644 dist/esm/types/src/icons/AppleIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArchiveIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArchiveRestoreIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArchiveXIcon.d.ts create mode 100644 dist/esm/types/src/icons/AreaChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArmchairIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowBigDownDashIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowBigDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowBigLeftDashIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowBigLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowBigRightDashIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowBigRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowBigUpDashIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowBigUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDown01Icon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDown10Icon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownAZIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownFromLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownNarrowWideIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownToDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownToLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownWideNarrowIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowDownZAIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowLeftFromLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowLeftRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowLeftToLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowRightFromLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowRightLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowRightToLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUp01Icon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUp10Icon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpAZIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpFromDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpFromLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpNarrowWideIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpToLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpWideNarrowIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowUpZAIcon.d.ts create mode 100644 dist/esm/types/src/icons/ArrowsUpFromLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/AsteriskIcon.d.ts create mode 100644 dist/esm/types/src/icons/AtSignIcon.d.ts create mode 100644 dist/esm/types/src/icons/AtomIcon.d.ts create mode 100644 dist/esm/types/src/icons/AudioLinesIcon.d.ts create mode 100644 dist/esm/types/src/icons/AudioWaveformIcon.d.ts create mode 100644 dist/esm/types/src/icons/AwardIcon.d.ts create mode 100644 dist/esm/types/src/icons/AxeIcon.d.ts create mode 100644 dist/esm/types/src/icons/Axis3dIcon.d.ts create mode 100644 dist/esm/types/src/icons/AzureAksSiteIcon.d.ts create mode 100644 dist/esm/types/src/icons/BabyIcon.d.ts create mode 100644 dist/esm/types/src/icons/BackpackIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeAlertIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeCentIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeDollarSignIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeEuroIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeHelpIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeIndianRupeeIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeInfoIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeJapaneseYenIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgePercentIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgePlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgePoundSterlingIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeRussianRubleIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeSwissFrancIcon.d.ts create mode 100644 dist/esm/types/src/icons/BadgeXIcon.d.ts create mode 100644 dist/esm/types/src/icons/BaggageClaimIcon.d.ts create mode 100644 dist/esm/types/src/icons/BalancerIcon.d.ts create mode 100644 dist/esm/types/src/icons/BanIcon.d.ts create mode 100644 dist/esm/types/src/icons/BananaIcon.d.ts create mode 100644 dist/esm/types/src/icons/BanknoteIcon.d.ts create mode 100644 dist/esm/types/src/icons/BarChart2Icon.d.ts create mode 100644 dist/esm/types/src/icons/BarChart3Icon.d.ts create mode 100644 dist/esm/types/src/icons/BarChart4Icon.d.ts create mode 100644 dist/esm/types/src/icons/BarChartBigIcon.d.ts create mode 100644 dist/esm/types/src/icons/BarChartHorizontalBigIcon.d.ts create mode 100644 dist/esm/types/src/icons/BarChartHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/BarChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/BarcodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/BareMetalLinuxSiteIcon.d.ts create mode 100644 dist/esm/types/src/icons/BaselineIcon.d.ts create mode 100644 dist/esm/types/src/icons/BatchJobsIcon.d.ts create mode 100644 dist/esm/types/src/icons/BathIcon.d.ts create mode 100644 dist/esm/types/src/icons/BatteryChargingIcon.d.ts create mode 100644 dist/esm/types/src/icons/BatteryFullIcon.d.ts create mode 100644 dist/esm/types/src/icons/BatteryIcon.d.ts create mode 100644 dist/esm/types/src/icons/BatteryLowIcon.d.ts create mode 100644 dist/esm/types/src/icons/BatteryMediumIcon.d.ts create mode 100644 dist/esm/types/src/icons/BatteryWarningIcon.d.ts create mode 100644 dist/esm/types/src/icons/BeakerIcon.d.ts create mode 100644 dist/esm/types/src/icons/BeanIcon.d.ts create mode 100644 dist/esm/types/src/icons/BeanOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/BedDoubleIcon.d.ts create mode 100644 dist/esm/types/src/icons/BedIcon.d.ts create mode 100644 dist/esm/types/src/icons/BedSingleIcon.d.ts create mode 100644 dist/esm/types/src/icons/BeefIcon.d.ts create mode 100644 dist/esm/types/src/icons/BeerIcon.d.ts create mode 100644 dist/esm/types/src/icons/BeerOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/BellArrowIcon.d.ts create mode 100644 dist/esm/types/src/icons/BellDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/BellElectricIcon.d.ts create mode 100644 dist/esm/types/src/icons/BellIcon.d.ts create mode 100644 dist/esm/types/src/icons/BellMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/BellOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/BellPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/BellRingIcon.d.ts create mode 100644 dist/esm/types/src/icons/BetweenHorizontalEndIcon.d.ts create mode 100644 dist/esm/types/src/icons/BetweenHorizontalStartIcon.d.ts create mode 100644 dist/esm/types/src/icons/BetweenVerticalEndIcon.d.ts create mode 100644 dist/esm/types/src/icons/BetweenVerticalStartIcon.d.ts create mode 100644 dist/esm/types/src/icons/BikeIcon.d.ts create mode 100644 dist/esm/types/src/icons/BinaryIcon.d.ts create mode 100644 dist/esm/types/src/icons/BiohazardIcon.d.ts create mode 100644 dist/esm/types/src/icons/BirdIcon.d.ts create mode 100644 dist/esm/types/src/icons/BitcoinIcon.d.ts create mode 100644 dist/esm/types/src/icons/BlendIcon.d.ts create mode 100644 dist/esm/types/src/icons/BlindsIcon.d.ts create mode 100644 dist/esm/types/src/icons/BlocksIcon.d.ts create mode 100644 dist/esm/types/src/icons/BluetoothConnectedIcon.d.ts create mode 100644 dist/esm/types/src/icons/BluetoothIcon.d.ts create mode 100644 dist/esm/types/src/icons/BluetoothOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/BluetoothSearchingIcon.d.ts create mode 100644 dist/esm/types/src/icons/BoldIcon.d.ts create mode 100644 dist/esm/types/src/icons/BoltIcon.d.ts create mode 100644 dist/esm/types/src/icons/BombIcon.d.ts create mode 100644 dist/esm/types/src/icons/BoneIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookAIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookAudioIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookCopyIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookHeadphonesIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookHeartIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookImageIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookKeyIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookLockIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookMarkedIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookOpenCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookOpenTextIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookTextIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookTypeIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookUp2Icon.d.ts create mode 100644 dist/esm/types/src/icons/BookUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookUserIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookXIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookmarkCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookmarkIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookmarkMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookmarkPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/BookmarkXIcon.d.ts create mode 100644 dist/esm/types/src/icons/BoomBoxIcon.d.ts create mode 100644 dist/esm/types/src/icons/BotIcon.d.ts create mode 100644 dist/esm/types/src/icons/BotMessageSquareIcon.d.ts create mode 100644 dist/esm/types/src/icons/BoxIcon.d.ts create mode 100644 dist/esm/types/src/icons/BoxOutlineIcon.d.ts create mode 100644 dist/esm/types/src/icons/BoxSelectIcon.d.ts create mode 100644 dist/esm/types/src/icons/BoxesIcon.d.ts create mode 100644 dist/esm/types/src/icons/BracesIcon.d.ts create mode 100644 dist/esm/types/src/icons/BracketsIcon.d.ts create mode 100644 dist/esm/types/src/icons/BrainCircuitIcon.d.ts create mode 100644 dist/esm/types/src/icons/BrainCogIcon.d.ts create mode 100644 dist/esm/types/src/icons/BrainIcon.d.ts create mode 100644 dist/esm/types/src/icons/BrickWallIcon.d.ts create mode 100644 dist/esm/types/src/icons/BriefcaseBusinessIcon.d.ts create mode 100644 dist/esm/types/src/icons/BriefcaseIcon.d.ts create mode 100644 dist/esm/types/src/icons/BriefcaseMedicalIcon.d.ts create mode 100644 dist/esm/types/src/icons/BringToFrontIcon.d.ts create mode 100644 dist/esm/types/src/icons/BrushIcon.d.ts create mode 100644 dist/esm/types/src/icons/BucketCopyIcon.d.ts create mode 100644 dist/esm/types/src/icons/BucketIcon.d.ts create mode 100644 dist/esm/types/src/icons/BucketQuotaIcon.d.ts create mode 100644 dist/esm/types/src/icons/BugIcon.d.ts create mode 100644 dist/esm/types/src/icons/BugOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/BugPlayIcon.d.ts create mode 100644 dist/esm/types/src/icons/Building2Icon.d.ts create mode 100644 dist/esm/types/src/icons/BuildingIcon.d.ts create mode 100644 dist/esm/types/src/icons/BusFrontIcon.d.ts create mode 100644 dist/esm/types/src/icons/BusIcon.d.ts create mode 100644 dist/esm/types/src/icons/CableCarIcon.d.ts create mode 100644 dist/esm/types/src/icons/CableIcon.d.ts create mode 100644 dist/esm/types/src/icons/CakeIcon.d.ts create mode 100644 dist/esm/types/src/icons/CakeSliceIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalculatorIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarCheck2Icon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarClockIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarDaysIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarFoldIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarHeartIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarMinus2Icon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarPlus2Icon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarRangeIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarSearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarX2Icon.d.ts create mode 100644 dist/esm/types/src/icons/CalendarXIcon.d.ts create mode 100644 dist/esm/types/src/icons/CameraIcon.d.ts create mode 100644 dist/esm/types/src/icons/CameraOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/CandlestickChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/CandyCaneIcon.d.ts create mode 100644 dist/esm/types/src/icons/CandyIcon.d.ts create mode 100644 dist/esm/types/src/icons/CandyOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/CannabisIcon.d.ts create mode 100644 dist/esm/types/src/icons/CaptionsIcon.d.ts create mode 100644 dist/esm/types/src/icons/CaptionsOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/CarFrontIcon.d.ts create mode 100644 dist/esm/types/src/icons/CarIcon.d.ts create mode 100644 dist/esm/types/src/icons/CarTaxiFrontIcon.d.ts create mode 100644 dist/esm/types/src/icons/CaravanIcon.d.ts create mode 100644 dist/esm/types/src/icons/CaretFilledIcon.d.ts create mode 100644 dist/esm/types/src/icons/CaretIcon.d.ts create mode 100644 dist/esm/types/src/icons/CaseLowerIcon.d.ts create mode 100644 dist/esm/types/src/icons/CaseSensitiveIcon.d.ts create mode 100644 dist/esm/types/src/icons/CaseUpperIcon.d.ts create mode 100644 dist/esm/types/src/icons/CassetteTapeIcon.d.ts create mode 100644 dist/esm/types/src/icons/CastIcon.d.ts create mode 100644 dist/esm/types/src/icons/CastleIcon.d.ts create mode 100644 dist/esm/types/src/icons/CatIcon.d.ts create mode 100644 dist/esm/types/src/icons/CctvIcon.d.ts create mode 100644 dist/esm/types/src/icons/CheckCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/CheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChefHatIcon.d.ts create mode 100644 dist/esm/types/src/icons/CherryIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronFirstIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronLastIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronsDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronsDownUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronsLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronsLeftRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronsRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronsRightLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronsUpDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChevronsUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChromeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ChurchIcon.d.ts create mode 100644 dist/esm/types/src/icons/CigaretteIcon.d.ts create mode 100644 dist/esm/types/src/icons/CigaretteOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleAlertIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleArrowDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleArrowLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleArrowOutDownLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleArrowOutDownRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleArrowOutUpLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleArrowOutUpRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleArrowRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleArrowUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleCheckBigIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleChevronDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleChevronLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleChevronRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleChevronUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleDivideIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleDollarSignIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleDotDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleEllipsisIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleEqualIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleFadingPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleFillIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleGaugeIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleHelpIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleParkingIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleParkingOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/CirclePauseIcon.d.ts create mode 100644 dist/esm/types/src/icons/CirclePercentIcon.d.ts create mode 100644 dist/esm/types/src/icons/CirclePlayIcon.d.ts create mode 100644 dist/esm/types/src/icons/CirclePlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/CirclePowerIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleSlash2Icon.d.ts create mode 100644 dist/esm/types/src/icons/CircleSlashIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleStopIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleUserIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleUserRoundIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircleXIcon.d.ts create mode 100644 dist/esm/types/src/icons/CircuitBoardIcon.d.ts create mode 100644 dist/esm/types/src/icons/CitrusIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClapperboardIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardCopyIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardListIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardPasteIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardPenIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardPenLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardTypeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClipboardXIcon.d.ts create mode 100644 dist/esm/types/src/icons/Clock10Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock11Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock12Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock1Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock3Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock4Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock5Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock6Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock7Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock8Icon.d.ts create mode 100644 dist/esm/types/src/icons/Clock9Icon.d.ts create mode 100644 dist/esm/types/src/icons/ClockIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudCogIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudDownloadIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudDrizzleIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudFogIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudHailIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudLightningIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudMoonIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudMoonRainIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudRainIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudRainWindIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudSnowIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudSunIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudSunRainIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudUploadIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloudyIcon.d.ts create mode 100644 dist/esm/types/src/icons/CloverIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClubIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClusterHealthIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClusterIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClusterIngressIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClusterNodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClusterReplicationIcon.d.ts create mode 100644 dist/esm/types/src/icons/ClustersIcon.d.ts create mode 100644 dist/esm/types/src/icons/CodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/CodeXmlIcon.d.ts create mode 100644 dist/esm/types/src/icons/CodepenIcon.d.ts create mode 100644 dist/esm/types/src/icons/CodesandboxIcon.d.ts create mode 100644 dist/esm/types/src/icons/CoffeeIcon.d.ts create mode 100644 dist/esm/types/src/icons/CogIcon.d.ts create mode 100644 dist/esm/types/src/icons/CoinsIcon.d.ts create mode 100644 dist/esm/types/src/icons/CollapseIcon.d.ts create mode 100644 dist/esm/types/src/icons/Columns2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Columns3Icon.d.ts create mode 100644 dist/esm/types/src/icons/Columns4Icon.d.ts create mode 100644 dist/esm/types/src/icons/CombineIcon.d.ts create mode 100644 dist/esm/types/src/icons/CommandIcon.d.ts create mode 100644 dist/esm/types/src/icons/CompassIcon.d.ts create mode 100644 dist/esm/types/src/icons/ComponentIcon.d.ts create mode 100644 dist/esm/types/src/icons/ComputerIcon.d.ts create mode 100644 dist/esm/types/src/icons/ConciergeBellIcon.d.ts create mode 100644 dist/esm/types/src/icons/ConeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ConstructionIcon.d.ts create mode 100644 dist/esm/types/src/icons/ContactIcon.d.ts create mode 100644 dist/esm/types/src/icons/ContactRoundIcon.d.ts create mode 100644 dist/esm/types/src/icons/ContainerIcon.d.ts create mode 100644 dist/esm/types/src/icons/ContainerImagesIcon.d.ts create mode 100644 dist/esm/types/src/icons/ContrastIcon.d.ts create mode 100644 dist/esm/types/src/icons/CookieIcon.d.ts create mode 100644 dist/esm/types/src/icons/CookingPotIcon.d.ts create mode 100644 dist/esm/types/src/icons/CopyCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/CopyIcon.d.ts create mode 100644 dist/esm/types/src/icons/CopyMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/CopyPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/CopySlashIcon.d.ts create mode 100644 dist/esm/types/src/icons/CopyXIcon.d.ts create mode 100644 dist/esm/types/src/icons/CopyleftIcon.d.ts create mode 100644 dist/esm/types/src/icons/CopyrightIcon.d.ts create mode 100644 dist/esm/types/src/icons/CornerDownLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/CornerDownRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/CornerLeftDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/CornerLeftUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/CornerRightDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/CornerRightUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/CornerUpLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/CornerUpRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/CpuIcon.d.ts create mode 100644 dist/esm/types/src/icons/CreativeCommonsIcon.d.ts create mode 100644 dist/esm/types/src/icons/CreditCardIcon.d.ts create mode 100644 dist/esm/types/src/icons/CroissantIcon.d.ts create mode 100644 dist/esm/types/src/icons/CropIcon.d.ts create mode 100644 dist/esm/types/src/icons/CrossIcon.d.ts create mode 100644 dist/esm/types/src/icons/CrosshairIcon.d.ts create mode 100644 dist/esm/types/src/icons/CrownIcon.d.ts create mode 100644 dist/esm/types/src/icons/CuboidIcon.d.ts create mode 100644 dist/esm/types/src/icons/CupSodaIcon.d.ts create mode 100644 dist/esm/types/src/icons/CurrencyIcon.d.ts create mode 100644 dist/esm/types/src/icons/CylinderIcon.d.ts create mode 100644 dist/esm/types/src/icons/DataIcon.d.ts create mode 100644 dist/esm/types/src/icons/DatabaseApiIcon.d.ts create mode 100644 dist/esm/types/src/icons/DatabaseBackupIcon.d.ts create mode 100644 dist/esm/types/src/icons/DatabaseIcon.d.ts create mode 100644 dist/esm/types/src/icons/DatabaseZapIcon.d.ts create mode 100644 dist/esm/types/src/icons/DeleteIcon.d.ts create mode 100644 dist/esm/types/src/icons/DessertIcon.d.ts create mode 100644 dist/esm/types/src/icons/DiameterIcon.d.ts create mode 100644 dist/esm/types/src/icons/DiamondIcon.d.ts create mode 100644 dist/esm/types/src/icons/DiamondPercentIcon.d.ts create mode 100644 dist/esm/types/src/icons/Dice1Icon.d.ts create mode 100644 dist/esm/types/src/icons/Dice2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Dice3Icon.d.ts create mode 100644 dist/esm/types/src/icons/Dice4Icon.d.ts create mode 100644 dist/esm/types/src/icons/Dice5Icon.d.ts create mode 100644 dist/esm/types/src/icons/Dice6Icon.d.ts create mode 100644 dist/esm/types/src/icons/DicesIcon.d.ts create mode 100644 dist/esm/types/src/icons/DiffIcon.d.ts create mode 100644 dist/esm/types/src/icons/Disc2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Disc3Icon.d.ts create mode 100644 dist/esm/types/src/icons/DiscAlbumIcon.d.ts create mode 100644 dist/esm/types/src/icons/DiscIcon.d.ts create mode 100644 dist/esm/types/src/icons/DivideIcon.d.ts create mode 100644 dist/esm/types/src/icons/DnaIcon.d.ts create mode 100644 dist/esm/types/src/icons/DnaOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/DockIcon.d.ts create mode 100644 dist/esm/types/src/icons/DogIcon.d.ts create mode 100644 dist/esm/types/src/icons/DollarSignIcon.d.ts create mode 100644 dist/esm/types/src/icons/DonutIcon.d.ts create mode 100644 dist/esm/types/src/icons/DoorClosedIcon.d.ts create mode 100644 dist/esm/types/src/icons/DoorOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/DotIcon.d.ts create mode 100644 dist/esm/types/src/icons/DownloadIcon.d.ts create mode 100644 dist/esm/types/src/icons/DraftingCompassIcon.d.ts create mode 100644 dist/esm/types/src/icons/DramaIcon.d.ts create mode 100644 dist/esm/types/src/icons/DribbbleIcon.d.ts create mode 100644 dist/esm/types/src/icons/DrillIcon.d.ts create mode 100644 dist/esm/types/src/icons/DropletIcon.d.ts create mode 100644 dist/esm/types/src/icons/DropletsIcon.d.ts create mode 100644 dist/esm/types/src/icons/DrumIcon.d.ts create mode 100644 dist/esm/types/src/icons/DrumstickIcon.d.ts create mode 100644 dist/esm/types/src/icons/DumbbellIcon.d.ts create mode 100644 dist/esm/types/src/icons/EarIcon.d.ts create mode 100644 dist/esm/types/src/icons/EarOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/EarthIcon.d.ts create mode 100644 dist/esm/types/src/icons/EarthLockIcon.d.ts create mode 100644 dist/esm/types/src/icons/EclipseIcon.d.ts create mode 100644 dist/esm/types/src/icons/EggFriedIcon.d.ts create mode 100644 dist/esm/types/src/icons/EggIcon.d.ts create mode 100644 dist/esm/types/src/icons/EggOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/EllipsisIcon.d.ts create mode 100644 dist/esm/types/src/icons/EllipsisVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/EqualIcon.d.ts create mode 100644 dist/esm/types/src/icons/EqualNotIcon.d.ts create mode 100644 dist/esm/types/src/icons/EraserIcon.d.ts create mode 100644 dist/esm/types/src/icons/EuroIcon.d.ts create mode 100644 dist/esm/types/src/icons/ExpandIcon.d.ts create mode 100644 dist/esm/types/src/icons/ExternalLinkIcon.d.ts create mode 100644 dist/esm/types/src/icons/EyeIcon.d.ts create mode 100644 dist/esm/types/src/icons/EyeOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/FacebookIcon.d.ts create mode 100644 dist/esm/types/src/icons/FactoryIcon.d.ts create mode 100644 dist/esm/types/src/icons/FanIcon.d.ts create mode 100644 dist/esm/types/src/icons/FastForwardIcon.d.ts create mode 100644 dist/esm/types/src/icons/FeatherIcon.d.ts create mode 100644 dist/esm/types/src/icons/FenceIcon.d.ts create mode 100644 dist/esm/types/src/icons/FerrisWheelIcon.d.ts create mode 100644 dist/esm/types/src/icons/FigmaIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileArchiveIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileAudio2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileAudioIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileAxis3dIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileBadge2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileBadgeIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileBarChart2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileBarChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileBoxIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileCheck2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileClockIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileCode2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileCodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileCogIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileDiffIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileDigitIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileHeartIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileImageIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileInputIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileJson2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileJsonIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileKey2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileKeyIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileLineChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileLock2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileLockIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileMinus2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileMusicIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileOutputIcon.d.ts create mode 100644 dist/esm/types/src/icons/FilePenIcon.d.ts create mode 100644 dist/esm/types/src/icons/FilePenLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/FilePieChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/FilePlus2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FilePlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileQuestionIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileScanIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileSearch2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileSearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileSlidersIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileSpreadsheetIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileStackIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileSymlinkIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileTerminalIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileTextIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileType2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileTypeIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileVideo2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileVideoIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileVolume2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileVolumeIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileWarningIcon.d.ts create mode 100644 dist/esm/types/src/icons/FileX2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FileXIcon.d.ts create mode 100644 dist/esm/types/src/icons/FilesIcon.d.ts create mode 100644 dist/esm/types/src/icons/FilmIcon.d.ts create mode 100644 dist/esm/types/src/icons/FilterIcon.d.ts create mode 100644 dist/esm/types/src/icons/FilterXIcon.d.ts create mode 100644 dist/esm/types/src/icons/FingerprintIcon.d.ts create mode 100644 dist/esm/types/src/icons/FireExtinguisherIcon.d.ts create mode 100644 dist/esm/types/src/icons/FishIcon.d.ts create mode 100644 dist/esm/types/src/icons/FishSymbolIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlagIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlagOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlagTriangleLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlagTriangleRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlameIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlameKindlingIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlashlightIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlashlightOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlaskConicalIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlaskConicalOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlaskRoundIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlipHorizontal2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FlipHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/FlipVertical2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FlipVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/Flower2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FlowerIcon.d.ts create mode 100644 dist/esm/types/src/icons/FocusIcon.d.ts create mode 100644 dist/esm/types/src/icons/FoldHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/FoldVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderArchiveIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderClockIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderClosedIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderCogIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderGit2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FolderGitIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderHeartIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderInputIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderKanbanIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderKey2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FolderKeyIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderLockIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderOpenDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderOutputIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderPenIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderRootIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderSearch2Icon.d.ts create mode 100644 dist/esm/types/src/icons/FolderSearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderSymlinkIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderSyncIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderTreeIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/FolderXIcon.d.ts create mode 100644 dist/esm/types/src/icons/FoldersIcon.d.ts create mode 100644 dist/esm/types/src/icons/FootprintsIcon.d.ts create mode 100644 dist/esm/types/src/icons/ForkliftIcon.d.ts create mode 100644 dist/esm/types/src/icons/ForwardIcon.d.ts create mode 100644 dist/esm/types/src/icons/FrameIcon.d.ts create mode 100644 dist/esm/types/src/icons/FramerIcon.d.ts create mode 100644 dist/esm/types/src/icons/FrownIcon.d.ts create mode 100644 dist/esm/types/src/icons/FuelIcon.d.ts create mode 100644 dist/esm/types/src/icons/FullscreenIcon.d.ts create mode 100644 dist/esm/types/src/icons/GalleryHorizontalEndIcon.d.ts create mode 100644 dist/esm/types/src/icons/GalleryHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/GalleryThumbnailsIcon.d.ts create mode 100644 dist/esm/types/src/icons/GalleryVerticalEndIcon.d.ts create mode 100644 dist/esm/types/src/icons/GalleryVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/Gamepad2Icon.d.ts create mode 100644 dist/esm/types/src/icons/GamepadIcon.d.ts create mode 100644 dist/esm/types/src/icons/GanttChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/GaugeIcon.d.ts create mode 100644 dist/esm/types/src/icons/GavelIcon.d.ts create mode 100644 dist/esm/types/src/icons/GemIcon.d.ts create mode 100644 dist/esm/types/src/icons/GhostIcon.d.ts create mode 100644 dist/esm/types/src/icons/GiftIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitBranchIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitBranchPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitCommitHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitCommitVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitCompareArrowsIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitCompareIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitForkIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitGraphIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitMergeIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitPullRequestArrowIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitPullRequestClosedIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitPullRequestCreateArrowIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitPullRequestCreateIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitPullRequestDraftIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitPullRequestIcon.d.ts create mode 100644 dist/esm/types/src/icons/GithubIcon.d.ts create mode 100644 dist/esm/types/src/icons/GitlabIcon.d.ts create mode 100644 dist/esm/types/src/icons/GlassWaterIcon.d.ts create mode 100644 dist/esm/types/src/icons/GlassesIcon.d.ts create mode 100644 dist/esm/types/src/icons/GlobeIcon.d.ts create mode 100644 dist/esm/types/src/icons/GlobeLockIcon.d.ts create mode 100644 dist/esm/types/src/icons/GoalIcon.d.ts create mode 100644 dist/esm/types/src/icons/GoogleGkeSiteIcon.d.ts create mode 100644 dist/esm/types/src/icons/GrabIcon.d.ts create mode 100644 dist/esm/types/src/icons/GraduationCapIcon.d.ts create mode 100644 dist/esm/types/src/icons/GrapeIcon.d.ts create mode 100644 dist/esm/types/src/icons/Grid2x2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Grid3x3Icon.d.ts create mode 100644 dist/esm/types/src/icons/GripHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/GripIcon.d.ts create mode 100644 dist/esm/types/src/icons/GripVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/GroupIcon.d.ts create mode 100644 dist/esm/types/src/icons/GuitarIcon.d.ts create mode 100644 dist/esm/types/src/icons/HamIcon.d.ts create mode 100644 dist/esm/types/src/icons/HammerIcon.d.ts create mode 100644 dist/esm/types/src/icons/HandCoinsIcon.d.ts create mode 100644 dist/esm/types/src/icons/HandHeartIcon.d.ts create mode 100644 dist/esm/types/src/icons/HandHelpingIcon.d.ts create mode 100644 dist/esm/types/src/icons/HandIcon.d.ts create mode 100644 dist/esm/types/src/icons/HandMetalIcon.d.ts create mode 100644 dist/esm/types/src/icons/HandPlatterIcon.d.ts create mode 100644 dist/esm/types/src/icons/HandshakeIcon.d.ts create mode 100644 dist/esm/types/src/icons/HardDriveDownloadIcon.d.ts create mode 100644 dist/esm/types/src/icons/HardDriveIcon.d.ts create mode 100644 dist/esm/types/src/icons/HardDriveSearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/HardDriveUploadIcon.d.ts create mode 100644 dist/esm/types/src/icons/HardHatIcon.d.ts create mode 100644 dist/esm/types/src/icons/HashIcon.d.ts create mode 100644 dist/esm/types/src/icons/HazeIcon.d.ts create mode 100644 dist/esm/types/src/icons/HdmiPortIcon.d.ts create mode 100644 dist/esm/types/src/icons/Heading1Icon.d.ts create mode 100644 dist/esm/types/src/icons/Heading2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Heading3Icon.d.ts create mode 100644 dist/esm/types/src/icons/Heading4Icon.d.ts create mode 100644 dist/esm/types/src/icons/Heading5Icon.d.ts create mode 100644 dist/esm/types/src/icons/Heading6Icon.d.ts create mode 100644 dist/esm/types/src/icons/HeadingIcon.d.ts create mode 100644 dist/esm/types/src/icons/HeadphonesIcon.d.ts create mode 100644 dist/esm/types/src/icons/HeadsetIcon.d.ts create mode 100644 dist/esm/types/src/icons/HeartCrackIcon.d.ts create mode 100644 dist/esm/types/src/icons/HeartHandshakeIcon.d.ts create mode 100644 dist/esm/types/src/icons/HeartIcon.d.ts create mode 100644 dist/esm/types/src/icons/HeartOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/HeartPulseIcon.d.ts create mode 100644 dist/esm/types/src/icons/HeaterIcon.d.ts create mode 100644 dist/esm/types/src/icons/HexagonIcon.d.ts create mode 100644 dist/esm/types/src/icons/HighlighterIcon.d.ts create mode 100644 dist/esm/types/src/icons/HistoryIcon.d.ts create mode 100644 dist/esm/types/src/icons/HomeIcon.d.ts create mode 100644 dist/esm/types/src/icons/HopIcon.d.ts create mode 100644 dist/esm/types/src/icons/HopOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/HospitalIcon.d.ts create mode 100644 dist/esm/types/src/icons/HotelIcon.d.ts create mode 100644 dist/esm/types/src/icons/HourglassIcon.d.ts create mode 100644 dist/esm/types/src/icons/IceCreamBowlIcon.d.ts create mode 100644 dist/esm/types/src/icons/IceCreamConeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ImageDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/ImageIcon.d.ts create mode 100644 dist/esm/types/src/icons/ImageMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/ImageOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/ImagePlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/ImageUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/ImagesIcon.d.ts create mode 100644 dist/esm/types/src/icons/ImportIcon.d.ts create mode 100644 dist/esm/types/src/icons/InboxIcon.d.ts create mode 100644 dist/esm/types/src/icons/IndentDecreaseIcon.d.ts create mode 100644 dist/esm/types/src/icons/IndentIncreaseIcon.d.ts create mode 100644 dist/esm/types/src/icons/IndianRupeeIcon.d.ts create mode 100644 dist/esm/types/src/icons/InfinityIcon.d.ts create mode 100644 dist/esm/types/src/icons/InfoIcon.d.ts create mode 100644 dist/esm/types/src/icons/InspectionPanelIcon.d.ts create mode 100644 dist/esm/types/src/icons/InstagramIcon.d.ts create mode 100644 dist/esm/types/src/icons/ItalicIcon.d.ts create mode 100644 dist/esm/types/src/icons/IterationCCWIcon.d.ts create mode 100644 dist/esm/types/src/icons/IterationCWIcon.d.ts create mode 100644 dist/esm/types/src/icons/JapaneseYenIcon.d.ts create mode 100644 dist/esm/types/src/icons/JoystickIcon.d.ts create mode 100644 dist/esm/types/src/icons/KanbanIcon.d.ts create mode 100644 dist/esm/types/src/icons/KeyIcon.d.ts create mode 100644 dist/esm/types/src/icons/KeyRoundIcon.d.ts create mode 100644 dist/esm/types/src/icons/KeySquareIcon.d.ts create mode 100644 dist/esm/types/src/icons/KeyboardIcon.d.ts create mode 100644 dist/esm/types/src/icons/KeyboardMusicIcon.d.ts create mode 100644 dist/esm/types/src/icons/KubernetesSiteIcon.d.ts create mode 100644 dist/esm/types/src/icons/LDAPIcon.d.ts create mode 100644 dist/esm/types/src/icons/LambdaIcon.d.ts create mode 100644 dist/esm/types/src/icons/LampCeilingIcon.d.ts create mode 100644 dist/esm/types/src/icons/LampDeskIcon.d.ts create mode 100644 dist/esm/types/src/icons/LampFloorIcon.d.ts create mode 100644 dist/esm/types/src/icons/LampIcon.d.ts create mode 100644 dist/esm/types/src/icons/LampWallDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/LampWallUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/LandPlotIcon.d.ts create mode 100644 dist/esm/types/src/icons/LandmarkIcon.d.ts create mode 100644 dist/esm/types/src/icons/LanguagesIcon.d.ts create mode 100644 dist/esm/types/src/icons/LaptopIcon.d.ts create mode 100644 dist/esm/types/src/icons/LaptopMinimalIcon.d.ts create mode 100644 dist/esm/types/src/icons/LassoIcon.d.ts create mode 100644 dist/esm/types/src/icons/LassoSelectIcon.d.ts create mode 100644 dist/esm/types/src/icons/LaughIcon.d.ts create mode 100644 dist/esm/types/src/icons/Layers2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Layers3Icon.d.ts create mode 100644 dist/esm/types/src/icons/LayersIcon.d.ts create mode 100644 dist/esm/types/src/icons/LayoutDashboardIcon.d.ts create mode 100644 dist/esm/types/src/icons/LayoutGridIcon.d.ts create mode 100644 dist/esm/types/src/icons/LayoutListIcon.d.ts create mode 100644 dist/esm/types/src/icons/LayoutPanelLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/LayoutPanelTopIcon.d.ts create mode 100644 dist/esm/types/src/icons/LayoutTemplateIcon.d.ts create mode 100644 dist/esm/types/src/icons/LeafIcon.d.ts create mode 100644 dist/esm/types/src/icons/LeafyGreenIcon.d.ts create mode 100644 dist/esm/types/src/icons/LibraryBigIcon.d.ts create mode 100644 dist/esm/types/src/icons/LibraryIcon.d.ts create mode 100644 dist/esm/types/src/icons/LifeBuoyIcon.d.ts create mode 100644 dist/esm/types/src/icons/LigatureIcon.d.ts create mode 100644 dist/esm/types/src/icons/LightbulbIcon.d.ts create mode 100644 dist/esm/types/src/icons/LightbulbOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/LineChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/Link2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Link2OffIcon.d.ts create mode 100644 dist/esm/types/src/icons/LinkIcon.d.ts create mode 100644 dist/esm/types/src/icons/LinkedinIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListChecksIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListCollapseIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListEndIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListFilterIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListMusicIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListOrderedIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListRestartIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListStartIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListTodoIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListTreeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListVideoIcon.d.ts create mode 100644 dist/esm/types/src/icons/ListXIcon.d.ts create mode 100644 dist/esm/types/src/icons/LoaderCircleIcon.d.ts create mode 100644 dist/esm/types/src/icons/LoaderIcon.d.ts create mode 100644 dist/esm/types/src/icons/LocateFixedIcon.d.ts create mode 100644 dist/esm/types/src/icons/LocateIcon.d.ts create mode 100644 dist/esm/types/src/icons/LocateOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/LockIcon.d.ts create mode 100644 dist/esm/types/src/icons/LockKeyholeIcon.d.ts create mode 100644 dist/esm/types/src/icons/LockKeyholeOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/LockOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/LogInIcon.d.ts create mode 100644 dist/esm/types/src/icons/LogOutIcon.d.ts create mode 100644 dist/esm/types/src/icons/LollipopIcon.d.ts create mode 100644 dist/esm/types/src/icons/LuggageIcon.d.ts create mode 100644 dist/esm/types/src/icons/MagnetIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailQuestionIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailSearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailWarningIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailXIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailboxIcon.d.ts create mode 100644 dist/esm/types/src/icons/MailsIcon.d.ts create mode 100644 dist/esm/types/src/icons/MapIcon.d.ts create mode 100644 dist/esm/types/src/icons/MapPinIcon.d.ts create mode 100644 dist/esm/types/src/icons/MapPinOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/MapPinnedIcon.d.ts create mode 100644 dist/esm/types/src/icons/MartiniIcon.d.ts create mode 100644 dist/esm/types/src/icons/Maximize2Icon.d.ts create mode 100644 dist/esm/types/src/icons/MaximizeIcon.d.ts create mode 100644 dist/esm/types/src/icons/MedalIcon.d.ts create mode 100644 dist/esm/types/src/icons/MegaphoneIcon.d.ts create mode 100644 dist/esm/types/src/icons/MegaphoneOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/MehIcon.d.ts create mode 100644 dist/esm/types/src/icons/MemoryStickIcon.d.ts create mode 100644 dist/esm/types/src/icons/MenuIcon.d.ts create mode 100644 dist/esm/types/src/icons/MergeIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCircleCodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCircleDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCircleHeartIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCircleIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCircleMoreIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCircleOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCirclePlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCircleQuestionIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCircleReplyIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCircleWarningIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageCircleXIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareCodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareDiffIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareHeartIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareMoreIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquarePlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareQuoteIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareReplyIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareShareIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareTextIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareWarningIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessageSquareXIcon.d.ts create mode 100644 dist/esm/types/src/icons/MessagesSquareIcon.d.ts create mode 100644 dist/esm/types/src/icons/MicIcon.d.ts create mode 100644 dist/esm/types/src/icons/MicOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/MicVocalIcon.d.ts create mode 100644 dist/esm/types/src/icons/MicroscopeIcon.d.ts create mode 100644 dist/esm/types/src/icons/MicrowaveIcon.d.ts create mode 100644 dist/esm/types/src/icons/MilestoneIcon.d.ts create mode 100644 dist/esm/types/src/icons/MilkIcon.d.ts create mode 100644 dist/esm/types/src/icons/MilkOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/MinIOIcon.d.ts create mode 100644 dist/esm/types/src/icons/Minimize2Icon.d.ts create mode 100644 dist/esm/types/src/icons/MinimizeIcon.d.ts create mode 100644 dist/esm/types/src/icons/MinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorPauseIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorPlayIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorSmartphoneIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorSpeakerIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorStopIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/MonitorXIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoonIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoonStarIcon.d.ts create mode 100644 dist/esm/types/src/icons/MountainIcon.d.ts create mode 100644 dist/esm/types/src/icons/MountainSnowIcon.d.ts create mode 100644 dist/esm/types/src/icons/MouseIcon.d.ts create mode 100644 dist/esm/types/src/icons/MousePointer2Icon.d.ts create mode 100644 dist/esm/types/src/icons/MousePointerClickIcon.d.ts create mode 100644 dist/esm/types/src/icons/MousePointerIcon.d.ts create mode 100644 dist/esm/types/src/icons/Move3dIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveDiagonal2Icon.d.ts create mode 100644 dist/esm/types/src/icons/MoveDiagonalIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveDownLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveDownRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveUpLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveUpRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/MoveVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/Music2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Music3Icon.d.ts create mode 100644 dist/esm/types/src/icons/Music4Icon.d.ts create mode 100644 dist/esm/types/src/icons/MusicIcon.d.ts create mode 100644 dist/esm/types/src/icons/Navigation2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Navigation2OffIcon.d.ts create mode 100644 dist/esm/types/src/icons/NavigationIcon.d.ts create mode 100644 dist/esm/types/src/icons/NavigationOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/NetworkIcon.d.ts create mode 100644 dist/esm/types/src/icons/NewspaperIcon.d.ts create mode 100644 dist/esm/types/src/icons/NfcIcon.d.ts create mode 100644 dist/esm/types/src/icons/NotebookIcon.d.ts create mode 100644 dist/esm/types/src/icons/NotebookPenIcon.d.ts create mode 100644 dist/esm/types/src/icons/NotebookTabsIcon.d.ts create mode 100644 dist/esm/types/src/icons/NotebookTextIcon.d.ts create mode 100644 dist/esm/types/src/icons/NotepadTextDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/NotepadTextIcon.d.ts create mode 100644 dist/esm/types/src/icons/NutIcon.d.ts create mode 100644 dist/esm/types/src/icons/NutOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/OctagonAlertIcon.d.ts create mode 100644 dist/esm/types/src/icons/OctagonIcon.d.ts create mode 100644 dist/esm/types/src/icons/OctagonPauseIcon.d.ts create mode 100644 dist/esm/types/src/icons/OctagonXIcon.d.ts create mode 100644 dist/esm/types/src/icons/OidcIcon.d.ts create mode 100644 dist/esm/types/src/icons/OptionIcon.d.ts create mode 100644 dist/esm/types/src/icons/OrbitIcon.d.ts create mode 100644 dist/esm/types/src/icons/Package2Icon.d.ts create mode 100644 dist/esm/types/src/icons/PackageCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/PackageIcon.d.ts create mode 100644 dist/esm/types/src/icons/PackageMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/PackageOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/PackagePlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/PackageSearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/PackageXIcon.d.ts create mode 100644 dist/esm/types/src/icons/PaintBucketIcon.d.ts create mode 100644 dist/esm/types/src/icons/PaintRollerIcon.d.ts create mode 100644 dist/esm/types/src/icons/Paintbrush2Icon.d.ts create mode 100644 dist/esm/types/src/icons/PaintbrushIcon.d.ts create mode 100644 dist/esm/types/src/icons/PaletteIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelBottomCloseIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelBottomDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelBottomIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelBottomOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelLeftCloseIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelLeftDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelLeftOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelRightCloseIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelRightDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelRightOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelTopCloseIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelTopDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelTopIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelTopOpenIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelsLeftBottomIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelsRightBottomIcon.d.ts create mode 100644 dist/esm/types/src/icons/PanelsTopLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/PaperclipIcon.d.ts create mode 100644 dist/esm/types/src/icons/ParenthesesIcon.d.ts create mode 100644 dist/esm/types/src/icons/ParkingMeterIcon.d.ts create mode 100644 dist/esm/types/src/icons/PartyPopperIcon.d.ts create mode 100644 dist/esm/types/src/icons/PasscodeLockIcon.d.ts create mode 100644 dist/esm/types/src/icons/PauseIcon.d.ts create mode 100644 dist/esm/types/src/icons/PawPrintIcon.d.ts create mode 100644 dist/esm/types/src/icons/PcCaseIcon.d.ts create mode 100644 dist/esm/types/src/icons/PenIcon.d.ts create mode 100644 dist/esm/types/src/icons/PenLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/PenToolIcon.d.ts create mode 100644 dist/esm/types/src/icons/PencilIcon.d.ts create mode 100644 dist/esm/types/src/icons/PencilLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/PencilRulerIcon.d.ts create mode 100644 dist/esm/types/src/icons/PentagonIcon.d.ts create mode 100644 dist/esm/types/src/icons/PercentIcon.d.ts create mode 100644 dist/esm/types/src/icons/PersonStandingIcon.d.ts create mode 100644 dist/esm/types/src/icons/PhoneCallIcon.d.ts create mode 100644 dist/esm/types/src/icons/PhoneForwardedIcon.d.ts create mode 100644 dist/esm/types/src/icons/PhoneIcon.d.ts create mode 100644 dist/esm/types/src/icons/PhoneIncomingIcon.d.ts create mode 100644 dist/esm/types/src/icons/PhoneMissedIcon.d.ts create mode 100644 dist/esm/types/src/icons/PhoneOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/PhoneOutgoingIcon.d.ts create mode 100644 dist/esm/types/src/icons/PiIcon.d.ts create mode 100644 dist/esm/types/src/icons/PianoIcon.d.ts create mode 100644 dist/esm/types/src/icons/PickaxeIcon.d.ts create mode 100644 dist/esm/types/src/icons/PictureInPicture2Icon.d.ts create mode 100644 dist/esm/types/src/icons/PictureInPictureIcon.d.ts create mode 100644 dist/esm/types/src/icons/PieChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/PieUsageIcon.d.ts create mode 100644 dist/esm/types/src/icons/PiggyBankIcon.d.ts create mode 100644 dist/esm/types/src/icons/PilcrowIcon.d.ts create mode 100644 dist/esm/types/src/icons/PillIcon.d.ts create mode 100644 dist/esm/types/src/icons/PinIcon.d.ts create mode 100644 dist/esm/types/src/icons/PinOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/PipetteIcon.d.ts create mode 100644 dist/esm/types/src/icons/PizzaIcon.d.ts create mode 100644 dist/esm/types/src/icons/PlaneIcon.d.ts create mode 100644 dist/esm/types/src/icons/PlaneLandingIcon.d.ts create mode 100644 dist/esm/types/src/icons/PlaneTakeoffIcon.d.ts create mode 100644 dist/esm/types/src/icons/PlayIcon.d.ts create mode 100644 dist/esm/types/src/icons/Plug2Icon.d.ts create mode 100644 dist/esm/types/src/icons/PlugIcon.d.ts create mode 100644 dist/esm/types/src/icons/PlugZap2Icon.d.ts create mode 100644 dist/esm/types/src/icons/PlugZapIcon.d.ts create mode 100644 dist/esm/types/src/icons/PlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/PocketIcon.d.ts create mode 100644 dist/esm/types/src/icons/PocketKnifeIcon.d.ts create mode 100644 dist/esm/types/src/icons/PodcastIcon.d.ts create mode 100644 dist/esm/types/src/icons/PointerIcon.d.ts create mode 100644 dist/esm/types/src/icons/PointerOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/PopcornIcon.d.ts create mode 100644 dist/esm/types/src/icons/PopsicleIcon.d.ts create mode 100644 dist/esm/types/src/icons/PoundSterlingIcon.d.ts create mode 100644 dist/esm/types/src/icons/PowerIcon.d.ts create mode 100644 dist/esm/types/src/icons/PowerOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/PresentationIcon.d.ts create mode 100644 dist/esm/types/src/icons/PrinterIcon.d.ts create mode 100644 dist/esm/types/src/icons/ProjectorIcon.d.ts create mode 100644 dist/esm/types/src/icons/ProportionsIcon.d.ts create mode 100644 dist/esm/types/src/icons/PuzzleIcon.d.ts create mode 100644 dist/esm/types/src/icons/PyramidIcon.d.ts create mode 100644 dist/esm/types/src/icons/QrCodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/QuoteIcon.d.ts create mode 100644 dist/esm/types/src/icons/RabbitIcon.d.ts create mode 100644 dist/esm/types/src/icons/RadarIcon.d.ts create mode 100644 dist/esm/types/src/icons/RadiationIcon.d.ts create mode 100644 dist/esm/types/src/icons/RadicalIcon.d.ts create mode 100644 dist/esm/types/src/icons/RadioIcon.d.ts create mode 100644 dist/esm/types/src/icons/RadioReceiverIcon.d.ts create mode 100644 dist/esm/types/src/icons/RadioTowerIcon.d.ts create mode 100644 dist/esm/types/src/icons/RadiusIcon.d.ts create mode 100644 dist/esm/types/src/icons/RailSymbolIcon.d.ts create mode 100644 dist/esm/types/src/icons/RainbowIcon.d.ts create mode 100644 dist/esm/types/src/icons/RatIcon.d.ts create mode 100644 dist/esm/types/src/icons/RatioIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReceiptCentIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReceiptEuroIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReceiptIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReceiptIndianRupeeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReceiptJapaneseYenIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReceiptPoundSterlingIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReceiptRussianRubleIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReceiptSwissFrancIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReceiptTextIcon.d.ts create mode 100644 dist/esm/types/src/icons/RectangleEllipsisIcon.d.ts create mode 100644 dist/esm/types/src/icons/RectangleHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/RectangleVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/RecycleIcon.d.ts create mode 100644 dist/esm/types/src/icons/RedhatOpenshiftSiteIcon.d.ts create mode 100644 dist/esm/types/src/icons/Redo2Icon.d.ts create mode 100644 dist/esm/types/src/icons/RedoDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/RedoIcon.d.ts create mode 100644 dist/esm/types/src/icons/RefreshCCWDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/RefreshCCWIcon.d.ts create mode 100644 dist/esm/types/src/icons/RefreshCWIcon.d.ts create mode 100644 dist/esm/types/src/icons/RefreshCWOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/RefreshCwSettingsIcon.d.ts create mode 100644 dist/esm/types/src/icons/RefrigeratorIcon.d.ts create mode 100644 dist/esm/types/src/icons/RegexIcon.d.ts create mode 100644 dist/esm/types/src/icons/RemoveFormattingIcon.d.ts create mode 100644 dist/esm/types/src/icons/Repeat1Icon.d.ts create mode 100644 dist/esm/types/src/icons/Repeat2Icon.d.ts create mode 100644 dist/esm/types/src/icons/RepeatIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReplaceAllIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReplaceIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReplyAllIcon.d.ts create mode 100644 dist/esm/types/src/icons/ReplyIcon.d.ts create mode 100644 dist/esm/types/src/icons/RewindIcon.d.ts create mode 100644 dist/esm/types/src/icons/RibbonIcon.d.ts create mode 100644 dist/esm/types/src/icons/RocketIcon.d.ts create mode 100644 dist/esm/types/src/icons/RockingChairIcon.d.ts create mode 100644 dist/esm/types/src/icons/RollerCoasterIcon.d.ts create mode 100644 dist/esm/types/src/icons/Rotate3dIcon.d.ts create mode 100644 dist/esm/types/src/icons/RotateCCWIcon.d.ts create mode 100644 dist/esm/types/src/icons/RotateCCWSquareIcon.d.ts create mode 100644 dist/esm/types/src/icons/RotateCWIcon.d.ts create mode 100644 dist/esm/types/src/icons/RotateCWSquareIcon.d.ts create mode 100644 dist/esm/types/src/icons/RouteIcon.d.ts create mode 100644 dist/esm/types/src/icons/RouteOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/RouterIcon.d.ts create mode 100644 dist/esm/types/src/icons/Rows2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Rows3Icon.d.ts create mode 100644 dist/esm/types/src/icons/Rows4Icon.d.ts create mode 100644 dist/esm/types/src/icons/RssIcon.d.ts create mode 100644 dist/esm/types/src/icons/RulerIcon.d.ts create mode 100644 dist/esm/types/src/icons/RussianRubleIcon.d.ts create mode 100644 dist/esm/types/src/icons/SailboatIcon.d.ts create mode 100644 dist/esm/types/src/icons/SaladIcon.d.ts create mode 100644 dist/esm/types/src/icons/SandwichIcon.d.ts create mode 100644 dist/esm/types/src/icons/SatelliteDishIcon.d.ts create mode 100644 dist/esm/types/src/icons/SatelliteIcon.d.ts create mode 100644 dist/esm/types/src/icons/SaveAllIcon.d.ts create mode 100644 dist/esm/types/src/icons/SaveIcon.d.ts create mode 100644 dist/esm/types/src/icons/Scale3dIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScaleIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScalingIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScanBarcodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScanEyeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScanFaceIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScanIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScanLineIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScanSearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScanTextIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScatterChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/SchoolIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScissorsIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScissorsLineDashedIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScreenShareIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScreenShareOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScrollIcon.d.ts create mode 100644 dist/esm/types/src/icons/ScrollTextIcon.d.ts create mode 100644 dist/esm/types/src/icons/SearchCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/SearchCodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/SearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/SearchSlashIcon.d.ts create mode 100644 dist/esm/types/src/icons/SearchXIcon.d.ts create mode 100644 dist/esm/types/src/icons/SendHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/SendIcon.d.ts create mode 100644 dist/esm/types/src/icons/SendToBackIcon.d.ts create mode 100644 dist/esm/types/src/icons/SeparatorHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/SeparatorVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/ServerCogIcon.d.ts create mode 100644 dist/esm/types/src/icons/ServerCrashIcon.d.ts create mode 100644 dist/esm/types/src/icons/ServerIcon.d.ts create mode 100644 dist/esm/types/src/icons/ServerOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/Settings2Icon.d.ts create mode 100644 dist/esm/types/src/icons/SettingsIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShapesIcon.d.ts create mode 100644 dist/esm/types/src/icons/Share2Icon.d.ts create mode 100644 dist/esm/types/src/icons/ShareIcon.d.ts create mode 100644 dist/esm/types/src/icons/SheetIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShellIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldAlertIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldBanIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldEllipsisIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldHalfIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldQuestionIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShieldXIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShipIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShipWheelIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShirtIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShoppingBagIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShoppingBasketIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShoppingCartIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShovelIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShowerHeadIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShrinkIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShrubIcon.d.ts create mode 100644 dist/esm/types/src/icons/ShuffleIcon.d.ts create mode 100644 dist/esm/types/src/icons/SigmaIcon.d.ts create mode 100644 dist/esm/types/src/icons/SignalHighIcon.d.ts create mode 100644 dist/esm/types/src/icons/SignalIcon.d.ts create mode 100644 dist/esm/types/src/icons/SignalLowIcon.d.ts create mode 100644 dist/esm/types/src/icons/SignalMediumIcon.d.ts create mode 100644 dist/esm/types/src/icons/SignalZeroIcon.d.ts create mode 100644 dist/esm/types/src/icons/SignpostBigIcon.d.ts create mode 100644 dist/esm/types/src/icons/SignpostIcon.d.ts create mode 100644 dist/esm/types/src/icons/SirenIcon.d.ts create mode 100644 dist/esm/types/src/icons/SitesIcon.d.ts create mode 100644 dist/esm/types/src/icons/SkipBackIcon.d.ts create mode 100644 dist/esm/types/src/icons/SkipForwardIcon.d.ts create mode 100644 dist/esm/types/src/icons/SkullIcon.d.ts create mode 100644 dist/esm/types/src/icons/SlackIcon.d.ts create mode 100644 dist/esm/types/src/icons/SlashIcon.d.ts create mode 100644 dist/esm/types/src/icons/SliceIcon.d.ts create mode 100644 dist/esm/types/src/icons/SlidersHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/SlidersVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/SmartphoneChargingIcon.d.ts create mode 100644 dist/esm/types/src/icons/SmartphoneIcon.d.ts create mode 100644 dist/esm/types/src/icons/SmartphoneNfcIcon.d.ts create mode 100644 dist/esm/types/src/icons/SmileIcon.d.ts create mode 100644 dist/esm/types/src/icons/SmilePlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/SnailIcon.d.ts create mode 100644 dist/esm/types/src/icons/SnowflakeIcon.d.ts create mode 100644 dist/esm/types/src/icons/SofaIcon.d.ts create mode 100644 dist/esm/types/src/icons/SoupIcon.d.ts create mode 100644 dist/esm/types/src/icons/SpaceIcon.d.ts create mode 100644 dist/esm/types/src/icons/SpadeIcon.d.ts create mode 100644 dist/esm/types/src/icons/SparkleIcon.d.ts create mode 100644 dist/esm/types/src/icons/SparklesIcon.d.ts create mode 100644 dist/esm/types/src/icons/SpeakerIcon.d.ts create mode 100644 dist/esm/types/src/icons/SpeechIcon.d.ts create mode 100644 dist/esm/types/src/icons/SpellCheck2Icon.d.ts create mode 100644 dist/esm/types/src/icons/SpellCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/SplineIcon.d.ts create mode 100644 dist/esm/types/src/icons/SplitIcon.d.ts create mode 100644 dist/esm/types/src/icons/SprayCanIcon.d.ts create mode 100644 dist/esm/types/src/icons/SproutIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareActivityIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowDownLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowDownRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowOutDownLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowOutDownRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowOutUpLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowOutUpRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowUpLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareArrowUpRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareAsteriskIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareBottomDashedScissorsIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareCheckBigIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareChevronDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareChevronLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareChevronRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareChevronUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareCodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareDashedBottomCodeIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareDashedBottomIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareDashedKanbanIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareDashedMousePointerIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareDivideIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareEqualIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareFunctionIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareGanttChartIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareKanbanIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareLibraryIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareMIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareMenuIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareMousePointerIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareParkingIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareParkingOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquarePenIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquarePercentIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquarePiIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquarePilcrowIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquarePlayIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquarePlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquarePowerIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareRadicalIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareScissorsIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareSigmaIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareSlashIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareSplitHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareSplitVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareStackIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareTerminalIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareUserIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareUserRoundIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquareXIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquircleIcon.d.ts create mode 100644 dist/esm/types/src/icons/SquirrelIcon.d.ts create mode 100644 dist/esm/types/src/icons/StampIcon.d.ts create mode 100644 dist/esm/types/src/icons/StarHalfIcon.d.ts create mode 100644 dist/esm/types/src/icons/StarIcon.d.ts create mode 100644 dist/esm/types/src/icons/StarOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/StepBackIcon.d.ts create mode 100644 dist/esm/types/src/icons/StepForwardIcon.d.ts create mode 100644 dist/esm/types/src/icons/StethoscopeIcon.d.ts create mode 100644 dist/esm/types/src/icons/StickerIcon.d.ts create mode 100644 dist/esm/types/src/icons/StickyNoteIcon.d.ts create mode 100644 dist/esm/types/src/icons/StoreIcon.d.ts create mode 100644 dist/esm/types/src/icons/StretchHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/StretchVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/StrikethroughIcon.d.ts create mode 100644 dist/esm/types/src/icons/SubscriptIcon.d.ts create mode 100644 dist/esm/types/src/icons/SummaryIcon.d.ts create mode 100644 dist/esm/types/src/icons/SunDimIcon.d.ts create mode 100644 dist/esm/types/src/icons/SunIcon.d.ts create mode 100644 dist/esm/types/src/icons/SunMediumIcon.d.ts create mode 100644 dist/esm/types/src/icons/SunMoonIcon.d.ts create mode 100644 dist/esm/types/src/icons/SunSnowIcon.d.ts create mode 100644 dist/esm/types/src/icons/SunriseIcon.d.ts create mode 100644 dist/esm/types/src/icons/SunsetIcon.d.ts create mode 100644 dist/esm/types/src/icons/SuperscriptIcon.d.ts create mode 100644 dist/esm/types/src/icons/SwatchBookIcon.d.ts create mode 100644 dist/esm/types/src/icons/SwissFrancIcon.d.ts create mode 100644 dist/esm/types/src/icons/SwitchCameraIcon.d.ts create mode 100644 dist/esm/types/src/icons/SwordIcon.d.ts create mode 100644 dist/esm/types/src/icons/SwordsIcon.d.ts create mode 100644 dist/esm/types/src/icons/SyringeIcon.d.ts create mode 100644 dist/esm/types/src/icons/Table2Icon.d.ts create mode 100644 dist/esm/types/src/icons/TableCellsMergeIcon.d.ts create mode 100644 dist/esm/types/src/icons/TableCellsSplitIcon.d.ts create mode 100644 dist/esm/types/src/icons/TableColumnsSplitIcon.d.ts create mode 100644 dist/esm/types/src/icons/TableIcon.d.ts create mode 100644 dist/esm/types/src/icons/TablePropertiesIcon.d.ts create mode 100644 dist/esm/types/src/icons/TableRowsSplitIcon.d.ts create mode 100644 dist/esm/types/src/icons/TabletIcon.d.ts create mode 100644 dist/esm/types/src/icons/TabletSmartphoneIcon.d.ts create mode 100644 dist/esm/types/src/icons/TabletsIcon.d.ts create mode 100644 dist/esm/types/src/icons/TagIcon.d.ts create mode 100644 dist/esm/types/src/icons/TagsIcon.d.ts create mode 100644 dist/esm/types/src/icons/Tally1Icon.d.ts create mode 100644 dist/esm/types/src/icons/Tally2Icon.d.ts create mode 100644 dist/esm/types/src/icons/Tally3Icon.d.ts create mode 100644 dist/esm/types/src/icons/Tally4Icon.d.ts create mode 100644 dist/esm/types/src/icons/Tally5Icon.d.ts create mode 100644 dist/esm/types/src/icons/TangentIcon.d.ts create mode 100644 dist/esm/types/src/icons/TargetIcon.d.ts create mode 100644 dist/esm/types/src/icons/TelescopeIcon.d.ts create mode 100644 dist/esm/types/src/icons/TenantIcon.d.ts create mode 100644 dist/esm/types/src/icons/TentIcon.d.ts create mode 100644 dist/esm/types/src/icons/TentTreeIcon.d.ts create mode 100644 dist/esm/types/src/icons/TerminalIcon.d.ts create mode 100644 dist/esm/types/src/icons/TestTubeDiagonalIcon.d.ts create mode 100644 dist/esm/types/src/icons/TestTubeIcon.d.ts create mode 100644 dist/esm/types/src/icons/TestTubesIcon.d.ts create mode 100644 dist/esm/types/src/icons/TextCursorIcon.d.ts create mode 100644 dist/esm/types/src/icons/TextCursorInputIcon.d.ts create mode 100644 dist/esm/types/src/icons/TextIcon.d.ts create mode 100644 dist/esm/types/src/icons/TextQuoteIcon.d.ts create mode 100644 dist/esm/types/src/icons/TextSearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/TextSelectIcon.d.ts create mode 100644 dist/esm/types/src/icons/TheaterIcon.d.ts create mode 100644 dist/esm/types/src/icons/ThermometerIcon.d.ts create mode 100644 dist/esm/types/src/icons/ThermometerSnowflakeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ThermometerSunIcon.d.ts create mode 100644 dist/esm/types/src/icons/ThumbsDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/ThumbsUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/TicketCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/TicketIcon.d.ts create mode 100644 dist/esm/types/src/icons/TicketMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/TicketPercentIcon.d.ts create mode 100644 dist/esm/types/src/icons/TicketPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/TicketSlashIcon.d.ts create mode 100644 dist/esm/types/src/icons/TicketXIcon.d.ts create mode 100644 dist/esm/types/src/icons/TimerIcon.d.ts create mode 100644 dist/esm/types/src/icons/TimerOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/TimerResetIcon.d.ts create mode 100644 dist/esm/types/src/icons/ToggleLeftIcon.d.ts create mode 100644 dist/esm/types/src/icons/ToggleRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/TornadoIcon.d.ts create mode 100644 dist/esm/types/src/icons/TorusIcon.d.ts create mode 100644 dist/esm/types/src/icons/TouchpadIcon.d.ts create mode 100644 dist/esm/types/src/icons/TouchpadOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/TowerControlIcon.d.ts create mode 100644 dist/esm/types/src/icons/ToyBrickIcon.d.ts create mode 100644 dist/esm/types/src/icons/TraceIcon.d.ts create mode 100644 dist/esm/types/src/icons/TractorIcon.d.ts create mode 100644 dist/esm/types/src/icons/TrafficConeIcon.d.ts create mode 100644 dist/esm/types/src/icons/TrainFrontIcon.d.ts create mode 100644 dist/esm/types/src/icons/TrainFrontTunnelIcon.d.ts create mode 100644 dist/esm/types/src/icons/TrainTrackIcon.d.ts create mode 100644 dist/esm/types/src/icons/TramFrontIcon.d.ts create mode 100644 dist/esm/types/src/icons/Trash2Icon.d.ts create mode 100644 dist/esm/types/src/icons/TrashIcon.d.ts create mode 100644 dist/esm/types/src/icons/TreeDeciduousIcon.d.ts create mode 100644 dist/esm/types/src/icons/TreePalmIcon.d.ts create mode 100644 dist/esm/types/src/icons/TreePineIcon.d.ts create mode 100644 dist/esm/types/src/icons/TreesIcon.d.ts create mode 100644 dist/esm/types/src/icons/TrelloIcon.d.ts create mode 100644 dist/esm/types/src/icons/TrendingDownIcon.d.ts create mode 100644 dist/esm/types/src/icons/TrendingUpIcon.d.ts create mode 100644 dist/esm/types/src/icons/TriangleAlertIcon.d.ts create mode 100644 dist/esm/types/src/icons/TriangleIcon.d.ts create mode 100644 dist/esm/types/src/icons/TriangleRightIcon.d.ts create mode 100644 dist/esm/types/src/icons/TrophyIcon.d.ts create mode 100644 dist/esm/types/src/icons/TruckIcon.d.ts create mode 100644 dist/esm/types/src/icons/TurtleIcon.d.ts create mode 100644 dist/esm/types/src/icons/Tv2Icon.d.ts create mode 100644 dist/esm/types/src/icons/TvIcon.d.ts create mode 100644 dist/esm/types/src/icons/TwitchIcon.d.ts create mode 100644 dist/esm/types/src/icons/TwitterIcon.d.ts create mode 100644 dist/esm/types/src/icons/TypeIcon.d.ts create mode 100644 dist/esm/types/src/icons/UmbrellaIcon.d.ts create mode 100644 dist/esm/types/src/icons/UmbrellaOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/UnderlineIcon.d.ts create mode 100644 dist/esm/types/src/icons/Undo2Icon.d.ts create mode 100644 dist/esm/types/src/icons/UndoDotIcon.d.ts create mode 100644 dist/esm/types/src/icons/UndoIcon.d.ts create mode 100644 dist/esm/types/src/icons/UnfoldHorizontalIcon.d.ts create mode 100644 dist/esm/types/src/icons/UnfoldVerticalIcon.d.ts create mode 100644 dist/esm/types/src/icons/UngroupIcon.d.ts create mode 100644 dist/esm/types/src/icons/UniversityIcon.d.ts create mode 100644 dist/esm/types/src/icons/Unlink2Icon.d.ts create mode 100644 dist/esm/types/src/icons/UnlinkIcon.d.ts create mode 100644 dist/esm/types/src/icons/UnplugIcon.d.ts create mode 100644 dist/esm/types/src/icons/UploadIcon.d.ts create mode 100644 dist/esm/types/src/icons/UsbIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserCogIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserRoundCheckIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserRoundCogIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserRoundIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserRoundMinusIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserRoundPlusIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserRoundSearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserRoundXIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserSearchIcon.d.ts create mode 100644 dist/esm/types/src/icons/UserXIcon.d.ts create mode 100644 dist/esm/types/src/icons/UsersIcon.d.ts create mode 100644 dist/esm/types/src/icons/UsersRoundIcon.d.ts create mode 100644 dist/esm/types/src/icons/UtensilsCrossedIcon.d.ts create mode 100644 dist/esm/types/src/icons/UtensilsIcon.d.ts create mode 100644 dist/esm/types/src/icons/UtilityPoleIcon.d.ts create mode 100644 dist/esm/types/src/icons/VariableIcon.d.ts create mode 100644 dist/esm/types/src/icons/VaultIcon.d.ts create mode 100644 dist/esm/types/src/icons/VeganIcon.d.ts create mode 100644 dist/esm/types/src/icons/VenetianMaskIcon.d.ts create mode 100644 dist/esm/types/src/icons/VibrateIcon.d.ts create mode 100644 dist/esm/types/src/icons/VibrateOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/VideoIcon.d.ts create mode 100644 dist/esm/types/src/icons/VideoOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/VideotapeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ViewIcon.d.ts create mode 100644 dist/esm/types/src/icons/VmwareTanzuSiteIcon.d.ts create mode 100644 dist/esm/types/src/icons/VoicemailIcon.d.ts create mode 100644 dist/esm/types/src/icons/Volume1Icon.d.ts create mode 100644 dist/esm/types/src/icons/Volume2Icon.d.ts create mode 100644 dist/esm/types/src/icons/VolumeIcon.d.ts create mode 100644 dist/esm/types/src/icons/VolumeXIcon.d.ts create mode 100644 dist/esm/types/src/icons/VoteIcon.d.ts create mode 100644 dist/esm/types/src/icons/WalletCardsIcon.d.ts create mode 100644 dist/esm/types/src/icons/WalletIcon.d.ts create mode 100644 dist/esm/types/src/icons/WalletMinimalIcon.d.ts create mode 100644 dist/esm/types/src/icons/WallpaperIcon.d.ts create mode 100644 dist/esm/types/src/icons/WandIcon.d.ts create mode 100644 dist/esm/types/src/icons/WandSparklesIcon.d.ts create mode 100644 dist/esm/types/src/icons/WarehouseIcon.d.ts create mode 100644 dist/esm/types/src/icons/WashingMachineIcon.d.ts create mode 100644 dist/esm/types/src/icons/WatchIcon.d.ts create mode 100644 dist/esm/types/src/icons/WavesIcon.d.ts create mode 100644 dist/esm/types/src/icons/WaypointsIcon.d.ts create mode 100644 dist/esm/types/src/icons/WebcamIcon.d.ts create mode 100644 dist/esm/types/src/icons/WebhookIcon.d.ts create mode 100644 dist/esm/types/src/icons/WebhookOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/WeightIcon.d.ts create mode 100644 dist/esm/types/src/icons/WheatIcon.d.ts create mode 100644 dist/esm/types/src/icons/WheatOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/WholeWordIcon.d.ts create mode 100644 dist/esm/types/src/icons/WifiIcon.d.ts create mode 100644 dist/esm/types/src/icons/WifiOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/WindIcon.d.ts create mode 100644 dist/esm/types/src/icons/WineIcon.d.ts create mode 100644 dist/esm/types/src/icons/WineOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/WorkflowIcon.d.ts create mode 100644 dist/esm/types/src/icons/WormIcon.d.ts create mode 100644 dist/esm/types/src/icons/WrapTextIcon.d.ts create mode 100644 dist/esm/types/src/icons/WrenchIcon.d.ts create mode 100644 dist/esm/types/src/icons/XIcon.d.ts create mode 100644 dist/esm/types/src/icons/YoutubeIcon.d.ts create mode 100644 dist/esm/types/src/icons/ZapIcon.d.ts create mode 100644 dist/esm/types/src/icons/ZapOffIcon.d.ts create mode 100644 dist/esm/types/src/icons/ZoomInIcon.d.ts create mode 100644 dist/esm/types/src/icons/ZoomOutIcon.d.ts rename dist/esm/types/src/{components/Icons/NewDesignIcons => icons}/index.d.ts (100%) delete mode 100644 dist/esm/types/src/utils/GlobalUtils.d.ts create mode 100644 dist/esm/types/src/utils/nonce.d.ts create mode 100644 plugins/figma/MinIO All Vars Extract/.yarn/install-state.gz create mode 100644 plugins/figma/MinIO All Vars Extract/yarn.lock delete mode 100644 src/components/Accordion/Accordion.tsx create mode 100644 src/components/Accordion/index.tsx delete mode 100644 src/components/ActionsList/ActionsList.stories.tsx delete mode 100644 src/components/ActionsList/ActionsList.tsx delete mode 100644 src/components/ActionsList/ActionsList.types.ts delete mode 100644 src/components/ActionsList/ObjectActionButton.tsx delete mode 100644 src/components/ApplicationLogo/ApplicationLogo.tsx create mode 100644 src/components/ApplicationLogo/index.tsx create mode 100644 src/components/Autocomplete/Autocomplete.styles.ts delete mode 100644 src/components/Autocomplete/Autocomplete.tsx create mode 100644 src/components/Autocomplete/index.tsx delete mode 100644 src/components/BackLink/BackLink.tsx create mode 100644 src/components/BackLink/index.tsx create mode 100644 src/components/Badge/Badge.styles.ts delete mode 100644 src/components/Badge/Badge.tsx create mode 100644 src/components/Badge/index.tsx delete mode 100644 src/components/Box/Box.tsx create mode 100644 src/components/Box/index.tsx create mode 100644 src/components/BoxedIcon/BoxedIcon.styles.ts delete mode 100644 src/components/BoxedIcon/BoxedIcon.tsx create mode 100644 src/components/BoxedIcon/index.tsx create mode 100644 src/components/Breadcrumbs/Breadcrumbs.styles.ts delete mode 100644 src/components/Breadcrumbs/Breadcrumbs.tsx create mode 100644 src/components/Breadcrumbs/index.tsx create mode 100644 src/components/Button/Button.styles.ts delete mode 100644 src/components/Button/Button.tsx create mode 100644 src/components/Button/index.tsx delete mode 100644 src/components/ButtonGroup/ButtonGroup.tsx create mode 100644 src/components/ButtonGroup/Buttongroup.styles.ts create mode 100644 src/components/ButtonGroup/index.tsx create mode 100644 src/components/Checkbox/Checkbox.styles.ts delete mode 100644 src/components/Checkbox/Checkbox.tsx create mode 100644 src/components/Checkbox/index.tsx create mode 100644 src/components/CodeEditor/CodeEditor.styles.ts delete mode 100644 src/components/CodeEditor/CodeEditor.tsx create mode 100644 src/components/CodeEditor/index.tsx create mode 100644 src/components/CodeSnippet/CodeSnippet.stories.tsx create mode 100644 src/components/CodeSnippet/CodeSnippet.styles.ts create mode 100644 src/components/CodeSnippet/CodeSnippet.types.ts create mode 100644 src/components/CodeSnippet/index.tsx delete mode 100644 src/components/CommentBox/CommentBox.stories.tsx delete mode 100644 src/components/CommentBox/CommentBox.tsx delete mode 100644 src/components/CommentBox/CommentBox.types.ts create mode 100644 src/components/DataTable/DataTable.styles.ts delete mode 100644 src/components/DataTable/DataTable.tsx create mode 100644 src/components/DataTable/index.tsx create mode 100644 src/components/DateTimeInput/DateTime.styles.ts create mode 100644 src/components/DropdownSelector/DropdownSelector.styles.ts delete mode 100644 src/components/DropdownSelector/DropdownSelector.tsx create mode 100644 src/components/DropdownSelector/index.tsx create mode 100644 src/components/ExpandMenu/ExpandMenu.styles.ts delete mode 100644 src/components/ExpandMenu/ExpandMenu.tsx create mode 100644 src/components/ExpandMenu/index.tsx create mode 100644 src/components/ExpandOptionsButton/ExpandOptionsButton.styles.ts delete mode 100644 src/components/ExpandOptionsButton/ExpandOptionsButton.tsx create mode 100644 src/components/ExpandOptionsButton/index.tsx create mode 100644 src/components/FileSelector/FileSelector.styles.ts delete mode 100644 src/components/FileSelector/FileSelector.tsx create mode 100644 src/components/FileSelector/index.tsx create mode 100644 src/components/FormActionsTray/FormActionsTray.styles.ts delete mode 100644 src/components/FormActionsTray/FormActionsTray.tsx create mode 100644 src/components/FormActionsTray/index.tsx create mode 100644 src/components/FormLayout/FormLayout.styles.ts delete mode 100644 src/components/FormLayout/FormLayout.tsx create mode 100644 src/components/FormLayout/index.tsx delete mode 100644 src/components/GlobalStyles/GlobalStyles.tsx create mode 100644 src/components/GlobalStyles/index.tsx create mode 100644 src/components/Grid/Grid.styles.ts delete mode 100644 src/components/Grid/Grid.tsx create mode 100644 src/components/Grid/index.tsx delete mode 100644 src/components/HelpBox/HelpBox.tsx create mode 100644 src/components/HelpBox/index.tsx delete mode 100644 src/components/HelpTip/HelpTip.stories.tsx delete mode 100644 src/components/HelpTip/HelpTip.tsx delete mode 100644 src/components/HelpTip/HelpTip.types.ts delete mode 100644 src/components/IconButton/IconButton.tsx create mode 100644 src/components/IconButton/index.tsx delete mode 100644 src/components/Icons/Icons.stories.tsx delete mode 100644 src/components/InformativeMessage/InformativeMessage.stories.tsx delete mode 100644 src/components/InformativeMessage/InformativeMessage.tsx delete mode 100644 src/components/InformativeMessage/InformativeMessage.types.ts create mode 100644 src/components/InputBox/InputBox.styles.ts delete mode 100644 src/components/InputBox/InputBox.tsx create mode 100644 src/components/InputBox/index.tsx create mode 100644 src/components/InputHelper/InputHelper.styles.ts create mode 100644 src/components/InputHelper/InputHelper.types.ts create mode 100644 src/components/InputHelper/index.tsx create mode 100644 src/components/InputLabel/InputLabel.styles.ts delete mode 100644 src/components/InputLabel/InputLabel.tsx create mode 100644 src/components/InputLabel/index.tsx delete mode 100644 src/components/Link/Link.tsx create mode 100644 src/components/Link/index.tsx create mode 100644 src/components/LinkButton/LinkButton.styles.ts delete mode 100644 src/components/LinkButton/LinkButton.tsx create mode 100644 src/components/LinkButton/index.tsx create mode 100644 src/components/Loader/Loader.styles.ts delete mode 100644 src/components/Loader/Loader.tsx delete mode 100644 src/components/Loader/Loader.utils.ts create mode 100644 src/components/Loader/index.tsx create mode 100644 src/components/LoginWrapper/LoginWrapper.styles.ts delete mode 100644 src/components/LoginWrapper/LoginWrapper.tsx create mode 100644 src/components/LoginWrapper/index.tsx create mode 100644 src/components/MDSCacheProvider/MDSCacheProvider.types.ts create mode 100644 src/components/MDSCacheProvider/index.tsx delete mode 100644 src/components/MainContainer/MainContainer.stories.tsx delete mode 100644 src/components/MainContainer/MainContainer.tsx delete mode 100644 src/components/MainContainer/MainContainer.types.ts delete mode 100644 src/components/Menu/Common/MenuBadge.tsx delete mode 100644 src/components/Menu/Horizontal/HorizontalMenu.tsx delete mode 100644 src/components/Menu/Horizontal/HorizontalMenuItem.tsx delete mode 100644 src/components/Menu/Horizontal/SubItemsBox.tsx delete mode 100644 src/components/Menu/Menu.stories.tsx delete mode 100644 src/components/Menu/Menu.tsx delete mode 100644 src/components/Menu/Menu.types.ts delete mode 100644 src/components/Menu/MobileMenu/MobileMenu.tsx delete mode 100644 src/components/Menu/MobileMenu/MobileMenuList.tsx delete mode 100644 src/components/Menu/Vertical/MenuItem.tsx delete mode 100644 src/components/Menu/Vertical/MenuSectionHeader.tsx delete mode 100644 src/components/Menu/Vertical/VerticalMenu.tsx create mode 100644 src/components/ModalBox/ModalBox.styles.ts delete mode 100644 src/components/ModalBox/ModalBox.tsx create mode 100644 src/components/ModalBox/index.tsx create mode 100644 src/components/NotificationAlert/NotificationAlert.styles.ts delete mode 100644 src/components/NotificationAlert/NotificationAlert.tsx create mode 100644 src/components/NotificationAlert/index.tsx delete mode 100644 src/components/NotificationCount/NotificationCount.stories.tsx delete mode 100644 src/components/NotificationCount/NotificationCount.tsx delete mode 100644 src/components/NotificationCount/NotificationCount.types.ts create mode 100644 src/components/Notifications/Notifications.styles.ts delete mode 100644 src/components/Notifications/Notifications.tsx create mode 100644 src/components/Notifications/index.tsx create mode 100644 src/components/PageHeader/PageHeader.styles.ts delete mode 100644 src/components/PageHeader/PageHeader.tsx create mode 100644 src/components/PageHeader/index.tsx delete mode 100644 src/components/PageLayout/PageLayout.tsx create mode 100644 src/components/PageLayout/index.tsx delete mode 100644 src/components/Pill/Pill.stories.tsx delete mode 100644 src/components/Pill/Pill.tsx delete mode 100644 src/components/Pill/Pill.types.ts create mode 100644 src/components/ProgressBar/ProgressBar.styles.ts delete mode 100644 src/components/ProgressBar/ProgressBar.tsx create mode 100644 src/components/ProgressBar/index.tsx create mode 100644 src/components/RadioGroup/RadioGroup.styles.ts delete mode 100644 src/components/RadioGroup/RadioGroup.tsx create mode 100644 src/components/RadioGroup/index.tsx delete mode 100644 src/components/ReadBox/ReadBox.stories.tsx delete mode 100644 src/components/ReadBox/ReadBox.tsx delete mode 100644 src/components/ReadBox/ReadBox.types.ts create mode 100644 src/components/ScreenTitle/ScreenTitle.styles.ts delete mode 100644 src/components/ScreenTitle/ScreenTitle.tsx create mode 100644 src/components/ScreenTitle/index.tsx create mode 100644 src/components/SearchBox/SearchBox.styles.ts delete mode 100644 src/components/SearchBox/SearchBox.tsx create mode 100644 src/components/SearchBox/index.tsx delete mode 100644 src/components/SectionTitle/SectionTitle.tsx create mode 100644 src/components/SectionTitle/index.tsx delete mode 100644 src/components/Select/Select.tsx delete mode 100644 src/components/Select/Select.types.ts create mode 100644 src/components/Select/Select.types.tsx create mode 100644 src/components/Select/index.tsx delete mode 100644 src/components/SimpleHeader/SimpleHeader.stories.tsx delete mode 100644 src/components/SimpleHeader/SimpleHeader.tsx delete mode 100644 src/components/SimpleHeader/SimpleHeader.types.ts delete mode 100644 src/components/SizeChart/SizeChart.stories.tsx delete mode 100644 src/components/SizeChart/SizeChart.tsx delete mode 100644 src/components/SizeChart/SizeChart.types.ts create mode 100644 src/components/Slider/Slider.styles.ts delete mode 100644 src/components/Slider/Slider.tsx create mode 100644 src/components/Slider/index.tsx delete mode 100644 src/components/Snackbar/Snackbar.stories.tsx delete mode 100644 src/components/Snackbar/Snackbar.tsx delete mode 100644 src/components/Snackbar/Snackbar.types.ts delete mode 100644 src/components/Switch/Switch.stories.tsx delete mode 100644 src/components/Switch/Switch.tsx delete mode 100644 src/components/Switch/Switch.types.ts create mode 100644 src/components/Table/Table.styles.ts create mode 100644 src/components/Tabs/Tabs.styles.ts delete mode 100644 src/components/Tabs/Tabs.tsx create mode 100644 src/components/Tabs/index.tsx create mode 100644 src/components/Tag/Tag.styles.ts delete mode 100644 src/components/Tag/Tag.tsx create mode 100644 src/components/Tag/index.tsx create mode 100644 src/components/TextArea/TextArea.stories.tsx create mode 100644 src/components/TextArea/TextArea.types.ts create mode 100644 src/components/TextArea/index.tsx delete mode 100644 src/components/ThemeHandler/ThemeHandler.tsx create mode 100644 src/components/ThemeHandler/index.tsx delete mode 100644 src/components/ThemedLogo/ThemedLogo.tsx create mode 100644 src/components/ThemedLogo/index.tsx create mode 100644 src/components/Toggle/Toggle.stories.tsx create mode 100644 src/components/Toggle/Toggle.styles.ts create mode 100644 src/components/Toggle/Toggle.types.ts create mode 100644 src/components/Toggle/index.tsx create mode 100644 src/components/Tooltip/Tooltip.styles.ts delete mode 100644 src/components/Tooltip/Tooltip.tsx create mode 100644 src/components/Tooltip/index.tsx create mode 100644 src/components/ValuePair/ValuePair.styles.ts delete mode 100644 src/components/ValuePair/ValuePair.tsx create mode 100644 src/components/ValuePair/index.tsx create mode 100644 src/components/Wizard/Wizard.styles.ts delete mode 100644 src/components/Wizard/Wizard.tsx create mode 100644 src/components/Wizard/index.tsx delete mode 100644 src/components/index.ts rename src/{components/Icons/NewDesignIcons => icons}/AArrowDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AArrowUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ALargeSmallIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AccessibilityIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ActivityIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AirVentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AirplayIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlarmClockCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlarmClockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlarmClockMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlarmClockOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlarmClockPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlarmSmokeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlbumIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignCenterHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignCenterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignCenterVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignEndHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignEndVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignHorizontalDistributeCenterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignHorizontalDistributeEndIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignHorizontalDistributeStartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignHorizontalJustifyCenterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignHorizontalJustifyEndIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignHorizontalJustifyStartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignHorizontalSpaceAroundIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignHorizontalSpaceBetweenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignJustifyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignStartHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignStartVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignVerticalDistributeCenterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignVerticalDistributeEndIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignVerticalDistributeStartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignVerticalJustifyCenterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignVerticalJustifyEndIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignVerticalJustifyStartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignVerticalSpaceAroundIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AlignVerticalSpaceBetweenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AmazonEksSiteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AmbulanceIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AmpersandIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AmpersandsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AnchorIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AngryIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AnnoyedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AntennaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AnvilIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ApertureIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AppWindowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AppWindowMacIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AppleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArchiveIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArchiveRestoreIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArchiveXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AreaChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArmchairIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowBigDownDashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowBigDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowBigLeftDashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowBigLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowBigRightDashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowBigRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowBigUpDashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowBigUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDown01Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDown10Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownAZIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownFromLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownNarrowWideIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownToDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownToLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownWideNarrowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowDownZAIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowLeftFromLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowLeftRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowLeftToLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowRightFromLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowRightLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowRightToLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUp01Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUp10Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpAZIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpFromDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpFromLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpNarrowWideIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpToLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpWideNarrowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowUpZAIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ArrowsUpFromLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AsteriskIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AtSignIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AtomIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AudioLinesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AudioWaveformIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AwardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AxeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Axis3dIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/AzureAksSiteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BabyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BackpackIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeAlertIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeCentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeDollarSignIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeEuroIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeHelpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeIndianRupeeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeInfoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeJapaneseYenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgePercentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgePlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgePoundSterlingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeRussianRubleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeSwissFrancIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BadgeXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BaggageClaimIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BalancerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BananaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BanknoteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BarChart2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BarChart3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BarChart4Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BarChartBigIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BarChartHorizontalBigIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BarChartHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BarChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BarcodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BareMetalLinuxSiteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BaselineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BatchJobsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BathIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BatteryChargingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BatteryFullIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BatteryIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BatteryLowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BatteryMediumIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BatteryWarningIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BeakerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BeanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BeanOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BedDoubleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BedSingleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BeefIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BeerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BeerOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BellArrowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BellDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BellElectricIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BellIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BellMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BellOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BellPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BellRingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BetweenHorizontalEndIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BetweenHorizontalStartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BetweenVerticalEndIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BetweenVerticalStartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BikeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BinaryIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BiohazardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BirdIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BitcoinIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BlendIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BlindsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BlocksIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BluetoothConnectedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BluetoothIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BluetoothOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BluetoothSearchingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BoldIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BoltIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BombIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BoneIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookAIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookAudioIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookCopyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookHeadphonesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookHeartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookImageIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookKeyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookLockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookMarkedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookOpenCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookOpenTextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookTextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookTypeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookUp2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookUserIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookmarkCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookmarkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookmarkMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookmarkPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BookmarkXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BoomBoxIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BotMessageSquareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BoxIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BoxOutlineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BoxSelectIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BoxesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BracesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BracketsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BrainCircuitIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BrainCogIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BrainIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BrickWallIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BriefcaseBusinessIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BriefcaseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BriefcaseMedicalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BringToFrontIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BrushIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BucketCopyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BucketIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BucketQuotaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BugIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BugOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BugPlayIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Building2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BuildingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BusFrontIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/BusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CableCarIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CableIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CakeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CakeSliceIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalculatorIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarCheck2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarClockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarDaysIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarFoldIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarHeartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarMinus2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarPlus2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarRangeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarSearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarX2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CalendarXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CameraIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CameraOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CandlestickChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CandyCaneIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CandyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CandyOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CannabisIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CaptionsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CaptionsOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CarFrontIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CarIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CarTaxiFrontIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CaravanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CaretFilledIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CaretIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CaseLowerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CaseSensitiveIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CaseUpperIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CassetteTapeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CastIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CastleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CatIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CctvIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CheckCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChefHatIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CherryIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronFirstIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronLastIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronsDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronsDownUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronsLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronsLeftRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronsRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronsRightLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronsUpDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChevronsUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChromeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ChurchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CigaretteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CigaretteOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleAlertIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleArrowDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleArrowLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleArrowOutDownLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleArrowOutDownRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleArrowOutUpLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleArrowOutUpRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleArrowRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleArrowUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleCheckBigIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleChevronDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleChevronLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleChevronRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleChevronUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleDivideIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleDollarSignIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleDotDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleEllipsisIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleEqualIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleFadingPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleFillIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleGaugeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleHelpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleParkingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleParkingOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CirclePauseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CirclePercentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CirclePlayIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CirclePlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CirclePowerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleSlash2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleSlashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleStopIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleUserIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleUserRoundIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircleXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CircuitBoardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CitrusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClapperboardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardCopyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardListIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardPasteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardPenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardPenLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardTypeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClipboardXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock10Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock11Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock12Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock1Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock4Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock5Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock6Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock7Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock8Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Clock9Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudCogIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudDownloadIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudDrizzleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudFogIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudHailIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudLightningIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudMoonIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudMoonRainIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudRainIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudRainWindIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudSnowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudSunIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudSunRainIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudUploadIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloudyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CloverIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClubIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClusterHealthIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClusterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClusterIngressIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClusterNodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClusterReplicationIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ClustersIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CodeXmlIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CodepenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CodesandboxIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CoffeeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CogIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CoinsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CollapseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Columns2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Columns3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Columns4Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CombineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CommandIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CompassIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ComponentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ComputerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ConciergeBellIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ConeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ConstructionIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ContactIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ContactRoundIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ContainerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ContainerImagesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ContrastIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CookieIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CookingPotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CopyCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CopyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CopyMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CopyPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CopySlashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CopyXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CopyleftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CopyrightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CornerDownLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CornerDownRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CornerLeftDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CornerLeftUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CornerRightDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CornerRightUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CornerUpLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CornerUpRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CpuIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CreativeCommonsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CreditCardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CroissantIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CropIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CrossIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CrosshairIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CrownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CuboidIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CupSodaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CurrencyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/CylinderIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DataIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DatabaseApiIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DatabaseBackupIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DatabaseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DatabaseZapIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DeleteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DessertIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DiameterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DiamondIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DiamondPercentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Dice1Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Dice2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Dice3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Dice4Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Dice5Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Dice6Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DicesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DiffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Disc2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Disc3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DiscAlbumIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DiscIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DivideIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DnaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DnaOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DogIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DollarSignIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DonutIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DoorClosedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DoorOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DownloadIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DraftingCompassIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DramaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DribbbleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DrillIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DropletIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DropletsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DrumIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DrumstickIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/DumbbellIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EarIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EarOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EarthIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EarthLockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EclipseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EggFriedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EggIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EggOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EllipsisIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EllipsisVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EqualIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EqualNotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EraserIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EuroIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ExpandIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ExternalLinkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EyeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/EyeOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FacebookIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FactoryIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FastForwardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FeatherIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FenceIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FerrisWheelIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FigmaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileArchiveIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileAudio2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileAudioIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileAxis3dIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileBadge2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileBadgeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileBarChart2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileBarChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileBoxIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileCheck2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileClockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileCode2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileCodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileCogIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileDiffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileDigitIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileHeartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileImageIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileInputIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileJson2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileJsonIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileKey2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileKeyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileLineChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileLock2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileLockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileMinus2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileMusicIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileOutputIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FilePenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FilePenLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FilePieChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FilePlus2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FilePlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileQuestionIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileScanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileSearch2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileSearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileSlidersIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileSpreadsheetIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileStackIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileSymlinkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileTerminalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileTextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileType2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileTypeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileVideo2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileVideoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileVolume2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileVolumeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileWarningIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileX2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FileXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FilesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FilmIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FilterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FilterXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FingerprintIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FireExtinguisherIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FishIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FishSymbolIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlagIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlagOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlagTriangleLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlagTriangleRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlameIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlameKindlingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlashlightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlashlightOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlaskConicalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlaskConicalOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlaskRoundIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlipHorizontal2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlipHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlipVertical2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlipVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Flower2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FlowerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FocusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FoldHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FoldVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderArchiveIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderClockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderClosedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderCogIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderGit2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderGitIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderHeartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderInputIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderKanbanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderKey2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderKeyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderLockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderOpenDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderOutputIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderPenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderRootIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderSearch2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderSearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderSymlinkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderSyncIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderTreeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FolderXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FoldersIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FootprintsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ForkliftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ForwardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FrameIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FramerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FrownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FuelIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/FullscreenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GalleryHorizontalEndIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GalleryHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GalleryThumbnailsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GalleryVerticalEndIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GalleryVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Gamepad2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GamepadIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GanttChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GaugeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GavelIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GemIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GhostIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GiftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitBranchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitBranchPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitCommitHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitCommitVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitCompareArrowsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitCompareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitForkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitGraphIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitMergeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitPullRequestArrowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitPullRequestClosedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitPullRequestCreateArrowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitPullRequestCreateIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitPullRequestDraftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitPullRequestIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GithubIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GitlabIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GlassWaterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GlassesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GlobeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GlobeLockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GoalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GoogleGkeSiteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GrabIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GraduationCapIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GrapeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Grid2x2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Grid3x3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GripHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GripIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GripVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GroupIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/GuitarIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HamIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HammerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HandCoinsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HandHeartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HandHelpingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HandIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HandMetalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HandPlatterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HandshakeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HardDriveDownloadIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HardDriveIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HardDriveSearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HardDriveUploadIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HardHatIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HazeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HdmiPortIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Heading1Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Heading2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Heading3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Heading4Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Heading5Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Heading6Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HeadingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HeadphonesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HeadsetIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HeartCrackIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HeartHandshakeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HeartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HeartOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HeartPulseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HeaterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HexagonIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HighlighterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HistoryIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HomeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HopIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HopOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HospitalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HotelIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/HourglassIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/IceCreamBowlIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/IceCreamConeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ImageDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ImageIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ImageMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ImageOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ImagePlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ImageUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ImagesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ImportIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/InboxIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/IndentDecreaseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/IndentIncreaseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/IndianRupeeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/InfinityIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/InfoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/InspectionPanelIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/InstagramIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ItalicIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/IterationCCWIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/IterationCWIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/JapaneseYenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/JoystickIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/KanbanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/KeyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/KeyRoundIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/KeySquareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/KeyboardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/KeyboardMusicIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/KubernetesSiteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LDAPIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LambdaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LampCeilingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LampDeskIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LampFloorIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LampIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LampWallDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LampWallUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LandPlotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LandmarkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LanguagesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LaptopIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LaptopMinimalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LassoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LassoSelectIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LaughIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Layers2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Layers3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LayersIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LayoutDashboardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LayoutGridIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LayoutListIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LayoutPanelLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LayoutPanelTopIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LayoutTemplateIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LeafIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LeafyGreenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LibraryBigIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LibraryIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LifeBuoyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LigatureIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LightbulbIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LightbulbOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LineChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Link2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Link2OffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LinkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LinkedinIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListChecksIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListCollapseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListEndIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListFilterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListMusicIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListOrderedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListRestartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListStartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListTodoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListTreeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListVideoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ListXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LoaderCircleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LoaderIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LocateFixedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LocateIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LocateOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LockKeyholeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LockKeyholeOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LockOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LogInIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LogOutIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LollipopIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/LuggageIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MagnetIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailQuestionIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailSearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailWarningIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailboxIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MailsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MapIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MapPinIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MapPinOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MapPinnedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MartiniIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Maximize2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MaximizeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MedalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MegaphoneIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MegaphoneOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MehIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MemoryStickIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MenuIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MergeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCircleCodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCircleDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCircleHeartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCircleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCircleMoreIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCircleOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCirclePlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCircleQuestionIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCircleReplyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCircleWarningIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageCircleXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareCodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareDiffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareHeartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareMoreIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquarePlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareQuoteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareReplyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareShareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareTextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareWarningIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessageSquareXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MessagesSquareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MicIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MicOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MicVocalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MicroscopeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MicrowaveIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MilestoneIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MilkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MilkOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MinIOIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Minimize2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MinimizeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorPauseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorPlayIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorSmartphoneIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorSpeakerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorStopIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MonitorXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoonIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoonStarIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MountainIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MountainSnowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MouseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MousePointer2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MousePointerClickIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MousePointerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Move3dIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveDiagonal2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveDiagonalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveDownLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveDownRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveUpLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveUpRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MoveVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Music2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Music3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Music4Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/MusicIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Navigation2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Navigation2OffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NavigationIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NavigationOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NetworkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NewspaperIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NfcIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NotebookIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NotebookPenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NotebookTabsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NotebookTextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NotepadTextDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NotepadTextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NutIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/NutOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/OctagonAlertIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/OctagonIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/OctagonPauseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/OctagonXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/OidcIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/OptionIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/OrbitIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Package2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PackageCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PackageIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PackageMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PackageOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PackagePlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PackageSearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PackageXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PaintBucketIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PaintRollerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Paintbrush2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PaintbrushIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PaletteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelBottomCloseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelBottomDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelBottomIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelBottomOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelLeftCloseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelLeftDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelLeftOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelRightCloseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelRightDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelRightOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelTopCloseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelTopDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelTopIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelTopOpenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelsLeftBottomIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelsRightBottomIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PanelsTopLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PaperclipIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ParenthesesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ParkingMeterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PartyPopperIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PasscodeLockIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PauseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PawPrintIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PcCaseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PenLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PenToolIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PencilIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PencilLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PencilRulerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PentagonIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PercentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PersonStandingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PhoneCallIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PhoneForwardedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PhoneIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PhoneIncomingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PhoneMissedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PhoneOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PhoneOutgoingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PiIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PianoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PickaxeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PictureInPicture2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PictureInPictureIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PieChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PieUsageIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PiggyBankIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PilcrowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PillIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PinIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PinOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PipetteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PizzaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PlaneIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PlaneLandingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PlaneTakeoffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PlayIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Plug2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PlugIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PlugZap2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PlugZapIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PocketIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PocketKnifeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PodcastIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PointerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PointerOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PopcornIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PopsicleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PoundSterlingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PowerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PowerOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PresentationIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PrinterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ProjectorIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ProportionsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PuzzleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/PyramidIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/QrCodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/QuoteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RabbitIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RadarIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RadiationIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RadicalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RadioIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RadioReceiverIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RadioTowerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RadiusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RailSymbolIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RainbowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RatIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RatioIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReceiptCentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReceiptEuroIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReceiptIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReceiptIndianRupeeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReceiptJapaneseYenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReceiptPoundSterlingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReceiptRussianRubleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReceiptSwissFrancIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReceiptTextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RectangleEllipsisIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RectangleHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RectangleVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RecycleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RedhatOpenshiftSiteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Redo2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RedoDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RedoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RefreshCCWDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RefreshCCWIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RefreshCWIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RefreshCWOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RefreshCwSettingsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RefrigeratorIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RegexIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RemoveFormattingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Repeat1Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Repeat2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RepeatIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReplaceAllIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReplaceIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReplyAllIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ReplyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RewindIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RibbonIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RocketIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RockingChairIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RollerCoasterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Rotate3dIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RotateCCWIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RotateCCWSquareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RotateCWIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RotateCWSquareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RouteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RouteOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RouterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Rows2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Rows3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Rows4Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RssIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RulerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/RussianRubleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SailboatIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SaladIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SandwichIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SatelliteDishIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SatelliteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SaveAllIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SaveIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Scale3dIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScaleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScalingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScanBarcodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScanEyeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScanFaceIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScanLineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScanSearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScanTextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScatterChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SchoolIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScissorsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScissorsLineDashedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScreenShareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScreenShareOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScrollIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ScrollTextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SearchCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SearchCodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SearchSlashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SearchXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SendHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SendIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SendToBackIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SeparatorHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SeparatorVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ServerCogIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ServerCrashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ServerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ServerOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Settings2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SettingsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShapesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Share2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SheetIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShellIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldAlertIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldBanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldEllipsisIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldHalfIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldQuestionIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShieldXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShipIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShipWheelIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShirtIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShoppingBagIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShoppingBasketIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShoppingCartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShovelIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShowerHeadIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShrinkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShrubIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ShuffleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SigmaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SignalHighIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SignalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SignalLowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SignalMediumIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SignalZeroIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SignpostBigIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SignpostIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SirenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SitesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SkipBackIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SkipForwardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SkullIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SlackIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SlashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SliceIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SlidersHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SlidersVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SmartphoneChargingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SmartphoneIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SmartphoneNfcIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SmileIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SmilePlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SnailIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SnowflakeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SofaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SoupIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SpaceIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SpadeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SparkleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SparklesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SpeakerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SpeechIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SpellCheck2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SpellCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SplineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SplitIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SprayCanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SproutIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareActivityIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowDownLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowDownRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowOutDownLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowOutDownRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowOutUpLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowOutUpRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowUpLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareArrowUpRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareAsteriskIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareBottomDashedScissorsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareCheckBigIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareChevronDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareChevronLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareChevronRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareChevronUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareCodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareDashedBottomCodeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareDashedBottomIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareDashedKanbanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareDashedMousePointerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareDivideIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareEqualIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareFunctionIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareGanttChartIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareKanbanIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareLibraryIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareMIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareMenuIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareMousePointerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareParkingIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareParkingOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquarePenIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquarePercentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquarePiIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquarePilcrowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquarePlayIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquarePlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquarePowerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareRadicalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareScissorsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareSigmaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareSlashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareSplitHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareSplitVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareStackIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareTerminalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareUserIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareUserRoundIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquareXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquircleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SquirrelIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StampIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StarHalfIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StarIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StarOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StepBackIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StepForwardIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StethoscopeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StickerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StickyNoteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StoreIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StretchHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StretchVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/StrikethroughIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SubscriptIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SummaryIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SunDimIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SunIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SunMediumIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SunMoonIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SunSnowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SunriseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SunsetIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SuperscriptIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SwatchBookIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SwissFrancIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SwitchCameraIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SwordIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SwordsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/SyringeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Table2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TableCellsMergeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TableCellsSplitIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TableColumnsSplitIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TableIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TablePropertiesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TableRowsSplitIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TabletIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TabletSmartphoneIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TabletsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TagIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TagsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Tally1Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Tally2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Tally3Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Tally4Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Tally5Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TangentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TargetIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TelescopeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TenantIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TentTreeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TerminalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TestTubeDiagonalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TestTubeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TestTubesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TextCursorIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TextCursorInputIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TextQuoteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TextSearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TextSelectIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TheaterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ThermometerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ThermometerSnowflakeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ThermometerSunIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ThumbsDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ThumbsUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TicketCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TicketIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TicketMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TicketPercentIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TicketPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TicketSlashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TicketXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TimerIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TimerOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TimerResetIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ToggleLeftIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ToggleRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TornadoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TorusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TouchpadIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TouchpadOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TowerControlIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ToyBrickIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TraceIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TractorIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TrafficConeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TrainFrontIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TrainFrontTunnelIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TrainTrackIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TramFrontIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Trash2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TrashIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TreeDeciduousIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TreePalmIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TreePineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TreesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TrelloIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TrendingDownIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TrendingUpIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TriangleAlertIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TriangleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TriangleRightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TrophyIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TruckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TurtleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Tv2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TvIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TwitchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TwitterIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/TypeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UmbrellaIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UmbrellaOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UnderlineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Undo2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UndoDotIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UndoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UnfoldHorizontalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UnfoldVerticalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UngroupIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UniversityIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Unlink2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UnlinkIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UnplugIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UploadIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UsbIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserCogIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserRoundCheckIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserRoundCogIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserRoundIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserRoundMinusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserRoundPlusIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserRoundSearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserRoundXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserSearchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UserXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UsersIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UsersRoundIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UtensilsCrossedIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UtensilsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/UtilityPoleIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VariableIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VaultIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VeganIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VenetianMaskIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VibrateIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VibrateOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VideoIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VideoOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VideotapeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ViewIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VmwareTanzuSiteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VoicemailIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Volume1Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/Volume2Icon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VolumeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VolumeXIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/VoteIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WalletCardsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WalletIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WalletMinimalIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WallpaperIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WandIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WandSparklesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WarehouseIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WashingMachineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WatchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WavesIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WaypointsIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WebcamIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WebhookIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WebhookOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WeightIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WheatIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WheatOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WholeWordIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WifiIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WifiOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WindIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WineIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WineOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WorkflowIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WormIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WrapTextIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/WrenchIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/XIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/YoutubeIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ZapIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ZapOffIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ZoomInIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/ZoomOutIcon.tsx (100%) rename src/{components/Icons/NewDesignIcons => icons}/index.ts (100%) delete mode 100644 src/utils/GlobalUtils.ts create mode 100644 src/utils/nonce.ts create mode 100644 storybook.log create mode 100644 styled-system/css/conditions.mjs create mode 100644 styled-system/css/css.d.ts create mode 100644 styled-system/css/css.mjs create mode 100644 styled-system/css/cva.d.ts create mode 100644 styled-system/css/cva.mjs create mode 100644 styled-system/css/cx.d.ts create mode 100644 styled-system/css/cx.mjs create mode 100644 styled-system/css/index.d.ts create mode 100644 styled-system/css/index.mjs create mode 100644 styled-system/css/sva.d.ts create mode 100644 styled-system/css/sva.mjs create mode 100644 styled-system/helpers.mjs create mode 100644 styled-system/jsx/aspect-ratio.d.ts create mode 100644 styled-system/jsx/aspect-ratio.mjs create mode 100644 styled-system/jsx/bleed.d.ts create mode 100644 styled-system/jsx/bleed.mjs create mode 100644 styled-system/jsx/box.d.ts create mode 100644 styled-system/jsx/box.mjs create mode 100644 styled-system/jsx/center.d.ts create mode 100644 styled-system/jsx/center.mjs create mode 100644 styled-system/jsx/circle.d.ts create mode 100644 styled-system/jsx/circle.mjs create mode 100644 styled-system/jsx/container.d.ts create mode 100644 styled-system/jsx/container.mjs create mode 100644 styled-system/jsx/cq.d.ts create mode 100644 styled-system/jsx/cq.mjs create mode 100644 styled-system/jsx/divider.d.ts create mode 100644 styled-system/jsx/divider.mjs create mode 100644 styled-system/jsx/factory-helper.mjs create mode 100644 styled-system/jsx/factory.d.ts create mode 100644 styled-system/jsx/factory.mjs create mode 100644 styled-system/jsx/flex.d.ts create mode 100644 styled-system/jsx/flex.mjs create mode 100644 styled-system/jsx/float.d.ts create mode 100644 styled-system/jsx/float.mjs create mode 100644 styled-system/jsx/grid-item.d.ts create mode 100644 styled-system/jsx/grid-item.mjs create mode 100644 styled-system/jsx/grid.d.ts create mode 100644 styled-system/jsx/grid.mjs create mode 100644 styled-system/jsx/hstack.d.ts create mode 100644 styled-system/jsx/hstack.mjs create mode 100644 styled-system/jsx/index.d.ts create mode 100644 styled-system/jsx/index.mjs create mode 100644 styled-system/jsx/is-valid-prop.d.ts create mode 100644 styled-system/jsx/is-valid-prop.mjs create mode 100644 styled-system/jsx/link-overlay.d.ts create mode 100644 styled-system/jsx/link-overlay.mjs create mode 100644 styled-system/jsx/spacer.d.ts create mode 100644 styled-system/jsx/spacer.mjs create mode 100644 styled-system/jsx/square.d.ts create mode 100644 styled-system/jsx/square.mjs create mode 100644 styled-system/jsx/stack.d.ts create mode 100644 styled-system/jsx/stack.mjs create mode 100644 styled-system/jsx/visually-hidden.d.ts create mode 100644 styled-system/jsx/visually-hidden.mjs create mode 100644 styled-system/jsx/vstack.d.ts create mode 100644 styled-system/jsx/vstack.mjs create mode 100644 styled-system/jsx/wrap.d.ts create mode 100644 styled-system/jsx/wrap.mjs create mode 100644 styled-system/patterns/aspect-ratio.d.ts create mode 100644 styled-system/patterns/aspect-ratio.mjs create mode 100644 styled-system/patterns/bleed.d.ts create mode 100644 styled-system/patterns/bleed.mjs create mode 100644 styled-system/patterns/box.d.ts create mode 100644 styled-system/patterns/box.mjs create mode 100644 styled-system/patterns/center.d.ts create mode 100644 styled-system/patterns/center.mjs create mode 100644 styled-system/patterns/circle.d.ts create mode 100644 styled-system/patterns/circle.mjs create mode 100644 styled-system/patterns/container.d.ts create mode 100644 styled-system/patterns/container.mjs create mode 100644 styled-system/patterns/cq.d.ts create mode 100644 styled-system/patterns/cq.mjs create mode 100644 styled-system/patterns/divider.d.ts create mode 100644 styled-system/patterns/divider.mjs create mode 100644 styled-system/patterns/flex.d.ts create mode 100644 styled-system/patterns/flex.mjs create mode 100644 styled-system/patterns/float.d.ts create mode 100644 styled-system/patterns/float.mjs create mode 100644 styled-system/patterns/grid-item.d.ts create mode 100644 styled-system/patterns/grid-item.mjs create mode 100644 styled-system/patterns/grid.d.ts create mode 100644 styled-system/patterns/grid.mjs create mode 100644 styled-system/patterns/hstack.d.ts create mode 100644 styled-system/patterns/hstack.mjs create mode 100644 styled-system/patterns/index.d.ts create mode 100644 styled-system/patterns/index.mjs create mode 100644 styled-system/patterns/link-overlay.d.ts create mode 100644 styled-system/patterns/link-overlay.mjs create mode 100644 styled-system/patterns/spacer.d.ts create mode 100644 styled-system/patterns/spacer.mjs create mode 100644 styled-system/patterns/square.d.ts create mode 100644 styled-system/patterns/square.mjs create mode 100644 styled-system/patterns/stack.d.ts create mode 100644 styled-system/patterns/stack.mjs create mode 100644 styled-system/patterns/visually-hidden.d.ts create mode 100644 styled-system/patterns/visually-hidden.mjs create mode 100644 styled-system/patterns/vstack.d.ts create mode 100644 styled-system/patterns/vstack.mjs create mode 100644 styled-system/patterns/wrap.d.ts create mode 100644 styled-system/patterns/wrap.mjs create mode 100644 styled-system/tokens/index.d.ts create mode 100644 styled-system/tokens/index.mjs create mode 100644 styled-system/tokens/tokens.d.ts create mode 100644 styled-system/types/composition.d.ts create mode 100644 styled-system/types/conditions.d.ts create mode 100644 styled-system/types/csstype.d.ts create mode 100644 styled-system/types/global.d.ts create mode 100644 styled-system/types/index.d.ts create mode 100644 styled-system/types/jsx.d.ts create mode 100644 styled-system/types/parts.d.ts create mode 100644 styled-system/types/pattern.d.ts create mode 100644 styled-system/types/prop-type.d.ts create mode 100644 styled-system/types/recipe.d.ts create mode 100644 styled-system/types/selectors.d.ts create mode 100644 styled-system/types/static-css.d.ts create mode 100644 styled-system/types/style-props.d.ts create mode 100644 styled-system/types/system-types.d.ts create mode 100644 types/emotion.d.ts diff --git a/.babelrc.json b/.babelrc.json index 00ca841a..c4a4634d 100644 --- a/.babelrc.json +++ b/.babelrc.json @@ -9,8 +9,11 @@ } } ], - "@babel/preset-typescript", - "@babel/preset-react" + [ + "@babel/preset-react", + { "runtime": "automatic", "importSource": "@emotion/react" } + ], + "@babel/preset-typescript" ], - "plugins": [] + "plugins": ["@emotion/babel-plugin"] } diff --git a/.storybook/main.js b/.storybook/main.js deleted file mode 100644 index c77ba679..00000000 --- a/.storybook/main.js +++ /dev/null @@ -1,39 +0,0 @@ -import remarkGfm from "remark-gfm"; - -module.exports = { - stories: ["../src/**/**/*.mdx", "../src/**/**/*.stories.@(js|jsx|ts|tsx)"], - - core: { - disableTelemetry: true, - }, - - addons: [ - "@storybook/addon-links", - "@storybook/addon-essentials", - "@storybook/addon-interactions", - "storybook-dark-mode", - { - name: "@storybook/addon-docs", - options: { - mdxPluginOptions: { - mdxCompileOptions: { - remarkPlugins: [remarkGfm], - }, - }, - }, - }, - "@storybook/addon-webpack5-compiler-babel", - "@chromatic-com/storybook", - ], - - framework: { - name: "@storybook/react-webpack5", - options: {}, - }, - - docs: {}, - - typescript: { - reactDocgen: "react-docgen-typescript", - }, -}; diff --git a/.storybook/main.jsx b/.storybook/main.jsx new file mode 100644 index 00000000..293ccb31 --- /dev/null +++ b/.storybook/main.jsx @@ -0,0 +1,40 @@ +import remarkGfm from "remark-gfm"; + +module.exports = { + stories: ["../src/**/**/*.mdx", "../src/**/**/*.stories.@(js|jsx|ts|tsx)"], + + core: { + disableTelemetry: true, + }, + + addons: [ + "@storybook/addon-links", + "@storybook/addon-essentials", + "@storybook/addon-interactions", + "storybook-dark-mode", + { + name: "@storybook/addon-docs", + options: { + mdxPluginOptions: { + mdxCompileOptions: { + remarkPlugins: [remarkGfm], + }, + }, + }, + }, + "@storybook/addon-webpack5-compiler-babel", + "@chromatic-com/storybook", + "@storybook/addon-themes", + ], + + framework: { + name: "@storybook/react-webpack5", + options: {}, + }, + + docs: {}, + + typescript: { + reactDocgen: "react-docgen-typescript", + }, +}; diff --git a/.storybook/preview.jsx b/.storybook/preview.jsx new file mode 100644 index 00000000..0ea06c01 --- /dev/null +++ b/.storybook/preview.jsx @@ -0,0 +1,69 @@ +import React from "react"; +import { themes } from "@storybook/theming"; +import { darkColors, lightColors } from "../src/global/themes"; + +import { withThemeFromJSXProvider } from "@storybook/addon-themes"; +import { Global, css } from "@emotion/react"; + +export const parameters = { + actions: {}, + controls: { + matchers: { + color: /(background|color)$/i, + date: /Date$/, + }, + }, + darkMode: { + light: { + ...themes.normal, + appBg: "#F6F7F9", + }, + }, + /*darkMode: { + dark: { + ...themes.dark, + appBg: darkColors.dark, + appContentBg: darkColors.dark, + appBorderColor: darkColors.divisorColor, + barTextColor: darkColors.mainGrey, + textColor: darkColors.mainGrey, + barSelectedColor: darkColors.mainWhite, + barBg: darkColors.dark, + inputBg: darkColors.dark, + inputBorder: darkColors.mainGrey, + colorSecondary: darkColors.mainRed, + }, + light: { + ...themes.normal, + appBg: lightColors.white, + appContentBg: lightColors.white, + appBorderColor: lightColors.divisorColor, + barTextColor: lightColors.mainGrey, + textColor: lightColors.mainGrey, + barSelectedColor: lightColors.mainBlue, + barBg: lightColors.white, + inputBg: lightColors.white, + inputBorder: lightColors.mainGrey, + colorSecondary: lightColors.mainBlue, + }, + },*/ +}; + +const GlobalStyles = () => ( + +); + +export const decorators = [ + withThemeFromJSXProvider({ + GlobalStyles, // Adds your GlobalStyles component to all stories + }), +]; + +export const tags = ["autodocs"]; diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 6d955e46..839fac48 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -1,7 +1,7 @@ import { Preview } from "@storybook/react"; -import { themes } from "@storybook/theming"; +import { themes, ensure } from "@storybook/theming"; -import { darkColors, lightColors } from "../src/global/themes"; +import { darkModeColors, lightModeColors } from "../src"; const preview: Preview = { parameters: { @@ -12,32 +12,39 @@ const preview: Preview = { date: /Date$/, }, }, + docs: { + theme: ensure(themes.dark), + }, darkMode: { dark: { ...themes.dark, - appBg: darkColors.dark, - appContentBg: darkColors.dark, - appBorderColor: darkColors.divisorColor, - barTextColor: darkColors.mainGrey, - textColor: darkColors.mainGrey, - barSelectedColor: darkColors.mainWhite, - barBg: darkColors.dark, - inputBg: darkColors.dark, - inputBorder: darkColors.mainGrey, - colorSecondary: darkColors.mainRed, + appBg: darkModeColors["Color/Neutral/Bg/colorBgSections"], + appContentBg: darkModeColors["Color/Neutral/Bg/colorBgSections"], + appBorderColor: + darkModeColors["Color/Neutral/Border/colorBorderSubtle"], + barTextColor: darkModeColors["Color/Neutral/Text/colorTextLabel"], + textColor: darkModeColors["Color/Neutral/Text/colorText"], + barSelectedColor: darkModeColors["Color/Base/Royal/6"], + barBg: darkModeColors["Color/Neutral/Icon/colorIcon"], + inputBg: darkModeColors["Color/Neutral/Bg/colorBgFields"], + inputBorder: darkModeColors["Color/Neutral/Border/colorBorderSubtle"], + colorSecondary: + darkModeColors["Color/Brand/Primary/colorPrimaryBorder"], }, light: { ...themes.normal, - appBg: lightColors.white, - appContentBg: lightColors.white, - appBorderColor: lightColors.divisorColor, - barTextColor: lightColors.mainGrey, - textColor: lightColors.mainGrey, - barSelectedColor: lightColors.mainBlue, - barBg: lightColors.white, - inputBg: lightColors.white, - inputBorder: lightColors.mainGrey, - colorSecondary: lightColors.mainBlue, + appBg: lightModeColors["Color/Neutral/Bg/colorBgSections"], + appContentBg: lightModeColors["Color/Neutral/Bg/colorBgSections"], + appBorderColor: + lightModeColors["Color/Neutral/Border/colorBorderSubtle"], + barTextColor: lightModeColors["Color/Neutral/Text/colorTextLabel"], + textColor: lightModeColors["Color/Neutral/Text/colorText"], + barSelectedColor: lightModeColors["Color/Base/Royal/6"], + barBg: lightModeColors["Color/Neutral/Icon/colorIcon"], + inputBg: lightModeColors["Color/Neutral/Bg/colorBgFields"], + inputBorder: lightModeColors["Color/Neutral/Border/colorBorderSubtle"], + colorSecondary: + lightModeColors["Color/Brand/Primary/colorPrimaryBorder"], }, }, }, diff --git a/dist/esm/index.js b/dist/esm/index.js index 6a573a26..fc211bfe 100644 --- a/dist/esm/index.js +++ b/dist/esm/index.js @@ -1,518 +1,22 @@ import * as e from "react"; import t, { - useCallback as n, - useEffect as r, - useState as o, - Fragment as a, - cloneElement as l, - useRef as i, - useMemo as C, - isValidElement as s, - useImperativeHandle as c, - Children as d, - forwardRef as u, + forwardRef as n, + useContext as r, + useCallback as o, + useEffect as i, + useMemo as l, + useState as a, + Fragment as C, + cloneElement as s, + useRef as c, + isValidElement as d, + useImperativeHandle as u, + Children as p, } from "react"; -import m, { - createGlobalStyle as p, - StyleSheetManager as h, - ThemeProvider as g, - keyframes as f, - css as v, -} from "styled-components"; -import * as E from "react-dom"; -import { createPortal as w, findDOMNode as L } from "react-dom"; -const b = { - "Color/Base/Royal/0": { lightMode: "#eff6ff", darkMode: "#192652" }, - "Color/Base/Royal/1": { lightMode: "#dceafd", darkMode: "#213b87" }, - "Color/Base/Royal/2": { lightMode: "#c1dbfc", darkMode: "#2241ab" }, - "Color/Base/Royal/3": { lightMode: "#96c4fa", darkMode: "#2350d2" }, - "Color/Base/Royal/4": { lightMode: "#65a4f5", darkMode: "#2b64e5" }, - "Color/Base/Royal/5": { lightMode: "#4182f0", darkMode: "#4182f0" }, - "Color/Base/Royal/6": { lightMode: "#2b64e5", darkMode: "#65a4f5" }, - "Color/Base/Royal/7": { lightMode: "#2350d2", darkMode: "#96c4fa" }, - "Color/Base/Royal/8": { lightMode: "#2241ab", darkMode: "#c1dbfc" }, - "Color/Base/Royal/9": { lightMode: "#213b87", darkMode: "#dceafd" }, - "Color/Base/Royal/10": { lightMode: "#192652", darkMode: "#eff6ff" }, - "Color/Base/Java/0": { lightMode: "#effdf9", darkMode: "#052e2b" }, - "Color/Base/Java/1": { lightMode: "#cdf9ee", darkMode: "#164c45" }, - "Color/Base/Java/2": { lightMode: "#9cf3dd", darkMode: "#135b53" }, - "Color/Base/Java/3": { lightMode: "#63e5c9", darkMode: "#147265" }, - "Color/Base/Java/4": { lightMode: "#32ceb2", darkMode: "#148f7c" }, - "Color/Base/Java/5": { lightMode: "#18ae95", darkMode: "#18ae95" }, - "Color/Base/Java/6": { lightMode: "#148f7c", darkMode: "#32ceb2" }, - "Color/Base/Java/7": { lightMode: "#147265", darkMode: "#63e5c9" }, - "Color/Base/Java/8": { lightMode: "#135b53", darkMode: "#9cf3dd" }, - "Color/Base/Java/9": { lightMode: "#164c45", darkMode: "#cdf9ee" }, - "Color/Base/Java/10": { lightMode: "#052e2b", darkMode: "#effdf9" }, - "Color/Base/Orange/0": { lightMode: "#fffcea", darkMode: "#481a00" }, - "Color/Base/Orange/1": { lightMode: "#fff5c5", darkMode: "#7c360b" }, - "Color/Base/Orange/2": { lightMode: "#ffeb85", darkMode: "#984108" }, - "Color/Base/Orange/3": { lightMode: "#ffda46", darkMode: "#bb5502" }, - "Color/Base/Orange/4": { lightMode: "#ffc61b", darkMode: "#e27b00" }, - "Color/Base/Orange/5": { lightMode: "#ffa400", darkMode: "#ffa400" }, - "Color/Base/Orange/6": { lightMode: "#e27b00", darkMode: "#ffc61b" }, - "Color/Base/Orange/7": { lightMode: "#bb5502", darkMode: "#ffda46" }, - "Color/Base/Orange/8": { lightMode: "#984108", darkMode: "#ffeb85" }, - "Color/Base/Orange/9": { lightMode: "#7c360b", darkMode: "#fff5c5" }, - "Color/Base/Orange/10": { lightMode: "#481a00", darkMode: "#fffcea" }, - "Color/Base/Sunset/0": { lightMode: "#fff4ec", darkMode: "#460804" }, - "Color/Base/Sunset/1": { lightMode: "#ffe6d3", darkMode: "#82180c" }, - "Color/Base/Sunset/2": { lightMode: "#ffc9a5", darkMode: "#a1190b" }, - "Color/Base/Sunset/3": { lightMode: "#ffa46d", darkMode: "#cc1f02" }, - "Color/Base/Sunset/4": { lightMode: "#ff7232", darkMode: "#ff3100" }, - "Color/Base/Sunset/5": { lightMode: "#ff4c0a", darkMode: "#ff4c0a" }, - "Color/Base/Sunset/6": { lightMode: "#ff3100", darkMode: "#ff7232" }, - "Color/Base/Sunset/7": { lightMode: "#cc1f02", darkMode: "#ffa46d" }, - "Color/Base/Sunset/8": { lightMode: "#a1190b", darkMode: "#ffc9a5" }, - "Color/Base/Sunset/9": { lightMode: "#82180c", darkMode: "#ffe6d3" }, - "Color/Base/Sunset/10": { lightMode: "#460804", darkMode: "#fff4ec" }, - "Color/Neutral/Text/colorText": { - lightMode: "#000000e0", - darkMode: "#ffffffe0", - }, - "Color/Neutral/Text/colorTextContrast": { - lightMode: "#ffffff", - darkMode: "#000000", - }, - "Color/Base/Black": { lightMode: "#000000", darkMode: "#000000" }, - "Color/Base/White": { lightMode: "#ffffff", darkMode: "#ffffff" }, - "Color/Neutral/Text/colorTextSecondary": { - lightMode: "#000000a6", - darkMode: "#ffffffa6", - }, - "Color/Neutral/Text/colorTextTertiary": { - lightMode: "#00000073", - darkMode: "#ffffff73", - }, - "Color/Neutral/Text/colorTextQuaternary": { - lightMode: "#00000040", - darkMode: "#ffffff40", - }, - "Color/Neutral/Text/colorTextLightSolid": { - lightMode: "#ffffff", - darkMode: "#ffffff", - }, - "Color/Neutral/Text/colorTextHeading": { - lightMode: "#000000e0", - darkMode: "#ffffffe0", - }, - "Color/Neutral/Text/colorTextLabel": { - lightMode: "#000000a6", - darkMode: "#ffffffa6", - }, - "Color/Neutral/Text/colorTextDescription": { - lightMode: "#00000073", - darkMode: "#ffffff73", - }, - "Color/Neutral/Text/colorTextDisabled": { - lightMode: "#00000040", - darkMode: "#ffffff40", - }, - "Color/Neutral/Text/colorTextPlaceholder": { - lightMode: "#00000040", - darkMode: "#ffffff40", - }, - "Color/Neutral/Icon/colorIcon": { - lightMode: "#434347", - darkMode: "#cfd0d2", - }, - "Color/Neutral/Icon/colorIconHover": { - lightMode: "#2d2d2f", - darkMode: "#e3e6ea", - }, - "Color/Neutral/colorWhite": { lightMode: "#ffffff", darkMode: "#ffffff" }, - "Color/Neutral/colorBgBase": { lightMode: "#f4f6f7", darkMode: "#202022" }, - "Color/Neutral/transparent": { - lightMode: "#00000000", - darkMode: "#ffffff00", - }, - "Color/Neutral/Bg/colorBgContainer": { - lightMode: "#ffffff", - darkMode: "##2D2D2F", - }, - "Color/Neutral/Bg/colorBgFields": { - lightMode: "#FCFCFF", - darkMode: "#434347", - }, - "Color/Neutral/Bg/colorBgOverlay": { - lightMode: "#202022a6", - darkMode: "#202022a6", - }, - "Color/Neutral/Bg/colorBgShell": { - lightMode: "#f4f6f7", - darkMode: "#202022", - }, - "Color/Neutral/colorBlack": { lightMode: "#000000", darkMode: "#000000" }, - "Color/Neutral/Bg/colorBgSections": { - lightMode: "#e3e6ea80", - darkMode: "#20202280", - }, - "Color/Neutral/Border/colorBorderMinimal": { - lightMode: "#E3E6EA", - darkMode: "#434347", - }, - "Color/Neutral/Border/colorBorderSubtle": { - lightMode: "#CFD0D2", - darkMode: "#5A5B60", - }, - "Color/Neutral/Border/colorBorderBold": { - lightMode: "#84858C", - darkMode: "#84858C", - }, - "Color/Base/Shark/0": { lightMode: "#f4f6f7", darkMode: "#202022" }, - "Color/Base/Shark/1": { lightMode: "#e3e6ea", darkMode: "#2d2d2f" }, - "Color/Base/Shark/2": { lightMode: "#cfd0d2", darkMode: "#434347" }, - "Color/Base/Shark/3": { lightMode: "#adaeb3", darkMode: "#4d4d51" }, - "Color/Base/Shark/4": { lightMode: "#84858c", darkMode: "#5a5b60" }, - "Color/Base/Shark/5": { lightMode: "#696a71", darkMode: "#696a71" }, - "Color/Base/Shark/6": { lightMode: "#5a5b60", darkMode: "#84858c" }, - "Color/Base/Shark/7": { lightMode: "#4d4d51", darkMode: "#adaeb3" }, - "Color/Base/Shark/8": { lightMode: "#434347", darkMode: "#cfd0d2" }, - "Color/Base/Shark/9": { lightMode: "#2d2d2f", darkMode: "#e3e6ea" }, - "Color/Base/Shark/10": { lightMode: "#202022", darkMode: "#f4f6f7" }, - "Color/Neutral/Bg/colorBgElevated": { - lightMode: "#ffffff", - darkMode: "#434347", - }, - "Color/Brand/Primary/colorPrimary": { - lightMode: "#2b64e5", - darkMode: "#65a4f5", - }, - "Color/Brand/Primary/colorPrimaryBg": { - lightMode: "#dceafd", - darkMode: "#213b87", - }, - "Color/Brand/Primary/colorPrimaryBgHover": { - lightMode: "#96c4fa", - darkMode: "#2350d2", - }, - "Color/Brand/Link/colorLink": { lightMode: "#2b64e5", darkMode: "#65a4f5" }, - "Color/Documentation": { lightMode: "#9747ff", darkMode: "#947bff" }, - "Color/Brand/Link/colorLinkHover": { - lightMode: "#4182f0", - darkMode: "#4182f0", - }, - "Color/Brand/Primary/colorPrimaryHover": { - lightMode: "#4182f0", - darkMode: "#4182f0", - }, - "Color/Brand/Primary/colorPrimaryBorder": { - lightMode: "#2b64e5", - darkMode: "#65a4f5", - }, - "Color/Brand/Primary/colorPrimaryBorderHover": { - lightMode: "#2350d2", - darkMode: "#96c4fa", - }, - "Color/Brand/Primary/colorPrimaryText": { - lightMode: "#2b64e5", - darkMode: "#65a4f5", - }, - "Color/Brand/Primary/colorPrimaryTextHover": { - lightMode: "#2350d2", - darkMode: "#96c4fa", - }, - "Color/Brand/Link/colorLinkVisited": { - lightMode: "#2350d2", - darkMode: "#96c4fa", - }, - "Color/Brand/Primary/colorPrimaryActive": { - lightMode: "#2350d2", - darkMode: "#96c4fa", - }, - "Color/Brand/Warning/colorPrimary": { - lightMode: "#e27b00", - darkMode: "#ffc61b", - }, - "Color/Brand/Warning/colorPrimaryActive": { - lightMode: "#bb5502", - darkMode: "#ffda46", - }, - "Color/Brand/Warning/colorPrimaryHover": { - lightMode: "#ffa400", - darkMode: "#ffa400", - }, - "Color/Brand/Warning/colorPrimaryBg": { - lightMode: "#fff5c5", - darkMode: "#7c360b", - }, - "Color/Brand/Warning/colorPrimaryBgHover": { - lightMode: "#ffda46", - darkMode: "#bb5502", - }, - "Color/Brand/Warning/colorPrimaryBorder": { - lightMode: "#e27b00", - darkMode: "#ffc61b", - }, - "Color/Brand/Warning/colorPrimaryBorderHover": { - lightMode: "#bb5502", - darkMode: "#ffda46", - }, - "Color/Brand/Warning/colorPrimaryText": { - lightMode: "#e27b00", - darkMode: "#ffc61b", - }, - "Color/Brand/Warning/colorPrimaryTextHover": { - lightMode: "#bb5502", - darkMode: "#ffda46", - }, - "Color/Brand/Success/colorPrimary": { - lightMode: "#148f7c", - darkMode: "#32ceb2", - }, - "Color/Brand/Success/colorPrimaryActive": { - lightMode: "#147265", - darkMode: "#63e5c9", - }, - "Color/Brand/Success/colorPrimaryHover": { - lightMode: "#18ae95", - darkMode: "#18ae95", - }, - "Color/Brand/Success/colorPrimaryBg": { - lightMode: "#cdf9ee", - darkMode: "#164c45", - }, - "Color/Brand/Success/colorPrimaryBgHover": { - lightMode: "#63e5c9", - darkMode: "#147265", - }, - "Color/Brand/Success/colorPrimaryBorder": { - lightMode: "#148f7c", - darkMode: "#32ceb2", - }, - "Color/Brand/Success/colorPrimaryBorderHover": { - lightMode: "#147265", - darkMode: "#63e5c9", - }, - "Color/Brand/Success/colorPrimaryText": { - lightMode: "#148f7c", - darkMode: "#32ceb2", - }, - "Color/Brand/Success/colorPrimaryTextHover": { - lightMode: "#147265", - darkMode: "#63e5c9", - }, - "Color/Brand/Error/colorPrimary": { - lightMode: "#ff3100", - darkMode: "#ff7232", - }, - "Color/Brand/Error/colorPrimaryActive": { - lightMode: "#cc1f02", - darkMode: "#ffa46d", - }, - "Color/Brand/Error/colorPrimaryHover": { - lightMode: "#ff4c0a", - darkMode: "#ff4c0a", - }, - "Color/Brand/Error/colorPrimaryBg": { - lightMode: "#ffe6d3", - darkMode: "#82180c", - }, - "Color/Brand/Error/colorPrimaryBgHover": { - lightMode: "#ffa46d", - darkMode: "#cc1f02", - }, - "Color/Brand/Error/colorPrimaryBorder": { - lightMode: "#ff3100", - darkMode: "#ff7232", - }, - "Color/Brand/Error/colorPrimaryBorderHover": { - lightMode: "#cc1f02", - darkMode: "#ffa46d", - }, - "Color/Brand/Error/colorPrimaryText": { - lightMode: "#ff3100", - darkMode: "#ff7232", - }, - "Color/Brand/Error/colorPrimaryTextHover": { - lightMode: "#cc1f02", - darkMode: "#ffa46d", - }, - "Color/Brand/Control/colorBgActive": { - lightMode: "#dceafd", - darkMode: "#213b87", - }, - "Color/Brand/Control/colorBgHover": { - lightMode: "#EDEEF1", - darkMode: "#2d2d2f", - }, - "Color/Brand/Info/colorPrimary": { - lightMode: "#2b64e5", - darkMode: "#65a4f5", - }, - "Color/Brand/Info/colorPrimaryActive": { - lightMode: "#2350d2", - darkMode: "#96c4fa", - }, - "Color/Brand/Info/colorPrimaryHover": { - lightMode: "#4182f0", - darkMode: "#4182f0", - }, - "Color/Brand/Info/colorPrimaryBg": { - lightMode: "#dceafd", - darkMode: "#213b87", - }, - "Color/Brand/Info/colorPrimaryBgHover": { - lightMode: "#96c4fa", - darkMode: "#2350d2", - }, - "Color/Brand/Info/colorPrimaryBorder": { - lightMode: "#2b64e5", - darkMode: "#65a4f5", - }, - "Color/Brand/Info/colorPrimaryBorderHover": { - lightMode: "#2350d2", - darkMode: "#96c4fa", - }, - "Color/Brand/Info/colorPrimaryText": { - lightMode: "#2b64e5", - darkMode: "#65a4f5", - }, - "Color/Brand/Info/colorPrimaryTextHover": { - lightMode: "#2350d2", - darkMode: "#96c4fa", - }, - "Color/Brand/Neutral/colorPrimary": { - lightMode: "#5a5b60", - darkMode: "#84858c", - }, - "Color/Brand/Neutral/colorPrimaryActive": { - lightMode: "#4d4d51", - darkMode: "#adaeb3", - }, - "Color/Brand/Neutral/colorPrimaryHover": { - lightMode: "#696a71", - darkMode: "#696a71", - }, - "Color/Brand/Neutral/colorPrimaryBg": { - lightMode: "#cfd0d2", - darkMode: "#434347", - }, - "Color/Brand/Neutral/colorPrimaryBgHover": { - lightMode: "#cfd0d2", - darkMode: "#434347", - }, - "Color/Brand/Neutral/colorPrimaryBorder": { - lightMode: "#5a5b60", - darkMode: "#5a5b60", - }, - "Color/Brand/Neutral/colorPrimaryBorderHover": { - lightMode: "#5a5b60", - darkMode: "#5a5b60", - }, - "Color/Brand/Neutral/colorPrimaryText": { - lightMode: "#000000a6", - darkMode: "#ffffffa6", - }, - "Color/Brand/Neutral/colorPrimaryTextHover": { - lightMode: "#000000e0", - darkMode: "#ffffffe0", - }, - "Color/Neutral/Bg/colorBgDisabled": { - lightMode: "#E3E6EA", - darkMode: "#434347", - }, - "Color/Brand/_minio/Raspberry": { - lightMode: "#c72e49", - darkMode: "#c72e49", - }, - "Color/Brand/_minio/Midnight": { - lightMode: "#012b35", - darkMode: "#012b35", - }, - "Color/Brand/_minio/Nautical": { - lightMode: "#0d303f", - darkMode: "#0d303f", - }, - "Color/Brand/_minio/Meridian": { - lightMode: "#132742", - darkMode: "#132742", - }, - "Color/Brand/_minio/Glaicer": { lightMode: "#edf7f7", darkMode: "#edf7f7" }, - "Color/Neutral/Border/colorBorderStrong": { - lightMode: "#2d2d2f", - darkMode: "#e3e6ea", - }, - "Color/Neutral/Bg/colorBgContrast": { - lightMode: "#000000", - darkMode: "#ffffff", - }, - "Color/Base/Purple/0": { lightMode: "#f4f3ff", darkMode: "#2b1362" }, - "Color/Base/Purple/1": { lightMode: "#eceafd", darkMode: "#47228f" }, - "Color/Base/Purple/2": { lightMode: "#dcd8fc", darkMode: "#5427b0" }, - "Color/Base/Purple/3": { lightMode: "#c2b8fa", darkMode: "#642dd2" }, - "Color/Base/Purple/4": { lightMode: "#a38ff6", darkMode: "#7542e6" }, - "Color/Base/Purple/5": { lightMode: "#8562f0", darkMode: "#8562f0" }, - "Color/Base/Purple/6": { lightMode: "#7542e6", darkMode: "#a38ff6" }, - "Color/Base/Purple/7": { lightMode: "#642dd2", darkMode: "#c2b8fa" }, - "Color/Base/Purple/8": { lightMode: "#5427b0", darkMode: "#dcd8fc" }, - "Color/Base/Purple/9": { lightMode: "#47228f", darkMode: "#eceafd" }, - "Color/Base/Purple/10": { lightMode: "#2b1362", darkMode: "#f4f3ff" }, - "Color/Base/Scooter/0": { lightMode: "#edfcfe", darkMode: "#0b3041" }, - "Color/Base/Scooter/1": { lightMode: "#d1f6fc", darkMode: "#1a4960" }, - "Color/Base/Scooter/2": { lightMode: "#aaedf8", darkMode: "#1a5971" }, - "Color/Base/Scooter/3": { lightMode: "#6ddef3", darkMode: "#156d8a" }, - "Color/Base/Scooter/4": { lightMode: "#34c8e6", darkMode: "#0e87ab" }, - "Color/Base/Scooter/5": { lightMode: "#10a9cb", darkMode: "#10a9cb" }, - "Color/Base/Scooter/6": { lightMode: "#0e87ab", darkMode: "#34c8e6" }, - "Color/Base/Scooter/7": { lightMode: "#156d8a", darkMode: "#6ddef3" }, - "Color/Base/Scooter/8": { lightMode: "#1a5971", darkMode: "#aaedf8" }, - "Color/Base/Scooter/9": { lightMode: "#1a4960", darkMode: "#d1f6fc" }, - "Color/Base/Scooter/10": { lightMode: "#0b3041", darkMode: "#edfcfe" }, - "Color/Base/Rose/0": { lightMode: "#fef1f8", darkMode: "#550228" }, - "Color/Base/Rose/1": { lightMode: "#fee5f4", darkMode: "#8b1048" }, - "Color/Base/Rose/2": { lightMode: "#fecceb", darkMode: "#a70d55" }, - "Color/Base/Rose/3": { lightMode: "#ffa2da", darkMode: "#ca0c66" }, - "Color/Base/Rose/4": { lightMode: "#fe69bf", darkMode: "#e81880" }, - "Color/Base/Rose/5": { lightMode: "#f93ba4", darkMode: "#f93ba4" }, - "Color/Base/Rose/6": { lightMode: "#e81880", darkMode: "#fe69bf" }, - "Color/Base/Rose/7": { lightMode: "#ca0c66", darkMode: "#ffa2da" }, - "Color/Base/Rose/8": { lightMode: "#a70d55", darkMode: "#fecceb" }, - "Color/Base/Rose/9": { lightMode: "#8b1048", darkMode: "#fee5f4" }, - "Color/Base/Rose/10": { lightMode: "#550228", darkMode: "#fef1f8" }, - "Color/Base/Gray/1": { lightMode: "#FCFCFF", darkMode: "#09090B" }, - "Color/Dataviz/1": { lightMode: "#2B64E5", darkMode: "#4182F0" }, - "Color/Dataviz/2": { lightMode: "#F93BA4", darkMode: "#F93BA4" }, - "Color/Dataviz/3": { lightMode: "#135B53", darkMode: "#9CF3DD" }, - "Color/Dataviz/4": { lightMode: "#E27B00", darkMode: "#FFC61B" }, - "Color/Dataviz/5": { lightMode: "#7C360B", darkMode: "#E27B00" }, - "Color/Dataviz/6": { lightMode: "#65A4F5", darkMode: "#65A4F5" }, - "Color/Dataviz/7": { lightMode: "#FF4C0A", darkMode: "#FF4C0A" }, - "Color/Dataviz/8": { lightMode: "#7542E6", darkMode: "#8562F0" }, - "Color/Dataviz/9": { lightMode: "#32CEB2", darkMode: "#18AE95" }, - "Color/Dataviz/10": { lightMode: "#2350D2", darkMode: "#2B64E5" }, - "Color/Dataviz/11": { lightMode: "#10A9CB", darkMode: "#10A9CB" }, - "Color/Dataviz/12": { lightMode: "#82180C", darkMode: "#FFA46D" }, - "Color/Dataviz/13": { lightMode: "#FE69BF", darkMode: "#E81880" }, - "Color/Dataviz/14": { lightMode: "#213B87", darkMode: "#C1DBFC" }, - "Color/Dataviz/15": { lightMode: "#FFC61B", darkMode: "#FFEB85" }, - "Color/Dataviz/none": { lightMode: "#E3E6EA", darkMode: "#4D4D51" }, - "Components/Button/Neutral/colorTextHover": { - lightMode: "#000000E0", - darkMode: "#ffffffE0", - }, - "Components/Button/Primary/colorBgActive": { - lightMode: "#2241ab", - darkMode: "#c1dbfc", - }, - "Components/Button/Destructive/colorBgActive": { - lightMode: "#a1190b", - darkMode: "#ffc9a5", - }, - }, - M = { - "boxShadow-01": "0 1px 1px 0 rgba(0, 0, 0, 0.15)", - "boxShadow-02": - "0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 1px 6px -1px rgba(0, 0, 0, 0.07), 0px 2px 4px 0px rgba(0, 0, 0, 0.07)", - "boxShadow-03": - "0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px -1px rgba(0, 0, 0, 0.15), 0px 2px 4px 0px rgba(0, 0, 0, 0.07);", - "boxShadow-04": - "0px 4px 8px 0px rgba(0, 0, 0, 0.10), 0px 6px 12px 0px rgba(0, 0, 0, 0.10), 0px 6px 16px 0px rgba(0, 0, 0, 0.10)", - "focusStyle-Light": "0px 0px 0px 2px rgba(43, 100, 229, 0.30)", - "focusStyle-Dark": "0px 0px 0px 2px rgba(100, 164, 245, 0.30)", - }, - H = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 }, - y = { +import * as m from "react-dom"; +import { createPortal as h, findDOMNode as f } from "react-dom"; +const g = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 }, + v = { sizeXXXS: 2, sizeXXS: 4, sizeXS: 8, @@ -523,15 +27,15 @@ const b = { sizeXL: 32, sizeXXL: 48, }, - x = { + w = { borderRadiusXS: 2, borderRadiusSM: 4, borderRadius: 6, borderRadiusLG: 12, borderRadiusXLG: 16, }, - R = ["B", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "ZiB", "YiB"], - T = (e) => { + L = ["B", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "ZiB", "YiB"], + b = (e) => { if ("auto" === e || ("boolean" == typeof e && e)) return "100%"; if (!1 === e) return "initial"; let t = Math.floor(e); @@ -541,89570 +45,78267 @@ const b = { ((t = 1), console.warn("Grid fraction cannot be smaller than 1")); return `${(100 * t) / 12}%`; }, - N = (e, t = !1, n = !0) => { + M = (e, t = !1, n = !0) => { let r; if (((r = "string" == typeof e ? parseInt(e, 10) : e), 0 === r)) - return { total: 0, unit: R[0] }; + return { total: 0, unit: L[0] }; const o = Math.floor(Math.log(r) / Math.log(1024)), - a = t ? 1 : 0, + i = t ? 1 : 0, l = r / Math.pow(1024, o), - i = n ? Math.floor(l) : l; - return { total: parseFloat(i.toFixed(a)), unit: R[o] }; - }, - S = (e) => { - const t = {}, - n = e; - return ( - Object.keys(b).forEach((e) => { - const r = b[e]; - r[n] && (t[e] = r[n]); - }), - t - ); + a = n ? Math.floor(l) : l; + return { total: parseFloat(a.toFixed(i)), unit: L[o] }; }, - V = (e, t) => { + H = (e, t) => { if (e) return e instanceof Function ? e(t) : e; - }, - _ = (e) => { - const t = n( - (t) => { - ("Escape" !== t.key && "Esc" !== t.key) || e(); - }, - [e], - ); - r( - () => ( - document.addEventListener("keyup", t, !1), - () => { - document.removeEventListener("keyup", t, !1); - } - ), - [t], - ); - }, - A = (e) => { - const t = n( - (t) => { - "Enter" === t.key && e(); - }, - [e], - ); - r( - () => ( - document.addEventListener("keyup", t, !1), - () => { - document.removeEventListener("keyup", t, !1); - } - ), - [t], - ); - }, - k = (e) => { - const t = n( - (t) => { - var n; - (null === (n = t.key) || void 0 === n - ? void 0 - : n.startsWith("Arrow")) && - (t.preventDefault(), t.stopPropagation(), e(t.key)); - }, - [e], - ); - r( - () => ( - document.addEventListener("keyup", t, !1), - () => { - document.removeEventListener("keyup", t, !1); - } - ), - [t], - ); }; -class Z { - constructor() { - (this.notifications = []), - (this.subscribers = []), - (this.maxNotifications = 5), - (this.defaultDuration = 5e3); - } - static getInstance() { - return Z.instance || (Z.instance = new Z()), Z.instance; - } - setMaxNotifications(e) { - (this.maxNotifications = e), this.notifySubscribers(); - } - subscribe(e) { - this.subscribers.push(e), e(this.notifications); - } - unsubscribe(e) { - this.subscribers = this.subscribers.filter((t) => t !== e); - } - notifySubscribers() { - this.subscribers.forEach((e) => e(this.notifications)); - } - addNotification(e, t, n = {}) { - var r; - const o = Math.random().toString(36).substring(2, 11), - a = { id: o, variant: e, message: t, options: n, isExiting: !1 }, - l = this.notifications.filter((e) => !e.isExiting); - if (l.length >= this.maxNotifications) { - const e = l[0]; - this.removeNotification(e.id); - } - this.notifications.push(a), this.notifySubscribers(); - const i = - null !== (r = n.duration) && void 0 !== r ? r : this.defaultDuration; - i > 0 && - setTimeout(() => { - this.removeNotification(o); - }, i); - } - removeNotification(e) { - const t = this.notifications.find((t) => t.id === e); - t && - !t.isExiting && - ((t.isExiting = !0), - this.notifySubscribers(), - setTimeout(() => { - (this.notifications = this.notifications.filter((t) => t.id !== e)), - this.notifySubscribers(); - }, 300)); - } - clearNotifications() { - (this.notifications = []), this.notifySubscribers(); - } -} -var I = Z.getInstance(); -const B = () => ({ - success: n((e, t) => { - I.addNotification("success", e, t); - }, []), - danger: n((e, t) => { - I.addNotification("danger", e, t); - }, []), - warning: n((e, t) => { - I.addNotification("warning", e, t); - }, []), - information: n((e, t) => { - I.addNotification("information", e, t); - }, []), - neutral: n((e, t) => { - I.addNotification("neutral", e, t); - }, []), - clear: n(() => { - I.clearNotifications(); - }, []), -}); -var O, - D, - P, - F, - U, - G, - z, - $, - W, - j, - q, - Y, - K, - X, - Q, - J, - ee, - te, - ne, - re, - oe, - ae, - le, - ie, - Ce, - se, - ce, - de, - ue, - me, - pe, - he, - ge, - fe, - ve, - Ee, - we, - Le, - be, - Me, - He, - ye, - xe, - Re, - Te, - Ne, - Se, - Ve, - _e, - Ae, - ke, - Ze, - Ie, - Be, - Oe, - De, - Pe, - Fe, - Ue, - Ge, - ze, - $e, - We, - je, - qe, - Ye, - Ke, - Xe, - Qe, - Je, - et, - tt, - nt, - rt, - ot, - at, - lt, - it, - Ct, - st, - ct, - dt, - ut, - mt, - pt, - ht, - gt, - ft, - vt, - Et, - wt, - Lt, - bt, - Mt, - Ht, - yt, - xt, - Rt, - Tt, - Nt, - St, - Vt, - _t, - At, - kt = - "undefined" != typeof globalThis - ? globalThis - : "undefined" != typeof window - ? window - : "undefined" != typeof global - ? global - : "undefined" != typeof self - ? self - : {}; -function Zt(e) { +var E = + "undefined" != typeof globalThis + ? globalThis + : "undefined" != typeof window + ? window + : "undefined" != typeof global + ? global + : "undefined" != typeof self + ? self + : {}; +function R(e) { return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e; } -function It() { - if (D) return O; - D = 1; - var e = Array.isArray; - return (O = e); -} -function Bt() { - if (G) return U; - G = 1; - var e = (function () { - if (F) return P; - F = 1; - var e = "object" == typeof kt && kt && kt.Object === Object && kt; - return (P = e); - })(), - t = "object" == typeof self && self && self.Object === Object && self, - n = e || t || Function("return this")(); - return (U = n); -} -function Ot() { - if ($) return z; - $ = 1; - var e = Bt().Symbol; - return (z = e); -} -function Dt() { - if (X) return K; - X = 1; - var e = Ot(), - t = (function () { - if (j) return W; - j = 1; - var e = Ot(), - t = Object.prototype, - n = t.hasOwnProperty, - r = t.toString, - o = e ? e.toStringTag : void 0; - return (W = function (e) { - var t = n.call(e, o), - a = e[o]; - try { - e[o] = void 0; - var l = !0; - } catch (e) {} - var i = r.call(e); - return l && (t ? (e[o] = a) : delete e[o]), i; - }); - })(), - n = (function () { - if (Y) return q; - Y = 1; - var e = Object.prototype.toString; - return (q = function (t) { - return e.call(t); - }); - })(), - r = e ? e.toStringTag : void 0; - return (K = function (e) { - return null == e - ? void 0 === e - ? "[object Undefined]" - : "[object Null]" - : r && r in Object(e) - ? t(e) - : n(e); - }); -} -function Pt() { - if (J) return Q; - return ( - (J = 1), - (Q = function (e) { - return null != e && "object" == typeof e; - }) - ); -} -function Ft() { - if (te) return ee; - te = 1; - var e = Dt(), - t = Pt(); - return (ee = function (n) { - return "symbol" == typeof n || (t(n) && "[object Symbol]" == e(n)); - }); -} -function Ut() { - if (ae) return oe; - return ( - (ae = 1), - (oe = function (e) { - var t = typeof e; - return null != e && ("object" == t || "function" == t); - }) - ); -} -function Gt() { - if (de) return ce; - de = 1; - var e, - t = (function () { - if (se) return Ce; - se = 1; - var e = Bt()["__core-js_shared__"]; - return (Ce = e); - })(), - n = (e = /[^.]+$/.exec((t && t.keys && t.keys.IE_PROTO) || "")) - ? "Symbol(src)_1." + e - : ""; - return (ce = function (e) { - return !!n && n in e; - }); -} -function zt() { - if (he) return pe; - he = 1; - var e = (function () { - if (ie) return le; - ie = 1; - var e = Dt(), - t = Ut(); - return (le = function (n) { - if (!t(n)) return !1; - var r = e(n); - return ( - "[object Function]" == r || - "[object GeneratorFunction]" == r || - "[object AsyncFunction]" == r || - "[object Proxy]" == r - ); - }); - })(), - t = Gt(), - n = Ut(), - r = (function () { - if (me) return ue; - me = 1; - var e = Function.prototype.toString; - return (ue = function (t) { - if (null != t) { - try { - return e.call(t); - } catch (e) {} - try { - return t + ""; - } catch (e) {} - } - return ""; - }); - })(), - o = /^\[object .+?Constructor\]$/, - a = Function.prototype, - l = Object.prototype, - i = a.toString, - C = l.hasOwnProperty, - s = RegExp( - "^" + - i - .call(C) - .replace(/[\\^$.*+?()[\]{}|]/g, "\\$&") - .replace( - /hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, - "$1.*?", - ) + - "$", - ); - return (pe = function (a) { - return !(!n(a) || t(a)) && (e(a) ? s : o).test(r(a)); - }); -} -function $t() { - if (Ee) return ve; - Ee = 1; - var e = zt(), - t = - (fe || - ((fe = 1), - (ge = function (e, t) { - return null == e ? void 0 : e[t]; - })), - ge); +var y, + T = { exports: {} }, + N = {}; +var V, + S, + x = {}; +/** + * @license React + * react-jsx-runtime.development.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ function _() { return ( - (ve = function (n, r) { - var o = t(n, r); - return e(o) ? o : void 0; - }), - ve - ); -} -function Wt() { - if (Le) return we; - Le = 1; - var e = $t()(Object, "create"); - return (we = e); -} -function jt() { - if (Ae) return _e; - Ae = 1; - var e = (function () { - if (Me) return be; - Me = 1; - var e = Wt(); - return (be = function () { - (this.__data__ = e ? e(null) : {}), (this.size = 0); - }); - })(), - t = - (ye || - ((ye = 1), - (He = function (e) { - var t = this.has(e) && delete this.__data__[e]; - return (this.size -= t ? 1 : 0), t; - })), - He), - n = (function () { - if (Re) return xe; - Re = 1; - var e = Wt(), - t = Object.prototype.hasOwnProperty; - return ( - (xe = function (n) { - var r = this.__data__; - if (e) { - var o = r[n]; - return "__lodash_hash_undefined__" === o ? void 0 : o; + V || + ((V = 1), + "production" !== process.env.NODE_ENV && + (function () { + var e = t, + n = Symbol.for("react.element"), + r = Symbol.for("react.portal"), + o = Symbol.for("react.fragment"), + i = Symbol.for("react.strict_mode"), + l = Symbol.for("react.profiler"), + a = Symbol.for("react.provider"), + C = Symbol.for("react.context"), + s = Symbol.for("react.forward_ref"), + c = Symbol.for("react.suspense"), + d = Symbol.for("react.suspense_list"), + u = Symbol.for("react.memo"), + p = Symbol.for("react.lazy"), + m = Symbol.for("react.offscreen"), + h = Symbol.iterator; + var f = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; + function g(e) { + for ( + var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), r = 1; + r < t; + r++ + ) + n[r - 1] = arguments[r]; + !(function (e, t, n) { + var r = f.ReactDebugCurrentFrame, + o = r.getStackAddendum(); + "" !== o && ((t += "%s"), (n = n.concat([o]))); + var i = n.map(function (e) { + return String(e); + }); + i.unshift("Warning: " + t), + Function.prototype.apply.call(console[e], console, i); + })("error", e, n); } - return t.call(r, n) ? r[n] : void 0; - }), - xe - ); - })(), - r = (function () { - if (Ne) return Te; - Ne = 1; - var e = Wt(), - t = Object.prototype.hasOwnProperty; - return ( - (Te = function (n) { - var r = this.__data__; - return e ? void 0 !== r[n] : t.call(r, n); - }), - Te - ); - })(), - o = (function () { - if (Ve) return Se; - Ve = 1; - var e = Wt(); - return ( - (Se = function (t, n) { - var r = this.__data__; - return ( - (this.size += this.has(t) ? 0 : 1), - (r[t] = e && void 0 === n ? "__lodash_hash_undefined__" : n), - this - ); - }), - Se - ); - })(); - function a(e) { - var t = -1, - n = null == e ? 0 : e.length; - for (this.clear(); ++t < n; ) { - var r = e[t]; - this.set(r[0], r[1]); - } - } - return ( - (a.prototype.clear = e), - (a.prototype.delete = t), - (a.prototype.get = n), - (a.prototype.has = r), - (a.prototype.set = o), - (_e = a) - ); -} -function qt() { - if (De) return Oe; - De = 1; - var e = Be - ? Ie - : ((Be = 1), - (Ie = function (e, t) { - return e === t || (e != e && t != t); - })); - return ( - (Oe = function (t, n) { - for (var r = t.length; r--; ) if (e(t[r][0], n)) return r; - return -1; - }), - Oe - ); -} -function Yt() { - if (Ye) return qe; - Ye = 1; - var e = Ze - ? ke - : ((Ze = 1), - (ke = function () { - (this.__data__ = []), (this.size = 0); - })), - t = (function () { - if (Fe) return Pe; - Fe = 1; - var e = qt(), - t = Array.prototype.splice; - return ( - (Pe = function (n) { - var r = this.__data__, - o = e(r, n); - return !( - o < 0 || - (o == r.length - 1 ? r.pop() : t.call(r, o, 1), --this.size, 0) - ); - }), - Pe - ); - })(), - n = (function () { - if (Ge) return Ue; - Ge = 1; - var e = qt(); - return ( - (Ue = function (t) { - var n = this.__data__, - r = e(n, t); - return r < 0 ? void 0 : n[r][1]; - }), - Ue - ); - })(), - r = (function () { - if ($e) return ze; - $e = 1; - var e = qt(); - return ( - (ze = function (t) { - return e(this.__data__, t) > -1; - }), - ze - ); - })(), - o = (function () { - if (je) return We; - je = 1; - var e = qt(); - return ( - (We = function (t, n) { - var r = this.__data__, - o = e(r, t); - return o < 0 ? (++this.size, r.push([t, n])) : (r[o][1] = n), this; - }), - We - ); - })(); - function a(e) { - var t = -1, - n = null == e ? 0 : e.length; - for (this.clear(); ++t < n; ) { - var r = e[t]; - this.set(r[0], r[1]); - } - } - return ( - (a.prototype.clear = e), - (a.prototype.delete = t), - (a.prototype.get = n), - (a.prototype.has = r), - (a.prototype.set = o), - (qe = a) - ); -} -function Kt() { - if (Je) return Qe; - Je = 1; - var e = jt(), - t = Yt(), - n = (function () { - if (Xe) return Ke; - Xe = 1; - var e = $t()(Bt(), "Map"); - return (Ke = e); - })(); - return (Qe = function () { - (this.size = 0), - (this.__data__ = { hash: new e(), map: new (n || t)(), string: new e() }); - }); -} -function Xt() { - if (rt) return nt; - rt = 1; - var e = tt - ? et - : ((tt = 1), - (et = function (e) { - var t = typeof e; - return "string" == t || "number" == t || "symbol" == t || "boolean" == t - ? "__proto__" !== e - : null === e; - })); - return ( - (nt = function (t, n) { - var r = t.__data__; - return e(n) ? r["string" == typeof n ? "string" : "hash"] : r.map; - }), - nt - ); -} -function Qt() { - if (mt) return ut; - mt = 1; - var e = Kt(), - t = (function () { - if (at) return ot; - at = 1; - var e = Xt(); - return ( - (ot = function (t) { - var n = e(this, t).delete(t); - return (this.size -= n ? 1 : 0), n; - }), - ot - ); - })(), - n = (function () { - if (it) return lt; - it = 1; - var e = Xt(); - return ( - (lt = function (t) { - return e(this, t).get(t); - }), - lt - ); - })(), - r = (function () { - if (st) return Ct; - st = 1; - var e = Xt(); - return ( - (Ct = function (t) { - return e(this, t).has(t); - }), - Ct - ); - })(), - o = (function () { - if (dt) return ct; - dt = 1; - var e = Xt(); - return ( - (ct = function (t, n) { - var r = e(this, t), - o = r.size; - return r.set(t, n), (this.size += r.size == o ? 0 : 1), this; - }), - ct - ); - })(); - function a(e) { - var t = -1, - n = null == e ? 0 : e.length; - for (this.clear(); ++t < n; ) { - var r = e[t]; - this.set(r[0], r[1]); - } - } - return ( - (a.prototype.clear = e), - (a.prototype.delete = t), - (a.prototype.get = n), - (a.prototype.has = r), - (a.prototype.set = o), - (ut = a) - ); -} -function Jt() { - if (ft) return gt; - ft = 1; - var e = (function () { - if (ht) return pt; - ht = 1; - var e = Qt(); - function t(n, r) { - if ("function" != typeof n || (null != r && "function" != typeof r)) - throw new TypeError("Expected a function"); - var o = function () { - var e = arguments, - t = r ? r.apply(this, e) : e[0], - a = o.cache; - if (a.has(t)) return a.get(t); - var l = n.apply(this, e); - return (o.cache = a.set(t, l) || a), l; - }; - return (o.cache = new (t.Cache || e)()), o; + var v; + function w(e) { + return e.displayName || "Context"; + } + function L(e) { + if (null == e) return null; + if ( + ("number" == typeof e.tag && + g( + "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.", + ), + "function" == typeof e) + ) + return e.displayName || e.name || null; + if ("string" == typeof e) return e; + switch (e) { + case o: + return "Fragment"; + case r: + return "Portal"; + case l: + return "Profiler"; + case i: + return "StrictMode"; + case c: + return "Suspense"; + case d: + return "SuspenseList"; + } + if ("object" == typeof e) + switch (e.$$typeof) { + case C: + return w(e) + ".Consumer"; + case a: + return w(e._context) + ".Provider"; + case s: + return (function (e, t, n) { + var r = e.displayName; + if (r) return r; + var o = t.displayName || t.name || ""; + return "" !== o ? n + "(" + o + ")" : n; + })(e, e.render, "ForwardRef"); + case u: + var t = e.displayName || null; + return null !== t ? t : L(e.type) || "Memo"; + case p: + var n = e, + m = n._payload, + h = n._init; + try { + return L(h(m)); + } catch (e) { + return null; + } + } + return null; + } + v = Symbol.for("react.module.reference"); + var b, + M, + H, + E, + R, + y, + T, + N = Object.assign, + V = 0; + function S() {} + S.__reactDisabledLog = !0; + var _, + A = f.ReactCurrentDispatcher; + function Z(e, t, n) { + if (void 0 === _) + try { + throw Error(); + } catch (e) { + var r = e.stack.trim().match(/\n( *(at )?)/); + _ = (r && r[1]) || ""; + } + return "\n" + _ + e; + } + var I, + k = !1, + O = "function" == typeof WeakMap ? WeakMap : Map; + function B(e, t) { + if (!e || k) return ""; + var n, + r = I.get(e); + if (void 0 !== r) return r; + k = !0; + var o, + i = Error.prepareStackTrace; + (Error.prepareStackTrace = void 0), + (o = A.current), + (A.current = null), + (function () { + if (0 === V) { + (b = console.log), + (M = console.info), + (H = console.warn), + (E = console.error), + (R = console.group), + (y = console.groupCollapsed), + (T = console.groupEnd); + var e = { + configurable: !0, + enumerable: !0, + value: S, + writable: !0, + }; + Object.defineProperties(console, { + info: e, + log: e, + warn: e, + error: e, + group: e, + groupCollapsed: e, + groupEnd: e, + }); + } + V++; + })(); + try { + if (t) { + var l = function () { + throw Error(); + }; + if ( + (Object.defineProperty(l.prototype, "props", { + set: function () { + throw Error(); + }, + }), + "object" == typeof Reflect && Reflect.construct) + ) { + try { + Reflect.construct(l, []); + } catch (e) { + n = e; + } + Reflect.construct(e, [], l); + } else { + try { + l.call(); + } catch (e) { + n = e; + } + e.call(l.prototype); + } + } else { + try { + throw Error(); + } catch (e) { + n = e; + } + e(); + } + } catch (t) { + if (t && n && "string" == typeof t.stack) { + for ( + var a = t.stack.split("\n"), + C = n.stack.split("\n"), + s = a.length - 1, + c = C.length - 1; + s >= 1 && c >= 0 && a[s] !== C[c]; + + ) + c--; + for (; s >= 1 && c >= 0; s--, c--) + if (a[s] !== C[c]) { + if (1 !== s || 1 !== c) + do { + if ((s--, --c < 0 || a[s] !== C[c])) { + var d = "\n" + a[s].replace(" at new ", " at "); + return ( + e.displayName && + d.includes("") && + (d = d.replace("", e.displayName)), + "function" == typeof e && I.set(e, d), + d + ); + } + } while (s >= 1 && c >= 0); + break; + } + } + } finally { + (k = !1), + (A.current = o), + (function () { + if (0 == --V) { + var e = { configurable: !0, enumerable: !0, writable: !0 }; + Object.defineProperties(console, { + log: N({}, e, { value: b }), + info: N({}, e, { value: M }), + warn: N({}, e, { value: H }), + error: N({}, e, { value: E }), + group: N({}, e, { value: R }), + groupCollapsed: N({}, e, { value: y }), + groupEnd: N({}, e, { value: T }), + }); + } + V < 0 && + g( + "disabledDepth fell below zero. This is a bug in React. Please file an issue.", + ); + })(), + (Error.prepareStackTrace = i); + } + var u = e ? e.displayName || e.name : "", + p = u ? Z(u) : ""; + return "function" == typeof e && I.set(e, p), p; + } + function D(e, t, n) { + if (null == e) return ""; + if ("function" == typeof e) + return B(e, !(!(r = e.prototype) || !r.isReactComponent)); + var r; + if ("string" == typeof e) return Z(e); + switch (e) { + case c: + return Z("Suspense"); + case d: + return Z("SuspenseList"); + } + if ("object" == typeof e) + switch (e.$$typeof) { + case s: + return B(e.render, !1); + case u: + return D(e.type, t, n); + case p: + var o = e, + i = o._payload, + l = o._init; + try { + return D(l(i), t, n); + } catch (e) {} + } + return ""; + } + I = new O(); + var P = Object.prototype.hasOwnProperty, + F = {}, + U = f.ReactDebugCurrentFrame; + function G(e) { + if (e) { + var t = e._owner, + n = D(e.type, e._source, t ? t.type : null); + U.setExtraStackFrame(n); + } else U.setExtraStackFrame(null); + } + var z = Array.isArray; + function $(e) { + return z(e); + } + function W(e) { + return "" + e; + } + function j(e) { + if ( + (function (e) { + try { + return W(e), !1; + } catch (e) { + return !0; + } + })(e) + ) + return ( + g( + "The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", + (function (e) { + return ( + ("function" == typeof Symbol && + Symbol.toStringTag && + e[Symbol.toStringTag]) || + e.constructor.name || + "Object" + ); + })(e), + ), + W(e) + ); + } + var q, + Y, + K, + X = f.ReactCurrentOwner, + Q = { key: !0, ref: !0, __self: !0, __source: !0 }; + K = {}; + function J(e, t, r, o, i) { + var l, + a = {}, + C = null, + s = null; + for (l in (void 0 !== r && (j(r), (C = "" + r)), + (function (e) { + if (P.call(e, "key")) { + var t = Object.getOwnPropertyDescriptor(e, "key").get; + if (t && t.isReactWarning) return !1; + } + return void 0 !== e.key; + })(t) && (j(t.key), (C = "" + t.key)), + (function (e) { + if (P.call(e, "ref")) { + var t = Object.getOwnPropertyDescriptor(e, "ref").get; + if (t && t.isReactWarning) return !1; + } + return void 0 !== e.ref; + })(t) && + ((s = t.ref), + (function (e, t) { + if ( + "string" == typeof e.ref && + X.current && + t && + X.current.stateNode !== t + ) { + var n = L(X.current.type); + K[n] || + (g( + 'Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', + L(X.current.type), + e.ref, + ), + (K[n] = !0)); + } + })(t, i)), + t)) + P.call(t, l) && !Q.hasOwnProperty(l) && (a[l] = t[l]); + if (e && e.defaultProps) { + var c = e.defaultProps; + for (l in c) void 0 === a[l] && (a[l] = c[l]); + } + if (C || s) { + var d = + "function" == typeof e + ? e.displayName || e.name || "Unknown" + : e; + C && + (function (e, t) { + var n = function () { + q || + ((q = !0), + g( + "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", + t, + )); + }; + (n.isReactWarning = !0), + Object.defineProperty(e, "key", { + get: n, + configurable: !0, + }); + })(a, d), + s && + (function (e, t) { + var n = function () { + Y || + ((Y = !0), + g( + "%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", + t, + )); + }; + (n.isReactWarning = !0), + Object.defineProperty(e, "ref", { + get: n, + configurable: !0, + }); + })(a, d); + } + return (function (e, t, r, o, i, l, a) { + var C = { + $$typeof: n, + type: e, + key: t, + ref: r, + props: a, + _owner: l, + _store: {}, + }; + return ( + Object.defineProperty(C._store, "validated", { + configurable: !1, + enumerable: !1, + writable: !0, + value: !1, + }), + Object.defineProperty(C, "_self", { + configurable: !1, + enumerable: !1, + writable: !1, + value: o, + }), + Object.defineProperty(C, "_source", { + configurable: !1, + enumerable: !1, + writable: !1, + value: i, + }), + Object.freeze && (Object.freeze(C.props), Object.freeze(C)), + C + ); + })(e, C, s, i, o, X.current, a); + } + var ee, + te = f.ReactCurrentOwner, + ne = f.ReactDebugCurrentFrame; + function re(e) { + if (e) { + var t = e._owner, + n = D(e.type, e._source, t ? t.type : null); + ne.setExtraStackFrame(n); + } else ne.setExtraStackFrame(null); + } + function oe(e) { + return "object" == typeof e && null !== e && e.$$typeof === n; + } + function ie() { + if (te.current) { + var e = L(te.current.type); + if (e) return "\n\nCheck the render method of `" + e + "`."; + } + return ""; + } + ee = !1; + var le = {}; + function ae(e, t) { + if (e._store && !e._store.validated && null == e.key) { + e._store.validated = !0; + var n = (function (e) { + var t = ie(); + if (!t) { + var n = "string" == typeof e ? e : e.displayName || e.name; + n && + (t = + "\n\nCheck the top-level render call using <" + n + ">."); + } + return t; + })(t); + if (!le[n]) { + le[n] = !0; + var r = ""; + e && + e._owner && + e._owner !== te.current && + (r = " It was passed a child from " + L(e._owner.type) + "."), + re(e), + g( + 'Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', + n, + r, + ), + re(null); + } + } + } + function Ce(e, t) { + if ("object" == typeof e) + if ($(e)) + for (var n = 0; n < e.length; n++) { + var r = e[n]; + oe(r) && ae(r, t); + } + else if (oe(e)) e._store && (e._store.validated = !0); + else if (e) { + var o = (function (e) { + if (null === e || "object" != typeof e) return null; + var t = (h && e[h]) || e["@@iterator"]; + return "function" == typeof t ? t : null; + })(e); + if ("function" == typeof o && o !== e.entries) + for (var i, l = o.call(e); !(i = l.next()).done; ) + oe(i.value) && ae(i.value, t); + } + } + function se(e) { + var t, + n = e.type; + if (null != n && "string" != typeof n) { + if ("function" == typeof n) t = n.propTypes; + else { + if ( + "object" != typeof n || + (n.$$typeof !== s && n.$$typeof !== u) + ) + return; + t = n.propTypes; + } + if (t) { + var r = L(n); + !(function (e, t, n, r, o) { + var i = Function.call.bind(P); + for (var l in e) + if (i(e, l)) { + var a = void 0; + try { + if ("function" != typeof e[l]) { + var C = Error( + (r || "React class") + + ": " + + n + + " type `" + + l + + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + + typeof e[l] + + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.", + ); + throw ((C.name = "Invariant Violation"), C); + } + a = e[l]( + t, + l, + r, + n, + null, + "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED", + ); + } catch (e) { + a = e; + } + !a || + a instanceof Error || + (G(o), + g( + "%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", + r || "React class", + n, + l, + typeof a, + ), + G(null)), + a instanceof Error && + !(a.message in F) && + ((F[a.message] = !0), + G(o), + g("Failed %s type: %s", n, a.message), + G(null)); + } + })(t, e.props, "prop", r, e); + } else if (void 0 !== n.PropTypes && !ee) { + (ee = !0), + g( + "Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", + L(n) || "Unknown", + ); + } + "function" != typeof n.getDefaultProps || + n.getDefaultProps.isReactClassApproved || + g( + "getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.", + ); + } + } + var ce = {}; + function de(e, t, r, h, f, w) { + var b = (function (e) { + return ( + "string" == typeof e || + "function" == typeof e || + e === o || + e === l || + e === i || + e === c || + e === d || + e === m || + ("object" == typeof e && + null !== e && + (e.$$typeof === p || + e.$$typeof === u || + e.$$typeof === a || + e.$$typeof === C || + e.$$typeof === s || + e.$$typeof === v || + void 0 !== e.getModuleId)) + ); + })(e); + if (!b) { + var M = ""; + (void 0 === e || + ("object" == typeof e && + null !== e && + 0 === Object.keys(e).length)) && + (M += + " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."); + var H; + (M += ie()), + null === e + ? (H = "null") + : $(e) + ? (H = "array") + : void 0 !== e && e.$$typeof === n + ? ((H = "<" + (L(e.type) || "Unknown") + " />"), + (M = + " Did you accidentally export a JSX literal instead of a component?")) + : (H = typeof e), + g( + "React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", + H, + M, + ); + } + var E = J(e, t, r, f, w); + if (null == E) return E; + if (b) { + var R = t.children; + if (void 0 !== R) + if (h) + if ($(R)) { + for (var y = 0; y < R.length; y++) Ce(R[y], e); + Object.freeze && Object.freeze(R); + } else + g( + "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.", + ); + else Ce(R, e); + } + if (P.call(t, "key")) { + var T = L(e), + N = Object.keys(t).filter(function (e) { + return "key" !== e; + }), + V = + N.length > 0 + ? "{key: someKey, " + N.join(": ..., ") + ": ...}" + : "{key: someKey}"; + if (!ce[T + V]) + g( + 'A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />', + V, + T, + N.length > 0 ? "{" + N.join(": ..., ") + ": ...}" : "{}", + T, + ), + (ce[T + V] = !0); + } + return ( + e === o + ? (function (e) { + for ( + var t = Object.keys(e.props), n = 0; + n < t.length; + n++ + ) { + var r = t[n]; + if ("children" !== r && "key" !== r) { + re(e), + g( + "Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", + r, + ), + re(null); + break; + } + } + null !== e.ref && + (re(e), + g( + "Invalid attribute `ref` supplied to `React.Fragment`.", + ), + re(null)); + })(E) + : se(E), + E + ); + } + var ue = function (e, t, n) { + return de(e, t, n, !1); + }, + pe = function (e, t, n) { + return de(e, t, n, !0); + }; + (x.Fragment = o), (x.jsx = ue), (x.jsxs = pe); + })()), + x + ); +} +var A = + (S || + ((S = 1), + "production" === process.env.NODE_ENV + ? (T.exports = (function () { + if (y) return N; + y = 1; + var e = t, + n = Symbol.for("react.element"), + r = Symbol.for("react.fragment"), + o = Object.prototype.hasOwnProperty, + i = + e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED + .ReactCurrentOwner, + l = { key: !0, ref: !0, __self: !0, __source: !0 }; + function a(e, t, r) { + var a, + C = {}, + s = null, + c = null; + for (a in (void 0 !== r && (s = "" + r), + void 0 !== t.key && (s = "" + t.key), + void 0 !== t.ref && (c = t.ref), + t)) + o.call(t, a) && !l.hasOwnProperty(a) && (C[a] = t[a]); + if (e && e.defaultProps) + for (a in (t = e.defaultProps)) void 0 === C[a] && (C[a] = t[a]); + return { + $$typeof: n, + type: e, + key: s, + ref: c, + props: C, + _owner: i.current, + }; + } + return (N.Fragment = r), (N.jsx = a), (N.jsxs = a), N; + })()) + : (T.exports = _())), + T.exports); +var Z = (function () { + function e(e) { + var t = this; + (this._insertTag = function (e) { + var n; + (n = + 0 === t.tags.length + ? t.insertionPoint + ? t.insertionPoint.nextSibling + : t.prepend + ? t.container.firstChild + : t.before + : t.tags[t.tags.length - 1].nextSibling), + t.container.insertBefore(e, n), + t.tags.push(e); + }), + (this.isSpeedy = void 0 === e.speedy || e.speedy), + (this.tags = []), + (this.ctr = 0), + (this.nonce = e.nonce), + (this.key = e.key), + (this.container = e.container), + (this.prepend = e.prepend), + (this.insertionPoint = e.insertionPoint), + (this.before = null); } - return (t.Cache = e), (pt = t); - })(); - return ( - (gt = function (t) { - var n = e(t, function (e) { - return 500 === r.size && r.clear(), e; + var t = e.prototype; + return ( + (t.hydrate = function (e) { + e.forEach(this._insertTag); + }), + (t.insert = function (e) { + this.ctr % (this.isSpeedy ? 65e3 : 1) == 0 && + this._insertTag( + (function (e) { + var t = document.createElement("style"); + return ( + t.setAttribute("data-emotion", e.key), + void 0 !== e.nonce && t.setAttribute("nonce", e.nonce), + t.appendChild(document.createTextNode("")), + t.setAttribute("data-s", ""), + t + ); + })(this), + ); + var t = this.tags[this.tags.length - 1]; + if (this.isSpeedy) { + var n = (function (e) { + if (e.sheet) return e.sheet; + for (var t = 0; t < document.styleSheets.length; t++) + if (document.styleSheets[t].ownerNode === e) + return document.styleSheets[t]; + })(t); + try { + n.insertRule(e, n.cssRules.length); + } catch (e) {} + } else t.appendChild(document.createTextNode(e)); + this.ctr++; + }), + (t.flush = function () { + this.tags.forEach(function (e) { + var t; + return null == (t = e.parentNode) ? void 0 : t.removeChild(e); }), - r = n.cache; - return n; - }), - gt + (this.tags = []), + (this.ctr = 0); + }), + e + ); + })(), + I = "-ms-", + k = "-moz-", + O = "-webkit-", + B = "comm", + D = "rule", + P = "decl", + F = "@keyframes", + U = Math.abs, + G = String.fromCharCode, + z = Object.assign; +function $(e) { + return e.trim(); +} +function W(e, t, n) { + return e.replace(t, n); +} +function j(e, t) { + return e.indexOf(t); +} +function q(e, t) { + return 0 | e.charCodeAt(t); +} +function Y(e, t, n) { + return e.slice(t, n); +} +function K(e) { + return e.length; +} +function X(e) { + return e.length; +} +function Q(e, t) { + return t.push(e), e; +} +var J = 1, + ee = 1, + te = 0, + ne = 0, + re = 0, + oe = ""; +function ie(e, t, n, r, o, i, l) { + return { + value: e, + root: t, + parent: n, + type: r, + props: o, + children: i, + line: J, + column: ee, + length: l, + return: "", + }; +} +function le(e, t) { + return z(ie("", null, null, "", null, null, 0), e, { length: -e.length }, t); +} +function ae() { + return ( + (re = ne > 0 ? q(oe, --ne) : 0), ee--, 10 === re && ((ee = 1), J--), re ); } -function en() { - if (Mt) return bt; - Mt = 1; - var e = Ot(), - t = - (Lt || - ((Lt = 1), - (wt = function (e, t) { - for ( - var n = -1, r = null == e ? 0 : e.length, o = Array(r); - ++n < r; - - ) - o[n] = t(e[n], n, e); - return o; - })), - wt), - n = It(), - r = Ft(), - o = e ? e.prototype : void 0, - a = o ? o.toString : void 0; +function Ce() { return ( - (bt = function e(o) { - if ("string" == typeof o) return o; - if (n(o)) return t(o, e) + ""; - if (r(o)) return a ? a.call(o) : ""; - var l = o + ""; - return "0" == l && 1 / o == -1 / 0 ? "-0" : l; - }), - bt + (re = ne < te ? q(oe, ne++) : 0), ee++, 10 === re && ((ee = 1), J++), re ); } -function tn() { - if (Rt) return xt; - Rt = 1; - var e = It(), - t = (function () { - if (re) return ne; - re = 1; - var e = It(), - t = Ft(), - n = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, - r = /^\w*$/; - return (ne = function (o, a) { - if (e(o)) return !1; - var l = typeof o; - return ( - !( - "number" != l && - "symbol" != l && - "boolean" != l && - null != o && - !t(o) - ) || - r.test(o) || - !n.test(o) || - (null != a && o in Object(a)) - ); - }); - })(), - n = (function () { - if (Et) return vt; - Et = 1; - var e = Jt(), - t = - /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, - n = /\\(\\)?/g, - r = e(function (e) { - var r = []; - return ( - 46 === e.charCodeAt(0) && r.push(""), - e.replace(t, function (e, t, o, a) { - r.push(o ? a.replace(n, "$1") : t || e); - }), - r - ); - }); - return (vt = r); - })(), - r = (function () { - if (yt) return Ht; - yt = 1; - var e = en(); - return (Ht = function (t) { - return null == t ? "" : e(t); - }); - })(); - return (xt = function (o, a) { - return e(o) ? o : t(o, a) ? [o] : n(r(o)); - }); +function se() { + return q(oe, ne); } -function nn() { - if (Vt) return St; - Vt = 1; - var e = tn(), - t = (function () { - if (Nt) return Tt; - Nt = 1; - var e = Ft(); - return (Tt = function (t) { - if ("string" == typeof t || e(t)) return t; - var n = t + ""; - return "0" == n && 1 / t == -1 / 0 ? "-0" : n; - }); - })(); - return ( - (St = function (n, r) { - for (var o = 0, a = (r = e(r, n)).length; null != n && o < a; ) - n = n[t(r[o++])]; - return o && o == a ? n : void 0; - }), - St +function ce() { + return ne; +} +function de(e, t) { + return Y(oe, e, t); +} +function ue(e) { + switch (e) { + case 0: + case 9: + case 10: + case 13: + case 32: + return 5; + case 33: + case 43: + case 44: + case 47: + case 62: + case 64: + case 126: + case 59: + case 123: + case 125: + return 4; + case 58: + return 3; + case 34: + case 39: + case 40: + case 91: + return 2; + case 41: + case 93: + return 1; + } + return 0; +} +function pe(e) { + return (J = ee = 1), (te = K((oe = e))), (ne = 0), []; +} +function me(e) { + return (oe = ""), e; +} +function he(e) { + return $(de(ne - 1, ve(91 === e ? e + 2 : 40 === e ? e + 1 : e))); +} +function fe(e) { + for (; (re = se()) && re < 33; ) Ce(); + return ue(e) > 2 || ue(re) > 3 ? "" : " "; +} +function ge(e, t) { + for ( + ; + --t && + Ce() && + !(re < 48 || re > 102 || (re > 57 && re < 65) || (re > 70 && re < 97)); + ); + return de(e, ce() + (t < 6 && 32 == se() && 32 == Ce())); +} +function ve(e) { + for (; Ce(); ) + switch (re) { + case e: + return ne; + case 34: + case 39: + 34 !== e && 39 !== e && ve(re); + break; + case 40: + 41 === e && ve(e); + break; + case 92: + Ce(); + } + return ne; } -var rn = Zt( - (function () { - if (At) return _t; - At = 1; - var e = nn(); - return (_t = function (t, n, r) { - var o = null == t ? void 0 : e(t, n); - return void 0 === o ? r : o; - }); - })(), -); -const on = { - white: "#fff", - sectionOneBG: "#fff", - defaultFontColor: "#000", - bulletColor: "#2781B0", - borderColor: "#E2E2E2", - boxBackground: "#FBFAFA", - mainGrey: "#5B5C5C", - disabledGrey: "#E6EBEB", - hoverGrey: "#E6EAEB", - pressedGrey: "#D5D7D8", - actionDisabledGrey: "#E7EAEB", - mainBlue: "#07193E", - hoverBlue: "#0D2453", - pressedBlue: "#05132F", - mainRed: "#C51B3F", - hoverRed: "#FCF2F4", - lightRed: "#C83B51", - divisorColor: "#E3E3E3", - disabledBGGrey: "#D5D7D7", - disabledInnerGrey: "#B4B4B4", - logoLabel: "#000000", - logoLabelInverse: "#fff", - promoBlue: "#A6DFEF", - footerDivider: "#F2F2F2", - promoBG: "#000110", - loaderColor: "#113053", - headerBG: "#FFFFFF", - headerBorder: "#E5E5E5", - headerColor: "#000000", - tooltipBG: "#737373", - tooltipColor: "#FFFFFF", - labelColor: "#07193E", - mainGreen: "#4CCB92", - checkBoxBorder: "#c3c3c3", - iconButtonBG: "#F8F8F8", - iconButtonActive: "#5B5C5C80", - iconButtonHover: "#EFEFEF", - iconButtonDisabled: "#E6EBEB", - iconButtonColor: "#7C7C7C", - backLinkColor: "#073052", - backLinkArrow: "#081C42", - backLinkHover: "#eaedee", - commonLinkColor: "#969FA8", - breadcrumbsBackground: "#FCFCFD", - breadcrumbsBackBorder: "#EAEDEE", - breadcrumbsText: "#969FA8", - actionsListBorder: "#F1F1F1", - disabledActionsColor: "#EBEBEB", - optionTextColor: "#5E5E5E", - modalCloseColor: "#757575", - modalCloseHoverBG: "#EAEAEA", - modalOverlayBG: "#00000050", - bulletBGColor: "#F1F4F4", - placeholder: "#858585", - readBoxTextColor: "#696969", - secondAction: "#005C7E", - secondActionHover: "#1B779A", - secondActionActive: "#07506A", - mainOrange: "#FFBD62", - menuBackground: - "linear-gradient(90deg, rgba(2,49,80,1) 0%, rgba(0,39,77,1) 50%, rgba(11,34,69,1) 100%)", - menuDropArrowColor: "#8399AB", - menuDropArrowBackground: "#0A1C3C", - menuSelectedOption: - "linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(20,88,122,1) 100%)", - menuCommonColor: "#CADAE8", - menuColorDivider: "#0F446C", - menuCollapseColor: "#E8E8E8", - menuIconBG: "#06274E", - menuIconBorder: "#052148", - tabBorder: "#EAEAEA", - codeEditorComment: "#6e7781", - codeEditorEntityTag: "#116329", - codeEditorEntity: "#8250df", - codeEditorSublimelinterGutterMark: "#8c959f", - codeEditorConstant: "#0550ae", - codeEditorString: "#0a3069", - codeEditorKeyword: "#cf222e", - codeEditorMarkupBold: "#24292f", - codeEditorRegexp: "#ffaa00", - linkColor: "#2781B0", - mutedText: "#87888d", - disabledOnSwitchBG: "#a9d3c5", - sliderDisabledBG: "#dbdbdb", - }, - an = { - dark: "#181F2A", - sectionOneBG: "#283140", - defaultFontColor: "#C4C9D0", - bulletColor: "#4B586A", - borderColor: "#8E98A9", - boxBackground: "#283140", - mainGrey: "#A2ADC0", - disabledGrey: "#494A4D", - hoverGrey: "#4B586A", - borderPressedGrey: "#707988", - pressedGrey: "#333D4B", - mainWhite: "#E6ECEC", - disabledWhite: "#B5BCBD", - hoverWhite: "#EFEDED", - pressedWhite: "#C3CBCB", - mainRed: "#FF3958", - hoverRed: "#4B586A", - divisorColor: "#E3E3E3", - disabledBGGrey: "#616A7C", - disabledInnerGrey: "#3A3F4A", - logoLabel: "#A3B7D9", - logoLabelInverse: "#fff", - footerDivider: "#545D6A", - footerColor: "#85B3EE", - promoBG: "#000106", - loaderColor: "#8E98A9", - headerBG: "#212936", - headerBorder: "#191E28", - headerColor: "#E9F5F6", - tooltipBG: "#8E98A9", - tooltipColor: "#161C24", - labelColor: "#A2ADC0", - mainGreen: "#58FAB1", - checkBoxBorder: "#8E98A9", - iconButtonBG: "#A2ADC0", - iconButtonActive: "#707988", - iconButtonHover: "#4B586A", - iconButtonDisabled: "#494A4D", - iconButtonColor: "#283140", - backLinkColor: "#8E98A9", - backLinkArrow: "#A2ADC0", - backLinkHover: "#3A3F4A", - modalCloseColor: "#4B586A", - modalCloseHoverBG: "#4B586A", - modalOverlayBG: "#00010650", - bulletBGColor: "#D5DEEF", - disabledSwitchBG: "#494A4C", - disabledOnSwitchBG: "#a2d7c3", - disabledBulletBG: "#4B586B", - placeholder: "#494A4D", - readBoxTextColor: "#707988", - secondAction: "#1B637E", - secondActionHover: "#297E9D", - secondActionActive: "#145B76", - mainOrange: "#fCCE9D", - menuBackground: "#242D3E", - menuDropArrowColor: "#8E98A9", - menuDropArrowBackground: "#1C2436", - menuSelectedOption: - "linear-gradient(90deg, rgba(0,0,0,0) 0%, #1B212C 100%)", - menuCommonColor: "#8E98A9", - menuColorDivider: "#323C4E", - menuCollapseColor: "#E8E8E8", - menuIconBG: "#161F30", - menuIconBorder: "#151E2E", - menuHoverSelectedBorderIcon: "#0E1119", - menuHoverSelectedBG: "#909AAB", - codeEditorComment: "#8b949e", - codeEditorEntityTag: "#7ee787", - codeEditorEntity: "#d2a8ff", - codeEditorSublimelinterGutterMark: "#8E98A9", - codeEditorConstant: "#79c0ff", - codeEditorString: "#a5d6ff", - codeEditorKeyword: "#ff7b72", - codeEditorMarkupBold: "#c9d1d9", - codeEditorRegexp: "#ffd582", - linkColor: "#85B3EE", - mutedText: "#767a80", - disabledSliderBullet: "#939393", - }, - ln = { - white: "#FFF", - fontColor: "#1D2125", - mainBackgroundColor: "#F3F4F6", - menuSelectionColor: "#DCEAFD", - switchBG: "#2B64E5", - secondaryBlue: "#4082F1", - green: "#15CBCE", - lightGreen: "#CCFBF7", - orange: "#FDBC2E", - lightOrange: "#FEF1C7", - danger: "#FE5F57", - lightRed: "#FFE2E1", - borderColor: "#D1D5DB", - disabledGrey: "#E5E7EB", - disabledGreyText: "#9CA3AF", - disabledBlue: "#DCEAFD", - disabledBlueText: "#64A4F6", - disabledBlueRegular: "#C1DBFC", - disabledSecondary: "#D1D5DB", - disabledSecondaryText: "#9CA3AF", - blueBorderActionButton: "#2350D2", - redBorder: "#A5190F", - disabledRed: "#FFE2E1", - disabledRedText: "#F1756F", - mutedText: "#6B7280", - headerLabelText: "#3A3D41", - plainIconButtonBorder: "#CBD5E1", - plainIconButtonBG: "#F1F5F9", - plainIconButtonColor: "#475569", - linkColor: "#306CE8", - modalCloseColor: "#454D59", - modalBorderColor: "#E3E6EA", - modalOverlayBG: "rgba(55, 59, 66, 0.50)", - modalTitleColor: "#21242B", - buttonDisabledBG: "#E3E6EA", - buttonDisabledLabel: "#798797", - defaultButtonPressed: "#CAD1D7", - bgColorBgShell: "#F4F6F7", - colorTextLabel: "rgba(0,0,0,0.65)", - colorBorderSubtle: "#CAD1D7", - colorBgHover: "#E3E6EA", - errorColorPrimaryText: "#FF3100", - colorBorder: "#CFD0D2", - colorText: "#000000E0", - colorBgDisabled: "#E3E6EA", - colorTextDisabled: "#00000040", - colorTextDestructive: "#FF3100", - destructiveColorBorder: "#FF3100", - neutralColorBorder: "#D6DAE1", - buttonNeutralColorTextHover: "#000000E0", - }, - Cn = { - bgColor: b["Color/Neutral/colorBgBase"].lightMode, - fontColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - borderColor: b["Color/Neutral/Border/colorBorderMinimal"].lightMode, - bulletColor: b["Color/Neutral/Text/colorTextSecondary"].lightMode, - logoColor: b["Color/Brand/_minio/Raspberry"].lightMode, - logoLabelColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - logoLabelInverse: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - loaderColor: b["Color/Base/Royal/10"].lightMode, - linkColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - secondaryLinkColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - boxBackground: b["Color/Neutral/Bg/colorBgShell"].lightMode, - mutedText: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - secondaryText: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - colors: S("lightMode"), - borderRadius: x, - paddingSizes: y, - boxShadows: M, - box: { - border: "transparent", - shadow: "0px 2px 2px 0px rgba(121, 135, 151, 0.15)", - backgroundColor: b["Color/Neutral/Bg/colorBgContainer"].lightMode, - }, - signalColors: { - main: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - danger: b["Color/Brand/Error/colorPrimaryText"].lightMode, - good: b["Color/Brand/Success/colorPrimaryText"].lightMode, - info: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - warning: b["Color/Brand/Warning/colorPrimaryText"].lightMode, - disabled: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - dark: b["Color/Neutral/Text/colorTextLabel"].lightMode, - clear: b["Color/Neutral/colorBgBase"].lightMode, - selectBlue: b["Color/Brand/Primary/colorPrimaryBgHover"].lightMode, - }, - buttons: { - primary: { - enabled: { - border: b["Color/Brand/Primary/colorPrimaryBorder"].lightMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - background: `linear-gradient(180deg, ${b["Color/Base/Royal/5"].lightMode} 0%, ${b["Color/Base/Royal/6"].lightMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - shadow: "0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - text: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Primary/colorPrimaryBorder"].lightMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - background: `linear-gradient(180deg, ${b["Color/Base/Royal/6"].lightMode} 0%, ${b["Color/Base/Royal/7"].lightMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - shadow: "0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset", - }, - pressed: { - border: b["Color/Brand/Primary/colorPrimaryBorder"].lightMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - background: `linear-gradient(180deg, ${b["Color/Base/Royal/6"].lightMode} 0%, ${b["Color/Base/Royal/7"].lightMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - shadow: "none", - }, - }, - secondary: { - enabled: { - border: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - text: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - background: b["Color/Neutral/Bg/colorBgContainer"].lightMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - text: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - shadow: "none", - }, - }, - destructive: { - enabled: { - border: b["Color/Brand/Error/colorPrimaryBorder"].lightMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - background: `linear-gradient(180deg, ${b["Color/Base/Sunset/5"].lightMode} 0%, ${b["Color/Base/Sunset/6"].lightMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - shadow: "0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - text: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Error/colorPrimaryBorder"].lightMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - background: `linear-gradient(180deg, ${b["Color/Base/Sunset/6"].lightMode} 0%, ${b["Color/Base/Sunset/7"].lightMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - shadow: "0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset", - }, - pressed: { - border: b["Color/Brand/Error/colorPrimaryBorder"].lightMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - background: `linear-gradient(180deg, ${b["Color/Base/Sunset/6"].lightMode} 0%, ${b["Color/Base/Sunset/7"].lightMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - shadow: "none", - }, - }, - "primary-lighter": { - enabled: { - border: b["Color/Brand/Primary/colorPrimaryBg"].lightMode, - text: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - background: b["Color/Brand/Primary/colorPrimaryBg"].lightMode, - iconColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - text: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Primary/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Primary/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Primary/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Primary/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Primary/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Primary/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Primary/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Primary/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - }, - "secondary-lighter": { - enabled: { - border: b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - text: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - background: b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - text: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - }, - "destructive-lighter": { - enabled: { - border: b["Color/Brand/Error/colorPrimaryBg"].lightMode, - text: b["Color/Brand/Error/colorPrimaryText"].lightMode, - background: b["Color/Brand/Error/colorPrimaryBg"].lightMode, - iconColor: b["Color/Brand/Error/colorPrimaryText"].lightMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - text: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - }, - "primary-ghost": { - enabled: { - border: "transparent", - text: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - background: "transparent", - iconColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - text: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Primary/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Primary/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Primary/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Primary/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Primary/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Primary/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Primary/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Primary/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - }, - "secondary-ghost": { - enabled: { - border: "transparent", - text: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - background: "transparent", - iconColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - text: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - }, - "destructive-ghost": { - enabled: { - border: "transparent", - text: b["Color/Brand/Error/colorPrimaryText"].lightMode, - background: "transparent", - iconColor: b["Color/Brand/Error/colorPrimaryText"].lightMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - text: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, - text: b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, - background: b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, - iconColor: b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, - shadow: "none", - }, - }, - }, - login: { - formBG: ln.white, - bgFilter: "none", - promoBG: on.promoBG, - formBorder: ln.disabledGrey, - formShadow: "0px 2px 8px 0px rgba(156, 163, 175, 0.15)", - promoHeader: ln.white, - promoText: ln.white, - footerElements: ln.fontColor, - footerDivider: ln.fontColor, - }, - pageHeader: { color: on.headerColor }, - tooltip: { background: on.tooltipBG, color: on.tooltipColor }, - commonInput: { labelColor: ln.fontColor }, - checkbox: { - checkBoxBorder: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - checkBoxBackground: b["Color/Neutral/Bg/colorBgFields"].lightMode, - checkBoxHoverBorder: b["Color/Neutral/Border/colorBorderBold"].lightMode, - checkBoxHoverBackground: b["Color/Neutral/Bg/colorBgFields"].lightMode, - checkBoxFocusBorder: - b["Color/Brand/Primary/colorPrimaryBorder"].lightMode, - checkBoxFocusBackground: b["Color/Neutral/Bg/colorBgFields"].lightMode, - checkBoxFocusShadow: "0px 0px 0px 4px rgba(43, 100, 229, 0.30)", - checkBoxActiveBorder: b["Color/Brand/Primary/colorPrimary"].lightMode, - checkBoxActiveBackground: b["Color/Brand/Primary/colorPrimary"].lightMode, - checkBoxActiveCheckboxColor: - b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - checkBoxActiveHoverCheckboxColor: - b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - checkBoxActiveHoverBackground: - b["Color/Brand/Primary/colorPrimaryHover"].lightMode, - checkBoxActiveHoverBorder: - b["Color/Brand/Primary/colorPrimaryHover"].lightMode, - checkBoxFocusActiveBorder: - b["Color/Brand/Primary/colorPrimaryActive"].lightMode, - checkBoxFocusActiveBackground: - b["Color/Brand/Primary/colorPrimaryActive"].lightMode, - checkBoxFocusActiveCheckboxColor: - b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - checkBoxFocusActiveHoverBackground: - b["Color/Brand/Primary/colorPrimaryHover"].lightMode, - disabledBorder: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - disabledBackground: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - disabledColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - }, - radioGroup: { - radioBorder: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - radioBackground: b["Color/Neutral/Bg/colorBgShell"].lightMode, - radioHoverBorder: b["Color/Brand/Primary/colorPrimaryHover"].lightMode, - radioActiveBorder: b["Color/Brand/Primary/colorPrimary"].lightMode, - radioActiveBackground: b["Color/Brand/Primary/colorPrimary"].lightMode, - radioActiveCheck: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - radioHoverActiveBorder: - b["Color/Brand/Primary/colorPrimaryHover"].lightMode, - radioHoverBackground: - b["Color/Brand/Primary/colorPrimaryHover"].lightMode, - radioHoverActiveCheck: - b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - radioHoverActiveBackground: - b["Color/Brand/Primary/colorPrimaryHover"].lightMode, - radioFocusBorder: b["Color/Brand/Primary/colorPrimaryActive"].lightMode, - radioFocusBackground: - b["Color/Brand/Primary/colorPrimaryActive"].lightMode, - radioFocusCheck: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - radioFocusActiveBorder: - b["Color/Brand/Primary/colorPrimaryActive"].lightMode, - radioFocusActiveBackground: - b["Color/Brand/Primary/colorPrimaryActive"].lightMode, - radioFocusActiveCheck: - b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - radioFocusShadow: M["focusStyle-Light"], - radioDisabledBorder: - b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - radioDisabledBackground: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - radioDisabledCheck: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - labelColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - subLabelColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - descriptionColor: b["Color/Neutral/Text/colorTextDescription"].lightMode, - }, - iconButton: { - buttonBG: "linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)", - activeBG: "linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)", - hoverBG: "linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)", - disabledBG: ln.disabledBlue, - color: ln.white, - disabledColor: ln.disabledBlueText, - }, - dataTable: { - border: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - disabledBorder: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - disabledBG: "transparent", - selected: b["Color/Neutral/Text/colorTextHeading"].lightMode, - itemDisabled: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - itemColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - hoverColor: b["Color/Brand/Control/colorBgActive"].lightMode, - titleColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - actionButton: { - border: ln.plainIconButtonBorder, - background: ln.plainIconButtonBG, - iconColor: ln.plainIconButtonColor, - hoverBorder: ln.plainIconButtonBorder, - hoverBackground: ln.plainIconButtonBG, - hoverIconColor: ln.plainIconButtonColor, - activeBorder: ln.plainIconButtonBorder, - activeBackground: ln.plainIconButtonBG, - activeIconColor: ln.plainIconButtonColor, - disabledBackground: "transparent", - disabledBorder: ln.disabledSecondary, - disabledIconColor: ln.disabledSecondaryText, - }, - }, - backLink: { - color: on.backLinkColor, - arrow: on.backLinkArrow, - hover: on.backLinkHover, - }, - inputBox: { - border: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - hoverBorder: b["Color/Brand/Primary/colorPrimaryBorder"].lightMode, - color: b["Color/Neutral/Text/colorTextHeading"].lightMode, - backgroundColor: "transparent", - error: b["Color/Brand/Error/colorPrimaryBorder"].lightMode, - placeholderColor: b["Color/Neutral/Text/colorTextPlaceholder"].lightMode, - disabledBorder: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - disabledBackground: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - disabledPlaceholder: - b["Color/Neutral/Text/colorTextPlaceholder"].lightMode, - disabledText: b["Color/Neutral/Text/colorTextPlaceholder"].lightMode, - }, - breadcrumbs: { - elementsColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - selectedColor: b["Color/Neutral/Text/colorTextDescription"].lightMode, - hoverBG: b["Color/Brand/Control/colorBgHover"].lightMode, - hoverColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - }, - actionsList: { - containerBorderColor: on.actionsListBorder, - backgroundColor: on.iconButtonBG, - disabledOptionsTextColor: on.disabledActionsColor, - optionsBorder: on.headerBorder, - optionsHoverTextColor: on.defaultFontColor, - optionsTextColor: on.optionTextColor, - titleColor: on.defaultFontColor, - }, - screenTitle: { - subtitleColor: b["Color/Neutral/Text/colorTextTertiary"].lightMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - }, - modalBox: { - closeColor: ln.modalCloseColor, - closeHoverBG: on.modalCloseHoverBG, - closeHoverColor: on.defaultFontColor, - containerColor: ln.white, - overlayColor: ln.modalOverlayBG, - titleColor: ln.modalTitleColor, - border: ln.modalBorderColor, - iconColor: { - default: ln.modalTitleColor, - accept: ln.green, - delete: ln.danger, - }, - }, - switchButton: { - bulletBGColor: ln.white, - bulletBorderColor: ln.white, - disabledBulletBGColor: ln.disabledGrey, - disabledBulletBorderColor: ln.disabledGrey, - offLabelColor: ln.mutedText, - onLabelColor: ln.fontColor, - onBackgroundColor: ln.switchBG, - switchBackground: ln.menuSelectionColor, - disabledBackground: ln.disabledSecondary, - disabledOnBackground: ln.disabledBlueText, - }, - dropdownSelector: { - hoverText: b["Color/Neutral/Text/colorTextHeading"].lightMode, - backgroundColor: b["Color/Neutral/Bg/colorBgContainer"].lightMode, - hoverBG: b["Color/Brand/Control/colorBgHover"].lightMode, - selectedBGColor: b["Color/Brand/Control/colorBgActive"].lightMode, - selectedTextColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - optionTextColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - disabledText: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - border: b["Color/Neutral/Border/colorBorderMinimal"].lightMode, - dangerText: b["Color/Brand/Error/colorPrimaryText"].lightMode, - dangerHoverBG: b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, - dangerHoverText: b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, - }, - readBox: { - borderColor: ln.borderColor, - backgroundColor: ln.disabledGrey, - textColor: ln.mutedText, - }, - menu: { - vertical: { - background: on.menuBackground, - textColor: on.menuCommonColor, - hoverSelectedIconBorder: on.white, - iconBorderColor: on.menuIconBorder, - iconBGColor: on.menuIconBG, - dropArrowColor: on.menuDropArrowColor, - dropArrowBackground: on.menuDropArrowBackground, - hoverSelectedBackground: on.menuSelectedOption, - hoverSelectedColor: on.white, - notificationColor: on.mainRed, - sectionDividerColor: on.menuColorDivider, - sectionLabelColor: on.white, - menuCollapseColor: on.menuCollapseColor, - }, - horizontal: { - menuHeaderBackground: on.menuBackground, - textColor: on.optionTextColor, - hoverSelectedIconBorder: on.defaultFontColor, - iconBorderColor: on.menuIconBorder, - iconBGColor: on.boxBackground, - dropArrowColor: on.menuDropArrowColor, - dropArrowBackground: on.boxBackground, - hoverSelectedBackground: on.mainBlue, - hoverSelectedColor: on.defaultFontColor, - notificationColor: on.lightRed, - sectionDividerColor: on.menuColorDivider, - barBackground: on.boxBackground, - dropBackground: on.boxBackground, - dropHoverSelectedColor: on.white, - noOptionsBar: on.bulletColor, - }, - }, - tabs: { - vertical: { - buttons: { - hoverLabelColor: - b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - hoverBackground: b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - backgroundColor: "transparent", - labelColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - disabledBackgroundColor: "transparent", - disabledColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - selectedBackground: "transparent", - selectedLabelColor: - b["Color/Brand/Primary/colorPrimaryText"].lightMode, - }, - backgroundColor: "transparent", - borders: "transparent", - }, - horizontal: { - buttons: { - hoverLabelColor: - b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - hoverBackground: b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - backgroundColor: "transparent", - labelColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - disabledBackgroundColor: "transparent", - disabledColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - selectedBackground: "transparent", - selectedLabelColor: - b["Color/Brand/Primary/colorPrimaryText"].lightMode, - }, - backgroundColor: "transparent", - selectedIndicatorColor: - b["Color/Brand/Primary/colorPrimaryBorder"].lightMode, - bottomBorder: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - }, - }, - codeEditor: { - backgroundColor: on.white, - textColor: on.defaultFontColor, - helpToolsBarBG: ln.mainBackgroundColor, - comment: on.codeEditorComment, - entityTag: on.codeEditorEntityTag, - entity: on.codeEditorEntity, - sublimelinterGutterMark: on.codeEditorSublimelinterGutterMark, - constant: on.codeEditorConstant, - string: on.codeEditorString, - keyword: on.codeEditorKeyword, - markupBold: on.codeEditorMarkupBold, - codeEditorRegexp: on.codeEditorRegexp, - }, - tag: { - primary: { - background: b["Color/Brand/Primary/colorPrimaryBg"].lightMode, - label: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - deleteColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - }, - secondary: { - background: b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - label: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - deleteColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - }, - destructive: { - background: b["Color/Brand/Error/colorPrimaryBg"].lightMode, - label: b["Color/Brand/Error/colorPrimaryText"].lightMode, - deleteColor: b["Color/Brand/Error/colorPrimaryText"].lightMode, - }, - }, - snackbar: { - error: { backgroundColor: ln.lightRed, labelColor: ln.fontColor }, - default: { - backgroundColor: ln.disabledBlueRegular, - labelColor: ln.fontColor, - }, - success: { backgroundColor: ln.lightGreen, labelColor: ln.fontColor }, - warning: { backgroundColor: ln.lightOrange, labelColor: ln.fontColor }, - }, - informativeMessage: { - error: { - backgroundColor: ln.lightRed, - borderColor: ln.lightRed, - textColor: ln.fontColor, - }, - default: { - backgroundColor: ln.disabledBlueRegular, - borderColor: ln.disabledBlueRegular, - textColor: ln.fontColor, - }, - success: { - backgroundColor: ln.lightGreen, - borderColor: ln.lightGreen, - textColor: ln.fontColor, - }, - warning: { - backgroundColor: ln.lightOrange, - borderColor: ln.lightOrange, - textColor: ln.fontColor, - }, - }, - notificationCount: { - none: { - backgroundColor: b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - textColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - }, - info: { - backgroundColor: b["Color/Brand/Primary/colorPrimaryBg"].lightMode, - textColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - }, - success: { - backgroundColor: b["Color/Brand/Success/colorPrimaryBg"].lightMode, - textColor: b["Color/Brand/Success/colorPrimaryText"].lightMode, - }, - warning: { - backgroundColor: b["Color/Brand/Warning/colorPrimaryBg"].lightMode, - textColor: b["Color/Brand/Warning/colorPrimaryText"].lightMode, - }, - danger: { - backgroundColor: b["Color/Brand/Error/colorPrimaryBg"].lightMode, - textColor: b["Color/Brand/Error/colorPrimaryText"].lightMode, - }, - }, - wizard: { - stepsBackground: on.boxBackground, - vertical: { - stepLabelColor: on.defaultFontColor, - selectedStepBG: on.borderColor, - selectedStepLabelColor: on.defaultFontColor, - disabledLabelColor: on.disabledInnerGrey, - }, - modal: { - stepLabelColor: ln.modalCloseColor, - selectedStepBG: ln.switchBG, - selectedStepLabelColor: ln.switchBG, - disabledLabelColor: ln.disabledGreyText, - borderColor: ln.defaultButtonPressed, - buttonHoverBG: ln.modalBorderColor, - }, - }, - slider: { - bulletBG: on.bulletColor, - railBG: on.borderColor, - disabledRail: on.sliderDisabledBG, - disabledBullet: on.disabledInnerGrey, - }, - valuePair: { - labelColor: ln.modalTitleColor, - textColor: ln.modalTitleColor, - linkColor: ln.modalCloseColor, - }, - buttonGroup: { - border: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - labelColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - activeBackground: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - activeLabelColor: - b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - hoverBackground: b["Color/Brand/Neutral/colorPrimaryBgHover"].lightMode, - hoverLabelColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].lightMode, - disabledLabelColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - disabledBackground: b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - background: b["Color/Neutral/Bg/colorBgContainer"].lightMode, - secondaryBackground: b["Color/Neutral/Bg/colorBgContainer"].lightMode, - secondaryLabelColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - selectedBackground: b["Color/Brand/Control/colorBgActive"].lightMode, - selectedLabelColor: b["Color/Brand/Info/colorPrimaryActive"].lightMode, - }, - dropdownOptions: { - optionLabel: b["Color/Neutral/Text/colorTextLabel"].lightMode, - optionBG: "transparent", - hoverOptionBG: b["Color/Brand/Control/colorBgHover"].lightMode, - activeOptionBG: b["Color/Brand/Control/colorBgHover"].lightMode, - dangerLabel: b["Color/Brand/Error/colorPrimaryText"].lightMode, - disabledLabel: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - }, - boxedIcon: { - iconColor: b["Color/Neutral/Icon/colorIcon"].lightMode, - bgColor: b["Color/Neutral/Bg/colorBgSections"].lightMode, - }, - pill: { - default: { - labelColor: b["Color/Brand/Neutral/colorPrimary"].lightMode, - bgColor: b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - borderColor: b["Color/Brand/Neutral/colorPrimary"].lightMode, - }, - secondary: { - labelColor: b["Color/Brand/Error/colorPrimary"].lightMode, - bgColor: b["Color/Brand/Error/colorPrimaryBg"].lightMode, - borderColor: b["Color/Brand/Error/colorPrimary"].lightMode, - }, - current: { - labelColor: b["Color/Brand/Primary/colorPrimary"].lightMode, - bgColor: b["Color/Brand/Primary/colorPrimaryBg"].lightMode, - borderColor: b["Color/Brand/Primary/colorPrimary"].lightMode, - }, - }, - badge: { - none: { - minimalColor: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - subtleBG: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - boldBG: b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - boldLabel: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - }, - info: { - minimalColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - subtleBG: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - boldBG: b["Color/Brand/Primary/colorPrimaryBg"].lightMode, - boldLabel: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - }, - success: { - minimalColor: b["Color/Brand/Success/colorPrimaryText"].lightMode, - subtleBG: b["Color/Brand/Success/colorPrimaryText"].lightMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - boldBG: b["Color/Brand/Success/colorPrimaryBg"].lightMode, - boldLabel: b["Color/Brand/Success/colorPrimaryText"].lightMode, - }, - warning: { - minimalColor: b["Color/Brand/Warning/colorPrimaryText"].lightMode, - subtleBG: b["Color/Brand/Warning/colorPrimaryText"].lightMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - boldBG: b["Color/Brand/Warning/colorPrimaryBg"].lightMode, - boldLabel: b["Color/Brand/Warning/colorPrimaryText"].lightMode, - }, - danger: { - minimalColor: b["Color/Brand/Error/colorPrimaryText"].lightMode, - subtleBG: b["Color/Brand/Error/colorPrimaryText"].lightMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - boldBG: b["Color/Brand/Error/colorPrimaryBg"].lightMode, - boldLabel: b["Color/Brand/Error/colorPrimaryText"].lightMode, - }, - purple: { - minimalColor: b["Color/Base/Purple/6"].lightMode, - subtleBG: b["Color/Base/Purple/6"].lightMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - boldBG: b["Color/Base/Purple/1"].lightMode, - boldLabel: b["Color/Base/Purple/6"].lightMode, - }, - rose: { - minimalColor: b["Color/Base/Rose/6"].lightMode, - subtleBG: b["Color/Base/Rose/6"].lightMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - boldBG: b["Color/Base/Rose/1"].lightMode, - boldLabel: b["Color/Base/Rose/6"].lightMode, - }, - scooter: { - minimalColor: b["Color/Base/Scooter/6"].lightMode, - subtleBG: b["Color/Base/Scooter/6"].lightMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - boldBG: b["Color/Base/Scooter/1"].lightMode, - boldLabel: b["Color/Base/Scooter/6"].lightMode, - }, - disabled: { - minimalColor: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - subtleBG: b["Color/Brand/Control/colorBgHover"].lightMode, - subtleLabel: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - boldBG: b["Color/Brand/Control/colorBgHover"].lightMode, - boldLabel: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - }, - }, - notificationAlert: { - danger: { - highContrastBG: b["Color/Brand/Error/colorPrimaryBg"].lightMode, - highContrastBorder: b["Color/Brand/Error/colorPrimaryBg"].lightMode, - minimalContrastBG: b["Color/Neutral/Bg/colorBgElevated"].lightMode, - minimalContrastBorder: - b["Color/Brand/Error/colorPrimaryBorder"].lightMode, - actionColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - iconColor: b["Color/Brand/Error/colorPrimaryText"].lightMode, - contentColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - }, - success: { - highContrastBG: b["Color/Brand/Success/colorPrimaryBg"].lightMode, - highContrastBorder: b["Color/Brand/Success/colorPrimaryBg"].lightMode, - minimalContrastBG: b["Color/Neutral/Bg/colorBgElevated"].lightMode, - minimalContrastBorder: - b["Color/Brand/Success/colorPrimaryBorder"].lightMode, - actionColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - iconColor: b["Color/Brand/Success/colorPrimaryBorder"].lightMode, - contentColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - }, - warning: { - highContrastBG: b["Color/Brand/Warning/colorPrimaryBg"].lightMode, - highContrastBorder: b["Color/Brand/Warning/colorPrimaryBg"].lightMode, - minimalContrastBG: b["Color/Neutral/Bg/colorBgElevated"].lightMode, - minimalContrastBorder: - b["Color/Brand/Warning/colorPrimaryBorder"].lightMode, - actionColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - iconColor: b["Color/Brand/Warning/colorPrimaryBorder"].lightMode, - contentColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - }, - information: { - highContrastBG: b["Color/Brand/Info/colorPrimaryBg"].lightMode, - highContrastBorder: b["Color/Brand/Info/colorPrimaryBg"].lightMode, - minimalContrastBG: b["Color/Neutral/Bg/colorBgElevated"].lightMode, - minimalContrastBorder: - b["Color/Brand/Primary/colorPrimaryText"].lightMode, - actionColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - iconColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - contentColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - }, - neutral: { - highContrastBG: b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - highContrastBorder: b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - minimalContrastBG: b["Color/Neutral/Bg/colorBgElevated"].lightMode, - minimalContrastBorder: - b["Color/Brand/Neutral/colorPrimaryBorder"].lightMode, - actionColor: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryBorder"].lightMode, - contentColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, - }, - }, - linkButton: { - primary: b["Color/Brand/Primary/colorPrimaryText"].lightMode, - neutral: b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - destructive: b["Color/Brand/Error/colorPrimaryText"].lightMode, - disabled: b["Color/Neutral/Text/colorTextDisabled"].lightMode, - }, - }, - sn = { - bgColor: b["Color/Neutral/colorBgBase"].darkMode, - fontColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, - borderColor: b["Color/Neutral/Border/colorBorderMinimal"].darkMode, - bulletColor: b["Color/Neutral/Text/colorTextSecondary"].darkMode, - logoColor: b["Color/Brand/_minio/Raspberry"].darkMode, - logoLabelColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - logoLabelInverse: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - loaderColor: b["Color/Base/Royal/10"].darkMode, - linkColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - secondaryLinkColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - boxBackground: b["Color/Neutral/Bg/colorBgShell"].darkMode, - mutedText: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - secondaryText: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - colors: S("darkMode"), - borderRadius: x, - paddingSizes: y, - boxShadows: M, - box: { - border: "transparent", - shadow: "0px 2px 2px 0px rgba(121, 135, 151, 0.15)", - backgroundColor: b["Color/Neutral/Bg/colorBgContainer"].darkMode, - }, - signalColors: { - main: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - danger: b["Color/Brand/Error/colorPrimaryText"].darkMode, - good: b["Color/Brand/Success/colorPrimaryText"].darkMode, - info: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - warning: b["Color/Brand/Warning/colorPrimaryText"].darkMode, - disabled: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - dark: b["Color/Neutral/Text/colorTextLabel"].darkMode, - clear: b["Color/Neutral/colorBgBase"].darkMode, - selectBlue: b["Color/Brand/Primary/colorPrimaryBgHover"].darkMode, - }, - buttons: { - primary: { - enabled: { - border: b["Color/Brand/Primary/colorPrimaryBorder"].darkMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - background: `linear-gradient(180deg, ${b["Color/Base/Royal/5"].darkMode} 0%, ${b["Color/Base/Royal/6"].darkMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - shadow: - "0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #0B2CA2 inset", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - text: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Primary/colorPrimaryBorder"].darkMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - background: `linear-gradient(180deg, ${b["Color/Base/Royal/6"].darkMode} 0%, ${b["Color/Base/Royal/7"].darkMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - shadow: - "0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #0B2CA2 inset", - }, - pressed: { - border: b["Color/Brand/Primary/colorPrimaryBorder"].darkMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - background: `linear-gradient(180deg, ${b["Color/Base/Royal/6"].darkMode} 0%, ${b["Color/Base/Royal/7"].darkMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - shadow: "none", - }, - }, - secondary: { - enabled: { - border: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, - text: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - background: b["Color/Neutral/Bg/colorBgContainer"].darkMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - text: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - shadow: "none", - }, - }, - destructive: { - enabled: { - border: b["Color/Brand/Error/colorPrimaryBorder"].darkMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - background: `linear-gradient(180deg, ${b["Color/Base/Sunset/5"].darkMode} 0%, ${b["Color/Base/Sunset/6"].darkMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - shadow: - "0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #981701 inset", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - text: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Error/colorPrimaryBorder"].darkMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - background: `linear-gradient(180deg, ${b["Color/Base/Sunset/6"].darkMode} 0%, ${b["Color/Base/Sunset/7"].darkMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - shadow: - "0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #981701 inset", - }, - pressed: { - border: b["Color/Brand/Error/colorPrimaryBorder"].darkMode, - text: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - background: `linear-gradient(180deg, ${b["Color/Base/Sunset/6"].darkMode} 0%, ${b["Color/Base/Sunset/7"].darkMode} 100%)`, - iconColor: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - shadow: "none", - }, - }, - "primary-lighter": { - enabled: { - border: b["Color/Brand/Primary/colorPrimaryBg"].darkMode, - text: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - background: b["Color/Brand/Primary/colorPrimaryBg"].darkMode, - iconColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - text: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Primary/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Primary/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Primary/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Primary/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Primary/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Primary/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Primary/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Primary/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - }, - "secondary-lighter": { - enabled: { - border: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - text: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - background: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - text: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - }, - "destructive-lighter": { - enabled: { - border: b["Color/Brand/Error/colorPrimaryBg"].darkMode, - text: b["Color/Brand/Error/colorPrimaryText"].darkMode, - background: b["Color/Brand/Error/colorPrimaryBg"].darkMode, - iconColor: b["Color/Brand/Error/colorPrimaryText"].darkMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - text: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Error/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Error/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Error/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Error/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Error/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Error/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Error/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Error/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - }, - "primary-ghost": { - enabled: { - border: "transparent", - text: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - background: "transparent", - iconColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - text: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Primary/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Primary/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Primary/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Primary/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Primary/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Primary/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Primary/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Primary/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - }, - "secondary-ghost": { - enabled: { - border: "transparent", - text: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - background: "transparent", - iconColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - text: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - }, - "destructive-ghost": { - enabled: { - border: "transparent", - text: b["Color/Brand/Error/colorPrimaryText"].darkMode, - background: "transparent", - iconColor: b["Color/Brand/Error/colorPrimaryText"].darkMode, - shadow: "none", - }, - disabled: { - border: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - text: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - background: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - iconColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - shadow: "none", - }, - hover: { - border: b["Color/Brand/Error/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Error/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Error/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Error/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - pressed: { - border: b["Color/Brand/Error/colorPrimaryBgHover"].darkMode, - text: b["Color/Brand/Error/colorPrimaryTextHover"].darkMode, - background: b["Color/Brand/Error/colorPrimaryBgHover"].darkMode, - iconColor: b["Color/Brand/Error/colorPrimaryTextHover"].darkMode, - shadow: "none", - }, - }, - }, - login: { - formBG: an.sectionOneBG, - promoBG: an.promoBG, - bgFilter: "grayscale(50%)", - promoHeader: an.logoLabel, - promoText: an.logoLabel, - footerElements: an.footerColor, - footerDivider: an.footerDivider, - }, - pageHeader: { color: ln.headerLabelText }, - tooltip: { background: an.tooltipBG, color: an.tooltipColor }, - commonInput: { labelColor: an.labelColor }, - checkbox: { - checkBoxBorder: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, - checkBoxBackground: b["Color/Neutral/Bg/colorBgFields"].darkMode, - checkBoxHoverBorder: b["Color/Neutral/Border/colorBorderBold"].darkMode, - checkBoxHoverBackground: b["Color/Neutral/Bg/colorBgFields"].darkMode, - checkBoxFocusBorder: b["Color/Brand/Primary/colorPrimaryBorder"].darkMode, - checkBoxFocusBackground: b["Color/Neutral/Bg/colorBgFields"].darkMode, - checkBoxFocusShadow: "0px 0px 0px 4px rgba(43, 100, 229, 0.30)", - checkBoxActiveBorder: b["Color/Brand/Primary/colorPrimary"].darkMode, - checkBoxActiveBackground: b["Color/Brand/Primary/colorPrimary"].darkMode, - checkBoxActiveCheckboxColor: - b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - checkBoxActiveHoverCheckboxColor: - b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - checkBoxActiveHoverBackground: - b["Color/Brand/Primary/colorPrimaryHover"].darkMode, - checkBoxActiveHoverBorder: - b["Color/Brand/Primary/colorPrimaryHover"].darkMode, - checkBoxFocusActiveBorder: - b["Color/Brand/Primary/colorPrimaryActive"].darkMode, - checkBoxFocusActiveBackground: - b["Color/Brand/Primary/colorPrimaryActive"].darkMode, - checkBoxFocusActiveCheckboxColor: - b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - checkBoxFocusActiveHoverBackground: - b["Color/Brand/Primary/colorPrimaryHover"].darkMode, - disabledBorder: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, - disabledBackground: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - disabledColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - }, - radioGroup: { - radioBorder: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, - radioBackground: b["Color/Neutral/Bg/colorBgShell"].darkMode, - radioHoverBorder: b["Color/Brand/Primary/colorPrimaryHover"].darkMode, - radioActiveBorder: b["Color/Brand/Primary/colorPrimary"].darkMode, - radioActiveBackground: b["Color/Brand/Primary/colorPrimary"].darkMode, - radioActiveCheck: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - radioHoverActiveBorder: - b["Color/Brand/Primary/colorPrimaryHover"].darkMode, - radioHoverBackground: b["Color/Brand/Primary/colorPrimaryHover"].darkMode, - radioHoverActiveCheck: - b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - radioHoverActiveBackground: - b["Color/Brand/Primary/colorPrimaryHover"].darkMode, - radioFocusBorder: b["Color/Brand/Primary/colorPrimaryActive"].darkMode, - radioFocusBackground: - b["Color/Brand/Primary/colorPrimaryActive"].darkMode, - radioFocusCheck: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - radioFocusActiveBorder: - b["Color/Brand/Primary/colorPrimaryActive"].darkMode, - radioFocusActiveBackground: - b["Color/Brand/Primary/colorPrimaryActive"].darkMode, - radioFocusActiveCheck: - b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - radioFocusShadow: M["focusStyle-Light"], - radioDisabledBorder: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, - radioDisabledBackground: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - radioDisabledCheck: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - labelColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - subLabelColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, - descriptionColor: b["Color/Neutral/Text/colorTextDescription"].darkMode, - }, - iconButton: { - buttonBG: an.iconButtonBG, - activeBG: an.iconButtonActive, - hoverBG: an.iconButtonHover, - disabledBG: an.iconButtonDisabled, - color: an.iconButtonColor, - }, - dataTable: { - border: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, - disabledBorder: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, - disabledBG: "transparent", - selected: b["Color/Neutral/Text/colorTextHeading"].darkMode, - itemDisabled: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - itemColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - hoverColor: b["Color/Brand/Control/colorBgActive"].darkMode, - titleColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, - actionButton: { - border: ln.plainIconButtonBorder, - background: ln.plainIconButtonBG, - iconColor: ln.plainIconButtonColor, - hoverBorder: ln.plainIconButtonBorder, - hoverBackground: ln.plainIconButtonBG, - hoverIconColor: ln.plainIconButtonColor, - activeBorder: ln.plainIconButtonBorder, - activeBackground: ln.plainIconButtonBG, - activeIconColor: ln.plainIconButtonColor, - disabledBackground: "transparent", - disabledBorder: ln.disabledSecondary, - disabledIconColor: ln.disabledSecondaryText, - }, - }, - backLink: { - color: an.backLinkColor, - arrow: an.backLinkArrow, - hover: an.backLinkHover, - }, - inputBox: { - border: an.borderColor, - hoverBorder: an.mainWhite, - color: an.mainGrey, - backgroundColor: an.dark, - error: an.mainRed, - placeholderColor: an.placeholder, - disabledBorder: an.disabledGrey, - disabledBackground: an.disabledInnerGrey, - disabledPlaceholder: an.disabledGrey, - disabledText: an.disabledBGGrey, - }, - breadcrumbs: { - elementsColor: b["Color/Neutral/Text/colorTextDescription"].darkMode, - selectedColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - hoverBG: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - hoverColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - }, - actionsList: { - containerBorderColor: an.bulletColor, - backgroundColor: an.sectionOneBG, - disabledOptionsTextColor: an.disabledGrey, - optionsBorder: an.bulletColor, - optionsHoverTextColor: an.hoverWhite, - optionsTextColor: an.defaultFontColor, - titleColor: an.defaultFontColor, - }, - screenTitle: { - subtitleColor: b["Color/Neutral/Text/colorTextTertiary"].darkMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - }, - modalBox: { - closeColor: an.modalCloseColor, - closeHoverBG: an.modalCloseHoverBG, - closeHoverColor: an.defaultFontColor, - containerColor: an.boxBackground, - overlayColor: an.modalOverlayBG, - titleColor: an.defaultFontColor, - iconColor: { - default: an.mainGrey, - accept: an.mainGreen, - delete: an.mainRed, - }, - }, - switchButton: { - bulletBGColor: an.bulletBGColor, - bulletBorderColor: an.mainWhite, - disabledBulletBGColor: an.disabledBulletBG, - disabledBulletBorderColor: an.backLinkArrow, - offLabelColor: an.hoverGrey, - onLabelColor: an.hoverWhite, - onBackgroundColor: an.mainGreen, - switchBackground: an.backLinkArrow, - disabledBackground: an.disabledSwitchBG, - disabledOnBackground: an.disabledOnSwitchBG, - }, - dropdownSelector: { - hoverText: b["Color/Neutral/Text/colorTextHeading"].darkMode, - backgroundColor: "transparent", - hoverBG: b["Color/Brand/Control/colorBgHover"].darkMode, - selectedBGColor: b["Color/Brand/Control/colorBgActive"].darkMode, - selectedTextColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - optionTextColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - disabledText: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - border: b["Color/Neutral/Border/colorBorderMinimal"].darkMode, - dangerText: b["Color/Brand/Error/colorPrimaryText"].darkMode, - dangerHoverBG: b["Color/Brand/Error/colorPrimaryBgHover"].darkMode, - dangerHoverText: b["Color/Brand/Error/colorPrimaryTextHover"].darkMode, - }, - readBox: { - borderColor: an.headerBorder, - backgroundColor: an.boxBackground, - textColor: an.readBoxTextColor, - }, - menu: { - vertical: { - background: an.menuBackground, - textColor: an.menuCommonColor, - hoverSelectedIconBorder: an.menuHoverSelectedBorderIcon, - iconBorderColor: an.menuIconBorder, - iconBGColor: an.menuIconBG, - dropArrowColor: an.menuDropArrowColor, - dropArrowBackground: an.menuDropArrowBackground, - hoverSelectedBackground: an.menuSelectedOption, - hoverSelectedColor: an.headerColor, - notificationColor: an.mainRed, - sectionDividerColor: an.menuColorDivider, - sectionLabelColor: an.headerColor, - menuCollapseColor: an.menuCollapseColor, - }, - horizontal: { - menuHeaderBackground: an.menuBackground, - textColor: an.defaultFontColor, - hoverSelectedIconBorder: an.defaultFontColor, - iconBorderColor: an.menuIconBorder, - iconBGColor: an.boxBackground, - dropArrowColor: an.menuDropArrowColor, - dropArrowBackground: an.boxBackground, - hoverSelectedBackground: an.mainGrey, - hoverSelectedColor: an.headerColor, - notificationColor: an.mainRed, - sectionDividerColor: an.menuColorDivider, - barBackground: an.boxBackground, - dropBackground: an.boxBackground, - dropHoverSelectedColor: an.dark, - noOptionsBar: an.mainGrey, - }, - }, - tabs: { - vertical: { - buttons: { - hoverLabelColor: - b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - hoverBackground: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - backgroundColor: "transparent", - labelColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, - disabledBackgroundColor: "transparent", - disabledColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - selectedBackground: "transparent", - selectedLabelColor: - b["Color/Brand/Primary/colorPrimaryText"].darkMode, - }, - backgroundColor: "transparent", - borders: "transparent", - }, - horizontal: { - buttons: { - hoverLabelColor: - b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - hoverBackground: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - backgroundColor: "transparent", - labelColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, - disabledBackgroundColor: "transparent", - disabledColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - selectedBackground: "transparent", - selectedLabelColor: - b["Color/Brand/Primary/colorPrimaryText"].darkMode, - }, - backgroundColor: "transparent", - selectedIndicatorColor: - b["Color/Brand/Primary/colorPrimaryBorder"].darkMode, - bottomBorder: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, - }, - }, - codeEditor: { - backgroundColor: an.boxBackground, - textColor: an.mainWhite, - helpToolsBarBG: an.boxBackground, - comment: an.codeEditorComment, - entityTag: an.codeEditorEntityTag, - entity: an.codeEditorEntity, - sublimelinterGutterMark: an.codeEditorSublimelinterGutterMark, - constant: an.codeEditorConstant, - string: an.codeEditorString, - keyword: an.codeEditorKeyword, - markupBold: an.codeEditorMarkupBold, - codeEditorRegexp: an.codeEditorRegexp, - }, - tag: { - primary: { - background: b["Color/Brand/Primary/colorPrimaryBg"].darkMode, - label: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - deleteColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - }, - secondary: { - background: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - label: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - deleteColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - }, - destructive: { - background: b["Color/Brand/Error/colorPrimaryBg"].darkMode, - label: b["Color/Brand/Error/colorPrimaryText"].darkMode, - deleteColor: b["Color/Brand/Error/colorPrimaryText"].darkMode, - }, - }, - snackbar: { - error: { backgroundColor: an.mainRed, labelColor: an.mainWhite }, - default: { backgroundColor: an.mainGrey, labelColor: an.dark }, - success: { backgroundColor: an.mainGreen, labelColor: an.dark }, - warning: { backgroundColor: an.mainOrange, labelColor: an.dark }, - }, - informativeMessage: { - error: { - backgroundColor: an.mainRed, - borderColor: an.mainRed, - textColor: an.mainWhite, - }, - default: { - backgroundColor: an.mainGrey, - borderColor: an.mainGrey, - textColor: an.dark, - }, - success: { - backgroundColor: an.mainGreen, - borderColor: an.mainGreen, - textColor: an.dark, - }, - warning: { - backgroundColor: an.mainOrange, - borderColor: an.mainOrange, - textColor: an.dark, - }, - }, - notificationCount: { - none: { - backgroundColor: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - textColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - }, - info: { - backgroundColor: b["Color/Brand/Primary/colorPrimaryBg"].darkMode, - textColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - }, - success: { - backgroundColor: b["Color/Brand/Success/colorPrimaryBg"].darkMode, - textColor: b["Color/Brand/Success/colorPrimaryText"].darkMode, - }, - warning: { - backgroundColor: b["Color/Brand/Warning/colorPrimaryBg"].darkMode, - textColor: b["Color/Brand/Warning/colorPrimaryText"].darkMode, - }, - danger: { - backgroundColor: b["Color/Brand/Error/colorPrimaryBg"].darkMode, - textColor: b["Color/Brand/Error/colorPrimaryText"].darkMode, - }, - }, - wizard: { - stepsBackground: an.boxBackground, - vertical: { - stepLabelColor: an.defaultFontColor, - selectedStepBG: an.borderColor, - selectedStepLabelColor: an.dark, - disabledLabelColor: an.disabledGrey, - }, - modal: { - stepLabelColor: an.defaultFontColor, - selectedStepBG: an.borderColor, - selectedStepLabelColor: an.mainWhite, - disabledLabelColor: an.disabledGrey, - }, - }, - slider: { - bulletBG: an.defaultFontColor, - railBG: an.footerDivider, - disabledRail: an.disabledSwitchBG, - disabledBullet: an.disabledSliderBullet, - }, - pill: { - default: { - labelColor: b["Color/Brand/Neutral/colorPrimary"].darkMode, - bgColor: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - borderColor: b["Color/Brand/Neutral/colorPrimary"].darkMode, - }, - secondary: { - labelColor: b["Color/Brand/Error/colorPrimary"].darkMode, - bgColor: b["Color/Brand/Error/colorPrimaryBg"].darkMode, - borderColor: b["Color/Brand/Error/colorPrimary"].darkMode, - }, - current: { - labelColor: b["Color/Brand/Primary/colorPrimary"].darkMode, - bgColor: b["Color/Brand/Primary/colorPrimaryBg"].darkMode, - borderColor: b["Color/Brand/Primary/colorPrimary"].darkMode, - }, - }, - buttonGroup: { - border: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, - labelColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - activeBackground: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - activeLabelColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - hoverBackground: b["Color/Brand/Neutral/colorPrimaryBgHover"].darkMode, - hoverLabelColor: b["Color/Brand/Neutral/colorPrimaryTextHover"].darkMode, - disabledLabelColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - disabledBackground: b["Color/Neutral/Bg/colorBgDisabled"].darkMode, - background: b["Color/Neutral/Bg/colorBgContainer"].darkMode, - secondaryBackground: b["Color/Neutral/Bg/colorBgContainer"].darkMode, - secondaryLabelColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - selectedBackground: b["Color/Brand/Control/colorBgActive"].darkMode, - selectedLabelColor: b["Color/Brand/Info/colorPrimaryActive"].darkMode, - }, - dropdownOptions: { - optionLabel: b["Color/Neutral/Text/colorTextLabel"].darkMode, - optionBG: "transparent", - hoverOptionBG: b["Color/Brand/Control/colorBgHover"].darkMode, - activeOptionBG: b["Color/Brand/Control/colorBgHover"].darkMode, - dangerLabel: b["Color/Brand/Error/colorPrimaryText"].darkMode, - disabledLabel: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - }, - boxedIcon: { - iconColor: b["Color/Neutral/Icon/colorIcon"].darkMode, - bgColor: b["Color/Neutral/Bg/colorBgSections"].darkMode, - }, - badge: { - none: { - minimalColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - subtleBG: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - boldBG: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - boldLabel: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - }, - info: { - minimalColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - subtleBG: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - boldBG: b["Color/Brand/Primary/colorPrimaryBg"].darkMode, - boldLabel: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - }, - success: { - minimalColor: b["Color/Brand/Success/colorPrimaryText"].darkMode, - subtleBG: b["Color/Brand/Success/colorPrimaryText"].darkMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - boldBG: b["Color/Brand/Success/colorPrimaryBg"].darkMode, - boldLabel: b["Color/Brand/Success/colorPrimaryText"].darkMode, - }, - warning: { - minimalColor: b["Color/Brand/Warning/colorPrimaryText"].darkMode, - subtleBG: b["Color/Brand/Warning/colorPrimaryText"].darkMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - boldBG: b["Color/Brand/Warning/colorPrimaryBg"].darkMode, - boldLabel: b["Color/Brand/Warning/colorPrimaryText"].darkMode, - }, - danger: { - minimalColor: b["Color/Brand/Error/colorPrimaryText"].darkMode, - subtleBG: b["Color/Brand/Error/colorPrimaryText"].darkMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - boldBG: b["Color/Brand/Error/colorPrimaryBg"].darkMode, - boldLabel: b["Color/Brand/Error/colorPrimaryText"].darkMode, - }, - purple: { - minimalColor: b["Color/Base/Purple/6"].darkMode, - subtleBG: b["Color/Base/Purple/6"].darkMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - boldBG: b["Color/Base/Purple/1"].darkMode, - boldLabel: b["Color/Base/Purple/6"].darkMode, - }, - rose: { - minimalColor: b["Color/Base/Rose/6"].darkMode, - subtleBG: b["Color/Base/Rose/6"].darkMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - boldBG: b["Color/Base/Rose/1"].darkMode, - boldLabel: b["Color/Base/Rose/6"].darkMode, - }, - scooter: { - minimalColor: b["Color/Base/Scooter/6"].darkMode, - subtleBG: b["Color/Base/Scooter/6"].darkMode, - subtleLabel: b["Color/Neutral/Text/colorTextLightSolid"].darkMode, - boldBG: b["Color/Base/Scooter/1"].darkMode, - boldLabel: b["Color/Base/Scooter/6"].darkMode, - }, - disabled: { - minimalColor: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - subtleBG: b["Color/Brand/Control/colorBgHover"].darkMode, - subtleLabel: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - boldBG: b["Color/Brand/Control/colorBgHover"].darkMode, - boldLabel: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - }, - }, - notificationAlert: { - danger: { - highContrastBG: b["Color/Brand/Error/colorPrimaryBg"].darkMode, - highContrastBorder: b["Color/Brand/Error/colorPrimaryBg"].darkMode, - minimalContrastBG: b["Color/Neutral/Bg/colorBgElevated"].darkMode, - minimalContrastBorder: - b["Color/Brand/Error/colorPrimaryBorder"].darkMode, - actionColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - iconColor: b["Color/Brand/Error/colorPrimaryText"].darkMode, - contentColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - }, - success: { - highContrastBG: b["Color/Brand/Success/colorPrimaryBg"].darkMode, - highContrastBorder: b["Color/Brand/Success/colorPrimaryBg"].darkMode, - minimalContrastBG: b["Color/Neutral/Bg/colorBgElevated"].darkMode, - minimalContrastBorder: - b["Color/Brand/Success/colorPrimaryBorder"].darkMode, - actionColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - iconColor: b["Color/Brand/Success/colorPrimaryBorder"].darkMode, - contentColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - }, - warning: { - highContrastBG: b["Color/Brand/Warning/colorPrimaryBg"].darkMode, - highContrastBorder: b["Color/Brand/Warning/colorPrimaryBg"].darkMode, - minimalContrastBG: b["Color/Neutral/Bg/colorBgElevated"].darkMode, - minimalContrastBorder: - b["Color/Brand/Warning/colorPrimaryBorder"].darkMode, - actionColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - iconColor: b["Color/Brand/Warning/colorPrimaryBorder"].darkMode, - contentColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - }, - information: { - highContrastBG: b["Color/Brand/Info/colorPrimaryBg"].darkMode, - highContrastBorder: b["Color/Brand/Info/colorPrimaryBg"].darkMode, - minimalContrastBG: b["Color/Neutral/Bg/colorBgElevated"].darkMode, - minimalContrastBorder: - b["Color/Brand/Primary/colorPrimaryText"].darkMode, - actionColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - iconColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - contentColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - }, - neutral: { - highContrastBG: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - highContrastBorder: b["Color/Brand/Neutral/colorPrimaryBg"].darkMode, - minimalContrastBG: b["Color/Neutral/Bg/colorBgElevated"].darkMode, - minimalContrastBorder: - b["Color/Brand/Neutral/colorPrimaryBorder"].darkMode, - actionColor: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - iconColor: b["Color/Brand/Neutral/colorPrimaryBorder"].darkMode, - contentColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, - titleColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, - }, - }, - linkButton: { - primary: b["Color/Brand/Primary/colorPrimaryText"].darkMode, - neutral: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, - destructive: b["Color/Brand/Error/colorPrimaryText"].darkMode, - disabled: b["Color/Neutral/Text/colorTextDisabled"].darkMode, - }, - }, - cn = require("../assets/fonts/Geist/Geist-Black.woff2"), - dn = require("../assets/fonts/Geist/Geist-Bold.woff2"), - un = require("../assets/fonts/Geist/Geist-Light.woff2"), - mn = require("../assets/fonts/Geist/Geist-Regular.woff2"), - pn = require("../assets/fonts/Geist/Geist-Thin.woff2"), - hn = require("../assets/fonts/Geist/Geist-SemiBold.woff2"), - gn = require("../assets/fonts/Geist/Geist-Medium.woff2"), - fn = require("../assets/fonts/Geist/Geist-UltraLight.woff2"), - vn = require("../assets/fonts/Geist/GeistMono-Regular.woff2"), - En = p` - ${({ theme: e }) => `\n /* Fonts */\n @font-face {\n font-family: "Geist";\n src: url(${dn}) format("woff2");\n font-weight: bold;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${gn}) format("woff2");\n font-weight: 500;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${hn}) format("woff2");\n font-weight: 600;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${un}) format("woff2");\n font-weight: 300;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${fn}) format("woff2");\n font-weight: 200;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${cn}) format("woff2");\n font-weight: 900;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${mn}) format("woff2");\n font-weight: normal;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${pn}) format("woff2");\n font-weight: 100;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "GeistMono";\n src: url(${vn}) format("woff2");\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n }\n \n /* Main Page styling */\n \n *, *::before, *::after {\n font-family: 'Geist', sans-serif;\n box-sizing: inherit;\n outline:0;\n }\n \n html {\n box-sizing: border-box;\n -webkit-text-size-adjust: 100%;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n \n body {\n background-color: ${rn(e, "bgColor", ln.mainBackgroundColor)};\n color: ${rn(e, "fontColor", ln.fontColor)};\n minHeight: 100vh;\n font-family: 'Geist', sans-serif;\n margin: 0;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-weight: 400;\n font-size: 14px;\n line-height: 1.5;\n transition: background-color 0s\n }\n \n fieldset, section {\n border: 1px solid ${rn(e, "borderColor", ln.borderColor)};\n border-radius: 3px;\n background-color: transparent;\n padding: 25px;\n }\n \n a {\n color: ${rn(e, "linkColor", ln.linkColor)};\n }\n \n a:hover {\n color: ${rn(e, "linkColor", ln.linkColor)};\n }\n \n hr {\n border-top: 0;\n border-left: 0;\n border-right: 0;\n border-bottom: 1px solid ${rn(e, "borderColor", ln.borderColor)};\n background-color: transparent;\n }\n \n ul {\n padding-left: 20px;\n list-style: none;\n \n li:not([class*="Mui"])::before {\n content: '■';\n color: ${rn(e, "bulletColor", on.bulletColor)};\n font-size: 20px;\n display: inline-block;\n width: 1em;\n margin-left: -1em;\n }\n \n ul {\n list-style: none;\n li:not([class*="Mui"])::before {\n content: "○";\n color: ${rn(e, "bulletColor", on.bulletColor)},\n font-size: 20px;\n display: inline-block;\n width: 1em;\n margin-left: -1em;\n }\n }\n }\n \n button:active, button:focus, input: active, input:focus {\n outline: 0;\n }\n \n .min-icon {\n width: 26px;\n }\n \n #root: {\n height: 100%;\n width: 100%;\n display: flex;\n flex-flow: column;\n align-items: stretch;\n }\n \n #preload {\n display: none;\n }\n \n #loader-block {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100vh;\n justify-content: center;\n align-items: center;\n }\n \n .muted {\n color: ${rn(e, "mutedText", ln.mutedText)};\n font-size: 14px;\n }\n \n .error {\n color: ${rn(e, "signalColors.danger", ln.danger)};\n }\n \n /* Text Vars */\n .SM_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n }\n .SM_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 600;\n line-height: 16px;\n }\n .Base_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n .Base_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px; \n letter-spacing: 0.16px;\n }\n .LG_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 16px;\n font-style: normal;\n font-weight: 400;\n line-height: 24px;\n }\n .LG_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n letter-spacing: 0.16px;\n }\n .XL_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 20px;\n font-style: normal;\n font-weight: 400;\n line-height: 28px;\n }\n .XL_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 20px;\n font-style: normal;\n font-weight: 600;\n line-height: 28px;\n }\n .Heading3 {\n font-family: Geist;\n font-size: 30px;\n font-style: normal;\n font-weight: 600;\n line-height: 38px;\n }\n `} -`; -function wn(e) { +function we(e, t) { + for (; Ce() && e + re !== 57 && (e + re !== 84 || 47 !== se()); ); + return "/*" + de(t, ne - 1) + "*" + G(47 === e ? e : Ce()); +} +function Le(e) { + for (; !ue(se()); ) Ce(); + return de(e, ne); +} +function be(e) { + return me(Me("", null, null, null, [""], (e = pe(e)), 0, [0], e)); +} +function Me(e, t, n, r, o, i, l, a, C) { + for ( + var s = 0, + c = 0, + d = l, + u = 0, + p = 0, + m = 0, + h = 1, + f = 1, + g = 1, + v = 0, + w = "", + L = o, + b = i, + M = r, + H = w; + f; + + ) + switch (((m = v), (v = Ce()))) { + case 40: + if (108 != m && 58 == q(H, d - 1)) { + -1 != j((H += W(he(v), "&", "&\f")), "&\f") && (g = -1); + break; + } + case 34: + case 39: + case 91: + H += he(v); + break; + case 9: + case 10: + case 13: + case 32: + H += fe(m); + break; + case 92: + H += ge(ce() - 1, 7); + continue; + case 47: + switch (se()) { + case 42: + case 47: + Q(Ee(we(Ce(), ce()), t, n), C); + break; + default: + H += "/"; + } + break; + case 123 * h: + a[s++] = K(H) * g; + case 125 * h: + case 59: + case 0: + switch (v) { + case 0: + case 125: + f = 0; + case 59 + c: + -1 == g && (H = W(H, /\f/g, "")), + p > 0 && + K(H) - d && + Q( + p > 32 + ? Re(H + ";", r, n, d - 1) + : Re(W(H, " ", "") + ";", r, n, d - 2), + C, + ); + break; + case 59: + H += ";"; + default: + if ( + (Q((M = He(H, t, n, s, c, o, a, w, (L = []), (b = []), d)), i), + 123 === v) + ) + if (0 === c) Me(H, t, M, M, L, i, d, a, b); + else + switch (99 === u && 110 === q(H, 3) ? 100 : u) { + case 100: + case 108: + case 109: + case 115: + Me( + e, + M, + M, + r && Q(He(e, M, M, 0, 0, o, a, w, o, (L = []), d), b), + o, + b, + d, + a, + r ? L : b, + ); + break; + default: + Me(H, M, M, M, [""], b, 0, a, b); + } + } + (s = c = p = 0), (h = g = 1), (w = H = ""), (d = l); + break; + case 58: + (d = 1 + K(H)), (p = m); + default: + if (h < 1) + if (123 == v) --h; + else if (125 == v && 0 == h++ && 125 == ae()) continue; + switch (((H += G(v)), v * h)) { + case 38: + g = c > 0 ? 1 : ((H += "\f"), -1); + break; + case 44: + (a[s++] = (K(H) - 1) * g), (g = 1); + break; + case 64: + 45 === se() && (H += he(Ce())), + (u = se()), + (c = d = K((w = H += Le(ce())))), + v++; + break; + case 45: + 45 === m && 2 == K(H) && (h = 0); + } + } + return i; +} +function He(e, t, n, r, o, i, l, a, C, s, c) { + for ( + var d = o - 1, u = 0 === o ? i : [""], p = X(u), m = 0, h = 0, f = 0; + m < r; + ++m + ) + for (var g = 0, v = Y(e, d + 1, (d = U((h = l[m])))), w = e; g < p; ++g) + (w = $(h > 0 ? u[g] + " " + v : W(v, /&\f/g, u[g]))) && (C[f++] = w); + return ie(e, t, n, 0 === o ? D : a, C, s, c); +} +function Ee(e, t, n) { + return ie(e, t, n, B, G(re), Y(e, 2, -2), 0); +} +function Re(e, t, n, r) { + return ie(e, t, n, P, Y(e, 0, r), Y(e, r + 1, -1), r); +} +function ye(e, t) { + for (var n = "", r = X(e), o = 0; o < r; o++) n += t(e[o], o, e, t) || ""; + return n; +} +function Te(e, t, n, r) { + switch (e.type) { + case "@layer": + if (e.children.length) break; + case "@import": + case P: + return (e.return = e.return || e.value); + case B: + return ""; + case F: + return (e.return = e.value + "{" + ye(e.children, r) + "}"); + case D: + e.value = e.props.join(","); + } + return K((n = ye(e.children, r))) ? (e.return = e.value + "{" + n + "}") : ""; +} +var Ne = function (e) { + var t = new WeakMap(); + return function (n) { + if (t.has(n)) return t.get(n); + var r = e(n); + return t.set(n, r), r; + }; +}; +function Ve(e) { var t = Object.create(null); return function (n) { return void 0 === t[n] && (t[n] = e(n)), t[n]; }; } -var Ln = - /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, - bn = wn(function (e) { - return ( - Ln.test(e) || - (111 === e.charCodeAt(0) && - 110 === e.charCodeAt(1) && - e.charCodeAt(2) < 91) - ); - }); -const Mn = ({ darkMode: e = !1, children: n, customTheme: r }) => { - let o = e ? sn : Cn; - r && (o = r); - return t.createElement( - h, - { shouldForwardProp: (e, t) => "string" != typeof t || bn(e) }, - t.createElement(g, { theme: o }, n), +var Se = function (e, t, n) { + for ( + var r = 0, o = 0; + (r = o), (o = se()), 38 === r && 12 === o && (t[n] = 1), !ue(o); + + ) + Ce(); + return de(e, ne); + }, + xe = function (e, t) { + return me( + (function (e, t) { + var n = -1, + r = 44; + do { + switch (ue(r)) { + case 0: + 38 === r && 12 === se() && (t[n] = 1), (e[n] += Se(ne - 1, t, n)); + break; + case 2: + e[n] += he(r); + break; + case 4: + if (44 === r) { + (e[++n] = 58 === se() ? "&\f" : ""), (t[n] = e[n].length); + break; + } + default: + e[n] += G(r); + } + } while ((r = Ce())); + return e; + })(pe(e), t), ); }, - Hn = m.div( - ({ - theme: e, - sx: t, - withBorders: n, - customBorderPadding: r, - customBorderRadius: o, - useBackground: a, - }) => { - let l = {}; - return ( - n && - (l = { - border: `${rn(e, "box.border", ln.disabledGrey)} 1px solid`, - borderRadius: o || 16, - padding: r || 24, - backgroundColor: e.colors["Color/Neutral/colorWhite"], - }), - { - backgroundColor: a - ? rn(e, "boxBackground", "#FBFAFA") - : "transparent", - ...l, - ...V(t, e), - } - ); - }, - ), - yn = t.forwardRef( - ( - { - sx: e, - children: n, - customBorderPadding: r, - customBorderRadius: o = 16, - className: a, - withBorders: l, - ...i - }, - C, - ) => - t.createElement( - Hn, - { - ...i, - sx: e, - customBorderPadding: r, - customBorderRadius: o, - ref: C, - withBorders: l, - className: `box ${l ? "with-borders" : ""} ${a || ""}`, - }, - n, - ), - ), - xn = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { - fillRule: "evenodd", - clipRule: "evenodd", - d: "M3.50501 5.50502C3.77838 5.23166 4.2216 5.23166 4.49496 5.50502L7.99999 9.01005L11.505 5.50502C11.7784 5.23166 12.2216 5.23166 12.495 5.50502C12.7683 5.77839 12.7683 6.22161 12.495 6.49497L8.49496 10.495C8.2216 10.7683 7.77838 10.7683 7.50501 10.495L3.50501 6.49497C3.23165 6.22161 3.23165 5.77839 3.50501 5.50502Z", - fill: "currentColor", - }), - ), - Rn = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { - fillRule: "evenodd", - clipRule: "evenodd", - d: "M7.50501 5.50502C7.77838 5.23166 8.2216 5.23166 8.49496 5.50502L12.495 9.50502C12.7683 9.77839 12.7683 10.2216 12.495 10.495C12.2216 10.7683 11.7784 10.7683 11.505 10.495L7.99999 6.98995L4.49496 10.495C4.2216 10.7683 3.77838 10.7683 3.50501 10.495C3.23165 10.2216 3.23165 9.77839 3.50501 9.50502L7.50501 5.50502Z", - fill: "currentColor", - }), - ), - Tn = m.div(({ theme: e, sx: t }) => ({ - borderBottom: `1px solid ${rn(e, "borderColor", on.borderColor)}`, - borderRadius: 2, - ...V(t, e), - })), - Nn = m.div(({ theme: e }) => ({ - display: "flex", - alignItems: "center", - justifyContent: "space-between", - padding: `${y.sizeXXS}px 0`, - cursor: "pointer", - userSelect: "none", - fontSize: 14, - fontStyle: "normal", - fontWeight: 600, - lineHeight: "20px", - letterSpacing: "0.16px", - color: e.colors["Color/Neutral/Text/colorTextHeading"], - "&.disabled": { - cursor: "not-allowed", - color: e.colors["Color/Neutral/Text/colorTextDisabled"], - }, - })), - Sn = m.div(({ theme: e, expanded: t, backgroundColor: n }) => ({ - borderTop: 0, - display: "grid", - gridTemplateRows: t ? "1fr" : "0fr", - transition: "250ms grid-template-rows ease", - "& .expandSubContainer": { - overflow: "hidden", - padding: t ? y.sizeXS : 0, - transition: t ? "initial" : "250ms padding ease 150ms", - display: "flex", - flexDirection: "column", - gap: 16, - backgroundColor: n - ? e.colors["Color/Neutral/Bg/colorBgSections"] - : "initial", - color: e.colors["Color/Neutral/Text/colorTextLabel"], - marginBottom: t ? y.sizeXS : 0, - "& > div:last-of-type": { marginBottom: 36 }, - }, - })), - Vn = ({ - title: e, - expanded: n, - children: r, - onTitleClick: o, - disabled: a, - id: l, - contentBackgroundColor: i = !1, - sx: C, - }) => - t.createElement( - Tn, - { id: l, sx: C, className: "accordion" }, - t.createElement( - Nn, - { - onClick: () => (a ? null : o()), - className: "accordionTitle " + (a ? "disabled" : ""), - }, - e, - n ? t.createElement(Rn, null) : t.createElement(xn, null), - ), - t.createElement( - Sn, - { className: "accordionContent", expanded: n, backgroundColor: i }, - t.createElement(yn, { className: "expandSubContainer" }, r), - ), - ), - _n = f` - from { - opacity: 0; - } - to { - opacity: 1; - } -`, - An = m.span( - { display: "inline-flex", position: "relative" }, - v` - &:hover { - & .tooltipElement { - display: block; - animation: ${_n} 1s; + _e = new WeakMap(), + Ae = function (e) { + if ("rule" === e.type && e.parent && !(e.length < 1)) { + for ( + var t = e.value, + n = e.parent, + r = e.column === n.column && e.line === n.line; + "rule" !== n.type; + + ) + if (!(n = n.parent)) return; + if ((1 !== e.props.length || 58 === t.charCodeAt(0) || _e.get(n)) && !r) { + _e.set(e, !0); + for ( + var o = [], i = xe(t, o), l = n.props, a = 0, C = 0; + a < i.length; + a++ + ) + for (var s = 0; s < l.length; s++, C++) + e.props[C] = o[a] ? i[a].replace(/&\f/g, l[s]) : l[s] + " " + i[a]; } } - `, - ), - kn = m.div(({ theme: e, placement: t }) => { - const n = "6px", - r = e.colors["Color/Neutral/Bg/colorBgContrast"], - o = e.colors["Color/Neutral/Text/colorTextContrast"]; - let a = {}; - const l = { - content: "' '", - left: "50%", - border: "solid transparent", - height: 0, - width: 0, - position: "absolute", - pointerEvents: "none", - borderWidth: n, - marginLeft: `calc(${n} * -1);`, - }; - switch (t) { - case "top": - a = { - transform: "translateX(-50%) translateY(-50%)", - "&::before": { ...l, top: "100%", borderTopColor: r }, - }; - break; - case "right": - a = { - transform: "translateX(0) translateY(-50%)", - "&::before": { - ...l, - left: `calc(${n} * -1)`, - top: "50%", - transform: "translateX(0) translateY(-50%)", - }, - }; - break; - case "left": - a = { - transform: "translateX(-100%) translateY(-50%)", - "&::before": { - ...l, - left: "auto", - right: `calc(${n} * -2)`, - top: "50%", - transform: "translateX(0) translateY(-50%)", - borderLeftColor: r, - }, - }; - break; - default: - a = { - transform: "translateX(-50%)", - "&::before": { ...l, bottom: "100%", borderBottomColor: r }, - }; + }, + Ze = function (e) { + if ("decl" === e.type) { + var t = e.value; + 108 === t.charCodeAt(0) && + 98 === t.charCodeAt(2) && + ((e.return = ""), (e.value = "")); } - return { - position: "fixed", - borderRadius: 4, - borderWidth: 1, - borderColor: e.colors["Color/Neutral/Border/colorBorderSubtle"], - color: o, - background: r, - lineHeight: 1, - zIndex: 10001, - padding: 8, - paddingTop: 4, - paddingBottom: 4, - minWidth: 100, - fontSize: 12, - boxShadow: - "0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 1px 6px -1px rgba(0, 0, 0, 0.07), 0px 2px 4px 0px rgba(0, 0, 0, 0.07)", - maxWidth: 350, - ...a, - }; - }), - Zn = ({ placement: e, content: n, anchorEl: r }) => { - let o = {}, - a = e; - if (r) { - const t = r.getBoundingClientRect(), - n = document.documentElement.offsetWidth, - l = document.documentElement.offsetHeight; - switch (e) { - case "bottom": - t.top + t.height + 45 > l && (a = "top"); - break; - case "left": - t.left - 175 < 0 && (a = "right"); - break; - case "right": - t.left + t.width + 175 > n && (a = "left"); - break; - case "top": - t.top < 45 && (a = "bottom"); + }; +function Ie(e, t) { + switch ( + (function (e, t) { + return 45 ^ q(e, 0) + ? (((((((t << 2) ^ q(e, 0)) << 2) ^ q(e, 1)) << 2) ^ q(e, 2)) << 2) ^ + q(e, 3) + : 0; + })(e, t) + ) { + case 5103: + return O + "print-" + e + e; + case 5737: + case 4201: + case 3177: + case 3433: + case 1641: + case 4457: + case 2921: + case 5572: + case 6356: + case 5844: + case 3191: + case 6645: + case 3005: + case 6391: + case 5879: + case 5623: + case 6135: + case 4599: + case 4855: + case 4215: + case 6389: + case 5109: + case 5365: + case 5621: + case 3829: + return O + e + e; + case 5349: + case 4246: + case 4810: + case 6968: + case 2756: + return O + e + k + e + I + e + e; + case 6828: + case 4268: + return O + e + I + e + e; + case 6165: + return O + e + I + "flex-" + e + e; + case 5187: + return ( + O + e + W(e, /(\w+).+(:[^]+)/, O + "box-$1$2" + I + "flex-$1$2") + e + ); + case 5443: + return O + e + I + "flex-item-" + W(e, /flex-|-self/, "") + e; + case 4675: + return ( + O + e + I + "flex-line-pack" + W(e, /align-content|flex-|-self/, "") + e + ); + case 5548: + return O + e + I + W(e, "shrink", "negative") + e; + case 5292: + return O + e + I + W(e, "basis", "preferred-size") + e; + case 6060: + return ( + O + + "box-" + + W(e, "-grow", "") + + O + + e + + I + + W(e, "grow", "positive") + + e + ); + case 4554: + return O + W(e, /([^-])(transform)/g, "$1" + O + "$2") + e; + case 6187: + return ( + W(W(W(e, /(zoom-|grab)/, O + "$1"), /(image-set)/, O + "$1"), e, "") + e + ); + case 5495: + case 3959: + return W(e, /(image-set\([^]*)/, O + "$1$`$1"); + case 4968: + return ( + W( + W(e, /(.+:)(flex-)?(.*)/, O + "box-pack:$3" + I + "flex-pack:$3"), + /s.+-b[^;]+/, + "justify", + ) + + O + + e + + e + ); + case 4095: + case 3583: + case 4068: + case 2532: + return W(e, /(.+)-inline(.+)/, O + "$1$2") + e; + case 8116: + case 7059: + case 5753: + case 5535: + case 5445: + case 5701: + case 4933: + case 4677: + case 5533: + case 5789: + case 5021: + case 4765: + if (K(e) - 1 - t > 6) + switch (q(e, t + 1)) { + case 109: + if (45 !== q(e, t + 4)) break; + case 102: + return ( + W( + e, + /(.+:)(.+)-([^]+)/, + "$1" + + O + + "$2-$3$1" + + k + + (108 == q(e, t + 3) ? "$3" : "$2-$3"), + ) + e + ); + case 115: + return ~j(e, "stretch") + ? Ie(W(e, "stretch", "fill-available"), t) + e + : e; + } + break; + case 4949: + if (115 !== q(e, t + 1)) break; + case 6444: + switch (q(e, K(e) - 3 - (~j(e, "!important") && 10))) { + case 107: + return W(e, ":", ":" + O) + e; + case 101: + return ( + W( + e, + /(.+:)([^;!]+)(;|!.+)?/, + "$1" + + O + + (45 === q(e, 14) ? "inline-" : "") + + "box$3$1" + + O + + "$2$3$1" + + I + + "$2box$3", + ) + e + ); } - switch (a) { - case "bottom": - o = { top: t.top + t.height + 10, left: t.left + t.width / 2 }; - break; - case "left": - o = { top: t.top + t.height / 2, left: t.left - 12 }; - break; - case "right": - o = { top: t.top + t.height / 2, left: t.left + t.width + 12 }; - break; - case "top": - o = { top: t.top - t.height / 2 - 10, left: t.left + t.width / 2 }; + break; + case 5936: + switch (q(e, t + 11)) { + case 114: + return O + e + I + W(e, /[svh]\w+-[tblr]{2}/, "tb") + e; + case 108: + return O + e + I + W(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e; + case 45: + return O + e + I + W(e, /[svh]\w+-[tblr]{2}/, "lr") + e; } - } - return t.createElement( - kn, - { placement: a, style: o, className: "SM_Normal" }, - n, - ); - }, - In = ({ - children: e, - tooltip: n, - errorProps: r, - placement: i = "bottom", - }) => { - const [C, s] = o(null), - [c, d] = o(!1); - return "" === n - ? t.createElement(a, null, r ? l(e, { ...r }) : e) - : t.createElement( - a, - null, - t.createElement( - An, - { - onPointerEnter: (e) => { - s(e.currentTarget), d(!0); - }, - onPointerLeave: () => { - d(!1); - }, - }, - r ? l(e, { ...r }) : e, - c && - w( - t.createElement(Zn, { placement: i, content: n, anchorEl: C }), - document.body, - ), - ), - ); - }, - Bn = m.button(({ theme: e }) => ({ - display: "inline-flex", - alignItems: "center", - justifyContent: "flex-start", - color: rn(e, "actionsList.optionsTextColor", "#5E5E5E"), - width: "100%", - height: 22, - margin: 0, - padding: "0 15px", - fontSize: 14, - fontWeight: "normal", - whiteSpace: "nowrap", - backgroundColor: "transparent", - border: "none", - cursor: "pointer", - "&:hover": { - backgroundColor: "transparent", - color: rn(e, "actionsList.optionsHoverTextColor", "#000"), - }, - "& svg": { width: 11, marginRight: 8 }, - "&:disabled": { - color: rn(e, "actionsList.disabledOptionsTextColor", "#EBEBEB"), - cursor: "not-allowed", - }, - "& .buttonIcon": { width: 11 }, - })), - On = ({ icon: e, label: n, ...r }) => t.createElement(Bn, { ...r }, e, n), - Dn = m.div(({ theme: e, sx: t }) => ({ - "& .titleLabel": { - fontSize: 14, - fontWeight: "700", - color: rn(e, "actionsList.titleColor", "#000"), - padding: "12px 30px 8px 22px", - whiteSpace: "nowrap", - textOverflow: "ellipsis", - overflow: "hidden", - alignItems: "center", + return O + e + I + e + e; + } + return e; +} +var ke = [ + function (e, t, n, r) { + if (e.length > -1 && !e.return) + switch (e.type) { + case P: + e.return = Ie(e.value, e.length); + break; + case F: + return ye([le(e, { value: W(e.value, "@", "@" + O) })], r); + case D: + if (e.length) + return (function (e, t) { + return e.map(t).join(""); + })(e.props, function (t) { + switch ( + (function (e, t) { + return (e = t.exec(e)) ? e[0] : e; + })(t, /(::plac\w+|:read-\w+)/) + ) { + case ":read-only": + case ":read-write": + return ye( + [le(e, { props: [W(t, /:(read-\w+)/, ":-moz-$1")] })], + r, + ); + case "::placeholder": + return ye( + [ + le(e, { + props: [W(t, /:(plac\w+)/, ":" + O + "input-$1")], + }), + le(e, { props: [W(t, /:(plac\w+)/, ":-moz-$1")] }), + le(e, { props: [W(t, /:(plac\w+)/, I + "input-$1")] }), + ], + r, + ); + } + return ""; + }); + } }, - "& .objectActions": { - backgroundColor: rn(e, "actionsList.backgroundColor", "#F8F8F8"), - border: `${rn(e, "actionsList.containerBorderColor", "#F1F1F1")} 1px solid`, - borderRadius: 3, - margin: "8px 22px", - padding: 0, - "& span": { width: "100%" }, - "& li": { - listStyle: "none", - padding: 6, - margin: 0, - borderBottom: `${rn(e, "actionsList.optionsBorder", "#E5E5E5")} 1px solid`, - fontSize: 14, - "&:first-of-type": { - padding: 10, - fontWeight: "bold", - color: rn(e, "actionsList.titleColor", "#000"), + ], + Oe = function (e) { + var t = e.key; + if ("css" === t) { + var n = document.querySelectorAll("style[data-emotion]:not([data-s])"); + Array.prototype.forEach.call(n, function (e) { + -1 !== e.getAttribute("data-emotion").indexOf(" ") && + (document.head.appendChild(e), e.setAttribute("data-s", "")); + }); + } + var r, + o, + i = e.stylisPlugins || ke, + l = {}, + a = []; + (r = e.container || document.head), + Array.prototype.forEach.call( + document.querySelectorAll('style[data-emotion^="' + t + ' "]'), + function (e) { + for ( + var t = e.getAttribute("data-emotion").split(" "), n = 1; + n < t.length; + n++ + ) + l[t[n]] = !0; + a.push(e); }, - "&:last-of-type": { borderBottom: 0 }, - "&::before": { content: "' '!important" }, - }, - }, - ...V(t, e), - })), - Pn = ({ sx: e, items: n, title: r }) => - t.createElement( - Dn, - { sx: e }, - t.createElement("div", { className: "titleLabel" }, r), - t.createElement( - "ul", - { className: "objectActions" }, - t.createElement("li", null, "Actions:"), - n.map((e, n) => - t.createElement( - "li", - { key: `action-element-${n.toString()}` }, - t.createElement( - In, - { tooltip: e.tooltip || "" }, - t.createElement(On, { - label: e.label, - icon: e.icon, - onClick: e.action, - disabled: e.disabled, - style: { pointerEvents: e.disabled ? "none" : "initial" }, - }), - ), - ), - ), - ), - ), - Fn = m.svg((e) => ({ fill: rn(e, "theme.logoColor", "#C51C3F") })), - Un = ({ width: e, onClick: n }) => - t.createElement( - Fn, - { viewBox: "0 0 162.612 24.465", width: e, onClick: n }, - t.createElement("path", { - d: "M52.751.414h9.108v23.63h-9.108zM41.711.74l-18.488 9.92a.919.919 0 0 1-.856 0L3.879.74A2.808 2.808 0 0 0 2.558.414h-.023A2.4 2.4 0 0 0 0 2.641v21.376h9.1V13.842a.918.918 0 0 1 1.385-.682l10.361 5.568a3.634 3.634 0 0 0 3.336.028l10.933-5.634a.917.917 0 0 1 1.371.69v10.205h9.1V2.641A2.4 2.4 0 0 0 43.055.414h-.023a2.808 2.808 0 0 0-1.321.326zm65.564-.326h-9.237v10.755a.913.913 0 0 1-1.338.706L72.762.675a2.824 2.824 0 0 0-1.191-.261h-.016a2.4 2.4 0 0 0-2.535 2.227v21.377h9.163V13.275a.914.914 0 0 1 1.337-.707l24.032 11.2a2.813 2.813 0 0 0 1.188.26 2.4 2.4 0 0 0 2.535-2.227zm7.161 23.63V.414h4.191v23.63zm28.856.421c-11.274 0-19.272-4.7-19.272-12.232C124.02 4.741 132.066 0 143.292 0s19.32 4.7 19.32 12.233-7.902 12.232-19.32 12.232zm0-21.333c-8.383 0-14.84 3.217-14.84 9.1 0 5.926 6.457 9.1 14.84 9.1s14.887-3.174 14.887-9.1c0-5.883-6.504-9.1-14.887-9.1z", - }), - ), - Gn = m.svg((e) => { - let t = rn(e, "theme.logoLabelColor", "#000"); - return ( - e.inverse && (t = rn(e, "theme.logoLabelInverse", "#fff")), - { - "& .minioSection": { fill: rn(e, "theme.logoColor", "#C51C3F") }, - "& .minioApplicationName": { fill: t }, - } - ); - }), - zn = ({ ...e }) => t.createElement(Gn, { ...e }), - $n = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 397.3 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioSection", - d: "M102.5,11.5V4.2c0-1.7,1.4-3.2,3.2-3.2h17.7c3.5,0,4.4,4.8,1.2,6.1l-17.7,7.3\n\t\tC104.8,15.3,102.5,13.8,102.5,11.5", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M58.9,49.8h16.2L49,1.3H28.6L2.1,49.8h19.5l22.6-9.4c3.1-1.3,2.2-5.8-1.2-5.8H25.8l13-25.6\n\t\tC38.7,8.8,58.9,49.8,58.9,49.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M185.7,6.6l-4.5,9.4c-7-3.7-16.2-5.6-24.4-5.6c-8.2,0-12.8,1.5-12.8,4.3c0,3.2,5.9,4.1,17.5,5\n\t\tc16.1,1.2,26.3,4.8,26.3,14.5s-11.4,16.5-30.1,16.5c-13,0-23-3.2-29.7-8.8l6.9-8.2c5.2,4.4,14.8,6.8,24,6.8s14.5-2.1,14.5-5.2\n\t\tc0-3.5-6.4-4.4-18.9-5.4c-13.6-1-24.8-4.5-24.8-14.2c0-8.9,10.4-15.5,28.3-15.5C168.1,0.3,177.9,2.2,185.7,6.6", - }), - t.createElement("polygon", { - className: "minioApplicationName", - points: - "215.6,49.8 215.6,11.3 191.4,11.3 191.4,1.2 253.5,1.2 253.5,11.3 229.3,11.3 229.3,49.8 \t", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M326.8,25.4c0,15.3-14.4,25.3-35.6,25.3s-35.5-10-35.5-25.3s14.6-25.2,35.5-25.2S326.8,9.8,326.8,25.4\n\t\t M270.3,25.3c0,9.4,8.5,15.4,20.9,15.4s20.7-6,20.7-15.4c0-10.2-8.4-14.9-20.7-14.9S270.3,15.1,270.3,25.3", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M395.2,49.8l-20.6-18.2c11.9,0,19.5-7.3,19.5-15.1c0-8.6-7.9-15.2-25.9-15.2h-31.9v48.5h13.8V11.1h16.1\n\t\tc8.8,0,13.2,1.9,13.2,6.4s-3.4,7.1-12.5,7.1h-7.9c-1.8,0-3,0.4-3.5,1.7c-0.4,1.1-0.1,2.2,1.9,4.3L376,49.8L395.2,49.8L395.2,49.8z", - }), - t.createElement("rect", { - x: "80.6", - y: "1.2", - className: "minioApplicationName", - width: "13.8", - height: "48.4", - }), - ), - ), - Wn = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 576.2 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement( - "g", - { id: "Layer_1" }, - t.createElement( - "g", - { id: "Layer_1-2", "data-name": "Layer_1" }, - t.createElement( - "g", - { id: "Layer_1-2" }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioSection", - d: "M312.6,49.1h0Z", - }), - t.createElement("path", { - className: "minioSection", - d: "M82.3,26.9v20.5c0,1.1-.3,1.3-1.4,1.3h-13.5c-.9,0-1.2-.2-1.2-1.2v-18.5c0-2.1-1.1-2.8-2.9-1.7l-18,10.5c-2.4,1.5-4.7,1.4-7.1,0-5.6-3.5-11.3-6.9-17-10.4-.6-.4-1.3-.8-2.1-.4-.8.5-.9,1.2-.9,2v18.5c0,.9-.3,1.1-1.1,1.1H3.3c-.9,0-1.1-.3-1.1-1.1V6.7c0-1.9.5-3.6,2.3-4.5,1.8-1,3.5-.6,5.2.4,10.3,6.3,20.6,12.6,30.9,18.9,1.2.7,2,.7,3.1,0,10.4-6.4,20.8-12.7,31.1-19,2.7-1.6,5.7-.8,6.9,1.9.3.7.3,1.4.3,2.1v20.4s.3,0,.3,0Z", - }), - t.createElement("path", { - className: "minioSection", - d: "M123.3,26.8V6.4c0-3.8,3.4-5.9,6.8-4.1,13.7,7.3,27.4,14.6,41.1,21.9.4.2.8.5,1.4.5,1,0,1.5-.7,1.5-2V2.8c0-.8.1-1.1,1-1.1h14.2c.8,0,1,.2,1,1v41.3c0,3.8-3.5,5.9-6.9,4-12.8-6.8-25.6-13.5-38.4-20.3-1-.5-2-1.1-3-1.6-1.7-.9-2.7-.3-2.7,1.6v19.6c0,1.1-.3,1.4-1.4,1.3h-13.8c-.8,0-1-.2-1-1v-20.8h.2Z", - }), - t.createElement("path", { - className: "minioSection", - d: "M252.7,49.6c-6.6,0-13.6-1.1-20.1-4.4-5.7-2.9-10.1-7.1-12-13.3-3.1-10,.7-19.8,9.9-25.4,5.1-3.1,10.8-4.7,16.7-5.3,7.3-.8,14.5-.3,21.6,1.9,5.8,1.9,10.9,4.8,14.5,9.8,7,9.7,4.4,23.4-5.8,30.3-4.8,3.3-10.2,5-15.9,5.8-2.7.4-5.5.6-8.9.6ZM253.4,43.3c1.8,0,3.7,0,5.6-.3,5.1-.7,9.9-2,14-5.1,7.4-5.5,8.6-15.8,2.6-22.8-2.6-3.1-6.1-4.9-9.9-6.1-6.4-2-12.9-2.3-19.5-1.3-4.4.7-8.7,2-12.3,4.8-5.4,4.1-7.5,9.5-6.2,16.1.9,5,4,8.4,8.3,10.8,5.4,3,11.2,3.9,17.4,3.9h0Z", - }), - t.createElement("path", { - className: "minioSection", - d: "M94.8,25.1V2.6c0-.9.3-1.1,1.1-1.1h14.1c.7,0,.9.1.9.9v45.5c0,.7-.2.9-.9.9h-14.2c-.9,0-1-.3-1-1.1v-22.6Z", - }), - t.createElement("path", { - className: "minioSection", - d: "M210.3,25.2v22.4c0,1-.3,1.2-1.2,1.2h-5.3c-.9,0-1.2-.2-1.2-1.2V10.6c0-12.4,0-5.4,0-8.1s.3-1.2,1.2-1.1h5.5c.8,0,1,.2,1,1v22.7h0Z", - }), - ), - ), - ), - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioSection", - d: "M369.8,24.1v-4.7c0-1.1.9-2,2-2h11.3c2.2,0,2.8,3.1.8,3.9l-11.3,4.7c-1.3.5-2.8-.4-2.8-1.9", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M341.9,48.6h10.4l-16.8-31h-13.1l-17,31h12.5l14.5-6c2-.8,1.4-3.7-.7-3.7h-11.1l8.3-16.4s12.9,26.2,12.9,26.2Z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M423.1,20.9l-2.9,6c-4.5-2.4-10.4-3.6-15.6-3.6s-8.2,1-8.2,2.7,3.8,2.7,11.2,3.2c10.3.8,16.8,3.1,16.8,9.3s-7.3,10.6-19.3,10.6-14.7-2.1-19-5.7l4.4-5.2c3.3,2.8,9.5,4.4,15.4,4.4s9.3-1.4,9.3-3.3-4.1-2.8-12.1-3.5c-8.7-.7-15.9-2.9-15.9-9.1s6.7-9.9,18.1-9.9,12.7,1.2,17.8,4", - }), - t.createElement("polygon", { - className: "minioApplicationName", - points: - "442.3 48.6 442.3 23.9 426.8 23.9 426.8 17.5 466.6 17.5 466.6 23.9 451.1 23.9 451.1 48.6 442.3 48.6", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M513.5,33c0,9.8-9.2,16.2-22.8,16.2s-22.7-6.4-22.7-16.2,9.4-16.1,22.7-16.1,22.8,6.1,22.8,16.1M477.3,32.9c0,6,5.4,9.9,13.4,9.9s13.3-3.8,13.3-9.9-5.4-9.6-13.3-9.6-13.4,3.1-13.4,9.6", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M557.3,48.6l-13.2-11.6c7.6,0,12.5-4.7,12.5-9.7s-5.1-9.7-16.6-9.7h-20.4v31.1h8.9v-24.8h10.3c5.6,0,8.5,1.2,8.5,4.1s-2.1,4.6-8,4.6h-5c-1.2,0-1.9.3-2.2,1.1-.3.7,0,1.4,1.2,2.7l11.9,12.3h12.3Z", - }), - t.createElement("rect", { - x: "355.8", - y: "17.5", - width: "8.8", - height: "31", - }), - ), - ), - ), - ), - jn = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 202.2 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("rect", { - className: "minioSection", - x: "36.3", - y: ".7", - width: "4.9", - height: "14.4", - }), - t.createElement("path", { - className: "minioSection", - d: "M30.4.9l-9.9,6.1c-.1,0-.3,0-.5,0L10.1.9c-.2-.1-.5-.2-.7-.2h0c-.8,0-1.4.6-1.4,1.4v13h4.9v-6.2c0-.4.4-.6.7-.4l5.6,3.4c.5.3,1.2.3,1.8,0l5.9-3.4c.3-.2.7,0,.7.4v6.2h4.9V2.1c0-.8-.6-1.4-1.4-1.4h0c-.3,0-.5,0-.7.2", - }), - t.createElement("path", { - className: "minioSection", - d: "M65.6.7h-5v6.6c0,.4-.4.6-.7.4L47.1.9c-.2-.1-.4-.2-.6-.2h0c-.8,0-1.4.6-1.4,1.4v13h4.9v-6.6c0-.4.4-.6.7-.4l12.9,6.8c.2.1.4.2.6.2.8,0,1.4-.6,1.4-1.4V.7h0Z", - }), - t.createElement("rect", { - className: "minioSection", - x: "69.4", - y: ".7", - width: "2.2", - height: "14.4", - }), - t.createElement("path", { - className: "minioSection", - d: "M84.9,15.4c-6,0-10.3-2.9-10.3-7.5S78.8.4,84.9.4s10.4,2.9,10.4,7.5-4.2,7.5-10.4,7.5M84.9,2.3c-4.5,0-8,2-8,5.6s3.5,5.6,8,5.6,8-1.9,8-5.6-3.5-5.6-8-5.6", - }), - t.createElement("path", { - className: "minioSection", - d: "M52.5,30.8v-3.7c0-.9.7-1.6,1.6-1.6h8.9c1.8,0,2.2,2.4.6,3.1l-8.9,3.7c-1.1.4-2.2-.3-2.2-1.5", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M30.5,50.1h8.2l-13.2-24.5h-10.3L1.8,50.1h9.9l11.4-4.8c1.5-.6,1.1-2.9-.6-2.9h-8.7l6.6-13s10.2,20.7,10.2,20.7Z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M94.6,28.2l-2.3,4.8c-3.6-1.9-8.2-2.8-12.3-2.8s-6.5.8-6.5,2.2,3,2.1,8.8,2.5c8.1.6,13.3,2.4,13.3,7.3s-5.8,8.3-15.2,8.3-11.6-1.6-15-4.5l3.5-4.1c2.6,2.2,7.5,3.5,12.2,3.5s7.3-1.1,7.3-2.6-3.2-2.2-9.6-2.7c-6.9-.5-12.5-2.3-12.5-7.2s5.3-7.8,14.3-7.8,10,1,14,3.2", - }), - t.createElement("polygon", { - className: "minioApplicationName", - points: - "109.7 50.1 109.7 30.6 97.4 30.6 97.4 25.5 128.8 25.5 128.8 30.6 116.6 30.6 116.6 50.1 109.7 50.1", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M165.9,37.8c0,7.8-7.3,12.8-18,12.8s-17.9-5-17.9-12.8,7.4-12.7,17.9-12.7,18,4.8,18,12.7M137.3,37.7c0,4.8,4.3,7.8,10.6,7.8s10.5-3,10.5-7.8-4.3-7.5-10.5-7.5-10.6,2.4-10.6,7.5", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M200.4,50.1l-10.4-9.2c6,0,9.9-3.7,9.9-7.6s-4-7.7-13.1-7.7h-16.1v24.5h7v-19.6h8.1c4.4,0,6.7,1,6.7,3.2s-1.7,3.6-6.3,3.6h-4c-.9,0-1.5.2-1.8.8-.2.5,0,1.1.9,2.2l9.4,9.7h9.7Z", - }), - t.createElement("rect", { - x: "41.4", - y: "25.6", - width: "6.9", - height: "24.5", - className: "minioApplicationName", - }), - ), - ), - qn = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.538 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M22.8,32.4h-3.2c-0.2-0.9-0.5-1.7-1-2.4c-0.5-0.7-1-1.3-1.7-1.8c-0.7-0.5-1.4-0.8-2.2-1.1\n\t\tc-0.8-0.2-1.7-0.4-2.5-0.4c-1.6,0-3.1,0.4-4.4,1.2s-2.3,2-3.1,3.6c-0.8,1.6-1.1,3.5-1.1,5.8s0.4,4.2,1.1,5.8\n\t\tc0.8,1.6,1.8,2.8,3.1,3.6c1.3,0.8,2.8,1.2,4.4,1.2c0.9,0,1.7-0.1,2.5-0.4c0.8-0.2,1.6-0.6,2.2-1.1c0.7-0.5,1.2-1.1,1.7-1.8\n\t\tc0.5-0.7,0.8-1.5,1-2.4h3.2c-0.2,1.4-0.7,2.6-1.3,3.6c-0.6,1.1-1.4,2-2.4,2.7c-0.9,0.7-2,1.3-3.2,1.7c-1.2,0.4-2.4,0.6-3.8,0.6\n\t\tc-2.3,0-4.3-0.6-6-1.7s-3.1-2.7-4.2-4.7c-1-2-1.5-4.5-1.5-7.2c0-2.8,0.5-5.2,1.5-7.2c1-2,2.4-3.6,4.2-4.7c1.8-1.1,3.8-1.7,6-1.7\n\t\tc1.3,0,2.6,0.2,3.8,0.6c1.2,0.4,2.2,1,3.2,1.7c0.9,0.7,1.7,1.7,2.4,2.7C22.1,29.8,22.5,31,22.8,32.4L22.8,32.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M29,50.6h-3.4l9.7-26.5h3.3l9.7,26.5h-3.4l-7.9-22.3H37L29,50.6z M30.3,40.3h13.6v2.8H30.3V40.3z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M72.7,32.4h-3.2c-0.2-0.9-0.5-1.7-1-2.4c-0.5-0.7-1-1.3-1.7-1.8c-0.7-0.5-1.4-0.8-2.2-1.1\n\t\tc-0.8-0.2-1.7-0.4-2.5-0.4c-1.6,0-3.1,0.4-4.4,1.2c-1.3,0.8-2.3,2-3.1,3.6c-0.8,1.6-1.1,3.5-1.1,5.8s0.4,4.2,1.1,5.8\n\t\tc0.8,1.6,1.8,2.8,3.1,3.6C59,47.6,60.4,48,62,48c0.9,0,1.7-0.1,2.5-0.4c0.8-0.2,1.6-0.6,2.2-1.1c0.7-0.5,1.2-1.1,1.7-1.8\n\t\tc0.5-0.7,0.8-1.5,1-2.4h3.2c-0.2,1.4-0.7,2.6-1.3,3.6c-0.6,1.1-1.4,2-2.4,2.7c-0.9,0.7-2,1.3-3.2,1.7C64.6,50.8,63.4,51,62,51\n\t\tc-2.3,0-4.3-0.6-6-1.7c-1.8-1.1-3.1-2.7-4.2-4.7c-1-2-1.5-4.5-1.5-7.2c0-2.8,0.5-5.2,1.5-7.2c1-2,2.4-3.6,4.2-4.7\n\t\tc1.8-1.1,3.8-1.7,6-1.7c1.3,0,2.6,0.2,3.8,0.6c1.2,0.4,2.2,1,3.2,1.7c0.9,0.7,1.7,1.7,2.4,2.7C72,29.8,72.5,31,72.7,32.4L72.7,32.4\n\t\tz", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M77.9,50.6V24.1h3.2v11.8h14.1V24.1h3.2v26.5h-3.2V38.8H81.1v11.9H77.9L77.9,50.6z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M104.9,50.6V24.1h16V27h-12.8v9h12v2.8h-12v9h13v2.8H104.9z", - }), - t.createElement("rect", { - x: "22.2", - y: "0.2", - className: "minioSection", - width: "3.8", - height: "11.3", - }), - t.createElement("path", { - className: "minioSection", - d: "M17.6,0.4L9.8,5.1c-0.1,0.1-0.3,0.1-0.4,0L1.6,0.4C1.5,0.3,1.3,0.2,1.1,0.2h0C0.5,0.2,0,0.7,0,1.3v10.2h3.8\n\t\tV6.6c0-0.3,0.3-0.5,0.6-0.3L8.8,9c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.2,0.6,0,0.6,0.3v4.9h3.8V1.3c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC18,0.2,17.8,0.3,17.6,0.4L17.6,0.4z", - }), - t.createElement("path", { - className: "minioSection", - d: "M45.3,0.2h-3.9v5.2c0,0.3-0.3,0.5-0.6,0.3L30.7,0.4c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.2\n\t\tH33V6.4c0-0.3,0.3-0.5,0.6-0.3l10.1,5.4c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.3,0.2L45.3,0.2L45.3,0.2z", + ); + var C, + s, + c = [ + Te, + ((s = function (e) { + C.insert(e); }), - t.createElement("path", { - className: "minioSection", - d: "M48.4,11.5V0.2h1.8v11.3L48.4,11.5L48.4,11.5z", + function (e) { + e.root || ((e = e.return) && s(e)); }), - t.createElement("path", { - className: "minioSection", - d: "M60.5,11.8c-4.8,0-8.1-2.3-8.1-5.9c0-3.6,3.4-5.9,8.1-5.9c4.7,0,8.2,2.3,8.2,5.9S65.3,11.8,60.5,11.8z\n\t\t M60.5,1.5c-3.5,0-6.3,1.5-6.3,4.4c0,2.8,2.7,4.4,6.3,4.4c3.5,0,6.3-1.5,6.3-4.4C66.7,3,64,1.5,60.5,1.5L60.5,1.5z", + ], + d = (function (e) { + var t = X(e); + return function (n, r, o, i) { + for (var l = "", a = 0; a < t; a++) l += e[a](n, r, o, i) || ""; + return l; + }; + })([Ae, Ze].concat(i, c)); + o = function (e, t, n, r) { + (C = n), + ye(be(e ? e + "{" + t.styles + "}" : t.styles), d), + r && (u.inserted[t.name] = !0); + }; + var u = { + key: t, + sheet: new Z({ + key: t, + container: r, + nonce: e.nonce, + speedy: e.speedy, + prepend: e.prepend, + insertionPoint: e.insertionPoint, + }), + nonce: e.nonce, + inserted: l, + registered: {}, + insert: o, + }; + return u.sheet.hydrate(a), u; + }; +function Be() { + return ( + (Be = Object.assign + ? Object.assign.bind() + : function (e) { + for (var t = 1; t < arguments.length; t++) { + var n = arguments[t]; + for (var r in n) ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]); + } + return e; }), - ), - ), - Yn = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.538 52", inverse: e, onClick: n }, - t.createElement("path", { - d: "m22.19,31.57h-3.13c-.19-.9-.51-1.69-.96-2.37-.46-.68-1.01-1.25-1.66-1.72-.65-.47-1.37-.82-2.16-1.05-.79-.24-1.61-.35-2.47-.35-1.56,0-2.98.4-4.24,1.19s-2.27,1.95-3.01,3.49c-.74,1.54-1.12,3.42-1.12,5.66s.37,4.12,1.12,5.66c.74,1.54,1.75,2.7,3.01,3.49,1.27.79,2.68,1.19,4.24,1.19.86,0,1.68-.12,2.47-.35.79-.24,1.51-.59,2.16-1.05.65-.47,1.21-1.04,1.66-1.73.46-.68.78-1.47.96-2.36h3.13c-.24,1.32-.66,2.5-1.29,3.54-.62,1.04-1.4,1.93-2.32,2.65-.92.73-1.96,1.28-3.11,1.66s-2.37.57-3.68.57c-2.2,0-4.16-.54-5.88-1.61s-3.06-2.61-4.05-4.59c-.98-1.98-1.48-4.34-1.48-7.06s.49-5.08,1.48-7.06c.98-1.98,2.33-3.51,4.05-4.59,1.71-1.08,3.67-1.61,5.88-1.61,1.3,0,2.53.19,3.68.57s2.18.93,3.11,1.66c.92.73,1.7,1.61,2.32,2.65.62,1.04,1.05,2.22,1.29,3.55h0Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m27.23,49.32v-25.82h3.13v23.05h12v2.77h-15.13Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m67.98,36.41c0,2.72-.49,5.08-1.48,7.06-.98,1.98-2.33,3.51-4.05,4.59s-3.67,1.61-5.88,1.61-4.16-.54-5.88-1.61-3.06-2.61-4.05-4.59c-.98-1.98-1.48-4.34-1.48-7.06s.49-5.08,1.48-7.06c.98-1.98,2.33-3.51,4.05-4.59,1.71-1.08,3.67-1.61,5.88-1.61s4.16.54,5.88,1.61c1.71,1.08,3.06,2.61,4.05,4.59.98,1.98,1.48,4.34,1.48,7.06Zm-3.03,0c0-2.24-.37-4.12-1.12-5.66-.74-1.54-1.75-2.7-3.01-3.49-1.27-.79-2.68-1.19-4.24-1.19s-2.98.4-4.24,1.19-2.27,1.95-3.01,3.49c-.74,1.54-1.12,3.42-1.12,5.66s.37,4.12,1.12,5.66c.74,1.54,1.75,2.7,3.01,3.49,1.27.79,2.68,1.19,4.24,1.19s2.98-.39,4.24-1.19c1.26-.79,2.27-1.95,3.01-3.49.74-1.54,1.12-3.42,1.12-5.66Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m90.17,23.5h3.13v17.1c0,1.76-.41,3.34-1.24,4.72-.83,1.38-1.99,2.47-3.5,3.27-1.5.79-3.27,1.19-5.3,1.19s-3.79-.4-5.3-1.19c-1.5-.79-2.67-1.88-3.5-3.27-.83-1.38-1.24-2.96-1.24-4.72v-17.1h3.13v16.84c0,1.26.28,2.38.83,3.36.55.98,1.35,1.75,2.38,2.31,1.03.56,2.26.84,3.7.84s2.67-.28,3.71-.84c1.03-.56,1.83-1.33,2.38-2.31.55-.98.83-2.1.83-3.36v-16.84Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m107.52,49.32h-7.97v-25.82h8.32c2.5,0,4.65.52,6.43,1.54,1.78,1.03,3.15,2.5,4.1,4.43.95,1.92,1.42,4.22,1.42,6.89s-.48,5-1.44,6.94c-.96,1.94-2.35,3.43-4.19,4.46-1.83,1.04-4.06,1.56-6.68,1.56Zm-4.84-2.77h4.64c2.13,0,3.9-.41,5.31-1.24,1.4-.82,2.45-2,3.14-3.52.69-1.52,1.03-3.33,1.03-5.43s-.34-3.88-1.02-5.39c-.68-1.51-1.7-2.67-3.05-3.48-1.35-.81-3.04-1.22-5.06-1.22h-4.99v20.27h0Z", - className: "minioApplicationName", - }), - t.createElement("rect", { - x: "21.65", - y: ".24", - width: "3.74", - height: "10.97", - className: "minioSection", - }), - t.createElement("path", { - d: "m17.14.35l-7.6,4.64c-.11.07-.24.07-.35,0L1.59.35c-.16-.1-.35-.15-.54-.15h0C.47.19,0,.66,0,1.24v9.97h3.74v-4.73c0-.29.32-.47.57-.32l4.26,2.61c.42.26.95.26,1.37.01l4.49-2.64c.25-.15.56.03.56.32v4.75h3.74V1.24c0-.58-.47-1.04-1.04-1.04h0c-.19,0-.38.05-.54.15h0Z", - className: "minioSection", - }), - t.createElement("path", { - d: "m44.09.24h-3.8v5.03c0,.28-.3.46-.55.33L29.9.36c-.15-.08-.32-.12-.49-.12h0c-.58,0-1.04.47-1.04,1.04v9.93h3.77v-4.95c0-.28.3-.46.55-.33l9.88,5.24c.15.08.32.12.49.12h0c.58,0,1.04-.47,1.04-1.04V.24h0,0Z", - className: "minioSection", - }), - t.createElement("path", { - d: "m47.13,11.21V.24h1.74v10.97h-1.74Z", - className: "minioSection", - }), - t.createElement("path", { - d: "m58.89,11.45c-4.63,0-7.92-2.2-7.92-5.72,0-3.5,3.31-5.72,7.92-5.72s7.94,2.2,7.94,5.72-3.25,5.72-7.94,5.72Zm0-9.98c-3.45,0-6.1,1.5-6.1,4.26s2.65,4.26,6.1,4.26,6.12-1.49,6.12-4.26-2.67-4.26-6.12-4.26h0Z", - className: "minioSection", - }), - ), - Kn = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.45 55", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(-31.65 -18.133)" }, - t.createElement( - "g", - { transform: "translate(-995 -63.754)" }, - t.createElement( - "g", - { transform: "translate(1025.5 81.887)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement("path", { - d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", - transform: "translate(0 32.612)", - className: "minioApplicationName", - }), - t.createElement( - "g", - { transform: "translate(2.003)" }, - t.createElement( - "g", - { transform: "translate(0 0.129)" }, - t.createElement("rect", { - width: "2.49", - height: "7.352", - transform: "translate(14.42)", - className: "minioSection", + Be.apply(null, arguments) + ); +} +var De, + Pe = { exports: {} }, + Fe = {}; +var Ue, + Ge, + ze, + $e, + We = {}; +/** @license React v16.13.1 + * react-is.development.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ function je() { + return ( + Ge || + ((Ge = 1), + "production" === process.env.NODE_ENV + ? (Pe.exports = (function () { + if (De) return Fe; + De = 1; + var e = "function" == typeof Symbol && Symbol.for, + t = e ? Symbol.for("react.element") : 60103, + n = e ? Symbol.for("react.portal") : 60106, + r = e ? Symbol.for("react.fragment") : 60107, + o = e ? Symbol.for("react.strict_mode") : 60108, + i = e ? Symbol.for("react.profiler") : 60114, + l = e ? Symbol.for("react.provider") : 60109, + a = e ? Symbol.for("react.context") : 60110, + C = e ? Symbol.for("react.async_mode") : 60111, + s = e ? Symbol.for("react.concurrent_mode") : 60111, + c = e ? Symbol.for("react.forward_ref") : 60112, + d = e ? Symbol.for("react.suspense") : 60113, + u = e ? Symbol.for("react.suspense_list") : 60120, + p = e ? Symbol.for("react.memo") : 60115, + m = e ? Symbol.for("react.lazy") : 60116, + h = e ? Symbol.for("react.block") : 60121, + f = e ? Symbol.for("react.fundamental") : 60117, + g = e ? Symbol.for("react.responder") : 60118, + v = e ? Symbol.for("react.scope") : 60119; + function w(e) { + if ("object" == typeof e && null !== e) { + var u = e.$$typeof; + switch (u) { + case t: + switch ((e = e.type)) { + case C: + case s: + case r: + case i: + case o: + case d: + return e; + default: + switch ((e = e && e.$$typeof)) { + case a: + case c: + case m: + case p: + case l: + return e; + default: + return u; + } + } + case n: + return u; + } + } + } + function L(e) { + return w(e) === s; + } + return ( + (Fe.AsyncMode = C), + (Fe.ConcurrentMode = s), + (Fe.ContextConsumer = a), + (Fe.ContextProvider = l), + (Fe.Element = t), + (Fe.ForwardRef = c), + (Fe.Fragment = r), + (Fe.Lazy = m), + (Fe.Memo = p), + (Fe.Portal = n), + (Fe.Profiler = i), + (Fe.StrictMode = o), + (Fe.Suspense = d), + (Fe.isAsyncMode = function (e) { + return L(e) || w(e) === C; + }), + (Fe.isConcurrentMode = L), + (Fe.isContextConsumer = function (e) { + return w(e) === a; + }), + (Fe.isContextProvider = function (e) { + return w(e) === l; + }), + (Fe.isElement = function (e) { + return "object" == typeof e && null !== e && e.$$typeof === t; + }), + (Fe.isForwardRef = function (e) { + return w(e) === c; + }), + (Fe.isFragment = function (e) { + return w(e) === r; + }), + (Fe.isLazy = function (e) { + return w(e) === m; + }), + (Fe.isMemo = function (e) { + return w(e) === p; + }), + (Fe.isPortal = function (e) { + return w(e) === n; + }), + (Fe.isProfiler = function (e) { + return w(e) === i; + }), + (Fe.isStrictMode = function (e) { + return w(e) === o; + }), + (Fe.isSuspense = function (e) { + return w(e) === d; + }), + (Fe.isValidElementType = function (e) { + return ( + "string" == typeof e || + "function" == typeof e || + e === r || + e === s || + e === i || + e === o || + e === d || + e === u || + ("object" == typeof e && + null !== e && + (e.$$typeof === m || + e.$$typeof === p || + e.$$typeof === l || + e.$$typeof === a || + e.$$typeof === c || + e.$$typeof === f || + e.$$typeof === g || + e.$$typeof === v || + e.$$typeof === h)) + ); + }), + (Fe.typeOf = w), + Fe + ); + })()) + : (Pe.exports = + (Ue || + ((Ue = 1), + "production" !== process.env.NODE_ENV && + (function () { + var e = "function" == typeof Symbol && Symbol.for, + t = e ? Symbol.for("react.element") : 60103, + n = e ? Symbol.for("react.portal") : 60106, + r = e ? Symbol.for("react.fragment") : 60107, + o = e ? Symbol.for("react.strict_mode") : 60108, + i = e ? Symbol.for("react.profiler") : 60114, + l = e ? Symbol.for("react.provider") : 60109, + a = e ? Symbol.for("react.context") : 60110, + C = e ? Symbol.for("react.async_mode") : 60111, + s = e ? Symbol.for("react.concurrent_mode") : 60111, + c = e ? Symbol.for("react.forward_ref") : 60112, + d = e ? Symbol.for("react.suspense") : 60113, + u = e ? Symbol.for("react.suspense_list") : 60120, + p = e ? Symbol.for("react.memo") : 60115, + m = e ? Symbol.for("react.lazy") : 60116, + h = e ? Symbol.for("react.block") : 60121, + f = e ? Symbol.for("react.fundamental") : 60117, + g = e ? Symbol.for("react.responder") : 60118, + v = e ? Symbol.for("react.scope") : 60119; + function w(e) { + if ("object" == typeof e && null !== e) { + var u = e.$$typeof; + switch (u) { + case t: + var h = e.type; + switch (h) { + case C: + case s: + case r: + case i: + case o: + case d: + return h; + default: + var f = h && h.$$typeof; + switch (f) { + case a: + case c: + case m: + case p: + case l: + return f; + default: + return u; + } + } + case n: + return u; + } + } + } + var L = C, + b = s, + M = a, + H = l, + E = t, + R = c, + y = r, + T = m, + N = p, + V = n, + S = i, + x = o, + _ = d, + A = !1; + function Z(e) { + return w(e) === s; + } + (We.AsyncMode = L), + (We.ConcurrentMode = b), + (We.ContextConsumer = M), + (We.ContextProvider = H), + (We.Element = E), + (We.ForwardRef = R), + (We.Fragment = y), + (We.Lazy = T), + (We.Memo = N), + (We.Portal = V), + (We.Profiler = S), + (We.StrictMode = x), + (We.Suspense = _), + (We.isAsyncMode = function (e) { + return ( + A || + ((A = !0), + console.warn( + "The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.", + )), + Z(e) || w(e) === C + ); }), - t.createElement("path", { - d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", - transform: "translate(-226.403 -365.23)", - className: "minioSection", + (We.isConcurrentMode = Z), + (We.isContextConsumer = function (e) { + return w(e) === a; }), - t.createElement("path", { - d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", - transform: "translate(-228.498 -365.23)", - className: "minioSection", + (We.isContextProvider = function (e) { + return w(e) === l; }), - ), - t.createElement("path", { - d: "M261.159,372.582V365.23H262.3v7.352Z", - transform: "translate(-229.877 -365.101)", - className: "minioSection", - }), - t.createElement("path", { - d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", - transform: "translate(-230.168 -365.087)", - className: "minioSection", - }), - ), - ), - ), - ), - t.createElement( - "g", - { transform: "translate(1168.671 120.754)" }, - t.createElement( - "g", - { transform: "translate(-65 0)" }, - t.createElement("path", { - d: "M106.959,1769.479l-3.274,14.286h31.641a2.814,2.814,0,0,1-2.121-1.012,2.15,2.15,0,0,1-.209-.356c-.038-.092-.073-.185-.109-.28a2.832,2.832,0,0,1-.115-.985,7.182,7.182,0,0,1,1.312-3.389,18.271,18.271,0,0,1,3.616-3.945c.343-.284.7-.566,1.068-.839.458-.337.92-.648,1.383-.938a17.592,17.592,0,0,1,4.907-2.2,18.957,18.957,0,0,0-4.651,2.351l-.171.118a20.8,20.8,0,0,0-2.389,1.924c-2.254,2.119-3.445,4.315-2.9,5.6a1.6,1.6,0,0,0,.138.253c.582.856,2.024,1,3.851.544.124-.031.249-.067.377-.1a14.878,14.878,0,0,0,1.842-.677c.153-.068.309-.137.465-.212l.047-.023c2.015-1,3.563-2.153,3.9-2.845a.43.43,0,0,0,.041-.379c-.239-.485-1.912-.157-3.939.72-.163.07-.328.143-.494.221.136-.125.277-.252.421-.377.23-.2.468-.391.721-.582a14.277,14.277,0,0,1,1.191-.812c1.847-1.394,2.781-2.712,2.586-3.2a.343.343,0,0,0-.235-.194,3.4,3.4,0,0,0-1.942.374,14.514,14.514,0,0,0-2.333,1.25l-.112.073-.021.012-.394.262.226-.415a7.126,7.126,0,0,1,1.565-1.853,11.116,11.116,0,0,1,1.686-1.206c.233-.136.465-.262.7-.376s.476-.22.709-.312a8.2,8.2,0,0,1,1.98-.649c-.051,0-1.677.175-1.677.175H106.959Zm25.5.021a19.123,19.123,0,0,0,.8,5.76q.165.612.362,1.242.123.388.253.765c-.051.075-.1.149-.15.224a7.909,7.909,0,0,0-1.339,3.277,20.169,20.169,0,0,1-.712-3.562q-.059-.546-.091-1.08a15.688,15.688,0,0,1,.877-6.625Zm-15.424,1.833h3.533a1.217,1.217,0,0,1,.691.168.394.394,0,0,1,.185.435l-.415,1.874h-1.227l.4-1.824h-3.071L116.03,1777l-.4,1.815H118.7l0-.011.615-2.778h-1.442l.138-.626h2.668l-.765,3.466a.488.488,0,0,1-.053.138.765.765,0,0,1-.327.294,1.621,1.621,0,0,1-.765.168h-3.477a1.214,1.214,0,0,1-.691-.168.388.388,0,0,1-.185-.432l1.533-6.928a.664.664,0,0,1,.377-.435c.008,0,.016,0,.024-.009a1.6,1.6,0,0,1,.688-.159Zm5.454,0h4.38a1.215,1.215,0,0,1,.688.168.392.392,0,0,1,.188.435l-.818,3.695a.663.663,0,0,1-.38.433,1.612,1.612,0,0,1-.762.171h-3.183l-.615,2.774-.1.456h-1.2l.091-.412Zm6.051,0h1.2l-1.359,6.14-.3,1.341h2.871c.03.22.065.437.1.65h-4.319l.341-1.542Zm-5,.653-.8,3.6h2.992l.794-3.6Zm-6.38,8.485h.035a.85.85,0,0,1,.359.07.428.428,0,0,1,.221.218.532.532,0,0,1,.029.315l-.009.044h-.344l0-.041a.271.271,0,0,0-.032-.188l-.015-.018a.2.2,0,0,0-.029-.024.426.426,0,0,0-.221-.047.511.511,0,0,0-.291.068.258.258,0,0,0-.118.153.113.113,0,0,0,.024.109l0,0a.81.81,0,0,0,.291.1,2,2,0,0,1,.38.12.448.448,0,0,1,.218.209.458.458,0,0,1,.024.291.665.665,0,0,1-.156.291.789.789,0,0,1-.3.212,1,1,0,0,1-.382.076.955.955,0,0,1-.412-.076.473.473,0,0,1-.238-.244.6.6,0,0,1-.029-.356l.009-.041h.338l0,.041a.373.373,0,0,0,.021.189.23.23,0,0,0,.118.112.543.543,0,0,0,.235.047.649.649,0,0,0,.224-.038.4.4,0,0,0,.156-.094.261.261,0,0,0,.068-.126.138.138,0,0,0-.009-.1.214.214,0,0,0-.109-.08l-.288-.085a1.274,1.274,0,0,1-.332-.118.411.411,0,0,1-.18-.194.418.418,0,0,1-.015-.256.622.622,0,0,1,.144-.28.72.72,0,0,1,.288-.2A1.01,1.01,0,0,1,117.169,1780.47Zm3.089.006c.019,0,.036,0,.056,0l.212.023.071.006-.1.262-.021.041-.162-.015a.186.186,0,0,0-.106.023l-.006.006-.012.012a.279.279,0,0,0-.044.112l-.012.047h.253l-.065.292h-.247l-.25,1.121h-.341s.222-1,.25-1.121h-.2l.065-.292h.194c.009-.04.024-.091.024-.091a.717.717,0,0,1,.071-.209.441.441,0,0,1,.162-.159.491.491,0,0,1,.209-.059Zm.815.015-.112.5h.221l-.065.292H120.9c-.018.081-.159.709-.159.709s-.012.076-.012.1c0,0,0,0,0,0s0,0,0,0h0l.035,0,.162-.012-.018.262,0,.047-.232.026a.375.375,0,0,1-.209-.047.209.209,0,0,1-.094-.135.221.221,0,0,1-.006-.047,1.206,1.206,0,0,1,.035-.239s.124-.554.15-.671h-.162l.065-.292h.162c.015-.068.068-.3.068-.3l.274-.144.112-.059Zm-10.841.011h1.324l-.074.329h-.968l-.1.436h.838l-.074.329h-.838c-.018.082-.179.809-.179.809h-.356Zm1.774.465a.331.331,0,0,1,.041,0,.4.4,0,0,1,.238.079l.047.032-.182.3-.05-.035a.214.214,0,0,0-.118-.036.185.185,0,0,0-.1.036.258.258,0,0,0-.088.1.93.93,0,0,0-.088.241l-.159.724H111.2l.315-1.413h.318s-.011.043-.015.059c.015-.012.031-.027.044-.035A.358.358,0,0,1,112.006,1780.968Zm1.012,0c.021,0,.041,0,.062,0a.5.5,0,0,1,.432.2.545.545,0,0,1,.091.317,1.064,1.064,0,0,1-.026.227l-.026.1h-.959c0,.02,0,.041,0,.059a.28.28,0,0,0,.047.173.216.216,0,0,0,.053.053.261.261,0,0,0,.144.038.339.339,0,0,0,.188-.056.5.5,0,0,0,.153-.167h.365l-.032.07a.806.806,0,0,1-.288.329.779.779,0,0,1-.427.121.531.531,0,0,1-.459-.2.644.644,0,0,1-.065-.536.975.975,0,0,1,.3-.541.76.76,0,0,1,.45-.191Zm1.533,0c.021,0,.041,0,.062,0a.5.5,0,0,1,.432.2.545.545,0,0,1,.091.317,1.04,1.04,0,0,1-.026.224l-.026.106h-.959l0,.038s0,.012,0,.018v0c0,.013,0,.028,0,.041a.254.254,0,0,0,.044.132.227.227,0,0,0,.015.021.239.239,0,0,0,.182.071.336.336,0,0,0,.188-.056.5.5,0,0,0,.153-.167h.368l-.035.07a.806.806,0,0,1-.288.329.779.779,0,0,1-.427.121.49.49,0,0,1-.55-.52c0-.02,0-.041,0-.062a1.067,1.067,0,0,1,.024-.153.975.975,0,0,1,.3-.541A.768.768,0,0,1,114.551,1780.968Zm4.175,0c.021,0,.04,0,.062,0a.523.523,0,0,1,.444.2.627.627,0,0,1,.071.529,1.086,1.086,0,0,1-.171.415.811.811,0,0,1-.644.326.516.516,0,0,1-.444-.2.528.528,0,0,1-.094-.321,1.011,1.011,0,0,1,.026-.227.925.925,0,0,1,.341-.568.794.794,0,0,1,.409-.153Zm5.169,0c.025,0,.048,0,.074,0a.748.748,0,0,1,.282.041.31.31,0,0,1,.159.124.337.337,0,0,1,.044.179l-.035.215-.065.291a3.187,3.187,0,0,0-.071.377.377.377,0,0,0,.015.135l.024.077h-.347l-.015-.045a.417.417,0,0,1-.006-.07,1.03,1.03,0,0,1-.191.1.83.83,0,0,1-.271.047.446.446,0,0,1-.35-.123.313.313,0,0,1-.079-.218.474.474,0,0,1,.012-.1.492.492,0,0,1,.091-.2.55.55,0,0,1,.159-.141.71.71,0,0,1,.191-.077l.209-.035a2.331,2.331,0,0,0,.368-.068.185.185,0,0,1,.006-.021.188.188,0,0,0,0-.129l-.006-.006-.012-.012a.29.29,0,0,0-.177-.041.391.391,0,0,0-.206.044.382.382,0,0,0-.127.159h-.356l.032-.071a.75.75,0,0,1,.156-.241.648.648,0,0,1,.247-.144A.974.974,0,0,1,123.895,1780.968Zm1.492,0a.331.331,0,0,1,.041,0,.4.4,0,0,1,.241.079l.044.032-.182.3-.05-.035a.207.207,0,0,0-.115-.036.2.2,0,0,0-.106.036.259.259,0,0,0-.085.1.965.965,0,0,0-.088.241l-.162.724h-.341l.315-1.413h.318s-.008.043-.012.059a.536.536,0,0,1,.044-.035A.342.342,0,0,1,125.386,1780.968Zm1.009,0c.02,0,.041,0,.062,0a.5.5,0,0,1,.432.2.538.538,0,0,1,.091.317,1.077,1.077,0,0,1-.029.227l-.024.1h-.959c0,.02-.006.041-.006.059a.286.286,0,0,0,.047.173.251.251,0,0,0,.018.021l.012.012a.246.246,0,0,0,.171.059.339.339,0,0,0,.188-.056.508.508,0,0,0,.153-.167h.368l-.035.07a.813.813,0,0,1-.288.329.779.779,0,0,1-.427.121.525.525,0,0,1-.456-.2.647.647,0,0,1-.068-.536.972.972,0,0,1,.3-.541A.77.77,0,0,1,126.4,1780.968Zm-5.151.026h.35s.043.838.044.85c.014-.03.025-.055.026-.059l.385-.792h.321s.029.828.029.833l.438-.833h.347l-.765,1.413h-.315s-.03-.766-.032-.809l-.394.809h-.324Zm-8.22.268a.374.374,0,0,0-.224.088.433.433,0,0,0-.121.167h.58c0-.01,0-.023,0-.032a.244.244,0,0,0-.026-.123.207.207,0,0,0-.194-.1Zm1.533,0a.374.374,0,0,0-.224.088.443.443,0,0,0-.121.167h.58c0-.01,0-.023,0-.032a.234.234,0,0,0-.026-.123.244.244,0,0,0-.029-.038.219.219,0,0,0-.165-.062Zm11.856,0a.381.381,0,0,0-.232.088.454.454,0,0,0-.121.167h.577c0-.01,0-.023,0-.032a.234.234,0,0,0-.027-.123.21.21,0,0,0-.194-.1Zm-7.708.006a.39.39,0,0,0-.218.106.637.637,0,0,0-.174.341.779.779,0,0,0-.021.168.289.289,0,0,0,.038.159.316.316,0,0,0,.024.03.229.229,0,0,0,.174.068.372.372,0,0,0,.259-.109.654.654,0,0,0,.174-.347.419.419,0,0,0-.018-.317.213.213,0,0,0-.194-.1C118.734,1781.267,118.72,1781.266,118.705,1781.267Zm5.316.515a2.16,2.16,0,0,1-.288.056.968.968,0,0,0-.188.042.208.208,0,0,0-.079.056.173.173,0,0,0-.041.077.2.2,0,0,0,0,.032s0,0,0,0,0,.007,0,.009a.113.113,0,0,0,0,.015l0,.006a.087.087,0,0,0,0,.009l.006.009.009.012a.185.185,0,0,0,.138.038.465.465,0,0,0,.212-.047.409.409,0,0,0,.156-.135A.545.545,0,0,0,124.021,1781.782Zm-17.969-2.359,7.9-8.152h1.289l-1.906,8.152H112.27l.541-2.347H109.5l-2.249,2.347h-1.2m4.254-3.186h2.707l.5-2.047q.3-1.217.582-2.029-.559.7-1.479,1.662l-2.309,2.413", - transform: "translate(-103.684 -1768.875)", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "M627.829,1776.9a3.183,3.183,0,0,1-2.4-1.149,2.464,2.464,0,0,1-.241-.411c-.045-.107-.084-.207-.123-.307l.439-.17c.038.1.075.193.114.287a2,2,0,0,0,.19.323,2.685,2.685,0,0,0,2.04.958h1.032a9.027,9.027,0,0,0,1-.141,12.945,12.945,0,0,0,1.935-.55c.524-.191,1.054-.415,1.575-.666a22.265,22.265,0,0,0,3.559-2.154c.377-.278.756-.574,1.124-.881q.494-.411.947-.834a9.057,9.057,0,0,0,1.807-2.317c.348-.7.407-1.259.167-1.576a.989.989,0,0,0-.749-.326l-.622-.048.5-.375c1.786-1.34,2.8-2.927,2.457-3.858a1,1,0,0,0-.638-.59,2.032,2.032,0,0,0-.516-.106h-.549a8.415,8.415,0,0,0-2.824.8l-.207-.423a8.932,8.932,0,0,1,3.014-.845h.585a2.509,2.509,0,0,1,.656.133,1.455,1.455,0,0,1,.921.871c.387,1.063-.5,2.665-2.216,4.081a1.2,1.2,0,0,1,.564.4,1.959,1.959,0,0,1-.121,2.07,9.408,9.408,0,0,1-1.9,2.449q-.466.435-.97.854c-.376.313-.761.615-1.146.9a22.77,22.77,0,0,1-3.635,2.2c-.535.257-1.079.487-1.617.683a13.4,13.4,0,0,1-2.006.569,9.406,9.406,0,0,1-1.07.148Z", - transform: "translate(-596.283 -1761.542)", - className: "minioApplicationName", - }), - ), - ), - ), - t.createElement("path", { - d: "M.969,0V-8h.969V-.859H5.656V0ZM9.225-8V0H8.256V-8ZM18.7-5.5h-.969a2.034,2.034,0,0,0-.3-.734,2.072,2.072,0,0,0-.516-.533,2.24,2.24,0,0,0-.67-.326,2.668,2.668,0,0,0-.766-.109,2.431,2.431,0,0,0-1.314.367,2.536,2.536,0,0,0-.934,1.082A4.007,4.007,0,0,0,12.887-4a4.007,4.007,0,0,0,.346,1.754,2.536,2.536,0,0,0,.934,1.082A2.431,2.431,0,0,0,15.481-.8a2.668,2.668,0,0,0,.766-.109,2.24,2.24,0,0,0,.67-.326,2.06,2.06,0,0,0,.516-.535,2.053,2.053,0,0,0,.3-.732H18.7a3.227,3.227,0,0,1-.4,1.1,2.973,2.973,0,0,1-.719.822,3.129,3.129,0,0,1-.963.514,3.614,3.614,0,0,1-1.139.176,3.353,3.353,0,0,1-1.82-.5,3.431,3.431,0,0,1-1.254-1.422A4.874,4.874,0,0,1,11.95-4a4.874,4.874,0,0,1,.457-2.187,3.431,3.431,0,0,1,1.254-1.422,3.353,3.353,0,0,1,1.82-.5,3.614,3.614,0,0,1,1.139.176,3.129,3.129,0,0,1,.963.514,2.984,2.984,0,0,1,.719.82A3.208,3.208,0,0,1,18.7-5.5ZM21.362,0V-8h4.828v.859H22.331v2.7h3.609v.859H22.331V-.859h3.922V0ZM35.384-8V0h-.937L30.087-6.281h-.078V0h-.969V-8h.938l4.375,6.3h.078V-8ZM42.8-6a1.226,1.226,0,0,0-.57-.922A2.188,2.188,0,0,0,41-7.25a2.317,2.317,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.221,7.221,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,43.506-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273L40.328-3.8a3.666,3.666,0,0,1-1.484-.77A1.69,1.69,0,0,1,38.3-5.875a1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,43.734-6Zm3.741,6V-8h4.828v.859H47.506v2.7h3.609v.859H47.506V-.859h3.922V0Z", - transform: "translate(164 68)", - className: "minioApplicationName", - }), - ), - ), - Xn = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.45 51", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(-31.65 -18.133)" }, - t.createElement( - "g", - { transform: "translate(-995 -63.754)" }, - t.createElement( - "g", - { transform: "translate(1025.5 81.887)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement("path", { - d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", - transform: "translate(0 32.612)", - className: "minioApplicationName", - }), - t.createElement( - "g", - { transform: "translate(2.003)" }, - t.createElement( - "g", - { transform: "translate(0 0.129)" }, - t.createElement("rect", { - width: "2.49", - height: "7.352", - transform: "translate(14.42)", - className: "minioSection", + (We.isElement = function (e) { + return ( + "object" == typeof e && null !== e && e.$$typeof === t + ); }), - t.createElement("path", { - d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", - transform: "translate(-226.403 -365.23)", - className: "minioSection", + (We.isForwardRef = function (e) { + return w(e) === c; }), - t.createElement("path", { - d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", - transform: "translate(-228.498 -365.23)", - className: "minioSection", + (We.isFragment = function (e) { + return w(e) === r; }), - ), - t.createElement("path", { - d: "M261.159,372.582V365.23H262.3v7.352Z", - transform: "translate(-229.877 -365.101)", - className: "minioSection", - }), - t.createElement("path", { - d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", - transform: "translate(-230.168 -365.087)", - className: "minioSection", - }), - ), - ), - ), - ), - ), - t.createElement("path", { - d: "M.969,0V-8H5.8v.859H1.938v2.7H5.547v.859H1.938V-.859H5.859V0ZM14.991-8V0h-.937L9.694-6.281H9.616V0H8.647V-8h.938l4.375,6.3h.078V-8Zm2.6.859V-8h6v.859H21.075V0h-.969V-7.141ZM26.191,0V-8h4.828v.859H27.159v2.7h3.609v.859H27.159V-.859h3.922V0Zm7.678,0V-8h2.7a3.277,3.277,0,0,1,1.539.318A2.054,2.054,0,0,1,39-6.809a2.69,2.69,0,0,1,.289,1.262A2.643,2.643,0,0,1,39-4.293a2.026,2.026,0,0,1-.887.857,3.3,3.3,0,0,1-1.527.311H34.4V-4h2.156a2.415,2.415,0,0,0,1.033-.187,1.194,1.194,0,0,0,.57-.533,1.787,1.787,0,0,0,.178-.826,1.856,1.856,0,0,0-.18-.84,1.235,1.235,0,0,0-.574-.557,2.345,2.345,0,0,0-1.043-.2h-1.7V0Zm3.766-3.594L39.6,0H38.478L36.541-3.594ZM42,0V-8h2.7a3.116,3.116,0,0,1,1.541.338,2.141,2.141,0,0,1,.889.912,2.809,2.809,0,0,1,.289,1.281,2.849,2.849,0,0,1-.287,1.285,2.149,2.149,0,0,1-.885.92,3.057,3.057,0,0,1-1.531.342H42.781v-.859h1.906A2.084,2.084,0,0,0,45.723-4a1.337,1.337,0,0,0,.568-.6,2.013,2.013,0,0,0,.178-.861,2,2,0,0,0-.178-.859,1.3,1.3,0,0,0-.572-.6,2.173,2.173,0,0,0-1.047-.217h-1.7V0Zm8.084,0V-8h2.7a3.277,3.277,0,0,1,1.539.318,2.054,2.054,0,0,1,.891.873,2.69,2.69,0,0,1,.289,1.262,2.643,2.643,0,0,1-.289,1.254,2.026,2.026,0,0,1-.887.857,3.3,3.3,0,0,1-1.527.311H50.616V-4h2.156a2.415,2.415,0,0,0,1.033-.187,1.194,1.194,0,0,0,.57-.533,1.787,1.787,0,0,0,.178-.826,1.856,1.856,0,0,0-.18-.84,1.235,1.235,0,0,0-.574-.557,2.345,2.345,0,0,0-1.043-.2h-1.7V0ZM53.85-3.594,55.819,0H54.694L52.756-3.594ZM59.184-8V0h-.969V-8ZM66.6-6a1.226,1.226,0,0,0-.57-.922A2.188,2.188,0,0,0,64.8-7.25a2.318,2.318,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.22,7.22,0,0,1,.7.227,3.308,3.308,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,67.306-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273L64.128-3.8a3.666,3.666,0,0,1-1.484-.77A1.69,1.69,0,0,1,62.1-5.875a1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,67.534-6Zm3.741,6V-8h4.828v.859H71.306v2.7h3.609v.859H71.306V-.859h3.922V0ZM82.209,0V-8h.969V-.859H86.9V0Zm8.256-8V0H89.5V-8Zm9.475,2.5h-.969a2.034,2.034,0,0,0-.3-.734,2.072,2.072,0,0,0-.516-.533,2.24,2.24,0,0,0-.67-.326,2.668,2.668,0,0,0-.766-.109,2.431,2.431,0,0,0-1.314.367,2.536,2.536,0,0,0-.934,1.082A4.007,4.007,0,0,0,94.128-4a4.007,4.007,0,0,0,.346,1.754,2.536,2.536,0,0,0,.934,1.082A2.431,2.431,0,0,0,96.722-.8a2.668,2.668,0,0,0,.766-.109,2.24,2.24,0,0,0,.67-.326,2.06,2.06,0,0,0,.516-.535,2.053,2.053,0,0,0,.3-.732h.969a3.227,3.227,0,0,1-.4,1.1,2.973,2.973,0,0,1-.719.822,3.129,3.129,0,0,1-.963.514,3.614,3.614,0,0,1-1.139.176,3.353,3.353,0,0,1-1.82-.5,3.431,3.431,0,0,1-1.254-1.422A4.874,4.874,0,0,1,93.191-4a4.874,4.874,0,0,1,.457-2.187A3.431,3.431,0,0,1,94.9-7.609a3.353,3.353,0,0,1,1.82-.5,3.614,3.614,0,0,1,1.139.176,3.129,3.129,0,0,1,.963.514,2.984,2.984,0,0,1,.719.82A3.208,3.208,0,0,1,99.941-5.5ZM102.6,0V-8h4.828v.859h-3.859v2.7h3.609v.859h-3.609V-.859h3.922V0Zm14.022-8V0h-.937l-4.359-6.281h-.078V0h-.969V-8h.938l4.375,6.3h.078V-8Zm7.412,2a1.226,1.226,0,0,0-.57-.922,2.188,2.188,0,0,0-1.227-.328,2.317,2.317,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.22,7.22,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,124.746-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273l-.984-.281a3.666,3.666,0,0,1-1.484-.77,1.69,1.69,0,0,1-.547-1.309,1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,124.975-6Zm3.741,6V-8h4.828v.859h-3.859v2.7h3.609v.859h-3.609V-.859h3.922V0Z", - transform: "translate(83 68)", - className: "minioApplicationName", - }), - ), - ), - Qn = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.45 55", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(-31.65 -18.133)" }, - t.createElement( - "g", - { transform: "translate(-995 -63.754)" }, - t.createElement( - "g", - { transform: "translate(1025.5 81.887)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement("path", { - d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", - transform: "translate(0 32.612)", - className: "minioApplicationName", - }), - t.createElement( - "g", - { transform: "translate(2.003)" }, - t.createElement( - "g", - { transform: "translate(0 0.129)" }, - t.createElement("rect", { - width: "2.49", - height: "7.352", - transform: "translate(14.42)", - className: "minioSection", + (We.isLazy = function (e) { + return w(e) === m; }), - t.createElement("path", { - d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", - transform: "translate(-226.403 -365.23)", - className: "minioSection", + (We.isMemo = function (e) { + return w(e) === p; }), - t.createElement("path", { - d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", - transform: "translate(-228.498 -365.23)", - className: "minioSection", + (We.isPortal = function (e) { + return w(e) === n; }), - ), - t.createElement("path", { - d: "M261.159,372.582V365.23H262.3v7.352Z", - transform: "translate(-229.877 -365.101)", - className: "minioSection", - }), - t.createElement("path", { - d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", - transform: "translate(-230.168 -365.087)", - className: "minioSection", - }), - ), - ), - ), - ), - ), - ), - ), - Jn = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.538 51", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(-31.65 -18.133)" }, - t.createElement( - "g", - { transform: "translate(-995 -63.754)" }, - t.createElement( - "g", - { transform: "translate(1025.5 81.887)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement("path", { - d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", - transform: "translate(0 32.612)", - className: "minioApplicationName", - }), - t.createElement( - "g", - { transform: "translate(2.003)" }, - t.createElement( - "g", - { transform: "translate(0 0.129)" }, - t.createElement("rect", { - width: "2.49", - height: "7.352", - transform: "translate(14.42)", - className: "minioSection", + (We.isProfiler = function (e) { + return w(e) === i; }), - t.createElement("path", { - d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", - transform: "translate(-226.403 -365.23)", - className: "minioSection", + (We.isStrictMode = function (e) { + return w(e) === o; }), - t.createElement("path", { - d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", - transform: "translate(-228.498 -365.23)", - className: "minioSection", + (We.isSuspense = function (e) { + return w(e) === d; }), - ), - t.createElement("path", { - d: "M261.159,372.582V365.23H262.3v7.352Z", - transform: "translate(-229.877 -365.101)", - className: "minioSection", - }), - t.createElement("path", { - d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", - transform: "translate(-230.168 -365.087)", - className: "minioSection", - }), - ), - ), - ), - ), - ), - t.createElement("path", { - d: "M5.344-6a1.226,1.226,0,0,0-.57-.922A2.188,2.188,0,0,0,3.547-7.25a2.317,2.317,0,0,0-.928.172A1.468,1.468,0,0,0,2-6.605a1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.221,7.221,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,6.053-1a2.329,2.329,0,0,1-.984.832A3.618,3.618,0,0,1,3.5.141,3.653,3.653,0,0,1,2.014-.137,2.355,2.355,0,0,1,1.029-.91a2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438A2.7,2.7,0,0,0,3.5-.734a2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273L2.875-3.8a3.666,3.666,0,0,1-1.484-.77A1.69,1.69,0,0,1,.844-5.875a1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,6.281-6Zm3.3-1.141V-8h6v.859H12.131V0h-.969V-7.141ZM16.638,0H15.622l2.938-8h1L22.5,0H21.481L19.091-6.734h-.062Zm.375-3.125h4.094v.859H17.013ZM31.191-8V0h-.937L25.894-6.281h-.078V0h-.969V-8h.938l4.375,6.3h.078V-8ZM36.7,0H34.228V-8h2.578a3.918,3.918,0,0,1,1.992.479,3.16,3.16,0,0,1,1.27,1.371,4.771,4.771,0,0,1,.441,2.135,4.8,4.8,0,0,1-.445,2.15,3.159,3.159,0,0,1-1.3,1.383A4.14,4.14,0,0,1,36.7,0ZM35.2-.859h1.438a3.209,3.209,0,0,0,1.645-.383,2.359,2.359,0,0,0,.973-1.09,4.054,4.054,0,0,0,.32-1.684,4.035,4.035,0,0,0-.316-1.67,2.347,2.347,0,0,0-.945-1.078,3,3,0,0,0-1.566-.377H35.2ZM43.188,0H42.172l2.938-8h1l2.938,8H48.031L45.641-6.734h-.062Zm.375-3.125h4.094v.859H43.563ZM51.4,0V-8h2.7a3.277,3.277,0,0,1,1.539.318,2.054,2.054,0,0,1,.891.873,2.69,2.69,0,0,1,.289,1.262,2.643,2.643,0,0,1-.289,1.254,2.026,2.026,0,0,1-.887.857,3.3,3.3,0,0,1-1.527.311H51.928V-4h2.156a2.415,2.415,0,0,0,1.033-.187,1.194,1.194,0,0,0,.57-.533,1.787,1.787,0,0,0,.178-.826,1.856,1.856,0,0,0-.18-.84,1.235,1.235,0,0,0-.574-.557,2.345,2.345,0,0,0-1.043-.2h-1.7V0Zm3.766-3.594L57.131,0H56.006L54.069-3.594ZM62,0H59.528V-8h2.578a3.918,3.918,0,0,1,1.992.479,3.16,3.16,0,0,1,1.27,1.371,4.771,4.771,0,0,1,.441,2.135,4.8,4.8,0,0,1-.445,2.15,3.159,3.159,0,0,1-1.3,1.383A4.14,4.14,0,0,1,62,0ZM60.5-.859h1.438a3.209,3.209,0,0,0,1.645-.383,2.359,2.359,0,0,0,.973-1.09,4.055,4.055,0,0,0,.32-1.684,4.035,4.035,0,0,0-.316-1.67,2.347,2.347,0,0,0-.945-1.078,3,3,0,0,0-1.566-.377H60.5ZM72.728,0V-8H73.7V-.859h3.719V0Zm8.256-8V0h-.969V-8Zm9.475,2.5h-.969a2.034,2.034,0,0,0-.3-.734,2.072,2.072,0,0,0-.516-.533,2.24,2.24,0,0,0-.67-.326,2.668,2.668,0,0,0-.766-.109,2.431,2.431,0,0,0-1.314.367,2.536,2.536,0,0,0-.934,1.082A4.007,4.007,0,0,0,84.647-4a4.007,4.007,0,0,0,.346,1.754,2.536,2.536,0,0,0,.934,1.082A2.431,2.431,0,0,0,87.241-.8a2.668,2.668,0,0,0,.766-.109,2.24,2.24,0,0,0,.67-.326,2.06,2.06,0,0,0,.516-.535,2.053,2.053,0,0,0,.3-.732h.969a3.227,3.227,0,0,1-.4,1.1,2.973,2.973,0,0,1-.719.822,3.129,3.129,0,0,1-.963.514,3.614,3.614,0,0,1-1.139.176,3.353,3.353,0,0,1-1.82-.5,3.431,3.431,0,0,1-1.254-1.422A4.874,4.874,0,0,1,83.709-4a4.874,4.874,0,0,1,.457-2.187A3.431,3.431,0,0,1,85.42-7.609a3.353,3.353,0,0,1,1.82-.5,3.614,3.614,0,0,1,1.139.176,3.129,3.129,0,0,1,.963.514,2.984,2.984,0,0,1,.719.82A3.208,3.208,0,0,1,90.459-5.5ZM93.122,0V-8H97.95v.859H94.091v2.7H97.7v.859H94.091V-.859h3.922V0Zm14.022-8V0h-.937l-4.359-6.281h-.078V0H100.8V-8h.938l4.375,6.3h.078V-8Zm7.412,2a1.226,1.226,0,0,0-.57-.922,2.188,2.188,0,0,0-1.227-.328,2.317,2.317,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.22,7.22,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,115.265-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273l-.984-.281a3.666,3.666,0,0,1-1.484-.77,1.69,1.69,0,0,1-.547-1.309,1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,115.494-6ZM118.3,0V-8h4.828v.859h-3.859v2.7h3.609v.859h-3.609V-.859h3.922V0Z", - transform: "translate(93 68)", - className: "minioApplicationName", - }), - ), - ), - er = ({ inverse: e }) => - t.createElement( - zn, - { viewBox: "0 0 219 51", inverse: e }, - t.createElement( - "g", + (We.isValidElementType = function (e) { + return ( + "string" == typeof e || + "function" == typeof e || + e === r || + e === s || + e === i || + e === o || + e === d || + e === u || + ("object" == typeof e && + null !== e && + (e.$$typeof === m || + e.$$typeof === p || + e.$$typeof === l || + e.$$typeof === a || + e.$$typeof === c || + e.$$typeof === f || + e.$$typeof === g || + e.$$typeof === v || + e.$$typeof === h)) + ); + }), + (We.typeOf = w); + })()), + We))), + Pe.exports + ); +} +!(function () { + if ($e) return ze; + $e = 1; + var e = je(), + t = { + childContextTypes: !0, + contextType: !0, + contextTypes: !0, + defaultProps: !0, + displayName: !0, + getDefaultProps: !0, + getDerivedStateFromError: !0, + getDerivedStateFromProps: !0, + mixins: !0, + propTypes: !0, + type: !0, + }, + n = { + name: !0, + length: !0, + prototype: !0, + caller: !0, + callee: !0, + arguments: !0, + arity: !0, + }, + r = { + $$typeof: !0, + compare: !0, + defaultProps: !0, + displayName: !0, + propTypes: !0, + type: !0, + }, + o = {}; + function i(n) { + return e.isMemo(n) ? r : o[n.$$typeof] || t; + } + (o[e.ForwardRef] = { + $$typeof: !0, + render: !0, + defaultProps: !0, + displayName: !0, + propTypes: !0, + }), + (o[e.Memo] = r); + var l = Object.defineProperty, + a = Object.getOwnPropertyNames, + C = Object.getOwnPropertySymbols, + s = Object.getOwnPropertyDescriptor, + c = Object.getPrototypeOf, + d = Object.prototype; + ze = function e(t, r, o) { + if ("string" != typeof r) { + if (d) { + var u = c(r); + u && u !== d && e(t, u, o); + } + var p = a(r); + C && (p = p.concat(C(r))); + for (var m = i(t), h = i(r), f = 0; f < p.length; ++f) { + var g = p[f]; + if (!(n[g] || (o && o[g]) || (h && h[g]) || (m && m[g]))) { + var v = s(r, g); + try { + l(t, g, v); + } catch (e) {} + } + } + } + return t; + }; +})(); +var qe = function (e, t, n) { + var r = e.key + "-" + t.name; + !1 === n && void 0 === e.registered[r] && (e.registered[r] = t.styles); + }, + Ye = function (e, t, n) { + qe(e, t, n); + var r = e.key + "-" + t.name; + if (void 0 === e.inserted[t.name]) { + var o = t; + do { + e.insert(t === o ? "." + r : "", o, e.sheet, !0), (o = o.next); + } while (void 0 !== o); + } + }; +var Ke = { + animationIterationCount: 1, + aspectRatio: 1, + borderImageOutset: 1, + borderImageSlice: 1, + borderImageWidth: 1, + boxFlex: 1, + boxFlexGroup: 1, + boxOrdinalGroup: 1, + columnCount: 1, + columns: 1, + flex: 1, + flexGrow: 1, + flexPositive: 1, + flexShrink: 1, + flexNegative: 1, + flexOrder: 1, + gridRow: 1, + gridRowEnd: 1, + gridRowSpan: 1, + gridRowStart: 1, + gridColumn: 1, + gridColumnEnd: 1, + gridColumnSpan: 1, + gridColumnStart: 1, + msGridRow: 1, + msGridRowSpan: 1, + msGridColumn: 1, + msGridColumnSpan: 1, + fontWeight: 1, + lineHeight: 1, + opacity: 1, + order: 1, + orphans: 1, + scale: 1, + tabSize: 1, + widows: 1, + zIndex: 1, + zoom: 1, + WebkitLineClamp: 1, + fillOpacity: 1, + floodOpacity: 1, + stopOpacity: 1, + strokeDasharray: 1, + strokeDashoffset: 1, + strokeMiterlimit: 1, + strokeOpacity: 1, + strokeWidth: 1, + }, + Xe = /[A-Z]|^ms/g, + Qe = /_EMO_([^_]+?)_([^]*?)_EMO_/g, + Je = function (e) { + return 45 === e.charCodeAt(1); + }, + et = function (e) { + return null != e && "boolean" != typeof e; + }, + tt = Ve(function (e) { + return Je(e) ? e : e.replace(Xe, "-$&").toLowerCase(); + }), + nt = function (e, t) { + switch (e) { + case "animation": + case "animationName": + if ("string" == typeof t) + return t.replace(Qe, function (e, t, n) { + return (ot = { name: t, styles: n, next: ot }), t; + }); + } + return 1 === Ke[e] || Je(e) || "number" != typeof t || 0 === t + ? t + : t + "px"; + }; +function rt(e, t, n) { + if (null == n) return ""; + var r = n; + if (void 0 !== r.__emotion_styles) return r; + switch (typeof n) { + case "boolean": + return ""; + case "object": + var o = n; + if (1 === o.anim) + return (ot = { name: o.name, styles: o.styles, next: ot }), o.name; + var i = n; + if (void 0 !== i.styles) { + var l = i.next; + if (void 0 !== l) + for (; void 0 !== l; ) + (ot = { name: l.name, styles: l.styles, next: ot }), (l = l.next); + return i.styles + ";"; + } + return (function (e, t, n) { + var r = ""; + if (Array.isArray(n)) + for (var o = 0; o < n.length; o++) r += rt(e, t, n[o]) + ";"; + else + for (var i in n) { + var l = n[i]; + if ("object" != typeof l) { + var a = l; + et(a) && (r += tt(i) + ":" + nt(i, a) + ";"); + } else if (Array.isArray(l) && "string" == typeof l[0] && null == t) + for (var C = 0; C < l.length; C++) + et(l[C]) && (r += tt(i) + ":" + nt(i, l[C]) + ";"); + else { + var s = rt(e, t, l); + switch (i) { + case "animation": + case "animationName": + r += tt(i) + ":" + s + ";"; + break; + default: + r += i + "{" + s + "}"; + } + } + } + return r; + })(e, t, n); + case "function": + if (void 0 !== e) { + var a = ot, + C = n(e); + return (ot = a), rt(e, t, C); + } + } + return n; +} +var ot, + it = /label:\s*([^\s;{]+)\s*(;|$)/g; +function lt(e, t, n) { + if ( + 1 === e.length && + "object" == typeof e[0] && + null !== e[0] && + void 0 !== e[0].styles + ) + return e[0]; + var r = !0, + o = ""; + ot = void 0; + var i = e[0]; + null == i || void 0 === i.raw ? ((r = !1), (o += rt(n, t, i))) : (o += i[0]); + for (var l = 1; l < e.length; l++) { + if (((o += rt(n, t, e[l])), r)) o += i[l]; + } + it.lastIndex = 0; + for (var a, C = ""; null !== (a = it.exec(o)); ) C += "-" + a[1]; + var s = + (function (e) { + for (var t, n = 0, r = 0, o = e.length; o >= 4; ++r, o -= 4) + (t = + 1540483477 * + (65535 & + (t = + (255 & e.charCodeAt(r)) | + ((255 & e.charCodeAt(++r)) << 8) | + ((255 & e.charCodeAt(++r)) << 16) | + ((255 & e.charCodeAt(++r)) << 24))) + + ((59797 * (t >>> 16)) << 16)), + (n = + (1540483477 * (65535 & (t ^= t >>> 24)) + + ((59797 * (t >>> 16)) << 16)) ^ + (1540483477 * (65535 & n) + ((59797 * (n >>> 16)) << 16))); + switch (o) { + case 3: + n ^= (255 & e.charCodeAt(r + 2)) << 16; + case 2: + n ^= (255 & e.charCodeAt(r + 1)) << 8; + case 1: + n = + 1540483477 * (65535 & (n ^= 255 & e.charCodeAt(r))) + + ((59797 * (n >>> 16)) << 16); + } + return ( + ((n = + 1540483477 * (65535 & (n ^= n >>> 13)) + + ((59797 * (n >>> 16)) << 16)) ^ + (n >>> 15)) >>> + 0 + ).toString(36); + })(o) + C; + return { name: s, styles: o, next: ot }; +} +var at = !!e.useInsertionEffect && e.useInsertionEffect, + Ct = + at || + function (e) { + return e(); + }, + st = at || e.useLayoutEffect, + ct = e.createContext( + "undefined" != typeof HTMLElement ? Oe({ key: "css" }) : null, + ), + dt = ct.Provider, + ut = function (e) { + return n(function (t, n) { + var o = r(ct); + return e(t, o, n); + }); + }, + pt = e.createContext({}), + mt = function () { + return e.useContext(pt); + }, + ht = Ne(function (e) { + return Ne(function (t) { + return (function (e, t) { + return "function" == typeof t ? t(e) : Be({}, e, t); + })(e, t); + }); + }), + ft = function (t) { + var n = e.useContext(pt); + return ( + t.theme !== n && (n = ht(n)(t.theme)), + e.createElement(pt.Provider, { value: n }, t.children) + ); + }, + gt = {}.hasOwnProperty, + vt = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", + wt = function (e, t) { + var n = {}; + for (var r in t) gt.call(t, r) && (n[r] = t[r]); + return (n[vt] = e), n; + }, + Lt = function (e) { + var t = e.cache, + n = e.serialized, + r = e.isStringTag; + return ( + qe(t, n, r), + Ct(function () { + return Ye(t, n, r); + }), + null + ); + }, + bt = ut(function (t, n, r) { + var o = t.css; + "string" == typeof o && void 0 !== n.registered[o] && (o = n.registered[o]); + var i = t[vt], + l = [o], + a = ""; + "string" == typeof t.className + ? (a = (function (e, t, n) { + var r = ""; + return ( + n.split(" ").forEach(function (n) { + void 0 !== e[n] ? t.push(e[n] + ";") : n && (r += n + " "); + }), + r + ); + })(n.registered, l, t.className)) + : null != t.className && (a = t.className + " "); + var C = lt(l, void 0, e.useContext(pt)); + a += n.key + "-" + C.name; + var s = {}; + for (var c in t) gt.call(t, c) && "css" !== c && c !== vt && (s[c] = t[c]); + return ( + (s.className = a), + r && (s.ref = r), + e.createElement( + e.Fragment, null, - t.createElement("rect", { - x: "22.2", - y: "0.2", - className: "minioSection", - width: "3.8", - height: "11.2", - }), - t.createElement("path", { - className: "minioSection", - d: "M17.6,0.4L9.8,5.1c-0.1,0.1-0.2,0.1-0.4,0L1.6,0.4C1.5,0.3,1.3,0.2,1.1,0.2l0,0C0.5,0.2,0,0.7,0,1.3v10.2h3.8\n\t\tV6.6c0-0.3,0.3-0.5,0.6-0.3L8.8,9c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.1,0.6,0,0.6,0.3v4.9h3.8V1.3c0-0.6-0.5-1.1-1.1-1.1l0,0\n\t\tC17.9,0.2,17.7,0.3,17.6,0.4L17.6,0.4z", - }), - t.createElement("path", { - className: "minioSection", - d: "M45.2,0.2h-3.9v5.2c0,0.3-0.3,0.5-0.6,0.3L30.6,0.4c-0.2-0.1-0.3-0.1-0.5-0.1l0,0c-0.6,0-1.1,0.5-1.1,1.1v10.2\n\t\th3.9V6.4c0-0.3,0.3-0.5,0.6-0.3l10.1,5.4c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.2,0.2L45.2,0.2L45.2,0.2z", - }), - t.createElement("path", { - className: "minioSection", - d: "M48.3,11.5V0.2h1.8v11.2L48.3,11.5L48.3,11.5z", - }), - t.createElement("path", { - className: "minioSection", - d: "M60.3,11.7c-4.7,0-8.1-2.3-8.1-5.9s3.4-5.9,8.1-5.9s8.1,2.3,8.1,5.9S65.2,11.7,60.3,11.7z M60.3,1.5\n\t\tc-3.5,0-6.2,1.5-6.2,4.4c0,2.8,2.7,4.4,6.2,4.4s6.3-1.5,6.3-4.4S63.9,1.5,60.3,1.5L60.3,1.5z", + e.createElement(Lt, { + cache: n, + serialized: C, + isStringTag: "string" == typeof i, }), - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M15.6,19.8c2.6,0,5.1,0.6,7.3,1.7c2.2,1.1,3.9,2.7,5.1,4.6l-2.9,1.9c-1-1.5-2.3-2.7-4-3.6c-1.7-0.9-3.5-1.3-5.5-1.3\n\t\t\tc-1.7,0-3.3,0.3-4.7,0.9c-1.5,0.6-2.7,1.4-3.8,2.5c-1.1,1.1-1.9,2.3-2.5,3.9c-0.6,1.5-0.9,3.2-0.9,5s0.3,3.4,0.9,5\n\t\t\tc0.6,1.5,1.5,2.8,2.5,3.9c1.1,1.1,2.3,1.9,3.8,2.5c1.5,0.6,3.1,0.9,4.7,0.9c2,0,3.8-0.4,5.5-1.3c1.6-0.9,3-2,4-3.6l2.8,2.1\n\t\t\tc-1.3,1.9-3,3.4-5.1,4.5c-2.2,1.1-4.5,1.6-7.1,1.6c-2.2,0-4.3-0.4-6.2-1.2c-1.9-0.8-3.6-1.9-5-3.2c-1.4-1.4-2.5-3-3.3-4.9\n\t\t\tc-0.8-1.9-1.2-4-1.2-6.3s0.4-4.3,1.2-6.3c0.8-1.9,1.9-3.6,3.3-4.9c1.4-1.4,3-2.4,5-3.2C11.3,20.2,13.4,19.8,15.6,19.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M48.2,19.8c3,0,5.6,0.7,8,2c2.4,1.3,4.2,3.2,5.6,5.5c1.3,2.4,2,5.1,2,8s-0.7,5.7-2,8c-1.3,2.4-3.2,4.2-5.6,5.6\n\t\t\tc-2.4,1.3-5.1,2-8,2c-2.2,0-4.3-0.4-6.2-1.2c-1.9-0.8-3.6-1.9-5-3.2c-1.4-1.4-2.5-3-3.3-4.9c-0.8-1.9-1.2-4-1.2-6.3\n\t\t\ts0.4-4.3,1.2-6.3c0.8-1.9,1.9-3.6,3.3-4.9c1.4-1.4,3-2.4,5-3.2C43.9,20.2,46,19.8,48.2,19.8z M48.2,23.2c-1.7,0-3.3,0.3-4.7,0.9\n\t\t\tc-1.5,0.6-2.7,1.4-3.8,2.5c-1.1,1.1-1.9,2.3-2.5,3.9c-0.6,1.5-0.9,3.2-0.9,5s0.3,3.4,0.9,5c0.6,1.5,1.5,2.8,2.5,3.9\n\t\t\tc1.1,1.1,2.3,1.9,3.8,2.5c1.5,0.6,3.1,0.9,4.7,0.9c2.3,0,4.3-0.5,6.1-1.5c1.8-1,3.3-2.5,4.3-4.3c1.1-1.9,1.6-4,1.6-6.4\n\t\t\ts-0.5-4.5-1.6-6.4s-2.5-3.3-4.3-4.3C52.5,23.7,50.5,23.2,48.2,23.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M96.2,20.3v30.3h-3.1L74.3,26.2v24.3h-3.5V20.3H74l18.8,24.3V20.3H96.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M126.5,23.2l-1.8,2.8c-2.8-1.9-5.8-2.8-9.1-2.8c-2.3,0-4.2,0.5-5.7,1.5c-1.4,1-2.2,2.3-2.2,4c0,1.4,0.6,2.5,1.7,3.3\n\t\t\tc1.1,0.8,2.9,1.3,5.3,1.6l2.9,0.3c1.3,0.2,2.5,0.4,3.6,0.8c1.1,0.4,2.1,0.8,3,1.4c0.9,0.6,1.6,1.4,2.1,2.4c0.5,1,0.8,2.1,0.8,3.4\n\t\t\tc0,1.9-0.6,3.6-1.7,5c-1.1,1.4-2.5,2.4-4.3,3.1c-1.8,0.7-3.8,1-6,1c-2.2,0-4.3-0.4-6.5-1.1s-4-1.7-5.4-2.8l1.9-2.8\n\t\t\tc1.1,0.9,2.6,1.7,4.4,2.4c1.8,0.7,3.7,1,5.6,1c2.5,0,4.5-0.5,6-1.4c1.6-1,2.4-2.3,2.4-4.1c0-1.4-0.6-2.6-1.8-3.4\n\t\t\tc-1.2-0.8-3.1-1.3-5.5-1.6l-3.1-0.3c-2.7-0.3-4.9-1.1-6.5-2.4c-1.6-1.3-2.4-3.2-2.4-5.6c0-1.9,0.5-3.5,1.6-4.9\n\t\t\tc1-1.4,2.4-2.4,4.1-3.1c1.7-0.7,3.6-1,5.8-1C119.8,19.9,123.4,21,126.5,23.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M147.9,19.8c3,0,5.6,0.7,8,2c2.4,1.3,4.2,3.2,5.6,5.5c1.3,2.4,2,5.1,2,8s-0.7,5.7-2,8c-1.3,2.4-3.2,4.2-5.6,5.6\n\t\t\tc-2.4,1.3-5.1,2-8,2c-2.2,0-4.3-0.4-6.2-1.2c-1.9-0.8-3.6-1.9-5-3.2c-1.4-1.4-2.5-3-3.3-4.9c-0.8-1.9-1.2-4-1.2-6.3\n\t\t\ts0.4-4.3,1.2-6.3s1.9-3.6,3.3-4.9c1.4-1.4,3-2.4,5-3.2C143.6,20.2,145.7,19.8,147.9,19.8z M147.9,23.2c-1.7,0-3.3,0.3-4.7,0.9\n\t\t\tc-1.5,0.6-2.7,1.4-3.8,2.5c-1.1,1.1-1.9,2.3-2.5,3.9c-0.6,1.5-0.9,3.2-0.9,5s0.3,3.4,0.9,5c0.6,1.5,1.5,2.8,2.5,3.9\n\t\t\tc1.1,1.1,2.3,1.9,3.8,2.5c1.5,0.6,3.1,0.9,4.7,0.9c2.3,0,4.3-0.5,6.1-1.5c1.8-1,3.3-2.5,4.3-4.3c1.1-1.9,1.6-4,1.6-6.4\n\t\t\ts-0.5-4.5-1.6-6.4s-2.5-3.3-4.3-4.3C152.2,23.7,150.2,23.2,147.9,23.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M191.6,47.3v3.3h-21V20.3h3.5v27H191.6z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M218.2,47.3v3.3h-21.3V20.3H218v3.3h-17.6v10.1h17.1v3.2h-17.1v10.4H218.2z", - }), - ), - ), - ), - tr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.538 50.008", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(26.456 -11)" }, - t.createElement( - "g", - { transform: "translate(-29 11)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement("path", { - d: "M2.544-22.4V0h9.232c7.008,0,11.632-4.448,11.632-11.2S18.784-22.4,11.776-22.4Zm9.184,4.176c4.72,0,7.008,2.912,7.008,7.024,0,4.064-2.288,7.024-7.008,7.024H7.008V-18.224ZM31.088-22.4H26.624V0h4.464Zm4.288,0V0H39.84V-8.912h1.312L47.68,0h5.408l-6.9-8.976c4.3-.416,6.864-2.928,6.864-6.608,0-4.288-2.864-6.816-8.208-6.816Zm9.392,4.112c2.368,0,3.7.848,3.7,2.7,0,1.888-1.264,2.784-3.7,2.784H39.84v-5.488ZM73.072-4.1H60.8V-9.248H72.384v-4.1H60.8V-18.3H72.944v-4.1H56.336V0H73.072Zm14.32-18.72c-6.9,0-11.76,4.88-11.76,11.616S80.5.416,87.392.416A11.153,11.153,0,0,0,96.848-4.32L93.2-6.944a6.855,6.855,0,0,1-5.84,3.072c-3.952,0-7.056-2.832-7.072-7.328,0-4.352,3.008-7.328,7.072-7.328a6.7,6.7,0,0,1,5.792,3.088l3.84-2.352A10.88,10.88,0,0,0,87.392-22.816ZM116.7-22.4H98.352v4.176H105.3V0h4.464V-18.224H116.7ZM128.08-9.12c4.944,0,7.92-2.448,7.92-6.64s-2.976-6.64-7.92-6.64h-8.32V0h1.952V-9.12Zm-.048-11.44c3.744,0,5.936,1.632,5.936,4.8s-2.192,4.784-5.936,4.784h-6.32V-20.56Zm30.4-1.84h-2.016l-8.4,20.464L139.632-22.4h-2.08L146.784,0H149.2Z", - transform: "translate(0 42.065)", - className: "minioApplicationName", - }), - t.createElement( - "g", - { transform: "translate(2.649 0)" }, - t.createElement( - "g", - { transform: "translate(0 0.17)" }, - t.createElement("rect", { - width: "3.292", - height: "9.721", - transform: "translate(19.066)", - className: "minioSection", - }), - t.createElement("path", { - d: "M241.479,365.364l-6.681,4.081a.3.3,0,0,1-.311,0l-6.681-4.081a.917.917,0,0,0-.478-.134h-.008a.917.917,0,0,0-.916.916v8.793h3.29v-4.185a.329.329,0,0,1,.5-.281l3.744,2.291a1.172,1.172,0,0,0,1.206.012l3.952-2.318a.329.329,0,0,1,.5.284v4.2h3.289v-8.793a.916.916,0,0,0-.915-.916h-.008A.917.917,0,0,0,241.479,365.364Z", - transform: "translate(-226.403 -365.23)", - className: "minioSection", - }), - t.createElement("path", { - d: "M261.192,365.23h-3.338v4.425a.329.329,0,0,1-.484.29l-8.652-4.608a.919.919,0,0,0-.431-.107h-.006a.917.917,0,0,0-.916.916v8.795h3.312v-4.42a.329.329,0,0,1,.483-.29l8.686,4.607a.916.916,0,0,0,.43.107h0a.917.917,0,0,0,.916-.916Z", - transform: "translate(-222.419 -365.23)", - className: "minioSection", - }), - ), - t.createElement("path", { - d: "M261.159,374.952V365.23h1.515v9.722Z", - transform: "translate(-219.797 -365.06)", - className: "minioSection", - }), - t.createElement("path", { - d: "M271.034,375.151c-4.075,0-6.965-1.933-6.965-5.032,0-3.082,2.908-5.033,6.965-5.033s6.983,1.933,6.983,5.033S275.162,375.151,271.034,375.151Zm0-8.776c-3.03,0-5.364,1.323-5.364,3.744,0,2.437,2.334,3.744,5.364,3.744s5.382-1.307,5.382-3.744C276.416,367.7,274.064,366.376,271.034,366.376Z", - transform: "translate(-219.244 -365.087)", - className: "minioSection", - }), - ), - ), - ), - ), - ), - nr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 249.2 51", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(26.059 -11)" }, - t.createElement( - "g", - { transform: "translate(-29 11)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement( - "g", - { transform: "translate(3.025 0)" }, - t.createElement( - "g", - { transform: "translate(0 0.194)" }, - t.createElement( - "g", - null, - t.createElement("rect", { - x: "21.8", - y: "0", - className: "minioSection", - width: "3.8", - height: "11.1", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioSection", - d: "M17.2,0.2L9.6,4.8c-0.1,0.1-0.2,0.1-0.4,0L1.6,0.2C1.4,0.1,1.2,0,1.1,0l0,0C0.5,0,0,0.5,0,1v10h3.8\n\t\t\t\t\t\t\tV6.3c0-0.2,0.2-0.4,0.4-0.4c0.1,0,0.1,0,0.2,0.1l4.3,2.6c0.4,0.3,1,0.3,1.4,0L14.5,6c0.2-0.1,0.4,0,0.5,0.1\n\t\t\t\t\t\t\tc0,0.1,0.1,0.1,0.1,0.2v4.8h3.8V1c0-0.6-0.5-1-1-1l0,0C17.6,0,17.4,0.1,17.2,0.2z", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioSection", - d: "M44.3,0h-3.8v5.1c0,0.2-0.2,0.4-0.4,0.4c-0.1,0-0.1,0-0.2,0L30,0.1C29.9,0,29.7,0,29.5,0l0,0\n\t\t\t\t\t\t\tc-0.6,0-1,0.5-1,1v10h3.8V6c0-0.2,0.2-0.4,0.4-0.4c0.1,0,0.1,0,0.2,0l9.9,5.3C43,11,43.1,11,43.3,11l0,0c0.6,0,1-0.5,1-1V0z", - }), - ), - ), - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioSection", - d: "M47.2,11.3V0.2H49v11.1H47.2z", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioSection", - d: "M59.2,11.5c-4.7,0-8-2.2-8-5.7s3.3-5.7,8-5.7s8,2.2,8,5.7S63.9,11.5,59.2,11.5z M59.2,1.5\n\t\t\t\t\t\tC55.7,1.5,53,3,53,5.7c0,2.8,2.7,4.3,6.1,4.3s6.1-1.5,6.1-4.3C65.3,3,62.6,1.5,59.2,1.5z", - }), - ), - ), - ), - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M23.1,45.2v4.2H2.8V21.6h20v4.2H7.3v7.5h15v4.2h-15v7.7H23.1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M53.9,21.6v27.8h-4L34.4,29.3l0,20.1h-4.5V21.6h4l15.5,20.1V21.6H53.9z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M80.9,21.6v4.2h-9v23.5h-4.5V25.9h-9v-4.2H80.9z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M105.7,45.2v4.2H85.4V21.6h20v4.2H89.9v7.5h15v4.2h-15v7.7H105.7z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M112.5,21.6h11.4c3.2,0,5.6,0.7,7.3,2.1c1.7,1.4,2.5,3.4,2.5,6c0,2.4-0.8,4.3-2.5,5.7c-1.7,1.5-3.9,2.2-6.8,2.3l9.2,11.7\n\t\t\t\th-5.6l-8.9-11.7H117v11.7h-4.5V21.6z M123.8,25.8H117v7.8h6.8c1.8,0,3.1-0.3,4-1c0.9-0.7,1.3-1.7,1.3-3c0-1.3-0.4-2.3-1.3-2.9\n\t\t\t\tC126.9,26.2,125.6,25.8,123.8,25.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M150.5,38.5h-6.3v10.9h-4.5V21.6h10.8c3.2,0,5.6,0.7,7.3,2.2s2.6,3.6,2.6,6.2s-0.9,4.7-2.6,6.2\n\t\t\t\tC156.1,37.8,153.7,38.5,150.5,38.5z M150.4,25.9h-6.2v8.4h6.2c1.8,0,3.1-0.3,4-1c0.9-0.7,1.3-1.7,1.3-3.2s-0.4-2.5-1.3-3.2\n\t\t\t\tC153.6,26.2,152.2,25.9,150.4,25.9z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M166,21.6h11.4c3.2,0,5.6,0.7,7.3,2.1c1.7,1.4,2.5,3.4,2.5,6c0,2.4-0.8,4.3-2.5,5.7c-1.7,1.5-3.9,2.2-6.8,2.3l9.2,11.7\n\t\t\t\th-5.6l-8.9-11.7h-2.3v11.7H166V21.6z M177.3,25.8h-6.8v7.8h6.8c1.8,0,3.1-0.3,4-1c0.9-0.7,1.3-1.7,1.3-3c0-1.3-0.4-2.3-1.3-2.9\n\t\t\t\tS179.1,25.8,177.3,25.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M197.7,21.6v27.8h-4.5V21.6H197.7z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M225.8,24.2l-2.3,3.6c-2.5-1.6-5.1-2.4-7.8-2.4c-1.9,0-3.4,0.4-4.5,1.1c-1.2,0.8-1.7,1.8-1.7,3c0,1.1,0.5,1.9,1.4,2.5\n\t\t\t\ts2.4,1,4.3,1.3l1.9,0.3c6,0.8,9,3.4,9,7.6c0,1.8-0.5,3.4-1.5,4.8c-1,1.4-2.4,2.4-4,3c-1.7,0.7-3.5,1-5.5,1c-2,0-4-0.3-6-1\n\t\t\t\ts-3.8-1.6-5.1-2.8l2.4-3.6c1,0.9,2.3,1.6,3.9,2.2c1.6,0.6,3.2,0.9,4.8,0.9c1.9,0,3.4-0.4,4.6-1.1c1.2-0.7,1.8-1.7,1.8-3\n\t\t\t\tc0-1.1-0.5-1.9-1.5-2.5c-1-0.6-2.6-1-4.7-1.3l-2.2-0.3c-0.9-0.1-1.7-0.3-2.5-0.5c-0.8-0.2-1.5-0.5-2.2-1\n\t\t\t\tc-0.7-0.4-1.3-0.9-1.9-1.4c-0.5-0.5-0.9-1.2-1.2-2.1c-0.3-0.8-0.5-1.7-0.5-2.7c0-1.8,0.5-3.4,1.5-4.7s2.3-2.3,4-3\n\t\t\t\tc1.6-0.7,3.5-1,5.5-1C219.4,21.2,222.8,22.2,225.8,24.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M252.4,45.2v4.2h-20.3V21.6h20v4.2h-15.5v7.5h15v4.2h-15v7.7H252.4z", - }), - ), - ), - ), - ), - rr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 208.7 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("path", { - id: "Path_116", - className: "minioApplicationName", - d: "M164.5,50.7c0.3,0,6.8,0,9.5,0v-0.4c-0.3-0.3-0.6-0.5-0.9-0.8c-6.3-5.2-12.5-10.4-18.8-15.5\n\t\tc-1.2-1-1.2-1.1,0-2.1c5.6-4.7,11.2-9.3,16.7-13.9c1-0.8,2-1.7,3.2-2.8c-0.7-0.1-1.1-0.1-1.5-0.1c-2.6,0-5.2-0.1-7.8,0\n\t\tc-0.8,0-1.6,0.3-2.2,0.8c-4.3,3.5-8.4,7.1-12.7,10.7c-0.4,0.3-0.8,0.5-1.4,1c0-0.8-0.1-1.2-0.1-1.7c0-6,0-12,0-18.1\n\t\tc0-1.1-0.3-1.5-1.4-1.4c-1.2,0.1-2.5,0-3.7,0c-1.2,0-1.7,0.6-1.7,1.7c0,7.2,0,14.3,0,21.5c0,6.6,0,13.1,0,19.7\n\t\tc0,0.5,0.1,0.9,0.3,1.1c0.2,0.2,0.6,0.2,1,0.2c0.8,0,1.6,0.1,2.4,0.1c0.7,0,1.4-0.1,2-0.1c0.4,0,0.7,0,0.9-0.2\n\t\tc0.2-0.2,0.3-0.5,0.3-1c0-3.2,0-6.3,0-9.5c0-0.4,0.1-0.9,0.1-1.5c0.6,0.4,1.1,0.7,1.5,1c4.3,3.5,8.3,7,10.5,8.7\n\t\tc0.1,0.1,0.4,0.3,0.8,0.6c1.1,0.8,1.1,0.8,1.9,1.4c0.2,0.1,0.4,0.2,0.6,0.4c0.1,0.1,0.3,0.2,0.4,0.2\n\t\tC164.3,50.6,164.4,50.7,164.5,50.7L164.5,50.7z", - }), - t.createElement("path", { - id: "Path_117", - className: "minioApplicationName", - d: "M18.8,50.6c-5.5,0-11.1,0-16.6,0c-1.1,0-1.5-0.3-1.5-1.4c0.1-8.6,0.1-17.2,0-25.9\n\t\tC0.6,22.2,1,22,2.1,22c11.1,0,14.7,0,25.8,0c1.1,0,1.5,0.3,1.4,1.4c-0.1,1.4,0,2.9,0,4.3c0,1.1-0.6,1.6-1.7,1.6c-8.5,0-9.5,0-18,0\n\t\tc-1.2,0-1.7,0.3-1.6,1.6c0.1,3.6,0,7.3,0,10.9c0,1.6,0,1.6,1.7,1.6c8.4,0,16.9,0,25.3,0c1.2,0,1.9,0.6,1.9,1.9c0,1.4,0,2.8,0,4.2\n\t\tc0,0.9-0.3,1.2-1.2,1.2C30,50.6,24.4,50.6,18.8,50.6L18.8,50.6z", - }), - t.createElement("path", { - id: "Path_118", - className: "minioApplicationName", - d: "M72.4,26.6c0,3.2,0.1,6.3,0,9.5c-0.2,8.3-7.5,14.9-15.9,14.6C49,50.6,41.9,44.3,41.7,36\n\t\tc-0.2-6.6,0-13.3-0.1-19.9c0-0.8,0.3-1.1,1.1-1.1c1.5,0,3,0.1,4.5,0c1.1-0.1,1.3,0.4,1.3,1.4c0,6.1,0,12.3,0,18.4\n\t\tc0,3.6,1.4,6.5,4.7,8.3c5.3,2.8,12-0.8,12.2-6.8c0.2-6.4,0.1-12.9,0.1-19.3c0-1.3,0.7-2,2-2c1.2,0,2.3,0.1,3.5,0\n\t\tc1.1-0.1,1.4,0.3,1.4,1.4C72.4,19.8,72.4,23.2,72.4,26.6L72.4,26.6L72.4,26.6z", - }), - t.createElement("path", { - id: "Path_119", - className: "minioApplicationName", - d: "M77.5,39.5c0-2.9,0-5.9,0-8.8c0.1-7.1,4.2-12.9,10.9-15c2-0.6,4.1-0.6,6.2-0.7\n\t\tc1.4-0.1,2.8,0,4.2,0c0.8,0,1,0.3,1,1c0,1.6,0,3.1,0,4.7c0,0.9-0.3,1.2-1.2,1.1c-1.9,0-3.7,0-5.6,0c-5.1,0.1-8.7,3.6-8.8,8.7\n\t\tc-0.1,6.2-0.1,12.4,0,18.5c0,0.6-0.1,1-0.3,1.2c-0.2,0.2-0.5,0.2-1.1,0.2c-1.3,0-1.9,0.1-2,0.1c-0.1,0-0.7,0-2.1-0.1\n\t\tc-0.5,0-0.8,0-1.1-0.3c-0.2-0.2-0.3-0.6-0.3-1.1C77.5,46.1,77.5,42.8,77.5,39.5L77.5,39.5z", - }), - t.createElement("path", { - id: "Path_120", - className: "minioApplicationName", - d: "M18.8,7.6c-5.5,0-11.1,0-16.6,0c-1.2,0-1.6-0.4-1.5-1.6c0.1-1.3,0-2.6,0-4\n\t\tc0-1.2,0.6-1.8,1.9-1.8h23.6c3.1,0,6.3,0,9.4,0c0.4-0.1,0.7,0.1,1,0.3c0.2,0.2,0.2,0.5,0.3,1c0,0.4,0,0.7,0,1.1c0,0.3,0,0.7,0,1\n\t\tc0,1.2,0,1.5,0,2.4c0,0.9-0.1,1.1-0.3,1.3c-0.2,0.3-0.7,0.4-1.3,0.3C29.8,7.6,24.3,7.7,18.8,7.6L18.8,7.6z", - }), - t.createElement("path", { - id: "Path_121", - className: "minioApplicationName", - d: "M123.9,43.1c-0.1,0-0.2,0-0.2,0.1c-2.1,0.9-4.4,1-6.9,0.5c-3.3-0.7-6.1-2.8-7.6-5.8\n\t\tc-0.5-0.9-0.3-1.3,0.7-1.3c0.4,0,0.7,0,1.1,0c8.1,0,16.2,0,24.3,0c1.3,0,1.9-0.5,1.8-1.7c-0.1-2.3,0-4.8-0.6-7\n\t\tc-2.7-9.5-12.5-15.1-22-12.4c-10.7,2.9-16.3,14.7-11.7,24.8c5.2,11.3,19.2,14.1,28.5,5.9c0.7-0.6,1.3-1.2,1.8-1.9\n\t\tc0.2-0.3,0.2-0.7-0.1-0.9c-0.1-0.1-0.3-0.2-0.4-0.2H123.9L123.9,43.1z M119.4,21.6c4.7-0.1,9.8,3.7,10.4,7.4\n\t\tc0.1,0.4-0.2,0.7-0.6,0.8c0,0-0.1,0-0.1,0h-19.7c-0.4,0-0.7-0.3-0.7-0.7c0,0,0-0.1,0-0.1C109.3,25.5,114.8,21.7,119.4,21.6\n\t\tL119.4,21.6L119.4,21.6z", - }), - t.createElement("path", { - id: "Path_122", - className: "minioApplicationName", - d: "M207.8,50.6h-6c-0.2,0-0.3-0.1-0.3-0.3l0,0v-3.2c-0.4,0.2-0.7,0.3-0.9,0.5\n\t\tc-10.1,6.6-23.1,1.9-26.6-9.6c-2.8-9.3,3.3-19.8,12.9-21.8c10.3-2.2,19.9,4.5,21.3,15c0,0.1,0,0.2,0,0.3c0,6.3,0,12.5,0,18.9\n\t\tC208.1,50.5,208,50.6,207.8,50.6L207.8,50.6z M180.1,33.1c-0.1,5.9,4.6,10.7,10.5,10.7c0,0,0,0,0,0c5.9,0.1,10.7-4.7,10.8-10.6\n\t\tc0,0,0-0.1,0-0.1c0-5.9-4.8-10.7-10.6-10.7C184.9,22.4,180.1,27.2,180.1,33.1C180.1,33.1,180.1,33.1,180.1,33.1L180.1,33.1\n\t\tL180.1,33.1z", - }), - t.createElement( - "g", - null, - t.createElement("rect", { - x: "60.8", - y: "0.3", - className: "minioSection", - width: "3.2", - height: "8.4", - }), - t.createElement( - "g", - null, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioSection", - d: "M56.8,0.4L50.3,4C50.2,4,50,4,50,4l-6.6-3.5c-0.1-0.1-0.3-0.1-0.5-0.1h0c-0.5,0-0.9,0.4-0.9,0.8v7.6h3.2\n\t\t\t\t\tV5.1c0-0.2,0.3-0.4,0.5-0.2l3.7,2c0.4,0.2,0.8,0.2,1.2,0l3.9-2c0.2-0.1,0.5,0,0.5,0.2v3.6h3.2V1.1c0-0.4-0.4-0.8-0.9-0.8h0\n\t\t\t\t\tC57.1,0.3,57,0.3,56.8,0.4", - }), - t.createElement("path", { - className: "minioSection", - d: "M80.2,0.3h-3.3v3.8c0,0.2-0.3,0.4-0.5,0.2l-8.5-4c-0.1-0.1-0.3-0.1-0.4-0.1h0c-0.5,0-0.9,0.4-0.9,0.8v7.6\n\t\t\t\t\th3.3V4.9c0-0.2,0.3-0.4,0.5-0.2l8.6,4c0.1,0.1,0.3,0.1,0.4,0.1c0.5,0,0.9-0.4,0.9-0.8L80.2,0.3L80.2,0.3z", - }), - t.createElement("rect", { - x: "82.7", - y: "0.3", - className: "minioSection", - width: "1.5", - height: "8.4", - }), - t.createElement("path", { - className: "minioSection", - d: "M93,8.9c-4,0-6.9-1.7-6.9-4.4S89,0.2,93,0.2c4,0,6.9,1.7,6.9,4.4S97.1,8.9,93,8.9 M93,1.3\n\t\t\t\t\tc-3,0-5.3,1.1-5.3,3.2S90,7.7,93,7.7c3,0,5.3-1.1,5.3-3.2S96,1.3,93,1.3", - }), - ), - ), - ), - ), - ), - or = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 149.6 41.2", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M45.9,30.5c0,7.1-4.5,10.7-11,10.7s-11-3.6-11-10.7V15.1H29v15.1c0,4.2,2.4,6,5.9,6\n\t\ts5.9-1.8,5.9-6V15.1h5.1L45.9,30.5z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M93.4,36v4.7H74.7V15.1h18.6v4.7H79.7v5.7h13v4.7h-13V36H93.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M61.3,15.1c6.1,0,9.4,2.9,9.4,7.8c0,4.2-2.9,7.1-7.8,7.5l7.9,10.2h-6.2l-7.5-10.2h-1.5v10.2\n\t\th-5.1V15.1H61.3z M55.6,19.8v6.3h5.6c2.8,0,4.2-1,4.2-3.2c0-2.1-1.5-3.1-4.2-3.1H55.6z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M106.3,30.2h-2.4v10.5h-5.1V15.1h5.1v10.4h2.4l8.5-10.4h6.4l-10.7,12.5L122,40.7h-6.6\n\t\tL106.3,30.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M149.6,40.7h-5.4l-2.2-6H131l-2.2,6h-5.3l10-25.6h6.2L149.6,40.7z M132.8,30.1h7.4l-3.7-9.9\n\t\tL132.8,30.1z", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioSection", - d: "M11.7,0.2L6.5,3.4c-0.1,0-0.2,0-0.2,0L1.1,0.2C1,0.2,0.8,0.1,0.7,0.1h0C0.3,0.1,0,0.5,0,0.8\n\t\tc0,0,0,0,0,0v6.8h2.5V4.4c0-0.1,0.1-0.3,0.3-0.3c0,0,0.1,0,0.1,0L5.8,6c0.3,0.2,0.6,0.2,0.9,0l3.1-1.8c0.1-0.1,0.3,0,0.3,0.1\n\t\tc0,0,0,0.1,0,0.1v3.3h2.5V0.8c0-0.4-0.3-0.7-0.7-0.7c0,0,0,0,0,0h0C11.9,0.1,11.8,0.2,11.7,0.2", - }), - t.createElement("rect", { - x: "14.8", - y: "0.1", - className: "minioSection", - width: "2.5", - height: "7.5", - }), - t.createElement("path", { - className: "minioSection", - d: "M30,0.1h-2.6v3.4c0,0.1-0.1,0.3-0.3,0.3c0,0-0.1,0-0.1,0l-6.7-3.6c-0.1-0.1-0.2-0.1-0.3-0.1\n\t\tl0,0c-0.4,0-0.7,0.3-0.7,0.7v6.8h2.6V4.2C21.9,4.1,22,4,22.1,4c0,0,0.1,0,0.1,0L29,7.6c0.3,0.2,0.8,0.1,1-0.3C30,7.2,30,7.1,30,6.9\n\t\tL30,0.1z", - }), - t.createElement("rect", { - x: "32", - y: "0.1", - className: "minioSection", - width: "1.2", - height: "7.5", - }), - t.createElement("path", { - className: "minioSection", - d: "M40.1,7.8c-3.2,0-5.4-1.5-5.4-3.9S37,0,40.1,0s5.4,1.5,5.4,3.9S43.3,7.8,40.1,7.8 M40.1,1\n\t\tC37.8,1,36,2,36,3.9s1.8,2.9,4.2,2.9s4.2-1,4.2-2.9S42.5,1,40.1,1L40.1,1z", - }), - t.createElement("rect", { - className: "minioApplicationName", - y: "15", - width: "19.1", - height: "5", - }), - t.createElement("rect", { - className: "minioApplicationName", - y: "25.5", - width: "12.8", - height: "5", - }), - t.createElement("rect", { - className: "minioApplicationName", - y: "36.1", - width: "19.1", - height: "5", - }), - ), - ), - ar = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.538 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M4.7,24.3V51H1.5V24.3C1.5,24.3,4.7,24.3,4.7,24.3z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M32.3,24.3V51h-3.1L14.7,30h-0.3v21h-3.2V24.3h3.1l14.6,21h0.3v-21C29.2,24.3,32.3,24.3,32.3,24.3z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M47,51h-8.2V24.3h8.6c2.6,0,4.8,0.5,6.6,1.6c1.8,1.1,3.3,2.6,4.2,4.6c1,2,1.5,4.4,1.5,7.1\n\t\tc0,2.8-0.5,5.2-1.5,7.2c-1,2-2.4,3.5-4.3,4.6C52.1,50.5,49.7,51,47,51z M42,48.1h4.8c2.2,0,4-0.4,5.5-1.3c1.5-0.9,2.5-2.1,3.2-3.6\n\t\tc0.7-1.6,1.1-3.4,1.1-5.6c0-2.2-0.4-4-1.1-5.6c-0.7-1.6-1.8-2.8-3.2-3.6c-1.4-0.8-3.1-1.3-5.2-1.3H42V48.1L42,48.1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M65.2,51V24.3h16.1v2.9H68.4v9h12v2.9h-12v9.1h13.1V51H65.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M88.7,24.3l6.9,11.1h0.2l6.9-11.1h3.8l-8.4,13.4l8.4,13.4h-3.8l-6.9-10.9h-0.2L88.7,51h-3.8l8.6-13.4\n\t\tl-8.6-13.4C84.9,24.3,88.7,24.3,88.7,24.3z", - }), - t.createElement("rect", { - x: "22.4", - y: "0.3", - className: "minioSection", - width: "3.9", - height: "11.3", - }), - t.createElement("path", { - className: "minioSection", - d: "M17.7,0.4L9.9,5.2c-0.1,0.1-0.3,0.1-0.4,0L1.6,0.4C1.5,0.3,1.3,0.2,1.1,0.2h0C0.5,0.2,0,0.7,0,1.3v10.3h3.9\n\t\tV6.7c0-0.3,0.3-0.5,0.6-0.3l4.4,2.7c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.2,0.6,0,0.6,0.3v4.9h3.9V1.3c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC18.1,0.2,17.9,0.3,17.7,0.4L17.7,0.4z", - }), - t.createElement("path", { - className: "minioSection", - d: "M45.6,0.2h-3.9v5.2c0,0.3-0.3,0.5-0.6,0.3L30.9,0.4c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.3\n\t\th3.9V6.5c0-0.3,0.3-0.5,0.6-0.3L44,11.5c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.6,0.2L45.6,0.2L45.6,0.2z", - }), - t.createElement("path", { - className: "minioSection", - d: "M48.7,11.6V0.2h1.8v11.3L48.7,11.6L48.7,11.6z", - }), - t.createElement("path", { - className: "minioSection", - d: "M60.9,11.8c-4.8,0-8.2-2.3-8.2-5.9c0-3.6,3.4-5.9,8.2-5.9c4.8,0,8.2,2.3,8.2,5.9S65.8,11.8,60.9,11.8z\n\t\t M60.9,1.5c-3.6,0-6.3,1.6-6.3,4.4c0,2.9,2.7,4.4,6.3,4.4c3.6,0,6.3-1.5,6.3-4.4C67.2,3.1,64.5,1.5,60.9,1.5L60.9,1.5z", - }), - ), - ), - lr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.538 51", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(26.059 -11)" }, - t.createElement( - "g", - { transform: "translate(-29 11)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement("path", { - d: "M19.7,0h6.7L14.726-13.265,25.586-25.9H19.111l-8.566,10.49H8.1V-25.9H2.942V0H8.1V-10.656H10.49ZM47.712-4.736H33.522v-5.957H46.916v-4.736H33.522v-5.735H47.564V-25.9h-19.2V0H47.712ZM72.039-23.588a18.223,18.223,0,0,0-9.9-2.757c-5.513,0-10.323,2.812-10.323,8.214,0,4.681,3.33,6.7,7.9,7.419l1.646.259c3.607.574,5.495,1.24,5.495,3.034,0,2-2.22,3.127-5.088,3.127a13.674,13.674,0,0,1-8.251-2.794L50.838-2.923C53.613-.685,57.831.463,61.753.463c5.568,0,10.6-2.72,10.6-8.436,0-4.514-3.626-6.494-8.251-7.252l-1.462-.241c-3.108-.518-5.347-1.092-5.347-3,0-1.961,2.054-3.108,4.958-3.108a13.919,13.919,0,0,1,7.345,2.2Z", - transform: "translate(0 49.495)", - className: "minioApplicationName", - }), - t.createElement( - "g", - { transform: "translate(3.025 0)" }, - t.createElement( - "g", - { transform: "translate(0 0.194)" }, - t.createElement("rect", { - width: "3.76", - height: "11.103", - transform: "translate(21.776)", - className: "minioSection", - }), - t.createElement("path", { - d: "M243.621,365.383l-7.631,4.661a.34.34,0,0,1-.355,0l-7.631-4.661a1.048,1.048,0,0,0-.546-.153h-.009a1.047,1.047,0,0,0-1.047,1.046V376.32h3.758v-4.78a.376.376,0,0,1,.572-.321l4.276,2.616a1.338,1.338,0,0,0,1.377.014L240.9,371.2a.376.376,0,0,1,.565.325v4.794h3.757V366.276a1.046,1.046,0,0,0-1.045-1.046h-.01A1.047,1.047,0,0,0,243.621,365.383Z", - transform: "translate(-226.403 -365.23)", - className: "minioSection", - }), - t.createElement("path", { - d: "M263.158,365.23h-3.813v5.053a.376.376,0,0,1-.553.332l-9.881-5.263a1.051,1.051,0,0,0-.492-.122h-.007a1.047,1.047,0,0,0-1.047,1.046v10.045h3.783v-5.048a.376.376,0,0,1,.552-.332l9.921,5.262a1.046,1.046,0,0,0,.491.122h0a1.047,1.047,0,0,0,1.047-1.047Z", - transform: "translate(-218.873 -365.23)", - className: "minioSection", - }), - ), - t.createElement("path", { - d: "M261.159,376.333v-11.1h1.73v11.1Z", - transform: "translate(-213.918 -365.036)", - className: "minioSection", - }), - t.createElement("path", { - d: "M272.024,376.582c-4.654,0-7.955-2.207-7.955-5.747,0-3.52,3.322-5.748,7.955-5.748S280,367.294,280,370.835,276.738,376.582,272.024,376.582Zm0-10.023c-3.461,0-6.126,1.511-6.126,4.276,0,2.784,2.665,4.276,6.126,4.276s6.146-1.492,6.146-4.276C278.171,368.07,275.485,366.559,272.024,366.559Z", - transform: "translate(-212.873 -365.087)", - className: "minioSection", - }), - ), - ), - ), - ), - ), - ir = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.538 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M1.4,50.3V24.1h3.2v13h0.3l11.8-13h4.1l-11,11.8l11,14.4H17L7.9,38.1l-3.3,3.7v8.5H1.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M24.9,24.1h3.8l8.9,21.7h0.3l8.9-21.7h3.8v26.2h-3V30.4h-0.3l-8.2,19.9h-2.9l-8.2-19.9h-0.3v19.9h-3\n\t\tC24.9,50.3,24.9,24.1,24.9,24.1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M71.3,30.6c-0.2-1.3-0.8-2.3-1.9-3c-1.1-0.7-2.4-1.1-4-1.1c-1.2,0-2.2,0.2-3,0.6s-1.5,0.9-2,1.5\n\t\tc-0.5,0.7-0.7,1.4-0.7,2.2c0,0.7,0.2,1.3,0.5,1.8c0.3,0.5,0.8,0.9,1.3,1.2c0.5,0.3,1.1,0.6,1.7,0.8c0.6,0.2,1.1,0.4,1.6,0.5\n\t\tl2.7,0.7c0.7,0.2,1.4,0.4,2.3,0.7c0.8,0.3,1.6,0.7,2.4,1.3c0.8,0.5,1.4,1.2,1.9,2.1c0.5,0.8,0.8,1.9,0.8,3.1c0,1.4-0.4,2.7-1.1,3.8\n\t\tc-0.7,1.1-1.8,2.1-3.2,2.7c-1.4,0.7-3.1,1-5.1,1c-1.9,0-3.5-0.3-4.9-0.9c-1.4-0.6-2.4-1.4-3.2-2.5c-0.8-1.1-1.2-2.3-1.3-3.8h3.3\n\t\tc0.1,1,0.4,1.8,1,2.4c0.6,0.6,1.3,1.1,2.2,1.4c0.9,0.3,1.9,0.5,2.9,0.5c1.2,0,2.3-0.2,3.3-0.6c1-0.4,1.7-1,2.3-1.7\n\t\tc0.6-0.7,0.8-1.5,0.8-2.5c0-0.9-0.2-1.6-0.7-2.1c-0.5-0.5-1.1-1-1.9-1.3c-0.8-0.3-1.7-0.6-2.6-0.9l-3.2-0.9c-2-0.6-3.7-1.4-4.9-2.5\n\t\tc-1.2-1.1-1.8-2.5-1.8-4.3c0-1.5,0.4-2.7,1.2-3.8c0.8-1.1,1.9-1.9,3.2-2.6c1.4-0.6,2.9-0.9,4.5-0.9c1.7,0,3.2,0.3,4.5,0.9\n\t\tc1.3,0.6,2.4,1.4,3.1,2.5c0.8,1,1.2,2.2,1.2,3.5L71.3,30.6L71.3,30.6z", - }), - t.createElement("rect", { - x: "22", - y: "0.5", - className: "minioSection", - width: "3.8", - height: "11.1", - }), - t.createElement("path", { - className: "minioSection", - d: "M17.4,0.6L9.7,5.3c-0.1,0.1-0.2,0.1-0.4,0L1.6,0.6C1.5,0.5,1.3,0.4,1.1,0.4h0C0.5,0.4,0,0.9,0,1.5v10.1h3.8\n\t\tV6.8c0-0.3,0.3-0.5,0.6-0.3l4.3,2.6c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.1,0.6,0,0.6,0.3v4.8H19V1.5c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC17.8,0.4,17.6,0.5,17.4,0.6L17.4,0.6z", - }), - t.createElement("path", { - className: "minioSection", - d: "M44.7,0.5h-3.9v5.1c0,0.3-0.3,0.5-0.6,0.3l-10-5.3c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.1\n\t\th3.8v-5c0-0.3,0.3-0.5,0.6-0.3l10,5.3c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L44.7,0.5L44.7,0.5L44.7,0.5z", - }), - t.createElement("path", { - className: "minioSection", - d: "M47.8,11.6V0.5h1.8v11.1L47.8,11.6L47.8,11.6z", - }), - t.createElement("path", { - className: "minioSection", - d: "M59.8,11.9c-4.7,0-8-2.2-8-5.8c0-3.6,3.4-5.8,8-5.8c4.7,0,8.1,2.2,8.1,5.8S64.5,11.9,59.8,11.9z M59.8,1.7\n\t\tc-3.5,0-6.2,1.5-6.2,4.3c0,2.8,2.7,4.3,6.2,4.3c3.5,0,6.2-1.5,6.2-4.3C66,3.3,63.3,1.7,59.8,1.7L59.8,1.7z", - }), - ), - ), - Cr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 288.6 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M1,50.5V24.1h4.8v22.4h11.6v4H1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M44.1,37.3c0,2.8-0.5,5.3-1.6,7.3s-2.5,3.6-4.3,4.6c-1.8,1.1-3.9,1.6-6.2,1.6c-2.3,0-4.4-0.5-6.2-1.6\n\t\tc-1.8-1.1-3.3-2.6-4.3-4.7c-1.1-2-1.6-4.5-1.6-7.3c0-2.8,0.5-5.3,1.6-7.3c1.1-2,2.5-3.6,4.3-4.6c1.8-1.1,3.9-1.6,6.2-1.6\n\t\tc2.3,0,4.4,0.5,6.2,1.6c1.8,1.1,3.3,2.6,4.3,4.6C43.6,32.1,44.1,34.5,44.1,37.3z M39.3,37.3c0-2-0.3-3.7-0.9-5.1\n\t\tc-0.6-1.4-1.5-2.4-2.6-3.1c-1.1-0.7-2.4-1.1-3.8-1.1c-1.4,0-2.7,0.4-3.8,1.1c-1.1,0.7-2,1.8-2.6,3.1c-0.6,1.4-0.9,3.1-0.9,5.1\n\t\tc0,2,0.3,3.7,0.9,5.1c0.6,1.4,1.5,2.4,2.6,3.1c1.1,0.7,2.4,1.1,3.8,1.1c1.4,0,2.7-0.4,3.8-1.1c1.1-0.7,2-1.8,2.6-3.1\n\t\tC39,41,39.3,39.3,39.3,37.3z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M50.6,50.5h-5.1l9.3-26.4h5.9L70,50.5h-5.1l-7.1-21h-0.2L50.6,50.5z M50.8,40.2h13.9V44H50.8V40.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M82.4,50.5h-8.9V24.1h9.1c2.6,0,4.9,0.5,6.8,1.6c1.9,1.1,3.3,2.6,4.4,4.5c1,2,1.5,4.3,1.5,7.1\n\t\tc0,2.8-0.5,5.1-1.5,7.1s-2.5,3.5-4.4,4.6C87.4,50,85.1,50.5,82.4,50.5L82.4,50.5z M78.3,46.4h3.9c1.8,0,3.4-0.3,4.6-1\n\t\tc1.2-0.7,2.2-1.7,2.8-3c0.6-1.3,0.9-3,0.9-5c0-2-0.3-3.7-0.9-5c-0.6-1.3-1.5-2.3-2.7-3c-1.2-0.7-2.7-1-4.5-1h-4.1L78.3,46.4\n\t\tL78.3,46.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M100.7,50.5V24.1h8.9c1.7,0,3.2,0.3,4.3,0.9c1.1,0.6,2,1.4,2.6,2.5c0.6,1,0.9,2.2,0.9,3.5c0,1.1-0.2,2-0.6,2.8\n\t\tc-0.4,0.8-0.9,1.4-1.5,1.9c-0.6,0.5-1.3,0.8-2.1,1V37c0.9,0.1,1.7,0.4,2.5,0.9c0.8,0.5,1.5,1.3,2,2.2s0.8,2.1,0.8,3.5\n\t\tc0,1.3-0.3,2.5-0.9,3.6c-0.6,1-1.5,1.9-2.7,2.5c-1.2,0.6-2.8,0.9-4.7,0.9H100.7z M103.1,36.1h6.7c1,0,2-0.2,2.7-0.6\n\t\tc0.8-0.4,1.4-1,1.8-1.8c0.4-0.8,0.7-1.6,0.7-2.6c0-1.4-0.5-2.5-1.4-3.4c-0.9-0.9-2.3-1.3-4.1-1.3h-6.5V36.1z M103.1,48.4h7\n\t\tc2,0,3.5-0.5,4.5-1.4c1-0.9,1.5-2,1.5-3.4c0-1-0.2-1.9-0.7-2.7c-0.5-0.8-1.2-1.5-2-2c-0.9-0.5-1.9-0.7-3.1-0.7h-7.1V48.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M124.2,50.5h-2.5l9.6-26.4h2.6l9.6,26.4H141l-8.3-23.3h-0.2L124.2,50.5z M126,40.4h13.1v2.2H126V40.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M148,50.5V24.1h2.4v24.2H163v2.2H148z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M170.1,50.5h-2.5l9.6-26.4h2.6l9.6,26.4h-2.5l-8.3-23.3h-0.2L170.1,50.5L170.1,50.5z M171.9,40.4H185v2.2\n\t\th-13.1L171.9,40.4L171.9,40.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M214.5,24.1v26.4h-2.3l-15.6-22.1h-0.2v22.1h-2.4V24.1h2.3l15.6,22.1h0.2V24.1\n\t\tC212.1,24.1,214.5,24.1,214.5,24.1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M242.1,32.4h-2.4c-0.2-0.9-0.5-1.7-1-2.5c-0.5-0.8-1.1-1.4-1.8-2c-0.7-0.6-1.5-1-2.4-1.3\n\t\tc-0.9-0.3-1.9-0.5-2.9-0.5c-1.7,0-3.2,0.4-4.6,1.3c-1.4,0.9-2.5,2.1-3.3,3.8c-0.8,1.7-1.2,3.7-1.2,6.2c0,2.4,0.4,4.5,1.2,6.2\n\t\tc0.8,1.7,1.9,2.9,3.3,3.8c1.4,0.9,2.9,1.3,4.6,1.3c1,0,2-0.2,2.9-0.5c0.9-0.3,1.7-0.8,2.4-1.3c0.7-0.6,1.3-1.2,1.8-2\n\t\tc0.5-0.8,0.8-1.6,1-2.5h2.4c-0.2,1.2-0.6,2.3-1.2,3.4c-0.6,1-1.3,2-2.2,2.7c-0.9,0.8-1.9,1.4-3.1,1.8c-1.2,0.4-2.5,0.7-3.9,0.7\n\t\tc-2.2,0-4.2-0.6-5.9-1.7c-1.7-1.1-3.1-2.7-4-4.7c-1-2-1.5-4.4-1.5-7.2s0.5-5.2,1.5-7.2c1-2,2.3-3.6,4-4.7c1.7-1.1,3.7-1.7,5.9-1.7\n\t\tc1.4,0,2.7,0.2,3.9,0.7c1.2,0.4,2.2,1,3.1,1.8c0.9,0.8,1.7,1.7,2.2,2.7C241.5,30,241.9,31.2,242.1,32.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M247.8,50.5V24.1h15.3v2.2h-12.9v9.9h12.1v2.2h-12.1v10h13.2v2.2H247.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M269.4,50.5V24.1h8.5c1.9,0,3.4,0.3,4.7,1c1.3,0.7,2.2,1.6,2.8,2.8c0.6,1.2,1,2.6,1,4.1c0,1.5-0.3,2.9-1,4.1\n\t\tc-0.6,1.2-1.6,2.1-2.8,2.8s-2.8,1-4.7,1h-7.3v-2.2h7.2c1.4,0,2.5-0.2,3.4-0.7c0.9-0.5,1.6-1.1,2-1.9c0.5-0.8,0.7-1.8,0.7-3\n\t\tc0-1.2-0.2-2.2-0.7-3c-0.5-0.9-1.1-1.5-2.1-2c-0.9-0.5-2.1-0.7-3.5-0.7h-6v24.2H269.4z M281,38.6l6.5,11.9h-2.8l-6.4-11.9H281z", - }), - t.createElement("rect", { - x: "22.3", - y: "0.4", - className: "minioSection", - width: "3.8", - height: "11.2", - }), - t.createElement("path", { - className: "minioSection", - d: "M17.7,0.5L9.9,5.2c-0.1,0.1-0.2,0.1-0.4,0L1.8,0.5C1.6,0.4,1.4,0.3,1.2,0.3h0c-0.6,0-1.1,0.5-1.1,1.1v10.2H4\n\t\tV6.7c0-0.3,0.3-0.5,0.6-0.3l4.4,2.7c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.1,0.6,0,0.6,0.3v4.9h3.8V1.4c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC18,0.3,17.8,0.4,17.7,0.5L17.7,0.5z", - }), - t.createElement("path", { - className: "minioSection", - d: "M45.2,0.4h-3.9v5.1c0,0.3-0.3,0.5-0.6,0.3L30.7,0.5c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.1\n\t\tH33V6.5c0-0.3,0.3-0.5,0.6-0.3l10.1,5.4c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.2,0.4L45.2,0.4L45.2,0.4z", - }), - t.createElement("path", { - className: "minioSection", - d: "M48.3,11.6V0.4h1.8v11.2L48.3,11.6L48.3,11.6z", - }), - t.createElement("path", { - className: "minioSection", - d: "M60.3,11.8c-4.7,0-8.1-2.2-8.1-5.9c0-3.6,3.4-5.9,8.1-5.9c4.7,0,8.1,2.2,8.1,5.9S65.1,11.8,60.3,11.8z\n\t\t M60.3,1.6c-3.5,0-6.2,1.5-6.2,4.4c0,2.8,2.7,4.4,6.2,4.4c3.5,0,6.3-1.5,6.3-4.4C66.6,3.1,63.9,1.6,60.3,1.6L60.3,1.6z", + e.createElement(i, s), + ) + ); + }), + Mt = bt, + Ht = A.Fragment; +function Et(e, t, n) { + return gt.call(t, "css") ? A.jsx(Mt, wt(e, t), n) : A.jsx(e, t, n); +} +function Rt(e, t, n) { + return gt.call(t, "css") ? A.jsxs(Mt, wt(e, t), n) : A.jsxs(e, t, n); +} +const yt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33333 3.96667C4.59847 3.96667 4.84086 4.11648 4.95943 4.35363L6.95313 8.34102C6.95767 8.34964 6.96203 8.35837 6.96622 8.3672L7.95943 10.3536C8.13232 10.6994 7.99217 11.1199 7.64638 11.2928C7.3006 11.4657 6.88013 11.3255 6.70723 10.9797L5.90071 9.36667H2.76596L1.95943 10.9797C1.78654 11.3255 1.36607 11.4657 1.02028 11.2928C0.674498 11.1199 0.534341 10.6994 0.707233 10.3536L1.70045 8.36719C1.70463 8.35837 1.709 8.34964 1.71353 8.34103L3.70723 4.35363C3.82581 4.11648 4.06819 3.96667 4.33333 3.96667ZM3.46596 7.96667H5.20071L4.33333 6.23192L3.46596 7.96667ZM12 3.96667C12.3866 3.96667 12.7 4.28008 12.7 4.66667V8.97673L14.1717 7.50503C14.4451 7.23167 14.8883 7.23167 15.1616 7.50503C15.435 7.7784 15.435 8.22162 15.1616 8.49498L12.495 11.1616C12.3637 11.2929 12.1856 11.3667 12 11.3667C11.8143 11.3667 11.6363 11.2929 11.505 11.1616L8.83836 8.49498C8.56499 8.22162 8.56499 7.7784 8.83836 7.50503C9.11172 7.23167 9.55494 7.23167 9.82831 7.50503L11.3 8.97673V4.66667C11.3 4.28008 11.6134 3.96667 12 3.96667Z", + fill: "currentColor", + }), + }), + Tt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33333 3.96667C4.59847 3.96667 4.84086 4.11648 4.95943 4.35363L6.95313 8.34102C6.95767 8.34964 6.96203 8.35837 6.96622 8.3672L7.95943 10.3536C8.13233 10.6994 7.99217 11.1199 7.64638 11.2928C7.3006 11.4657 6.88013 11.3255 6.70723 10.9797L5.90071 9.36667H2.76596L1.95943 10.9797C1.78654 11.3255 1.36607 11.4657 1.02028 11.2928C0.6745 11.1199 0.534342 10.6994 0.707235 10.3536L1.70045 8.36719C1.70463 8.35837 1.709 8.34964 1.71353 8.34103L3.70723 4.35363C3.82581 4.11648 4.06819 3.96667 4.33333 3.96667ZM3.46596 7.96667H5.20071L4.33333 6.23192L3.46596 7.96667ZM12 3.96667C12.1857 3.96667 12.3637 4.04042 12.495 4.1717L15.1616 6.83837C15.435 7.11173 15.435 7.55495 15.1616 7.82832C14.8883 8.10168 14.4451 8.10168 14.1717 7.82832L12.7 6.35662V10.6667C12.7 11.0533 12.3866 11.3667 12 11.3667C11.6134 11.3667 11.3 11.0533 11.3 10.6667V6.35662L9.82831 7.82832C9.55494 8.10168 9.11173 8.10168 8.83836 7.82832C8.56499 7.55495 8.56499 7.11173 8.83836 6.83837L11.505 4.1717C11.6363 4.04042 11.8143 3.96667 12 3.96667Z", + fill: "currentColor", + }), + }), + Nt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M10.6667 2.69999C10.6851 2.69999 10.7 2.68506 10.7 2.66665C10.7 2.64824 10.6851 2.63332 10.6667 2.63332C10.6483 2.63332 10.6333 2.64824 10.6333 2.66665C10.6333 2.68506 10.6483 2.69999 10.6667 2.69999ZM9.3 2.66665C9.3 1.91187 9.91188 1.29999 10.6667 1.29999C11.4215 1.29999 12.0333 1.91187 12.0333 2.66665C12.0333 3.42144 11.4215 4.03332 10.6667 4.03332C9.91188 4.03332 9.3 3.42144 9.3 2.66665ZM4.83836 2.83835C5.05794 2.61877 5.39592 2.5701 5.66853 2.71879L9.3352 4.71879C9.50821 4.81316 9.63342 4.97608 9.68009 5.16754C9.72676 5.35901 9.69057 5.56127 9.58039 5.72467L8.40622 7.46602C8.48508 7.52518 8.56192 7.58736 8.63657 7.65246C8.73263 7.73622 8.82437 7.82425 8.91159 7.91618L12.5516 7.30951C12.7718 7.27282 12.9962 7.34331 13.1559 7.49929C13.3155 7.65527 13.3912 7.87803 13.3596 8.09898L12.693 12.7656C12.6383 13.1484 12.2837 13.4143 11.901 13.3596C11.5183 13.3049 11.2524 12.9504 11.307 12.5677L11.8385 8.84768L9.73224 9.19872C9.7823 9.32431 9.82617 9.45271 9.86356 9.5835C10.0776 10.3321 10.0704 11.1267 9.84276 11.8713C9.72975 12.241 9.33842 12.4491 8.96871 12.3361C8.599 12.2231 8.3909 11.8317 8.50392 11.462C8.65252 10.9759 8.65724 10.4571 8.5175 9.96834C8.37775 9.47958 8.09953 9.0417 7.7164 8.70758C7.33328 8.37346 6.86163 8.15738 6.3584 8.08541C5.85517 8.01345 5.34186 8.08868 4.88045 8.30202C4.52954 8.46427 4.11355 8.31134 3.9513 7.96043C3.78905 7.60953 3.94199 7.19353 4.29289 7.03128C4.99962 6.70451 5.78582 6.58929 6.55659 6.69951C6.75711 6.72819 6.95435 6.7718 7.14678 6.82965L7.98968 5.5796L5.45795 4.19865L3.82831 5.8283C3.55495 6.10166 3.11173 6.10166 2.83836 5.8283C2.565 5.55493 2.565 5.11171 2.83836 4.83835L4.83836 2.83835ZM3.0313 8.99723C3.40101 9.11025 3.60911 9.50157 3.49609 9.87128C3.34749 10.3574 3.34277 10.8762 3.48251 11.365C3.62225 11.8537 3.90048 12.2916 4.2836 12.6257C4.66673 12.9598 5.13838 13.1759 5.64161 13.2479C6.14484 13.3199 6.65814 13.2446 7.11956 13.0313C7.47047 12.869 7.88646 13.022 8.04871 13.3729C8.21096 13.7238 8.05802 14.1398 7.70712 14.302C7.00039 14.6288 6.21419 14.744 5.44341 14.6338C4.67264 14.5236 3.95025 14.1926 3.36344 13.6809C2.77662 13.1691 2.35048 12.4984 2.13645 11.7498C1.92241 11.0012 1.92964 10.2066 2.15725 9.46202C2.27026 9.09231 2.66159 8.88422 3.0313 8.99723Z", + fill: "currentColor", + }), + }), + Vt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6 1.29999C6.3013 1.29999 6.5688 1.49279 6.66408 1.77863L10 11.7864L11.3359 7.77863C11.4312 7.49279 11.6987 7.29999 12 7.29999H14.6667C15.0533 7.29999 15.3667 7.61339 15.3667 7.99999C15.3667 8.38659 15.0533 8.69999 14.6667 8.69999H12.5045L10.6641 14.2213C10.5688 14.5072 10.3013 14.7 10 14.7C9.6987 14.7 9.4312 14.5072 9.33592 14.2213L6 4.21358L4.66408 8.22135C4.5688 8.50719 4.3013 8.69999 4 8.69999H1.33333C0.946732 8.69999 0.633331 8.38659 0.633331 7.99999C0.633331 7.61339 0.946732 7.29999 1.33333 7.29999H3.49547L5.33592 1.77863C5.4312 1.49279 5.6987 1.29999 6 1.29999Z", + fill: "currentColor", + }), + }), + St = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66666 2.69999C2.49869 2.69999 2.3376 2.76671 2.21883 2.88549C2.10006 3.00426 2.03333 3.16535 2.03333 3.33332V9.99999C2.03333 10.168 2.10006 10.329 2.21883 10.4478C2.3376 10.5666 2.49869 10.6333 2.66666 10.6333H3.33333C3.71993 10.6333 4.03333 10.9467 4.03333 11.3333C4.03333 11.7199 3.71993 12.0333 3.33333 12.0333H2.66666C2.12739 12.0333 1.6102 11.8191 1.22888 11.4378C0.847557 11.0564 0.633331 10.5393 0.633331 9.99999V3.33332C0.633331 2.79405 0.847557 2.27686 1.22888 1.89554C1.6102 1.51421 2.12739 1.29999 2.66666 1.29999H13.3333C13.8726 1.29999 14.3898 1.51421 14.7711 1.89554C15.1524 2.27686 15.3667 2.79405 15.3667 3.33332V9.99999C15.3667 10.5393 15.1524 11.0564 14.7711 11.4378C14.3898 11.8191 13.8726 12.0333 13.3333 12.0333H12.6667C12.2801 12.0333 11.9667 11.7199 11.9667 11.3333C11.9667 10.9467 12.2801 10.6333 12.6667 10.6333H13.3333C13.5013 10.6333 13.6624 10.5666 13.7812 10.4478C13.8999 10.329 13.9667 10.168 13.9667 9.99999V3.33332C13.9667 3.16535 13.8999 3.00426 13.7812 2.88549C13.6624 2.76671 13.5013 2.69999 13.3333 2.69999H2.66666ZM8 9.29999C8.20774 9.29999 8.40476 9.39226 8.53775 9.55186L11.8711 13.5519C12.045 13.7605 12.0824 14.0509 11.9672 14.2969C11.852 14.5429 11.6049 14.7 11.3333 14.7H4.66666C4.39505 14.7 4.14796 14.5429 4.03275 14.2969C3.91755 14.0509 3.95503 13.7605 4.12891 13.5519L7.46224 9.55186C7.59524 9.39226 7.79225 9.29999 8 9.29999ZM6.16119 13.3H9.8388L8 11.0934L6.16119 13.3Z", + fill: "currentColor", + }), + }), + xt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66666 2.69999C2.49869 2.69999 2.3376 2.76671 2.21883 2.88549C2.10006 3.00426 2.03333 3.16535 2.03333 3.33332V6.66665C2.03333 6.83462 2.10006 6.99572 2.21883 7.11449C2.3376 7.23326 2.49869 7.29999 2.66666 7.29999H4C4.3866 7.29999 4.7 7.61339 4.7 7.99999C4.7 8.38659 4.3866 8.69999 4 8.69999H2.66666C2.12739 8.69999 1.6102 8.48576 1.22888 8.10444C0.847557 7.72311 0.633331 7.20593 0.633331 6.66665V3.33332C0.633331 2.79405 0.847557 2.27686 1.22888 1.89554C1.6102 1.51421 2.12739 1.29999 2.66666 1.29999H13.3333C13.8726 1.29999 14.3898 1.51421 14.7711 1.89554C15.1524 2.27686 15.3667 2.79405 15.3667 3.33332V6.66665C15.3667 7.20593 15.1524 7.72311 14.7711 8.10444C14.3898 8.48576 13.8726 8.69999 13.3333 8.69999H12C11.6134 8.69999 11.3 8.38659 11.3 7.99999C11.3 7.61339 11.6134 7.29999 12 7.29999H13.3333C13.5013 7.29999 13.6624 7.23326 13.7812 7.11449C13.8999 6.99572 13.9667 6.83462 13.9667 6.66665V3.33332C13.9667 3.16535 13.8999 3.00426 13.7812 2.88549C13.6624 2.76671 13.5013 2.69999 13.3333 2.69999H2.66666ZM3.3 5.33332C3.3 4.94672 3.6134 4.63332 4 4.63332H12C12.3866 4.63332 12.7 4.94672 12.7 5.33332C12.7 5.71992 12.3866 6.03332 12 6.03332H4C3.6134 6.03332 3.3 5.71992 3.3 5.33332ZM6.66666 7.29999C7.05326 7.29999 7.36666 7.61339 7.36666 7.99999V11.3289C7.37048 11.6635 7.29167 11.9938 7.13719 12.2907C6.98188 12.5891 6.75495 12.8444 6.47673 13.0335C6.19851 13.2227 5.87769 13.3399 5.54304 13.3746C5.20839 13.4092 4.87037 13.3603 4.55927 13.2322C4.24817 13.1041 3.97372 12.9008 3.76052 12.6406C3.54732 12.3803 3.40203 12.0712 3.33767 11.741C3.27332 11.4108 3.29191 11.0697 3.39179 10.7484C3.49166 10.4272 3.66969 10.1357 3.90993 9.90016C4.18598 9.6295 4.62917 9.63387 4.89983 9.90992C5.17049 10.186 5.16612 10.6292 4.89007 10.8998C4.81524 10.9732 4.75979 11.064 4.72868 11.164C4.69757 11.2641 4.69178 11.3703 4.71182 11.4732C4.73187 11.576 4.77712 11.6723 4.84353 11.7534C4.90994 11.8345 4.99542 11.8978 5.09232 11.9377C5.18922 11.9776 5.29451 11.9928 5.39874 11.982C5.50297 11.9712 5.6029 11.9347 5.68956 11.8758C5.77622 11.8169 5.84691 11.7374 5.89528 11.6444C5.94365 11.5514 5.9682 11.4479 5.96673 11.3432L5.9666 11.3333H5.96666V7.99999C5.96666 7.61339 6.28006 7.29999 6.66666 7.29999ZM9.33333 7.29999C9.71993 7.29999 10.0333 7.61339 10.0333 7.99999V13.0018C10.0424 13.1529 10.086 13.2999 10.161 13.4315C10.2378 13.5662 10.3453 13.6809 10.4747 13.7663C10.6732 13.8933 10.9113 13.9434 11.1443 13.9071C11.3781 13.8707 11.5905 13.7497 11.7412 13.5672C11.8918 13.3846 11.9702 13.1531 11.9616 12.9165C11.9529 12.68 11.8577 12.4549 11.6941 12.2838C11.4269 12.0044 11.4368 11.5613 11.7162 11.2941C11.9956 11.0269 12.4387 11.0368 12.7059 11.3162C13.1064 11.735 13.3394 12.2861 13.3606 12.8653C13.3818 13.4444 13.1899 14.0111 12.8211 14.4581C12.4523 14.9051 11.9323 15.2013 11.3597 15.2904C10.7871 15.3796 10.2017 15.2556 9.71441 14.9419L9.70946 14.9387L9.70948 14.9387C9.39378 14.7317 9.1317 14.4527 8.94475 14.1247C8.7578 13.7968 8.65133 13.4291 8.63406 13.052C8.63358 13.0413 8.63333 13.0307 8.63333 13.02V7.99999C8.63333 7.61339 8.94673 7.29999 9.33333 7.29999Z", + fill: "currentColor", + }), + }), + _t = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5 3.96667C5.26514 3.96667 5.50753 4.11648 5.6261 4.35363L7.6198 8.34102C7.62434 8.34964 7.6287 8.35837 7.63289 8.3672L8.6261 10.3536C8.799 10.6994 8.65884 11.1199 8.31305 11.2928C7.96727 11.4657 7.5468 11.3255 7.37391 10.9797L6.56738 9.36667H3.43263L2.6261 10.9797C2.45321 11.3255 2.03274 11.4657 1.68695 11.2928C1.34117 11.1199 1.20101 10.6994 1.3739 10.3536L2.36712 8.36719C2.3713 8.35837 2.37567 8.34964 2.3802 8.34103L4.3739 4.35363C4.49248 4.11648 4.73486 3.96667 5 3.96667ZM4.13263 7.96667H5.86738L5 6.23192L4.13263 7.96667ZM12.3333 7.36667C12.077 7.36667 11.8311 7.46852 11.6498 7.64981C11.4685 7.83109 11.3667 8.07697 11.3667 8.33334V8.63334H13.3V8.33334C13.3 8.07697 13.1982 7.83109 13.0169 7.64981C12.8356 7.46852 12.5897 7.36667 12.3333 7.36667ZM14.7 8.33334C14.7 7.70566 14.4507 7.10369 14.0068 6.65986C13.563 6.21602 12.961 5.96667 12.3333 5.96667C11.7057 5.96667 11.1037 6.21602 10.6599 6.65986C10.216 7.10369 9.96667 7.70566 9.96667 8.33334V10.6667C9.96667 11.0533 10.2801 11.3667 10.6667 11.3667C11.0533 11.3667 11.3667 11.0533 11.3667 10.6667V10.0333H13.3V10.6667C13.3 11.0533 13.6134 11.3667 14 11.3667C14.3866 11.3667 14.7 11.0533 14.7 10.6667V8.33334Z", + fill: "currentColor", + }), + }), + At = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.82831 1.50501C4.10167 1.77838 4.10167 2.2216 3.82831 2.49496L1.82831 4.49496C1.55494 4.76833 1.11172 4.76833 0.838357 4.49496C0.56499 4.2216 0.56499 3.77838 0.838357 3.50501L2.83836 1.50501C3.11172 1.23165 3.55494 1.23165 3.82831 1.50501ZM12.1717 1.50501C12.4451 1.23165 12.8883 1.23165 13.1616 1.50501L15.1616 3.50501C15.435 3.77838 15.435 4.2216 15.1616 4.49496C14.8883 4.76833 14.4451 4.76833 14.1717 4.49496L12.1717 2.49496C11.8983 2.2216 11.8983 1.77838 12.1717 1.50501ZM8 4.03332C5.44108 4.03332 3.36666 6.10773 3.36666 8.66665C3.36666 11.2256 5.44108 13.3 8 13.3C9.25844 13.3 10.3997 12.7983 11.2347 11.984C11.2434 11.9741 11.2525 11.9644 11.2619 11.9549C11.2743 11.9423 11.2871 11.9302 11.3002 11.9188C12.1246 11.0823 12.6333 9.93389 12.6333 8.66665C12.6333 6.10773 10.5589 4.03332 8 4.03332ZM12.7264 12.4171C13.5446 11.3873 14.0333 10.0841 14.0333 8.66665C14.0333 5.33454 11.3321 2.63332 8 2.63332C4.66788 2.63332 1.96666 5.33454 1.96666 8.66665C1.96666 10.09 2.45955 11.3982 3.28395 12.43L2.18022 13.4966C1.90222 13.7653 1.89465 14.2084 2.1633 14.4864C2.43196 14.7644 2.87511 14.772 3.15311 14.5034L4.27847 13.4158C5.30365 14.2203 6.5958 14.7 8 14.7C9.41024 14.7 10.7075 14.2161 11.7347 13.4054L12.8415 14.4981C13.1166 14.7697 13.5598 14.7669 13.8315 14.4918C14.1031 14.2167 14.1002 13.7735 13.8251 13.5019L12.7264 12.4171ZM10.495 6.83835C10.7683 7.11171 10.7683 7.55493 10.495 7.8283L7.82831 10.495C7.69703 10.6262 7.51898 10.7 7.33333 10.7C7.14768 10.7 6.96963 10.6262 6.83836 10.495L5.50502 9.16163C5.23166 8.88826 5.23166 8.44505 5.50502 8.17168C5.77839 7.89831 6.22161 7.89831 6.49497 8.17168L7.33333 9.01004L9.50502 6.83835C9.77839 6.56498 10.2216 6.56498 10.495 6.83835Z", + fill: "currentColor", + }), + }), + Zt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.82834 1.50501C4.1017 1.77838 4.1017 2.2216 3.82834 2.49496L1.82834 4.49496C1.55497 4.76833 1.11175 4.76833 0.838387 4.49496C0.56502 4.2216 0.56502 3.77838 0.838387 3.50501L2.83839 1.50501C3.11175 1.23165 3.55497 1.23165 3.82834 1.50501ZM12.1717 1.50501C12.4451 1.23165 12.8883 1.23165 13.1617 1.50501L15.1617 3.50501C15.435 3.77838 15.435 4.2216 15.1617 4.49496C14.8883 4.76833 14.4451 4.76833 14.1717 4.49496L12.1717 2.49496C11.8984 2.2216 11.8984 1.77838 12.1717 1.50501ZM8.00003 4.03332C5.44111 4.03332 3.3667 6.10773 3.3667 8.66665C3.3667 11.2256 5.44111 13.3 8.00003 13.3C9.25847 13.3 10.3997 12.7983 11.2347 11.984C11.2434 11.9741 11.2525 11.9644 11.2619 11.9549C11.2743 11.9423 11.2871 11.9302 11.3002 11.9188C12.1246 11.0823 12.6334 9.93389 12.6334 8.66665C12.6334 6.10773 10.5589 4.03332 8.00003 4.03332ZM12.7264 12.4171C13.5446 11.3873 14.0334 10.0841 14.0334 8.66665C14.0334 5.33454 11.3321 2.63332 8.00003 2.63332C4.66791 2.63332 1.9667 5.33454 1.9667 8.66665C1.9667 10.09 2.45958 11.3982 3.28398 12.43L2.18025 13.4966C1.90225 13.7653 1.89468 14.2084 2.16333 14.4864C2.43199 14.7644 2.87514 14.772 3.15314 14.5034L4.2785 13.4158C5.30368 14.2203 6.59583 14.7 8.00003 14.7C9.41027 14.7 10.7075 14.2161 11.7348 13.4054L12.8416 14.4981C13.1167 14.7697 13.5599 14.7669 13.8315 14.4918C14.1031 14.2167 14.1003 13.7735 13.8252 13.5019L12.7264 12.4171ZM8.00003 5.29999C8.38663 5.29999 8.70003 5.61339 8.70003 5.99999V8.37671L9.82834 9.50501C10.1017 9.77838 10.1017 10.2216 9.82834 10.495C9.55497 10.7683 9.11175 10.7683 8.83839 10.495L7.50505 9.16163C7.37378 9.03035 7.30003 8.85231 7.30003 8.66665V5.99999C7.30003 5.61339 7.61343 5.29999 8.00003 5.29999Z", + fill: "currentColor", + }), + }), + It = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.82831 1.50501C4.10167 1.77838 4.10167 2.2216 3.82831 2.49496L1.82831 4.49496C1.55494 4.76833 1.11172 4.76833 0.838357 4.49496C0.56499 4.2216 0.56499 3.77838 0.838357 3.50501L2.83836 1.50501C3.11172 1.23165 3.55494 1.23165 3.82831 1.50501ZM12.1717 1.50501C12.4451 1.23165 12.8883 1.23165 13.1616 1.50501L15.1616 3.50501C15.435 3.77838 15.435 4.2216 15.1616 4.49496C14.8883 4.76833 14.4451 4.76833 14.1717 4.49496L12.1717 2.49496C11.8983 2.2216 11.8983 1.77838 12.1717 1.50501ZM8 4.03332C5.44108 4.03332 3.36666 6.10773 3.36666 8.66665C3.36666 11.2256 5.44108 13.3 8 13.3C9.25844 13.3 10.3997 12.7983 11.2347 11.984C11.2434 11.9741 11.2525 11.9644 11.2619 11.9549C11.2743 11.9423 11.2871 11.9302 11.3002 11.9188C12.1246 11.0823 12.6333 9.93389 12.6333 8.66665C12.6333 6.10773 10.5589 4.03332 8 4.03332ZM12.7264 12.4171C13.5446 11.3873 14.0333 10.0841 14.0333 8.66665C14.0333 5.33454 11.3321 2.63332 8 2.63332C4.66788 2.63332 1.96666 5.33454 1.96666 8.66665C1.96666 10.09 2.45955 11.3982 3.28395 12.43L2.18022 13.4966C1.90222 13.7653 1.89465 14.2084 2.1633 14.4864C2.43196 14.7644 2.87511 14.772 3.15311 14.5034L4.27847 13.4158C5.30365 14.2203 6.5958 14.7 8 14.7C9.41024 14.7 10.7075 14.2161 11.7347 13.4054L12.8415 14.4981C13.1166 14.7697 13.5598 14.7669 13.8315 14.4918C14.1031 14.2167 14.1002 13.7735 13.8251 13.5019L12.7264 12.4171ZM5.3 8.66665C5.3 8.28006 5.6134 7.96665 6 7.96665H10C10.3866 7.96665 10.7 8.28006 10.7 8.66665C10.7 9.05325 10.3866 9.36665 10 9.36665H6C5.6134 9.36665 5.3 9.05325 5.3 8.66665Z", + fill: "currentColor", + }), + }), + kt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.838387 0.838357C1.11175 0.56499 1.55497 0.56499 1.82834 0.838357L3.16156 2.17158C3.1616 2.17162 3.16163 2.17165 3.16167 2.17169C3.16171 2.17173 3.16174 2.17176 3.16178 2.1718L5.06845 4.07847C5.07247 4.08239 5.07644 4.08637 5.08038 4.0904L12.5763 11.5863C12.5803 11.5903 12.5843 11.5942 12.5882 11.5982L15.1617 14.1717C15.435 14.4451 15.435 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L12.1027 13.0926C11.6789 13.4917 11.1986 13.8282 10.6762 14.0909C9.92403 14.469 9.1011 14.6855 8.26027 14.7265C7.41945 14.7675 6.57935 14.6321 5.79398 14.329C5.22017 14.1076 4.68486 13.8002 4.20594 13.4185L3.16916 14.4874C2.89999 14.7649 2.45683 14.7716 2.17933 14.5025C1.90182 14.2333 1.89506 13.7901 2.16423 13.5126L3.2196 12.4246C2.85113 11.9549 2.55355 11.4321 2.33765 10.8727C2.03455 10.0873 1.89915 9.24724 1.94016 8.40642C1.98118 7.5656 2.19769 6.74266 2.57579 5.99052C2.83844 5.46805 3.17503 4.98777 3.57409 4.56401L2.6667 3.65661L1.82834 4.49497C1.55497 4.76834 1.11175 4.76834 0.838387 4.49497C0.56502 4.22161 0.56502 3.77839 0.838387 3.50502L1.67675 2.66666L0.838387 1.82831C0.56502 1.55494 0.56502 1.11172 0.838387 0.838357ZM4.56462 5.55454C4.27068 5.8724 4.02202 6.23066 3.82664 6.61933C3.53627 7.19693 3.37 7.82891 3.3385 8.47463C3.307 9.12034 3.41098 9.7655 3.64376 10.3686C3.86691 10.9468 4.2037 11.4741 4.63393 11.9195C4.64302 11.9275 4.65196 11.9357 4.66073 11.9442C4.67689 11.9599 4.69214 11.9761 4.70646 11.9929C5.16027 12.4422 5.70213 12.7929 6.29806 13.0229C6.90119 13.2557 7.54635 13.3597 8.19207 13.3282C8.83778 13.2967 9.46976 13.1304 10.0474 12.8401C10.436 12.6447 10.7943 12.396 11.1121 12.1021L4.56462 5.55454ZM12.1717 1.50502C12.4451 1.23166 12.8883 1.23166 13.1617 1.50502L15.1617 3.50502C15.435 3.77839 15.435 4.22161 15.1617 4.49497C14.8883 4.76834 14.4451 4.76834 14.1717 4.49497L12.1717 2.49497C11.8984 2.22161 11.8984 1.77839 12.1717 1.50502ZM7.0575 2.70857C7.99752 2.56011 8.95932 2.63614 9.86434 2.93042C10.7694 3.2247 11.5919 3.7289 12.2649 4.40183C12.9378 5.07476 13.442 5.89733 13.7363 6.80235C14.0306 7.70738 14.1066 8.66918 13.9581 9.60919C13.8978 9.99106 13.5394 10.2517 13.1575 10.1914C12.7756 10.1311 12.515 9.77267 12.5753 9.3908C12.6893 8.66891 12.6309 7.93029 12.4049 7.23528C12.1789 6.54026 11.7917 5.90856 11.2749 5.39178C10.7581 4.875 10.1264 4.4878 9.43142 4.2618C8.7364 4.0358 7.99778 3.97742 7.27589 4.09143C6.89402 4.15173 6.53557 3.89106 6.47526 3.50919C6.41496 3.12733 6.67563 2.76887 7.0575 2.70857Z", + fill: "currentColor", + }), + }), + Ot = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.82834 1.50501C4.1017 1.77838 4.1017 2.2216 3.82834 2.49496L1.82834 4.49496C1.55497 4.76833 1.11175 4.76833 0.838387 4.49496C0.56502 4.2216 0.56502 3.77838 0.838387 3.50501L2.83839 1.50501C3.11175 1.23165 3.55497 1.23165 3.82834 1.50501ZM12.1717 1.50501C12.4451 1.23165 12.8883 1.23165 13.1617 1.50501L15.1617 3.50501C15.435 3.77838 15.435 4.2216 15.1617 4.49496C14.8883 4.76833 14.4451 4.76833 14.1717 4.49496L12.1717 2.49496C11.8984 2.2216 11.8984 1.77838 12.1717 1.50501ZM8.00003 4.03332C5.44111 4.03332 3.3667 6.10773 3.3667 8.66665C3.3667 11.2256 5.44111 13.3 8.00003 13.3C9.25847 13.3 10.3997 12.7983 11.2347 11.984C11.2434 11.9741 11.2525 11.9644 11.2619 11.9549C11.2743 11.9423 11.2871 11.9302 11.3002 11.9188C12.1246 11.0823 12.6334 9.93389 12.6334 8.66665C12.6334 6.10773 10.5589 4.03332 8.00003 4.03332ZM12.7264 12.4171C13.5446 11.3873 14.0334 10.0841 14.0334 8.66665C14.0334 5.33454 11.3321 2.63332 8.00003 2.63332C4.66791 2.63332 1.9667 5.33454 1.9667 8.66665C1.9667 10.09 2.45958 11.3982 3.28398 12.43L2.18025 13.4966C1.90225 13.7653 1.89468 14.2084 2.16333 14.4864C2.43199 14.7644 2.87514 14.772 3.15314 14.5034L4.2785 13.4158C5.30368 14.2203 6.59583 14.7 8.00003 14.7C9.41027 14.7 10.7075 14.2161 11.7348 13.4054L12.8416 14.4981C13.1167 14.7697 13.5599 14.7669 13.8315 14.4918C14.1031 14.2167 14.1003 13.7735 13.8252 13.5019L12.7264 12.4171ZM8.00003 5.96665C8.38663 5.96665 8.70003 6.28006 8.70003 6.66665V7.96665H10C10.3866 7.96665 10.7 8.28006 10.7 8.66665C10.7 9.05325 10.3866 9.36665 10 9.36665H8.70003V10.6667C8.70003 11.0533 8.38663 11.3667 8.00003 11.3667C7.61343 11.3667 7.30003 11.0533 7.30003 10.6667V9.36665H6.00003C5.61343 9.36665 5.30003 9.05325 5.30003 8.66665C5.30003 8.28006 5.61343 7.96665 6.00003 7.96665H7.30003V6.66665C7.30003 6.28006 7.61343 5.96665 8.00003 5.96665Z", + fill: "currentColor", + }), + }), + Bt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.633362 1.99999C0.633362 1.61339 0.946762 1.29999 1.33336 1.29999H14.6667C15.0533 1.29999 15.3667 1.61339 15.3667 1.99999V3.99999C15.3667 4.53926 15.1525 5.05645 14.7711 5.43777C14.3898 5.8191 13.8726 6.03332 13.3334 6.03332H13.2045L12.8171 7.48603C12.6767 8.21907 12.0463 8.69999 11.3334 8.69999H4.66669C3.95378 8.69999 3.32334 8.21907 3.18296 7.48604L2.79557 6.03332H2.6667C2.12742 6.03332 1.61024 5.8191 1.22891 5.43777C0.847587 5.05645 0.633362 4.53926 0.633362 3.99999V1.99999ZM3.34932 4.63332C3.33901 4.63309 3.32866 4.63309 3.3183 4.63332H2.6667C2.49872 4.63332 2.33763 4.5666 2.21886 4.44782C2.10009 4.32905 2.03336 4.16796 2.03336 3.99999V2.69999H13.9667V3.99999C13.9667 4.16796 13.9 4.32905 13.7812 4.44782C13.6624 4.5666 13.5013 4.63332 13.3334 4.63332H12.6818C12.6714 4.63309 12.661 4.63309 12.6507 4.63332H3.34932ZM4.24449 6.03332L4.54306 7.15296C4.5488 7.17448 4.55351 7.19627 4.55717 7.21824C4.56275 7.25172 4.5757 7.26725 4.58669 7.2763C4.5991 7.28652 4.62389 7.29999 4.66669 7.29999H11.3334C11.3762 7.29999 11.401 7.28652 11.4134 7.2763C11.4244 7.26725 11.4373 7.25172 11.4429 7.21824C11.4465 7.19627 11.4513 7.17448 11.457 7.15296L11.7556 6.03332H4.24449ZM5.33336 9.96665C5.71996 9.96665 6.03336 10.2801 6.03336 10.6667C6.03336 11.1849 5.92787 11.6013 5.75609 11.9591C5.5962 12.2923 5.38676 12.5539 5.22728 12.7531L5.2133 12.7706C5.04103 12.986 4.92481 13.1354 4.83943 13.3133C4.7612 13.4763 4.70003 13.6849 4.70003 14C4.70003 14.3866 4.38663 14.7 4.00003 14.7C3.61343 14.7 3.30003 14.3866 3.30003 14C3.30003 13.4817 3.40552 13.0654 3.5773 12.7075C3.7372 12.3744 3.94664 12.1127 4.10611 11.9135C4.11082 11.9076 4.11547 11.9018 4.12009 11.896C4.29236 11.6807 4.40858 11.5312 4.49396 11.3533C4.57219 11.1904 4.63336 10.9817 4.63336 10.6667C4.63336 10.2801 4.94676 9.96665 5.33336 9.96665ZM8.66669 9.96665C9.05329 9.96665 9.36669 10.2801 9.36669 10.6667C9.36669 11.1849 9.2612 11.6013 9.08943 11.9591C8.92953 12.2923 8.72009 12.5539 8.56061 12.7531C8.55591 12.759 8.55125 12.7648 8.54664 12.7706C8.37436 12.986 8.25815 13.1354 8.17276 13.3133C8.09453 13.4763 8.03336 13.6849 8.03336 14C8.03336 14.3866 7.71996 14.7 7.33336 14.7C6.94676 14.7 6.63336 14.3866 6.63336 14C6.63336 13.4817 6.73886 13.0654 6.91063 12.7075C7.07053 12.3744 7.27997 12.1127 7.43945 11.9135C7.44415 11.9076 7.44881 11.9018 7.45342 11.896C7.6257 11.6807 7.74191 11.5312 7.82729 11.3533C7.90552 11.1904 7.96669 10.9817 7.96669 10.6667C7.96669 10.2801 8.2801 9.96665 8.66669 9.96665ZM12 9.96665C12.3866 9.96665 12.7 10.2801 12.7 10.6667C12.7 11.1849 12.5945 11.6013 12.4228 11.9591C12.2629 12.2923 12.0534 12.5539 11.894 12.7531C11.8892 12.759 11.8846 12.7648 11.88 12.7706C11.7077 12.986 11.5915 13.1354 11.5061 13.3133C11.4279 13.4763 11.3667 13.6849 11.3667 14C11.3667 14.3866 11.0533 14.7 10.6667 14.7C10.2801 14.7 9.96669 14.3866 9.96669 14C9.96669 13.4817 10.0722 13.0654 10.244 12.7075C10.4039 12.3744 10.6133 12.1127 10.7728 11.9135C10.7775 11.9076 10.7821 11.9018 10.7868 11.896C10.959 11.6807 11.0752 11.5312 11.1606 11.3533C11.2389 11.1904 11.3 10.9817 11.3 10.6667C11.3 10.2801 11.6134 9.96665 12 9.96665Z", + fill: "currentColor", + }), + }), + Dt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.33332 2.69999C2.98354 2.69999 2.69999 2.98354 2.69999 3.33332V12.6667C2.69999 13.0164 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0164 13.3 12.6667V3.33332C13.3 2.98354 13.0164 2.69999 12.6667 2.69999H12.0333V7.33332C12.0333 7.61644 11.8628 7.87169 11.6012 7.98004C11.3396 8.08838 11.0385 8.02849 10.8383 7.8283L9.33332 6.32327L7.8283 7.8283C7.6281 8.02849 7.32701 8.08838 7.06544 7.98004C6.80387 7.87169 6.63332 7.61644 6.63332 7.33332V2.69999H3.33332ZM3.33332 1.29999C2.21034 1.29999 1.29999 2.21034 1.29999 3.33332V12.6667C1.29999 13.7896 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7896 14.7 12.6667V3.33332C14.7 2.21034 13.7896 1.29999 12.6667 1.29999H3.33332ZM8.03332 2.69999V5.64337L8.83835 4.83835C9.11171 4.56498 9.55493 4.56498 9.8283 4.83835L10.6333 5.64337V2.69999H8.03332Z", + fill: "currentColor", + }), + }), + Pt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.56224 1.22888C2.94357 0.847557 3.46075 0.633331 4.00003 0.633331H5.33336C5.87263 0.633331 6.38982 0.847557 6.77114 1.22888C7.15247 1.6102 7.36669 2.12739 7.36669 2.66666V5.33333C7.36669 5.71993 7.05329 6.03333 6.66669 6.03333C6.2801 6.03333 5.96669 5.71993 5.96669 5.33333V2.66666C5.96669 2.49869 5.89997 2.3376 5.7812 2.21883C5.66242 2.10006 5.50133 2.03333 5.33336 2.03333H4.00003C3.83206 2.03333 3.67097 2.10006 3.55219 2.21883C3.43342 2.3376 3.3667 2.49869 3.3667 2.66666V5.33333C3.3667 5.71993 3.05329 6.03333 2.6667 6.03333C2.2801 6.03333 1.9667 5.71993 1.9667 5.33333V2.66666C1.9667 2.12739 2.18092 1.6102 2.56224 1.22888ZM10.6667 4.03333C10.32 4.03333 10.0334 4.31993 10.0334 4.66666V5.33333C10.0334 5.71993 9.71996 6.03333 9.33336 6.03333C8.94676 6.03333 8.63336 5.71993 8.63336 5.33333V4.66666C8.63336 3.54673 9.54676 2.63333 10.6667 2.63333H12C12.5393 2.63333 13.0565 2.84756 13.4378 3.22888C13.8191 3.6102 14.0334 4.12739 14.0334 4.66666V5.33333C14.0334 5.71993 13.72 6.03333 13.3334 6.03333C12.9468 6.03333 12.6334 5.71993 12.6334 5.33333V4.66666C12.6334 4.49869 12.5666 4.3376 12.4479 4.21883C12.3291 4.10006 12.168 4.03333 12 4.03333H10.6667ZM0.633362 8C0.633362 7.6134 0.946762 7.3 1.33336 7.3H14.6667C15.0533 7.3 15.3667 7.6134 15.3667 8C15.3667 8.3866 15.0533 8.7 14.6667 8.7H1.33336C0.946762 8.7 0.633362 8.3866 0.633362 8ZM2.6667 9.96666C3.05329 9.96666 3.3667 10.2801 3.3667 10.6667V13.3333C3.3667 13.5013 3.43342 13.6624 3.55219 13.7812C3.67097 13.8999 3.83206 13.9667 4.00003 13.9667H5.33336C5.50133 13.9667 5.66242 13.8999 5.7812 13.7812C5.89997 13.6624 5.96669 13.5013 5.96669 13.3333V10.6667C5.96669 10.2801 6.2801 9.96666 6.66669 9.96666C7.05329 9.96666 7.36669 10.2801 7.36669 10.6667V13.3333C7.36669 13.8726 7.15247 14.3898 6.77114 14.7711C6.38982 15.1524 5.87264 15.3667 5.33336 15.3667H4.00003C3.46075 15.3667 2.94357 15.1524 2.56224 14.7711C2.18092 14.3898 1.9667 13.8726 1.9667 13.3333V10.6667C1.9667 10.2801 2.2801 9.96666 2.6667 9.96666ZM9.33336 9.96666C9.71996 9.96666 10.0334 10.2801 10.0334 10.6667V11.3333C10.0334 11.5013 10.1001 11.6624 10.2189 11.7812C10.3376 11.8999 10.4987 11.9667 10.6667 11.9667H12C12.168 11.9667 12.3291 11.8999 12.4479 11.7812C12.5666 11.6624 12.6334 11.5013 12.6334 11.3333V10.6667C12.6334 10.2801 12.9468 9.96666 13.3334 9.96666C13.72 9.96666 14.0334 10.2801 14.0334 10.6667V11.3333C14.0334 11.8726 13.8191 12.3898 13.4378 12.7711C13.0565 13.1524 12.5393 13.3667 12 13.3667H10.6667C10.1274 13.3667 9.61024 13.1524 9.22891 12.7711C8.84759 12.3898 8.63336 11.8726 8.63336 11.3333V10.6667C8.63336 10.2801 8.94676 9.96666 9.33336 9.96666Z", + fill: "currentColor", + }), + }), + Ft = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.29999 3.99999C1.29999 3.61339 1.61339 3.29999 1.99999 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H1.99999C1.61339 4.69999 1.29999 4.38659 1.29999 3.99999ZM3.96665 7.99999C3.96665 7.61339 4.28006 7.29999 4.66665 7.29999H11.3333C11.7199 7.29999 12.0333 7.61339 12.0333 7.99999C12.0333 8.38659 11.7199 8.69999 11.3333 8.69999H4.66665C4.28006 8.69999 3.96665 8.38659 3.96665 7.99999ZM2.63332 12C2.63332 11.6134 2.94672 11.3 3.33332 11.3H12.6667C13.0533 11.3 13.3667 11.6134 13.3667 12C13.3667 12.3866 13.0533 12.7 12.6667 12.7H3.33332C2.94672 12.7 2.63332 12.3866 2.63332 12Z", + fill: "currentColor", + }), + }), + Ut = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.00003 0.633331C8.38663 0.633331 8.70003 0.946732 8.70003 1.33333V14.6667C8.70003 15.0533 8.38663 15.3667 8.00003 15.3667C7.61343 15.3667 7.30003 15.0533 7.30003 14.6667V1.33333C7.30003 0.946732 7.61343 0.633331 8.00003 0.633331ZM2.6667 3.36666C2.31996 3.36666 2.03336 3.65326 2.03336 4V5.33333C2.03336 5.5013 2.10009 5.66239 2.21886 5.78116C2.33763 5.89994 2.49872 5.96666 2.6667 5.96666H5.33336C5.71996 5.96666 6.03336 6.28006 6.03336 6.66666C6.03336 7.05326 5.71996 7.36666 5.33336 7.36666H2.6667C2.12742 7.36666 1.61023 7.15244 1.22891 6.77111C0.847587 6.38979 0.633362 5.8726 0.633362 5.33333V4C0.633362 2.88007 1.54676 1.96666 2.6667 1.96666H5.33336C5.71996 1.96666 6.03336 2.28007 6.03336 2.66666C6.03336 3.05326 5.71996 3.36666 5.33336 3.36666H2.6667ZM9.96669 2.66666C9.96669 2.28007 10.2801 1.96666 10.6667 1.96666H13.3334C13.8726 1.96666 14.3898 2.18089 14.7711 2.56221C15.1525 2.94354 15.3667 3.46072 15.3667 4V5.33333C15.3667 5.87261 15.1525 6.38979 14.7711 6.77111C14.3898 7.15244 13.8726 7.36666 13.3334 7.36666H10.6667C10.2801 7.36666 9.96669 7.05326 9.96669 6.66666C9.96669 6.28006 10.2801 5.96666 10.6667 5.96666H13.3334C13.5013 5.96666 13.6624 5.89994 13.7812 5.78116C13.9 5.66239 13.9667 5.5013 13.9667 5.33333V4C13.9667 3.83203 13.9 3.67094 13.7812 3.55216C13.6624 3.43339 13.5013 3.36666 13.3334 3.36666H10.6667C10.2801 3.36666 9.96669 3.05326 9.96669 2.66666ZM4.66669 10.0333C4.31996 10.0333 4.03336 10.3199 4.03336 10.6667V12C4.03336 12.168 4.10009 12.3291 4.21886 12.4478C4.33763 12.5666 4.49872 12.6333 4.66669 12.6333H5.33336C5.71996 12.6333 6.03336 12.9467 6.03336 13.3333C6.03336 13.7199 5.71996 14.0333 5.33336 14.0333H4.66669C4.12742 14.0333 3.61023 13.8191 3.22891 13.4378C2.84759 13.0565 2.63336 12.5393 2.63336 12V10.6667C2.63336 9.54673 3.54676 8.63333 4.66669 8.63333H5.33336C5.71996 8.63333 6.03336 8.94673 6.03336 9.33333C6.03336 9.71993 5.71996 10.0333 5.33336 10.0333H4.66669ZM9.96669 9.33333C9.96669 8.94673 10.2801 8.63333 10.6667 8.63333H11.3334C11.8726 8.63333 12.3898 8.84756 12.7711 9.22888C13.1525 9.6102 13.3667 10.1274 13.3667 10.6667V12C13.3667 12.5393 13.1525 13.0565 12.7711 13.4378C12.3898 13.8191 11.8726 14.0333 11.3334 14.0333H10.6667C10.2801 14.0333 9.96669 13.7199 9.96669 13.3333C9.96669 12.9467 10.2801 12.6333 10.6667 12.6333H11.3334C11.5013 12.6333 11.6624 12.5666 11.7812 12.4478C11.9 12.3291 11.9667 12.168 11.9667 12V10.6667C11.9667 10.4987 11.9 10.3376 11.7812 10.2188C11.6624 10.1001 11.5013 10.0333 11.3334 10.0333H10.6667C10.2801 10.0333 9.96669 9.71993 9.96669 9.33333Z", + fill: "currentColor", + }), + }), + Gt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.99997 2.03333C3.65019 2.03333 3.36663 2.31688 3.36663 2.66666V10.6667C3.36663 11.0164 3.65019 11.3 3.99997 11.3H5.3333C5.68308 11.3 5.96663 11.0164 5.96663 10.6667V2.66666C5.96663 2.31688 5.68308 2.03333 5.3333 2.03333H3.99997ZM1.96663 2.66666C1.96663 1.54369 2.87699 0.633331 3.99997 0.633331H5.3333C6.45628 0.633331 7.36663 1.54369 7.36663 2.66666V10.6667C7.36663 11.7896 6.45628 12.7 5.3333 12.7H3.99997C2.87699 12.7 1.96663 11.7896 1.96663 10.6667V2.66666ZM10.6666 6.7C10.3169 6.7 10.0333 6.98355 10.0333 7.33333V10.6667C10.0333 11.0164 10.3169 11.3 10.6666 11.3H12C12.3497 11.3 12.6333 11.0164 12.6333 10.6667V7.33333C12.6333 6.98355 12.3497 6.7 12 6.7H10.6666ZM8.6333 7.33333C8.6333 6.21035 9.54365 5.3 10.6666 5.3H12C13.1229 5.3 14.0333 6.21035 14.0333 7.33333V10.6667C14.0333 11.7896 13.1229 12.7 12 12.7H10.6666C9.54365 12.7 8.6333 11.7896 8.6333 10.6667V7.33333ZM0.633301 14.6667C0.633301 14.2801 0.946701 13.9667 1.3333 13.9667H14.6666C15.0532 13.9667 15.3666 14.2801 15.3666 14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667H1.3333C0.946701 15.3667 0.633301 15.0533 0.633301 14.6667Z", + fill: "currentColor", + }), + }), + zt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M14.6666 0.633331C15.0532 0.633331 15.3666 0.946732 15.3666 1.33333V14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667C14.28 15.3667 13.9666 15.0533 13.9666 14.6667V1.33333C13.9666 0.946732 14.28 0.633331 14.6666 0.633331ZM2.66663 3.36666C2.31685 3.36666 2.0333 3.65022 2.0333 4V5.33333C2.0333 5.68311 2.31685 5.96666 2.66663 5.96666H10.6666C11.0164 5.96666 11.3 5.68311 11.3 5.33333V4C11.3 3.65022 11.0164 3.36666 10.6666 3.36666H2.66663ZM0.633301 4C0.633301 2.87702 1.54366 1.96666 2.66663 1.96666H10.6666C11.7896 1.96666 12.7 2.87702 12.7 4V5.33333C12.7 6.45631 11.7896 7.36666 10.6666 7.36666H2.66663C1.54366 7.36666 0.633301 6.45631 0.633301 5.33333V4ZM7.3333 10.0333C6.98352 10.0333 6.69997 10.3169 6.69997 10.6667V12C6.69997 12.3498 6.98352 12.6333 7.3333 12.6333H10.6666C11.0164 12.6333 11.3 12.3498 11.3 12V10.6667C11.3 10.3169 11.0164 10.0333 10.6666 10.0333H7.3333ZM5.29997 10.6667C5.29997 9.54368 6.21032 8.63333 7.3333 8.63333H10.6666C11.7896 8.63333 12.7 9.54368 12.7 10.6667V12C12.7 13.123 11.7896 14.0333 10.6666 14.0333H7.3333C6.21032 14.0333 5.29997 13.123 5.29997 12V10.6667Z", + fill: "currentColor", + }), + }), + $t = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66667 0.633331C5.05327 0.633331 5.36667 0.946732 5.36667 1.33333V2.6336C6.47428 2.6514 7.36667 3.55482 7.36667 4.66666V11.3333C7.36667 12.4452 6.47428 13.3486 5.36667 13.3664V14.6667C5.36667 15.0533 5.05327 15.3667 4.66667 15.3667C4.28008 15.3667 3.96667 15.0533 3.96667 14.6667V13.3664C2.85907 13.3486 1.96667 12.4452 1.96667 11.3333V4.66666C1.96667 3.55482 2.85907 2.6514 3.96667 2.6336V1.33333C3.96667 0.946732 4.28008 0.633331 4.66667 0.633331ZM4.00001 4.03333C3.65023 4.03333 3.36667 4.31688 3.36667 4.66666V11.3333C3.36667 11.6831 3.65023 11.9667 4.00001 11.9667H5.33334C5.68312 11.9667 5.96667 11.6831 5.96667 11.3333V4.66666C5.96667 4.31688 5.68312 4.03333 5.33334 4.03333H4.00001ZM11.3333 0.633331C11.7199 0.633331 12.0333 0.946732 12.0333 1.33333V3.96693C13.1409 3.98473 14.0333 4.88815 14.0333 6V10C14.0333 11.1118 13.1409 12.0153 12.0333 12.0331V14.6667C12.0333 15.0533 11.7199 15.3667 11.3333 15.3667C10.9467 15.3667 10.6333 15.0533 10.6333 14.6667V12.0331C9.52574 12.0153 8.63334 11.1118 8.63334 10V6C8.63334 4.88815 9.52574 3.98473 10.6333 3.96693V1.33333C10.6333 0.946732 10.9467 0.633331 11.3333 0.633331ZM10.6667 5.36666C10.3169 5.36666 10.0333 5.65022 10.0333 6V10C10.0333 10.3498 10.3169 10.6333 10.6667 10.6333H12C12.3498 10.6333 12.6333 10.3498 12.6333 10V6C12.6333 5.65022 12.3498 5.36666 12 5.36666H10.6667Z", + fill: "currentColor", + }), + }), + Wt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.66667 0.633331C7.05327 0.633331 7.36667 0.946732 7.36667 1.33333V14.6667C7.36667 15.0533 7.05327 15.3667 6.66667 15.3667C6.28008 15.3667 5.96667 15.0533 5.96667 14.6667V13.2661C5.76736 13.3314 5.55447 13.3667 5.33334 13.3667H4.00001C2.87703 13.3667 1.96667 12.4563 1.96667 11.3333V4.66666C1.96667 3.54369 2.87703 2.63333 4.00001 2.63333H5.33334C5.55447 2.63333 5.76736 2.66863 5.96667 2.7339V1.33333C5.96667 0.946732 6.28008 0.633331 6.66667 0.633331ZM5.96667 4.66666C5.96667 4.31688 5.68312 4.03333 5.33334 4.03333H4.00001C3.65023 4.03333 3.36667 4.31688 3.36667 4.66666V11.3333C3.36667 11.6831 3.65023 11.9667 4.00001 11.9667H5.33334C5.68312 11.9667 5.96667 11.6831 5.96667 11.3333V4.66666ZM13.3333 0.633331C13.7199 0.633331 14.0333 0.946732 14.0333 1.33333V14.6667C14.0333 15.0533 13.7199 15.3667 13.3333 15.3667C12.9467 15.3667 12.6333 15.0533 12.6333 14.6667V11.9328C12.434 11.998 12.2211 12.0333 12 12.0333H10.6667C9.5437 12.0333 8.63334 11.123 8.63334 10V6C8.63334 4.87702 9.5437 3.96666 10.6667 3.96666H12C12.2211 3.96666 12.434 4.00196 12.6333 4.06724V1.33333C12.6333 0.946732 12.9467 0.633331 13.3333 0.633331ZM12.6333 6C12.6333 5.65022 12.3498 5.36666 12 5.36666H10.6667C10.3169 5.36666 10.0333 5.65022 10.0333 6V10C10.0333 10.3498 10.3169 10.6333 10.6667 10.6333H12C12.3498 10.6333 12.6333 10.3498 12.6333 10V6Z", + fill: "currentColor", + }), + }), + jt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66667 0.633331C3.05327 0.633331 3.36667 0.946732 3.36667 1.33333V2.7339C3.56599 2.66863 3.77888 2.63333 4.00001 2.63333H5.33334C6.45632 2.63333 7.36667 3.54369 7.36667 4.66666V11.3333C7.36667 12.4563 6.45632 13.3667 5.33334 13.3667H4.00001C3.77888 13.3667 3.56599 13.3314 3.36667 13.2661V14.6667C3.36667 15.0533 3.05327 15.3667 2.66667 15.3667C2.28008 15.3667 1.96667 15.0533 1.96667 14.6667V1.33333C1.96667 0.946732 2.28008 0.633331 2.66667 0.633331ZM3.36667 11.3333C3.36667 11.6831 3.65023 11.9667 4.00001 11.9667H5.33334C5.68312 11.9667 5.96667 11.6831 5.96667 11.3333V4.66666C5.96667 4.31688 5.68312 4.03333 5.33334 4.03333H4.00001C3.65023 4.03333 3.36667 4.31688 3.36667 4.66666V11.3333ZM9.33334 0.633331C9.71994 0.633331 10.0333 0.946732 10.0333 1.33333V4.06724C10.2327 4.00196 10.4455 3.96666 10.6667 3.96666H12C13.123 3.96666 14.0333 4.87702 14.0333 6V10C14.0333 11.123 13.123 12.0333 12 12.0333H10.6667C10.4455 12.0333 10.2327 11.998 10.0333 11.9328V14.6667C10.0333 15.0533 9.71994 15.3667 9.33334 15.3667C8.94674 15.3667 8.63334 15.0533 8.63334 14.6667V1.33333C8.63334 0.946732 8.94674 0.633331 9.33334 0.633331ZM10.0333 10C10.0333 10.3498 10.3169 10.6333 10.6667 10.6333H12C12.3498 10.6333 12.6333 10.3498 12.6333 10V6C12.6333 5.65022 12.3498 5.36666 12 5.36666H10.6667C10.3169 5.36666 10.0333 5.65022 10.0333 6V10Z", + fill: "currentColor", + }), + }), + qt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99997 0.633331C8.38657 0.633331 8.69997 0.946732 8.69997 1.33333V14.6667C8.69997 15.0533 8.38657 15.3667 7.99997 15.3667C7.61337 15.3667 7.29997 15.0533 7.29997 14.6667V1.33333C7.29997 0.946732 7.61337 0.633331 7.99997 0.633331ZM2.66663 4.03333C2.31685 4.03333 2.0333 4.31688 2.0333 4.66666V11.3333C2.0333 11.6831 2.31685 11.9667 2.66663 11.9667H3.99997C4.34975 11.9667 4.6333 11.6831 4.6333 11.3333V4.66666C4.6333 4.31688 4.34975 4.03333 3.99997 4.03333H2.66663ZM0.633301 4.66666C0.633301 3.54369 1.54366 2.63333 2.66663 2.63333H3.99997C5.12295 2.63333 6.0333 3.54369 6.0333 4.66666V11.3333C6.0333 12.4563 5.12295 13.3667 3.99997 13.3667H2.66663C1.54366 13.3667 0.633301 12.4563 0.633301 11.3333V4.66666ZM12 5.36666C11.6502 5.36666 11.3666 5.65022 11.3666 6V10C11.3666 10.3498 11.6502 10.6333 12 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 10V6C13.9666 5.65022 13.6831 5.36666 13.3333 5.36666H12ZM9.96663 6C9.96663 4.87702 10.877 3.96666 12 3.96666H13.3333C14.4563 3.96666 15.3666 4.87702 15.3666 6V10C15.3666 11.123 14.4563 12.0333 13.3333 12.0333H12C10.877 12.0333 9.96663 11.123 9.96663 10V6Z", + fill: "currentColor", + }), + }), + Yt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M14.6666 0.633331C15.0532 0.633331 15.3666 0.946732 15.3666 1.33333V14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667C14.28 15.3667 13.9666 15.0533 13.9666 14.6667V1.33333C13.9666 0.946732 14.28 0.633331 14.6666 0.633331ZM2.66663 4.03333C2.31685 4.03333 2.0333 4.31688 2.0333 4.66666V11.3333C2.0333 11.6831 2.31685 11.9667 2.66663 11.9667H3.99997C4.34975 11.9667 4.6333 11.6831 4.6333 11.3333V4.66666C4.6333 4.31688 4.34975 4.03333 3.99997 4.03333H2.66663ZM0.633301 4.66666C0.633301 3.54369 1.54366 2.63333 2.66663 2.63333H3.99997C5.12295 2.63333 6.0333 3.54369 6.0333 4.66666V11.3333C6.0333 12.4563 5.12295 13.3667 3.99997 13.3667H2.66663C1.54366 13.3667 0.633301 12.4563 0.633301 11.3333V4.66666ZM9.3333 5.36666C8.98352 5.36666 8.69997 5.65022 8.69997 6V10C8.69997 10.3498 8.98352 10.6333 9.3333 10.6333H10.6666C11.0164 10.6333 11.3 10.3498 11.3 10V6C11.3 5.65022 11.0164 5.36666 10.6666 5.36666H9.3333ZM7.29997 6C7.29997 4.87702 8.21032 3.96666 9.3333 3.96666H10.6666C11.7896 3.96666 12.7 4.87702 12.7 6V10C12.7 11.123 11.7896 12.0333 10.6666 12.0333H9.3333C8.21032 12.0333 7.29997 11.123 7.29997 10V6Z", + fill: "currentColor", + }), + }), + Kt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.3333 0.633331C1.7199 0.633331 2.0333 0.946732 2.0333 1.33333V14.6667C2.0333 15.0533 1.7199 15.3667 1.3333 15.3667C0.946701 15.3667 0.633301 15.0533 0.633301 14.6667V1.33333C0.633301 0.946732 0.946701 0.633331 1.3333 0.633331ZM5.3333 4.03333C4.98352 4.03333 4.69997 4.31688 4.69997 4.66666V11.3333C4.69997 11.6831 4.98352 11.9667 5.3333 11.9667H6.66663C7.01641 11.9667 7.29997 11.6831 7.29997 11.3333V4.66666C7.29997 4.31688 7.01641 4.03333 6.66663 4.03333H5.3333ZM3.29997 4.66666C3.29997 3.54369 4.21032 2.63333 5.3333 2.63333H6.66663C7.78961 2.63333 8.69997 3.54369 8.69997 4.66666V11.3333C8.69997 12.4563 7.78961 13.3667 6.66663 13.3667H5.3333C4.21032 13.3667 3.29997 12.4563 3.29997 11.3333V4.66666ZM12 5.36666C11.6502 5.36666 11.3666 5.65022 11.3666 6V10C11.3666 10.3498 11.6502 10.6333 12 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 10V6C13.9666 5.65022 13.6831 5.36666 13.3333 5.36666H12ZM9.96663 6C9.96663 4.87702 10.877 3.96666 12 3.96666H13.3333C14.4563 3.96666 15.3666 4.87702 15.3666 6V10C15.3666 11.123 14.4563 12.0333 13.3333 12.0333H12C10.877 12.0333 9.96663 11.123 9.96663 10V6Z", + fill: "currentColor", + }), + }), + Xt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66667 0.633331C3.05327 0.633331 3.36667 0.946732 3.36667 1.33333V14.6667C3.36667 15.0533 3.05327 15.3667 2.66667 15.3667C2.28008 15.3667 1.96667 15.0533 1.96667 14.6667V1.33333C1.96667 0.946732 2.28008 0.633331 2.66667 0.633331ZM13.3333 0.633331C13.7199 0.633331 14.0333 0.946732 14.0333 1.33333V14.6667C14.0333 15.0533 13.7199 15.3667 13.3333 15.3667C12.9467 15.3667 12.6333 15.0533 12.6333 14.6667V1.33333C12.6333 0.946732 12.9467 0.633331 13.3333 0.633331ZM7.33334 5.36666C6.98356 5.36666 6.70001 5.65022 6.70001 6V10C6.70001 10.3498 6.98356 10.6333 7.33334 10.6333H8.66667C9.01646 10.6333 9.30001 10.3498 9.30001 10V6C9.30001 5.65022 9.01646 5.36666 8.66667 5.36666H7.33334ZM5.30001 6C5.30001 4.87702 6.21036 3.96666 7.33334 3.96666H8.66667C9.78965 3.96666 10.7 4.87702 10.7 6V10C10.7 11.123 9.78965 12.0333 8.66667 12.0333H7.33334C6.21036 12.0333 5.30001 11.123 5.30001 10V6Z", + fill: "currentColor", + }), + }), + Qt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.00005 0.633331C2.38665 0.633331 2.70005 0.946732 2.70005 1.33333V2.7339C2.89936 2.66863 3.11225 2.63333 3.33338 2.63333H4.66672C5.78969 2.63333 6.70005 3.54369 6.70005 4.66666V11.3333C6.70005 12.4563 5.78969 13.3667 4.66672 13.3667H3.33338C3.11225 13.3667 2.89936 13.3314 2.70005 13.2661V14.6667C2.70005 15.0533 2.38665 15.3667 2.00005 15.3667C1.61345 15.3667 1.30005 15.0533 1.30005 14.6667V1.33333C1.30005 0.946732 1.61345 0.633331 2.00005 0.633331ZM2.70005 11.3333C2.70005 11.6831 2.9836 11.9667 3.33338 11.9667H4.66672C5.0165 11.9667 5.30005 11.6831 5.30005 11.3333V4.66666C5.30005 4.31688 5.0165 4.03333 4.66672 4.03333H3.33338C2.9836 4.03333 2.70005 4.31688 2.70005 4.66666V11.3333ZM14 0.633331C14.3866 0.633331 14.7 0.946732 14.7 1.33333V14.6667C14.7 15.0533 14.3866 15.3667 14 15.3667C13.6135 15.3667 13.3 15.0533 13.3 14.6667V11.9328C13.1007 11.998 12.8878 12.0333 12.6667 12.0333H11.3334C10.2104 12.0333 9.30005 11.123 9.30005 10V6C9.30005 4.87702 10.2104 3.96666 11.3334 3.96666H12.6667C12.8878 3.96666 13.1007 4.00196 13.3 4.06724V1.33333C13.3 0.946732 13.6135 0.633331 14 0.633331ZM13.3 6C13.3 5.65022 13.0165 5.36666 12.6667 5.36666H11.3334C10.9836 5.36666 10.7 5.65022 10.7 6V10C10.7 10.3498 10.9836 10.6333 11.3334 10.6333H12.6667C13.0165 10.6333 13.3 10.3498 13.3 10V6Z", + fill: "currentColor", + }), + }), + Jt = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.30005 3.99999C1.30005 3.61339 1.61345 3.29999 2.00005 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H2.00005C1.61345 4.69999 1.30005 4.38659 1.30005 3.99999ZM1.30005 7.99999C1.30005 7.61339 1.61345 7.29999 2.00005 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H2.00005C1.61345 8.69999 1.30005 8.38659 1.30005 7.99999ZM1.30005 12C1.30005 11.6134 1.61345 11.3 2.00005 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H2.00005C1.61345 12.7 1.30005 12.3866 1.30005 12Z", + fill: "currentColor", + }), + }), + en = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.30005 3.99999C1.30005 3.61339 1.61345 3.29999 2.00005 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H2.00005C1.61345 4.69999 1.30005 4.38659 1.30005 3.99999ZM1.30005 7.99999C1.30005 7.61339 1.61345 7.29999 2.00005 7.29999H10C10.3866 7.29999 10.7 7.61339 10.7 7.99999C10.7 8.38659 10.3866 8.69999 10 8.69999H2.00005C1.61345 8.69999 1.30005 8.38659 1.30005 7.99999ZM1.30005 12C1.30005 11.6134 1.61345 11.3 2.00005 11.3H11.3334C11.72 11.3 12.0334 11.6134 12.0334 12C12.0334 12.3866 11.72 12.7 11.3334 12.7H2.00005C1.61345 12.7 1.30005 12.3866 1.30005 12Z", + fill: "currentColor", + }), + }), + tn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.30005 3.99999C1.30005 3.61339 1.61345 3.29999 2.00005 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H2.00005C1.61345 4.69999 1.30005 4.38659 1.30005 3.99999ZM5.30005 7.99999C5.30005 7.61339 5.61345 7.29999 6.00005 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H6.00005C5.61345 8.69999 5.30005 8.38659 5.30005 7.99999ZM3.96672 12C3.96672 11.6134 4.28012 11.3 4.66672 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H4.66672C4.28012 12.7 3.96672 12.3866 3.96672 12Z", + fill: "currentColor", + }), + }), + nn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.633301 1.33333C0.633301 0.946732 0.946701 0.633331 1.3333 0.633331H14.6666C15.0532 0.633331 15.3666 0.946732 15.3666 1.33333C15.3666 1.71993 15.0532 2.03333 14.6666 2.03333H1.3333C0.946701 2.03333 0.633301 1.71993 0.633301 1.33333ZM3.99997 4.7C3.65019 4.7 3.36663 4.98355 3.36663 5.33333V13.3333C3.36663 13.6831 3.65019 13.9667 3.99997 13.9667H5.3333C5.68308 13.9667 5.96663 13.6831 5.96663 13.3333V5.33333C5.96663 4.98355 5.68308 4.7 5.3333 4.7H3.99997ZM1.96663 5.33333C1.96663 4.21035 2.87699 3.3 3.99997 3.3H5.3333C6.45628 3.3 7.36663 4.21035 7.36663 5.33333V13.3333C7.36663 14.4563 6.45628 15.3667 5.3333 15.3667H3.99997C2.87699 15.3667 1.96663 14.4563 1.96663 13.3333V5.33333ZM10.6666 4.7C10.3169 4.7 10.0333 4.98355 10.0333 5.33333V8.66666C10.0333 9.01644 10.3169 9.3 10.6666 9.3H12C12.3497 9.3 12.6333 9.01644 12.6333 8.66666V5.33333C12.6333 4.98355 12.3497 4.7 12 4.7H10.6666ZM8.6333 5.33333C8.6333 4.21035 9.54365 3.3 10.6666 3.3H12C13.1229 3.3 14.0333 4.21035 14.0333 5.33333V8.66666C14.0333 9.78964 13.1229 10.7 12 10.7H10.6666C9.54365 10.7 8.6333 9.78964 8.6333 8.66666V5.33333Z", + fill: "currentColor", + }), + }), + rn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.3333 0.633331C1.7199 0.633331 2.0333 0.946732 2.0333 1.33333V14.6667C2.0333 15.0533 1.7199 15.3667 1.3333 15.3667C0.946701 15.3667 0.633301 15.0533 0.633301 14.6667V1.33333C0.633301 0.946732 0.946701 0.633331 1.3333 0.633331ZM5.3333 3.36666C4.98352 3.36666 4.69997 3.65022 4.69997 4V5.33333C4.69997 5.68311 4.98352 5.96666 5.3333 5.96666H13.3333C13.6831 5.96666 13.9666 5.68311 13.9666 5.33333V4C13.9666 3.65022 13.6831 3.36666 13.3333 3.36666H5.3333ZM3.29997 4C3.29997 2.87702 4.21032 1.96666 5.3333 1.96666H13.3333C14.4563 1.96666 15.3666 2.87702 15.3666 4V5.33333C15.3666 6.45631 14.4563 7.36666 13.3333 7.36666H5.3333C4.21032 7.36666 3.29997 6.45631 3.29997 5.33333V4ZM5.3333 10.0333C4.98352 10.0333 4.69997 10.3169 4.69997 10.6667V12C4.69997 12.3498 4.98352 12.6333 5.3333 12.6333H8.66663C9.01641 12.6333 9.29997 12.3498 9.29997 12V10.6667C9.29997 10.3169 9.01641 10.0333 8.66663 10.0333H5.3333ZM3.29997 10.6667C3.29997 9.54368 4.21032 8.63333 5.3333 8.63333H8.66663C9.78961 8.63333 10.7 9.54368 10.7 10.6667V12C10.7 13.123 9.78961 14.0333 8.66663 14.0333H5.3333C4.21032 14.0333 3.29997 13.123 3.29997 12V10.6667Z", + fill: "currentColor", + }), + }), + on = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.00001 3.36667C5.65023 3.36667 5.36667 3.65023 5.36667 4.00001V5.33334C5.36667 5.68312 5.65023 5.96667 6.00001 5.96667H10C10.3498 5.96667 10.6333 5.68312 10.6333 5.33334V4.00001C10.6333 3.65023 10.3498 3.36667 10 3.36667H6.00001ZM12.0331 3.96667C12.0153 2.85907 11.1119 1.96667 10 1.96667H6.00001C4.88816 1.96667 3.98475 2.85907 3.96694 3.96667H0.666675C0.280075 3.96667 -0.0333252 4.28008 -0.0333252 4.66667C-0.0333252 5.05327 0.280075 5.36667 0.666675 5.36667H3.96694C3.98475 6.47428 4.88816 7.36667 6.00001 7.36667H10C11.1119 7.36667 12.0153 6.47428 12.0331 5.36667H14.6667C15.0533 5.36667 15.3667 5.05327 15.3667 4.66667C15.3667 4.28008 15.0533 3.96667 14.6667 3.96667H12.0331ZM4.66667 10.0333C4.31689 10.0333 4.03334 10.3169 4.03334 10.6667V12C4.03334 12.3498 4.31689 12.6333 4.66667 12.6333H11.3333C11.6831 12.6333 11.9667 12.3498 11.9667 12V10.6667C11.9667 10.3169 11.6831 10.0333 11.3333 10.0333H4.66667ZM13.3664 10.6333C13.3486 9.52574 12.4452 8.63334 11.3333 8.63334H4.66667C3.55483 8.63334 2.65141 9.52574 2.63361 10.6333H1.33334C0.946742 10.6333 0.633341 10.9467 0.633341 11.3333C0.633341 11.7199 0.946742 12.0333 1.33334 12.0333H2.63361C2.65141 13.1409 3.55483 14.0333 4.66667 14.0333H11.3333C12.4452 14.0333 13.3486 13.1409 13.3664 12.0333H14.6667C15.0533 12.0333 15.3667 11.7199 15.3667 11.3333C15.3667 10.9467 15.0533 10.6333 14.6667 10.6333H13.3664Z", + fill: "currentColor", + }), + }), + ln = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.99997 3.36667C5.65019 3.36667 5.36663 3.65023 5.36663 4.00001V5.33334C5.36663 5.68312 5.65019 5.96667 5.99997 5.96667H9.99997C10.3497 5.96667 10.6333 5.68312 10.6333 5.33334V4.00001C10.6333 3.65023 10.3497 3.36667 9.99997 3.36667H5.99997ZM11.9327 5.96667C11.998 5.76736 12.0333 5.55447 12.0333 5.33334V4.00001C12.0333 2.87703 11.1229 1.96667 9.99997 1.96667H5.99997C4.87699 1.96667 3.96663 2.87703 3.96663 4.00001V5.33334C3.96663 5.55447 4.00193 5.76736 4.06721 5.96667H1.3333C0.946701 5.96667 0.633301 6.28008 0.633301 6.66667C0.633301 7.05327 0.946701 7.36667 1.3333 7.36667H14.6666C15.0532 7.36667 15.3666 7.05327 15.3666 6.66667C15.3666 6.28008 15.0532 5.96667 14.6666 5.96667H11.9327ZM4.66663 10.0333C4.31685 10.0333 4.0333 10.3169 4.0333 10.6667V12C4.0333 12.3498 4.31685 12.6333 4.66663 12.6333H11.3333C11.6831 12.6333 11.9666 12.3498 11.9666 12V10.6667C11.9666 10.3169 11.6831 10.0333 11.3333 10.0333H4.66663ZM13.2661 12.6333C13.3313 12.434 13.3666 12.2211 13.3666 12V10.6667C13.3666 9.5437 12.4563 8.63334 11.3333 8.63334H4.66663C3.54365 8.63334 2.6333 9.5437 2.6333 10.6667V12C2.6333 12.2211 2.6686 12.434 2.73387 12.6333H1.3333C0.946701 12.6333 0.633301 12.9467 0.633301 13.3333C0.633301 13.7199 0.946701 14.0333 1.3333 14.0333H14.6666C15.0532 14.0333 15.3666 13.7199 15.3666 13.3333C15.3666 12.9467 15.0532 12.6333 14.6666 12.6333H13.2661Z", + fill: "currentColor", + }), + }), + an = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.633301 2.66667C0.633301 2.28008 0.946701 1.96667 1.3333 1.96667H14.6666C15.0532 1.96667 15.3666 2.28008 15.3666 2.66667C15.3666 3.05327 15.0532 3.36667 14.6666 3.36667H11.9327C11.998 3.56599 12.0333 3.77888 12.0333 4.00001V5.33334C12.0333 6.45632 11.1229 7.36667 9.99997 7.36667H5.99997C4.87699 7.36667 3.96663 6.45632 3.96663 5.33334V4.00001C3.96663 3.77888 4.00193 3.56599 4.06721 3.36667H1.3333C0.946701 3.36667 0.633301 3.05327 0.633301 2.66667ZM5.99997 3.36667C5.65019 3.36667 5.36663 3.65023 5.36663 4.00001V5.33334C5.36663 5.68312 5.65019 5.96667 5.99997 5.96667H9.99997C10.3497 5.96667 10.6333 5.68312 10.6333 5.33334V4.00001C10.6333 3.65023 10.3497 3.36667 9.99997 3.36667H5.99997ZM0.633301 9.33334C0.633301 8.94674 0.946701 8.63334 1.3333 8.63334H14.6666C15.0532 8.63334 15.3666 8.94674 15.3666 9.33334C15.3666 9.71994 15.0532 10.0333 14.6666 10.0333H13.2661C13.3313 10.2327 13.3666 10.4455 13.3666 10.6667V12C13.3666 13.123 12.4563 14.0333 11.3333 14.0333H4.66663C3.54365 14.0333 2.6333 13.123 2.6333 12V10.6667C2.6333 10.4455 2.6686 10.2327 2.73387 10.0333H1.3333C0.946701 10.0333 0.633301 9.71994 0.633301 9.33334ZM4.66663 10.0333C4.31685 10.0333 4.0333 10.3169 4.0333 10.6667V12C4.0333 12.3498 4.31685 12.6333 4.66663 12.6333H11.3333C11.6831 12.6333 11.9666 12.3498 11.9666 12V10.6667C11.9666 10.3169 11.6831 10.0333 11.3333 10.0333H4.66663Z", + fill: "currentColor", + }), + }), + Cn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.99997 2.03333C5.65019 2.03333 5.36663 2.31688 5.36663 2.66666V4C5.36663 4.34978 5.65019 4.63333 5.99997 4.63333H9.99997C10.3497 4.63333 10.6333 4.34978 10.6333 4V2.66666C10.6333 2.31688 10.3497 2.03333 9.99997 2.03333H5.99997ZM3.96663 2.66666C3.96663 1.54369 4.87699 0.633331 5.99997 0.633331H9.99997C11.1229 0.633331 12.0333 1.54369 12.0333 2.66666V4C12.0333 5.12298 11.1229 6.03333 9.99997 6.03333H5.99997C4.87699 6.03333 3.96663 5.12298 3.96663 4V2.66666ZM0.633301 8C0.633301 7.6134 0.946701 7.3 1.3333 7.3H14.6666C15.0532 7.3 15.3666 7.6134 15.3666 8C15.3666 8.3866 15.0532 8.7 14.6666 8.7H1.3333C0.946701 8.7 0.633301 8.3866 0.633301 8ZM4.66663 11.3667C4.31685 11.3667 4.0333 11.6502 4.0333 12V13.3333C4.0333 13.6831 4.31685 13.9667 4.66663 13.9667H11.3333C11.6831 13.9667 11.9666 13.6831 11.9666 13.3333V12C11.9666 11.6502 11.6831 11.3667 11.3333 11.3667H4.66663ZM2.6333 12C2.6333 10.877 3.54365 9.96666 4.66663 9.96666H11.3333C12.4563 9.96666 13.3666 10.877 13.3666 12V13.3333C13.3666 14.4563 12.4563 15.3667 11.3333 15.3667H4.66663C3.54365 15.3667 2.6333 14.4563 2.6333 13.3333V12Z", + fill: "currentColor", + }), + }), + sn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.99997 2.03333C5.65019 2.03333 5.36663 2.31688 5.36663 2.66666V4C5.36663 4.34978 5.65019 4.63333 5.99997 4.63333H9.99997C10.3497 4.63333 10.6333 4.34978 10.6333 4V2.66666C10.6333 2.31688 10.3497 2.03333 9.99997 2.03333H5.99997ZM3.96663 2.66666C3.96663 1.54369 4.87699 0.633331 5.99997 0.633331H9.99997C11.1229 0.633331 12.0333 1.54369 12.0333 2.66666V4C12.0333 5.12298 11.1229 6.03333 9.99997 6.03333H5.99997C4.87699 6.03333 3.96663 5.12298 3.96663 4V2.66666ZM4.66663 8.7C4.31685 8.7 4.0333 8.98355 4.0333 9.33333V10.6667C4.0333 11.0164 4.31685 11.3 4.66663 11.3H11.3333C11.6831 11.3 11.9666 11.0164 11.9666 10.6667V9.33333C11.9666 8.98355 11.6831 8.7 11.3333 8.7H4.66663ZM2.6333 9.33333C2.6333 8.21035 3.54365 7.3 4.66663 7.3H11.3333C12.4563 7.3 13.3666 8.21035 13.3666 9.33333V10.6667C13.3666 11.7896 12.4563 12.7 11.3333 12.7H4.66663C3.54365 12.7 2.6333 11.7896 2.6333 10.6667V9.33333ZM0.633301 14.6667C0.633301 14.2801 0.946701 13.9667 1.3333 13.9667H14.6666C15.0532 13.9667 15.3666 14.2801 15.3666 14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667H1.3333C0.946701 15.3667 0.633301 15.0533 0.633301 14.6667Z", + fill: "currentColor", + }), + }), + cn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.633301 1.33333C0.633301 0.946732 0.946701 0.633331 1.3333 0.633331H14.6666C15.0532 0.633331 15.3666 0.946732 15.3666 1.33333C15.3666 1.71993 15.0532 2.03333 14.6666 2.03333H1.3333C0.946701 2.03333 0.633301 1.71993 0.633301 1.33333ZM5.99997 4.7C5.65019 4.7 5.36663 4.98355 5.36663 5.33333V6.66666C5.36663 7.01644 5.65019 7.3 5.99997 7.3H9.99997C10.3497 7.3 10.6333 7.01644 10.6333 6.66666V5.33333C10.6333 4.98355 10.3497 4.7 9.99997 4.7H5.99997ZM3.96663 5.33333C3.96663 4.21035 4.87699 3.3 5.99997 3.3H9.99997C11.1229 3.3 12.0333 4.21035 12.0333 5.33333V6.66666C12.0333 7.78964 11.1229 8.7 9.99997 8.7H5.99997C4.87699 8.7 3.96663 7.78964 3.96663 6.66666V5.33333ZM4.66663 11.3667C4.31685 11.3667 4.0333 11.6502 4.0333 12V13.3333C4.0333 13.6831 4.31685 13.9667 4.66663 13.9667H11.3333C11.6831 13.9667 11.9666 13.6831 11.9666 13.3333V12C11.9666 11.6502 11.6831 11.3667 11.3333 11.3667H4.66663ZM2.6333 12C2.6333 10.877 3.54365 9.96666 4.66663 9.96666H11.3333C12.4563 9.96666 13.3666 10.877 13.3666 12V13.3333C13.3666 14.4563 12.4563 15.3667 11.3333 15.3667H4.66663C3.54365 15.3667 2.6333 14.4563 2.6333 13.3333V12Z", + fill: "currentColor", + }), + }), + dn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.633301 2.66667C0.633301 2.28008 0.946701 1.96667 1.3333 1.96667H14.6666C15.0532 1.96667 15.3666 2.28008 15.3666 2.66667C15.3666 3.05327 15.0532 3.36667 14.6666 3.36667H1.3333C0.946701 3.36667 0.633301 3.05327 0.633301 2.66667ZM5.99997 6.70001C5.65019 6.70001 5.36663 6.98356 5.36663 7.33334V8.66667C5.36663 9.01646 5.65019 9.30001 5.99997 9.30001H9.99997C10.3497 9.30001 10.6333 9.01646 10.6333 8.66667V7.33334C10.6333 6.98356 10.3497 6.70001 9.99997 6.70001H5.99997ZM3.96663 7.33334C3.96663 6.21036 4.87699 5.30001 5.99997 5.30001H9.99997C11.1229 5.30001 12.0333 6.21036 12.0333 7.33334V8.66667C12.0333 9.78965 11.1229 10.7 9.99997 10.7H5.99997C4.87699 10.7 3.96663 9.78965 3.96663 8.66667V7.33334ZM0.633301 13.3333C0.633301 12.9467 0.946701 12.6333 1.3333 12.6333H14.6666C15.0532 12.6333 15.3666 12.9467 15.3666 13.3333C15.3666 13.7199 15.0532 14.0333 14.6666 14.0333H1.3333C0.946701 14.0333 0.633301 13.7199 0.633301 13.3333Z", + fill: "currentColor", + }), + }), + un = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.633335 1.99999C0.633335 1.61339 0.946736 1.29999 1.33334 1.29999H14.6667C15.0533 1.29999 15.3667 1.61339 15.3667 1.99999C15.3667 2.38659 15.0533 2.69999 14.6667 2.69999H11.9328C11.998 2.8993 12.0333 3.11219 12.0333 3.33332V4.66665C12.0333 5.78963 11.123 6.69999 10 6.69999H6C4.87702 6.69999 3.96667 5.78963 3.96667 4.66665V3.33332C3.96667 3.11219 4.00197 2.8993 4.06724 2.69999H1.33334C0.946736 2.69999 0.633335 2.38659 0.633335 1.99999ZM6 2.69999C5.65022 2.69999 5.36667 2.98354 5.36667 3.33332V4.66665C5.36667 5.01643 5.65022 5.29999 6 5.29999H10C10.3498 5.29999 10.6333 5.01643 10.6333 4.66665V3.33332C10.6333 2.98354 10.3498 2.69999 10 2.69999H6ZM4.66667 10.7C4.31689 10.7 4.03333 10.9835 4.03333 11.3333V12.6667C4.03333 13.0164 4.31689 13.3 4.66667 13.3H11.3333C11.6831 13.3 11.9667 13.0164 11.9667 12.6667V11.3333C11.9667 10.9835 11.6831 10.7 11.3333 10.7H4.66667ZM13.2661 13.3C13.3314 13.1007 13.3667 12.8878 13.3667 12.6667V11.3333C13.3667 10.2103 12.4563 9.29999 11.3333 9.29999H4.66667C3.54369 9.29999 2.63334 10.2103 2.63334 11.3333V12.6667C2.63334 12.8878 2.66863 13.1007 2.73391 13.3H1.33334C0.946736 13.3 0.633335 13.6134 0.633335 14C0.633335 14.3866 0.946736 14.7 1.33334 14.7H14.6667C15.0533 14.7 15.3667 14.3866 15.3667 14C15.3667 13.6134 15.0533 13.3 14.6667 13.3H13.2661Z", + fill: "currentColor", + }), + }), + pn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + Et("path", { + d: "M0.881248 4.19371V3.87496C0.887498 3.85621 0.887498 3.83746 0.887498 3.81246C0.893748 3.74371 0.931248 3.67496 0.987498 3.63746C1.06875 3.58121 1.15625 3.53121 1.24375 3.48121C1.4875 3.33746 1.7375 3.19996 1.9875 3.05621C2.2375 2.91246 2.49375 2.76246 2.74375 2.61871C3.09375 2.41871 3.45 2.21246 3.8 2.01246C4.1375 1.81871 4.48125 1.61871 4.81875 1.42496C5.225 1.18746 5.6375 0.949962 6.04375 0.718713C6.38125 0.524963 6.71875 0.324962 7.0625 0.131212C7.10625 0.106212 7.15 0.0812125 7.19375 0.0562125C7.26875 0.0187125 7.35625 -3.75127e-05 7.44375 0.0124625C7.475 0.0187125 7.5 0.0374625 7.5125 0.0624625C7.54375 0.106212 7.5625 0.156213 7.56875 0.212462C7.575 0.268712 7.58125 0.324962 7.58125 0.381212C7.58125 0.856212 7.5875 1.32496 7.58125 1.79996C7.58125 1.99371 7.56875 2.18121 7.575 2.37496C7.5875 2.70621 7.575 3.04371 7.58125 3.37496C7.5875 3.53121 7.50625 3.68121 7.3625 3.75621C7.075 3.92496 6.78125 4.08746 6.49375 4.24996C6.225 4.40621 5.9625 4.55621 5.69375 4.71246C5.4125 4.87496 5.13125 5.03746 4.85 5.19996C4.66875 5.30621 4.48125 5.41246 4.3 5.51871C4.2 5.56871 4.14375 5.67496 4.15 5.78746C4.15 6.21871 4.14375 6.64371 4.15 7.07496C4.1625 7.53746 4.1625 8.00621 4.15625 8.46871C4.15 8.93121 4.15625 9.38746 4.15 9.84996C4.15 9.88746 4.15625 9.93121 4.1625 9.96871C4.1875 10.05 4.24375 10.1187 4.31875 10.1562C4.6625 10.35 5 10.55 5.3375 10.7437C5.675 10.9375 6.00625 11.1312 6.34375 11.325C6.78125 11.575 7.21875 11.8312 7.65625 12.0812C7.73125 12.1312 7.8125 12.175 7.89375 12.2125C7.975 12.25 8.0625 12.2437 8.14375 12.2062C8.275 12.1375 8.39375 12.0625 8.51875 11.9875C8.83125 11.8062 9.15 11.6187 9.4625 11.4375C9.84375 11.2187 10.225 10.9937 10.6062 10.775C10.8312 10.6437 11.0562 10.5187 11.275 10.3875C11.2875 10.375 11.3062 10.3687 11.325 10.3625C11.3937 10.325 11.4812 10.325 11.5437 10.375C11.6937 10.4687 11.85 10.5562 12.0062 10.6437C12.3187 10.825 12.6312 11.0062 12.9437 11.1875C13.325 11.4062 13.7062 11.6312 14.0875 11.85C14.1937 11.9062 14.3 11.9687 14.4062 12.0375C14.5 12.0937 14.5312 12.2187 14.4687 12.3125C14.4562 12.3375 14.4312 12.3562 14.4062 12.375C14.3125 12.4375 14.2125 12.5 14.1125 12.55C13.8187 12.7187 13.525 12.8875 13.2375 13.0562C12.9812 13.2 12.7312 13.35 12.475 13.4937C12.225 13.6375 11.975 13.7812 11.725 13.925C11.4875 14.0625 11.25 14.2 11.0125 14.3312C10.8312 14.4375 10.65 14.5437 10.4625 14.65C10.2312 14.7812 10 14.9187 9.76875 15.05C9.55 15.175 9.33125 15.3062 9.1125 15.4312C8.875 15.5687 8.6375 15.7062 8.4 15.8437C8.33125 15.8875 8.25625 15.925 8.1875 15.9687C8.1375 16 8.08125 16.0125 8.025 16.0187H7.9875C7.86875 16.0187 7.775 15.9437 7.68125 15.8875C7.43125 15.7437 7.1875 15.6062 6.94375 15.4625C6.70625 15.325 6.475 15.1937 6.2375 15.0562C5.9375 14.8812 5.6375 14.7125 5.34375 14.5375L4.5625 14.0875C4.3125 13.9437 4.0625 13.8 3.8125 13.6562C3.56875 13.5187 3.325 13.375 3.08125 13.2375C2.8375 13.0937 2.59375 12.9562 2.35 12.8125C1.9625 12.5875 1.575 12.3687 1.1875 12.1375C1.125 12.1 1.0625 12.0687 1.00625 12.0312C0.931248 11.9875 0.887498 11.9125 0.887498 11.825C0.887498 11.8187 0.887498 11.8125 0.881248 11.8062V10.4937C0.887498 10.4812 0.887498 10.4625 0.887498 10.45C0.887498 9.58121 0.887498 8.71246 0.887498 7.83746C0.887498 6.64371 0.887498 5.45621 0.887498 4.26246C0.887498 4.23121 0.881248 4.21246 0.881248 4.19371Z", + fill: "#157BFD", }), - ), - ), - sr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 174.3 51", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(5485.708 23935.906)" }, - t.createElement( - "g", - { transform: "translate(-5507 -23935.906)" }, - t.createElement( - "g", - { transform: "translate(21.291 0)" }, - t.createElement( - "g", - { transform: "translate(0 5.05)" }, - t.createElement("rect", { - x: "56.7", - y: "-4.4", - className: "minioSection", - width: "9.7", - height: "28.7", - }), - t.createElement("path", { - className: "minioSection", - d: "M45-4L25.3,8c-0.3,0.2-0.6,0.2-0.9,0L4.6-4C4.2-4.3,3.7-4.4,3.2-4.4h0c-1.5,0-2.7,1.2-2.7,2.7v25.9h9.7\n\t\t\t\t\tV11.9c0-0.5,0.4-1,1-1c0.2,0,0.4,0,0.5,0.1l11,6.8c1.1,0.7,2.5,0.7,3.6,0L37.9,11c0.5-0.3,1.1-0.1,1.3,0.3\n\t\t\t\t\tc0.1,0.1,0.1,0.3,0.1,0.5v12.4h9.7V-1.7c0-1.5-1.2-2.7-2.7-2.7c0,0,0,0,0,0h0C45.9-4.4,45.4-4.3,45-4z", - }), - t.createElement("path", { - className: "minioSection", - d: "M114.9-4.4H105v13c0,0.5-0.4,1-1,1c-0.2,0-0.3,0-0.5-0.1L78.1-4.1c-0.4-0.2-0.8-0.3-1.3-0.3h0\n\t\t\t\t\tc-1.5,0-2.7,1.2-2.7,2.7v25.9h9.8v-13c0-0.5,0.4-1,1-1c0.2,0,0.3,0,0.5,0.1l25.6,13.6c0.4,0.2,0.8,0.3,1.3,0.3l0,0\n\t\t\t\t\tc1.5,0,2.7-1.2,2.7-2.7L114.9-4.4z", - }), - ), - t.createElement("path", { - className: "minioSection", - d: "M122.5,29.3V0.7h4.5v28.7H122.5z", - }), - t.createElement("path", { - className: "minioSection", - d: "M153.2,29.8c-12,0-20.5-5.7-20.5-14.8c0-9.1,8.6-14.8,20.5-14.8c12,0,20.6,5.7,20.6,14.8\n\t\t\t\tC173.8,24.1,165.4,29.8,153.2,29.8z M153.2,4c-8.9,0-15.8,3.9-15.8,11c0,7.2,6.9,11,15.8,11c8.9,0,15.9-3.9,15.9-11\n\t\t\t\tC169.1,7.9,162.2,4,153.2,4L153.2,4z", - }), - ), - t.createElement("path", { - className: "minioApplicationName", - d: "M33.3,48.2h-9v-4.4h8.5v-2.4h-8.5v-4.3h8.8v-2.4H21.8v15.8h11.5V48.2z M54,34.8h-2.5v11.4l-8.8-11.4h-2.3v15.8h2.5l0-11.4\n\t\t\tl8.8,11.4H54V34.8z M72.5,34.8H59.8v2.4h5.1v13.4h2.5V37.2h5.1L72.5,34.8z M89.8,48.2h-9v-4.4h8.5v-2.4h-8.5v-4.3h8.8v-2.4H78.2\n\t\t\tv15.8h11.5V48.2z M96.8,34.8v15.8h2.5v-6.6h1.3l5,6.6h3.2l-5.2-6.6c3.2-0.1,5.3-1.9,5.3-4.6c0-2.9-2-4.6-5.6-4.6L96.8,34.8z\n\t\t\t M103.2,37.2c2,0,3,0.7,3,2.2c0,1.5-1,2.3-3,2.3h-3.9v-4.4H103.2z M121.5,44.4c3.6,0,5.6-1.8,5.6-4.8s-2-4.8-5.6-4.8h-6.1v15.8\n\t\t\th2.5v-6.2H121.5z M121.5,37.2c2.1,0,3,0.8,3,2.4s-0.9,2.4-3,2.4H118v-4.8H121.5z M133.5,34.8v15.8h2.5v-6.6h1.3l5,6.6h3.2\n\t\t\tl-5.2-6.6c3.2-0.1,5.3-1.9,5.3-4.6c0-2.9-2-4.6-5.6-4.6H133.5z M139.9,37.2c2,0,3,0.7,3,2.2c0,1.5-1,2.3-3,2.3H136v-4.4\n\t\t\tL139.9,37.2z M154.7,34.8h-2.5v15.8h2.5V34.8z M173.8,36.2c-1.6-1.1-3.4-1.7-5.7-1.7c-3.4,0-6.2,1.8-6.2,4.9c0,2.9,2.3,4,4.7,4.4\n\t\t\tl1.2,0.2c2.3,0.3,3.6,0.9,3.6,2.1c0,1.5-1.6,2.3-3.7,2.3c-1.8,0-3.9-0.7-5-1.7l-1.4,2c1.6,1.4,4.2,2.1,6.3,2.1\n\t\t\tc3.4,0,6.3-1.8,6.3-5c0-2.9-2.5-4-5.1-4.3l-1.1-0.1c-2.1-0.3-3.3-0.8-3.3-2.1c0-1.4,1.4-2.4,3.6-2.4c1.6,0,3.1,0.5,4.4,1.4\n\t\t\tL173.8,36.2z M192,48.2h-9v-4.4h8.5v-2.4h-8.5v-4.3h8.8v-2.4h-11.4v15.8H192V48.2z", - }), - ), - ), - ), - cr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 482.6 67.4", inverse: e, onClick: n }, - t.createElement( - "g", - { id: "Group_16740" }, - t.createElement( - "g", - { id: "Group_1082" }, - t.createElement("rect", { - id: "Rectangle_674", - x: "28.6", - y: "0.3", - className: "minioSection", - width: "4.9", - height: "14.6", - }), - t.createElement("path", { - id: "Path_87", - className: "minioSection", - d: "M22.6,0.5l-10,6.1c-0.1,0.1-0.3,0.1-0.5,0l-10-6.1C1.9,0.3,1.6,0.3,1.4,0.3h0\n\t\t\tC0.6,0.3,0,0.9,0,1.6v13.2h4.9V8.5C4.9,8.3,5.1,8,5.4,8c0.1,0,0.2,0,0.3,0.1l5.6,3.4c0.6,0.3,1.2,0.4,1.8,0L19,8.1\n\t\t\tc0.2-0.1,0.5-0.1,0.7,0.2c0,0.1,0.1,0.2,0.1,0.3v6.3h4.9V1.6c0-0.8-0.6-1.4-1.4-1.4h0C23.1,0.3,22.8,0.3,22.6,0.5L22.6,0.5\n\t\t\tL22.6,0.5z", - }), - t.createElement("path", { - id: "Path_88", - className: "minioSection", - d: "M58.1,0.3h-5v6.6c0,0.3-0.2,0.5-0.5,0.5c-0.1,0-0.2,0-0.2-0.1l-13-6.9c-0.2-0.1-0.4-0.2-0.7-0.2\n\t\t\tl0,0c-0.8,0-1.4,0.6-1.4,1.4v13.2h5V8.2c0-0.3,0.2-0.5,0.5-0.5c0.1,0,0.2,0,0.2,0.1l13,6.9c0.2,0.1,0.4,0.2,0.7,0.2l0,0\n\t\t\tc0.8,0,1.4-0.6,1.4-1.4L58.1,0.3L58.1,0.3z", - }), - ), - t.createElement("path", { - id: "Path_89", - className: "minioSection", - d: "M62,14.8V0.3h2.3v14.6L62,14.8L62,14.8z", + Et("path", { + d: "M15.1125 11.0687C15.1125 11.0875 15.1063 11.1125 15.1063 11.1312C15.0938 11.2187 15.0125 11.275 14.925 11.2625C14.9125 11.2625 14.9 11.2562 14.8813 11.25C14.8438 11.2312 14.8063 11.2125 14.7688 11.1937C13.9875 10.7562 13.2188 10.3062 12.4438 9.85623C12.3188 9.78123 12.1938 9.71248 12.0688 9.64373C11.9375 9.58123 11.8625 9.44372 11.875 9.30622C11.8813 8.38122 11.875 7.45623 11.8813 6.53123C11.8813 6.28748 11.8813 6.04373 11.8813 5.79998C11.8875 5.66248 11.8188 5.53748 11.6938 5.48123C10.6625 4.88748 9.63125 4.29373 8.6 3.69998C8.5125 3.65623 8.45625 3.55623 8.4625 3.45623C8.4625 3.19998 8.4625 2.94373 8.4625 2.69373C8.4625 1.88123 8.4625 1.06873 8.4625 0.249976C8.4625 0.237476 8.4625 0.218726 8.4625 0.199976C8.46875 0.106226 8.49375 0.0312256 8.59375 0.00622559H8.64375C8.7625 0.0124756 8.85 0.0812256 8.94375 0.137476C9.1625 0.262476 9.375 0.387476 9.5875 0.512476C9.80625 0.637476 10.0188 0.762476 10.2375 0.887476C10.4688 1.01873 10.6938 1.14998 10.925 1.28123C11.1313 1.39998 11.3313 1.51873 11.5375 1.63748C11.75 1.76248 11.9688 1.88748 12.1813 2.01248C12.3875 2.13123 12.5938 2.24998 12.7938 2.36873C13.025 2.49998 13.2563 2.63748 13.4875 2.76873C13.6938 2.88748 13.9 3.00623 14.1063 3.12498C14.3438 3.26248 14.5813 3.39998 14.8188 3.53123C14.8938 3.56873 14.9563 3.61248 15.0188 3.66873C15.075 3.71873 15.1 3.78748 15.1 3.86248C15.1 3.86873 15.1 3.88123 15.1063 3.88748V4.56248C15.1 4.58123 15.1 4.59373 15.1 4.61248C15.1 6.74998 15.1 8.88748 15.1 11.0187C15.1188 11.0375 15.1188 11.0562 15.1125 11.0687Z", + fill: "#3A51DC", }), - t.createElement("path", { - id: "Path_90", - className: "minioSection", - d: "M77.7,15.1c-6.1,0-10.4-2.9-10.4-7.5S71.6,0,77.7,0s10.5,2.9,10.5,7.6S83.9,15.1,77.7,15.1z\n\t\t M77.7,1.9c-4.5,0-8,2-8,5.6s3.5,5.6,8,5.6s8.1-2,8.1-5.6C85.7,3.9,82.2,1.9,77.7,1.9L77.7,1.9z", + Et("path", { + d: "M9.88125 5.5C9.8125 5.575 9.75 5.64375 9.68125 5.70625C9.13125 6.275 8.58125 6.8375 8.03125 7.40625C7.9875 7.45 7.95 7.49375 7.90625 7.5375C7.8375 7.60625 7.8375 7.65625 7.90625 7.725C8.0375 7.86875 8.16875 8.0125 8.3 8.1625C8.8375 8.7625 9.36875 9.3625 9.90625 9.95625C9.9375 9.99375 9.96875 10.0375 10 10.075C9.99375 10.0875 9.9875 10.0875 9.98125 10.0875C9.75 10.0875 9.5125 10.0875 9.28125 10.0875C9.225 10.0875 9.175 10.0625 9.14375 10.0187C9.05625 9.91875 8.9625 9.81875 8.875 9.71875C8.3875 9.175 7.90625 8.63125 7.41875 8.09375C7.34375 8.0125 7.26875 7.925 7.19375 7.84375C7.1875 7.83125 7.175 7.81875 7.15625 7.8125C7.14375 7.88125 7.1375 7.94375 7.13125 8.0125C7.13125 8.625 7.13125 9.2375 7.13125 9.85C7.1375 9.90625 7.13125 9.95625 7.125 10.0062C7.11875 10.0562 7.075 10.0937 7.025 10.0937C7.0125 10.0937 6.99375 10.0937 6.98125 10.0937C6.86875 10.0812 6.75625 10.0812 6.64375 10.0937C6.53125 10.1 6.4875 10.0625 6.48125 9.94375C6.48125 9.7625 6.48125 9.575 6.48125 9.39375C6.48125 9.375 6.48125 9.35625 6.48125 9.3375C6.48125 8.25625 6.48125 7.175 6.48125 6.09375C6.48125 5.95625 6.48125 5.8125 6.48125 5.675C6.48125 5.65625 6.48125 5.6375 6.48125 5.61875C6.4875 5.53125 6.525 5.49375 6.6125 5.5C6.7375 5.50625 6.86875 5.50625 6.99375 5.5C7.0875 5.49375 7.13125 5.54375 7.13125 5.64375C7.13125 5.8875 7.125 6.125 7.125 6.36875C7.125 6.65625 7.125 6.94375 7.13125 7.2375C7.13125 7.275 7.1375 7.3125 7.1375 7.35C7.1375 7.36875 7.14375 7.38125 7.1625 7.3875C7.18125 7.39375 7.1875 7.38125 7.2 7.375C7.325 7.26875 7.4375 7.14375 7.55 7.03125C7.875 6.7 8.20625 6.36875 8.53125 6.03125C8.6625 5.9 8.79375 5.76875 8.925 5.63125C8.99375 5.55625 9.0875 5.5125 9.1875 5.5125C9.41875 5.5 9.64375 5.5 9.88125 5.5Z", + fill: "#3C54DE", }), - ), - t.createElement( - "g", - { id: "ENTERPRISE" }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M23.8,57.9H0V26.1h23.6v5.8H6.3V39h16.5v5.8H6.3v7.3h17.4V57.9z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M49.9,43.9v14H44V45.8c0-3.2-1.6-4.9-4.3-4.9c-2.5,0-4.7,1.7-4.7,5v12.1h-5.9v-22h5.8v2.6\n\t\t\tc1.6-2.3,4-3.2,6.5-3.2C46.4,35.3,49.9,38.8,49.9,43.9z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M71.1,41.2h-8v8c0,2.8,1.5,3.8,3.3,3.8c1.4,0,2.9-0.7,4.1-1.4l2.2,4.6c-1.9,1.3-4.2,2.3-7.3,2.3\n\t\t\tc-5.5,0-8.2-3.1-8.2-8.8v-8.5h-4.2v-5.3h4.2v-6.5h5.9v6.5h8V41.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M95.8,46.9c0,0.7-0.1,1.5-0.1,2H80.1c0.6,3.2,2.9,4.6,5.7,4.6c1.9,0,4-0.8,5.6-2.1l3.5,3.8\n\t\t\tc-2.5,2.3-5.7,3.3-9.4,3.3C78.7,58.5,74,53.9,74,47s4.6-11.7,11.1-11.7S95.8,40,95.8,46.9z M80.1,44.8h9.8\n\t\t\tc-0.6-2.8-2.2-4.4-4.8-4.4C82.3,40.4,80.6,42.1,80.1,44.8L80.1,44.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M115,35.8l-0.9,5.9c-1-0.4-2.4-0.7-3.6-0.7c-2.8,0-4.6,1.7-4.6,5v12H100v-22h5.8v2.4c1.4-2.1,3.5-3,6.2-3\n\t\t\tC113.2,35.3,114.2,35.5,115,35.8L115,35.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M141.5,46.9c0,6.6-4.6,11.6-10.7,11.6c-3,0-5.1-1.2-6.5-2.9V67h-5.9V35.9h5.8v2.4c1.4-1.8,3.6-3,6.6-3\n\t\t\tC136.9,35.3,141.5,40.3,141.5,46.9L141.5,46.9z M124,46.9c0,3.5,2.3,6.1,5.7,6.1s5.7-2.7,5.7-6.1s-2.2-6.1-5.7-6.1\n\t\t\tS124,43.4,124,46.9z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M160.7,35.8l-0.9,5.9c-1-0.4-2.4-0.7-3.6-0.7c-2.8,0-4.6,1.7-4.6,5v12h-5.9v-22h5.8v2.4c1.4-2.1,3.5-3,6.2-3\n\t\t\tC158.9,35.3,159.9,35.5,160.7,35.8L160.7,35.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M170.8,28.7c0,2.1-1.7,3.8-3.8,3.8s-3.8-1.6-3.8-3.8s1.6-3.8,3.8-3.8S170.8,26.6,170.8,28.7z M170,57.9h-5.9\n\t\t\tv-22h5.9V57.9z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M191.3,42c-1.8-0.9-4.6-1.8-7-1.8c-2.2,0-3.4,0.8-3.4,2c0,1.3,1.6,1.6,3.6,1.9l2,0.3c4.8,0.7,7.4,2.9,7.4,6.6\n\t\t\tc0,4.5-3.7,7.5-10.1,7.5c-3,0-6.9-0.6-9.8-2.6l2.3-4.5c1.9,1.2,4.2,2.2,7.5,2.2c2.8,0,4.1-0.8,4.1-2.1c0-1.1-1.1-1.7-3.7-2\n\t\t\tl-1.8-0.2c-5.1-0.7-7.6-2.9-7.6-6.7c0-4.5,3.5-7.2,9.3-7.2c3.5,0,6.3,0.7,9.2,2.1L191.3,42L191.3,42z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M218.3,46.9c0,0.7-0.1,1.5-0.1,2h-15.6c0.6,3.2,2.9,4.6,5.7,4.6c1.9,0,4-0.8,5.6-2.1l3.5,3.8\n\t\t\tc-2.5,2.3-5.7,3.3-9.4,3.3c-6.8,0-11.4-4.6-11.4-11.5s4.6-11.7,11.1-11.7S218.3,40,218.3,46.9L218.3,46.9z M202.6,44.8h9.8\n\t\t\tc-0.6-2.8-2.2-4.4-4.8-4.4C204.8,40.4,203.1,42.1,202.6,44.8L202.6,44.8z", - }), - t.createElement("path", { - className: "minioSection", - d: "M263.1,42c0,9.5-6.9,16.4-16.5,16.4s-16.5-6.9-16.5-16.4s6.9-16.4,16.5-16.4S263.1,32.5,263.1,42z M234.4,42\n\t\t\tc0,7.5,5.3,12.5,12.3,12.5S259,49.5,259,42s-5.3-12.5-12.3-12.5S234.4,34.5,234.4,42z", - }), - t.createElement("path", { - className: "minioSection", - d: "M289.1,47.1c0,6.5-4.8,11.2-10.8,11.2c-3.4,0-5.9-1.3-7.6-3.3v2.9h-3.7V25.2h3.7v14c1.7-2,4.2-3.3,7.6-3.3\n\t\t\tC284.3,35.9,289.1,40.6,289.1,47.1z M270.4,47.1c0,4.4,3,7.8,7.4,7.8s7.4-3.5,7.4-7.8s-3-7.8-7.4-7.8S270.4,42.7,270.4,47.1z", - }), - t.createElement("path", { - className: "minioSection", - d: "M297.4,61.3c0,4-2.2,6.1-5.6,6.1c-1.1,0-2.3-0.3-3.1-0.7l0.9-3.2c0.6,0.2,1.2,0.4,1.9,0.4\n\t\t\tc1.3,0,2.2-0.8,2.2-2.8V36.3h3.7L297.4,61.3L297.4,61.3z M298.1,28.8c0,1.5-1.2,2.6-2.7,2.6s-2.6-1.1-2.6-2.6s1.1-2.7,2.6-2.7\n\t\t\tS298.1,27.2,298.1,28.8z", - }), - t.createElement("path", { - className: "minioSection", - d: "M322.7,47.1c0,0.5,0,1-0.1,1.4h-17c0.5,4.5,3.6,6.7,7.3,6.7c2.5,0,4.8-1,6.7-2.6l2,2.5\n\t\t\tc-2.7,2.5-5.7,3.3-8.9,3.3c-6.4,0-11-4.5-11-11.2s4.5-11.2,10.7-11.2S322.7,40.5,322.7,47.1L322.7,47.1z M305.7,45.5h13.2\n\t\t\tc-0.5-3.8-2.9-6.3-6.4-6.3C308.6,39.2,306.3,41.8,305.7,45.5L305.7,45.5z", - }), - t.createElement("path", { - className: "minioSection", - d: "M344.8,39.3l-2.4,2.5c-1.6-1.5-3.4-2.4-5.7-2.4c-4.2,0-7.3,3.2-7.3,7.8s3.2,7.8,7.3,7.8c2.3,0,4.3-1,5.8-2.5\n\t\t\tl2.3,2.6c-2,2.2-4.8,3.4-8,3.4c-6.7,0-11.2-4.8-11.2-11.2s4.5-11.2,11.2-11.2C339.9,35.9,342.8,37.1,344.8,39.3L344.8,39.3z", - }), - t.createElement("path", { - className: "minioSection", - d: "M364.4,39.7h-9.1v10.5c0,3.2,1.7,4.7,4.1,4.7c1.6,0,3.2-0.6,4.4-1.5l1.8,2.8c-1.7,1.2-3.8,2.1-6.5,2.1\n\t\t\tc-4.7,0-7.5-2.6-7.5-8.1V39.7H347v-3.4h4.6v-6.8h3.7v6.8h9.1V39.7L364.4,39.7z", - }), - t.createElement("path", { - className: "minioSection", - d: "M398.1,32.4c-2.6-1.8-5.8-2.9-9.4-2.9c-4.7,0-8,2.1-8,5.5c0,2.9,2.4,4.4,7.2,5l2.8,0.3c5.4,0.7,10,2.8,10,8.5\n\t\t\tc0,6.3-5.8,9.7-12.6,9.7c-4.5,0-9.5-1.6-12.5-4.1l2.2-3.2c2.2,1.9,6.3,3.5,10.4,3.5c4.8,0,8.5-1.9,8.5-5.5c0-3-2.7-4.4-7.6-5\n\t\t\tl-3-0.4c-5.2-0.6-9.4-3.1-9.4-8.5c0-6.1,5.5-9.6,12.2-9.6c4.8,0,8.5,1.4,11.5,3.5L398.1,32.4L398.1,32.4z", - }), - t.createElement("path", { - className: "minioSection", - d: "M419.2,39.7h-9.1v10.5c0,3.2,1.7,4.7,4.1,4.7c1.6,0,3.2-0.6,4.4-1.5l1.8,2.8c-1.7,1.2-3.8,2.1-6.5,2.1\n\t\t\tc-4.7,0-7.5-2.6-7.5-8.1V39.7h-4.6v-3.4h4.6v-6.8h3.7v6.8h9.1V39.7L419.2,39.7z", - }), - t.createElement("path", { - className: "minioSection", - d: "M443.8,47.1c0,6.4-4.9,11.2-11.4,11.2S421,53.5,421,47.1s4.9-11.2,11.4-11.2S443.8,40.7,443.8,47.1z\n\t\t\t M424.8,47.1c0,4.5,3.3,7.8,7.6,7.8s7.6-3.2,7.6-7.8s-3.3-7.8-7.6-7.8S424.8,42.6,424.8,47.1z", - }), - t.createElement("path", { - className: "minioSection", - d: "M461.5,36.6l-0.9,3.7c-1-0.5-2.5-0.8-3.7-0.8c-3.3,0-5.6,2.5-5.6,6.5v12h-3.7V36.3h3.7v2.8\n\t\t\tc1.5-2.1,3.8-3.3,6.3-3.3C459.1,35.9,460.3,36.1,461.5,36.6L461.5,36.6z", - }), - t.createElement("path", { - className: "minioSection", - d: "M482.6,47.1c0,0.5,0,1-0.1,1.4h-17c0.5,4.5,3.6,6.7,7.3,6.7c2.5,0,4.8-1,6.7-2.6l2,2.5\n\t\t\tc-2.7,2.5-5.7,3.3-8.9,3.3c-6.4,0-11-4.5-11-11.2s4.5-11.2,10.7-11.2S482.6,40.5,482.6,47.1L482.6,47.1z M465.6,45.5h13.2\n\t\t\tc-0.5-3.8-2.9-6.3-6.4-6.3C468.6,39.2,466.2,41.8,465.6,45.5L465.6,45.5z", - }), - ), - ), - ), - dr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 252.6 117.4", inverse: e, onClick: n }, - t.createElement( - "g", - { id: "Group_16740" }, - t.createElement( - "g", - { id: "Group_1082" }, - t.createElement("rect", { - id: "Rectangle_674", - x: "28.6", - y: "0.3", - className: "minioSection", - width: "4.9", - height: "14.6", - }), - t.createElement("path", { - id: "Path_87", - className: "minioSection", - d: "M22.6,0.5l-10,6.1c-0.1,0.1-0.3,0.1-0.5,0l-10-6.1C1.9,0.3,1.6,0.3,1.4,0.3h0\n\t\t\tC0.6,0.3,0,0.9,0,1.6v13.2h4.9V8.5C4.9,8.3,5.1,8,5.4,8c0.1,0,0.2,0,0.3,0.1l5.6,3.4c0.6,0.3,1.2,0.4,1.8,0L19,8.1\n\t\t\tc0.2-0.1,0.5-0.1,0.7,0.2c0,0.1,0.1,0.2,0.1,0.3v6.3h4.9V1.6c0-0.8-0.6-1.4-1.4-1.4h0C23.1,0.3,22.8,0.3,22.6,0.5L22.6,0.5\n\t\t\tL22.6,0.5z", - }), - t.createElement("path", { - id: "Path_88", - className: "minioSection", - d: "M58.1,0.3h-5v6.6c0,0.3-0.2,0.5-0.5,0.5c-0.1,0-0.2,0-0.2-0.1l-13-6.9c-0.2-0.1-0.4-0.2-0.7-0.2\n\t\t\tl0,0c-0.8,0-1.4,0.6-1.4,1.4v13.2h5V8.2c0-0.3,0.2-0.5,0.5-0.5c0.1,0,0.2,0,0.2,0.1l13,6.9c0.2,0.1,0.4,0.2,0.7,0.2l0,0\n\t\t\tc0.8,0,1.4-0.6,1.4-1.4L58.1,0.3L58.1,0.3z", - }), - ), - t.createElement("path", { - id: "Path_89", - className: "minioSection", - d: "M62,14.8V0.3h2.3v14.6L62,14.8L62,14.8z", - }), - t.createElement("path", { - id: "Path_90", - className: "minioSection", - d: "M77.7,15.1c-6.1,0-10.4-2.9-10.4-7.5S71.6,0,77.7,0s10.5,2.9,10.5,7.6S83.9,15.1,77.7,15.1z\n\t\t M77.7,1.9c-4.5,0-8,2-8,5.6s3.5,5.6,8,5.6s8.1-2,8.1-5.6C85.7,3.9,82.2,1.9,77.7,1.9L77.7,1.9z", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M23.8,58.9H0V27.1h23.6v5.8H6.3v7h16.5v5.8H6.3v7.3h17.4V58.9z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M49.9,44.9v14H44V46.8c0-3.2-1.6-4.9-4.3-4.9c-2.5,0-4.7,1.7-4.7,5v12.1h-5.9v-22h5.8v2.6c1.6-2.3,4-3.2,6.5-3.2\n\t\tC46.4,36.3,49.9,39.8,49.9,44.9z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M71.1,42.2h-8v8c0,2.8,1.5,3.8,3.3,3.8c1.4,0,2.9-0.7,4.1-1.4l2.2,4.6c-1.9,1.3-4.2,2.3-7.3,2.3c-5.5,0-8.2-3.1-8.2-8.8\n\t\tv-8.5h-4.2v-5.3h4.2v-6.5h5.9v6.5h8V42.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M95.8,47.9c0,0.7-0.1,1.5-0.1,2H80.1c0.6,3.2,2.9,4.6,5.7,4.6c1.9,0,4-0.8,5.6-2.1l3.5,3.8c-2.5,2.3-5.7,3.3-9.4,3.3\n\t\tC78.7,59.5,74,54.9,74,48s4.6-11.7,11.1-11.7S95.8,41,95.8,47.9z M80.1,45.8h9.8c-0.6-2.8-2.2-4.4-4.8-4.4\n\t\tC82.3,41.4,80.6,43.1,80.1,45.8L80.1,45.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M115,36.8l-0.9,5.9c-1-0.4-2.4-0.7-3.6-0.7c-2.8,0-4.6,1.7-4.6,5v12H100v-22h5.8v2.4c1.4-2.1,3.5-3,6.2-3\n\t\tC113.2,36.3,114.2,36.5,115,36.8L115,36.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M141.5,47.9c0,6.6-4.6,11.6-10.7,11.6c-3,0-5.1-1.2-6.5-2.9V68h-5.9V36.9h5.8v2.4c1.4-1.8,3.6-3,6.6-3\n\t\tC136.9,36.3,141.5,41.3,141.5,47.9L141.5,47.9z M124,47.9c0,3.5,2.3,6.1,5.7,6.1s5.7-2.7,5.7-6.1s-2.2-6.1-5.7-6.1\n\t\tS124,44.4,124,47.9z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M160.7,36.8l-0.9,5.9c-1-0.4-2.4-0.7-3.6-0.7c-2.8,0-4.6,1.7-4.6,5v12h-5.9v-22h5.8v2.4c1.4-2.1,3.5-3,6.2-3\n\t\tC158.9,36.3,159.9,36.5,160.7,36.8L160.7,36.8z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M170.8,29.7c0,2.1-1.7,3.8-3.8,3.8s-3.8-1.6-3.8-3.8s1.6-3.8,3.8-3.8S170.8,27.6,170.8,29.7z M170,58.9h-5.9v-22h5.9V58.9z\n\t\t", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M191.3,43c-1.8-0.9-4.6-1.8-7-1.8c-2.2,0-3.4,0.8-3.4,2c0,1.3,1.6,1.6,3.6,1.9l2,0.3c4.8,0.7,7.4,2.9,7.4,6.6\n\t\tc0,4.5-3.7,7.5-10.1,7.5c-3,0-6.9-0.6-9.8-2.6l2.3-4.5c1.9,1.2,4.2,2.2,7.5,2.2c2.8,0,4.1-0.8,4.1-2.1c0-1.1-1.1-1.7-3.7-2\n\t\tl-1.8-0.2c-5.1-0.7-7.6-2.9-7.6-6.7c0-4.5,3.5-7.2,9.3-7.2c3.5,0,6.3,0.7,9.2,2.1L191.3,43L191.3,43z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M218.3,47.9c0,0.7-0.1,1.5-0.1,2h-15.6c0.6,3.2,2.9,4.6,5.7,4.6c1.9,0,4-0.8,5.6-2.1l3.5,3.8c-2.5,2.3-5.7,3.3-9.4,3.3\n\t\tc-6.8,0-11.4-4.6-11.4-11.5s4.6-11.7,11.1-11.7S218.3,41,218.3,47.9L218.3,47.9z M202.6,45.8h9.8c-0.6-2.8-2.2-4.4-4.8-4.4\n\t\tC204.8,41.4,203.1,43.1,202.6,45.8L202.6,45.8z", - }), - t.createElement("path", { - className: "minioSection", - d: "M33.1,92c0,9.5-6.9,16.4-16.5,16.4S0.2,101.5,0.2,92s6.9-16.4,16.5-16.4S33.1,82.5,33.1,92L33.1,92z M4.4,92\n\t\tc0,7.5,5.3,12.6,12.3,12.6S29,99.5,29,92s-5.3-12.6-12.3-12.6S4.4,84.5,4.4,92z", - }), - t.createElement("path", { - className: "minioSection", - d: "M59.1,97.1c0,6.5-4.8,11.2-10.8,11.2c-3.4,0-5.9-1.3-7.6-3.3v2.9h-3.7V75.2h3.7v14c1.7-2,4.2-3.3,7.6-3.3\n\t\tC54.3,85.9,59.1,90.6,59.1,97.1z M40.4,97.1c0,4.4,3,7.8,7.4,7.8s7.4-3.5,7.4-7.8s-3-7.8-7.4-7.8S40.4,92.7,40.4,97.1z", - }), - t.createElement("path", { - className: "minioSection", - d: "M67.3,111.3c0,4-2.2,6.1-5.6,6.1c-1.1,0-2.3-0.3-3.1-0.7l0.9-3.2c0.6,0.2,1.2,0.4,1.9,0.4\n\t\tc1.3,0,2.2-0.8,2.2-2.8V86.3h3.7V111.3L67.3,111.3z M68.1,78.8c0,1.5-1.2,2.6-2.7,2.6s-2.6-1.1-2.6-2.6s1.1-2.7,2.6-2.7\n\t\tS68.1,77.2,68.1,78.8z", - }), - t.createElement("path", { - className: "minioSection", - d: "M92.7,97.1c0,0.5-0.1,1-0.1,1.4h-17c0.5,4.5,3.6,6.7,7.3,6.7c2.5,0,4.8-1,6.7-2.6l2,2.6\n\t\tc-2.7,2.5-5.7,3.3-8.9,3.3c-6.4,0-11-4.5-11-11.2s4.5-11.2,10.7-11.2S92.7,90.5,92.7,97.1L92.7,97.1z M75.7,95.5h13.2\n\t\tc-0.4-3.8-2.9-6.3-6.4-6.3C78.6,89.2,76.3,91.8,75.7,95.5L75.7,95.5z", - }), - t.createElement("path", { - className: "minioSection", - d: "M114.8,89.3l-2.4,2.5c-1.6-1.6-3.4-2.4-5.7-2.4c-4.2,0-7.3,3.2-7.3,7.8s3.2,7.8,7.3,7.8c2.3,0,4.3-1,5.8-2.5\n\t\tl2.3,2.6c-1.9,2.2-4.8,3.4-8,3.4c-6.7,0-11.2-4.8-11.2-11.2s4.5-11.2,11.2-11.2C109.9,85.9,112.8,87.1,114.8,89.3L114.8,89.3z", - }), - t.createElement("path", { - className: "minioSection", - d: "M134.4,89.7h-9.1v10.5c0,3.2,1.7,4.7,4.1,4.7c1.6,0,3.2-0.6,4.4-1.5l1.8,2.8c-1.7,1.2-3.8,2.1-6.5,2.1\n\t\tc-4.7,0-7.5-2.6-7.5-8.1V89.7H117v-3.4h4.6v-6.8h3.7v6.8h9.1V89.7L134.4,89.7z", - }), - t.createElement("path", { - className: "minioSection", - d: "M168.1,82.4c-2.6-1.8-5.8-2.9-9.4-2.9c-4.7,0-8,2.1-8,5.5c0,2.9,2.4,4.4,7.2,5l2.8,0.3c5.4,0.7,10,2.8,10,8.5\n\t\tc0,6.3-5.8,9.7-12.6,9.7c-4.5,0-9.5-1.6-12.6-4.1l2.2-3.2c2.2,1.9,6.3,3.5,10.4,3.5c4.8,0,8.5-1.9,8.5-5.5c0-3-2.7-4.4-7.6-5\n\t\tl-3-0.4c-5.2-0.6-9.4-3.1-9.4-8.5c0-6.1,5.5-9.6,12.2-9.6c4.8,0,8.5,1.4,11.5,3.5L168.1,82.4L168.1,82.4z", - }), - t.createElement("path", { - className: "minioSection", - d: "M189.2,89.7h-9.1v10.5c0,3.2,1.7,4.7,4.1,4.7c1.6,0,3.2-0.6,4.4-1.5l1.8,2.8c-1.7,1.2-3.8,2.1-6.5,2.1\n\t\tc-4.7,0-7.5-2.6-7.5-8.1V89.7h-4.6v-3.4h4.6v-6.8h3.7v6.8h9.1V89.7L189.2,89.7z", - }), - t.createElement("path", { - className: "minioSection", - d: "M213.8,97.1c0,6.4-4.9,11.2-11.4,11.2S191,103.5,191,97.1s4.9-11.2,11.4-11.2S213.8,90.7,213.8,97.1z\n\t\t M194.8,97.1c0,4.5,3.3,7.8,7.6,7.8s7.6-3.2,7.6-7.8s-3.3-7.8-7.6-7.8S194.8,92.6,194.8,97.1z", - }), - t.createElement("path", { - className: "minioSection", - d: "M231.5,86.6l-0.9,3.7c-1-0.6-2.5-0.8-3.7-0.8c-3.3,0-5.6,2.5-5.6,6.5v12h-3.7V86.3h3.7v2.8\n\t\tc1.5-2.1,3.8-3.3,6.3-3.3C229.1,85.9,230.3,86.1,231.5,86.6z", - }), - t.createElement("path", { - className: "minioSection", - d: "M252.6,97.1c0,0.5-0.1,1-0.1,1.4h-17c0.5,4.5,3.6,6.7,7.3,6.7c2.5,0,4.8-1,6.7-2.6l2,2.6\n\t\tc-2.7,2.5-5.7,3.3-8.9,3.3c-6.4,0-11-4.5-11-11.2s4.5-11.2,10.7-11.2S252.6,90.5,252.6,97.1L252.6,97.1z M235.6,95.5h13.2\n\t\tc-0.4-3.8-2.9-6.3-6.4-6.3C238.6,89.2,236.2,91.8,235.6,95.5L235.6,95.5z", - }), - ), - ), - ur = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 327.6 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M0.8,24.1h5.8L14.4,43h0.3l7.7-18.9h5.8v26.1h-4.5V32.3h-0.2l-7.2,17.9h-3.4L5.6,32.3H5.4v18H0.8\n\t\tC0.8,50.2,0.8,24.1,0.8,24.1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M38.1,24.1v26.1h-4.7V24.1C33.4,24.1,38.1,24.1,38.1,24.1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M57.4,31.3c-0.1-1.1-0.6-2-1.5-2.6c-0.9-0.6-2-0.9-3.4-0.9c-1,0-1.8,0.1-2.5,0.4c-0.7,0.3-1.2,0.7-1.6,1.2\n\t\ts-0.6,1.1-0.6,1.7c0,0.5,0.1,1,0.4,1.4c0.3,0.4,0.6,0.7,1,1s0.9,0.5,1.4,0.7c0.5,0.2,1.1,0.3,1.6,0.5l2.4,0.6\n\t\tc1,0.2,1.9,0.5,2.8,0.9c0.9,0.4,1.7,0.9,2.5,1.5c0.7,0.6,1.3,1.3,1.7,2.2c0.4,0.8,0.6,1.8,0.6,3c0,1.5-0.4,2.9-1.2,4\n\t\tc-0.8,1.2-1.9,2.1-3.4,2.7c-1.5,0.7-3.3,1-5.3,1c-2,0-3.8-0.3-5.3-0.9c-1.5-0.6-2.7-1.5-3.5-2.8c-0.8-1.2-1.3-2.7-1.4-4.4h4.7\n\t\tc0.1,0.9,0.3,1.7,0.8,2.3c0.5,0.6,1.1,1.1,1.9,1.4c0.8,0.3,1.7,0.4,2.7,0.4c1,0,1.9-0.2,2.7-0.5c0.8-0.3,1.4-0.7,1.8-1.3\n\t\tc0.4-0.6,0.7-1.2,0.7-2c0-0.7-0.2-1.2-0.6-1.7c-0.4-0.4-0.9-0.8-1.6-1.1c-0.7-0.3-1.5-0.6-2.5-0.8l-3-0.8c-2.1-0.6-3.8-1.4-5.1-2.5\n\t\tc-1.2-1.1-1.9-2.6-1.9-4.5c0-1.5,0.4-2.9,1.3-4c0.8-1.2,2-2.1,3.4-2.7c1.4-0.6,3.1-1,4.9-1c1.9,0,3.5,0.3,4.9,1\n\t\tc1.4,0.6,2.5,1.5,3.3,2.7c0.8,1.1,1.2,2.4,1.2,3.9H57.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M80.7,31.3c-0.1-1.1-0.6-2-1.5-2.6c-0.9-0.6-2-0.9-3.4-0.9c-1,0-1.8,0.1-2.5,0.4c-0.7,0.3-1.2,0.7-1.6,1.2\n\t\tc-0.4,0.5-0.6,1.1-0.6,1.7c0,0.5,0.1,1,0.4,1.4c0.3,0.4,0.6,0.7,1,1c0.4,0.3,0.9,0.5,1.4,0.7c0.5,0.2,1.1,0.3,1.6,0.5l2.4,0.6\n\t\tc1,0.2,1.9,0.5,2.8,0.9c0.9,0.4,1.7,0.9,2.5,1.5c0.7,0.6,1.3,1.3,1.7,2.2c0.4,0.8,0.6,1.8,0.6,3c0,1.5-0.4,2.9-1.2,4\n\t\tc-0.8,1.2-1.9,2.1-3.4,2.7c-1.5,0.7-3.3,1-5.3,1c-2,0-3.8-0.3-5.3-0.9c-1.5-0.6-2.7-1.5-3.5-2.8c-0.8-1.2-1.3-2.7-1.4-4.4h4.7\n\t\tc0.1,0.9,0.3,1.7,0.8,2.3c0.5,0.6,1.1,1.1,1.9,1.4c0.8,0.3,1.7,0.4,2.7,0.4c1,0,1.9-0.2,2.7-0.5c0.8-0.3,1.4-0.7,1.8-1.3\n\t\tc0.4-0.6,0.7-1.2,0.7-2c0-0.7-0.2-1.2-0.6-1.7c-0.4-0.4-0.9-0.8-1.6-1.1s-1.5-0.6-2.5-0.8l-3-0.8c-2.1-0.6-3.8-1.4-5.1-2.5\n\t\tc-1.2-1.1-1.9-2.6-1.9-4.5c0-1.5,0.4-2.9,1.3-4c0.8-1.2,2-2.1,3.4-2.7c1.4-0.6,3.1-1,4.9-1c1.9,0,3.5,0.3,4.9,1\n\t\tc1.4,0.6,2.5,1.5,3.3,2.7c0.8,1.1,1.2,2.4,1.2,3.9H80.7z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M94.5,24.1v26.1h-4.7V24.1C89.8,24.1,94.5,24.1,94.5,24.1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M123,37.2c0,2.8-0.5,5.2-1.6,7.2c-1,2-2.5,3.5-4.3,4.6c-1.8,1.1-3.9,1.6-6.1,1.6c-2.3,0-4.3-0.5-6.1-1.6\n\t\tc-1.8-1.1-3.2-2.6-4.3-4.6c-1-2-1.6-4.4-1.6-7.2c0-2.8,0.5-5.2,1.6-7.2c1-2,2.5-3.5,4.3-4.6c1.8-1.1,3.9-1.6,6.1-1.6\n\t\tc2.3,0,4.3,0.5,6.1,1.6c1.8,1.1,3.2,2.6,4.3,4.6C122.5,32,123,34.4,123,37.2z M118.2,37.2c0-2-0.3-3.7-0.9-5\n\t\tc-0.6-1.4-1.5-2.4-2.6-3.1c-1.1-0.7-2.3-1.1-3.8-1.1c-1.4,0-2.7,0.4-3.8,1.1c-1.1,0.7-1.9,1.7-2.6,3.1c-0.6,1.4-0.9,3-0.9,5\n\t\tc0,2,0.3,3.7,0.9,5c0.6,1.4,1.5,2.4,2.6,3.1c1.1,0.7,2.3,1.1,3.8,1.1c1.4,0,2.7-0.4,3.8-1.1c1.1-0.7,1.9-1.7,2.6-3.1\n\t\tC117.9,40.8,118.2,39.2,118.2,37.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M148.9,24.1v26.1h-4.2l-12.3-17.8h-0.2v17.8h-4.7V24.1h4.2L144,41.9h0.2V24.1\n\t\tC144.2,24.1,148.9,24.1,148.9,24.1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M175.4,32.3H173c-0.2-0.9-0.5-1.7-1-2.5c-0.5-0.8-1-1.4-1.7-2c-0.7-0.6-1.5-1-2.4-1.3\n\t\tc-0.9-0.3-1.8-0.5-2.9-0.5c-1.6,0-3.2,0.4-4.5,1.3c-1.4,0.9-2.4,2.1-3.2,3.8c-0.8,1.7-1.2,3.7-1.2,6.1c0,2.4,0.4,4.5,1.2,6.1\n\t\tc0.8,1.7,1.9,2.9,3.2,3.8c1.4,0.9,2.9,1.3,4.5,1.3c1,0,2-0.2,2.9-0.5c0.9-0.3,1.7-0.8,2.4-1.3c0.7-0.6,1.3-1.2,1.7-2\n\t\tc0.5-0.8,0.8-1.6,1-2.5h2.4c-0.2,1.2-0.6,2.3-1.2,3.3c-0.6,1-1.3,1.9-2.2,2.7c-0.9,0.8-1.9,1.4-3.1,1.8c-1.2,0.4-2.4,0.6-3.8,0.6\n\t\tc-2.2,0-4.1-0.5-5.8-1.7c-1.7-1.1-3-2.7-4-4.7c-1-2-1.4-4.4-1.4-7.1s0.5-5.1,1.4-7.1c1-2,2.3-3.6,4-4.7c1.7-1.1,3.6-1.7,5.8-1.7\n\t\tc1.4,0,2.7,0.2,3.8,0.6c1.2,0.4,2.2,1,3.1,1.8c0.9,0.8,1.6,1.7,2.2,2.7C174.8,30,175.2,31.1,175.4,32.3z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M202.4,37.2c0,2.7-0.5,5.1-1.5,7.1c-1,2-2.3,3.6-4,4.7c-1.7,1.1-3.6,1.7-5.8,1.7c-2.2,0-4.1-0.5-5.8-1.7\n\t\tc-1.7-1.1-3-2.7-4-4.7c-1-2-1.4-4.4-1.4-7.1c0-2.7,0.5-5.1,1.4-7.1c1-2,2.3-3.6,4-4.7c1.7-1.1,3.6-1.7,5.8-1.7\n\t\tc2.2,0,4.1,0.6,5.8,1.7c1.7,1.1,3,2.7,4,4.7C201.9,32.1,202.4,34.5,202.4,37.2z M200.1,37.2c0-2.3-0.4-4.3-1.2-6\n\t\tc-0.8-1.7-1.8-2.9-3.2-3.8c-1.4-0.9-2.9-1.3-4.6-1.3c-1.7,0-3.2,0.4-4.6,1.3c-1.4,0.9-2.4,2.2-3.2,3.8c-0.8,1.7-1.2,3.7-1.2,6\n\t\tc0,2.3,0.4,4.3,1.2,6c0.8,1.7,1.8,2.9,3.2,3.8c1.4,0.9,2.9,1.3,4.6,1.3c1.7,0,3.3-0.4,4.6-1.3c1.4-0.9,2.4-2.2,3.2-3.8\n\t\tC199.7,41.5,200.1,39.5,200.1,37.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M228.5,24.1v26.1h-2.3l-15.4-21.9h-0.2v21.9h-2.4V24.1h2.3L225.9,46h0.2V24.1\n\t\tC226.1,24.1,228.5,24.1,228.5,24.1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M233.8,26.3v-2.1h18.9v2.1h-8.3v24h-2.4v-24C242.1,26.3,233.8,26.3,233.8,26.3z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M258.1,50.2V24.1h8.4c1.9,0,3.4,0.3,4.6,1s2.2,1.6,2.8,2.8c0.6,1.2,0.9,2.5,0.9,4c0,1.5-0.3,2.9-0.9,4\n\t\tc-0.6,1.2-1.6,2.1-2.8,2.7c-1.2,0.7-2.8,1-4.6,1h-7.2v-2.2h7.1c1.4,0,2.5-0.2,3.4-0.7c0.9-0.5,1.6-1.1,2-1.9c0.4-0.8,0.7-1.8,0.7-3\n\t\tc0-1.1-0.2-2.1-0.7-3s-1.1-1.5-2-2c-0.9-0.5-2-0.7-3.4-0.7h-6v24H258.1z M269.6,38.5l6.4,11.8h-2.8l-6.4-11.8H269.6z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M302.2,37.2c0,2.7-0.5,5.1-1.5,7.1c-1,2-2.3,3.6-4,4.7c-1.7,1.1-3.6,1.7-5.8,1.7c-2.2,0-4.1-0.5-5.8-1.7\n\t\tc-1.7-1.1-3-2.7-4-4.7c-1-2-1.4-4.4-1.4-7.1c0-2.7,0.5-5.1,1.4-7.1c1-2,2.3-3.6,4-4.7c1.7-1.1,3.6-1.7,5.8-1.7\n\t\tc2.2,0,4.1,0.6,5.8,1.7c1.7,1.1,3,2.7,4,4.7C301.7,32.1,302.2,34.5,302.2,37.2z M299.8,37.2c0-2.3-0.4-4.3-1.2-6s-1.8-2.9-3.2-3.8\n\t\tc-1.4-0.9-2.9-1.3-4.6-1.3c-1.7,0-3.2,0.4-4.6,1.3c-1.4,0.9-2.4,2.2-3.2,3.8c-0.8,1.7-1.2,3.7-1.2,6c0,2.3,0.4,4.3,1.2,6\n\t\tc0.8,1.7,1.8,2.9,3.2,3.8c1.4,0.9,2.9,1.3,4.6,1.3c1.7,0,3.3-0.4,4.6-1.3c1.4-0.9,2.4-2.2,3.2-3.8S299.8,39.5,299.8,37.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M307.9,50.2V24.1h2.4v24h12.4v2.1H307.9z", - }), - t.createElement("rect", { - x: "21.9", - y: "0.6", - className: "minioSection", - width: "3.8", - height: "11.1", - }), - t.createElement("path", { - className: "minioSection", - d: "M17.3,0.7L9.6,5.4c-0.1,0.1-0.2,0.1-0.4,0L1.6,0.7C1.4,0.6,1.3,0.6,1.1,0.6h0C0.5,0.6,0,1,0,1.6v10.1h3.8V6.9\n\t\tc0-0.3,0.3-0.5,0.6-0.3l4.3,2.6c0.4,0.3,1,0.3,1.4,0l4.5-2.7c0.3-0.1,0.6,0,0.6,0.3v4.8h3.8V1.6c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC17.7,0.6,17.5,0.6,17.3,0.7L17.3,0.7z", - }), - t.createElement("path", { - className: "minioSection", - d: "M44.6,0.6h-3.8v5.1c0,0.3-0.3,0.5-0.6,0.3l-9.9-5.3c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10h3.8\n\t\tv-5c0-0.3,0.3-0.5,0.6-0.3l10,5.3c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L44.6,0.6L44.6,0.6L44.6,0.6z", - }), - t.createElement("path", { - className: "minioSection", - d: "M47.6,11.7V0.6h1.8v11.1L47.6,11.7L47.6,11.7z", - }), - t.createElement("path", { - className: "minioSection", - d: "M59.5,11.9c-4.7,0-8-2.2-8-5.8c0-3.5,3.3-5.8,8-5.8c4.7,0,8,2.2,8,5.8S64.3,11.9,59.5,11.9z M59.5,1.9\n\t\tc-3.5,0-6.2,1.5-6.2,4.3c0,2.8,2.7,4.3,6.2,4.3c3.5,0,6.2-1.5,6.2-4.3C65.7,3.4,63,1.9,59.5,1.9L59.5,1.9z", - }), - ), - ), - mr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 167.8 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M1.4,24.1h3.8l9,22h0.3l9-22h3.8v26.5h-3V30.5h-0.3l-8.3,20.1H13L4.7,30.5H4.5v20.1h-3V24.1z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M56.2,37.4c0,2.8-0.5,5.2-1.5,7.2c-1,2-2.4,3.6-4.2,4.7c-1.8,1.1-3.8,1.7-6,1.7c-2.3,0-4.3-0.6-6-1.7\n\t\tc-1.8-1.1-3.1-2.7-4.2-4.7c-1-2-1.5-4.5-1.5-7.2c0-2.8,0.5-5.2,1.5-7.2c1-2,2.4-3.6,4.2-4.7c1.8-1.1,3.8-1.7,6-1.7\n\t\tc2.3,0,4.3,0.6,6,1.7c1.8,1.1,3.1,2.7,4.2,4.7C55.7,32.2,56.2,34.6,56.2,37.4z M53.1,37.4c0-2.3-0.4-4.2-1.1-5.8\n\t\tc-0.8-1.6-1.8-2.8-3.1-3.6c-1.3-0.8-2.8-1.2-4.4-1.2s-3.1,0.4-4.4,1.2c-1.3,0.8-2.3,2-3.1,3.6c-0.8,1.6-1.1,3.5-1.1,5.8\n\t\ts0.4,4.2,1.1,5.8c0.8,1.6,1.8,2.8,3.1,3.6c1.3,0.8,2.8,1.2,4.4,1.2s3.1-0.4,4.4-1.2c1.3-0.8,2.3-2,3.1-3.6\n\t\tC52.7,41.6,53.1,39.7,53.1,37.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M82.6,24.1v26.5h-3.1L65.1,29.8h-0.3v20.8h-3.2V24.1h3.1L79.2,45h0.3V24.1H82.6z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M92.3,24.1v26.5h-3.2V24.1H92.3z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M97.2,27v-2.8h19.9V27h-8.3v23.7h-3.2V27H97.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M143.4,37.4c0,2.8-0.5,5.2-1.5,7.2c-1,2-2.4,3.6-4.2,4.7c-1.8,1.1-3.8,1.7-6,1.7c-2.3,0-4.3-0.6-6-1.7\n\t\tc-1.8-1.1-3.1-2.7-4.2-4.7c-1-2-1.5-4.5-1.5-7.2c0-2.8,0.5-5.2,1.5-7.2c1-2,2.4-3.6,4.2-4.7c1.8-1.1,3.8-1.7,6-1.7\n\t\tc2.3,0,4.3,0.6,6,1.7c1.8,1.1,3.1,2.7,4.2,4.7C142.9,32.2,143.4,34.6,143.4,37.4z M140.3,37.4c0-2.3-0.4-4.2-1.1-5.8\n\t\tc-0.8-1.6-1.8-2.8-3.1-3.6c-1.3-0.8-2.8-1.2-4.4-1.2c-1.6,0-3.1,0.4-4.4,1.2s-2.3,2-3.1,3.6c-0.8,1.6-1.1,3.5-1.1,5.8\n\t\ts0.4,4.2,1.1,5.8c0.8,1.6,1.8,2.8,3.1,3.6c1.3,0.8,2.8,1.2,4.4,1.2c1.6,0,3.1-0.4,4.4-1.2c1.3-0.8,2.3-2,3.1-3.6\n\t\tC139.9,41.6,140.3,39.7,140.3,37.4z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M148.8,50.6V24.1h9c2.1,0,3.8,0.4,5.1,1.1c1.3,0.7,2.3,1.7,3,2.9c0.6,1.2,1,2.6,1,4.2s-0.3,2.9-1,4.2\n\t\tc-0.6,1.2-1.6,2.2-2.9,2.8c-1.3,0.7-3,1-5.1,1h-7.2v-2.9h7.1c1.4,0,2.6-0.2,3.4-0.6c0.9-0.4,1.5-1,1.9-1.8c0.4-0.8,0.6-1.7,0.6-2.7\n\t\tc0-1.1-0.2-2-0.6-2.8c-0.4-0.8-1-1.4-1.9-1.8c-0.9-0.4-2-0.7-3.5-0.7H152v23.7L148.8,50.6L148.8,50.6z M161.2,38.7l6.5,11.9H164\n\t\tl-6.4-11.9H161.2z", - }), - t.createElement("rect", { - x: "22.2", - y: "0.2", - className: "minioSection", - width: "3.8", - height: "11.3", - }), - t.createElement("path", { - className: "minioSection", - d: "M17.6,0.4L9.8,5.1c-0.1,0.1-0.3,0.1-0.4,0L1.6,0.4C1.5,0.3,1.3,0.2,1.1,0.2h0C0.5,0.2,0,0.7,0,1.3v10.2h3.8\n\t\tV6.6c0-0.3,0.3-0.5,0.6-0.3L8.8,9c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.2,0.6,0,0.6,0.3v4.9h3.8V1.3c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC18,0.2,17.8,0.3,17.6,0.4L17.6,0.4z", - }), - t.createElement("path", { - className: "minioSection", - d: "M45.3,0.2h-3.9v5.2c0,0.3-0.3,0.5-0.6,0.3L30.7,0.4c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.2\n\t\tH33V6.4c0-0.3,0.3-0.5,0.6-0.3l10.1,5.4c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.3,0.2L45.3,0.2L45.3,0.2z", - }), - t.createElement("path", { - className: "minioSection", - d: "M48.4,11.5V0.2h1.8v11.3L48.4,11.5L48.4,11.5z", - }), - t.createElement("path", { - className: "minioSection", - d: "M60.5,11.8c-4.8,0-8.1-2.3-8.1-5.9c0-3.6,3.4-5.9,8.1-5.9c4.7,0,8.2,2.3,8.2,5.9S65.3,11.8,60.5,11.8z\n\t\t M60.5,1.5c-3.5,0-6.3,1.5-6.3,4.4c0,2.8,2.7,4.4,6.3,4.4c3.5,0,6.3-1.5,6.3-4.4C66.7,3,64,1.5,60.5,1.5L60.5,1.5z", - }), - ), - ), - pr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 161.2 51", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "M23.8,37.3c0,2.8-0.5,5.2-1.5,7.2c-1,2-2.4,3.6-4.1,4.7c-1.8,1.1-3.8,1.7-6,1.7c-2.3,0-4.3-0.6-6-1.7\n\t\ts-3.1-2.7-4.1-4.7c-1-2-1.5-4.4-1.5-7.2s0.5-5.2,1.5-7.2c1-2,2.4-3.6,4.1-4.7c1.8-1.1,3.8-1.7,6-1.7c2.3,0,4.3,0.6,6,1.7\n\t\tc1.8,1.1,3.1,2.7,4.1,4.7C23.3,32.1,23.8,34.5,23.8,37.3z M20.7,37.3c0-2.3-0.4-4.2-1.1-5.8c-0.8-1.6-1.8-2.8-3.1-3.6\n\t\tc-1.3-0.8-2.7-1.2-4.3-1.2S9,27.1,7.7,27.9c-1.3,0.8-2.3,2-3.1,3.6c-0.8,1.6-1.1,3.5-1.1,5.8s0.4,4.2,1.1,5.8\n\t\tc0.8,1.6,1.8,2.8,3.1,3.6c1.3,0.8,2.7,1.2,4.3,1.2s3.1-0.4,4.3-1.2c1.3-0.8,2.3-2,3.1-3.6C20.3,41.5,20.7,39.6,20.7,37.3z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M29.1,50.5V24.1h9.2c1.8,0,3.4,0.3,4.6,0.9c1.2,0.6,2.1,1.5,2.7,2.5c0.6,1.1,0.9,2.2,0.9,3.5\n\t\tc0,1.1-0.2,2.1-0.6,2.8c-0.4,0.7-0.9,1.3-1.6,1.8c-0.7,0.4-1.4,0.7-2.1,1v0.3c0.8,0.1,1.6,0.3,2.4,0.9c0.8,0.5,1.5,1.3,2.1,2.2\n\t\tc0.6,1,0.8,2.1,0.8,3.5c0,1.3-0.3,2.5-0.9,3.6c-0.6,1.1-1.6,1.9-2.9,2.5c-1.3,0.6-3,0.9-5.1,0.9L29.1,50.5L29.1,50.5z M32.3,35.7\n\t\th5.9c1,0,1.8-0.2,2.6-0.6c0.8-0.4,1.4-0.9,1.9-1.6c0.5-0.7,0.7-1.5,0.7-2.4c0-1.2-0.4-2.2-1.2-3c-0.8-0.8-2.1-1.2-3.8-1.2h-6V35.7z\n\t\t M32.3,47.7h6.4c2.1,0,3.6-0.4,4.5-1.2c0.9-0.8,1.3-1.8,1.3-3c0-0.9-0.2-1.7-0.7-2.5c-0.5-0.8-1.1-1.4-2-1.8\n\t\tc-0.8-0.5-1.8-0.7-3-0.7h-6.5C32.3,38.5,32.3,47.7,32.3,47.7z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M67.3,30.7c-0.2-1.3-0.8-2.3-1.9-3c-1.1-0.7-2.5-1.1-4.1-1.1c-1.2,0-2.2,0.2-3.1,0.6c-0.9,0.4-1.6,0.9-2,1.6\n\t\tc-0.5,0.7-0.7,1.4-0.7,2.3c0,0.7,0.2,1.3,0.5,1.8c0.3,0.5,0.8,0.9,1.3,1.3c0.5,0.3,1.1,0.6,1.7,0.8c0.6,0.2,1.1,0.4,1.6,0.5\n\t\tl2.7,0.7c0.7,0.2,1.5,0.4,2.3,0.7c0.8,0.3,1.7,0.8,2.4,1.3c0.8,0.5,1.4,1.2,1.9,2.1c0.5,0.9,0.8,1.9,0.8,3.1c0,1.4-0.4,2.7-1.1,3.9\n\t\tc-0.7,1.2-1.8,2.1-3.3,2.8c-1.4,0.7-3.2,1-5.2,1c-1.9,0-3.5-0.3-4.9-0.9c-1.4-0.6-2.5-1.5-3.3-2.6c-0.8-1.1-1.2-2.4-1.3-3.8H55\n\t\tc0.1,1,0.4,1.8,1,2.5c0.6,0.7,1.3,1.1,2.2,1.4c0.9,0.3,1.9,0.5,2.9,0.5c1.2,0,2.3-0.2,3.3-0.6c1-0.4,1.7-1,2.3-1.7\n\t\tc0.6-0.7,0.9-1.6,0.9-2.5c0-0.9-0.2-1.6-0.7-2.1c-0.5-0.6-1.1-1-1.9-1.3s-1.7-0.6-2.6-0.9L59.1,38c-2.1-0.6-3.7-1.4-4.9-2.5\n\t\tc-1.2-1.1-1.8-2.5-1.8-4.3c0-1.5,0.4-2.8,1.2-3.9c0.8-1.1,1.9-2,3.3-2.6c1.4-0.6,2.9-0.9,4.6-0.9c1.7,0,3.2,0.3,4.5,0.9\n\t\tc1.3,0.6,2.4,1.4,3.2,2.5c0.8,1.1,1.2,2.2,1.2,3.6L67.3,30.7L67.3,30.7z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M76,50.5V24.1h16v2.8H79.2v8.9h11.9v2.8H79.2v9h13v2.8H76z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M97.8,50.5V24.1h8.9c2.1,0,3.8,0.4,5.1,1.1c1.3,0.7,2.3,1.7,2.9,2.9c0.6,1.2,1,2.6,1,4.2s-0.3,2.9-1,4.1\n\t\tc-0.6,1.2-1.6,2.2-2.9,2.8c-1.3,0.7-3,1-5.1,1h-7.2v-2.9h7.1c1.4,0,2.6-0.2,3.4-0.6c0.9-0.4,1.5-1,1.9-1.8c0.4-0.8,0.6-1.7,0.6-2.7\n\t\tc0-1.1-0.2-2-0.6-2.8c-0.4-0.8-1-1.4-1.9-1.8c-0.9-0.4-2-0.7-3.4-0.7H101v23.6L97.8,50.5L97.8,50.5z M110.2,38.6l6.5,11.9H113\n\t\tl-6.4-11.9H110.2z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M121.5,24.1l7.9,22.3h0.3l7.9-22.3h3.4l-9.7,26.5h-3.3l-9.7-26.5H121.5z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "M145,50.5V24.1h16v2.8h-12.8v8.9h11.9v2.8h-11.9v9h13v2.8H145z", - }), - t.createElement("rect", { - x: "22.2", - y: "0.2", - className: "minioSection", - width: "3.8", - height: "11.2", - }), - t.createElement("path", { - className: "minioSection", - d: "M17.6,0.4L9.8,5.1c-0.1,0.1-0.2,0.1-0.4,0L1.6,0.4C1.5,0.3,1.3,0.2,1.1,0.2h0C0.5,0.2,0,0.7,0,1.3v10.2h3.8\n\t\tV6.6c0-0.3,0.3-0.5,0.6-0.3L8.8,9c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.1,0.6,0,0.6,0.3v4.9h3.8V1.3c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC17.9,0.2,17.7,0.3,17.6,0.4L17.6,0.4z", - }), - t.createElement("path", { - className: "minioSection", - d: "M45.2,0.2h-3.9v5.2c0,0.3-0.3,0.5-0.6,0.3L30.6,0.4c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.2\n\t\th3.9V6.4c0-0.3,0.3-0.5,0.6-0.3l10.1,5.4c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.2,0.2L45.2,0.2L45.2,0.2z", - }), - t.createElement("path", { - className: "minioSection", - d: "M48.3,11.5V0.2h1.8v11.2L48.3,11.5L48.3,11.5z", - }), - t.createElement("path", { - className: "minioSection", - d: "M60.3,11.7c-4.7,0-8.1-2.3-8.1-5.9c0-3.6,3.4-5.9,8.1-5.9c4.7,0,8.1,2.3,8.1,5.9S65.2,11.7,60.3,11.7z\n\t\t M60.3,1.5c-3.5,0-6.2,1.5-6.2,4.4c0,2.8,2.7,4.4,6.2,4.4c3.5,0,6.3-1.5,6.3-4.4C66.6,3,63.9,1.5,60.3,1.5L60.3,1.5z", - }), - ), - ), - hr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 154.498 50.008", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(27.666 -11)" }, - t.createElement( - "g", - { transform: "translate(-29 11)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement("path", { - d: "M11.992-20.677A10.225,10.225,0,0,0,1.334-10.15,10.225,10.225,0,0,0,11.992.377,10.237,10.237,0,0,0,22.664-10.15,10.237,10.237,0,0,0,11.992-20.677Zm0,3.886A6.268,6.268,0,0,1,18.43-10.15a6.268,6.268,0,0,1-6.438,6.641A6.276,6.276,0,0,1,5.554-10.15,6.276,6.276,0,0,1,11.992-16.791ZM33.887-7.424c4.814,0,7.4-2.523,7.4-6.424,0-3.929-2.581-6.453-7.424-6.453h-8.28V0h4.046V-7.424Zm-.1-9.15c2.2,0,3.35.914,3.35,2.726s-1.146,2.726-3.35,2.726H29.624v-5.452ZM59.174-3.712H48.053V-8.381h10.5v-3.712h-10.5v-4.5H59.059V-20.3H44.007V0H59.174ZM62.6-20.3V0h4.045V-8.077h1.189L73.747,0h4.9L72.4-8.135c3.9-.377,6.221-2.654,6.221-5.989,0-3.886-2.6-6.177-7.438-6.177Zm8.512,3.726c2.146,0,3.35.769,3.35,2.451,0,1.711-1.146,2.523-3.35,2.523H66.642v-4.974ZM92.278-20.3h-4.93L79.445,0h4.22l1.769-4.727H94.09L95.86,0h4.321Zm-2.508,4L92.7-8.454H86.826Zm25.288-4H98.426v3.785h6.293V0h4.045V-16.516h6.293Zm11.136-.377A10.225,10.225,0,0,0,115.536-10.15,10.225,10.225,0,0,0,126.194.377,10.237,10.237,0,0,0,136.866-10.15,10.237,10.237,0,0,0,126.194-20.677Zm0,3.886a6.268,6.268,0,0,1,6.438,6.641,6.268,6.268,0,0,1-6.438,6.641,6.276,6.276,0,0,1-6.438-6.641A6.276,6.276,0,0,1,126.194-16.791ZM139.78-20.3V0h4.046V-8.077h1.189L150.931,0h4.9l-6.25-8.135c3.9-.377,6.221-2.654,6.221-5.989,0-3.886-2.6-6.177-7.439-6.177Zm8.512,3.726c2.146,0,3.35.769,3.35,2.451,0,1.711-1.146,2.523-3.35,2.523h-4.466v-4.974Z", - transform: "translate(0 37.951)", - className: "minioApplicationName", - }), - t.createElement( - "g", - { transform: "translate(2.356 0)" }, - t.createElement( - "g", - { transform: "translate(0 0.151)" }, - t.createElement("rect", { - width: "2.928", - height: "8.645", - transform: "translate(16.956)", - className: "minioSection", - }), - t.createElement("path", { - d: "M239.81,365.349l-5.942,3.629a.265.265,0,0,1-.276,0l-5.942-3.629a.816.816,0,0,0-.425-.119h-.007a.815.815,0,0,0-.815.815v7.82h2.926v-3.722a.293.293,0,0,1,.446-.25l3.33,2.037a1.042,1.042,0,0,0,1.072.011l3.515-2.062a.293.293,0,0,1,.44.253v3.733h2.925v-7.82a.814.814,0,0,0-.814-.815h-.007A.816.816,0,0,0,239.81,365.349Z", - transform: "translate(-226.403 -365.23)", - className: "minioSection", - }), - t.createElement("path", { - d: "M259.662,365.23h-2.969v3.935a.293.293,0,0,1-.431.258l-7.694-4.1a.818.818,0,0,0-.383-.1h-.005a.815.815,0,0,0-.815.815v7.821h2.945v-3.931a.293.293,0,0,1,.43-.258l7.725,4.1a.814.814,0,0,0,.382.1h0a.815.815,0,0,0,.815-.815Z", - transform: "translate(-225.18 -365.23)", - className: "minioSection", - }), - ), - t.createElement("path", { - d: "M261.159,373.875V365.23h1.347v8.646Z", - transform: "translate(-224.375 -365.079)", - className: "minioSection", - }), - t.createElement("path", { - d: "M270.264,374.038c-3.624,0-6.195-1.719-6.195-4.475s2.587-4.476,6.195-4.476,6.21,1.719,6.21,4.476S273.934,374.038,270.264,374.038Zm0-7.8c-2.695,0-4.77,1.177-4.77,3.33s2.075,3.329,4.77,3.329,4.786-1.162,4.786-3.329S272.958,366.233,270.264,366.233Z", - transform: "translate(-224.205 -365.087)", - className: "minioSection", - }), - ), - ), - ), - ), - ), - gr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 189.7 49.96", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement( - "g", - null, - t.createElement("rect", { - x: "21.86", - y: ".19", - width: "3.76", - height: "11.1", - className: "minioSection", - }), - t.createElement("path", { - d: "m17.3.35l-7.63,4.66c-.11.07-.25.07-.35,0L1.69.35c-.16-.1-.35-.15-.55-.15h0C.55.19.08.66.08,1.24v10.04h3.76v-4.78c0-.21.17-.38.38-.38.07,0,.14.02.2.06l4.28,2.62c.42.26.95.26,1.38.01l4.51-2.65c.18-.1.41-.04.51.14.03.06.05.12.05.19v4.79h3.76V1.24c0-.58-.47-1.05-1.04-1.05h0c-.19,0-.38.05-.55.15Z", - className: "minioSection", - }), - t.createElement("path", { - d: "m44.37.19h-3.81v5.05c0,.21-.17.38-.38.38-.06,0-.12-.02-.18-.04L30.12.32c-.15-.08-.32-.12-.49-.12h0c-.58,0-1.05.47-1.05,1.05v10.05h3.78v-5.05c0-.21.17-.38.38-.38.06,0,.12.02.18.04l9.92,5.26c.15.08.32.12.49.12h0c.58,0,1.05-.47,1.05-1.05V.19Z", - className: "minioSection", - }), - ), - t.createElement("path", { - d: "m47.32,11.3V.2h1.73v11.1h-1.73Z", - className: "minioSection", - }), - t.createElement("path", { - d: "m59.23,11.49c-4.65,0-7.95-2.21-7.95-5.75s3.32-5.75,7.95-5.75,7.98,2.21,7.98,5.75-3.26,5.75-7.98,5.75Zm0-10.02c-3.46,0-6.13,1.51-6.13,4.28s2.67,4.28,6.13,4.28,6.15-1.49,6.15-4.28c0-2.76-2.68-4.28-6.15-4.28Z", - className: "minioSection", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - d: "m0,24.14h10.73c3,0,5.29.67,6.89,2.02,1.6,1.35,2.4,3.25,2.4,5.7,0,2.09-.69,3.8-2.07,5.14s-3.28,2.12-5.71,2.35l7.81,10.17h-6.12l-7.39-10.09h-1.49v10.09H0v-25.37Zm10.64,4.66h-5.58v6.21h5.58c2.79,0,4.19-1.05,4.19-3.15s-1.4-3.06-4.19-3.06Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m43.59,44.87v4.64h-18.95v-25.37h18.81v4.64h-13.75v5.62h13.12v4.64h-13.12v5.83h13.9Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m67.24,44.78v4.73h-18.46v-25.37h5.06v20.64h13.41Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m89.65,44.87v4.64h-18.95v-25.37h18.81v4.64h-13.75v5.62h13.12v4.64h-13.12v5.83h13.9Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m108.37,24.14l9.88,25.37h-5.4l-2.21-5.91h-10.82l-2.21,5.91h-5.27l9.88-25.37h6.16Zm-3.13,5l-3.68,9.8h7.34l-3.66-9.8Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m140.8,26.4l-2.39,4.13c-2.33-1.44-4.73-2.16-7.19-2.16-1.45,0-2.62.27-3.51.81-.89.54-1.34,1.29-1.34,2.23,0,.45.12.83.36,1.16.24.33.62.6,1.14.82s1.05.4,1.6.53c.55.13,1.26.27,2.13.42l1.43.24c5.39.88,8.08,3.25,8.08,7.1,0,1.35-.28,2.57-.85,3.64-.57,1.08-1.33,1.94-2.3,2.6-.97.66-2.07,1.16-3.3,1.5-1.23.34-2.54.52-3.93.52-1.98,0-3.93-.29-5.84-.86-1.92-.57-3.53-1.39-4.85-2.46l2.63-4.08c.99.79,2.2,1.44,3.62,1.96,1.42.52,2.91.78,4.46.78,1.45,0,2.64-.27,3.58-.81.94-.54,1.4-1.29,1.4-2.25,0-.83-.42-1.46-1.27-1.88-.85-.42-2.22-.78-4.11-1.09l-1.61-.25c-5.16-.81-7.74-3.23-7.74-7.27,0-1.28.27-2.44.82-3.48.54-1.04,1.28-1.88,2.22-2.54.94-.65,2.01-1.15,3.22-1.5,1.21-.35,2.49-.53,3.86-.53,1.79,0,3.46.21,5,.64s3.11,1.11,4.69,2.06Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m164.66,44.87v4.64h-18.95v-25.37h18.81v4.64h-13.75v5.62h13.12v4.64h-13.12v5.83h13.9Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m189.4,26.4l-2.39,4.13c-2.33-1.44-4.73-2.16-7.19-2.16-1.45,0-2.62.27-3.51.81-.89.54-1.34,1.29-1.34,2.23,0,.45.12.83.36,1.16.24.33.62.6,1.14.82s1.05.4,1.6.53c.55.13,1.26.27,2.13.42l1.43.24c5.39.88,8.08,3.25,8.08,7.1,0,1.35-.28,2.57-.85,3.64-.57,1.08-1.33,1.94-2.3,2.6-.97.66-2.07,1.16-3.3,1.5-1.23.34-2.54.52-3.93.52-1.98,0-3.93-.29-5.84-.86-1.92-.57-3.53-1.39-4.85-2.46l2.63-4.08c.99.79,2.2,1.44,3.62,1.96,1.42.52,2.91.78,4.46.78,1.45,0,2.64-.27,3.58-.81.94-.54,1.4-1.29,1.4-2.25,0-.83-.42-1.46-1.27-1.88-.85-.42-2.22-.78-4.11-1.09l-1.61-.25c-5.16-.81-7.74-3.23-7.74-7.27,0-1.28.27-2.44.82-3.48.54-1.04,1.28-1.88,2.22-2.54.94-.65,2.01-1.15,3.22-1.5,1.21-.35,2.49-.53,3.86-.53,1.79,0,3.46.21,5,.64s3.11,1.11,4.69,2.06Z", - className: "minioApplicationName", - }), - ), - ), - fr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 184.538 50.008", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(27.622 -11)" }, - t.createElement( - "g", - { transform: "translate(-29 11)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement("path", { - d: "M17.995-18.488a14.283,14.283,0,0,0-7.758-2.161c-4.321,0-8.091,2.2-8.091,6.438,0,3.668,2.61,5.249,6.192,5.814l1.29.2c2.828.45,4.307.972,4.307,2.378,0,1.566-1.74,2.451-3.988,2.451A10.718,10.718,0,0,1,3.48-5.554l-2.1,3.263A14.124,14.124,0,0,0,9.933.363c4.365,0,8.309-2.132,8.309-6.612,0-3.538-2.842-5.09-6.467-5.684l-1.146-.188c-2.436-.406-4.191-.856-4.191-2.349,0-1.537,1.609-2.436,3.886-2.436a10.91,10.91,0,0,1,5.757,1.726ZM38.353-20.3h-4.06V-8.309c0,3.335-1.885,4.8-4.684,4.8s-4.684-1.465-4.684-4.8V-20.3h-4.06V-8.106c0,5.612,3.582,8.468,8.744,8.468s8.743-2.857,8.743-8.468Zm3.654,0V0h8.787c4.872,0,7.642-1.914,7.642-5.815a4.874,4.874,0,0,0-3.379-4.553A4.528,4.528,0,0,0,58-14.674c0-3.871-2.972-5.626-7.7-5.626ZM50.59-8.439c2.233,0,3.64.522,3.64,2.421,0,1.943-1.407,2.465-3.64,2.465l-4.538-.015V-8.439Zm-.406-8.294c2,0,3.6.435,3.6,2.349,0,1.972-1.566,2.393-3.582,2.393H46.052v-4.741ZM79.5-20.3h-4.06V-6.743L65.134-20.3H61.349V0h4.045l.015-13.558L75.7,0h3.8ZM98.557-3.712H87.435V-8.381h10.5v-3.712h-10.5v-4.5H98.441V-20.3H83.39V0H98.557ZM116.769-20.3H100.137v3.785h6.293V0h4.045V-16.516h6.293Z", - transform: "translate(0 38.028)", - className: "minioApplicationName", - }), - t.createElement( - "g", - { transform: "translate(2.376 0)" }, - t.createElement( - "g", - { transform: "translate(0 0.153)" }, - t.createElement("rect", { - width: "2.953", - height: "8.72", - transform: "translate(17.103)", - className: "minioSection", - }), - t.createElement("path", { - d: "M239.926,365.35l-5.993,3.661a.267.267,0,0,1-.279,0l-5.993-3.661a.823.823,0,0,0-.429-.12h-.007a.822.822,0,0,0-.822.822v7.888h2.952v-3.754a.3.3,0,0,1,.449-.252l3.358,2.055a1.051,1.051,0,0,0,1.081.011l3.545-2.08a.3.3,0,0,1,.444.255v3.765h2.951v-7.888a.821.821,0,0,0-.821-.822h-.007A.823.823,0,0,0,239.926,365.35Z", - transform: "translate(-226.403 -365.23)", - className: "minioSection", - }), - t.createElement("path", { - d: "M259.769,365.23h-2.994V369.2a.3.3,0,0,1-.434.26l-7.761-4.133a.825.825,0,0,0-.386-.1h-.005a.822.822,0,0,0-.822.822v7.889h2.971v-3.965a.3.3,0,0,1,.433-.26l7.792,4.132a.822.822,0,0,0,.385.1h0a.822.822,0,0,0,.822-.822Z", - transform: "translate(-224.988 -365.23)", - className: "minioSection", - }), - ), - t.createElement("path", { - d: "M261.159,373.95v-8.72h1.359v8.72Z", - transform: "translate(-224.056 -365.077)", - className: "minioSection", - }), - t.createElement("path", { - d: "M270.317,374.115c-3.655,0-6.248-1.734-6.248-4.513s2.609-4.515,6.248-4.515,6.264,1.734,6.264,4.515S274.019,374.115,270.317,374.115Zm0-7.872c-2.718,0-4.811,1.187-4.811,3.358s2.093,3.358,4.811,3.358,4.827-1.172,4.827-3.358S273.035,366.243,270.317,366.243Z", - transform: "translate(-223.86 -365.087)", - className: "minioSection", - }), - ), - ), - ), - ), - ), - vr = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 665.85156 145.5", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement("rect", { - className: "minioSection", - x: "67.37841", - y: ".72967", - width: "11.2565", - height: "32.97504", - }), - t.createElement("path", { - className: "minioSection", - d: "m53.83768,1.04115l-22.84946,13.95519c-.32497.19877-.73368.19877-1.05894,0L7.07897,1.04115c-.49161-.30001-1.05636-.45948-1.63315-.45948h-.02811c-1.73067,0-3.13293,1.40226-3.13293,3.13293v29.99011s11.24934,0,11.24934,0v-14.23111c0-.87853.96228-1.41832,1.71202-.95998l12.80533,7.83389c1.26229.7724,2.84639.78674,4.12331.03872l13.51263-7.92568c.74975-.43998,1.69453.10067,1.69453.97031v14.27385s11.24934,0,11.24934,0V3.7146c0-1.73067-1.40226-3.13293-3.13293-3.13293h-.02811c-.57536,0-1.14097.15861-1.63258.45948Z", - }), - t.createElement("path", { - className: "minioSection", - d: "m134.87128.72164h-11.41598s0,15.13144,0,15.13144c0,.8487-.90435,1.39193-1.65409.99297L92.2161,1.08934c-.45289-.2415-.95912-.3677-1.47224-.3677h-.02008c-1.73067,0-3.13293,1.40226-3.13293,3.13293v29.85014s11.32505,0,11.32505,0v-14.88936c0-.84812.90262-1.39107,1.65265-.99354l29.70271,15.75412c.45202.23978.95568.36541,1.46822.36541h0c1.73067,0,3.13293-1.40226,3.13293-3.13293V.72164s-.00114,0-.00114,0Z", - }), - t.createElement("path", { - className: "minioSection", - d: "m144.00791,33.69667V.72164h5.23446v32.97504h-5.23446Z", - }), - t.createElement("path", { - className: "minioSection", - d: "m179.38707,34.41831c-13.93426,0-23.8189-6.61032-23.8189-17.20887C155.56787,6.66969,165.51219,0,179.38707,0c13.8746,0,23.87856,6.60946,23.87856,17.20887,0,10.59941-9.76591,17.20944-23.87856,17.20944Zm0-30.01248c-10.36107,0-18.34066,4.52572-18.34066,12.80304,0,8.33698,7.97959,12.80218,18.34066,12.80218,10.36107,0,18.40032-4.46606,18.40032-12.80218,0-8.27732-8.03927-12.80304-18.40032-12.80304Z", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - className: "minioApplicationName", - d: "m54.1377,87.12884c-5.87305-3.63086-13.02734-6.35352-21.1958-6.35352-8.38232,0-14.30859,3.30957-14.30859,8.96875,0,5.5,6.45996,7.15527,15.42969,8.64941l4.21777.69434c13.34766,2.18945,23.81201,7.90137,23.81201,20.92871,0,16.49805-14.52197,24.34668-30.59277,24.34668-11.31836,0-23.4917-3.31055-31.5-9.77051l7.74121-12.0127c5.39258,4.32422,14.20215,8.06152,23.8125,8.06152,8.27539,0,14.68213-3.25684,14.68213-9.02246,0-5.17969-5.4458-7.10156-15.85693-8.75684l-4.75146-.74707c-13.1875-2.08203-22.79785-7.90137-22.79785-21.40918,0-15.59082,13.88135-23.70605,29.79199-23.70605,10.46436,0,19.16699,2.34961,28.56396,7.95508l-7.04785,12.17383Z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "m138.80615,113.18255c0,20.66211-13.1875,31.18066-32.19482,31.18066s-32.19434-10.51855-32.19434-31.18066v-44.90137h14.94922v44.1543c0,12.28027,6.94092,17.67188,17.24512,17.67188s17.24512-5.3916,17.24512-17.67188v-44.1543h14.94971v44.90137Z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "m185.45703,68.28118c17.40527,0,28.35059,6.46094,28.35059,20.71582,0,7.52832-4.5918,13.56152-10.83838,15.85742,6.83398,2.29492,12.43994,8.70215,12.43994,16.76465,0,14.36133-10.19775,21.40918-28.13672,21.40918h-32.35449v-74.74707h30.53906Zm-15.64307,13.13477v17.45801h15.26953c7.42139,0,13.1875-1.54785,13.1875-8.80859,0-7.04785-5.87305-8.64941-13.24072-8.64941h-15.21631Zm0,30.53906v17.93945l16.71094.05273c8.22217,0,13.40088-1.92188,13.40088-9.07617,0-6.99414-5.17871-8.91602-13.40088-8.91602h-16.71094Z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "m295.64355,143.02825h-13.98828l-37.90723-49.91992-.05322,49.91992h-14.896v-74.74707h13.93457l37.96094,49.9209v-49.9209h14.94922v74.74707Z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "m368.45557,143.02825h-55.84619v-74.74707h55.41895v13.66797h-40.52295v16.55176h38.6543v13.66797h-38.6543v17.19141h40.9502v13.66797Z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "m438.17188,82.21673h-23.17139v60.81152h-14.896v-60.81152h-23.17139v-13.93555h61.23877v13.93555Z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "m523.16113,105.65521c0,22.42383-16.44434,38.22754-38.28076,38.22754s-38.28125-15.80371-38.28125-38.22754,16.44434-38.22754,38.28125-38.22754,38.28076,15.80371,38.28076,38.22754Zm-69.78125,0c0,19.06055,13.7749,31.92676,31.50049,31.92676,17.67236,0,31.44678-12.86621,31.44678-31.92676s-13.77441-31.92773-31.44678-31.92773c-17.72559,0-31.50049,12.86719-31.50049,31.92773Z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "m547.49512,112.59564v30.43262h-6.51367v-74.74707h27.76318c16.49756,0,26.42822,8.16895,26.42822,22.15723s-9.93066,22.15723-26.42822,22.15723h-21.24951Zm0-38.17383v31.98047h21.08936c12.49316,0,19.80762-5.39258,19.80762-15.96387s-7.31445-16.0166-19.80762-16.0166h-21.08936Z", - }), - t.createElement("path", { - className: "minioApplicationName", - d: "m660.67285,80.98821c-5.81934-4.11035-13.56104-7.31445-23.38525-7.31445-12.0127,0-20.82227,5.55273-20.82227,14.89648,0,7.4209,5.49951,11.95898,18.25977,13.40039l8.16895.9082c13.29395,1.49512,22.95752,6.72656,22.95752,19.16699,0,14.52246-13.24072,21.7832-29.36475,21.7832-11.21191,0-22.31689-4.11133-28.9375-9.34375l3.57715-5.17871c5.23242,4.16504,14.94922,8.3291,25.30713,8.3291,12.65332,0,22.6377-4.96484,22.6377-15.05566,0-8.11523-6.51367-12.06641-18.95361-13.45508l-8.48926-.96094c-13.66797-1.54785-21.94336-7.6875-21.94336-19.16699,0-13.77441,12.27979-21.5166,27.65625-21.5166,11.58545,0,20.23486,3.63086,26.69531,8.22266l-3.36377,5.28516Z", - }), - ), - ), - Er = ({ inverse: e, onClick: n }) => - t.createElement( - zn, - { viewBox: "0 0 189.7 49.96", inverse: e, onClick: n }, - t.createElement( - "g", - null, - t.createElement( - "g", - null, - t.createElement("rect", { - x: "21.92", - y: ".09", - width: "3.8", - height: "11.1", - className: "minioSection", - }), - t.createElement("path", { - d: "m17.33.29l-7.6,4.6c-.1.1-.2.1-.4,0L1.73.29c-.2-.1-.4-.2-.5-.2h0C.62.09.12.59.12,1.09v10h3.8v-4.7c0-.2.2-.4.4-.4q.1,0,.2.1l4.3,2.6c.4.3,1,.3,1.4,0l4.4-2.6c.2-.1.4,0,.5.1,0,.1.1.1.1.2v4.8h3.8V1.09c0-.6-.5-1-1-1h0c-.3,0-.5.1-.7.2Z", - className: "minioSection", - }), - t.createElement("path", { - d: "m44.42.09h-3.8v5.1c0,.2-.2.4-.4.4h-.2L30.12.19c-.1-.1-.3-.1-.5-.1h0c-.6,0-1,.5-1,1v10h3.8v-5c0-.2.2-.4.4-.4h.2l9.9,5.3c.2.1.3.1.5.1h0c.6,0,1-.5,1-1V.09Z", - className: "minioSection", - }), - ), - t.createElement("path", { - d: "m47.33,11.2V.1h1.8v11.1h-1.8Z", - className: "minioSection", - }), - t.createElement("path", { - d: "m59.33,11.4c-4.7,0-8-2.2-8-5.7s3.3-5.7,8-5.7,8,2.2,8,5.7-3.3,5.7-8,5.7Zm0-10c-3.5,0-6.2,1.5-6.2,4.2s2.7,4.3,6.1,4.3,6.1-1.5,6.1-4.3c.1-2.7-2.6-4.2-6-4.2Z", - className: "minioSection", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - d: "m21.7,23.5l-8.2,21.8h-5.3L0,23.5h4.6l6.3,17.4,6.3-17.4h4.5Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m48.6,23.5v21.8h-4.3v-16.5l-5.4,14.4h-4.6l-5.4-14.2v16.3h-4.3v-21.8h6.4l5.7,14.7,5.7-14.7s6.2,0,6.2,0Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m51.9,23.5h8.4c2.4,0,4.4.5,5.8,1.4s2.1,2.4,2.1,4.4c0,1.2-.3,2.2-.9,3-.6.8-1.4,1.4-2.4,1.8,1.1.4,2.1,1,2.7,1.9s1,2,1,3.3c0,2.1-.7,3.6-2.1,4.6s-3.3,1.5-5.9,1.5h-8.9v-21.9h.2Zm8.4,2.4h-5.8v7.2h5.9c.8,0,1.5-.1,2.1-.2s1.2-.3,1.7-.6.9-.6,1.2-1.1c.3-.5.4-1.1.4-1.8s-.1-1.3-.4-1.8-.7-.9-1.2-1.1-1.1-.4-1.7-.6c-.7,0-1.4,0-2.2,0Zm.4,9.5h-6.2v7.5h6.2c.9,0,1.6-.1,2.2-.2.6-.1,1.2-.3,1.7-.6s.9-.7,1.1-1.2.4-1.1.4-1.8c0-1.4-.5-2.3-1.4-2.9s-2.3-.8-4-.8Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m73.8,23.5h8.6c2.5,0,4.3.5,5.6,1.6,1.3,1.1,2,2.6,2,4.6s-.7,3.4-2,4.5c-1.4,1.1-3.2,1.7-5.5,1.7h-.4l7.8,9.5h-3.1l-7.7-9.6h-2.8v9.5h-2.5v-21.8Zm8.5,2.4h-6v7.7h6c1.7,0,2.9-.3,3.8-1s1.3-1.6,1.3-2.9-.4-2.2-1.3-2.8-2.1-1-3.8-1Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m104.9,23.2c2.1,0,4.1.5,5.8,1.4,1.7,1,3.1,2.3,4,4,1,1.7,1.5,3.6,1.5,5.8s-.5,4.1-1.5,5.8-2.3,3-4,4-3.6,1.4-5.8,1.4c-1.6,0-3.1-.3-4.5-.8-1.4-.6-2.6-1.3-3.6-2.3s-1.8-2.2-2.3-3.6c-.6-1.4-.9-2.9-.9-4.5s.3-3.1.9-4.5,1.4-2.6,2.3-3.6c1-1,2.2-1.8,3.6-2.3s2.9-.8,4.5-.8Zm0,2.4c-1.2,0-2.4.2-3.4.6-1.1.4-2,1-2.7,1.8-.8.8-1.4,1.7-1.8,2.8-.4,1.1-.7,2.3-.7,3.6s.2,2.5.7,3.6c.4,1.1,1,2,1.8,2.8s1.7,1.4,2.7,1.8c1.1.4,2.2.6,3.4.6,1.6,0,3.1-.4,4.4-1.1,1.3-.7,2.3-1.8,3.1-3.1s1.1-2.9,1.1-4.6-.4-3.2-1.1-4.6-1.8-2.4-3.1-3.1c-1.3-.7-2.8-1.1-4.4-1.1Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m135.9,45.3l-9.6-9.8h-2.6v9.8h-2.5v-21.8h2.5v9.7h2.6l9.1-9.7h3.2l-10.3,10.7,10.9,11.1h-3.3Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m158.2,43v2.4h-15.4v-21.9h15.2v2.4h-12.7v7.3h12.3v2.3h-12.3v7.5h12.9Z", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "m163.8,23.5h8.6c2.5,0,4.3.5,5.6,1.6s2,2.6,2,4.6-.7,3.4-2,4.5c-1.4,1.1-3.2,1.7-5.5,1.7h-.4l7.8,9.5h-3.1l-7.7-9.5h-2.8v9.5h-2.5v-21.9Zm8.6,2.4h-6v7.7h6c1.7,0,2.9-.3,3.8-1s1.3-1.6,1.3-2.9-.4-2.2-1.3-2.8-2.2-1-3.8-1Z", - className: "minioApplicationName", - }), - ), - ), - wr = ({ - applicationName: e, - subVariant: n = "simple", - inverse: r, - onClick: o, - }) => { - switch (e) { - case "console": - switch (n) { - case "standard": - return t.createElement(Jn, { inverse: !!r, onClick: o }); - case "enterprise": - return t.createElement(Xn, { inverse: !!r, onClick: o }); - case "AGPL": - return t.createElement(Kn, { inverse: !!r, onClick: o }); - default: - return t.createElement(Qn, { inverse: !!r, onClick: o }); - } - case "directpv": - return t.createElement(tr, { inverse: !!r, onClick: o }); - case "subnet": - return t.createElement(fr, { inverse: !!r, onClick: o }); - case "kes": - return t.createElement(lr, { inverse: !!r, onClick: o }); - case "operator": - return t.createElement(hr, { inverse: !!r, onClick: o }); - case "subnetops": - return t.createElement(vr, { inverse: !!r, onClick: o }); - case "cloud": - return t.createElement(Yn, { inverse: !!r, onClick: o }); - case "releases": - return t.createElement(gr, { inverse: !!r, onClick: o }); - case "vmbroker": - return t.createElement(Er, { inverse: !!r, onClick: o }); - case "eureka": - return "new" === n - ? t.createElement(or, { inverse: !!r, onClick: o }) - : t.createElement(rr, { inverse: !!r, onClick: o }); - case "kms": - return t.createElement(ir, { inverse: !!r, onClick: o }); - case "loadbalancer": - return t.createElement(Cr, { inverse: !!r, onClick: o }); - case "index": - return t.createElement(ar, { inverse: !!r, onClick: o }); - case "cache": - return t.createElement(qn, { inverse: !!r, onClick: o }); - case "monitor": - return t.createElement(mr, { inverse: !!r, onClick: o }); - case "observe": - return t.createElement(pr, { inverse: !!r, onClick: o }); - case "missioncontrol": - return t.createElement(ur, { inverse: !!r, onClick: o }); - case "globalconsole": - return t.createElement(er, { inverse: !!r, onClick: o }); - case "enterprise": - return t.createElement(nr, { inverse: !!r, onClick: o }); - case "aistor": - switch (n) { - case "simple": - return t.createElement($n, { inverse: !!r, onClick: o }); - case "horizontal": - return t.createElement(Wn, { inverse: !!r, onClick: o }); - default: - return t.createElement(jn, { inverse: !!r, onClick: o }); - } - case "minio": - switch (n) { - case "enterprise": - return t.createElement(sr, { inverse: !!r, onClick: o }); - case "enterpriseos": - return t.createElement(cr, { inverse: !!r, onClick: o }); - case "enterpriseosvertical": - return t.createElement(dr, { inverse: !!r, onClick: o }); - default: - return t.createElement(Un, { onClick: o }); - } - } - }; -var Lr, br, Mr, Hr, yr, xr, Rr, Tr, Nr, Sr; -function Vr() { - if (xr) return yr; - xr = 1; - var e = (function () { - if (Hr) return Mr; - Hr = 1; - var e = /\s/; - return ( - (Mr = function (t) { - for (var n = t.length; n-- && e.test(t.charAt(n)); ); - return n; - }), - Mr - ); - })(), - t = /^\s+/; - return (yr = function (n) { - return n ? n.slice(0, e(n) + 1).replace(t, "") : n; - }); -} -var _r = (function () { - if (Sr) return Nr; - Sr = 1; - var e = Ut(), - t = (function () { - if (br) return Lr; - br = 1; - var e = Bt(); - return (Lr = function () { - return e.Date.now(); - }); - })(), - n = (function () { - if (Tr) return Rr; - Tr = 1; - var e = Vr(), - t = Ut(), - n = Ft(), - r = /^[-+]0x[0-9a-f]+$/i, - o = /^0b[01]+$/i, - a = /^0o[0-7]+$/i, - l = parseInt; - return (Rr = function (i) { - if ("number" == typeof i) return i; - if (n(i)) return NaN; - if (t(i)) { - var C = "function" == typeof i.valueOf ? i.valueOf() : i; - i = t(C) ? C + "" : C; - } - if ("string" != typeof i) return 0 === i ? i : +i; - i = e(i); - var s = o.test(i); - return s || a.test(i) - ? l(i.slice(2), s ? 2 : 8) - : r.test(i) - ? NaN - : +i; - }); - })(), - r = Math.max, - o = Math.min; - return ( - (Nr = function (a, l, i) { - var C, - s, - c, - d, - u, - m, - p = 0, - h = !1, - g = !1, - f = !0; - if ("function" != typeof a) throw new TypeError("Expected a function"); - function v(e) { - var t = C, - n = s; - return (C = s = void 0), (p = e), (d = a.apply(n, t)); - } - function E(e) { - var t = e - m; - return void 0 === m || t >= l || t < 0 || (g && e - p >= c); - } - function w() { - var e = t(); - if (E(e)) return L(e); - u = setTimeout( - w, - (function (e) { - var t = l - (e - m); - return g ? o(t, c - (e - p)) : t; - })(e), - ); - } - function L(e) { - return (u = void 0), f && C ? v(e) : ((C = s = void 0), d); - } - function b() { - var e = t(), - n = E(e); - if (((C = arguments), (s = this), (m = e), n)) { - if (void 0 === u) - return (function (e) { - return (p = e), (u = setTimeout(w, l)), h ? v(e) : d; - })(m); - if (g) return clearTimeout(u), (u = setTimeout(w, l)), v(m); - } - return void 0 === u && (u = setTimeout(w, l)), d; - } - return ( - (l = n(l) || 0), - e(i) && - ((h = !!i.leading), - (c = (g = "maxWait" in i) ? r(n(i.maxWait) || 0, l) : c), - (f = "trailing" in i ? !!i.trailing : f)), - (b.cancel = function () { - void 0 !== u && clearTimeout(u), (p = 0), (C = m = s = u = void 0); - }), - (b.flush = function () { - return void 0 === u ? d : L(t()); - }), - b - ); + ], + }), + mn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.22888 2.56222C1.61021 2.1809 2.12739 1.96667 2.66667 1.96667H8C8.53927 1.96667 9.05646 2.1809 9.43778 2.56222C9.81911 2.94355 10.0333 3.46073 10.0333 4.00001V4.63334H10.9213C11.1751 4.63348 11.4241 4.70425 11.6399 4.83773C11.8556 4.97115 12.0299 5.16196 12.1433 5.3888C12.1433 5.38869 12.1434 5.3889 12.1433 5.3888L13.1635 7.42775L14.4319 7.85054C14.7039 7.94115 14.9405 8.11501 15.1083 8.34752C15.2761 8.58004 15.3664 8.85942 15.3667 9.14614L15.3667 11.3333C15.3667 11.6958 15.2227 12.0434 14.9664 12.2997C14.7101 12.556 14.3625 12.7 14 12.7H13.243C12.9577 13.4781 12.2103 14.0333 11.3333 14.0333C10.4563 14.0333 9.70901 13.4781 9.4237 12.7H6.5763C6.29099 13.4781 5.54367 14.0333 4.66667 14.0333C3.78967 14.0333 3.04235 13.4781 2.75703 12.7H2C1.63754 12.7 1.28992 12.556 1.03362 12.2997C0.77732 12.0434 0.633333 11.6958 0.633333 11.3333V4.00001C0.633333 3.46073 0.847559 2.94355 1.22888 2.56222ZM2.75704 11.3C3.04235 10.5219 3.78967 9.96667 4.66667 9.96667C5.54367 9.96667 6.29099 10.5219 6.5763 11.3H8.63333V4.00001C8.63333 3.83204 8.56661 3.67095 8.44783 3.55217C8.32906 3.4334 8.16797 3.36667 8 3.36667H2.66667C2.4987 3.36667 2.3376 3.4334 2.21883 3.55217C2.10006 3.67095 2.03333 3.83204 2.03333 4.00001V11.3H2.75704ZM10.0333 6.03334V10.4365C10.3858 10.1431 10.8389 9.96667 11.3333 9.96667C12.2103 9.96667 12.9577 10.5219 13.243 11.3H13.9667V9.17121L12.7073 8.75142C12.537 8.69455 12.3792 8.60456 12.2437 8.48684C12.1083 8.36922 11.9973 8.2261 11.9172 8.06563M10.0333 6.03334H10.9004H10.0333ZM5.33333 4.63334C5.71993 4.63334 6.03333 4.94674 6.03333 5.33334V5.96667H6.66667C7.05327 5.96667 7.36667 6.28008 7.36667 6.66667C7.36667 7.05327 7.05327 7.36667 6.66667 7.36667H6.03333V8.00001C6.03333 8.38661 5.71993 8.70001 5.33333 8.70001C4.94673 8.70001 4.63333 8.38661 4.63333 8.00001V7.36667H4C3.6134 7.36667 3.3 7.05327 3.3 6.66667C3.3 6.28008 3.6134 5.96667 4 5.96667H4.63333V5.33334C4.63333 4.94674 4.94673 4.63334 5.33333 4.63334ZM4.66667 11.3667C4.31689 11.3667 4.03333 11.6502 4.03333 12C4.03333 12.3498 4.31689 12.6333 4.66667 12.6333C5.01645 12.6333 5.3 12.3498 5.3 12C5.3 11.6502 5.01645 11.3667 4.66667 11.3667ZM11.3333 11.3667C10.9836 11.3667 10.7 11.6502 10.7 12C10.7 12.3498 10.9836 12.6333 11.3333 12.6333C11.6831 12.6333 11.9667 12.3498 11.9667 12C11.9667 11.6502 11.6831 11.3667 11.3333 11.3667Z", + fill: "currentColor", }), - Nr - ); - })(), - Ar = Zt(_r); -const kr = m.div(() => ({ - position: "fixed", - top: 0, - left: 0, - width: "100vw", - height: "100vh", - backgroundColor: "transparent", - zIndex: 5e3, - overscrollBehavior: "contain", - })), - Zr = ({ children: e, ...n }) => t.createElement(kr, { ...n }, e), - Ir = m.div(({ theme: e, sx: t, useAnchorWidth: n, forSelectInput: r }) => ({ - position: "absolute", - display: "grid", - gridTemplateColumns: "100%", - backgroundColor: rn(e, "dropdownSelector.backgroundColor", ln.white), - padding: 8, - minWidth: n ? 160 : 0, - overflowX: "hidden", - overflowY: "auto", - borderRadius: x.borderRadiusSM, - border: r - ? 0 - : `1px solid ${rn(e, "dropdownSelector.border", ln.disabledGrey)}`, - boxShadow: M["boxShadow-03"], - "& ul": { - padding: 0, - margin: 0, - display: "flex", - flexDirection: "column", - width: "100%", - }, - ...V(t, e), - })), - Br = m.div(({ theme: e, icon: t, indicator: n }) => { - let r = ""; - return ( - t && (r += "16px "), - (r += "1fr "), - n && (r += "16px"), - { - cursor: "pointer", - listStyle: "none", - width: "100%", - color: rn(e, "dropdownSelector.optionTextColor", "#000"), - padding: "6px 10px", - fontSize: 14, - fontWeight: 400, - lineHeight: "18px", - letterSpacing: "0.16px", - userSelect: "none", - alignItems: "center", - justifyContent: "flex-start", - gap: 10, - whiteSpace: "nowrap", - borderRadius: x.borderRadiusSM, - display: "grid", - gridTemplateColumns: r, - "& svg": { width: 16, height: 16, minWidth: 16, minHeight: 16 }, - "& .truncate": { - whiteSpace: "nowrap", - overflow: "hidden", - textOverflow: "ellipsis", - }, - "&.selected": { - backgroundColor: rn(e, "dropdownSelector.selectedBGColor", "#D5D7D8"), - color: rn(e, "dropdownSelector.optionTextColor", "#000"), - }, - "&.disabled": { - cursor: "not-allowed", - color: rn(e, "dropdownSelector.disabledText", "#E6EBEB"), - "&:hover": { - backgroundColor: rn(e, "dropdownSelector.backgroundColor", "#fff"), - color: rn(e, "dropdownSelector.disabledText", "#E6EBEB"), - }, - }, - "&.danger:not(.disabled)": { - color: rn( - e, - "dropdownSelector.dangerText", - b["Color/Brand/Error/colorPrimaryText"].lightMode, - ), - "&:hover": { - backgroundColor: rn( - e, - "dropdownSelector.dangerHoverBG", - b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, - ), - color: rn( - e, - "dropdownSelector.dangerHoverText", - b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, - ), - }, - }, - "&.hovered:not(.disabled)": { - backgroundColor: rn(e, "dropdownSelector.hoverBG", "#E6EAEB"), - color: rn(e, "dropdownSelector.hoverText", "#000"), - }, - } - ); - }), - Or = (e, t, n) => { - if (!e) return { top: 0, left: 0, width: 0 }; - const r = e.getBoundingClientRect(), - o = { top: r.top + r.height }; - "start" === t - ? ((o.left = r.left), (o.transform = "translateX(0%)")) - : "end" === t && - ((o.left = r.left + r.width), (o.transform = "translateX(-100%)")), - n && (o.width = r.width); - o.maxHeight = 450; - return ( - window.innerHeight - r.top - r.height - 450 < 0 && - (o.maxHeight = window.innerHeight - r.top - r.height - 40), - o - ); - }, - Dr = ({ - id: e, - options: n, - selectedOption: a = "", - onSelect: l, - hideTriggerAction: i, - open: C, - anchorEl: s = null, - useAnchorWidth: c = !1, - forSelectInput: d = !1, - anchorOrigin: u = "start", - }) => { - const [m, p] = o(null), - [h, g] = o(0), - f = () => { - const e = n[h]; - e.disabled || l(e.value, e.extraValue || null, e.label, h), i(); - }; - return ( - A(f), - _(i), - k((e) => { - if (C) - if ("ArrowUp" === e) { - const e = h - 1; - g(e >= 0 ? e : 0); - } else if ("ArrowDown" === e) { - const e = h + 1, - t = e <= n.length - 1 ? e : n.length - 1; - g(t); - } + }), + hn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.75748 2.75749C5.26382 2.25114 5.95058 1.96667 6.66666 1.96667C7.38275 1.96667 8.0695 2.25114 8.57585 2.75749C9.0822 3.26383 9.36666 3.95059 9.36666 4.66667C9.36666 5.68223 8.88955 6.35811 8.24188 6.82363C7.73752 7.18613 7.09344 7.44248 6.53208 7.66591C6.5127 7.67362 6.49342 7.6813 6.47424 7.68894C7.16853 8.71126 8.25174 9.84031 9.89067 10.9591C10.4194 10.3252 10.7831 9.5495 10.9134 8.70001H10.6667C10.2801 8.70001 9.96666 8.38661 9.96666 8.00001C9.96666 7.61341 10.2801 7.30001 10.6667 7.30001H12.6667C13.0533 7.30001 13.3667 7.61341 13.3667 8.00001C13.3667 8.38661 13.0533 8.70001 12.6667 8.70001H12.3261C12.1946 9.82605 11.7503 10.8597 11.0829 11.7111C11.6552 12.0454 12.2815 12.3763 12.9663 12.7007C13.3157 12.8662 13.4648 13.2836 13.2993 13.633C13.1338 13.9824 12.7164 14.1315 12.367 13.966C11.5246 13.5669 10.7592 13.1544 10.065 12.7334C9.03656 13.5467 7.73934 14.0333 6.33333 14.0333C5.35203 14.0333 4.41092 13.6435 3.71704 12.9496C3.02315 12.2558 2.63333 11.3146 2.63333 10.3333C2.63333 9.1521 3.03767 8.3014 3.67961 7.67953C3.93537 7.43176 4.22234 7.22733 4.51856 7.05349C4.12936 6.16966 3.96666 5.35541 3.96666 4.66667C3.96666 3.95059 4.25113 3.26383 4.75748 2.75749ZM5.78833 6.45548C5.8743 6.42069 5.95792 6.38716 6.0392 6.35457C6.6136 6.12424 7.07181 5.9405 7.42479 5.68681C7.77711 5.43357 7.96666 5.15112 7.96666 4.66667C7.96666 4.32189 7.8297 3.99123 7.5859 3.74744C7.34211 3.50364 7.01145 3.36667 6.66666 3.36667C6.32188 3.36667 5.99122 3.50364 5.74743 3.74744C5.50363 3.99123 5.36666 4.32189 5.36666 4.66667C5.36666 5.13118 5.48093 5.74589 5.78833 6.45548ZM5.18755 8.2841C4.98684 8.40451 4.80811 8.5355 4.65372 8.68507C4.29566 9.03194 4.03333 9.51458 4.03333 10.3333C4.03333 10.9433 4.27565 11.5284 4.70699 11.9597C5.13832 12.391 5.72333 12.6333 6.33333 12.6333C7.24208 12.6333 8.09224 12.3677 8.80991 11.9102C7.1146 10.7054 5.9494 9.45969 5.18755 8.2841Z", + fill: "currentColor", }), - r(() => { - g(0); - }, [n]), - r(() => { - p(C ? Or(s, u, c) : null); - }, [s, u, C, c]), - r(() => { - const e = Ar((e) => { - e && e.getBoundingClientRect() && p(Or(e, u, c)); - }, 300); - window.addEventListener("resize", () => { - i(); - }), - window.addEventListener("scroll", () => { - e(s); - }); + }), + fn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.33333 4.69999C3.16536 4.69999 3.00427 4.76671 2.8855 4.88549C2.76672 5.00426 2.7 5.16535 2.7 5.33332C2.7 5.5719 2.76484 5.90962 2.91973 6.31652C3.2389 6.12711 3.48933 5.97598 3.68738 5.80434C3.91272 5.60904 3.96666 5.47323 3.96666 5.33332C3.96666 5.16535 3.89994 5.00426 3.78117 4.88549C3.66239 4.76671 3.5013 4.69999 3.33333 4.69999ZM3.57255 7.55763C3.91008 7.35841 4.29865 7.12718 4.60428 6.8623C5.00394 6.51593 5.36666 6.02675 5.36666 5.33332C5.36666 4.79405 5.15244 4.27686 4.77111 3.89554C4.38979 3.51421 3.8726 3.29999 3.33333 3.29999C2.79406 3.29999 2.27687 3.51421 1.89555 3.89554C1.51422 4.27686 1.3 4.79405 1.3 5.33332C1.3 5.84505 1.4457 6.45494 1.731 7.10684C1.14653 7.59616 0.633331 8.28584 0.633331 9.33332C0.633331 10.8533 1.8134 12.0333 3.33333 12.0333C4.13618 12.0333 4.87895 11.8073 5.50254 11.4145C5.75763 11.5916 6.02552 11.765 6.30652 11.9336C6.63802 12.1325 7.06801 12.025 7.26691 11.6935C7.46581 11.362 7.35832 10.932 7.02681 10.7331C6.86652 10.6369 6.71127 10.5392 6.56096 10.4403C7.06819 9.766 7.36666 8.92267 7.36666 7.99999C7.36666 7.61339 7.05326 7.29999 6.66666 7.29999C6.28006 7.29999 5.96666 7.61339 5.96666 7.99999C5.96666 8.60996 5.77079 9.16442 5.43689 9.60553C4.67434 8.96638 4.08901 8.3062 3.65887 7.68487C3.62931 7.64218 3.60054 7.59976 3.57255 7.55763ZM2.42935 8.36664C2.17109 8.63727 2.03333 8.9366 2.03333 9.33332C2.03333 10.0801 2.5866 10.6333 3.33333 10.6333C3.67147 10.6333 3.99254 10.5731 4.28671 10.4626C3.54927 9.81096 2.9607 9.13597 2.5078 8.48177C2.48122 8.44338 2.45507 8.405 2.42935 8.36664ZM11.3333 4.69999C11.1654 4.69999 11.0043 4.76671 10.8855 4.88549C10.7667 5.00426 10.7 5.16535 10.7 5.33332C10.7 5.5719 10.7648 5.90962 10.9197 6.31652C11.2389 6.12711 11.4893 5.97598 11.6874 5.80434C11.9127 5.60904 11.9667 5.47323 11.9667 5.33332C11.9667 5.16535 11.8999 5.00426 11.7812 4.88549C11.6624 4.76671 11.5013 4.69999 11.3333 4.69999ZM11.5726 7.55763C11.9101 7.35841 12.2986 7.12718 12.6043 6.8623C13.0039 6.51593 13.3667 6.02675 13.3667 5.33332C13.3667 4.79405 13.1524 4.27686 12.7711 3.89554C12.3898 3.51421 11.8726 3.29999 11.3333 3.29999C10.7941 3.29999 10.2769 3.51421 9.89555 3.89554C9.51422 4.27686 9.3 4.79405 9.3 5.33332C9.3 5.84505 9.4457 6.45494 9.731 7.10684C9.14653 7.59616 8.63333 8.28584 8.63333 9.33332C8.63333 10.8533 9.8134 12.0333 11.3333 12.0333C12.1362 12.0333 12.8789 11.8073 13.5025 11.4145C13.7576 11.5916 14.0255 11.765 14.3065 11.9336C14.638 12.1325 15.068 12.025 15.2669 11.6935C15.4658 11.362 15.3583 10.932 15.0268 10.7331C14.8665 10.6369 14.7113 10.5392 14.561 10.4403C15.0682 9.766 15.3667 8.92267 15.3667 7.99999C15.3667 7.61339 15.0533 7.29999 14.6667 7.29999C14.2801 7.29999 13.9667 7.61339 13.9667 7.99999C13.9667 8.60996 13.7708 9.16442 13.4369 9.60553C12.6743 8.96638 12.089 8.3062 11.6589 7.68487C11.6293 7.64218 11.6005 7.59976 11.5726 7.55763ZM10.4293 8.36664C10.1711 8.63727 10.0333 8.9366 10.0333 9.33332C10.0333 10.0801 10.5866 10.6333 11.3333 10.6333C11.6715 10.6333 11.9925 10.5731 12.2867 10.4626C11.5493 9.81096 10.9607 9.13597 10.5078 8.48177C10.4812 8.44338 10.4551 8.405 10.4293 8.36664Z", + fill: "currentColor", }), - C && m - ? (s || - console.warn( - "AnchorEl not set. Element will be rendered on the top of the page", - ), - w( - t.createElement( - Zr, - { onClick: i }, - t.createElement( - Ir, - { id: e, sx: m, useAnchorWidth: c, forSelectInput: d }, - n.map((e, n) => - t.createElement( - Br, - { - className: `${a === e.value ? "selected" : ""} ${e.disabled ? "disabled" : ""} ${n === h ? "hovered" : ""} ${e.danger ? "danger" : ""}`, - onClick: f, - onMouseOver: () => { - g(n); - }, - key: `option-${n}`, - label: e.label, - icon: e.icon, - indicator: e.indicator, - }, - e.icon, - t.createElement(yn, { className: "truncate" }, e.label), - e.indicator, - ), - ), - ), - ), - document.body, - )) - : null - ); - }, - Pr = f`0% { - transform: translate(139.785027px, 140.086989px) rotate(45.236493deg); - animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); - } - 10% { - transform: translate(139.785027px, 140.086989px) rotate(-197.740907deg); - animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); - } - 20% { - transform: translate(139.785027px, 140.086989px) rotate(-108.6deg); - animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); - } - 30% { - transform: translate(139.785027px, 140.086989px) rotate(-17.484014deg); - animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); - } - 33.333333% { - transform: translate(139.785027px, 140.086989px) rotate(-17.48deg); - animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); - } - 43.333333% { - transform: translate(139.785027px, 140.086989px) rotate(160.887995deg); - } - 100% { - transform: translate(139.785027px, 140.086989px) rotate(160.887995deg); - }`, - Fr = f` - 0% { - transform: scale(1, 0.995019); - } - 33.333333% { - transform: scale(1, 0.995019); - animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); - } - 43.333333% { - transform: scale(0.101121, 0.102033); - animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); - } - 50% { - transform: scale(0.1, 0.1); - animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); - } - 60% { - transform: scale(1, 1); - } - 100% { - transform: scale(1, 1); - } -`, - Ur = f` - 0% { - opacity: 1; - } - 6.666667% { - opacity: 1; - } - 10% { - opacity: 0; - } - 13.333333% { - opacity: 0; - } - 20% { - opacity: 1; - } - 30% { - opacity: 1; - } - 36.666667% { - opacity: 1; - } - 40% { - opacity: 0; - } - 100% { - opacity: 0; - } -`, - Gr = f` - 0% { - d: path("M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z"); - } - 10% { - d: path("M85.4,249.8C85.4,249.8,85.399999,249.800001,85.399999,249.800001C85.399999,249.800001,85.4,249.800002,85.4,249.800002C85.4,249.800002,90.484102,251.966034,95.043213,248.269966C100.484052,243.859082,98.694728,236.722769,97.073675,234.469349C95.517658,232.306335,94.559418,231.751273,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z"); - } - 20% { - d: path("M85.4,249.8C85.4,249.8,85.399999,249.800001,85.399999,249.800001C85.399999,249.800001,85.4,249.800002,85.4,249.800002C85.4,249.800002,90.484102,251.966034,95.043213,248.269966C100.484052,243.859082,98.694728,236.722769,97.073675,234.469349C95.517658,232.306335,94.559418,231.751273,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z"); - } - 30% { - d: path("M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z"); - } - 33.333333% { - d: path("M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z"); - } - 43.333333% { - d: path("M84.281285,246.076032C107.50521,254.051555,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,86.465691,239.82846,53.85604,207.193233C41.31604,204.283233,32.439249,213.928672,40.474905,219.54755C40.474905,219.54755,61.310295,238.187372,84.281285,246.076032Z"); - } - 100% { - d: path("M84.281285,246.076032C107.50521,254.051555,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,86.465691,239.82846,53.85604,207.193233C41.31604,204.283233,32.439249,213.928672,40.474905,219.54755C40.474905,219.54755,61.310295,238.187372,84.281285,246.076032Z"); - } -`, - zr = f` - 0% { - d: path("M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z"); - } - 10% { - d: path("M250.887564,168.08137C250.887564,168.081368,250.887563,168.081375,250.887563,168.081375C250.887563,168.081375,253.7831,157.676613,244.778825,154.781475C235.762034,151.882313,232.694053,158.881918,231.752888,162.486547C231.017121,165.304508,231.564293,168.517464,232.231509,169.666243C233.407087,171.690293,235.517449,173.828597,238.467701,174.606956C241.339242,175.364549,245.542656,175.427978,248.770823,172.704057C248.770823,172.704057,250.400569,171.202441,250.887564,168.08137Z"); - } - 20% { - d: path("M250.887564,168.08137C250.887564,168.081368,250.887563,168.081375,250.887563,168.081375C250.887563,168.081375,253.7831,157.676613,244.778825,154.781475C235.762034,151.882313,232.694053,158.881918,231.752888,162.486547C231.017121,165.304508,231.564293,168.517464,232.231509,169.666243C233.407087,171.690293,235.517449,173.828597,238.467701,174.606956C241.339242,175.364549,245.542656,175.427978,248.770823,172.704057C248.770823,172.704057,250.400569,171.202441,250.887564,168.08137Z"); - } - 30% { - d: path("M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z"); - } - 33.333333% { - d: path("M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z"); - } - 43.333333% { - d: path("M241.985702,180.287452C255.201364,145.393106,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,189.760952,38.146938,199.370952,46.756938C229.706596,66.855753,234.126292,101.544407,234.194759,127.574104C235.798839,155.047874,216.192342,185.901625,205.13,201.21C199.980012,208.336696,214.039151,220.128533,219.270001,215.35C219.270001,215.35,237.299554,192.660656,241.985702,180.287452Z"); - } - 100% { - d: path("M241.985702,180.287452C255.201364,145.393106,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,189.760952,38.146938,199.370952,46.756938C229.706596,66.855753,234.126292,101.544407,234.194759,127.574104C235.798839,155.047874,216.192342,185.901625,205.13,201.21C199.980012,208.336696,214.039151,220.128533,219.270001,215.35C219.270001,215.35,237.299554,192.660656,241.985702,180.287452Z"); - } -`, - $r = f` - 0% { - d: path("M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z"); - } - 10% { - d: path("M171.58686,7.8192C164.834536,7.661923,162.882928,13.414575,162.613915,14.669774C162.613914,14.669774,161.858025,17.37084,162.366976,18.743708C162.782522,19.864622,163.527502,21.022768,164.723558,21.957074C165.842173,22.830886,168.859974,24.254302,168.859974,24.254302C168.859974,24.254302,168.859968,24.254306,168.859967,24.254304C181.289967,27.534304,184.046866,11.109212,171.586866,7.819212C171.586866,7.819212,171.58686,7.8192,171.58686,7.8192Z"); - } - 20% { - d: path("M171.58686,7.8192C164.834536,7.661923,162.882928,13.414575,162.613915,14.669774C162.613914,14.669774,161.858025,17.37084,162.366976,18.743708C162.782522,19.864622,163.527502,21.022768,164.723558,21.957074C165.842173,22.830886,168.859974,24.254302,168.859974,24.254302C168.859974,24.254302,168.859968,24.254306,168.859967,24.254304C181.289967,27.534304,184.046866,11.109212,171.586866,7.819212C171.586866,7.819212,171.58686,7.8192,171.58686,7.8192Z"); - } - 30% { - d: path("M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z"); - } - 33.333333% { - d: path("M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z"); - } - 43.333333% { - d: path("M154.601291,1.547478C127.732134,-3.659063,101.676041,0.16217,89.834975,4.047622C73.018778,9.565582,43.015709,29.967817,36.85,38.21C28.01,47.52,41.568561,62.002759,50.57,52.76C67.005248,35.884138,77.788003,22.937369,100.935291,18.024709C148.028227,8.029949,175.904245,24.591662,199.370952,46.756938C210.775532,51.88401,219.463487,39.878796,215.289997,35.759998C189.664787,10.470596,154.601291,1.547478,154.601291,1.547478Z"); - } - 100% { - d: path("M154.601291,1.547478C127.732134,-3.659063,101.676041,0.16217,89.834975,4.047622C73.018778,9.565582,43.015709,29.967817,36.85,38.21C28.01,47.52,41.568561,62.002759,50.57,52.76C67.005248,35.884138,77.788003,22.937369,100.935291,18.024709C148.028227,8.029949,175.904245,24.591662,199.370952,46.756938C210.775532,51.88401,219.463487,39.878796,215.289997,35.759998C189.664787,10.470596,154.601291,1.547478,154.601291,1.547478Z"); - } -`, - Wr = f` - 0% { - d: path("M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z"); - } - 3.333333% { - d: path("M4.90273,88.748028C1.236063,104.534694,0.694614,122.375568,4.181281,138.328902C7.119767,155.82704,18.329955,178.442148,31.722495,188.944182C39.448991,194.869945,48.960631,181.919808,35.808325,167.974185C27.053341,155.46954,26.778713,144.786038,23.180834,130.168643C19.139468,114.899686,18.114526,100.786543,20.952073,87.411869C21.572437,79.045425,6.897064,77.595457,4.916661,86.915441L4.90273,88.748028Z"); - } - 10% { - d: path("M3.04819,95.324083C3.04819,95.324083,5.563842,99.566705,5.563842,99.566705C5.563842,99.566705,11.253926,104.287825,15.031546,103.153927C19.091035,103.791214,24.274539,98.764542,25.851733,95.404259C27.275674,92.370488,25.596139,87.698114,24.002501,85.705929C20.798403,80.519057,13.463578,80.659628,12.636219,80.655608C8.65731,80.636275,3.191193,86.96637,3.089982,89.826322L3.04819,95.324083Z"); - } - 20% { - d: path("M3.04819,95.324083C3.04819,95.324083,5.563842,99.566705,5.563842,99.566705C5.563842,99.566705,11.253926,104.287825,15.031546,103.153927C19.091035,103.791214,24.274539,98.764542,25.851733,95.404259C27.275674,92.370488,25.596139,87.698114,24.002501,85.705929C20.798403,80.519057,13.463578,80.659628,12.636219,80.655608C8.65731,80.636275,3.191193,86.96637,3.089982,89.826322L3.04819,95.324083Z"); - } - 30% { - d: path("M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z"); - } - 33.333333% { - d: path("M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z"); - } - 43.333333% { - d: path("M36.436007,38.11681C-7.498754,85.801617,-0.826469,134.911183,5.658972,158.164678C15.873566,192.855226,35.43893,215.965329,40.28,219.33C49.84,227.9,63.271136,215.585685,53.661136,206.975685C38.384036,191.128398,25.999041,166.121323,22.77,152.4C12.429986,121.009925,27.020185,73.061168,50.245766,52.61587C65.058304,39.576508,51.054205,23.186387,36.436019,38.116819L36.436007,38.11681Z"); - } - 100% { - d: path("M36.436007,38.11681C-7.498754,85.801617,-0.826469,134.911183,5.658972,158.164678C15.873566,192.855226,35.43893,215.965329,40.28,219.33C49.84,227.9,63.271136,215.585685,53.661136,206.975685C38.384036,191.128398,25.999041,166.121323,22.77,152.4C12.429986,121.009925,27.020185,73.061168,50.245766,52.61587C65.058304,39.576508,51.054205,23.186387,36.436019,38.116819L36.436007,38.11681Z"); - } -`, - jr = f` - 0% { - transform: translate(139.784999px, 140.086986px) scale(1, 1); - } - 30% { - transform: translate(139.784999px, 140.086986px) scale(1, 1); - } - 43.333333% { - transform: translate(139.784999px, 140.086986px) scale(0.102813, 0.102813); - } - 50% { - transform: translate(139.784999px, 140.086986px) scale(0.102813, 0.102813); - } - 60% { - transform: translate(139.784999px, 140.086986px) scale(1.001075, 1.001075); - } - 100% { - transform: translate(139.784999px, 140.086986px) scale(1.001075, 1.001075); - } -`, - qr = f` - 0% { - opacity: 0; - } - 30% { - opacity: 0; - } - 36.666667% { - opacity: 0; - } - 40% { - opacity: 1; - } - 100% { - opacity: 1; - } -`, - Yr = f`0% { - transform: translate(139.785004px, 140.086979px) rotate(0deg); - } - 10% { - transform: translate(139.785004px, 140.086979px) rotate(0deg); - } - 20% { - transform: translate(139.785004px, 140.086979px) rotate(90.041277deg); - } - 100% { - transform: translate(139.785004px, 140.086979px) rotate(90.041277deg); - }`, - Kr = f` - 0% { - opacity: 0; - } - 6.666667% { - opacity: 0; - } - 10% { - opacity: 1; - } - 13.333333% { - opacity: 1; - } - 20% { - opacity: 0; - } - 100% { - opacity: 0; - } -`, - Xr = m.svg( - { width: 40, height: 40 }, - v` - path { - fill: ${(e) => rn(e, "theme.loaderColor", "#113053")}; - } - #section1 { - animation: ${Pr} 3000ms linear infinite normal forwards; - } - #section2 { - animation: ${Fr} 3000ms linear infinite normal forwards; - } - #section3 { - animation: ${Ur} 3000ms linear infinite normal forwards; - } - #section4 { - animation: ${Gr} 3000ms linear infinite normal forwards; - } - #section5 { - animation: ${zr} 3000ms linear infinite normal forwards; - } - #section6 { - animation: ${$r} 3000ms linear infinite normal forwards; - } - #section7 { - animation: ${Wr} 3000ms linear infinite normal forwards; - } - #section8 { - animation: ${jr} 3000ms linear infinite normal forwards; - } - #section9 { - animation: ${qr} 3000ms linear infinite normal forwards; - } - #section10 { - animation: ${Yr} 3000ms linear infinite normal forwards; - } - #section11 { - animation: ${Kr} 3000ms linear infinite normal forwards; - } - `, - ), - Qr = (e) => - t.createElement( - Xr, - { - viewBox: "0 0 280 280", - shapeRendering: "geometricPrecision", - textRendering: "geometricPrecision", - className: "min-loader", - ...e, - }, - t.createElement( - "g", - { - id: "section1", - transform: "translate(139.785027,140.086989) rotate(45.236493)", - }, - t.createElement( - "g", - { id: "section2", transform: "scale(1,0.995019)" }, - t.createElement( - "g", - { id: "section3", transform: "translate(-127.784998,-128.086989)" }, - t.createElement( - "g", - null, - t.createElement("path", { - id: "section4", - d: "M85.4,249.8c23.68,5.5,48.32,7.57,72.25,2.34c24-5.25,45.3-18.59,61.62-36.79c8.57-9.56-5.53-23.75-14.14-14.14-14.23,15.89-31.86,27.05-52.79,31.65-20.31,4.46-41.55,2.33-61.61-2.34-12.54-2.91-17.88,16.36-5.33,19.28c0,0,0,0,0,0Z", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - id: "section5", - d: "M249.74,169.63c5.5-23.68,7.57-48.32,2.34-72.25-5.25-24-18.59-45.3-36.79-61.62-9.56-8.57-23.75,5.53-14.14,14.14c15.89,14.23,27.05,31.86,31.65,52.79c4.46,20.31,2.33,41.55-2.34,61.61-2.92,12.54,16.36,17.88,19.28,5.33c0,0,0,0,0,0Z", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - id: "section6", - d: "M171.68,7.71c-23.51-6.2-48.07-8.99-72.15-4.46C75.39,7.79,53.7,20.49,36.85,38.21c-8.84,9.31,4.83,23.9,13.72,14.55c14.7-15.46,32.65-26.1,53.7-30.08c20.43-3.86,41.6-1.1,61.52,4.15c12.43,3.28,18.35-15.83,5.89-19.12c0,0,0,0,0,0Z", - }), - ), - t.createElement( - "g", - null, - t.createElement("path", { - id: "section7", - d: "M5.83,85.46c-5.5,23.68-7.57,48.32-2.34,72.25c5.25,24,18.59,45.3,36.79,61.62c9.56,8.57,23.75-5.53,14.14-14.14-15.89-14.23-27.05-31.86-31.65-52.79-4.46-20.31-2.33-41.55,2.34-61.61C28.03,78.25,8.75,72.91,5.83,85.46v0Z", - transform: "translate(.194904 0.217549)", - }), - ), - ), - ), - ), - t.createElement( - "g", - { - id: "section8", - transform: "translate(139.784999,140.086986) scale(1,1)", - }, - t.createElement( - "g", - { - id: "section9", - transform: "translate(-127.999996,-128.000003)", - opacity: "0", - }, - t.createElement("path", { - d: "M234.23,128c0-58.67-47.56-106.23-106.23-106.23s-106.23,47.56-106.23,106.23s47.56,106.23,106.23,106.23c58.64-.06,106.17-47.59,106.23-106.23m21.25,0c0,70.4-57.07,127.48-127.48,127.48s-127.48-57.08-127.48-127.48s57.08-127.48,127.48-127.48s127.48,57.08,127.48,127.48Z", - }), - ), - ), - t.createElement( - "g", - { - id: "section10", - transform: "translate(139.785004,140.086979) rotate(0)", - }, - t.createElement( - "g", - { - id: "section11", - transform: "translate(-127.999968,-127.995139)", - opacity: "0", - }, - t.createElement("path", { - d: "M128,0.47h.33c.36,0,.73,0,1.09.01h.17c5.45.09,9.79,4.57,9.73,10.02-.07,5.51-4.57,9.93-10.07,9.91h-1.24c-5.51-.04-9.96-4.51-9.96-10.02-.01-5.45,4.39-9.88,9.84-9.91h.11ZM245.62,118.39h.03c5.45.01,9.86,4.42,9.88,9.87c0,.04,0,.08,0,.12v0c0,.12,0,.24,0,.36v0c0,.01,0,.03,0,.04v.09c0,.37,0,.73-.01,1.09-.11,5.45-4.6,9.78-10.05,9.7-5.51-.08-9.92-4.6-9.88-10.1l.01-1.24c.06-5.49,4.52-9.92,10.02-9.93ZM126.01,235.58h.12l1.24.01c5.51.07,9.93,4.57,9.9,10.08-.04,5.48-4.51,9.89-9.99,9.85-.01,0-.02,0-.03,0h-.46-.19l-.82-.01h-.12c-5.45-.12-9.77-4.63-9.67-10.07.09-5.47,4.55-9.85,10.02-9.86ZM10.4,115.63h.2c5.51.12,9.89,4.65,9.82,10.16l-.02,1.24c-.09,5.5-4.59,9.91-10.1,9.88-5.45-.04-9.85-4.47-9.83-9.93c0-.04,0-.08,0-.12v0c0-.36,0-.73.01-1.09v-.09v0c0-.13,0-.27.01-.41.14-5.37,4.54-9.64,9.91-9.64Z", - }), - ), - ), - ), - Jr = m.button( - ({ - theme: e, - fullWidth: t, - variant: n = "secondary", - iconLocation: r, - icon: o, - label: a, - collapseOnSmall: l, - parentChildren: i, - compact: C, - inButtonGroup: s, - sx: c, - }) => { - const d = - ((a && "" !== a) || i) && o - ? { - marginRight: "" !== a && "end" === r ? "4px" : "0", - marginLeft: "" !== a && "start" === r ? "4px" : "0", - } - : { marginRight: 0, marginLeft: 0 }; - let u = {}; - l && - o && - ((a && "" !== a.trim()) || i) && - (u = { - [`@media (max-width: ${rn(H, "md", 0)}px)`]: { - padding: "0 14px", - "& .button-label": { display: "none" }, - }, - }); - let m = - (a && "" !== a) || null !== i - ? C - ? "4px 12px" - : "8px 16px" - : C - ? "6px" - : "10px 8px"; - return ( - n.endsWith("-ghost") && !o && (m = C ? "4px 0" : "8px 0"), - s && (m = (a && "" !== a) || i ? "4px 12px" : "6px"), - { - borderRadius: 4, - cursor: "pointer", - height: C ? 28 : 36, - fontFamily: "'Geist', sans-serif", - fontWeight: "normal", - fontSize: 14, - lineHeight: "20px", - display: "flex", - flexDirection: "row", - alignItems: "center", - justifyContent: "center", - margin: 0, - padding: m, - transition: "all 0.2s linear", - background: rn(e, `buttons.${n}.enabled.background`, "#fff"), - borderColor: rn(e, `buttons.${n}.enabled.border`, "#000"), - borderWidth: 1, - borderStyle: "solid", - color: rn(e, `buttons.${n}.enabled.text`, "#000"), - boxShadow: rn(e, `buttons.${n}.enabled.shadow`, "none"), - "& .button-label": { whiteSpace: t ? "normal" : "nowrap", ...d }, - "& .buttonIcon": { - display: "flex", - height: 16, - width: 16, - minWidth: 16, - minHeight: 16, - justifyContent: "center", - alignItems: "center", - "& > svg": { - fill: rn(e, `buttons.${n}.enabled.text`, "#000"), - color: rn(e, `buttons.${n}.enabled.text`, "#000"), - width: 16, - height: 16, - }, - }, - "&:disabled": { - cursor: "not-allowed", - background: rn(e, `buttons.${n}.disabled.background`, "#fff"), - borderColor: rn(e, `buttons.${n}.disabled.border`, "#000"), - borderWeight: 1, - borderStyle: "solid", - color: rn(e, `buttons.${n}.disabled.text`, "#000"), - boxShadow: rn(e, `buttons.${n}.disabled.shadow`, "none"), - "& .buttonIcon > svg": { - fill: rn(e, `buttons.${n}.disabled.text`, "#000"), - color: rn(e, `buttons.${n}.disabled.text`, "#000"), - }, - }, - "&:hover:not(:disabled),&.hover:not(:disabled)": { - background: rn(e, `buttons.${n}.hover.background`, "#fff"), - borderColor: rn(e, `buttons.${n}.hover.border`, "#000"), - color: rn(e, `buttons.${n}.hover.text`, "#000"), - boxShadow: rn(e, `buttons.${n}.hover.shadow`, "none"), - "& .buttonIcon > svg": { - fill: rn(e, `buttons.${n}.hover.text`, "#000"), - color: rn(e, `buttons.${n}.hover.text`, "#000"), - }, - }, - "&:active:not(:disabled),&.active:not(:disabled)": { - background: rn(e, `buttons.${n}.pressed.background`, "#fff"), - borderColor: rn(e, `buttons.${n}.pressed.border`, "#000"), - color: rn(e, `buttons.${n}.pressed.text`, "#000"), - boxShadow: rn(e, `buttons.${n}.pressed.shadow`, "none"), - "& .buttonIcon > svg": { - fill: rn(e, `buttons.${n}.pressed.text`, "#000"), - color: rn(e, `buttons.${n}.pressed.text`, "#000"), - }, - }, - ...u, - ...V(c, e), - } - ); - }, - ), - eo = ({ - type: e = "button", - label: n, - variant: r = "secondary", - icon: o, - iconLocation: l = "start", - secondaryIcon: i, - onClick: C, - disabled: s, - fullWidth: c, - collapseOnSmall: d = !0, - children: u, - compact: m = !1, - className: p, - inButtonGroup: h = !1, - isLoading: g = !1, - sx: f, - ...v - }) => { - let E = null, - w = null; - return ( - o && (E = t.createElement("span", { className: "buttonIcon" }, o)), - i && (w = t.createElement("span", { className: "buttonIcon" }, i)), - g - ? t.createElement(Qr, null) - : t.createElement( - Jr, - { - type: e, - onClick: C, - disabled: s || !1, - variant: r || "secondary", - iconLocation: l || "end", - label: n, - fullWidth: c || !1, - collapseOnSmall: d, - icon: E, - parentChildren: u || null, - className: `${p || ""} button button-${r}`, - compact: m, - inButtonGroup: h, - sx: f, - ...v, - }, - t.createElement( - a, - null, - o && "start" === l && E, - (u || "" !== (null == n ? void 0 : n.trim())) && - t.createElement( - "span", - { className: "button-label" }, - u, - u && n ? " " : "", - n, - ), - o && "end" === l && E, - i && w, - ), - ) - ); - }, - to = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + gn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M7.99997 2.03334C4.70467 2.03334 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03334 7.99997 2.03334ZM0.633301 8C0.633301 3.9315 3.93147 0.633335 7.99997 0.633335C12.0685 0.633335 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.99997 4.63333C8.38657 4.63333 8.69997 4.94674 8.69997 5.33333V8C8.69997 8.3866 8.38657 8.7 7.99997 8.7C7.61337 8.7 7.29997 8.3866 7.29997 8V5.33333C7.29997 4.94674 7.61337 4.63333 7.99997 4.63333ZM7.29997 10.6667C7.29997 10.2801 7.61337 9.96667 7.99997 9.96667H8.00663C8.39323 9.96667 8.70663 10.2801 8.70663 10.6667C8.70663 11.0533 8.39323 11.3667 8.00663 11.3667H7.99997C7.61337 11.3667 7.29997 11.0533 7.29997 10.6667Z", + d: "M8 2.03333C7.28203 2.03333 6.7 2.61536 6.7 3.33333C6.7 4.0513 7.28203 4.63333 8 4.63333C8.71797 4.63333 9.3 4.0513 9.3 3.33333C9.3 2.61536 8.71797 2.03333 8 2.03333ZM5.3 3.33333C5.3 1.84216 6.50883 0.633331 8 0.633331C9.49117 0.633331 10.7 1.84216 10.7 3.33333C10.7 4.5824 9.85182 5.63337 8.7 5.94171V13.9255C10.0247 13.769 11.2664 13.1718 12.2191 12.2191C13.1718 11.2664 13.769 10.0247 13.9255 8.7H12.6667C12.2801 8.7 11.9667 8.3866 11.9667 8C11.9667 7.6134 12.2801 7.3 12.6667 7.3H14.6667C15.0533 7.3 15.3667 7.6134 15.3667 8C15.3667 9.95376 14.5905 11.8275 13.209 13.209C11.8275 14.5905 9.95376 15.3667 8 15.3667C6.04624 15.3667 4.1725 14.5905 2.79098 13.209C1.40946 11.8275 0.633331 9.95376 0.633331 8C0.633331 7.81435 0.707081 7.6363 0.838357 7.50502C0.969632 7.37375 1.14768 7.3 1.33333 7.3H3.33333C3.71993 7.3 4.03333 7.6134 4.03333 8C4.03333 8.3866 3.71993 8.7 3.33333 8.7H2.07451C2.23097 10.0247 2.82822 11.2664 3.78093 12.2191C4.73363 13.1718 5.97534 13.769 7.3 13.9255V5.94171C6.14818 5.63337 5.3 4.5824 5.3 3.33333Z", fill: "currentColor", }), - ), - no = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + vn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M7.99997 2.03334C4.70467 2.03334 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03334 7.99997 2.03334ZM0.633301 8C0.633301 3.9315 3.93147 0.633335 7.99997 0.633335C12.0685 0.633335 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM10.4949 6.17169C10.7683 6.44506 10.7683 6.88828 10.4949 7.16164L7.82828 9.82831C7.55491 10.1017 7.11169 10.1017 6.83833 9.82831L5.50499 8.49498C5.23163 8.22161 5.23163 7.77839 5.50499 7.50503C5.77836 7.23166 6.22157 7.23166 6.49494 7.50503L7.3333 8.34338L9.50499 6.17169C9.77836 5.89833 10.2216 5.89833 10.4949 6.17169Z", + d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM4.35006 5.07336C4.49364 4.71441 4.90102 4.53982 5.25997 4.6834L6.92664 5.35006C7.28559 5.49364 7.46018 5.90102 7.3166 6.25997C7.17302 6.61892 6.76564 6.79351 6.40669 6.64993L4.74002 5.98326C4.38108 5.83968 4.20648 5.43231 4.35006 5.07336ZM11.6499 5.07336C11.7935 5.43231 11.6189 5.83968 11.26 5.98326L9.5933 6.64993C9.23436 6.79351 8.82698 6.61892 8.6834 6.25997C8.53982 5.90102 8.71441 5.49364 9.07336 5.35006L10.74 4.6834C11.099 4.53982 11.5064 4.71441 11.6499 5.07336ZM5.62994 9.43388C6.16558 9.04432 6.97379 8.63333 8 8.63333C9.0262 8.63333 9.83441 9.04432 10.3701 9.43388C10.6392 9.62964 10.8473 9.82534 10.9898 9.974C11.0613 10.0486 11.1171 10.1123 11.1566 10.1594C11.1764 10.1829 11.1922 10.2024 11.2039 10.2172L11.2183 10.2357L11.2233 10.2422L11.2252 10.2447L11.226 10.2457C11.2261 10.246 11.2267 10.2467 10.6964 10.6444L11.2267 10.2467C11.4586 10.5559 11.3959 10.9947 11.0867 11.2267C10.7784 11.4579 10.3415 11.3964 10.109 11.0897C10.1082 11.0887 10.1074 11.0877 10.1067 11.0867L10.6667 10.6667C10.1067 11.0867 10.1065 11.0865 10.1067 11.0867L10.1073 11.0875L10.109 11.0897L10.1067 11.0867C10.1029 11.0819 10.0951 11.0723 10.0843 11.0594C10.0626 11.0336 10.0273 10.993 9.97898 10.9427C9.88186 10.8413 9.73577 10.7037 9.54661 10.5661C9.16558 10.289 8.64046 10.0333 8 10.0333C7.35954 10.0333 6.83441 10.289 6.45338 10.5661C6.26422 10.7037 6.11813 10.8413 6.02101 10.9427C5.97274 10.993 5.93741 11.0336 5.91574 11.0594C5.90492 11.0723 5.89758 11.0814 5.8938 11.0862L5.8914 11.0892L5.89219 11.0882M5.62994 9.43388C5.36078 9.62964 5.15269 9.82534 5.01023 9.974L5.62994 9.43388ZM5.01023 9.974C4.93871 10.0486 4.88289 10.1123 4.84337 10.1594L5.01023 9.974ZM4.84337 10.1594C4.82359 10.1829 4.80782 10.2024 4.79614 10.2172L4.84337 10.1594ZM4.79614 10.2172L4.78166 10.2357L4.79614 10.2172ZM4.78166 10.2357L4.77673 10.2422L4.78166 10.2357ZM4.77673 10.2422L4.77484 10.2447L4.77673 10.2422ZM4.77484 10.2447L4.77404 10.2457L4.77484 10.2447ZM4.77404 10.2457C4.77386 10.246 4.77333 10.2467 5.33333 10.6667L4.77404 10.2457ZM5.33333 10.6667L4.77333 10.2467C4.54137 10.5559 4.60405 10.9947 4.91333 11.2267C5.22159 11.4579 5.65884 11.3959 5.8914 11.0892", fill: "currentColor", }), - ), - ro = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + wn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM8.16647 5.3824C7.86388 5.33049 7.55269 5.38736 7.28801 5.54291C7.02333 5.69847 6.82224 5.94268 6.72036 6.23229C6.59207 6.59698 6.19243 6.78862 5.82774 6.66033C5.46305 6.53204 5.2714 6.1324 5.39969 5.76771C5.61129 5.16621 6.02893 4.659 6.57865 4.33593C7.12838 4.01285 7.7747 3.89475 8.40315 4.00255C9.03161 4.11034 9.60163 4.43708 10.0123 4.92488C10.4229 5.41269 10.6476 6.03008 10.6467 6.66771L9.94669 6.66666H10.6467C10.6467 6.66701 10.6467 6.66736 10.6467 6.66771C10.6462 7.70539 9.87708 8.3877 9.33498 8.7491C9.04254 8.94406 8.75508 9.08729 8.54349 9.18133C8.4367 9.22879 8.34674 9.26483 8.28183 9.28956C8.24932 9.30194 8.22292 9.31155 8.20366 9.3184L8.18019 9.32662L8.17266 9.32919L8.16999 9.3301L8.16893 9.33045L8.16847 9.3306C8.16826 9.33068 8.16805 9.33074 7.94669 8.66666L8.16805 9.33074C7.80129 9.453 7.40487 9.25478 7.28262 8.88802C7.1605 8.52168 7.35812 8.12574 7.72408 8.003C7.72414 8.00299 7.72419 8.00297 7.72425 8.00295L7.72465 8.00282L7.72468 8.0028L7.72474 8.00278C7.72482 8.00276 7.7249 8.00273 7.72497 8.00271C7.72516 8.00268 7.72684 8.00712 7.93429 8.62944L7.72534 8.00259C7.72521 8.00263 7.72509 8.00267 7.72497 8.00271C7.72497 8.00271 7.72497 8.00271 7.72497 8.00271L7.72474 8.00278C7.72458 8.00284 7.72441 8.00289 7.72425 8.00295L7.72413 8.00299L7.72408 8.003L7.72366 8.00315C7.72378 8.00311 7.72412 8.00299 7.72468 8.0028L7.73465 7.9993C7.74468 7.99573 7.76126 7.98972 7.78344 7.98127C7.8279 7.96433 7.89419 7.93787 7.9749 7.902C8.13831 7.82937 8.35085 7.7226 8.5584 7.58423C9.01612 7.27908 9.24669 6.96172 9.24669 6.66666L9.2467 6.66562C9.24715 6.35861 9.13894 6.06135 8.94123 5.82648C8.74352 5.59162 8.46906 5.4343 8.16647 5.3824ZM7.30003 11.3333C7.30003 10.9467 7.61343 10.6333 8.00003 10.6333H8.00669C8.39329 10.6333 8.70669 10.9467 8.70669 11.3333C8.70669 11.7199 8.39329 12.0333 8.00669 12.0333H8.00003C7.61343 12.0333 7.30003 11.7199 7.30003 11.3333Z", + d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM4.63333 6C4.63333 5.6134 4.94673 5.3 5.33333 5.3H6.66666C7.05326 5.3 7.36666 5.6134 7.36666 6C7.36666 6.3866 7.05326 6.7 6.66666 6.7H5.33333C4.94673 6.7 4.63333 6.3866 4.63333 6ZM8.63333 6C8.63333 5.6134 8.94673 5.3 9.33333 5.3H10.6667C11.0533 5.3 11.3667 5.6134 11.3667 6C11.3667 6.3866 11.0533 6.7 10.6667 6.7H9.33333C8.94673 6.7 8.63333 6.3866 8.63333 6ZM4.63333 10C4.63333 9.6134 4.94673 9.3 5.33333 9.3H10.6667C11.0533 9.3 11.3667 9.6134 11.3667 10C11.3667 10.3866 11.0533 10.7 10.6667 10.7H5.33333C4.94673 10.7 4.63333 10.3866 4.63333 10Z", fill: "currentColor", }), - ), - oo = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + Ln = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M2.11214 8C2.16553 8.10173 2.23476 8.22755 2.32022 8.37113C2.562 8.77731 2.92932 9.31827 3.42959 9.85702C4.43054 10.935 5.92434 11.9667 7.99997 11.9667C10.0756 11.9667 11.5694 10.935 12.5703 9.85702C13.0706 9.31827 13.4379 8.77731 13.6797 8.37113C13.7652 8.22755 13.8344 8.10173 13.8878 8C13.8344 7.89826 13.7652 7.77245 13.6797 7.62887C13.4379 7.22268 13.0706 6.68173 12.5703 6.14298C11.5694 5.06503 10.0756 4.03333 7.99997 4.03333C5.92434 4.03333 4.43054 5.06503 3.42959 6.14298C2.92932 6.68173 2.562 7.22268 2.32022 7.62887C2.23476 7.77245 2.16553 7.89826 2.11214 8ZM14.6666 8C15.31 7.72425 15.3099 7.72397 15.3098 7.72367L15.3087 7.72127L15.3067 7.71658L15.3004 7.70218C15.2951 7.69038 15.2878 7.67425 15.2785 7.65406C15.2599 7.61368 15.233 7.55703 15.1977 7.48643C15.1271 7.34533 15.0226 7.14786 14.8827 6.91279C14.6037 6.44398 14.1793 5.81827 13.5963 5.19035C12.4305 3.93496 10.591 2.63333 7.99997 2.63333C5.40893 2.63333 3.5694 3.93496 2.40368 5.19035C1.82061 5.81827 1.39627 6.44398 1.11721 6.91279C0.97729 7.14786 0.872805 7.34533 0.802254 7.48643C0.766952 7.55703 0.740067 7.61368 0.721418 7.65406C0.712091 7.67425 0.704817 7.69038 0.699573 7.70218L0.693225 7.71658L0.691185 7.72127L0.690448 7.72298C0.690319 7.72328 0.689899 7.72425 1.3333 8L0.689899 7.72425C0.614435 7.90034 0.614435 8.09966 0.689899 8.27574L1.3333 8C0.689899 8.27574 0.68977 8.27544 0.689899 8.27574L0.690448 8.27702L0.691185 8.27873L0.693225 8.28342L0.699573 8.29782C0.704817 8.30961 0.712091 8.32575 0.721418 8.34594C0.740067 8.38631 0.766952 8.44296 0.802254 8.51357C0.872805 8.65467 0.97729 8.85213 1.11721 9.0872C1.39627 9.55602 1.82061 10.1817 2.40368 10.8096C3.5694 12.065 5.40893 13.3667 7.99997 13.3667C10.591 13.3667 12.4305 12.065 13.5963 10.8096C14.1793 10.1817 14.6037 9.55602 14.8827 9.0872C15.0226 8.85213 15.1271 8.65467 15.1977 8.51357C15.233 8.44296 15.2599 8.38631 15.2785 8.34594C15.2878 8.32575 15.2951 8.30961 15.3004 8.29782L15.3067 8.28342L15.3087 8.27873L15.3095 8.27702C15.3096 8.27672 15.31 8.27574 14.6666 8ZM14.6666 8L15.31 8.27574C15.3855 8.09966 15.3852 7.89975 15.3098 7.72367L14.6666 8ZM7.99997 6.7C7.282 6.7 6.69997 7.28203 6.69997 8C6.69997 8.71797 7.282 9.3 7.99997 9.3C8.71794 9.3 9.29997 8.71797 9.29997 8C9.29997 7.28203 8.71794 6.7 7.99997 6.7ZM5.29997 8C5.29997 6.50883 6.5088 5.3 7.99997 5.3C9.49114 5.3 10.7 6.50883 10.7 8C10.7 9.49117 9.49114 10.7 7.99997 10.7C6.5088 10.7 5.29997 9.49117 5.29997 8Z", + d: "M4.97971 0.707233C5.3255 0.880126 5.46566 1.3006 5.29276 1.64638L4.13262 3.96667H5.90071L7.3739 1.02028C7.54679 0.674498 7.96726 0.534341 8.31305 0.707233C8.65883 0.880126 8.79899 1.3006 8.6261 1.64638L7.46596 3.96667H9.23404L10.7072 1.02028C10.8801 0.674498 11.3006 0.534341 11.6464 0.707233C11.9922 0.880126 12.1323 1.3006 11.9594 1.64638L10.7993 3.96667H12.5674L14.0406 1.02028C14.2135 0.674498 14.6339 0.534341 14.9797 0.707233C15.3255 0.880126 15.4657 1.3006 15.2928 1.64638L13.6329 4.96616C13.6287 4.97498 13.6243 4.98369 13.6198 4.9923L11.9594 8.31305C11.7865 8.65883 11.3661 8.79899 11.0203 8.6261C10.6745 8.45321 10.5343 8.03273 10.7072 7.68695L11.8674 5.36667H10.0993L8.6261 8.31305C8.45321 8.65883 8.03273 8.79899 7.68695 8.6261C7.34116 8.45321 7.20101 8.03273 7.3739 7.68695L8.53404 5.36667H6.76596L5.29276 8.31305C5.11987 8.65883 4.6994 8.79899 4.35362 8.6261C4.00783 8.45321 3.86767 8.03273 4.04057 7.68695L5.20071 5.36667H3.43262L1.95943 8.31305C1.78654 8.65883 1.36607 8.79899 1.02028 8.6261C0.674498 8.45321 0.534341 8.03273 0.707233 7.68695L2.36712 4.36718C2.3713 4.35836 2.37566 4.34963 2.3802 4.34102L4.04057 1.02028C4.21346 0.674498 4.63393 0.534341 4.97971 0.707233ZM8 9.96667C8.3866 9.96667 8.7 10.2801 8.7 10.6667V14.6667C8.7 15.0533 8.3866 15.3667 8 15.3667C7.6134 15.3667 7.3 15.0533 7.3 14.6667V10.6667C7.3 10.2801 7.6134 9.96667 8 9.96667Z", fill: "currentColor", }), - ), - ao = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + bn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M0.838326 0.838357C1.11169 0.56499 1.55491 0.56499 1.82828 0.838357L4.89164 3.90172C4.89802 3.90786 4.9043 3.91414 4.91048 3.92056L7.07886 6.08894C7.08049 6.09055 7.08211 6.09218 7.08373 6.09381L9.9062 8.91628C9.9078 8.91787 9.9094 8.91946 9.91098 8.92106L12.0779 11.088C12.0846 11.0944 12.0911 11.101 12.0976 11.1077L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L11.4855 12.4754C10.4204 13.0616 9.22111 13.3698 7.99917 13.3667C5.40856 13.3664 3.56928 12.0649 2.40368 10.8096C1.82061 10.1817 1.39627 9.55602 1.11721 9.0872C0.97729 8.85213 0.872805 8.65467 0.802254 8.51357C0.766952 8.44296 0.740067 8.38631 0.721418 8.34594C0.712091 8.32575 0.704817 8.30961 0.699573 8.29782L0.693225 8.28342L0.691185 8.27873L0.690448 8.27702C0.690319 8.27672 0.689899 8.27574 1.3333 8L0.689899 8.27574C0.610847 8.09129 0.614763 7.88177 0.700654 7.7004C1.32047 6.39157 2.22338 5.24109 3.34006 4.33004L0.838326 1.82831C0.564959 1.55494 0.564959 1.11172 0.838326 0.838357ZM4.33594 5.32592C3.4155 6.05104 2.65785 6.96317 2.11371 8.00299C2.16688 8.10419 2.23559 8.22895 2.32022 8.37113C2.562 8.77731 2.92932 9.31827 3.42959 9.85701C4.43054 10.935 5.92434 11.9667 7.99997 11.9667L8.00184 11.9667C8.84844 11.9689 9.68157 11.7857 10.444 11.434L9.36157 10.3516C9.2613 10.413 9.15689 10.4681 9.04897 10.5161C8.71777 10.6637 8.36024 10.7431 7.99771 10.7495C7.63518 10.7559 7.27507 10.6892 6.93888 10.5534C6.60268 10.4176 6.29728 10.2155 6.04089 9.95907C5.7845 9.70269 5.58238 9.39728 5.44659 9.06109C5.31079 8.72489 5.2441 8.36479 5.2505 8.00225C5.25689 7.63972 5.33625 7.2822 5.48382 6.951C5.5319 6.84307 5.58692 6.73867 5.64841 6.63839L4.33594 5.32592ZM6.70069 7.69067C6.66931 7.79983 6.65229 7.91288 6.65028 8.02695C6.6472 8.2015 6.67931 8.37489 6.74469 8.53676C6.81008 8.69863 6.90739 8.84568 7.03084 8.96912C7.15428 9.09257 7.30133 9.18989 7.4632 9.25527C7.62508 9.32065 7.79846 9.35276 7.97301 9.34968C8.08709 9.34767 8.20014 9.33066 8.30929 9.29927L6.70069 7.69067ZM7.99917 13.3667C7.99881 13.3667 7.99845 13.3667 7.99809 13.3667L7.99997 12.6668L7.99917 13.3667C7.99944 13.3667 7.99891 13.3667 7.99917 13.3667ZM7.99866 2.63333L7.99997 2.63333C10.591 2.63333 12.4305 3.93496 13.5963 5.19035C14.1793 5.81827 14.6037 6.44398 14.8827 6.91279C15.0226 7.14786 15.1271 7.34532 15.1977 7.48643C15.233 7.55703 15.2599 7.61368 15.2785 7.65406C15.2878 7.67425 15.2951 7.69038 15.3004 7.70218L15.3067 7.71658L15.3087 7.72127L15.3095 7.72298C15.3096 7.72328 15.31 7.72425 14.6666 8L15.31 7.72425C15.3886 7.90752 15.3852 8.11559 15.3009 8.29625C14.979 8.98524 14.5754 9.63298 14.0987 10.2255C13.8563 10.5267 13.4157 10.5744 13.1145 10.3321C12.8133 10.0897 12.7656 9.64907 13.0079 9.34786C13.3454 8.9284 13.6399 8.47644 13.8872 7.99883C13.8339 7.8973 13.7648 7.7719 13.6797 7.62887C13.4379 7.22268 13.0706 6.68173 12.5703 6.14298C11.5695 5.06515 10.0759 4.03355 8.00064 4.03333C7.7463 4.03383 7.49223 4.04985 7.23984 4.08129C6.85621 4.12909 6.50647 3.85684 6.45867 3.47321C6.41087 3.08957 6.68312 2.73983 7.06676 2.69203C7.37591 2.65352 7.68712 2.63391 7.99866 2.63333Z", + d: "M5.36666 3.36667V7.30001H10C11.052 7.30001 12.061 6.88209 12.8049 6.1382C13.5409 5.40216 13.9578 4.40666 13.9665 3.36667H5.36666ZM5.3 8.6996C4.94961 8.69106 4.61538 8.54815 4.36695 8.29972C4.11848 8.05125 3.97557 7.71696 3.96707 7.36651C3.08607 7.35791 2.24301 7.00421 1.61941 6.3806C0.988033 5.74923 0.633331 4.8929 0.633331 4.00001C0.633331 3.63755 0.777319 3.28993 1.03362 3.03363C1.28992 2.77733 1.63753 2.63334 2 2.63334H4.15954C4.21692 2.53711 4.28639 2.44752 4.36695 2.36696C4.62325 2.11066 4.97087 1.96667 5.33333 1.96667H14C14.3625 1.96667 14.7101 2.11066 14.9664 2.36696C15.2227 2.62326 15.3667 2.97088 15.3667 3.33334C15.3667 4.75667 14.8012 6.1217 13.7948 7.12815C12.9548 7.96815 11.865 8.50094 10.7 8.65418V10.6335C11.404 10.6422 12.0774 10.9257 12.5759 11.4242C13.0822 11.9305 13.3667 12.6173 13.3667 13.3333C13.3667 13.6958 13.2227 14.0434 12.9664 14.2997C12.7101 14.556 12.3625 14.7 12 14.7H4C3.63754 14.7 3.28992 14.556 3.03362 14.2997C2.77732 14.0434 2.63333 13.6958 2.63333 13.3333C2.63333 12.6173 2.91779 11.9305 3.42414 11.4242C3.92263 10.9257 4.59596 10.6422 5.3 10.6335V8.6996ZM6.7 10.6333V8.70001H9.3V10.6333H6.7ZM5.33333 12.0333C4.98855 12.0333 4.65789 12.1703 4.41409 12.4141C4.17816 12.65 4.04228 12.9673 4.03376 13.3H11.9662C11.9577 12.9673 11.8218 12.65 11.5859 12.4141C11.3421 12.1703 11.0114 12.0333 10.6667 12.0333H5.33333ZM3.96666 4.03334H2.03361C2.04224 4.54287 2.2484 5.02969 2.60935 5.39065C2.97031 5.75161 3.45713 5.95777 3.96666 5.96639V4.03334Z", fill: "currentColor", }), - ), - lo = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + Mn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M6.9864 1.59606C7.29208 1.41794 7.63954 1.3241 7.99333 1.3241C8.34711 1.3241 8.69457 1.41794 9.00025 1.59606C9.30554 1.77396 9.55825 2.02955 9.73266 2.33682L9.73333 2.33799L15.064 11.6667L15.0648 11.6681C15.2398 11.9717 15.3319 12.3158 15.332 12.6662C15.3321 13.0171 15.2398 13.3618 15.0645 13.6658C14.8892 13.9698 14.637 14.2223 14.3333 14.398C14.0295 14.5737 13.6849 14.6663 13.334 14.6667L2.66927 14.6667C2.31784 14.6693 1.97192 14.5792 1.66635 14.4055C1.35981 14.2313 1.10477 13.9791 0.927105 13.6745C0.749437 13.3699 0.655449 13.0238 0.654668 12.6712C0.653888 12.3191 0.746067 11.9731 0.921873 11.668L0.922659 11.6667L6.25333 2.33799L6.25399 2.33683C6.4284 2.02955 6.68111 1.77396 6.9864 1.59606ZM7.99333 2.65743C7.8754 2.65743 7.75958 2.68871 7.65769 2.74809C7.55579 2.80746 7.47147 2.8928 7.41333 2.9954L7.41216 2.99746L2.07882 12.3308L2.07733 12.3334C2.01856 12.4352 1.98774 12.5507 1.988 12.6682C1.98826 12.7858 2.01959 12.9011 2.07881 13.0027C2.13803 13.1042 2.22304 13.1883 2.32523 13.2463C2.42741 13.3044 2.54313 13.3344 2.66066 13.3334L2.66666 13.3333L13.3326 13.3334C13.4494 13.3331 13.5647 13.3022 13.6657 13.2438C13.767 13.1852 13.8511 13.1011 13.9095 12.9997C13.9679 12.8984 13.9987 12.7835 13.9986 12.6665C13.9986 12.5496 13.9678 12.4347 13.9093 12.3334L13.9078 12.3308L8.57332 2.9954C8.51518 2.8928 8.43086 2.80746 8.32897 2.74809C8.22708 2.68871 8.11126 2.65743 7.99333 2.65743Z", + d: "M2.62004 5.41673C2.24404 6.19838 2.03336 7.07459 2.03336 8C2.03336 8.68908 2.15017 9.35087 2.36507 9.96666H5.24747L4.32256 8.36498C4.31677 8.3555 4.31123 8.34589 4.30591 8.33616L2.62004 5.41673ZM2.03549 3.67566C1.15351 4.89007 0.633362 6.38429 0.633362 8C0.633362 9.03178 0.845483 10.014 1.2285 10.9055C1.23863 10.9334 1.25048 10.9605 1.26394 10.9866C2.29734 13.3139 4.50146 15.0061 7.12879 15.3157C7.15997 15.3213 7.19132 15.3248 7.22263 15.3261C7.4781 15.3529 7.73746 15.3667 8.00003 15.3667C10.4078 15.3667 12.5457 14.2116 13.8899 12.4253C13.918 12.3937 13.9429 12.3599 13.9646 12.3243C14.8465 11.1099 15.3667 9.61571 15.3667 8C15.3667 6.96821 15.1546 5.98596 14.7716 5.09449C14.7614 5.06658 14.7496 5.0395 14.7361 5.01337C13.7027 2.68607 11.4986 0.99388 8.87127 0.684312C8.84009 0.678675 8.80873 0.675211 8.77742 0.673862C8.52195 0.647068 8.26259 0.633331 8.00003 0.633331C5.59231 0.633331 3.45437 1.78843 2.11014 3.57469C2.08206 3.60627 2.05713 3.64009 2.03549 3.67566ZM3.47951 4.10549L4.92007 6.60012L5.84991 4.98992C5.85223 4.98582 5.85458 4.98174 5.85697 4.97769L7.54747 2.05024C5.92389 2.172 4.48149 2.94349 3.47951 4.10549ZM9.11396 2.13713L7.67249 4.63333H9.5266C9.53512 4.63318 9.54364 4.63318 9.55216 4.63333H12.9268C12.052 3.35548 10.6929 2.43529 9.11396 2.13713ZM13.635 6.03333H10.7526L11.6775 7.63497C11.6833 7.64448 11.6888 7.65412 11.6942 7.66388L13.38 10.5833C13.756 9.80161 13.9667 8.92541 13.9667 8C13.9667 7.31092 13.8499 6.64912 13.635 6.03333ZM12.5205 11.8945L11.08 9.39987L10.1501 11.0101C10.1478 11.0142 10.1455 11.0182 10.1431 11.0223L8.45258 13.9498C10.0762 13.828 11.5186 13.0565 12.5205 11.8945ZM6.8861 13.8629L8.32757 11.3667H6.47346C6.46493 11.3668 6.45641 11.3668 6.4479 11.3667H3.07322C3.9481 12.6445 5.30719 13.5647 6.8861 13.8629ZM6.86413 9.96666H9.13602L10.2717 8.00008L9.13592 6.03333H6.86404L5.72841 7.99992L6.86413 9.96666Z", fill: "currentColor", }), - e.createElement("path", { + }), + Hn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M7.99999 5.33336C8.36818 5.33336 8.66666 5.63184 8.66666 6.00003V8.66669C8.66666 9.03488 8.36818 9.33336 7.99999 9.33336C7.6318 9.33336 7.33333 9.03488 7.33333 8.66669V6.00003C7.33333 5.63184 7.6318 5.33336 7.99999 5.33336Z", + d: "M6.0406 1.02028C6.21349 0.674498 6.63396 0.534341 6.97974 0.707233C7.78473 1.10972 8.39861 2.03808 8.61523 3.46999C8.74989 3.3919 8.89355 3.31258 9.04497 3.23575C9.66139 2.92299 10.438 2.63474 11.3268 2.63334C12.3729 2.61552 13.3838 3.01099 14.1402 3.73405C14.8981 4.45862 15.3389 5.45341 15.3665 6.50159L15.3667 6.52C15.3667 8.05147 14.8336 10.1865 14.0562 11.933C13.6658 12.8101 13.1954 13.6317 12.6657 14.2463C12.1561 14.8378 11.4784 15.3667 10.6667 15.3667C10.1262 15.3667 9.60718 15.1552 9.22096 14.9978C9.19108 14.9857 9.16199 14.9738 9.13376 14.9624C8.68639 14.7818 8.34635 14.66 8.00003 14.66C7.65371 14.66 7.31367 14.7818 6.8663 14.9624C6.83806 14.9738 6.80897 14.9857 6.77909 14.9978C6.39287 15.1552 5.87381 15.3667 5.33336 15.3667C4.5217 15.3667 3.844 14.8378 3.33434 14.2463C2.80469 13.6317 2.33428 12.8101 1.94385 11.933C1.1665 10.1865 0.633362 8.05147 0.633362 6.52L0.633568 6.50301C0.659047 5.45374 1.09934 4.45735 1.858 3.73207C2.61491 3.00846 3.62716 2.61358 4.67393 2.63334C5.56242 2.6349 6.33883 2.92308 6.95509 3.23575C7.02931 3.27341 7.10168 3.31167 7.17203 3.35009C6.97226 2.45105 6.58526 2.07524 6.35365 1.95943C6.00786 1.78654 5.8677 1.36607 6.0406 1.02028ZM4.6522 4.03318C3.97322 4.01912 3.31633 4.27474 2.82543 4.74403C2.33652 5.21143 2.05195 5.85284 2.03337 6.52874C2.03548 7.81066 2.50186 9.74381 3.22287 11.3637C3.58245 12.1715 3.98704 12.8591 4.39489 13.3324C4.82272 13.8289 5.14503 13.9667 5.33336 13.9667C5.58443 13.9667 5.86033 13.8588 6.34209 13.6643C6.76972 13.4916 7.34635 13.26 8.00003 13.26C8.65371 13.26 9.23034 13.4916 9.65796 13.6643C10.1397 13.8588 10.4156 13.9667 10.6667 13.9667C10.855 13.9667 11.1773 13.8289 11.6052 13.3324C12.013 12.8591 12.4176 12.1715 12.7772 11.3637C13.4981 9.74412 13.9644 7.81139 13.9667 6.52947C13.9466 5.8539 13.6614 5.21322 13.1727 4.74601C12.6819 4.27674 12.0254 4.02053 11.3464 4.03321L11.3334 4.03345V4.03333C10.7449 4.03333 10.1905 4.22444 9.67842 4.48425C9.42348 4.6136 9.18689 4.75582 8.96484 4.89452C8.91345 4.92662 8.86087 4.95982 8.80804 4.99319C8.64642 5.09524 8.48234 5.19885 8.34205 5.27742C8.12956 5.39641 7.8705 5.39641 7.65801 5.27742C7.51771 5.19885 7.35364 5.09524 7.19202 4.99319C7.13918 4.95982 7.08661 4.92662 7.03522 4.89452C6.81317 4.75582 6.57658 4.6136 6.32163 4.48425C5.80957 4.22444 5.25518 4.03333 4.66669 4.03333L4.6522 4.03318Z", fill: "currentColor", }), - e.createElement("path", { + }), + En = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M7.33333 11.3334C7.33333 10.9652 7.6318 10.6667 7.99999 10.6667H8.00666C8.37485 10.6667 8.67333 10.9652 8.67333 11.3334C8.67333 11.7016 8.37485 12 8.00666 12H7.99999C7.6318 12 7.33333 11.7016 7.33333 11.3334Z", + d: "M2.6667 3.36667C2.31691 3.36667 2.03336 3.65023 2.03336 4.00001V4.63334H3.30003V3.36667H2.6667ZM2.6667 1.96667C1.54372 1.96667 0.633362 2.87703 0.633362 4.00001V12C0.633362 13.123 1.54372 14.0333 2.6667 14.0333H13.3334C14.4563 14.0333 15.3667 13.123 15.3667 12V4.00001C15.3667 2.87703 14.4563 1.96667 13.3334 1.96667H2.6667ZM4.70003 3.36667V4.63334H5.96669V3.36667H4.70003ZM7.36669 3.36667V4.63334H13.9667V4.00001C13.9667 3.65023 13.6831 3.36667 13.3334 3.36667H7.36669ZM13.9667 6.03334H2.03336V12C2.03336 12.3498 2.31691 12.6333 2.6667 12.6333H13.3334C13.6831 12.6333 13.9667 12.3498 13.9667 12V6.03334Z", fill: "currentColor", }), - ), - io = m.div((e) => { - let t = { boxSizing: "border-box" }; - if (e.container) - t = { - display: "flex", - flexWrap: e.wrap || "wrap", - flexDirection: e.direction || "row", - columnGap: `${e.columnSpacing || 0}px`, - rowGap: `${e.rowSpacing || 0}px`, - boxSizing: "content-box", - }; - else if (e.item) { - const n = Object.keys(H); - n.forEach((r, o) => { - const a = rn(e, r, !1); - if (!!a) { - let l = {}; - if ( - ("number" == typeof a && - (l = { flexBasis: T(rn(e, r, 12)), width: T(rn(e, r, 12)) }), - "hidden" === a) - ) { - let e = ""; - n[o + 1] && (e = `and (max-width: ${rn(H, n[o + 1], 0)}px)`), - (t = { - ...t, - [`@media (min-width: ${rn(H, r, 0)}px) ${e}`]: { - display: "none", - }, - }); - } - t = { - ...t, - [`@media (min-width: ${rn(H, r, 0)}px)`]: { flexGrow: "1", ...l }, - }; - } - }); - } - return { ...t, ...V(e.sx, e.theme) }; - }), - Co = (e) => t.createElement(io, { ...e }, e.children), - so = f` - from { - opacity: 0; - } - to { - opacity: 1; - } -`, - co = m.span( - { display: "inline-flex", position: "relative" }, - v` - &:hover { - & .tooltipElement { - display: block; - animation: ${so} 1s; - } - } - `, - ), - uo = m.div(({ theme: e, placement: t }) => { - const n = "6px", - r = rn(e, "tooltip.background", "#737373"), - o = rn(e, "tooltip.color", "#FFFFFF"); - let a = {}; - const l = { - content: "' '", - left: "50%", - border: "solid transparent", - height: 0, - width: 0, - position: "absolute", - pointerEvents: "none", - borderWidth: n, - marginLeft: `calc(${n} * -1);`, - }; - switch (t) { - case "top": - a = { - transform: "translateX(-50%) translateY(-50%)", - "&::before": { ...l, top: "100%", borderTopColor: r }, - }; - break; - case "right": - a = { - transform: "translateX(0) translateY(-50%)", - "&::before": { - ...l, - left: `calc(${n} * -1)`, - top: "50%", - transform: "translateX(0) translateY(-50%)", - borderRightColor: r, - }, - }; - break; - case "left": - a = { - transform: "translateX(-100%) translateY(-50%)", - "&::before": { - ...l, - left: "auto", - right: `calc(${n} * -2)`, - top: "50%", - transform: "translateX(0) translateY(-50%)", - borderLeftColor: r, - }, - }; - break; - default: - a = { - transform: "translateX(-50%)", - "&::before": { ...l, bottom: "100%", borderBottomColor: r }, - }; - } - return { - position: "fixed", - borderRadius: 4, - color: o, - background: r, - lineHeight: 1, - zIndex: 10001, - padding: 2, - fontSize: 12, - boxShadow: "#00000050 0px 3px 10px", - maxWidth: 350, - ...a, - }; - }), - mo = m.div(({ theme: e, placement: t }) => { - const n = "6px", - r = rn(e, "tooltip.background", "#737373"); - let o = {}; - const a = { - content: "' '", - left: "50%", - height: 0, - width: 0, - position: "absolute", - pointerEvents: "none", - marginLeft: `calc(${n} * -1);`, - }; - switch (t) { - case "top": - o = { - transform: "translateX(-50%) translateY(-50%)", - "&::before": { ...a, top: "100%", borderTopColor: r }, - }; - break; - case "right": - o = { - transform: "translateX(0) translateY(-50%)", - "&::before": { - ...a, - left: `calc(${n} * -1)`, - top: "50%", - transform: "translateX(0) translateY(-50%)", - borderRightColor: r, - }, - }; - break; - case "left": - o = { - transform: "translateX(-100%) translateY(-50%)", - "&::before": { - ...a, - left: "auto", - right: `calc(${n} * -2)`, - top: "50%", - transform: "translateX(0) translateY(-50%)", - borderLeftColor: r, - }, - }; - break; - default: - o = { - transform: "translateX(-50%)", - "&::before": { ...a, bottom: "100%", borderBottomColor: r }, - }; - } - return { position: "fixed", color: r, zIndex: 10001, ...o }; - }), - po = m.div(({ theme: e }) => ({ - border: `1px solid ${rn(e, "borderColor", "#E2E2E2")}`, - borderRadius: 2, - backgroundColor: rn(e, "boxBackground", "#FBFAFA"), - paddingLeft: 10, - paddingTop: 5, - paddingBottom: 5, - paddingRight: 10, - "& .leftItems": { - fontSize: 16, - fontWeight: "bold", - display: "flex", - alignItems: "center", - "& .min-icon": { marginRight: 5, height: 28, width: 38 }, - }, - "& .helpText": { - fontSize: 10, - paddingLeft: 5, - marginTop: 5, - color: "black", - }, - })), - ho = ({ children: e, content: n, placement: l }) => { - const [C, s] = o(null), - [c, d] = o(!1), - [u, m] = o(!1), - p = () => { - u || (d(!1), m(!0)); - }; - const h = i(null); - var g; - return ( - r(() => { - function e(e) { - g.current && !g.current.contains(e.target) && m(!1); - } - return ( - document.addEventListener("mousedown", e), - () => { - document.removeEventListener("mousedown", e); - } - ); - }, [(g = h)]), - l - ? t.createElement( - a, - null, - t.createElement( - co, - { - ref: h, - onPointerEnter: (e) => { - u || (s(e.currentTarget), d(!0)); - }, - onMouseLeave: () => { - u - ? setTimeout(() => { - d(!1), m(!1); - }, 5e4) - : setTimeout(() => { - d(!1); - }, 1e3); - }, - }, - e, - c && - !u && - w( - t.createElement( - ({ placement: e, anchorEl: n }) => { - let r = {}, - o = e; - if (n) { - const t = n.getBoundingClientRect(), - a = document.documentElement.offsetWidth, - l = document.documentElement.offsetHeight; - switch (e) { - case "bottom": - t.top + t.height + 45 > l && (o = "top"); - break; - case "left": - break; - case "right": - t.left + t.width + 175 > a && (o = "left"); - break; - case "top": - t.top < 45 && (o = "bottom"); - } - switch (o) { - case "bottom": - r = { - top: t.top + t.height + 10, - left: t.left + t.width / 2, - }; - break; - case "left": - r = { - top: t.top + t.height / 2, - left: t.left - 12, - }; - break; - case "right": - r = { - top: t.top + t.height / 2, - left: t.left + t.width + 12, - }; - break; - case "top": - r = { - top: t.top - t.height / 2 - 10, - left: t.left + t.width / 2, - }; - } - } - return t.createElement( - mo, - { placement: o, style: r, onClick: p }, - t.createElement(ro, { - style: { width: 12, height: 12 }, - }), - ); - }, - { - placement: l, - content: t.createElement(ro, null), - anchorEl: C, - }, - ), - document.body, - ), - u && - w( - t.createElement( - ({ placement: e, content: n, anchorEl: r }) => { - let o = {}, - a = e; - if (r) { - const t = r.getBoundingClientRect(), - n = document.documentElement.offsetWidth, - l = document.documentElement.offsetHeight; - switch (e) { - case "bottom": - t.top + t.height + 25 > l && (a = "top"); - break; - case "left": - t.left - 175 < 0 && (a = "right"); - break; - case "right": - t.left + t.width + 175 > n && (a = "left"); - break; - case "top": - t.top < 25 && (a = "bottom"); - } - switch (a) { - case "bottom": - o = { - top: t.top + t.height + 10, - left: t.left + t.width / 2, - }; - break; - case "left": - o = { - top: t.top + t.height / 2, - left: t.left - 12, - }; - break; - case "right": - o = { - top: t.top + t.height / 2, - left: t.left + t.width + 12, - }; - break; - case "top": - o = { - top: t.top - t.height / 2 - 10, - left: t.left + t.width / 2, - }; - } - } - return t.createElement( - uo, - { placement: a, style: o, onClick: p }, - n, - ); - }, - { - placement: l, - content: t.createElement( - po, - { className: "helpbox-container", ref: h }, - t.createElement( - Co, - { container: !0 }, - t.createElement( - Co, - { item: !0, xs: 12, className: "helpText" }, - n, - ), - ), - ), - anchorEl: C, - }, - ), - document.body, - ), - ), - ) - : t.createElement(a, null, e) - ); - }, - go = m.label(({ theme: e, inputSizeMode: t, orientation: n, sx: r }) => { - let o = "initial"; - if ("horizontal" === n && t) - switch (t) { - case "small": - o = 1; - break; - case "large": - o = 1.4; - } - return { - color: rn(e, "commonInput.labelColor", ln.fontColor), - textAlign: "left", - alignItems: "flex-start", - display: "flex", - userSelect: "none", - whiteSpace: "nowrap", - "& > span": { - display: "flex", - alignItems: "center", - lineHeight: o, - width: 190, - paddingRight: 8, - textWrap: "wrap", - "&.noMinWidthLabel": { minWidth: "initial" }, - }, - ...V(r, e), - }; - }), - fo = ({ - children: e, - sx: n, - noMinWidth: r, - htmlFor: o, - helpTip: a, - helpTipPlacement: l, - orientation: i = "horizontal", - inputSizeMode: C, - ...s - }) => - t.createElement( - go, - { sx: n, htmlFor: o, inputSizeMode: C, orientation: i, ...s }, - t.createElement( - "span", - { className: "Base_Normal " + (r ? "noMinWidthLabel" : "") }, - a ? t.createElement(ho, { placement: l, content: a }, e) : e, - ), - ), - vo = m.input( - ({ - theme: e, - startIcon: t, - overlayIcon: n, - overlayObject: r, - originType: o, - sizeMode: a, - state: l, - }) => { - let i = 8; - const C = n || r || "password" === o, - s = "normal" !== l; - return ( - (C || s) && (i = C && s ? 60 : 30), - { - lineHeight: "20px", - height: "small" === a ? 28 : 38, - boxSizing: "border-box", - width: "100%", - paddingTop: "small" === a ? 4 : 8, - paddingBottom: "small" === a ? 4 : 8, - paddingRight: i, - paddingLeft: t ? 35 : 8, - color: e.colors["Color/Neutral/Text/colorTextHeading"], - fontSize: 14, - fontWeight: 400, - borderWidth: "1px", - borderStyle: "solid", - borderRadius: 4, - borderColor: e.colors["Color/Neutral/Border/colorBorderSubtle"], - outline: "none", - transitionDuration: "0.1s", - backgroundColor: e.colors["Color/Neutral/Bg/colorBgFields"], - letterSpacing: "0.16px", - "&.filled": { - borderColor: e.colors["Color/Neutral/Border/colorBorderSubtle"], - }, - "&::placeholder": { - color: e.colors["Color/Neutral/Text/colorTextPlaceholder"], - opacity: 1, - fontWeight: 400, - letterSpacing: "0.16px", - }, - "&:hover": { - borderColor: e.colors["Color/Neutral/Border/colorBorderBold"], - }, - "&:focus": { - borderColor: e.colors["Color/Brand/Primary/colorPrimaryBorder"], - boxShadow: "0px 0px 0px 2px rgba(43, 100, 229, 0.30)", - }, - "&:read-only": { - color: e.colors["Color/Neutral/Text/colorTextHeading"], - borderColor: e.colors["Color/Neutral/Border/colorBorderSubtle"], - backgroundColor: e.colors["Color/Neutral/Bg/colorBgShell"], - "&:placeholder": { - color: rn(e, "inputBox.disabledPlaceholder", "#E6EBEB"), - }, - }, - "&::-webkit-outer-spin-button, &::-webkit-inner-spin-button": { - WebkitAppearance: "none", - margin: 0, - }, - "&[type=number]": { "-moz-appearance": "textfield" }, - "&:disabled": { - cursor: "not-allowed", - userSelect: "none", - color: e.colors["Color/Neutral/Text/colorTextPlaceholder"], - borderColor: e.colors["Color/Neutral/Border/colorBorderSubtle"], - backgroundColor: e.colors["Color/Neutral/Bg/colorBgDisabled"], - "&:placeholder": { - color: e.colors["Color/Neutral/Text/colorTextPlaceholder"], - }, - }, - } - ); - }, - ), - Eo = m.div(({ theme: e, sizeMode: t, sx: n }) => ({ - display: "flex", - flexGrow: 1, - width: "100%", - "& .errorState": { - color: e.colors["Color/Brand/Error/colorPrimaryText"], - borderColor: e.colors["Color/Brand/Error/colorPrimaryBorder"], - }, - "& .warningState": { - color: e.colors["Color/Brand/Warning/colorPrimaryText"], - borderColor: e.colors["Color/Brand/Warning/colorPrimaryBorder"], - }, - "& .successState": { - color: e.colors["Color/Brand/Success/colorPrimaryText"], - borderColor: e.colors["Color/Brand/Success/colorPrimaryBorder"], - }, - "& .textBoxContainer": { - width: "100%", - flexGrow: 1, - position: "relative", - minWidth: 160, - }, - "& .tooltipContainer": { - marginLeft: 5, - display: "flex", - alignItems: "center", - "& .min-icon": { width: 13 }, - }, - "& .overlayAction": { - position: "absolute", - right: 1, - top: 1, - boxSizing: "border-box", - "& button": { - padding: 6, - border: 0, - borderRadius: 0, - borderTopRightRadius: 3, - borderBottomRightRadius: 3, - borderLeft: `1px solid ${e.colors["Color/Neutral/Border/colorBorderSubtle"]}`, - boxShadow: "none", - height: "small" === t ? 26 : 36, - boxSizing: "border-box", - fontWeight: "400", - "& .min-icon": { - width: 16, - height: 16, - color: e.colors["Color/Neutral/Text/colorText"], - fill: e.colors["Color/Neutral/Text/colorText"], - }, - }, - }, - "& .startOverlayIcon": { - position: "absolute", - left: 8, - top: "small" === t ? 6 : 10, - "& svg": { - width: 16, - height: 16, - color: rn(e, "inputBox.color", "#07193E"), - }, - }, - ...V(n, e), - })), - wo = t.forwardRef( - ( - { - id: e, - tooltip: n = "", - index: r, - type: a, - overlayIcon: l, - noLabelMinWidth: i, - overlayAction: C, - overlayObject: s, - label: c = "", - required: d, - startIcon: u, - className: m, - helper: p, - state: h = "normal", - sx: g, - helpTip: f, - helpTipPlacement: v, - sizeMode: E = "large", - orientation: w = "horizontal", - onFocus: L, - disableErrorUntilFocus: b = !1, - children: M, - value: H, - ...x - }, - R, - ) => { - const [T, N] = o(!1); - let S = l, - V = a; - "password" !== a || - l || - ((S = T ? t.createElement(ao, null) : t.createElement(oo, null)), - (V = T ? "text" : "password")); - const [_, A] = o(!1); - return ( - b || "error" !== h || _ || !p || ((p = ""), (h = "normal")), - t.createElement( - Eo, - { - sx: (e) => ({ - "& .accessoryIcon": { - position: "absolute", - right: l || "password" === a ? 37 : 8, - top: "50%", - transform: "translateY(-50%)", - width: 16, - height: 16, - }, - flexDirection: "vertical" === w ? "column" : "row", - "& .inputLabel.verticalMode": { - fontSize: 14, - fontStyle: "normal", - fontWeight: 400, - lineHeight: "20px", - letterSpacing: "0.16px", - color: e.colors["Color/Neutral/Text/colorTextLabel"], - marginBottom: y.sizeXXS, - }, - ...g, - }), - className: `inputItem inputBox Base_Normal ${m}`, - sizeMode: E, - }, - "" !== c && - t.createElement( - fo, - { - htmlFor: e, - noMinWidth: i, - className: - "inputLabel " + ("vertical" === w ? "verticalMode" : ""), - helpTip: f, - helpTipPlacement: v, - orientation: w, - inputSizeMode: E, - }, - c, - d ? "*" : "", - "" !== n && - t.createElement( - yn, - { className: "tooltipContainer" }, - t.createElement( - In, - { tooltip: n, placement: "top" }, - t.createElement( - yn, - { className: n }, - t.createElement(ro, null), - ), - ), - ), - ), - t.createElement( - yn, - { className: "textBoxContainer" }, - t.createElement( - yn, - { sx: { position: "relative" } }, - u && t.createElement(yn, { className: "startOverlayIcon" }, u), - t.createElement(vo, { - id: e, - fullWidth: !0, - type: V, - helper: p, - state: h, - className: `Base_Normal inputRebase ${h}State ${H && "" !== H ? "filled" : ""}`, - value: H, - "data-index": r, - startIcon: u, - overlayObject: s, - overlayIcon: l, - originType: a, - sizeMode: E, - onFocus: (e) => { - A(!0), L && L(e); - }, - ref: R, - ...x, - }), - "error" === h && - t.createElement(to, { className: "accessoryIcon errorState" }), - "warning" === h && - t.createElement(lo, { - className: "accessoryIcon warningState", - }), - "success" === h && - t.createElement(no, { - className: "accessoryIcon successState", - }), - S && - t.createElement( - yn, - { className: "overlayAction" }, - t.createElement(eo, { - onClick: C - ? (e) => { - C(e); - } - : () => N(!T), - id: `${e}-button`, - type: "button", - icon: S, - }), - ), - s && t.createElement(yn, { className: "overlayAction" }, s), - ), - void 0 !== p && - t.createElement( - yn, - { - sx: (e) => ({ - color: e.colors["Color/Neutral/Text/colorTextLabel"], - marginTop: 4, - lineHeight: "16px", - minHeight: 16, - }), - className: `SM_Normal ${h}State`, - }, - p, - ), - M, - ), - ) - ); - }, - ), - Lo = m.div(({ theme: e, sx: t }) => ({ - display: "flex", - flexGrow: 1, - width: "100%", - height: 38, - position: "relative", - ...V(t, e), - })), - bo = ({ - id: e, - label: n = "", - required: a, - className: l, - tooltip: s = "", - noLabelMinWidth: c = !1, - value: d = "", - sx: u, - options: m, - onChange: p, - disabled: h = !1, - name: g, - placeholder: f = "", - helpTip: v, - helpTipPlacement: E, - sizeMode: w = "large", - orientation: L = "horizontal", - state: b = "normal", - readOnly: M = !1, - helper: H, - }) => { - const y = i(null), - [x, R] = o(!1), - [T, N] = o(""), - [S, V] = o(null), - [_, A] = o(""); - r(() => { - var e; - if ("" !== d) { - const t = m.findIndex((e) => e.value === d); - V(t), N((null === (e = m[t]) || void 0 === e ? void 0 : e.label) || ""); - } - }, [m, d]); - const k = m.filter((e) => e.label.toLowerCase().includes(_.toLowerCase())), - Z = C(() => { - var e, t, n, r; - return null !== S && - ((null === (e = m[S]) || void 0 === e ? void 0 : e.icon) || - (null === (t = m[S]) || void 0 === t ? void 0 : t.indicator)) - ? (null === (n = m[S]) || void 0 === n ? void 0 : n.indicator) - ? null === (r = m[S]) || void 0 === r - ? void 0 - : r.indicator - : m[S].icon - : null; - }, [m, S]); - return t.createElement( - Lo, - { - sx: u, - className: `inputItem ${l}`, - onKeyDown: () => { - x || R(!0); - }, - id: `${e}-Autocomplete`, - }, - t.createElement(wo, { - label: n, - required: a, - tooltip: s, - noLabelMinWidth: c, - helpTip: v, - helpTipPlacement: E, - disabled: h, - id: e, - name: g, - value: T, - onChange: (e) => { - N(e.target.value), A(e.target.value); - }, - placeholder: f, - sizeMode: w, - helper: H, - orientation: L, - state: b, - readOnly: M, - overlayIcon: x ? t.createElement(Rn, null) : t.createElement(xn, null), - overlayAction: () => { - h || R(!x); - }, - startIcon: Z, - onClick: () => { - h || R(!x); - }, - sx: { - ...u, - "& .overlayAction > button": { - borderLeft: 0, - backgroundColor: "transparent", - }, - "& .accessoryIcon": { display: "none" }, - }, - ref: y, + }), + Rn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.6667 3.36667C2.31691 3.36667 2.03336 3.65023 2.03336 4.00001V12C2.03336 12.3498 2.31691 12.6333 2.6667 12.6333H13.3334C13.6831 12.6333 13.9667 12.3498 13.9667 12V4.00001C13.9667 3.65023 13.6831 3.36667 13.3334 3.36667H2.6667ZM0.633362 4.00001C0.633362 2.87703 1.54372 1.96667 2.6667 1.96667H13.3334C14.4563 1.96667 15.3667 2.87703 15.3667 4.00001V12C15.3667 13.123 14.4563 14.0333 13.3334 14.0333H2.6667C1.54372 14.0333 0.633362 13.123 0.633362 12V4.00001ZM3.30003 5.33334C3.30003 4.94674 3.61343 4.63334 4.00003 4.63334H4.0067C4.39329 4.63334 4.7067 4.94674 4.7067 5.33334C4.7067 5.71994 4.39329 6.03334 4.0067 6.03334H4.00003C3.61343 6.03334 3.30003 5.71994 3.30003 5.33334ZM5.96669 5.33334C5.96669 4.94674 6.2801 4.63334 6.66669 4.63334H6.67336C7.05996 4.63334 7.37336 4.94674 7.37336 5.33334C7.37336 5.71994 7.05996 6.03334 6.67336 6.03334H6.66669C6.2801 6.03334 5.96669 5.71994 5.96669 5.33334ZM8.63336 5.33334C8.63336 4.94674 8.94676 4.63334 9.33336 4.63334H9.34003C9.72663 4.63334 10.04 4.94674 10.04 5.33334C10.04 5.71994 9.72663 6.03334 9.34003 6.03334H9.33336C8.94676 6.03334 8.63336 5.71994 8.63336 5.33334Z", + fill: "currentColor", }), - x && - t.createElement(Dr, { - id: `${e}-options-Autocomplete`, - options: k, - selectedOption: d, - onSelect: (e, t, n, r) => { - N(n || ""), A(""), void 0 !== r && V(r), p(e, t); - }, - hideTriggerAction: () => { - if ((R(!1), ("" !== d && "" === T) || 0 === k.length)) { - const e = m.find((e) => e.value === d); - N((null == e ? void 0 : e.label) || ""); - } - }, - open: x, - anchorEl: y.current, - useAnchorWidth: !0, - forSelectInput: !0, - }), - ); - }, - Mo = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + yn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M8.49497 2.83836C8.76834 3.11172 8.76834 3.55494 8.49497 3.82831L5.02328 7.3H12.6667C13.0533 7.3 13.3667 7.6134 13.3667 8C13.3667 8.3866 13.0533 8.7 12.6667 8.7H5.02328L8.49497 12.1717C8.76834 12.4451 8.76834 12.8883 8.49497 13.1616C8.22161 13.435 7.77839 13.435 7.50502 13.1616L2.83836 8.49497C2.56499 8.22161 2.56499 7.77839 2.83836 7.50502L7.50502 2.83836C7.77839 2.56499 8.22161 2.56499 8.49497 2.83836Z", + d: "M2.03336 2.69999V4.63332H13.9667V2.69999H2.03336ZM14.0334 6.03292C14.7727 6.01522 15.3667 5.4103 15.3667 4.66665V2.66665C15.3667 1.91187 14.7548 1.29999 14 1.29999H2.00003C1.24524 1.29999 0.633362 1.91187 0.633362 2.66665V4.66665C0.633362 5.4103 1.22731 6.01522 1.9667 6.03292V12.6667C1.9667 13.2059 2.18092 13.7231 2.56224 14.1044C2.94357 14.4858 3.46075 14.7 4.00003 14.7H12C12.5393 14.7 13.0565 14.4858 13.4378 14.1044C13.8191 13.7231 14.0334 13.2059 14.0334 12.6667V6.03292ZM12.6334 6.03332H3.3667V12.6667C3.3667 12.8346 3.43342 12.9957 3.55219 13.1145C3.67097 13.2333 3.83206 13.3 4.00003 13.3H12C12.168 13.3 12.3291 13.2333 12.4479 13.1145C12.5666 12.9957 12.6334 12.8346 12.6334 12.6667V6.03332ZM5.96669 7.99999C5.96669 7.61339 6.2801 7.29999 6.66669 7.29999H9.33336C9.71996 7.29999 10.0334 7.61339 10.0334 7.99999C10.0334 8.38659 9.71996 8.69999 9.33336 8.69999H6.66669C6.2801 8.69999 5.96669 8.38659 5.96669 7.99999Z", fill: "currentColor", }), - ), - Ho = m.button(({ theme: e, sx: t }) => ({ - display: "flex", - alignItems: "center", - textDecoration: "none", - justifyContent: "center", - flexDirection: "row", - height: "30px", - paddingLeft: 0, - background: "transparent", - border: 0, - cursor: "pointer", - "& .label": { - color: rn(e, "backLink.color", "#073052"), - fontSize: 14, - fontWeight: 600, - lineHeight: 1, - paddingTop: 1, - marginRight: 10, - }, - "&:hover .icon": { - background: rn(e, "backLink.hover", "#eaedee"), - borderRadius: "2px", - }, - "& .icon": { - lineHeight: 1, - marginRight: "3px", - display: "flex", - alignItems: "center", - width: "28px", - height: "30px", - "& .min-icon": { - width: "17px", - height: "11px", - margin: "auto", - color: rn(e, "backLink.arrow", "#081C42"), - }, - }, - ...V(t, e), - })), - yo = ({ label: e, sx: n, ...r }) => - t.createElement( - Ho, - { sx: n, ...r }, - t.createElement("span", { className: "icon" }, t.createElement(Mo, null)), - t.createElement("span", { className: "label" }, e), - ), - xo = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + Tn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM10.4949 5.50502C10.7683 5.77839 10.7683 6.22161 10.4949 6.49497L6.49494 10.495C6.22157 10.7683 5.77836 10.7683 5.50499 10.495C5.23163 10.2216 5.23163 9.77839 5.50499 9.50502L9.50499 5.50502C9.77836 5.23166 10.2216 5.23166 10.4949 5.50502Z", + d: "M2.03336 2.69999V4.63332H13.9667V2.69999H2.03336ZM14.0334 6.03292C14.7727 6.01522 15.3667 5.4103 15.3667 4.66665V2.66665C15.3667 1.91187 14.7548 1.29999 14 1.29999H2.00003C1.24524 1.29999 0.633362 1.91187 0.633362 2.66665V4.66665C0.633362 5.4103 1.22731 6.01522 1.9667 6.03292V12.6667C1.9667 13.2059 2.18092 13.7231 2.56224 14.1044C2.94357 14.4858 3.46075 14.7 4.00003 14.7H5.33336C5.71996 14.7 6.03336 14.3866 6.03336 14C6.03336 13.6134 5.71996 13.3 5.33336 13.3H4.00003C3.83206 13.3 3.67097 13.2333 3.55219 13.1145C3.43342 12.9957 3.3667 12.8346 3.3667 12.6667V6.03332H12.6334V12.6667C12.6334 12.8346 12.5666 12.9957 12.4479 13.1145C12.3291 13.2333 12.168 13.3 12 13.3H10.6667C10.2801 13.3 9.96669 13.6134 9.96669 14C9.96669 14.3866 10.2801 14.7 10.6667 14.7H12C12.5393 14.7 13.0565 14.4858 13.4378 14.1044C13.8191 13.7231 14.0334 13.2059 14.0334 12.6667V6.03292ZM8.00003 7.29999C8.18568 7.29999 8.36373 7.37374 8.495 7.50501L10.495 9.50501C10.7684 9.77838 10.7684 10.2216 10.495 10.495C10.2216 10.7683 9.77842 10.7683 9.50505 10.495L8.70003 9.68994V14C8.70003 14.3866 8.38663 14.7 8.00003 14.7C7.61343 14.7 7.30003 14.3866 7.30003 14V9.68994L6.495 10.495C6.22164 10.7683 5.77842 10.7683 5.50505 10.495C5.23169 10.2216 5.23169 9.77838 5.50505 9.50501L7.50505 7.50501C7.63633 7.37374 7.81438 7.29999 8.00003 7.29999Z", fill: "currentColor", }), - ), - Ro = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + Nn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM5.50499 5.50502C5.77836 5.23166 6.22157 5.23166 6.49494 5.50502L7.99997 7.01005L9.50499 5.50502C9.77836 5.23166 10.2216 5.23166 10.4949 5.50502C10.7683 5.77839 10.7683 6.22161 10.4949 6.49497L8.98992 8L10.4949 9.50502C10.7683 9.77839 10.7683 10.2216 10.4949 10.495C10.2216 10.7683 9.77836 10.7683 9.50499 10.495L7.99997 8.98995L6.49494 10.495C6.22157 10.7683 5.77836 10.7683 5.50499 10.495C5.23163 10.2216 5.23163 9.77839 5.50499 9.50502L7.01002 8L5.50499 6.49497C5.23163 6.22161 5.23163 5.77839 5.50499 5.50502Z", + d: "M2.03336 2.69999V4.63332H13.9667V2.69999H2.03336ZM14.0334 6.03292C14.7727 6.01522 15.3667 5.4103 15.3667 4.66665V2.66665C15.3667 1.91187 14.7548 1.29999 14 1.29999H2.00003C1.24524 1.29999 0.633362 1.91187 0.633362 2.66665V4.66665C0.633362 5.4103 1.22731 6.01522 1.9667 6.03292V12.6667C1.9667 13.2059 2.18092 13.7231 2.56224 14.1044C2.94357 14.4858 3.46075 14.7 4.00003 14.7H12C12.5393 14.7 13.0565 14.4858 13.4378 14.1044C13.8191 13.7231 14.0334 13.2059 14.0334 12.6667V6.03292ZM12.6334 6.03332H3.3667V12.6667C3.3667 12.8346 3.43342 12.9957 3.55219 13.1145C3.67097 13.2333 3.83206 13.3 4.00003 13.3H12C12.168 13.3 12.3291 13.2333 12.4479 13.1145C12.5666 12.9957 12.6334 12.8346 12.6334 12.6667V6.03332ZM5.83839 7.50501C6.11175 7.23165 6.55497 7.23165 6.82834 7.50501L8.00003 8.6767L9.17172 7.50501C9.44509 7.23165 9.8883 7.23165 10.1617 7.50501C10.435 7.77838 10.435 8.2216 10.1617 8.49496L8.98998 9.66665L10.1617 10.8383C10.435 11.1117 10.435 11.5549 10.1617 11.8283C9.8883 12.1017 9.44509 12.1017 9.17172 11.8283L8.00003 10.6566L6.82834 11.8283C6.55497 12.1017 6.11175 12.1017 5.83839 11.8283C5.56502 11.5549 5.56502 11.1117 5.83839 10.8383L7.01008 9.66665L5.83839 8.49496C5.56502 8.2216 5.56502 7.77838 5.83839 7.50501Z", fill: "currentColor", }), - ), - To = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + Vn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M7.99997 2.03336C4.70467 2.03336 2.0333 4.70473 2.0333 8.00003C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8.00003C13.9666 4.70473 11.2953 2.03336 7.99997 2.03336ZM0.633301 8.00003C0.633301 3.93153 3.93147 0.633362 7.99997 0.633362C12.0685 0.633362 15.3666 3.93153 15.3666 8.00003C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8.00003ZM7.29997 5.33336C7.29997 4.94676 7.61337 4.63336 7.99997 4.63336H8.00663C8.39323 4.63336 8.70663 4.94676 8.70663 5.33336C8.70663 5.71996 8.39323 6.03336 8.00663 6.03336H7.99997C7.61337 6.03336 7.29997 5.71996 7.29997 5.33336ZM7.99997 7.30003C8.38657 7.30003 8.69997 7.61343 8.69997 8.00003V10.6667C8.69997 11.0533 8.38657 11.3667 7.99997 11.3667C7.61337 11.3667 7.29997 11.0533 7.29997 10.6667V8.00003C7.29997 7.61343 7.61337 7.30003 7.99997 7.30003Z", + d: "M1.99999 1.29999C2.38659 1.29999 2.69999 1.61339 2.69999 1.99999V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H1.99999C1.61339 14.7 1.29999 14.3866 1.29999 14V1.99999C1.29999 1.61339 1.61339 1.29999 1.99999 1.29999ZM12.9345 4.68661C13.1961 4.79495 13.3667 5.0502 13.3667 5.33332V11.3333C13.3667 11.7199 13.0533 12.0333 12.6667 12.0333H4.66665C4.28006 12.0333 3.96665 11.7199 3.96665 11.3333V7.99999C3.96665 7.81434 4.0404 7.63629 4.17168 7.50501L6.17168 5.50501C6.44505 5.23165 6.88826 5.23165 7.16163 5.50501L9.33332 7.6767L12.1717 4.83835C12.3719 4.63815 12.673 4.57826 12.9345 4.68661ZM11.9667 7.02327L9.8283 9.16163C9.55493 9.435 9.11171 9.435 8.83835 9.16163L6.66665 6.98994L5.36665 8.28994V10.6333H11.9667V7.02327Z", fill: "currentColor", }), - ), - No = m.span( - ({ - theme: e, - color: t, - size: n, - badgeStyle: r, - icon: o, - isNumber: a, - sx: l, - }) => { - let i = rn( - e, - "bold" === r ? `badge.${t}.subtleLabel` : `badge.${t}.boldLabel`, - b["Color/Brand/Neutral/colorPrimaryText"].lightMode, - ), - C = rn( - e, - "bold" === r ? `badge.${t}.subtleBG` : `badge.${t}.boldBG`, - b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - ), - s = rn( - e, - "bold" === r ? `badge.${t}.subtleBG` : `badge.${t}.boldBG`, - b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - ); - ("dot" !== o && "minimal" !== r) || - ((C = "transparent"), - (i = rn(e, `badge.${t}.minimalColor`)), - (s = "dot" === o ? "transparent" : rn(e, `badge.${t}.minimalColor`))); - let c = "small" === n ? "0 6px" : `${y.sizeXXS}px ${y.sizeXS}px`; - return ( - "small" === n && a && (c = "0"), - { - position: "relative", - margin: 0, - userSelect: "none", - appearance: "none", - maxWidth: "100%", - fontSize: 12, - fontWeight: 600, - lineHeight: 16, - display: "inline-flex", - alignItems: "center", - justifyContent: "center", - height: "small" === n ? 16 : 24, - color: i, - backgroundColor: C, - borderRadius: 16, - whiteSpace: "nowrap", - cursor: "default", - outline: 0, - textDecoration: "none", - border: `${s} 1px solid`, - padding: c, - verticalAlign: "middle", - gap: y.sizeXXS, - minWidth: "small" === n ? 16 : 28, - "& svg": { - width: "dot" === o ? 8 : 15, - height: "dot" === o ? 8 : 15, - color: i, - fill: i, - }, - "& span.dot": { - display: "inline-block", - width: 8, - height: 8, - backgroundColor: i, - borderRadius: "100%", - }, - ...l, - } - ); - }, - ), - So = ({ - children: e, - color: r = "none", - sx: o, - id: l, - label: i, - size: C = "normal", - badgeStyle: s = "subtle", - icon: c, - isNumber: d, - ...u - }) => { - const m = n(() => { - let e = null; - if (c) - if ("boolean" == typeof c) - switch (r) { - case "none": - e = t.createElement(xo, null); - break; - case "info": - e = t.createElement(To, null); - break; - case "success": - e = t.createElement(no, null); - break; - case "warning": - e = t.createElement(to, null); - break; - case "danger": - e = t.createElement(Ro, null); - break; - default: - e = null; - } - else - e = "dot" === c ? t.createElement("span", { className: "dot" }) : c; - return e; - }, [c, r]); - return t.createElement( - No, - { - id: l, - color: r, - icon: c, - size: C, - badgeStyle: s, - isNumber: d, - sx: o, - ...u, - }, - c && t.createElement(a, null, m()), - t.createElement("span", null, i, e), - ); - }, - Vo = m.div(({ theme: e, sx: t }) => ({ - display: "flex", - alignItems: "center", - justifyContent: "center", - boxSizing: "border-box", - padding: 16, - width: 60, - height: 60, - minHeight: 60, - minWidth: 60, - borderRadius: 12, - backgroundColor: rn( - e, - "boxedIcon.bgColor", - b["Color/Neutral/Bg/colorBgSections"].lightMode, - ), - "& svg": { - color: rn( - e, - "boxedIcon.iconColor", - b["Color/Neutral/Icon/colorIcon"].lightMode, - ), - width: 24, - height: 24, - minWidth: 24, - minHeight: 24, - }, - ...V(t, e), - })), - _o = ({ sx: e, children: n }) => - t.createElement(Vo, { sx: e, className: "boxedIcon" }, n), - Ao = (e, t, n, r) => { - let o = "4px 10px"; - return ( - t && (o = n && !r ? "6px" : "4px 12px"), - { - display: "flex", - alignItems: "center", - justifyContent: "flex-start", - gap: 8, - border: 0, - borderRadius: 4, - cursor: "pointer", - width: "100%", - color: rn(e, "dropdownOptions.optionLabel", ln.colorTextLabel), - backgroundColor: rn(e, "dropdownOptions.optionBG", "transparent"), - padding: o, - fontWeight: 400, - height: 28, - boxShadow: "none", - textDecoration: "none", - "&:hover:not(:disabled)": { - backgroundColor: rn( - e, - "dropdownOptions.hoverOptionBG", - ln.colorBgHover, - ), - color: rn(e, "dropdownOptions.optionLabel", ln.colorTextLabel), - }, - "&:active:not(:disabled)": { - backgroundColor: rn( - e, - "dropdownOptions.activeOptionBG", - ln.colorBgHover, - ), - }, - "&:disabled": { - color: rn(e, "dropdownOptions.disabledLabel", ln.disabledGreyText), - cursor: "not-allowed", - }, - "&.danger": { - color: rn(e, "dropdownOptions.dangerLabel", ln.errorColorPrimaryText), - "&:hover:not(:disabled)": { - color: rn( - e, - "dropdownOptions.dangerLabel", - ln.errorColorPrimaryText, - ), - }, - }, - "& svg": { width: 16, height: 16 }, - "& .menu-icon": { display: "inline-flex", width: 16, height: 16 }, - "& .menu-option": { - fontSize: 14, - fontStyle: "normal", - fontWeight: 400, - lineHeight: "20px", - letterSpacing: "0.16px", - whiteSpace: "nowrap", - }, - "& .button-label": { marginLeft: 0 }, - } - ); - }, - ko = m.div(({ theme: e, sx: t, forInputOptions: n }) => ({ - position: "absolute", - display: "grid", - gridTemplateColumns: "100%", - backgroundColor: rn(e, "dropdownSelector.backgroundColor", ln.white), - padding: 8, - maxHeight: 450, - minWidth: n ? "initial" : 180, - overflowX: "hidden", - overflowY: "auto", - borderRadius: x.borderRadiusSM, - border: `1px solid ${rn(e, "dropdownSelector.border", ln.disabledGrey)}`, - boxShadow: - "0px 2px 8px 0px rgba(156, 163, 175, 0.15), 0px 4px 12px 0px rgba(156, 163, 175, 0.25)", - marginTop: n ? 0 : 10, - "& ul": { - padding: 0, - margin: 0, - display: "flex", - flexDirection: "column", - width: "100%", - }, - "& button": Ao(e), - "&::-webkit-scrollbar": { width: 5 }, - "&::-webkit-scrollbar-thumb": { - background: b["Color/Base/Shark/3"].lightMode, - borderRadius: "5px", - }, - "&::-webkit-scrollbar-track": { - background: "transparent", - borderRadius: 0, - }, - ...V(t, e), - })), - Zo = (e, t) => { - if (!e) return { top: 0, left: 0, width: 0 }; - const n = e.getBoundingClientRect(), - r = { top: n.top + n.height }; - switch (t) { - case "start": - (r.left = n.left), (r.transform = "translateX(0%)"); - break; - case "end": - (r.left = n.left + n.width), (r.transform = "translateX(-100%)"); - break; - case "middle": - (r.left = n.right - n.width / 2), (r.transform = "translateX(-50%)"); - } - return r; - }, - Io = ({ - hideTriggerAction: e, - open: n, - anchorEl: a = null, - anchorOrigin: l = "start", - forInputOptions: i = !1, - children: C, - }) => { - const [s, c] = o(null); - return ( - _(e), - r(() => { - c(n ? Zo(a, l) : null); - }, [a, l, n]), - r(() => { - const t = Ar((e) => { - e && e.getBoundingClientRect() && c(Zo(e, l)); - }, 300); - window.addEventListener("resize", () => { - e(); - }), - window.addEventListener("scroll", () => { - t(a); - }); + }), + Sn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.22893 2.56222C3.61026 2.1809 4.12744 1.96667 4.66672 1.96667H11.3334C11.8727 1.96667 12.3898 2.1809 12.7712 2.56222C13.1525 2.94355 13.3667 3.46073 13.3667 4.00001V5.4243C13.6414 5.52501 13.8937 5.68475 14.1045 5.89556C14.4858 6.27688 14.7 6.79407 14.7 7.33334V10.6667C14.7 11.2059 14.4858 11.7231 14.1045 12.1045C13.8937 12.3153 13.6414 12.475 13.3667 12.5757V13.3333C13.3667 13.7199 13.0533 14.0333 12.6667 14.0333C12.2801 14.0333 11.9667 13.7199 11.9667 13.3333V12.7H4.03338V13.3333C4.03338 13.7199 3.71998 14.0333 3.33338 14.0333C2.94678 14.0333 2.63338 13.7199 2.63338 13.3333V12.5757C2.35875 12.475 2.10641 12.3153 1.8956 12.1045C1.51427 11.7231 1.30005 11.2059 1.30005 10.6667V7.33334C1.30005 6.79407 1.51427 6.27688 1.8956 5.89556C2.10641 5.68475 2.35875 5.52501 2.63338 5.4243V4.00001C2.63338 3.46073 2.84761 2.94355 3.22893 2.56222ZM4.03338 5.4243C4.30802 5.52501 4.56035 5.68475 4.77117 5.89556C5.15249 6.27688 5.36672 6.79407 5.36672 7.33334V7.96667H10.6334V7.33334C10.6334 6.79407 10.8476 6.27688 11.2289 5.89556C11.4397 5.68475 11.6921 5.52501 11.9667 5.4243V4.00001C11.9667 3.83204 11.9 3.67095 11.7812 3.55217C11.6624 3.4334 11.5014 3.36667 11.3334 3.36667H4.66672C4.49874 3.36667 4.33765 3.4334 4.21888 3.55217C4.10011 3.67095 4.03338 3.83204 4.03338 4.00001V5.4243ZM3.33338 6.70001C3.16541 6.70001 3.00432 6.76673 2.88555 6.88551C2.76677 7.00428 2.70005 7.16537 2.70005 7.33334V10.6667C2.70005 10.8346 2.76677 10.9957 2.88555 11.1145C3.00432 11.2333 3.16541 11.3 3.33338 11.3H12.6667C12.8347 11.3 12.9958 11.2333 13.1145 11.1145C13.2333 10.9957 13.3 10.8346 13.3 10.6667V7.33334C13.3 7.16537 13.2333 7.00428 13.1145 6.88551C12.9958 6.76673 12.8347 6.70001 12.6667 6.70001C12.4987 6.70001 12.3377 6.76673 12.2189 6.88551C12.1001 7.00428 12.0334 7.16537 12.0334 7.33334V8.66667C12.0334 9.05327 11.72 9.36667 11.3334 9.36667H4.66672C4.28012 9.36667 3.96672 9.05327 3.96672 8.66667V7.33334C3.96672 7.16537 3.89999 7.00428 3.78122 6.88551C3.66244 6.76673 3.50135 6.70001 3.33338 6.70001Z", + fill: "currentColor", }), - n && s - ? (a || - console.warn( - "AnchorEl not set. Element will be rendered on the top of the page", - ), - w( - t.createElement( - Zr, - { onClick: e }, - t.createElement(ko, { sx: s, forInputOptions: i }, C), - ), - document.body, - )) - : null - ); - }, - Bo = ({ - id: e, - icon: n, - iconLocation: r, - dropMenuPosition: l, - variant: i, - name: C, - sx: s, - label: c, - children: d, - disabled: u, - dropArrow: m = !0, - compact: p = !1, - forInputOptions: h = !1, - inButtonGroup: g, - }) => { - const [f, v] = o(!1), - [E, w] = t.useState(null); - let L = null; - return ( - m && - (L = f - ? t.createElement(Rn, { style: { fill: "none" } }) - : t.createElement(xn, { style: { fill: "none" } })), - t.createElement( - a, - null, - t.createElement(eo, { - id: e, - icon: n, - iconLocation: r, - secondaryIcon: L, - variant: i, - name: C, - sx: s, - label: c, - disabled: u, - compact: p, - onClick: (e) => { - v(!f), w(e.currentTarget); - }, - inButtonGroup: g, - }), - f && - t.createElement( - Io, - { - open: f, - hideTriggerAction: () => { - v(!1); - }, - anchorOrigin: l, - anchorEl: E, - forInputOptions: h, - }, - d, - ), - ) - ); - }, - Oo = m.button( - ({ theme: e, inButtonGroup: t = !1, icon: n, parentChildren: r }) => - Ao(e, t, n, r), - ), - Do = ({ - children: e, - icon: n, - sx: r, - variant: o = "regular", - id: a, - inButtonGroup: l = !1, - ...i - }) => - t.createElement( - Oo, - { - id: a, - sx: r, - variant: o, - className: `option-element ${o}`, - inButtonGroup: l, - icon: n, - parentChildren: e, - ...i, - }, - n && t.createElement("span", { className: "menu-icon" }, n), - t.createElement("span", { className: "menu-option" }, e), - ), - Po = m.button(({ theme: e }) => ({ - cursor: "pointer", - display: "inline-flex", - boxSizing: "border-box", - border: 0, - backgroundColor: "transparent", - padding: "2px 4px", - color: rn( - e, - "breadcrumbs.elementsColor", - b["Color/Neutral/Text/colorTextDescription"].lightMode, - ), - fontSize: 12, - fontStyle: "normal", - fontWeight: 400, - lineHeight: "16px", - letterSpacing: "0.5px", - textOverflow: "ellipsis", - overflow: "hidden", - whiteSpace: "nowrap", - borderRadius: 2, - height: 20, - gap: 4, - "& .button-icon svg": { - width: 16, - height: 16, - minWidth: 16, - minHeight: 16, - color: rn( - e, - "breadcrumbs.elementsColor", - b["Color/Neutral/Text/colorTextHeading"].lightMode, - ), - }, - "&.current": { - cursor: "default", - color: rn( - e, - "breadcrumbs.selectedColor", - b["Color/Neutral/Text/colorTextDescription"].lightMode, - ), - "& .button-icon svg": { - color: rn( - e, - "breadcrumbs.selectedColor", - b["Color/Neutral/Text/colorTextDescription"].lightMode, - ), - }, - }, - "&:not(.current):hover": { - backgroundColor: rn( - e, - "breadcrumbs.hoverBG", - b["Color/Brand/Control/colorBgHover"].lightMode, - ), - color: rn( - e, - "breadcrumbs.hoverColor", - b["Color/Neutral/Text/colorTextLabel"].lightMode, - ), - textDecoration: "underline", - "& .button-icon svg": { - color: rn( - e, - "breadcrumbs.hoverColor", - b["Color/Neutral/Text/colorTextLabel"].lightMode, - ), - }, - }, - })), - Fo = ({ - label: e, - icon: n, - iconLocation: r = "start", - onClick: o, - onClickOption: l, - disabled: i, - children: C, - className: s, - current: c, - subOptions: d, - ...u - }) => { - let m = null, - p = null; - return ( - n && (m = t.createElement("span", { className: "buttonIcon" }, n)), - d && - (p = t.createElement( - Bo, - { - id: `expand-breadcrumb-${e}`, - className: "breadcrumbElement", - variant: "secondary-ghost", - dropMenuPosition: "middle", - sx: (e) => ({ - display: "flex", - alignItems: "center", - height: 20, - width: 20, - padding: "2px 4px", - borderRadius: 2, - fontSize: 12, - gap: 4, - transitionDuration: "0s", - "& .button-label": { display: "none", marginLeft: 0 }, - color: rn( - e, - "breadcrumbs.elementsColor", - b["Color/Neutral/Text/colorTextDescription"].lightMode, - ), - "&:hover": { - backgroundColor: rn( - e, - "breadcrumbs.hoverBG", - b["Color/Brand/Control/colorBgHover"].lightMode, - ), - color: rn( - e, - "breadcrumbs.hoverColor", - b["Color/Neutral/Text/colorTextLabel"].lightMode, - ), - textDecoration: "underline", - "& .button-icon svg": { - color: rn( - e, - "breadcrumbs.hoverColor", - b["Color/Neutral/Text/colorTextLabel"].lightMode, - ), - }, - }, - "& .buttonIcon > svg": { - color: rn( - e, - "breadcrumbs.elementsColor", - b["Color/Neutral/Text/colorTextDescription"].lightMode, - ), - width: 16, - height: 16, - }, - }), - compact: !0, - }, - d.map((e, n) => - t.createElement( - Do, - { - key: `expand-opt-${e.label}-${n}`, - id: `expandOption-${e.label}`, - onClick: () => - ((e) => { - l && l(e.to), e.onClick && e.onClick(e.to); - })(e), - icon: e.icon, - disabled: e.disabled, - }, - e.label, - ), - ), - )), - t.createElement( - a, - null, - t.createElement( - Po, - { - onClick: o, - disabled: i || !1, - iconLocation: r || "end", - label: e || "", - icon: m, - parentChildren: C || null, - className: `breadcrumbElement ${s || ""} ${c && !d ? "current" : ""}`, - ...u, - }, - t.createElement( - a, - null, - n && - t.createElement( - "span", - { className: "button-icon" }, - n && "start" === r && m, - ), - C || - (e && - t.createElement( - "span", - { className: "button-label" }, - C, - C && e ? " " : "", - e, - )), - n && "end" === r && m, - ), - ), - p, - ) - ); - }, - Uo = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + xn = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M10.495 3.50502C10.7683 3.77839 10.7683 4.22161 10.495 4.49497L6.98994 8L10.495 11.505C10.7683 11.7784 10.7683 12.2216 10.495 12.495C10.2216 12.7683 9.77838 12.7683 9.50501 12.495L5.50501 8.49497C5.23165 8.22161 5.23165 7.77839 5.50501 7.50502L9.50501 3.50502C9.77838 3.23166 10.2216 3.23166 10.495 3.50502Z", + d: "M5.29999 3.33333C5.29999 2.94673 5.61339 2.63333 5.99999 2.63333H9.99999C10.3866 2.63333 10.7 2.94673 10.7 3.33333C10.7 3.71993 10.3866 4.03333 9.99999 4.03333H5.99999C5.61339 4.03333 5.29999 3.71993 5.29999 3.33333ZM5.29999 6C5.29999 5.6134 5.61339 5.3 5.99999 5.3H9.99999C10.3866 5.3 10.7 5.6134 10.7 6V7.3H12.6667C12.9498 7.3 13.205 7.47055 13.3134 7.73212C13.4217 7.99369 13.3618 8.29477 13.1616 8.49497L8.49496 13.1616C8.2216 13.435 7.77838 13.435 7.50501 13.1616L2.83835 8.49497C2.63815 8.29477 2.57826 7.99369 2.68661 7.73212C2.79495 7.47055 3.0502 7.3 3.33332 7.3H5.29999V6ZM6.69999 6.7V8C6.69999 8.3866 6.38659 8.7 5.99999 8.7H5.02327L7.99999 11.6767L10.9767 8.7H9.99999C9.61339 8.7 9.29999 8.3866 9.29999 8V6.7H6.69999Z", fill: "currentColor", }), - ), - Go = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + _n = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M3.33334 8.03333C3.35175 8.03333 3.36667 8.01841 3.36667 8C3.36667 7.98159 3.35175 7.96666 3.33334 7.96666C3.31493 7.96666 3.30001 7.98159 3.30001 8C3.30001 8.01841 3.31493 8.03333 3.33334 8.03333ZM1.96667 8C1.96667 7.24521 2.57855 6.63333 3.33334 6.63333C4.08813 6.63333 4.70001 7.24521 4.70001 8C4.70001 8.75479 4.08813 9.36666 3.33334 9.36666C2.57855 9.36666 1.96667 8.75479 1.96667 8ZM8.00001 8.03333C8.01842 8.03333 8.03334 8.01841 8.03334 8C8.03334 7.98159 8.01842 7.96666 8.00001 7.96666C7.9816 7.96666 7.96667 7.98159 7.96667 8C7.96667 8.01841 7.9816 8.03333 8.00001 8.03333ZM6.63334 8C6.63334 7.24521 7.24522 6.63333 8.00001 6.63333C8.7548 6.63333 9.36667 7.24521 9.36667 8C9.36667 8.75479 8.7548 9.36666 8.00001 9.36666C7.24522 9.36666 6.63334 8.75479 6.63334 8ZM12.6667 8.03333C12.6851 8.03333 12.7 8.01841 12.7 8C12.7 7.98159 12.6851 7.96666 12.6667 7.96666C12.6483 7.96666 12.6333 7.98159 12.6333 8C12.6333 8.01841 12.6483 8.03333 12.6667 8.03333ZM11.3 8C11.3 7.24521 11.9119 6.63333 12.6667 6.63333C13.4215 6.63333 14.0333 7.24521 14.0333 8C14.0333 8.75479 13.4215 9.36666 12.6667 9.36666C11.9119 9.36666 11.3 8.75479 11.3 8Z", + d: "M5.29999 3.99999C5.29999 3.61339 5.61339 3.29999 5.99999 3.29999H9.99999C10.3866 3.29999 10.7 3.61339 10.7 3.99999V7.29999H12.6667C12.9498 7.29999 13.205 7.47054 13.3134 7.73211C13.4217 7.99368 13.3618 8.29476 13.1616 8.49496L8.49496 13.1616C8.36369 13.2929 8.18564 13.3667 7.99999 13.3667C7.81434 13.3667 7.63629 13.2929 7.50501 13.1616L2.83835 8.49496C2.63815 8.29476 2.57826 7.99368 2.68661 7.73211C2.79495 7.47054 3.0502 7.29999 3.33332 7.29999H5.29999V3.99999ZM6.69999 4.69999V7.99999C6.69999 8.38659 6.38659 8.69999 5.99999 8.69999H5.02327L7.99999 11.6767L10.9767 8.69999H9.99999C9.61339 8.69999 9.29999 8.38659 9.29999 7.99999V4.69999H6.69999Z", fill: "currentColor", }), - ), - zo = m.div(({ theme: e, sx: t }) => ({ - boxSizing: "border-box", - flexBasis: "100%", - width: "100%", - fontSize: 12, - fontWeight: "bold", - height: 38, - display: "flex", - alignItems: "center", - marginRight: 10, - "& .breadcrumbsList": { - display: "flex", - flexWrap: "nowrap", - flexGrow: 1, - textAlign: "left", - marginLeft: 15, - marginRight: 10, - overflow: "hidden", - userSelect: "none", - "& .divider": { - boxSizing: "content-box", - display: "inline-flex", - justifyContent: "center", - width: 12, - minWidth: 12, - color: rn( - e, - "elementsColor", - b["Color/Neutral/Text/colorTextHeading"].lightMode, - ), - fontSize: 12, - fontStyle: "normal", - fontWeight: 400, - lineHeight: "16px", - letterSpacing: "0.5px", - padding: "2px 4px", - }, - "& svg": { - color: rn( - e, - "elementsColor", - b["Color/Neutral/Text/colorTextHeading"].lightMode, - ), - "&:hover": { - color: rn( - e, - "hoverColor", - b["Color/Brand/Control/colorBgHover"].lightMode, - ), - }, - }, - "& .last": { pointerEvents: "none" }, - }, - "& .slashSpacingStyle": { margin: "0 5px" }, - ...V(t, e), - })), - $o = ({ - sx: e, - goBackFunction: n, - options: r, - displayLastItems: o = !1, - onClickOption: l, - markCurrentItem: i = !1, - children: C, - }) => { - const s = "number" == typeof o && r.length - 1 > o && r.length > 0; - let c = null; - const d = (e) => { - l && l(e.to), e.onClick && e.onClick(e.to); - }, - u = () => t.createElement(yn, { className: "divider" }, "/"); - if (s && r.length > o - 1) { - const e = r.slice(1, -1 * o); - c = t.createElement( - Bo, - { - id: "breadcrumbs-expand", - className: "breadcrumbElement", - icon: t.createElement(Go, null), - variant: "secondary-ghost", - sx: { height: 20, padding: "2px 4px", borderRadius: 2 }, - dropArrow: !1, - compact: !0, - }, - e.map((e, n) => - t.createElement( - Do, - { - key: `expandOption-${e.label}-${n}`, - id: `expandOption-${e.label}`, - onClick: () => d(e), - }, - e.label, - ), - ), - ); - } - const m = s ? r.slice(-1 * o) : r; - return t.createElement( - zo, - { className: "breadcrumbs-bar", sx: e }, - n && - t.createElement(eo, { - id: "back-button", - icon: t.createElement(Uo, null), - onClick: n, - iconLocation: "start", - compact: !0, - sx: { width: 28, height: 28 }, - }), - t.createElement( - yn, - { className: "breadcrumbsList" }, - s - ? t.createElement( - a, - null, - t.createElement( - Fo, - { - id: `breadcrumb-option-${r[0].label}`, - onClick: () => d(r[0]), - onClickOption: l, - icon: r[0].icon, - }, - r[0].label, - ), - t.createElement(u, null), - c, - t.createElement(u, null), - m.map((e, n) => { - const r = n === m.length - 1; - return t.createElement( - a, - { key: `expandOption-${e.label}-${n}` }, - 0 !== n && t.createElement(u, null), - t.createElement(Fo, { - id: `breadcrumb-option-${e.label}`, - onClick: () => d(e), - onClickOption: l, - className: "" + (r && !e.subOptions ? "last" : ""), - icon: e.icon, - current: r && i, - label: e.label, - }), - ); - }), - ) - : t.createElement( - a, - null, - m.map((e, n) => { - const o = n === r.length - 1; - return t.createElement( - a, - { key: `expandOption-${e.label}-${n}` }, - 0 !== n && t.createElement(u, null), - t.createElement(Fo, { - id: `breadcrumb-option-${e.label}`, - onClick: () => { - d(e); - }, - onClickOption: l, - className: "" + (o && !e.subOptions ? "last" : ""), - icon: e.icon, - current: o && i, - subOptions: e.subOptions, - label: e.label, - }), - ); - }), - C, - ), - ), - ); - }, - Wo = m.div(({ theme: e, sx: t }) => ({ - display: "inline-flex", - flexDirection: "row", - border: `1px solid ${rn(e, "buttonGroup.border", b["Color/Neutral/Border/colorBorderMinimal"].lightMode)}`, - backgroundColor: rn(e, "buttonGroup.background", ln.bgColorBgShell), - borderRadius: 4, - overflow: "hidden", - width: "initial", - height: 28, - boxSizing: "border-box", - "& > *:not(:last-child)": { - borderRight: `1px solid ${rn(e, "buttonGroup.border", b["Color/Neutral/Border/colorBorderMinimal"].lightMode)}`, - }, - "& button": { - display: "flex", - alignItems: "center", - justifyContent: "center", - boxShadow: "none", - border: 0, - borderRadius: 0, - fontSize: 14, - lineHeight: "20px", - fontStyle: "normal", - fontWeight: 400, - letterSpacing: "0.16px", - fontFamily: "'Geist', sans-serif", - boxSizing: "border-box", - color: rn( - e, - "buttonGroup.labelColor", - b["Color/Neutral/Text/colorTextSecondary"].lightMode, - ), - height: 26, - background: "transparent", - "& .buttonIcon": { - height: 16, - "& > svg": { - width: 16, - height: 16, - minWidth: 16, - minHeight: 16, - color: rn( - e, - "buttonGroup.labelColor", - b["Color/Neutral/Text/colorTextSecondary"].lightMode, - ), - }, - }, - "&.button-secondary": { - color: rn( - e, - "buttonGroup.secondaryLabelColor", - b["Color/Brand/Error/colorPrimary"].lightMode, - ), - "& .buttonIcon > svg": { - color: rn( - e, - "buttonGroup.secondaryLabelColor", - b["Color/Brand/Error/colorPrimary"].lightMode, - ), - }, - }, - "& .button-label, & .menu-option": { whiteSpace: "nowrap" }, - "&:disabled": { - cursor: "not-allowed", - color: rn( - e, - "buttonGroup.disabledLabelColor", - b["Color/Neutral/Text/colorTextDisabled"].lightMode, - ), - backgroundColor: rn( - e, - "buttonGroup.disabledBackground", - b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - ), - "& .buttonIcon > svg": { - color: rn( - e, - "buttonGroup.disabledLabelColor", - b["Color/Neutral/Text/colorTextDisabled"].lightMode, - ), - }, - }, - "&:hover:not(:disabled)": { - background: rn( - e, - "buttonGroup.hoverBackground", - b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - ), - color: rn( - e, - "buttonGroup.hoverLabelColor", - b["Color/Neutral/Text/colorTextSecondary"].lightMode, - ), - borderColor: rn( - e, - "buttonGroup.border", - b["Color/Neutral/Border/colorBorderMinimal"].lightMode, - ), - boxShadow: "none", - "& .buttonIcon > svg": { - color: rn( - e, - "buttonGroup.hoverLabelColor", - b["Color/Neutral/Text/colorTextSecondary"].lightMode, - ), - }, - "&.button-secondary": { - color: rn( - e, - "buttonGroup.secondaryLabelColor", - b["Color/Brand/Error/colorPrimary"].lightMode, - ), - "& .buttonIcon > svg": { - color: rn( - e, - "buttonGroup.secondaryLabelColor", - b["Color/Brand/Error/colorPrimary"].lightMode, - ), - }, - }, - }, - "&:active": { - backgroundColor: rn( - e, - "buttonGroup.activeBackground", - b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, - ), - color: rn( - e, - "buttonGroup.activeLabelColor", - b["Color/Neutral/Text/colorTextSecondary"].lightMode, - ), - borderColor: rn( - e, - "buttonGroup.border", - b["Color/Neutral/Border/colorBorderMinimal"].lightMode, - ), - boxShadow: "none", - "& .buttonIcon > svg": { - color: rn( - e, - "buttonGroup.activeLabelColor", - b["Color/Neutral/Text/colorTextSecondary"].lightMode, - ), - }, - }, - "&.selected:not(:disabled)": { - backgroundColor: rn( - e, - "buttonGroup.selectedBackground", - b["Color/Brand/Control/colorBgActive"].lightMode, - ), - color: rn( - e, - "buttonGroup.selectedLabelColor", - b["Color/Brand/Info/colorPrimaryActive"].lightMode, - ), - "& .buttonIcon > svg": { - color: rn( - e, - "buttonGroup.selectedLabelColor", - b["Color/Brand/Info/colorPrimaryActive"].lightMode, - ), - }, - "&:hover": { - backgroundColor: rn( - e, - "buttonGroup.selectedBackground", - b["Color/Brand/Control/colorBgActive"].lightMode, - ), - color: rn( - e, - "buttonGroup.selectedLabelColor", - b["Color/Brand/Info/colorPrimaryActive"].lightMode, - ), - "& .buttonIcon > svg": { - color: rn( - e, - "buttonGroup.selectedLabelColor", - b["Color/Brand/Info/colorPrimaryActive"].lightMode, - ), - }, - }, - }, - }, - ...V(t, e), - })), - jo = ({ sx: e, children: n, isLoading: r, ...o }) => - r - ? t.createElement(Qr, null) - : t.createElement( - Wo, - { ...o, sx: e }, - t.Children.map(n, (e) => (s(e) ? l(e, { inButtonGroup: !0 }) : e)), - ), - qo = m.div(({ sx: e, theme: t }) => ({ - position: "relative", - display: "flex", - flexWrap: "wrap", - width: "100%", - flexBasis: "100%", - [`@media (max-width: ${H.sm})`]: { flexFlow: "column" }, - "& .tooltipContainer": { - marginLeft: 5, - display: "flex", - alignItems: "center", - "& .min-icon": { width: 13 }, - }, - ...V(e, t), - })), - Yo = ({ children: e, sx: n, className: r }) => - t.createElement(qo, { sx: n, className: r }, e), - Ko = (t) => - e.createElement( - "svg", - { - xmlns: "http://www.w3.org/2000/svg", - viewBox: "0 0 16 16", - fill: "none", - className: "min-icon", - ...t, - }, - e.createElement("path", { + }), + An = (e) => + Et("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Et("path", { fillRule: "evenodd", clipRule: "evenodd", - d: "M13.8283 3.50502C14.1017 3.77839 14.1017 4.22161 13.8283 4.49497L6.49498 11.8283C6.22162 12.1017 5.7784 12.1017 5.50503 11.8283L2.1717 8.49497C1.89833 8.22161 1.89833 7.77839 2.1717 7.50502C2.44507 7.23166 2.88828 7.23166 3.16165 7.50502L6.00001 10.3434L12.8384 3.50502C13.1117 3.23166 13.5549 3.23166 13.8283 3.50502Z", + d: "M8.26785 2.68661C8.52942 2.79495 8.69997 3.0502 8.69997 3.33332V5.29999H9.99997C10.3866 5.29999 10.7 5.61339 10.7 5.99999V9.99999C10.7 10.3866 10.3866 10.7 9.99997 10.7H8.69997V12.6667C8.69997 12.9498 8.52942 13.205 8.26785 13.3134C8.00627 13.4217 7.70519 13.3618 7.50499 13.1616L2.83833 8.49496C2.56496 8.2216 2.56496 7.77838 2.83833 7.50501L7.50499 2.83835C7.70519 2.63815 8.00627 2.57826 8.26785 2.68661ZM4.32325 7.99999L7.29997 10.9767V9.99999C7.29997 9.61339 7.61337 9.29999 7.99997 9.29999H9.29997V6.69999H7.99997C7.61337 6.69999 7.29997 6.38659 7.29997 5.99999V5.02327L4.32325 7.99999ZM12.6666 5.29999C13.0532 5.29999 13.3666 5.61339 13.3666 5.99999V9.99999C13.3666 10.3866 13.0532 10.7 12.6666 10.7C12.28 10.7 11.9666 10.3866 11.9666 9.99999V5.99999C11.9666 5.61339 12.28 5.29999 12.6666 5.29999Z", fill: "currentColor", }), - ), - Xo = m.label(({ sx: e, theme: t }) => ({ - position: "relative", - "& input": { display: "none" }, - "& .checkbox": { - position: "relative", - display: "block", - width: 16, - height: 16, - borderRadius: 4, - border: `1px solid ${rn(t, "checkbox.checkBoxBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode)}`, - backgroundColor: rn( - t, - "checkbox.checkBoxBackground", - b["Color/Neutral/Bg/colorBgFields"].lightMode, - ), - boxSizing: "border-box", - "&:hover:not(:disabled)": { - borderColor: rn( - t, - "checkbox.checkBoxHoverBorder", - b["Color/Neutral/Border/colorBorderBold"].lightMode, - ), - }, - "& .icon-overlay": { display: "none" }, - }, - "input:checked ~ .checkbox": { - borderColor: rn( - t, - "checkbox.checkBoxActiveBorder", - b["Color/Brand/Primary/colorPrimary"].lightMode, - ), - backgroundColor: rn( - t, - "checkbox.checkBoxActiveColor", - b["Color/Brand/Primary/colorPrimary"].lightMode, - ), - overflow: "hidden", - "&:before": { - content: "' '", - position: "absolute", - display: "block", - width: 16, - height: 16, - borderRadius: 4, - top: "50%", - left: "50%", - transform: "translateX(-50%) translateY(-50%)", - }, - "& .icon-overlay": { display: "block" }, - "&:hover": { - borderColor: rn( - t, - "checkbox.checkBoxActiveHoverBorder", - b["Color/Brand/Primary/colorPrimaryHover"].lightMode, - ), - backgroundColor: rn( - t, - "checkbox.checkBoxActiveHoverBackground", - b["Color/Brand/Primary/colorPrimaryHover"].lightMode, - ), - }, - }, - "input:disabled": { - "& ~ .checkbox": { - border: `1px solid ${rn(t, "checkbox.disabledBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode)}`, - backgroundColor: rn( - t, - "checkbox.disabledBackground", - b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - ), - "&:hover": { - borderColor: rn( - t, - "checkbox.disabledBorder", - b["Color/Neutral/Border/colorBorderSubtle"].lightMode, - ), - backgroundColor: rn( - t, - "checkbox.disabledBackground", - b["Color/Neutral/Bg/colorBgDisabled"].lightMode, - ), - }, - }, - }, - "& .icon-overlay": { - color: rn( - t, - "checkbox.checkBoxActiveCheckboxColor", - b["Color/Neutral/Text/colorTextLightSolid"].lightMode, - ), - position: "absolute", - width: 14, - height: 14, - "&.disabled": { - color: rn( - t, - "checkbox.disabledColor", - b["Color/Neutral/Text/colorTextDisabled"].lightMode, - ), - }, - }, - ...V(e, t), - })), - Qo = ({ - tooltip: e, - label: n, - id: r, - overrideLabelClasses: o, - sx: a, - className: l, - helpTip: i, - helpTipPlacement: C, - checked: s, - checkLabel: c, - disabled: d, - ...u - }) => - t.createElement( - Yo, - { - className: `inputItem ${l || ""}`, - sx: { - display: "flex", - justifyContent: "flex-start", - alignItems: "center", - flexBasis: "initial", - flexWrap: "nowrap", - "& .checkArea": { - display: "flex", - gap: 16, - alignItems: "center", - cursor: "pointer", - }, - }, - }, - n && - "" !== n && - t.createElement( - fo, - { - htmlFor: r, - noMinWidth: !0, - className: `${o || ""}`, - helpTip: i, - helpTipPlacement: C, - }, - n, - e && - "" !== e && - t.createElement( - "div", - { className: "tooltipContainer" }, - t.createElement( - In, - { tooltip: e, placement: "top" }, - t.createElement(ro, null), - ), - ), - ), - t.createElement( - Xo, - { className: "checkArea", sx: a, onClick: (e) => e.stopPropagation() }, - t.createElement("input", { - type: "checkbox", - id: r, - checked: s, - disabled: d, - ...u, - }), - t.createElement( - "span", - { className: "checkbox" }, - t.createElement(Ko, { - className: (d ? "disabled" : "") + " icon-overlay", - }), - ), - c && t.createElement("span", null, c), - ), - ); -function Jo() { - return ( - (Jo = Object.assign - ? Object.assign.bind() - : function (e) { - for (var t = 1; t < arguments.length; t++) { - var n = arguments[t]; - for (var r in n) ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]); - } - return e; - }), - Jo.apply(null, arguments) - ); -} -function ea(e, t) { - if (null == e) return {}; - var n = {}; - for (var r in e) - if ({}.hasOwnProperty.call(e, r)) { - if (t.includes(r)) continue; - n[r] = e[r]; - } - return n; -} -class ta { - constructor(e, t, n) { - (this.property = e), (this.normal = t), n && (this.space = n); - } -} -function na(e, t) { - const n = {}, - r = {}; - let o = -1; - for (; ++o < e.length; ) - Object.assign(n, e[o].property), Object.assign(r, e[o].normal); - return new ta(n, r, t); -} -function ra(e) { - return e.toLowerCase(); -} -(ta.prototype.property = {}), - (ta.prototype.normal = {}), - (ta.prototype.space = null); -let oa = class { - constructor(e, t) { - (this.property = e), (this.attribute = t); - } -}; -(oa.prototype.space = null), - (oa.prototype.boolean = !1), - (oa.prototype.booleanish = !1), - (oa.prototype.overloadedBoolean = !1), - (oa.prototype.number = !1), - (oa.prototype.commaSeparated = !1), - (oa.prototype.spaceSeparated = !1), - (oa.prototype.commaOrSpaceSeparated = !1), - (oa.prototype.mustUseProperty = !1), - (oa.prototype.defined = !1); -let aa = 0; -const la = ma(), - ia = ma(), - Ca = ma(), - sa = ma(), - ca = ma(), - da = ma(), - ua = ma(); -function ma() { - return 2 ** ++aa; -} -var pa = Object.freeze({ - __proto__: null, - boolean: la, - booleanish: ia, - commaOrSpaceSeparated: ua, - commaSeparated: da, - number: sa, - overloadedBoolean: Ca, - spaceSeparated: ca, -}); -const ha = Object.keys(pa); -class ga extends oa { - constructor(e, t, n, r) { - let o = -1; - if ((super(e, t), fa(this, "space", r), "number" == typeof n)) - for (; ++o < ha.length; ) { - const e = ha[o]; - fa(this, ha[o], (n & pa[e]) === pa[e]); - } - } -} -function fa(e, t, n) { - n && (e[t] = n); -} -ga.prototype.defined = !0; -const va = {}.hasOwnProperty; -function Ea(e) { - const t = {}, - n = {}; - let r; - for (r in e.properties) - if (va.call(e.properties, r)) { - const o = e.properties[r], - a = new ga(r, e.transform(e.attributes || {}, r), o, e.space); - e.mustUseProperty && - e.mustUseProperty.includes(r) && - (a.mustUseProperty = !0), - (t[r] = a), - (n[ra(r)] = r), - (n[ra(a.attribute)] = r); - } - return new ta(t, n, e.space); -} -const wa = Ea({ - space: "xlink", - transform: (e, t) => "xlink:" + t.slice(5).toLowerCase(), - properties: { - xLinkActuate: null, - xLinkArcRole: null, - xLinkHref: null, - xLinkRole: null, - xLinkShow: null, - xLinkTitle: null, - xLinkType: null, - }, - }), - La = Ea({ - space: "xml", - transform: (e, t) => "xml:" + t.slice(3).toLowerCase(), - properties: { xmlLang: null, xmlBase: null, xmlSpace: null }, - }); -function ba(e, t) { - return t in e ? e[t] : t; -} -function Ma(e, t) { - return ba(e, t.toLowerCase()); -} -const Ha = Ea({ - space: "xmlns", - attributes: { xmlnsxlink: "xmlns:xlink" }, - transform: Ma, - properties: { xmlns: null, xmlnsXLink: null }, - }), - ya = Ea({ - transform: (e, t) => - "role" === t ? t : "aria-" + t.slice(4).toLowerCase(), - properties: { - ariaActiveDescendant: null, - ariaAtomic: ia, - ariaAutoComplete: null, - ariaBusy: ia, - ariaChecked: ia, - ariaColCount: sa, - ariaColIndex: sa, - ariaColSpan: sa, - ariaControls: ca, - ariaCurrent: null, - ariaDescribedBy: ca, - ariaDetails: null, - ariaDisabled: ia, - ariaDropEffect: ca, - ariaErrorMessage: null, - ariaExpanded: ia, - ariaFlowTo: ca, - ariaGrabbed: ia, - ariaHasPopup: null, - ariaHidden: ia, - ariaInvalid: null, - ariaKeyShortcuts: null, - ariaLabel: null, - ariaLabelledBy: ca, - ariaLevel: sa, - ariaLive: null, - ariaModal: ia, - ariaMultiLine: ia, - ariaMultiSelectable: ia, - ariaOrientation: null, - ariaOwns: ca, - ariaPlaceholder: null, - ariaPosInSet: sa, - ariaPressed: ia, - ariaReadOnly: ia, - ariaRelevant: null, - ariaRequired: ia, - ariaRoleDescription: ca, - ariaRowCount: sa, - ariaRowIndex: sa, - ariaRowSpan: sa, - ariaSelected: ia, - ariaSetSize: sa, - ariaSort: null, - ariaValueMax: sa, - ariaValueMin: sa, - ariaValueNow: sa, - ariaValueText: null, - role: null, - }, - }), - xa = Ea({ - space: "html", - attributes: { - acceptcharset: "accept-charset", - classname: "class", - htmlfor: "for", - httpequiv: "http-equiv", - }, - transform: Ma, - mustUseProperty: ["checked", "multiple", "muted", "selected"], - properties: { - abbr: null, - accept: da, - acceptCharset: ca, - accessKey: ca, - action: null, - allow: null, - allowFullScreen: la, - allowPaymentRequest: la, - allowUserMedia: la, - alt: null, - as: null, - async: la, - autoCapitalize: null, - autoComplete: ca, - autoFocus: la, - autoPlay: la, - blocking: ca, - capture: null, - charSet: null, - checked: la, - cite: null, - className: ca, - cols: sa, - colSpan: null, - content: null, - contentEditable: ia, - controls: la, - controlsList: ca, - coords: sa | da, - crossOrigin: null, - data: null, - dateTime: null, - decoding: null, - default: la, - defer: la, - dir: null, - dirName: null, - disabled: la, - download: Ca, - draggable: ia, - encType: null, - enterKeyHint: null, - fetchPriority: null, - form: null, - formAction: null, - formEncType: null, - formMethod: null, - formNoValidate: la, - formTarget: null, - headers: ca, - height: sa, - hidden: la, - high: sa, - href: null, - hrefLang: null, - htmlFor: ca, - httpEquiv: ca, - id: null, - imageSizes: null, - imageSrcSet: null, - inert: la, - inputMode: null, - integrity: null, - is: null, - isMap: la, - itemId: null, - itemProp: ca, - itemRef: ca, - itemScope: la, - itemType: ca, - kind: null, - label: null, - lang: null, - language: null, - list: null, - loading: null, - loop: la, - low: sa, - manifest: null, - max: null, - maxLength: sa, - media: null, - method: null, - min: null, - minLength: sa, - multiple: la, - muted: la, - name: null, - nonce: null, - noModule: la, - noValidate: la, - onAbort: null, - onAfterPrint: null, - onAuxClick: null, - onBeforeMatch: null, - onBeforePrint: null, - onBeforeToggle: null, - onBeforeUnload: null, - onBlur: null, - onCancel: null, - onCanPlay: null, - onCanPlayThrough: null, - onChange: null, - onClick: null, - onClose: null, - onContextLost: null, - onContextMenu: null, - onContextRestored: null, - onCopy: null, - onCueChange: null, - onCut: null, - onDblClick: null, - onDrag: null, - onDragEnd: null, - onDragEnter: null, - onDragExit: null, - onDragLeave: null, - onDragOver: null, - onDragStart: null, - onDrop: null, - onDurationChange: null, - onEmptied: null, - onEnded: null, - onError: null, - onFocus: null, - onFormData: null, - onHashChange: null, - onInput: null, - onInvalid: null, - onKeyDown: null, - onKeyPress: null, - onKeyUp: null, - onLanguageChange: null, - onLoad: null, - onLoadedData: null, - onLoadedMetadata: null, - onLoadEnd: null, - onLoadStart: null, - onMessage: null, - onMessageError: null, - onMouseDown: null, - onMouseEnter: null, - onMouseLeave: null, - onMouseMove: null, - onMouseOut: null, - onMouseOver: null, - onMouseUp: null, - onOffline: null, - onOnline: null, - onPageHide: null, - onPageShow: null, - onPaste: null, - onPause: null, - onPlay: null, - onPlaying: null, - onPopState: null, - onProgress: null, - onRateChange: null, - onRejectionHandled: null, - onReset: null, - onResize: null, - onScroll: null, - onScrollEnd: null, - onSecurityPolicyViolation: null, - onSeeked: null, - onSeeking: null, - onSelect: null, - onSlotChange: null, - onStalled: null, - onStorage: null, - onSubmit: null, - onSuspend: null, - onTimeUpdate: null, - onToggle: null, - onUnhandledRejection: null, - onUnload: null, - onVolumeChange: null, - onWaiting: null, - onWheel: null, - open: la, - optimum: sa, - pattern: null, - ping: ca, - placeholder: null, - playsInline: la, - popover: null, - popoverTarget: null, - popoverTargetAction: null, - poster: null, - preload: null, - readOnly: la, - referrerPolicy: null, - rel: ca, - required: la, - reversed: la, - rows: sa, - rowSpan: sa, - sandbox: ca, - scope: null, - scoped: la, - seamless: la, - selected: la, - shadowRootClonable: la, - shadowRootDelegatesFocus: la, - shadowRootMode: null, - shape: null, - size: sa, - sizes: null, - slot: null, - span: sa, - spellCheck: ia, - src: null, - srcDoc: null, - srcLang: null, - srcSet: null, - start: sa, - step: null, - style: null, - tabIndex: sa, - target: null, - title: null, - translate: null, - type: null, - typeMustMatch: la, - useMap: null, - value: ia, - width: sa, - wrap: null, - writingSuggestions: null, - align: null, - aLink: null, - archive: ca, - axis: null, - background: null, - bgColor: null, - border: sa, - borderColor: null, - bottomMargin: sa, - cellPadding: null, - cellSpacing: null, - char: null, - charOff: null, - classId: null, - clear: null, - code: null, - codeBase: null, - codeType: null, - color: null, - compact: la, - declare: la, - event: null, - face: null, - frame: null, - frameBorder: null, - hSpace: sa, - leftMargin: sa, - link: null, - longDesc: null, - lowSrc: null, - marginHeight: sa, - marginWidth: sa, - noResize: la, - noHref: la, - noShade: la, - noWrap: la, - object: null, - profile: null, - prompt: null, - rev: null, - rightMargin: sa, - rules: null, - scheme: null, - scrolling: ia, - standby: null, - summary: null, - text: null, - topMargin: sa, - valueType: null, - version: null, - vAlign: null, - vLink: null, - vSpace: sa, - allowTransparency: null, - autoCorrect: null, - autoSave: null, - disablePictureInPicture: la, - disableRemotePlayback: la, - prefix: null, - property: null, - results: sa, - security: null, - unselectable: null, - }, - }), - Ra = Ea({ - space: "svg", - attributes: { - accentHeight: "accent-height", - alignmentBaseline: "alignment-baseline", - arabicForm: "arabic-form", - baselineShift: "baseline-shift", - capHeight: "cap-height", - className: "class", - clipPath: "clip-path", - clipRule: "clip-rule", - colorInterpolation: "color-interpolation", - colorInterpolationFilters: "color-interpolation-filters", - colorProfile: "color-profile", - colorRendering: "color-rendering", - crossOrigin: "crossorigin", - dataType: "datatype", - dominantBaseline: "dominant-baseline", - enableBackground: "enable-background", - fillOpacity: "fill-opacity", - fillRule: "fill-rule", - floodColor: "flood-color", - floodOpacity: "flood-opacity", - fontFamily: "font-family", - fontSize: "font-size", - fontSizeAdjust: "font-size-adjust", - fontStretch: "font-stretch", - fontStyle: "font-style", - fontVariant: "font-variant", - fontWeight: "font-weight", - glyphName: "glyph-name", - glyphOrientationHorizontal: "glyph-orientation-horizontal", - glyphOrientationVertical: "glyph-orientation-vertical", - hrefLang: "hreflang", - horizAdvX: "horiz-adv-x", - horizOriginX: "horiz-origin-x", - horizOriginY: "horiz-origin-y", - imageRendering: "image-rendering", - letterSpacing: "letter-spacing", - lightingColor: "lighting-color", - markerEnd: "marker-end", - markerMid: "marker-mid", - markerStart: "marker-start", - navDown: "nav-down", - navDownLeft: "nav-down-left", - navDownRight: "nav-down-right", - navLeft: "nav-left", - navNext: "nav-next", - navPrev: "nav-prev", - navRight: "nav-right", - navUp: "nav-up", - navUpLeft: "nav-up-left", - navUpRight: "nav-up-right", - onAbort: "onabort", - onActivate: "onactivate", - onAfterPrint: "onafterprint", - onBeforePrint: "onbeforeprint", - onBegin: "onbegin", - onCancel: "oncancel", - onCanPlay: "oncanplay", - onCanPlayThrough: "oncanplaythrough", - onChange: "onchange", - onClick: "onclick", - onClose: "onclose", - onCopy: "oncopy", - onCueChange: "oncuechange", - onCut: "oncut", - onDblClick: "ondblclick", - onDrag: "ondrag", - onDragEnd: "ondragend", - onDragEnter: "ondragenter", - onDragExit: "ondragexit", - onDragLeave: "ondragleave", - onDragOver: "ondragover", - onDragStart: "ondragstart", - onDrop: "ondrop", - onDurationChange: "ondurationchange", - onEmptied: "onemptied", - onEnd: "onend", - onEnded: "onended", - onError: "onerror", - onFocus: "onfocus", - onFocusIn: "onfocusin", - onFocusOut: "onfocusout", - onHashChange: "onhashchange", - onInput: "oninput", - onInvalid: "oninvalid", - onKeyDown: "onkeydown", - onKeyPress: "onkeypress", - onKeyUp: "onkeyup", - onLoad: "onload", - onLoadedData: "onloadeddata", - onLoadedMetadata: "onloadedmetadata", - onLoadStart: "onloadstart", - onMessage: "onmessage", - onMouseDown: "onmousedown", - onMouseEnter: "onmouseenter", - onMouseLeave: "onmouseleave", - onMouseMove: "onmousemove", - onMouseOut: "onmouseout", - onMouseOver: "onmouseover", - onMouseUp: "onmouseup", - onMouseWheel: "onmousewheel", - onOffline: "onoffline", - onOnline: "ononline", - onPageHide: "onpagehide", - onPageShow: "onpageshow", - onPaste: "onpaste", - onPause: "onpause", - onPlay: "onplay", - onPlaying: "onplaying", - onPopState: "onpopstate", - onProgress: "onprogress", - onRateChange: "onratechange", - onRepeat: "onrepeat", - onReset: "onreset", - onResize: "onresize", - onScroll: "onscroll", - onSeeked: "onseeked", - onSeeking: "onseeking", - onSelect: "onselect", - onShow: "onshow", - onStalled: "onstalled", - onStorage: "onstorage", - onSubmit: "onsubmit", - onSuspend: "onsuspend", - onTimeUpdate: "ontimeupdate", - onToggle: "ontoggle", - onUnload: "onunload", - onVolumeChange: "onvolumechange", - onWaiting: "onwaiting", - onZoom: "onzoom", - overlinePosition: "overline-position", - overlineThickness: "overline-thickness", - paintOrder: "paint-order", - panose1: "panose-1", - pointerEvents: "pointer-events", - referrerPolicy: "referrerpolicy", - renderingIntent: "rendering-intent", - shapeRendering: "shape-rendering", - stopColor: "stop-color", - stopOpacity: "stop-opacity", - strikethroughPosition: "strikethrough-position", - strikethroughThickness: "strikethrough-thickness", - strokeDashArray: "stroke-dasharray", - strokeDashOffset: "stroke-dashoffset", - strokeLineCap: "stroke-linecap", - strokeLineJoin: "stroke-linejoin", - strokeMiterLimit: "stroke-miterlimit", - strokeOpacity: "stroke-opacity", - strokeWidth: "stroke-width", - tabIndex: "tabindex", - textAnchor: "text-anchor", - textDecoration: "text-decoration", - textRendering: "text-rendering", - transformOrigin: "transform-origin", - typeOf: "typeof", - underlinePosition: "underline-position", - underlineThickness: "underline-thickness", - unicodeBidi: "unicode-bidi", - unicodeRange: "unicode-range", - unitsPerEm: "units-per-em", - vAlphabetic: "v-alphabetic", - vHanging: "v-hanging", - vIdeographic: "v-ideographic", - vMathematical: "v-mathematical", - vectorEffect: "vector-effect", - vertAdvY: "vert-adv-y", - vertOriginX: "vert-origin-x", - vertOriginY: "vert-origin-y", - wordSpacing: "word-spacing", - writingMode: "writing-mode", - xHeight: "x-height", - playbackOrder: "playbackorder", - timelineBegin: "timelinebegin", - }, - transform: ba, - properties: { - about: ua, - accentHeight: sa, - accumulate: null, - additive: null, - alignmentBaseline: null, - alphabetic: sa, - amplitude: sa, - arabicForm: null, - ascent: sa, - attributeName: null, - attributeType: null, - azimuth: sa, - bandwidth: null, - baselineShift: null, - baseFrequency: null, - baseProfile: null, - bbox: null, - begin: null, - bias: sa, - by: null, - calcMode: null, - capHeight: sa, - className: ca, - clip: null, - clipPath: null, - clipPathUnits: null, - clipRule: null, - color: null, - colorInterpolation: null, - colorInterpolationFilters: null, - colorProfile: null, - colorRendering: null, - content: null, - contentScriptType: null, - contentStyleType: null, - crossOrigin: null, - cursor: null, - cx: null, - cy: null, - d: null, - dataType: null, - defaultAction: null, - descent: sa, - diffuseConstant: sa, - direction: null, - display: null, - dur: null, - divisor: sa, - dominantBaseline: null, - download: la, - dx: null, - dy: null, - edgeMode: null, - editable: null, - elevation: sa, - enableBackground: null, - end: null, - event: null, - exponent: sa, - externalResourcesRequired: null, - fill: null, - fillOpacity: sa, - fillRule: null, - filter: null, - filterRes: null, - filterUnits: null, - floodColor: null, - floodOpacity: null, - focusable: null, - focusHighlight: null, - fontFamily: null, - fontSize: null, - fontSizeAdjust: null, - fontStretch: null, - fontStyle: null, - fontVariant: null, - fontWeight: null, - format: null, - fr: null, - from: null, - fx: null, - fy: null, - g1: da, - g2: da, - glyphName: da, - glyphOrientationHorizontal: null, - glyphOrientationVertical: null, - glyphRef: null, - gradientTransform: null, - gradientUnits: null, - handler: null, - hanging: sa, - hatchContentUnits: null, - hatchUnits: null, - height: null, - href: null, - hrefLang: null, - horizAdvX: sa, - horizOriginX: sa, - horizOriginY: sa, - id: null, - ideographic: sa, - imageRendering: null, - initialVisibility: null, - in: null, - in2: null, - intercept: sa, - k: sa, - k1: sa, - k2: sa, - k3: sa, - k4: sa, - kernelMatrix: ua, - kernelUnitLength: null, - keyPoints: null, - keySplines: null, - keyTimes: null, - kerning: null, - lang: null, - lengthAdjust: null, - letterSpacing: null, - lightingColor: null, - limitingConeAngle: sa, - local: null, - markerEnd: null, - markerMid: null, - markerStart: null, - markerHeight: null, - markerUnits: null, - markerWidth: null, - mask: null, - maskContentUnits: null, - maskUnits: null, - mathematical: null, - max: null, - media: null, - mediaCharacterEncoding: null, - mediaContentEncodings: null, - mediaSize: sa, - mediaTime: null, - method: null, - min: null, - mode: null, - name: null, - navDown: null, - navDownLeft: null, - navDownRight: null, - navLeft: null, - navNext: null, - navPrev: null, - navRight: null, - navUp: null, - navUpLeft: null, - navUpRight: null, - numOctaves: null, - observer: null, - offset: null, - onAbort: null, - onActivate: null, - onAfterPrint: null, - onBeforePrint: null, - onBegin: null, - onCancel: null, - onCanPlay: null, - onCanPlayThrough: null, - onChange: null, - onClick: null, - onClose: null, - onCopy: null, - onCueChange: null, - onCut: null, - onDblClick: null, - onDrag: null, - onDragEnd: null, - onDragEnter: null, - onDragExit: null, - onDragLeave: null, - onDragOver: null, - onDragStart: null, - onDrop: null, - onDurationChange: null, - onEmptied: null, - onEnd: null, - onEnded: null, - onError: null, - onFocus: null, - onFocusIn: null, - onFocusOut: null, - onHashChange: null, - onInput: null, - onInvalid: null, - onKeyDown: null, - onKeyPress: null, - onKeyUp: null, - onLoad: null, - onLoadedData: null, - onLoadedMetadata: null, - onLoadStart: null, - onMessage: null, - onMouseDown: null, - onMouseEnter: null, - onMouseLeave: null, - onMouseMove: null, - onMouseOut: null, - onMouseOver: null, - onMouseUp: null, - onMouseWheel: null, - onOffline: null, - onOnline: null, - onPageHide: null, - onPageShow: null, - onPaste: null, - onPause: null, - onPlay: null, - onPlaying: null, - onPopState: null, - onProgress: null, - onRateChange: null, - onRepeat: null, - onReset: null, - onResize: null, - onScroll: null, - onSeeked: null, - onSeeking: null, - onSelect: null, - onShow: null, - onStalled: null, - onStorage: null, - onSubmit: null, - onSuspend: null, - onTimeUpdate: null, - onToggle: null, - onUnload: null, - onVolumeChange: null, - onWaiting: null, - onZoom: null, - opacity: null, - operator: null, - order: null, - orient: null, - orientation: null, - origin: null, - overflow: null, - overlay: null, - overlinePosition: sa, - overlineThickness: sa, - paintOrder: null, - panose1: null, - path: null, - pathLength: sa, - patternContentUnits: null, - patternTransform: null, - patternUnits: null, - phase: null, - ping: ca, - pitch: null, - playbackOrder: null, - pointerEvents: null, - points: null, - pointsAtX: sa, - pointsAtY: sa, - pointsAtZ: sa, - preserveAlpha: null, - preserveAspectRatio: null, - primitiveUnits: null, - propagate: null, - property: ua, - r: null, - radius: null, - referrerPolicy: null, - refX: null, - refY: null, - rel: ua, - rev: ua, - renderingIntent: null, - repeatCount: null, - repeatDur: null, - requiredExtensions: ua, - requiredFeatures: ua, - requiredFonts: ua, - requiredFormats: ua, - resource: null, - restart: null, - result: null, - rotate: null, - rx: null, - ry: null, - scale: null, - seed: null, - shapeRendering: null, - side: null, - slope: null, - snapshotTime: null, - specularConstant: sa, - specularExponent: sa, - spreadMethod: null, - spacing: null, - startOffset: null, - stdDeviation: null, - stemh: null, - stemv: null, - stitchTiles: null, - stopColor: null, - stopOpacity: null, - strikethroughPosition: sa, - strikethroughThickness: sa, - string: null, - stroke: null, - strokeDashArray: ua, - strokeDashOffset: null, - strokeLineCap: null, - strokeLineJoin: null, - strokeMiterLimit: sa, - strokeOpacity: sa, - strokeWidth: null, - style: null, - surfaceScale: sa, - syncBehavior: null, - syncBehaviorDefault: null, - syncMaster: null, - syncTolerance: null, - syncToleranceDefault: null, - systemLanguage: ua, - tabIndex: sa, - tableValues: null, - target: null, - targetX: sa, - targetY: sa, - textAnchor: null, - textDecoration: null, - textRendering: null, - textLength: null, - timelineBegin: null, - title: null, - transformBehavior: null, - type: null, - typeOf: ua, - to: null, - transform: null, - transformOrigin: null, - u1: null, - u2: null, - underlinePosition: sa, - underlineThickness: sa, - unicode: null, - unicodeBidi: null, - unicodeRange: null, - unitsPerEm: sa, - values: null, - vAlphabetic: sa, - vMathematical: sa, - vectorEffect: null, - vHanging: sa, - vIdeographic: sa, - version: null, - vertAdvY: sa, - vertOriginX: sa, - vertOriginY: sa, - viewBox: null, - viewTarget: null, - visibility: null, - width: null, - widths: null, - wordSpacing: null, - writingMode: null, - x: null, - x1: null, - x2: null, - xChannelSelector: null, - xHeight: sa, - y: null, - y1: null, - y2: null, - yChannelSelector: null, - z: null, - zoomAndPan: null, - }, - }), - Ta = /^data[-\w.:]+$/i, - Na = /-[a-z]/g, - Sa = /[A-Z]/g; -function Va(e, t) { - const n = ra(t); - let r = t, - o = oa; - if (n in e.normal) return e.property[e.normal[n]]; - if (n.length > 4 && "data" === n.slice(0, 4) && Ta.test(t)) { - if ("-" === t.charAt(4)) { - const e = t.slice(5).replace(Na, Aa); - r = "data" + e.charAt(0).toUpperCase() + e.slice(1); - } else { - const e = t.slice(4); - if (!Na.test(e)) { - let n = e.replace(Sa, _a); - "-" !== n.charAt(0) && (n = "-" + n), (t = "data" + n); - } - } - o = ga; - } - return new o(r, t); -} -function _a(e) { - return "-" + e.toLowerCase(); -} -function Aa(e) { - return e.charAt(1).toUpperCase(); -} -const ka = na([La, wa, Ha, ya, xa], "html"), - Za = na([La, wa, Ha, ya, Ra], "svg"); -function Ia(e) { - const t = [], - n = String(e || ""); - let r = n.indexOf(","), - o = 0, - a = !1; - for (; !a; ) { - -1 === r && ((r = n.length), (a = !0)); - const e = n.slice(o, r).trim(); - (!e && a) || t.push(e), (o = r + 1), (r = n.indexOf(",", o)); - } - return t; -} -function Ba(e, t) { - const n = t || {}; - return ("" === e[e.length - 1] ? [...e, ""] : e) - .join((n.padRight ? " " : "") + "," + (!1 === n.padLeft ? "" : " ")) - .trim(); -} -const Oa = /[#.]/g; -function Da(e) { - const t = String(e || "").trim(); - return t ? t.split(/[ \t\n\r\f]+/g) : []; -} -function Pa(e) { - return e.join(" ").trim(); -} -const Fa = new Set(["button", "menu", "reset", "submit"]), - Ua = {}.hasOwnProperty; -function Ga(e, t, n) { - const r = - n && - (function (e) { - const t = {}; - let n = -1; - for (; ++n < e.length; ) t[e[n].toLowerCase()] = e[n]; - return t; - })(n); - return function (n, o, ...a) { - let l, - i = -1; - if (null == n) { - l = { type: "root", children: [] }; - const e = o; - a.unshift(e); - } else if ( - ((l = (function (e, t) { - const n = e || "", - r = {}; - let o, - a, - l = 0; - for (; l < n.length; ) { - Oa.lastIndex = l; - const e = Oa.exec(n), - t = n.slice(l, e ? e.index : n.length); - t && - (o - ? "#" === o - ? (r.id = t) - : Array.isArray(r.className) - ? r.className.push(t) - : (r.className = [t]) - : (a = t), - (l += t.length)), - e && ((o = e[0]), l++); - } - return { - type: "element", - tagName: a || t || "div", - properties: r, - children: [], - }; - })(n, t)), - (l.tagName = l.tagName.toLowerCase()), - r && Ua.call(r, l.tagName) && (l.tagName = r[l.tagName]), - (function (e, t) { - if (null == e || "object" != typeof e || Array.isArray(e)) return !1; - if ("input" === t || !e.type || "string" != typeof e.type) return !0; - if ("children" in e && Array.isArray(e.children)) return !1; - if ("button" === t) return Fa.has(e.type.toLowerCase()); - return !("value" in e); - })(o, l.tagName)) - ) { - let t; - for (t in o) Ua.call(o, t) && za(e, l.properties, t, o[t]); - } else a.unshift(o); - for (; ++i < a.length; ) $a(l.children, a[i]); - return ( - "element" === l.type && - "template" === l.tagName && - ((l.content = { type: "root", children: l.children }), - (l.children = [])), - l - ); - }; -} -function za(e, t, n, r) { - const o = Va(e, n); - let a, - l = -1; - if (null != r) { - if ("number" == typeof r) { - if (Number.isNaN(r)) return; - a = r; - } else - a = - "boolean" == typeof r - ? r - : "string" == typeof r - ? o.spaceSeparated - ? Da(r) - : o.commaSeparated - ? Ia(r) - : o.commaOrSpaceSeparated - ? Da(Ia(r).join(" ")) - : Wa(o, o.property, r) - : Array.isArray(r) - ? r.concat() - : "style" === o.property - ? (function (e) { - const t = []; - let n; - for (n in e) Ua.call(e, n) && t.push([n, e[n]].join(": ")); - return t.join("; "); - })(r) - : String(r); - if (Array.isArray(a)) { - const e = []; - for (; ++l < a.length; ) { - const t = Wa(o, o.property, a[l]); - e[l] = t; - } - a = e; - } - if ("className" === o.property && Array.isArray(t.className)) { - const e = a; - a = t.className.concat(e); - } - t[o.property] = a; - } -} -function $a(e, t) { - let n = -1; - if (null == t); - else if ("string" == typeof t || "number" == typeof t) - e.push({ type: "text", value: String(t) }); - else if (Array.isArray(t)) for (; ++n < t.length; ) $a(e, t[n]); - else { - if ("object" != typeof t || !("type" in t)) - throw new Error("Expected node, nodes, or string, got `" + t + "`"); - "root" === t.type ? $a(e, t.children) : e.push(t); - } -} -function Wa(e, t, n) { - if ("string" == typeof n) { - if (e.number && n && !Number.isNaN(Number(n))) return Number(n); - if ((e.boolean || e.overloadedBoolean) && ("" === n || ra(n) === ra(t))) - return !0; - } - return n; -} -const ja = Ga(ka, "div"), - qa = Ga(Za, "g", [ - "altGlyph", - "altGlyphDef", - "altGlyphItem", - "animateColor", - "animateMotion", - "animateTransform", - "clipPath", - "feBlend", - "feColorMatrix", - "feComponentTransfer", - "feComposite", - "feConvolveMatrix", - "feDiffuseLighting", - "feDisplacementMap", - "feDistantLight", - "feDropShadow", - "feFlood", - "feFuncA", - "feFuncB", - "feFuncG", - "feFuncR", - "feGaussianBlur", - "feImage", - "feMerge", - "feMergeNode", - "feMorphology", - "feOffset", - "fePointLight", - "feSpecularLighting", - "feSpotLight", - "feTile", - "feTurbulence", - "foreignObject", - "glyphRef", - "linearGradient", - "radialGradient", - "solidColor", - "textArea", - "textPath", - ]); -function Ya(e, t) { - const n = e.indexOf("\r", t), - r = e.indexOf("\n", t); - return -1 === r ? n : -1 === n || n + 1 === r ? r : n < r ? n : r; -} -const Ka = "http://www.w3.org/2000/svg", - Xa = {}.hasOwnProperty, - Qa = Object.prototype; -function Ja(e, t) { - let n; - switch (t.nodeName) { - case "#comment": { - const r = t; - return (n = { type: "comment", value: r.data }), tl(e, r, n), n; - } - case "#document": - case "#document-fragment": { - const r = t, - o = "mode" in r && ("quirks" === r.mode || "limited-quirks" === r.mode); - if ( - ((n = { - type: "root", - children: el(e, t.childNodes), - data: { quirksMode: o }, - }), - e.file && e.location) - ) { - const t = String(e.file), - r = (function (e) { - const t = String(e), - n = []; - return { - toOffset: function (e) { - if ( - e && - "number" == typeof e.line && - "number" == typeof e.column && - !Number.isNaN(e.line) && - !Number.isNaN(e.column) - ) { - for (; n.length < e.line; ) { - const e = n[n.length - 1], - r = Ya(t, e), - o = -1 === r ? t.length + 1 : r + 1; - if (e === o) break; - n.push(o); - } - const r = (e.line > 1 ? n[e.line - 2] : 0) + e.column - 1; - if (r < n[e.line - 1]) return r; - } - }, - toPoint: function (e) { - if ("number" == typeof e && e > -1 && e <= t.length) { - let r = 0; - for (;;) { - let o = n[r]; - if (void 0 === o) { - const e = Ya(t, n[r - 1]); - (o = -1 === e ? t.length + 1 : e + 1), (n[r] = o); - } - if (o > e) - return { - line: r + 1, - column: e - (r > 0 ? n[r - 1] : 0) + 1, - offset: e, - }; - r++; - } - } - }, - }; - })(t), - o = r.toPoint(0), - a = r.toPoint(t.length); - n.position = { start: o, end: a }; - } - return n; - } - case "#documentType": - return (n = { type: "doctype" }), tl(e, t, n), n; - case "#text": { - const r = t; - return (n = { type: "text", value: r.value }), tl(e, r, n), n; - } - default: - return ( - (n = (function (e, t) { - const n = e.schema; - e.schema = t.namespaceURI === Ka ? Za : ka; - let r = -1; - const o = {}; - for (; ++r < t.attrs.length; ) { - const e = t.attrs[r], - n = (e.prefix ? e.prefix + ":" : "") + e.name; - Xa.call(Qa, n) || (o[n] = e.value); - } - const a = "svg" === e.schema.space ? qa : ja, - l = a(t.tagName, o, el(e, t.childNodes)); - if ((tl(e, t, l), "template" === l.tagName)) { - const n = t, - r = n.sourceCodeLocation, - o = r && r.startTag && nl(r.startTag), - a = r && r.endTag && nl(r.endTag), - i = Ja(e, n.content); - o && a && e.file && (i.position = { start: o.end, end: a.start }), - (l.content = i); - } - return (e.schema = n), l; - })(e, t)), - n - ); - } -} -function el(e, t) { - let n = -1; - const r = []; - for (; ++n < t.length; ) { - const o = Ja(e, t[n]); - r.push(o); - } - return r; -} -function tl(e, t, n) { - if ("sourceCodeLocation" in t && t.sourceCodeLocation && e.file) { - const r = (function (e, t, n) { - const r = nl(n); - if ("element" === t.type) { - const o = t.children[t.children.length - 1]; - if ( - (r && - !n.endTag && - o && - o.position && - o.position.end && - (r.end = Object.assign({}, o.position.end)), - e.verbose) - ) { - const r = {}; - let o; - if (n.attrs) - for (o in n.attrs) - Xa.call(n.attrs, o) && - (r[Va(e.schema, o).property] = nl(n.attrs[o])); - n.startTag; - const a = nl(n.startTag), - l = n.endTag ? nl(n.endTag) : void 0, - i = { opening: a }; - l && (i.closing = l), (i.properties = r), (t.data = { position: i }); - } - } - return r; - })(e, n, t.sourceCodeLocation); - r && ((e.location = !0), (n.position = r)); - } -} -function nl(e) { - const t = rl({ - line: e.startLine, - column: e.startCol, - offset: e.startOffset, - }), - n = rl({ line: e.endLine, column: e.endCol, offset: e.endOffset }); - return t || n ? { start: t, end: n } : void 0; -} -function rl(e) { - return e.line && e.column ? e : void 0; -} -const ol = new Set([ - 65534, 65535, 131070, 131071, 196606, 196607, 262142, 262143, 327678, - 327679, 393214, 393215, 458750, 458751, 524286, 524287, 589822, 589823, - 655358, 655359, 720894, 720895, 786430, 786431, 851966, 851967, 917502, - 917503, 983038, 983039, 1048574, 1048575, 1114110, 1114111, - ]), - al = "�"; -var ll; -!(function (e) { - (e[(e.EOF = -1)] = "EOF"), - (e[(e.NULL = 0)] = "NULL"), - (e[(e.TABULATION = 9)] = "TABULATION"), - (e[(e.CARRIAGE_RETURN = 13)] = "CARRIAGE_RETURN"), - (e[(e.LINE_FEED = 10)] = "LINE_FEED"), - (e[(e.FORM_FEED = 12)] = "FORM_FEED"), - (e[(e.SPACE = 32)] = "SPACE"), - (e[(e.EXCLAMATION_MARK = 33)] = "EXCLAMATION_MARK"), - (e[(e.QUOTATION_MARK = 34)] = "QUOTATION_MARK"), - (e[(e.NUMBER_SIGN = 35)] = "NUMBER_SIGN"), - (e[(e.AMPERSAND = 38)] = "AMPERSAND"), - (e[(e.APOSTROPHE = 39)] = "APOSTROPHE"), - (e[(e.HYPHEN_MINUS = 45)] = "HYPHEN_MINUS"), - (e[(e.SOLIDUS = 47)] = "SOLIDUS"), - (e[(e.DIGIT_0 = 48)] = "DIGIT_0"), - (e[(e.DIGIT_9 = 57)] = "DIGIT_9"), - (e[(e.SEMICOLON = 59)] = "SEMICOLON"), - (e[(e.LESS_THAN_SIGN = 60)] = "LESS_THAN_SIGN"), - (e[(e.EQUALS_SIGN = 61)] = "EQUALS_SIGN"), - (e[(e.GREATER_THAN_SIGN = 62)] = "GREATER_THAN_SIGN"), - (e[(e.QUESTION_MARK = 63)] = "QUESTION_MARK"), - (e[(e.LATIN_CAPITAL_A = 65)] = "LATIN_CAPITAL_A"), - (e[(e.LATIN_CAPITAL_F = 70)] = "LATIN_CAPITAL_F"), - (e[(e.LATIN_CAPITAL_X = 88)] = "LATIN_CAPITAL_X"), - (e[(e.LATIN_CAPITAL_Z = 90)] = "LATIN_CAPITAL_Z"), - (e[(e.RIGHT_SQUARE_BRACKET = 93)] = "RIGHT_SQUARE_BRACKET"), - (e[(e.GRAVE_ACCENT = 96)] = "GRAVE_ACCENT"), - (e[(e.LATIN_SMALL_A = 97)] = "LATIN_SMALL_A"), - (e[(e.LATIN_SMALL_F = 102)] = "LATIN_SMALL_F"), - (e[(e.LATIN_SMALL_X = 120)] = "LATIN_SMALL_X"), - (e[(e.LATIN_SMALL_Z = 122)] = "LATIN_SMALL_Z"), - (e[(e.REPLACEMENT_CHARACTER = 65533)] = "REPLACEMENT_CHARACTER"); -})((ll = ll || (ll = {}))); -const il = "--", - Cl = "[CDATA[", - sl = "doctype", - cl = "script", - dl = "public", - ul = "system"; -function ml(e) { - return e >= 55296 && e <= 57343; -} -function pl(e) { - return ( - (32 !== e && - 10 !== e && - 13 !== e && - 9 !== e && - 12 !== e && - e >= 1 && - e <= 31) || - (e >= 127 && e <= 159) - ); -} -function hl(e) { - return (e >= 64976 && e <= 65007) || ol.has(e); -} -var gl; -!(function (e) { - (e.controlCharacterInInputStream = "control-character-in-input-stream"), - (e.noncharacterInInputStream = "noncharacter-in-input-stream"), - (e.surrogateInInputStream = "surrogate-in-input-stream"), - (e.nonVoidHtmlElementStartTagWithTrailingSolidus = - "non-void-html-element-start-tag-with-trailing-solidus"), - (e.endTagWithAttributes = "end-tag-with-attributes"), - (e.endTagWithTrailingSolidus = "end-tag-with-trailing-solidus"), - (e.unexpectedSolidusInTag = "unexpected-solidus-in-tag"), - (e.unexpectedNullCharacter = "unexpected-null-character"), - (e.unexpectedQuestionMarkInsteadOfTagName = - "unexpected-question-mark-instead-of-tag-name"), - (e.invalidFirstCharacterOfTagName = "invalid-first-character-of-tag-name"), - (e.unexpectedEqualsSignBeforeAttributeName = - "unexpected-equals-sign-before-attribute-name"), - (e.missingEndTagName = "missing-end-tag-name"), - (e.unexpectedCharacterInAttributeName = - "unexpected-character-in-attribute-name"), - (e.unknownNamedCharacterReference = "unknown-named-character-reference"), - (e.missingSemicolonAfterCharacterReference = - "missing-semicolon-after-character-reference"), - (e.unexpectedCharacterAfterDoctypeSystemIdentifier = - "unexpected-character-after-doctype-system-identifier"), - (e.unexpectedCharacterInUnquotedAttributeValue = - "unexpected-character-in-unquoted-attribute-value"), - (e.eofBeforeTagName = "eof-before-tag-name"), - (e.eofInTag = "eof-in-tag"), - (e.missingAttributeValue = "missing-attribute-value"), - (e.missingWhitespaceBetweenAttributes = - "missing-whitespace-between-attributes"), - (e.missingWhitespaceAfterDoctypePublicKeyword = - "missing-whitespace-after-doctype-public-keyword"), - (e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers = - "missing-whitespace-between-doctype-public-and-system-identifiers"), - (e.missingWhitespaceAfterDoctypeSystemKeyword = - "missing-whitespace-after-doctype-system-keyword"), - (e.missingQuoteBeforeDoctypePublicIdentifier = - "missing-quote-before-doctype-public-identifier"), - (e.missingQuoteBeforeDoctypeSystemIdentifier = - "missing-quote-before-doctype-system-identifier"), - (e.missingDoctypePublicIdentifier = "missing-doctype-public-identifier"), - (e.missingDoctypeSystemIdentifier = "missing-doctype-system-identifier"), - (e.abruptDoctypePublicIdentifier = "abrupt-doctype-public-identifier"), - (e.abruptDoctypeSystemIdentifier = "abrupt-doctype-system-identifier"), - (e.cdataInHtmlContent = "cdata-in-html-content"), - (e.incorrectlyOpenedComment = "incorrectly-opened-comment"), - (e.eofInScriptHtmlCommentLikeText = "eof-in-script-html-comment-like-text"), - (e.eofInDoctype = "eof-in-doctype"), - (e.nestedComment = "nested-comment"), - (e.abruptClosingOfEmptyComment = "abrupt-closing-of-empty-comment"), - (e.eofInComment = "eof-in-comment"), - (e.incorrectlyClosedComment = "incorrectly-closed-comment"), - (e.eofInCdata = "eof-in-cdata"), - (e.absenceOfDigitsInNumericCharacterReference = - "absence-of-digits-in-numeric-character-reference"), - (e.nullCharacterReference = "null-character-reference"), - (e.surrogateCharacterReference = "surrogate-character-reference"), - (e.characterReferenceOutsideUnicodeRange = - "character-reference-outside-unicode-range"), - (e.controlCharacterReference = "control-character-reference"), - (e.noncharacterCharacterReference = "noncharacter-character-reference"), - (e.missingWhitespaceBeforeDoctypeName = - "missing-whitespace-before-doctype-name"), - (e.missingDoctypeName = "missing-doctype-name"), - (e.invalidCharacterSequenceAfterDoctypeName = - "invalid-character-sequence-after-doctype-name"), - (e.duplicateAttribute = "duplicate-attribute"), - (e.nonConformingDoctype = "non-conforming-doctype"), - (e.missingDoctype = "missing-doctype"), - (e.misplacedDoctype = "misplaced-doctype"), - (e.endTagWithoutMatchingOpenElement = - "end-tag-without-matching-open-element"), - (e.closingOfElementWithOpenChildElements = - "closing-of-element-with-open-child-elements"), - (e.disallowedContentInNoscriptInHead = - "disallowed-content-in-noscript-in-head"), - (e.openElementsLeftAfterEof = "open-elements-left-after-eof"), - (e.abandonedHeadElementChild = "abandoned-head-element-child"), - (e.misplacedStartTagForHeadElement = - "misplaced-start-tag-for-head-element"), - (e.nestedNoscriptInHead = "nested-noscript-in-head"), - (e.eofInElementThatCanContainOnlyText = - "eof-in-element-that-can-contain-only-text"); -})((gl = gl || (gl = {}))); -class fl { - constructor(e) { - (this.handler = e), - (this.html = ""), - (this.pos = -1), - (this.lastGapPos = -2), - (this.gapStack = []), - (this.skipNextNewLine = !1), - (this.lastChunkWritten = !1), - (this.endOfChunkHit = !1), - (this.bufferWaterline = 65536), - (this.isEol = !1), - (this.lineStartPos = 0), - (this.droppedBufferSize = 0), - (this.line = 1), - (this.lastErrOffset = -1); - } - get col() { - return this.pos - this.lineStartPos + Number(this.lastGapPos !== this.pos); - } - get offset() { - return this.droppedBufferSize + this.pos; - } - getError(e) { - const { line: t, col: n, offset: r } = this; - return { - code: e, - startLine: t, - endLine: t, - startCol: n, - endCol: n, - startOffset: r, - endOffset: r, - }; - } - _err(e) { - this.handler.onParseError && - this.lastErrOffset !== this.offset && - ((this.lastErrOffset = this.offset), - this.handler.onParseError(this.getError(e))); - } - _addGap() { - this.gapStack.push(this.lastGapPos), (this.lastGapPos = this.pos); - } - _processSurrogate(e) { - if (this.pos !== this.html.length - 1) { - const t = this.html.charCodeAt(this.pos + 1); - if ( - (function (e) { - return e >= 56320 && e <= 57343; - })(t) - ) - return this.pos++, this._addGap(), 1024 * (e - 55296) + 9216 + t; - } else if (!this.lastChunkWritten) return (this.endOfChunkHit = !0), ll.EOF; - return this._err(gl.surrogateInInputStream), e; - } - willDropParsedChunk() { - return this.pos > this.bufferWaterline; - } - dropParsedChunk() { - this.willDropParsedChunk() && - ((this.html = this.html.substring(this.pos)), - (this.lineStartPos -= this.pos), - (this.droppedBufferSize += this.pos), - (this.pos = 0), - (this.lastGapPos = -2), - (this.gapStack.length = 0)); - } - write(e, t) { - this.html.length > 0 ? (this.html += e) : (this.html = e), - (this.endOfChunkHit = !1), - (this.lastChunkWritten = t); - } - insertHtmlAtCurrentPos(e) { - (this.html = - this.html.substring(0, this.pos + 1) + - e + - this.html.substring(this.pos + 1)), - (this.endOfChunkHit = !1); - } - startsWith(e, t) { - if (this.pos + e.length > this.html.length) - return (this.endOfChunkHit = !this.lastChunkWritten), !1; - if (t) return this.html.startsWith(e, this.pos); - for (let t = 0; t < e.length; t++) { - if ((32 | this.html.charCodeAt(this.pos + t)) !== e.charCodeAt(t)) - return !1; - } - return !0; - } - peek(e) { - const t = this.pos + e; - if (t >= this.html.length) - return (this.endOfChunkHit = !this.lastChunkWritten), ll.EOF; - const n = this.html.charCodeAt(t); - return n === ll.CARRIAGE_RETURN ? ll.LINE_FEED : n; - } - advance() { - if ( - (this.pos++, - this.isEol && - ((this.isEol = !1), this.line++, (this.lineStartPos = this.pos)), - this.pos >= this.html.length) - ) - return (this.endOfChunkHit = !this.lastChunkWritten), ll.EOF; - let e = this.html.charCodeAt(this.pos); - if (e === ll.CARRIAGE_RETURN) - return (this.isEol = !0), (this.skipNextNewLine = !0), ll.LINE_FEED; - if (e === ll.LINE_FEED && ((this.isEol = !0), this.skipNextNewLine)) - return ( - this.line--, (this.skipNextNewLine = !1), this._addGap(), this.advance() - ); - (this.skipNextNewLine = !1), ml(e) && (e = this._processSurrogate(e)); - return ( - null === this.handler.onParseError || - (e > 31 && e < 127) || - e === ll.LINE_FEED || - e === ll.CARRIAGE_RETURN || - (e > 159 && e < 64976) || - this._checkForProblematicCharacters(e), - e - ); - } - _checkForProblematicCharacters(e) { - pl(e) - ? this._err(gl.controlCharacterInInputStream) - : hl(e) && this._err(gl.noncharacterInInputStream); - } - retreat(e) { - for (this.pos -= e; this.pos < this.lastGapPos; ) - (this.lastGapPos = this.gapStack.pop()), this.pos--; - this.isEol = !1; - } -} -var vl; -function El(e, t) { - for (let n = e.attrs.length - 1; n >= 0; n--) - if (e.attrs[n].name === t) return e.attrs[n].value; - return null; -} -!(function (e) { - (e[(e.CHARACTER = 0)] = "CHARACTER"), - (e[(e.NULL_CHARACTER = 1)] = "NULL_CHARACTER"), - (e[(e.WHITESPACE_CHARACTER = 2)] = "WHITESPACE_CHARACTER"), - (e[(e.START_TAG = 3)] = "START_TAG"), - (e[(e.END_TAG = 4)] = "END_TAG"), - (e[(e.COMMENT = 5)] = "COMMENT"), - (e[(e.DOCTYPE = 6)] = "DOCTYPE"), - (e[(e.EOF = 7)] = "EOF"), - (e[(e.HIBERNATION = 8)] = "HIBERNATION"); -})((vl = vl || (vl = {}))); -var wl, - Ll = new Uint16Array( - 'ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌' - .split("") - .map((e) => e.charCodeAt(0)), - ), - bl = new Uint16Array( - "Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0)), - ); -const Ml = new Map([ - [0, 65533], - [128, 8364], - [130, 8218], - [131, 402], - [132, 8222], - [133, 8230], - [134, 8224], - [135, 8225], - [136, 710], - [137, 8240], - [138, 352], - [139, 8249], - [140, 338], - [142, 381], - [145, 8216], - [146, 8217], - [147, 8220], - [148, 8221], - [149, 8226], - [150, 8211], - [151, 8212], - [152, 732], - [153, 8482], - [154, 353], - [155, 8250], - [156, 339], - [158, 382], - [159, 376], - ]), - Hl = - null !== (wl = String.fromCodePoint) && void 0 !== wl - ? wl - : function (e) { - let t = ""; - return ( - e > 65535 && - ((e -= 65536), - (t += String.fromCharCode(((e >>> 10) & 1023) | 55296)), - (e = 56320 | (1023 & e))), - (t += String.fromCharCode(e)), - t - ); - }; -var yl; -!(function (e) { - (e[(e.NUM = 35)] = "NUM"), - (e[(e.SEMI = 59)] = "SEMI"), - (e[(e.EQUALS = 61)] = "EQUALS"), - (e[(e.ZERO = 48)] = "ZERO"), - (e[(e.NINE = 57)] = "NINE"), - (e[(e.LOWER_A = 97)] = "LOWER_A"), - (e[(e.LOWER_F = 102)] = "LOWER_F"), - (e[(e.LOWER_X = 120)] = "LOWER_X"), - (e[(e.LOWER_Z = 122)] = "LOWER_Z"), - (e[(e.UPPER_A = 65)] = "UPPER_A"), - (e[(e.UPPER_F = 70)] = "UPPER_F"), - (e[(e.UPPER_Z = 90)] = "UPPER_Z"); -})(yl || (yl = {})); -var xl, Rl, Tl, Nl, Sl, Vl, _l, Al; -function kl(e) { - return e >= yl.ZERO && e <= yl.NINE; -} -function Zl(e) { - return ( - e === yl.EQUALS || - (function (e) { - return ( - (e >= yl.UPPER_A && e <= yl.UPPER_Z) || - (e >= yl.LOWER_A && e <= yl.LOWER_Z) || - kl(e) - ); - })(e) - ); -} -!(function (e) { - (e[(e.VALUE_LENGTH = 49152)] = "VALUE_LENGTH"), - (e[(e.BRANCH_LENGTH = 16256)] = "BRANCH_LENGTH"), - (e[(e.JUMP_TABLE = 127)] = "JUMP_TABLE"); -})(xl || (xl = {})), - (function (e) { - (e[(e.EntityStart = 0)] = "EntityStart"), - (e[(e.NumericStart = 1)] = "NumericStart"), - (e[(e.NumericDecimal = 2)] = "NumericDecimal"), - (e[(e.NumericHex = 3)] = "NumericHex"), - (e[(e.NamedEntity = 4)] = "NamedEntity"); - })(Rl || (Rl = {})), - (function (e) { - (e[(e.Legacy = 0)] = "Legacy"), - (e[(e.Strict = 1)] = "Strict"), - (e[(e.Attribute = 2)] = "Attribute"); - })(Tl || (Tl = {})); -class Il { - constructor(e, t, n) { - (this.decodeTree = e), - (this.emitCodePoint = t), - (this.errors = n), - (this.state = Rl.EntityStart), - (this.consumed = 1), - (this.result = 0), - (this.treeIndex = 0), - (this.excess = 1), - (this.decodeMode = Tl.Strict); - } - startEntity(e) { - (this.decodeMode = e), - (this.state = Rl.EntityStart), - (this.result = 0), - (this.treeIndex = 0), - (this.excess = 1), - (this.consumed = 1); - } - write(e, t) { - switch (this.state) { - case Rl.EntityStart: - return e.charCodeAt(t) === yl.NUM - ? ((this.state = Rl.NumericStart), - (this.consumed += 1), - this.stateNumericStart(e, t + 1)) - : ((this.state = Rl.NamedEntity), this.stateNamedEntity(e, t)); - case Rl.NumericStart: - return this.stateNumericStart(e, t); - case Rl.NumericDecimal: - return this.stateNumericDecimal(e, t); - case Rl.NumericHex: - return this.stateNumericHex(e, t); - case Rl.NamedEntity: - return this.stateNamedEntity(e, t); - } - } - stateNumericStart(e, t) { - return t >= e.length - ? -1 - : (32 | e.charCodeAt(t)) === yl.LOWER_X - ? ((this.state = Rl.NumericHex), - (this.consumed += 1), - this.stateNumericHex(e, t + 1)) - : ((this.state = Rl.NumericDecimal), this.stateNumericDecimal(e, t)); - } - addToNumericResult(e, t, n, r) { - if (t !== n) { - const o = n - t; - (this.result = - this.result * Math.pow(r, o) + parseInt(e.substr(t, o), r)), - (this.consumed += o); - } - } - stateNumericHex(e, t) { - const n = t; - for (; t < e.length; ) { - const o = e.charCodeAt(t); - if ( - !( - kl(o) || - ((r = o), - (r >= yl.UPPER_A && r <= yl.UPPER_F) || - (r >= yl.LOWER_A && r <= yl.LOWER_F)) - ) - ) - return ( - this.addToNumericResult(e, n, t, 16), this.emitNumericEntity(o, 3) - ); - t += 1; - } - var r; - return this.addToNumericResult(e, n, t, 16), -1; - } - stateNumericDecimal(e, t) { - const n = t; - for (; t < e.length; ) { - const r = e.charCodeAt(t); - if (!kl(r)) - return ( - this.addToNumericResult(e, n, t, 10), this.emitNumericEntity(r, 2) - ); - t += 1; - } - return this.addToNumericResult(e, n, t, 10), -1; - } - emitNumericEntity(e, t) { - var n; - if (this.consumed <= t) - return ( - null === (n = this.errors) || - void 0 === n || - n.absenceOfDigitsInNumericCharacterReference(this.consumed), - 0 - ); - if (e === yl.SEMI) this.consumed += 1; - else if (this.decodeMode === Tl.Strict) return 0; - return ( - this.emitCodePoint( - (function (e) { - var t; - return (e >= 55296 && e <= 57343) || e > 1114111 - ? 65533 - : null !== (t = Ml.get(e)) && void 0 !== t - ? t - : e; - })(this.result), - this.consumed, - ), - this.errors && - (e !== yl.SEMI && this.errors.missingSemicolonAfterCharacterReference(), - this.errors.validateNumericCharacterReference(this.result)), - this.consumed - ); - } - stateNamedEntity(e, t) { - const { decodeTree: n } = this; - let r = n[this.treeIndex], - o = (r & xl.VALUE_LENGTH) >> 14; - for (; t < e.length; t++, this.excess++) { - const a = e.charCodeAt(t); - if ( - ((this.treeIndex = Ol(n, r, this.treeIndex + Math.max(1, o), a)), - this.treeIndex < 0) - ) - return 0 === this.result || - (this.decodeMode === Tl.Attribute && (0 === o || Zl(a))) - ? 0 - : this.emitNotTerminatedNamedEntity(); - if ( - ((r = n[this.treeIndex]), (o = (r & xl.VALUE_LENGTH) >> 14), 0 !== o) - ) { - if (a === yl.SEMI) - return this.emitNamedEntityData( - this.treeIndex, - o, - this.consumed + this.excess, - ); - this.decodeMode !== Tl.Strict && - ((this.result = this.treeIndex), - (this.consumed += this.excess), - (this.excess = 0)); - } - } - return -1; - } - emitNotTerminatedNamedEntity() { - var e; - const { result: t, decodeTree: n } = this, - r = (n[t] & xl.VALUE_LENGTH) >> 14; - return ( - this.emitNamedEntityData(t, r, this.consumed), - null === (e = this.errors) || - void 0 === e || - e.missingSemicolonAfterCharacterReference(), - this.consumed - ); - } - emitNamedEntityData(e, t, n) { - const { decodeTree: r } = this; - return ( - this.emitCodePoint(1 === t ? r[e] & ~xl.VALUE_LENGTH : r[e + 1], n), - 3 === t && this.emitCodePoint(r[e + 2], n), - n - ); - } - end() { - var e; - switch (this.state) { - case Rl.NamedEntity: - return 0 === this.result || - (this.decodeMode === Tl.Attribute && this.result !== this.treeIndex) - ? 0 - : this.emitNotTerminatedNamedEntity(); - case Rl.NumericDecimal: - return this.emitNumericEntity(0, 2); - case Rl.NumericHex: - return this.emitNumericEntity(0, 3); - case Rl.NumericStart: - return ( - null === (e = this.errors) || - void 0 === e || - e.absenceOfDigitsInNumericCharacterReference(this.consumed), - 0 - ); - case Rl.EntityStart: - return 0; - } - } -} -function Bl(e) { - let t = ""; - const n = new Il(e, (e) => (t += Hl(e))); - return function (e, r) { - let o = 0, - a = 0; - for (; (a = e.indexOf("&", a)) >= 0; ) { - (t += e.slice(o, a)), n.startEntity(r); - const l = n.write(e, a + 1); - if (l < 0) { - o = a + n.end(); - break; - } - (o = a + l), (a = 0 === l ? o + 1 : o); - } - const l = t + e.slice(o); - return (t = ""), l; - }; -} -function Ol(e, t, n, r) { - const o = (t & xl.BRANCH_LENGTH) >> 7, - a = t & xl.JUMP_TABLE; - if (0 === o) return 0 !== a && r === a ? n : -1; - if (a) { - const t = r - a; - return t < 0 || t >= o ? -1 : e[n + t] - 1; - } - let l = n, - i = l + o - 1; - for (; l <= i; ) { - const t = (l + i) >>> 1, - n = e[t]; - if (n < r) l = t + 1; - else { - if (!(n > r)) return e[t + o]; - i = t - 1; - } - } - return -1; -} -Bl(Ll), - Bl(bl), - (function (e) { - (e.HTML = "http://www.w3.org/1999/xhtml"), - (e.MATHML = "http://www.w3.org/1998/Math/MathML"), - (e.SVG = "http://www.w3.org/2000/svg"), - (e.XLINK = "http://www.w3.org/1999/xlink"), - (e.XML = "http://www.w3.org/XML/1998/namespace"), - (e.XMLNS = "http://www.w3.org/2000/xmlns/"); - })((Nl = Nl || (Nl = {}))), - (function (e) { - (e.TYPE = "type"), - (e.ACTION = "action"), - (e.ENCODING = "encoding"), - (e.PROMPT = "prompt"), - (e.NAME = "name"), - (e.COLOR = "color"), - (e.FACE = "face"), - (e.SIZE = "size"); - })((Sl = Sl || (Sl = {}))), - (function (e) { - (e.NO_QUIRKS = "no-quirks"), - (e.QUIRKS = "quirks"), - (e.LIMITED_QUIRKS = "limited-quirks"); - })((Vl = Vl || (Vl = {}))), - (function (e) { - (e.A = "a"), - (e.ADDRESS = "address"), - (e.ANNOTATION_XML = "annotation-xml"), - (e.APPLET = "applet"), - (e.AREA = "area"), - (e.ARTICLE = "article"), - (e.ASIDE = "aside"), - (e.B = "b"), - (e.BASE = "base"), - (e.BASEFONT = "basefont"), - (e.BGSOUND = "bgsound"), - (e.BIG = "big"), - (e.BLOCKQUOTE = "blockquote"), - (e.BODY = "body"), - (e.BR = "br"), - (e.BUTTON = "button"), - (e.CAPTION = "caption"), - (e.CENTER = "center"), - (e.CODE = "code"), - (e.COL = "col"), - (e.COLGROUP = "colgroup"), - (e.DD = "dd"), - (e.DESC = "desc"), - (e.DETAILS = "details"), - (e.DIALOG = "dialog"), - (e.DIR = "dir"), - (e.DIV = "div"), - (e.DL = "dl"), - (e.DT = "dt"), - (e.EM = "em"), - (e.EMBED = "embed"), - (e.FIELDSET = "fieldset"), - (e.FIGCAPTION = "figcaption"), - (e.FIGURE = "figure"), - (e.FONT = "font"), - (e.FOOTER = "footer"), - (e.FOREIGN_OBJECT = "foreignObject"), - (e.FORM = "form"), - (e.FRAME = "frame"), - (e.FRAMESET = "frameset"), - (e.H1 = "h1"), - (e.H2 = "h2"), - (e.H3 = "h3"), - (e.H4 = "h4"), - (e.H5 = "h5"), - (e.H6 = "h6"), - (e.HEAD = "head"), - (e.HEADER = "header"), - (e.HGROUP = "hgroup"), - (e.HR = "hr"), - (e.HTML = "html"), - (e.I = "i"), - (e.IMG = "img"), - (e.IMAGE = "image"), - (e.INPUT = "input"), - (e.IFRAME = "iframe"), - (e.KEYGEN = "keygen"), - (e.LABEL = "label"), - (e.LI = "li"), - (e.LINK = "link"), - (e.LISTING = "listing"), - (e.MAIN = "main"), - (e.MALIGNMARK = "malignmark"), - (e.MARQUEE = "marquee"), - (e.MATH = "math"), - (e.MENU = "menu"), - (e.META = "meta"), - (e.MGLYPH = "mglyph"), - (e.MI = "mi"), - (e.MO = "mo"), - (e.MN = "mn"), - (e.MS = "ms"), - (e.MTEXT = "mtext"), - (e.NAV = "nav"), - (e.NOBR = "nobr"), - (e.NOFRAMES = "noframes"), - (e.NOEMBED = "noembed"), - (e.NOSCRIPT = "noscript"), - (e.OBJECT = "object"), - (e.OL = "ol"), - (e.OPTGROUP = "optgroup"), - (e.OPTION = "option"), - (e.P = "p"), - (e.PARAM = "param"), - (e.PLAINTEXT = "plaintext"), - (e.PRE = "pre"), - (e.RB = "rb"), - (e.RP = "rp"), - (e.RT = "rt"), - (e.RTC = "rtc"), - (e.RUBY = "ruby"), - (e.S = "s"), - (e.SCRIPT = "script"), - (e.SECTION = "section"), - (e.SELECT = "select"), - (e.SOURCE = "source"), - (e.SMALL = "small"), - (e.SPAN = "span"), - (e.STRIKE = "strike"), - (e.STRONG = "strong"), - (e.STYLE = "style"), - (e.SUB = "sub"), - (e.SUMMARY = "summary"), - (e.SUP = "sup"), - (e.TABLE = "table"), - (e.TBODY = "tbody"), - (e.TEMPLATE = "template"), - (e.TEXTAREA = "textarea"), - (e.TFOOT = "tfoot"), - (e.TD = "td"), - (e.TH = "th"), - (e.THEAD = "thead"), - (e.TITLE = "title"), - (e.TR = "tr"), - (e.TRACK = "track"), - (e.TT = "tt"), - (e.U = "u"), - (e.UL = "ul"), - (e.SVG = "svg"), - (e.VAR = "var"), - (e.WBR = "wbr"), - (e.XMP = "xmp"); - })((_l = _l || (_l = {}))), - (function (e) { - (e[(e.UNKNOWN = 0)] = "UNKNOWN"), - (e[(e.A = 1)] = "A"), - (e[(e.ADDRESS = 2)] = "ADDRESS"), - (e[(e.ANNOTATION_XML = 3)] = "ANNOTATION_XML"), - (e[(e.APPLET = 4)] = "APPLET"), - (e[(e.AREA = 5)] = "AREA"), - (e[(e.ARTICLE = 6)] = "ARTICLE"), - (e[(e.ASIDE = 7)] = "ASIDE"), - (e[(e.B = 8)] = "B"), - (e[(e.BASE = 9)] = "BASE"), - (e[(e.BASEFONT = 10)] = "BASEFONT"), - (e[(e.BGSOUND = 11)] = "BGSOUND"), - (e[(e.BIG = 12)] = "BIG"), - (e[(e.BLOCKQUOTE = 13)] = "BLOCKQUOTE"), - (e[(e.BODY = 14)] = "BODY"), - (e[(e.BR = 15)] = "BR"), - (e[(e.BUTTON = 16)] = "BUTTON"), - (e[(e.CAPTION = 17)] = "CAPTION"), - (e[(e.CENTER = 18)] = "CENTER"), - (e[(e.CODE = 19)] = "CODE"), - (e[(e.COL = 20)] = "COL"), - (e[(e.COLGROUP = 21)] = "COLGROUP"), - (e[(e.DD = 22)] = "DD"), - (e[(e.DESC = 23)] = "DESC"), - (e[(e.DETAILS = 24)] = "DETAILS"), - (e[(e.DIALOG = 25)] = "DIALOG"), - (e[(e.DIR = 26)] = "DIR"), - (e[(e.DIV = 27)] = "DIV"), - (e[(e.DL = 28)] = "DL"), - (e[(e.DT = 29)] = "DT"), - (e[(e.EM = 30)] = "EM"), - (e[(e.EMBED = 31)] = "EMBED"), - (e[(e.FIELDSET = 32)] = "FIELDSET"), - (e[(e.FIGCAPTION = 33)] = "FIGCAPTION"), - (e[(e.FIGURE = 34)] = "FIGURE"), - (e[(e.FONT = 35)] = "FONT"), - (e[(e.FOOTER = 36)] = "FOOTER"), - (e[(e.FOREIGN_OBJECT = 37)] = "FOREIGN_OBJECT"), - (e[(e.FORM = 38)] = "FORM"), - (e[(e.FRAME = 39)] = "FRAME"), - (e[(e.FRAMESET = 40)] = "FRAMESET"), - (e[(e.H1 = 41)] = "H1"), - (e[(e.H2 = 42)] = "H2"), - (e[(e.H3 = 43)] = "H3"), - (e[(e.H4 = 44)] = "H4"), - (e[(e.H5 = 45)] = "H5"), - (e[(e.H6 = 46)] = "H6"), - (e[(e.HEAD = 47)] = "HEAD"), - (e[(e.HEADER = 48)] = "HEADER"), - (e[(e.HGROUP = 49)] = "HGROUP"), - (e[(e.HR = 50)] = "HR"), - (e[(e.HTML = 51)] = "HTML"), - (e[(e.I = 52)] = "I"), - (e[(e.IMG = 53)] = "IMG"), - (e[(e.IMAGE = 54)] = "IMAGE"), - (e[(e.INPUT = 55)] = "INPUT"), - (e[(e.IFRAME = 56)] = "IFRAME"), - (e[(e.KEYGEN = 57)] = "KEYGEN"), - (e[(e.LABEL = 58)] = "LABEL"), - (e[(e.LI = 59)] = "LI"), - (e[(e.LINK = 60)] = "LINK"), - (e[(e.LISTING = 61)] = "LISTING"), - (e[(e.MAIN = 62)] = "MAIN"), - (e[(e.MALIGNMARK = 63)] = "MALIGNMARK"), - (e[(e.MARQUEE = 64)] = "MARQUEE"), - (e[(e.MATH = 65)] = "MATH"), - (e[(e.MENU = 66)] = "MENU"), - (e[(e.META = 67)] = "META"), - (e[(e.MGLYPH = 68)] = "MGLYPH"), - (e[(e.MI = 69)] = "MI"), - (e[(e.MO = 70)] = "MO"), - (e[(e.MN = 71)] = "MN"), - (e[(e.MS = 72)] = "MS"), - (e[(e.MTEXT = 73)] = "MTEXT"), - (e[(e.NAV = 74)] = "NAV"), - (e[(e.NOBR = 75)] = "NOBR"), - (e[(e.NOFRAMES = 76)] = "NOFRAMES"), - (e[(e.NOEMBED = 77)] = "NOEMBED"), - (e[(e.NOSCRIPT = 78)] = "NOSCRIPT"), - (e[(e.OBJECT = 79)] = "OBJECT"), - (e[(e.OL = 80)] = "OL"), - (e[(e.OPTGROUP = 81)] = "OPTGROUP"), - (e[(e.OPTION = 82)] = "OPTION"), - (e[(e.P = 83)] = "P"), - (e[(e.PARAM = 84)] = "PARAM"), - (e[(e.PLAINTEXT = 85)] = "PLAINTEXT"), - (e[(e.PRE = 86)] = "PRE"), - (e[(e.RB = 87)] = "RB"), - (e[(e.RP = 88)] = "RP"), - (e[(e.RT = 89)] = "RT"), - (e[(e.RTC = 90)] = "RTC"), - (e[(e.RUBY = 91)] = "RUBY"), - (e[(e.S = 92)] = "S"), - (e[(e.SCRIPT = 93)] = "SCRIPT"), - (e[(e.SECTION = 94)] = "SECTION"), - (e[(e.SELECT = 95)] = "SELECT"), - (e[(e.SOURCE = 96)] = "SOURCE"), - (e[(e.SMALL = 97)] = "SMALL"), - (e[(e.SPAN = 98)] = "SPAN"), - (e[(e.STRIKE = 99)] = "STRIKE"), - (e[(e.STRONG = 100)] = "STRONG"), - (e[(e.STYLE = 101)] = "STYLE"), - (e[(e.SUB = 102)] = "SUB"), - (e[(e.SUMMARY = 103)] = "SUMMARY"), - (e[(e.SUP = 104)] = "SUP"), - (e[(e.TABLE = 105)] = "TABLE"), - (e[(e.TBODY = 106)] = "TBODY"), - (e[(e.TEMPLATE = 107)] = "TEMPLATE"), - (e[(e.TEXTAREA = 108)] = "TEXTAREA"), - (e[(e.TFOOT = 109)] = "TFOOT"), - (e[(e.TD = 110)] = "TD"), - (e[(e.TH = 111)] = "TH"), - (e[(e.THEAD = 112)] = "THEAD"), - (e[(e.TITLE = 113)] = "TITLE"), - (e[(e.TR = 114)] = "TR"), - (e[(e.TRACK = 115)] = "TRACK"), - (e[(e.TT = 116)] = "TT"), - (e[(e.U = 117)] = "U"), - (e[(e.UL = 118)] = "UL"), - (e[(e.SVG = 119)] = "SVG"), - (e[(e.VAR = 120)] = "VAR"), - (e[(e.WBR = 121)] = "WBR"), - (e[(e.XMP = 122)] = "XMP"); - })((Al = Al || (Al = {}))); -const Dl = new Map([ - [_l.A, Al.A], - [_l.ADDRESS, Al.ADDRESS], - [_l.ANNOTATION_XML, Al.ANNOTATION_XML], - [_l.APPLET, Al.APPLET], - [_l.AREA, Al.AREA], - [_l.ARTICLE, Al.ARTICLE], - [_l.ASIDE, Al.ASIDE], - [_l.B, Al.B], - [_l.BASE, Al.BASE], - [_l.BASEFONT, Al.BASEFONT], - [_l.BGSOUND, Al.BGSOUND], - [_l.BIG, Al.BIG], - [_l.BLOCKQUOTE, Al.BLOCKQUOTE], - [_l.BODY, Al.BODY], - [_l.BR, Al.BR], - [_l.BUTTON, Al.BUTTON], - [_l.CAPTION, Al.CAPTION], - [_l.CENTER, Al.CENTER], - [_l.CODE, Al.CODE], - [_l.COL, Al.COL], - [_l.COLGROUP, Al.COLGROUP], - [_l.DD, Al.DD], - [_l.DESC, Al.DESC], - [_l.DETAILS, Al.DETAILS], - [_l.DIALOG, Al.DIALOG], - [_l.DIR, Al.DIR], - [_l.DIV, Al.DIV], - [_l.DL, Al.DL], - [_l.DT, Al.DT], - [_l.EM, Al.EM], - [_l.EMBED, Al.EMBED], - [_l.FIELDSET, Al.FIELDSET], - [_l.FIGCAPTION, Al.FIGCAPTION], - [_l.FIGURE, Al.FIGURE], - [_l.FONT, Al.FONT], - [_l.FOOTER, Al.FOOTER], - [_l.FOREIGN_OBJECT, Al.FOREIGN_OBJECT], - [_l.FORM, Al.FORM], - [_l.FRAME, Al.FRAME], - [_l.FRAMESET, Al.FRAMESET], - [_l.H1, Al.H1], - [_l.H2, Al.H2], - [_l.H3, Al.H3], - [_l.H4, Al.H4], - [_l.H5, Al.H5], - [_l.H6, Al.H6], - [_l.HEAD, Al.HEAD], - [_l.HEADER, Al.HEADER], - [_l.HGROUP, Al.HGROUP], - [_l.HR, Al.HR], - [_l.HTML, Al.HTML], - [_l.I, Al.I], - [_l.IMG, Al.IMG], - [_l.IMAGE, Al.IMAGE], - [_l.INPUT, Al.INPUT], - [_l.IFRAME, Al.IFRAME], - [_l.KEYGEN, Al.KEYGEN], - [_l.LABEL, Al.LABEL], - [_l.LI, Al.LI], - [_l.LINK, Al.LINK], - [_l.LISTING, Al.LISTING], - [_l.MAIN, Al.MAIN], - [_l.MALIGNMARK, Al.MALIGNMARK], - [_l.MARQUEE, Al.MARQUEE], - [_l.MATH, Al.MATH], - [_l.MENU, Al.MENU], - [_l.META, Al.META], - [_l.MGLYPH, Al.MGLYPH], - [_l.MI, Al.MI], - [_l.MO, Al.MO], - [_l.MN, Al.MN], - [_l.MS, Al.MS], - [_l.MTEXT, Al.MTEXT], - [_l.NAV, Al.NAV], - [_l.NOBR, Al.NOBR], - [_l.NOFRAMES, Al.NOFRAMES], - [_l.NOEMBED, Al.NOEMBED], - [_l.NOSCRIPT, Al.NOSCRIPT], - [_l.OBJECT, Al.OBJECT], - [_l.OL, Al.OL], - [_l.OPTGROUP, Al.OPTGROUP], - [_l.OPTION, Al.OPTION], - [_l.P, Al.P], - [_l.PARAM, Al.PARAM], - [_l.PLAINTEXT, Al.PLAINTEXT], - [_l.PRE, Al.PRE], - [_l.RB, Al.RB], - [_l.RP, Al.RP], - [_l.RT, Al.RT], - [_l.RTC, Al.RTC], - [_l.RUBY, Al.RUBY], - [_l.S, Al.S], - [_l.SCRIPT, Al.SCRIPT], - [_l.SECTION, Al.SECTION], - [_l.SELECT, Al.SELECT], - [_l.SOURCE, Al.SOURCE], - [_l.SMALL, Al.SMALL], - [_l.SPAN, Al.SPAN], - [_l.STRIKE, Al.STRIKE], - [_l.STRONG, Al.STRONG], - [_l.STYLE, Al.STYLE], - [_l.SUB, Al.SUB], - [_l.SUMMARY, Al.SUMMARY], - [_l.SUP, Al.SUP], - [_l.TABLE, Al.TABLE], - [_l.TBODY, Al.TBODY], - [_l.TEMPLATE, Al.TEMPLATE], - [_l.TEXTAREA, Al.TEXTAREA], - [_l.TFOOT, Al.TFOOT], - [_l.TD, Al.TD], - [_l.TH, Al.TH], - [_l.THEAD, Al.THEAD], - [_l.TITLE, Al.TITLE], - [_l.TR, Al.TR], - [_l.TRACK, Al.TRACK], - [_l.TT, Al.TT], - [_l.U, Al.U], - [_l.UL, Al.UL], - [_l.SVG, Al.SVG], - [_l.VAR, Al.VAR], - [_l.WBR, Al.WBR], - [_l.XMP, Al.XMP], -]); -function Pl(e) { - var t; - return null !== (t = Dl.get(e)) && void 0 !== t ? t : Al.UNKNOWN; -} -const Fl = Al, - Ul = { - [Nl.HTML]: new Set([ - Fl.ADDRESS, - Fl.APPLET, - Fl.AREA, - Fl.ARTICLE, - Fl.ASIDE, - Fl.BASE, - Fl.BASEFONT, - Fl.BGSOUND, - Fl.BLOCKQUOTE, - Fl.BODY, - Fl.BR, - Fl.BUTTON, - Fl.CAPTION, - Fl.CENTER, - Fl.COL, - Fl.COLGROUP, - Fl.DD, - Fl.DETAILS, - Fl.DIR, - Fl.DIV, - Fl.DL, - Fl.DT, - Fl.EMBED, - Fl.FIELDSET, - Fl.FIGCAPTION, - Fl.FIGURE, - Fl.FOOTER, - Fl.FORM, - Fl.FRAME, - Fl.FRAMESET, - Fl.H1, - Fl.H2, - Fl.H3, - Fl.H4, - Fl.H5, - Fl.H6, - Fl.HEAD, - Fl.HEADER, - Fl.HGROUP, - Fl.HR, - Fl.HTML, - Fl.IFRAME, - Fl.IMG, - Fl.INPUT, - Fl.LI, - Fl.LINK, - Fl.LISTING, - Fl.MAIN, - Fl.MARQUEE, - Fl.MENU, - Fl.META, - Fl.NAV, - Fl.NOEMBED, - Fl.NOFRAMES, - Fl.NOSCRIPT, - Fl.OBJECT, - Fl.OL, - Fl.P, - Fl.PARAM, - Fl.PLAINTEXT, - Fl.PRE, - Fl.SCRIPT, - Fl.SECTION, - Fl.SELECT, - Fl.SOURCE, - Fl.STYLE, - Fl.SUMMARY, - Fl.TABLE, - Fl.TBODY, - Fl.TD, - Fl.TEMPLATE, - Fl.TEXTAREA, - Fl.TFOOT, - Fl.TH, - Fl.THEAD, - Fl.TITLE, - Fl.TR, - Fl.TRACK, - Fl.UL, - Fl.WBR, - Fl.XMP, - ]), - [Nl.MATHML]: new Set([ - Fl.MI, - Fl.MO, - Fl.MN, - Fl.MS, - Fl.MTEXT, - Fl.ANNOTATION_XML, - ]), - [Nl.SVG]: new Set([Fl.TITLE, Fl.FOREIGN_OBJECT, Fl.DESC]), - [Nl.XLINK]: new Set(), - [Nl.XML]: new Set(), - [Nl.XMLNS]: new Set(), - }; -function Gl(e) { - return ( - e === Fl.H1 || - e === Fl.H2 || - e === Fl.H3 || - e === Fl.H4 || - e === Fl.H5 || - e === Fl.H6 - ); -} -new Set([ - _l.STYLE, - _l.SCRIPT, - _l.XMP, - _l.IFRAME, - _l.NOEMBED, - _l.NOFRAMES, - _l.PLAINTEXT, -]); -const zl = new Map([ - [128, 8364], - [130, 8218], - [131, 402], - [132, 8222], - [133, 8230], - [134, 8224], - [135, 8225], - [136, 710], - [137, 8240], - [138, 352], - [139, 8249], - [140, 338], - [142, 381], - [145, 8216], - [146, 8217], - [147, 8220], - [148, 8221], - [149, 8226], - [150, 8211], - [151, 8212], - [152, 732], - [153, 8482], - [154, 353], - [155, 8250], - [156, 339], - [158, 382], - [159, 376], -]); -var $l; -!(function (e) { - (e[(e.DATA = 0)] = "DATA"), - (e[(e.RCDATA = 1)] = "RCDATA"), - (e[(e.RAWTEXT = 2)] = "RAWTEXT"), - (e[(e.SCRIPT_DATA = 3)] = "SCRIPT_DATA"), - (e[(e.PLAINTEXT = 4)] = "PLAINTEXT"), - (e[(e.TAG_OPEN = 5)] = "TAG_OPEN"), - (e[(e.END_TAG_OPEN = 6)] = "END_TAG_OPEN"), - (e[(e.TAG_NAME = 7)] = "TAG_NAME"), - (e[(e.RCDATA_LESS_THAN_SIGN = 8)] = "RCDATA_LESS_THAN_SIGN"), - (e[(e.RCDATA_END_TAG_OPEN = 9)] = "RCDATA_END_TAG_OPEN"), - (e[(e.RCDATA_END_TAG_NAME = 10)] = "RCDATA_END_TAG_NAME"), - (e[(e.RAWTEXT_LESS_THAN_SIGN = 11)] = "RAWTEXT_LESS_THAN_SIGN"), - (e[(e.RAWTEXT_END_TAG_OPEN = 12)] = "RAWTEXT_END_TAG_OPEN"), - (e[(e.RAWTEXT_END_TAG_NAME = 13)] = "RAWTEXT_END_TAG_NAME"), - (e[(e.SCRIPT_DATA_LESS_THAN_SIGN = 14)] = "SCRIPT_DATA_LESS_THAN_SIGN"), - (e[(e.SCRIPT_DATA_END_TAG_OPEN = 15)] = "SCRIPT_DATA_END_TAG_OPEN"), - (e[(e.SCRIPT_DATA_END_TAG_NAME = 16)] = "SCRIPT_DATA_END_TAG_NAME"), - (e[(e.SCRIPT_DATA_ESCAPE_START = 17)] = "SCRIPT_DATA_ESCAPE_START"), - (e[(e.SCRIPT_DATA_ESCAPE_START_DASH = 18)] = - "SCRIPT_DATA_ESCAPE_START_DASH"), - (e[(e.SCRIPT_DATA_ESCAPED = 19)] = "SCRIPT_DATA_ESCAPED"), - (e[(e.SCRIPT_DATA_ESCAPED_DASH = 20)] = "SCRIPT_DATA_ESCAPED_DASH"), - (e[(e.SCRIPT_DATA_ESCAPED_DASH_DASH = 21)] = - "SCRIPT_DATA_ESCAPED_DASH_DASH"), - (e[(e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN = 22)] = - "SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN"), - (e[(e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN = 23)] = - "SCRIPT_DATA_ESCAPED_END_TAG_OPEN"), - (e[(e.SCRIPT_DATA_ESCAPED_END_TAG_NAME = 24)] = - "SCRIPT_DATA_ESCAPED_END_TAG_NAME"), - (e[(e.SCRIPT_DATA_DOUBLE_ESCAPE_START = 25)] = - "SCRIPT_DATA_DOUBLE_ESCAPE_START"), - (e[(e.SCRIPT_DATA_DOUBLE_ESCAPED = 26)] = "SCRIPT_DATA_DOUBLE_ESCAPED"), - (e[(e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH = 27)] = - "SCRIPT_DATA_DOUBLE_ESCAPED_DASH"), - (e[(e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH = 28)] = - "SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH"), - (e[(e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN = 29)] = - "SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN"), - (e[(e.SCRIPT_DATA_DOUBLE_ESCAPE_END = 30)] = - "SCRIPT_DATA_DOUBLE_ESCAPE_END"), - (e[(e.BEFORE_ATTRIBUTE_NAME = 31)] = "BEFORE_ATTRIBUTE_NAME"), - (e[(e.ATTRIBUTE_NAME = 32)] = "ATTRIBUTE_NAME"), - (e[(e.AFTER_ATTRIBUTE_NAME = 33)] = "AFTER_ATTRIBUTE_NAME"), - (e[(e.BEFORE_ATTRIBUTE_VALUE = 34)] = "BEFORE_ATTRIBUTE_VALUE"), - (e[(e.ATTRIBUTE_VALUE_DOUBLE_QUOTED = 35)] = - "ATTRIBUTE_VALUE_DOUBLE_QUOTED"), - (e[(e.ATTRIBUTE_VALUE_SINGLE_QUOTED = 36)] = - "ATTRIBUTE_VALUE_SINGLE_QUOTED"), - (e[(e.ATTRIBUTE_VALUE_UNQUOTED = 37)] = "ATTRIBUTE_VALUE_UNQUOTED"), - (e[(e.AFTER_ATTRIBUTE_VALUE_QUOTED = 38)] = "AFTER_ATTRIBUTE_VALUE_QUOTED"), - (e[(e.SELF_CLOSING_START_TAG = 39)] = "SELF_CLOSING_START_TAG"), - (e[(e.BOGUS_COMMENT = 40)] = "BOGUS_COMMENT"), - (e[(e.MARKUP_DECLARATION_OPEN = 41)] = "MARKUP_DECLARATION_OPEN"), - (e[(e.COMMENT_START = 42)] = "COMMENT_START"), - (e[(e.COMMENT_START_DASH = 43)] = "COMMENT_START_DASH"), - (e[(e.COMMENT = 44)] = "COMMENT"), - (e[(e.COMMENT_LESS_THAN_SIGN = 45)] = "COMMENT_LESS_THAN_SIGN"), - (e[(e.COMMENT_LESS_THAN_SIGN_BANG = 46)] = "COMMENT_LESS_THAN_SIGN_BANG"), - (e[(e.COMMENT_LESS_THAN_SIGN_BANG_DASH = 47)] = - "COMMENT_LESS_THAN_SIGN_BANG_DASH"), - (e[(e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH = 48)] = - "COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH"), - (e[(e.COMMENT_END_DASH = 49)] = "COMMENT_END_DASH"), - (e[(e.COMMENT_END = 50)] = "COMMENT_END"), - (e[(e.COMMENT_END_BANG = 51)] = "COMMENT_END_BANG"), - (e[(e.DOCTYPE = 52)] = "DOCTYPE"), - (e[(e.BEFORE_DOCTYPE_NAME = 53)] = "BEFORE_DOCTYPE_NAME"), - (e[(e.DOCTYPE_NAME = 54)] = "DOCTYPE_NAME"), - (e[(e.AFTER_DOCTYPE_NAME = 55)] = "AFTER_DOCTYPE_NAME"), - (e[(e.AFTER_DOCTYPE_PUBLIC_KEYWORD = 56)] = "AFTER_DOCTYPE_PUBLIC_KEYWORD"), - (e[(e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER = 57)] = - "BEFORE_DOCTYPE_PUBLIC_IDENTIFIER"), - (e[(e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED = 58)] = - "DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED"), - (e[(e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED = 59)] = - "DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED"), - (e[(e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER = 60)] = - "AFTER_DOCTYPE_PUBLIC_IDENTIFIER"), - (e[(e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS = 61)] = - "BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS"), - (e[(e.AFTER_DOCTYPE_SYSTEM_KEYWORD = 62)] = "AFTER_DOCTYPE_SYSTEM_KEYWORD"), - (e[(e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER = 63)] = - "BEFORE_DOCTYPE_SYSTEM_IDENTIFIER"), - (e[(e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED = 64)] = - "DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED"), - (e[(e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED = 65)] = - "DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED"), - (e[(e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER = 66)] = - "AFTER_DOCTYPE_SYSTEM_IDENTIFIER"), - (e[(e.BOGUS_DOCTYPE = 67)] = "BOGUS_DOCTYPE"), - (e[(e.CDATA_SECTION = 68)] = "CDATA_SECTION"), - (e[(e.CDATA_SECTION_BRACKET = 69)] = "CDATA_SECTION_BRACKET"), - (e[(e.CDATA_SECTION_END = 70)] = "CDATA_SECTION_END"), - (e[(e.CHARACTER_REFERENCE = 71)] = "CHARACTER_REFERENCE"), - (e[(e.NAMED_CHARACTER_REFERENCE = 72)] = "NAMED_CHARACTER_REFERENCE"), - (e[(e.AMBIGUOUS_AMPERSAND = 73)] = "AMBIGUOUS_AMPERSAND"), - (e[(e.NUMERIC_CHARACTER_REFERENCE = 74)] = "NUMERIC_CHARACTER_REFERENCE"), - (e[(e.HEXADEMICAL_CHARACTER_REFERENCE_START = 75)] = - "HEXADEMICAL_CHARACTER_REFERENCE_START"), - (e[(e.HEXADEMICAL_CHARACTER_REFERENCE = 76)] = - "HEXADEMICAL_CHARACTER_REFERENCE"), - (e[(e.DECIMAL_CHARACTER_REFERENCE = 77)] = "DECIMAL_CHARACTER_REFERENCE"), - (e[(e.NUMERIC_CHARACTER_REFERENCE_END = 78)] = - "NUMERIC_CHARACTER_REFERENCE_END"); -})($l || ($l = {})); -const Wl = { - DATA: $l.DATA, - RCDATA: $l.RCDATA, - RAWTEXT: $l.RAWTEXT, - SCRIPT_DATA: $l.SCRIPT_DATA, - PLAINTEXT: $l.PLAINTEXT, - CDATA_SECTION: $l.CDATA_SECTION, -}; -function jl(e) { - return e >= ll.DIGIT_0 && e <= ll.DIGIT_9; -} -function ql(e) { - return e >= ll.LATIN_CAPITAL_A && e <= ll.LATIN_CAPITAL_Z; -} -function Yl(e) { - return ( - (function (e) { - return e >= ll.LATIN_SMALL_A && e <= ll.LATIN_SMALL_Z; - })(e) || ql(e) - ); -} -function Kl(e) { - return Yl(e) || jl(e); -} -function Xl(e) { - return e >= ll.LATIN_CAPITAL_A && e <= ll.LATIN_CAPITAL_F; -} -function Ql(e) { - return e >= ll.LATIN_SMALL_A && e <= ll.LATIN_SMALL_F; -} -function Jl(e) { - return e + 32; -} -function ei(e) { - return ( - e === ll.SPACE || - e === ll.LINE_FEED || - e === ll.TABULATION || - e === ll.FORM_FEED - ); -} -function ti(e) { - return ei(e) || e === ll.SOLIDUS || e === ll.GREATER_THAN_SIGN; -} -class ni { - constructor(e, t) { - (this.options = e), - (this.handler = t), - (this.paused = !1), - (this.inLoop = !1), - (this.inForeignNode = !1), - (this.lastStartTagName = ""), - (this.active = !1), - (this.state = $l.DATA), - (this.returnState = $l.DATA), - (this.charRefCode = -1), - (this.consumedAfterSnapshot = -1), - (this.currentCharacterToken = null), - (this.currentToken = null), - (this.currentAttr = { name: "", value: "" }), - (this.preprocessor = new fl(t)), - (this.currentLocation = this.getCurrentLocation(-1)); - } - _err(e) { - var t, n; - null === (n = (t = this.handler).onParseError) || - void 0 === n || - n.call(t, this.preprocessor.getError(e)); - } - getCurrentLocation(e) { - return this.options.sourceCodeLocationInfo - ? { - startLine: this.preprocessor.line, - startCol: this.preprocessor.col - e, - startOffset: this.preprocessor.offset - e, - endLine: -1, - endCol: -1, - endOffset: -1, - } - : null; - } - _runParsingLoop() { - if (!this.inLoop) { - for (this.inLoop = !0; this.active && !this.paused; ) { - this.consumedAfterSnapshot = 0; - const e = this._consume(); - this._ensureHibernation() || this._callState(e); - } - this.inLoop = !1; - } - } - pause() { - this.paused = !0; - } - resume(e) { - if (!this.paused) throw new Error("Parser was already resumed"); - (this.paused = !1), - this.inLoop || (this._runParsingLoop(), this.paused || null == e || e()); - } - write(e, t, n) { - (this.active = !0), - this.preprocessor.write(e, t), - this._runParsingLoop(), - this.paused || null == n || n(); - } - insertHtmlAtCurrentPos(e) { - (this.active = !0), - this.preprocessor.insertHtmlAtCurrentPos(e), - this._runParsingLoop(); - } - _ensureHibernation() { - return ( - !!this.preprocessor.endOfChunkHit && - (this._unconsume(this.consumedAfterSnapshot), (this.active = !1), !0) - ); - } - _consume() { - return this.consumedAfterSnapshot++, this.preprocessor.advance(); - } - _unconsume(e) { - (this.consumedAfterSnapshot -= e), this.preprocessor.retreat(e); - } - _reconsumeInState(e, t) { - (this.state = e), this._callState(t); - } - _advanceBy(e) { - this.consumedAfterSnapshot += e; - for (let t = 0; t < e; t++) this.preprocessor.advance(); - } - _consumeSequenceIfMatch(e, t) { - return ( - !!this.preprocessor.startsWith(e, t) && - (this._advanceBy(e.length - 1), !0) - ); - } - _createStartTagToken() { - this.currentToken = { - type: vl.START_TAG, - tagName: "", - tagID: Al.UNKNOWN, - selfClosing: !1, - ackSelfClosing: !1, - attrs: [], - location: this.getCurrentLocation(1), - }; - } - _createEndTagToken() { - this.currentToken = { - type: vl.END_TAG, - tagName: "", - tagID: Al.UNKNOWN, - selfClosing: !1, - ackSelfClosing: !1, - attrs: [], - location: this.getCurrentLocation(2), - }; - } - _createCommentToken(e) { - this.currentToken = { - type: vl.COMMENT, - data: "", - location: this.getCurrentLocation(e), - }; - } - _createDoctypeToken(e) { - this.currentToken = { - type: vl.DOCTYPE, - name: e, - forceQuirks: !1, - publicId: null, - systemId: null, - location: this.currentLocation, - }; - } - _createCharacterToken(e, t) { - this.currentCharacterToken = { - type: e, - chars: t, - location: this.currentLocation, - }; - } - _createAttr(e) { - (this.currentAttr = { name: e, value: "" }), - (this.currentLocation = this.getCurrentLocation(0)); - } - _leaveAttrName() { - var e, t; - const n = this.currentToken; - if (null === El(n, this.currentAttr.name)) { - if ( - (n.attrs.push(this.currentAttr), n.location && this.currentLocation) - ) { - ((null !== (e = (t = n.location).attrs) && void 0 !== e - ? e - : (t.attrs = Object.create(null)))[this.currentAttr.name] = - this.currentLocation), - this._leaveAttrValue(); - } - } else this._err(gl.duplicateAttribute); - } - _leaveAttrValue() { - this.currentLocation && - ((this.currentLocation.endLine = this.preprocessor.line), - (this.currentLocation.endCol = this.preprocessor.col), - (this.currentLocation.endOffset = this.preprocessor.offset)); - } - prepareToken(e) { - this._emitCurrentCharacterToken(e.location), - (this.currentToken = null), - e.location && - ((e.location.endLine = this.preprocessor.line), - (e.location.endCol = this.preprocessor.col + 1), - (e.location.endOffset = this.preprocessor.offset + 1)), - (this.currentLocation = this.getCurrentLocation(-1)); - } - emitCurrentTagToken() { - const e = this.currentToken; - this.prepareToken(e), - (e.tagID = Pl(e.tagName)), - e.type === vl.START_TAG - ? ((this.lastStartTagName = e.tagName), this.handler.onStartTag(e)) - : (e.attrs.length > 0 && this._err(gl.endTagWithAttributes), - e.selfClosing && this._err(gl.endTagWithTrailingSolidus), - this.handler.onEndTag(e)), - this.preprocessor.dropParsedChunk(); - } - emitCurrentComment(e) { - this.prepareToken(e), - this.handler.onComment(e), - this.preprocessor.dropParsedChunk(); - } - emitCurrentDoctype(e) { - this.prepareToken(e), - this.handler.onDoctype(e), - this.preprocessor.dropParsedChunk(); - } - _emitCurrentCharacterToken(e) { - if (this.currentCharacterToken) { - switch ( - (e && - this.currentCharacterToken.location && - ((this.currentCharacterToken.location.endLine = e.startLine), - (this.currentCharacterToken.location.endCol = e.startCol), - (this.currentCharacterToken.location.endOffset = e.startOffset)), - this.currentCharacterToken.type) - ) { - case vl.CHARACTER: - this.handler.onCharacter(this.currentCharacterToken); - break; - case vl.NULL_CHARACTER: - this.handler.onNullCharacter(this.currentCharacterToken); - break; - case vl.WHITESPACE_CHARACTER: - this.handler.onWhitespaceCharacter(this.currentCharacterToken); - } - this.currentCharacterToken = null; - } - } - _emitEOFToken() { - const e = this.getCurrentLocation(0); - e && - ((e.endLine = e.startLine), - (e.endCol = e.startCol), - (e.endOffset = e.startOffset)), - this._emitCurrentCharacterToken(e), - this.handler.onEof({ type: vl.EOF, location: e }), - (this.active = !1); - } - _appendCharToCurrentCharacterToken(e, t) { - if (this.currentCharacterToken) { - if (this.currentCharacterToken.type === e) - return void (this.currentCharacterToken.chars += t); - (this.currentLocation = this.getCurrentLocation(0)), - this._emitCurrentCharacterToken(this.currentLocation), - this.preprocessor.dropParsedChunk(); - } - this._createCharacterToken(e, t); - } - _emitCodePoint(e) { - const t = ei(e) - ? vl.WHITESPACE_CHARACTER - : e === ll.NULL - ? vl.NULL_CHARACTER - : vl.CHARACTER; - this._appendCharToCurrentCharacterToken(t, String.fromCodePoint(e)); - } - _emitChars(e) { - this._appendCharToCurrentCharacterToken(vl.CHARACTER, e); - } - _matchNamedCharacterReference(e) { - let t = null, - n = 0, - r = !1; - for ( - let a = 0, l = Ll[0]; - a >= 0 && ((a = Ol(Ll, l, a + 1, e)), !(a < 0)); - e = this._consume() - ) { - (n += 1), (l = Ll[a]); - const i = l & xl.VALUE_LENGTH; - if (i) { - const l = (i >> 14) - 1; - if ( - (e !== ll.SEMICOLON && - this._isCharacterReferenceInAttribute() && - ((o = this.preprocessor.peek(1)) === ll.EQUALS_SIGN || Kl(o)) - ? ((t = [ll.AMPERSAND]), (a += l)) - : ((t = - 0 === l - ? [Ll[a] & ~xl.VALUE_LENGTH] - : 1 === l - ? [Ll[++a]] - : [Ll[++a], Ll[++a]]), - (n = 0), - (r = e !== ll.SEMICOLON)), - 0 === l) - ) { - this._consume(); - break; - } - } - } - var o; - return ( - this._unconsume(n), - r && - !this.preprocessor.endOfChunkHit && - this._err(gl.missingSemicolonAfterCharacterReference), - this._unconsume(1), - t - ); - } - _isCharacterReferenceInAttribute() { - return ( - this.returnState === $l.ATTRIBUTE_VALUE_DOUBLE_QUOTED || - this.returnState === $l.ATTRIBUTE_VALUE_SINGLE_QUOTED || - this.returnState === $l.ATTRIBUTE_VALUE_UNQUOTED - ); - } - _flushCodePointConsumedAsCharacterReference(e) { - this._isCharacterReferenceInAttribute() - ? (this.currentAttr.value += String.fromCodePoint(e)) - : this._emitCodePoint(e); - } - _callState(e) { - switch (this.state) { - case $l.DATA: - this._stateData(e); - break; - case $l.RCDATA: - this._stateRcdata(e); - break; - case $l.RAWTEXT: - this._stateRawtext(e); - break; - case $l.SCRIPT_DATA: - this._stateScriptData(e); - break; - case $l.PLAINTEXT: - this._statePlaintext(e); - break; - case $l.TAG_OPEN: - this._stateTagOpen(e); - break; - case $l.END_TAG_OPEN: - this._stateEndTagOpen(e); - break; - case $l.TAG_NAME: - this._stateTagName(e); - break; - case $l.RCDATA_LESS_THAN_SIGN: - this._stateRcdataLessThanSign(e); - break; - case $l.RCDATA_END_TAG_OPEN: - this._stateRcdataEndTagOpen(e); - break; - case $l.RCDATA_END_TAG_NAME: - this._stateRcdataEndTagName(e); - break; - case $l.RAWTEXT_LESS_THAN_SIGN: - this._stateRawtextLessThanSign(e); - break; - case $l.RAWTEXT_END_TAG_OPEN: - this._stateRawtextEndTagOpen(e); - break; - case $l.RAWTEXT_END_TAG_NAME: - this._stateRawtextEndTagName(e); - break; - case $l.SCRIPT_DATA_LESS_THAN_SIGN: - this._stateScriptDataLessThanSign(e); - break; - case $l.SCRIPT_DATA_END_TAG_OPEN: - this._stateScriptDataEndTagOpen(e); - break; - case $l.SCRIPT_DATA_END_TAG_NAME: - this._stateScriptDataEndTagName(e); - break; - case $l.SCRIPT_DATA_ESCAPE_START: - this._stateScriptDataEscapeStart(e); - break; - case $l.SCRIPT_DATA_ESCAPE_START_DASH: - this._stateScriptDataEscapeStartDash(e); - break; - case $l.SCRIPT_DATA_ESCAPED: - this._stateScriptDataEscaped(e); - break; - case $l.SCRIPT_DATA_ESCAPED_DASH: - this._stateScriptDataEscapedDash(e); - break; - case $l.SCRIPT_DATA_ESCAPED_DASH_DASH: - this._stateScriptDataEscapedDashDash(e); - break; - case $l.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN: - this._stateScriptDataEscapedLessThanSign(e); - break; - case $l.SCRIPT_DATA_ESCAPED_END_TAG_OPEN: - this._stateScriptDataEscapedEndTagOpen(e); - break; - case $l.SCRIPT_DATA_ESCAPED_END_TAG_NAME: - this._stateScriptDataEscapedEndTagName(e); - break; - case $l.SCRIPT_DATA_DOUBLE_ESCAPE_START: - this._stateScriptDataDoubleEscapeStart(e); - break; - case $l.SCRIPT_DATA_DOUBLE_ESCAPED: - this._stateScriptDataDoubleEscaped(e); - break; - case $l.SCRIPT_DATA_DOUBLE_ESCAPED_DASH: - this._stateScriptDataDoubleEscapedDash(e); - break; - case $l.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH: - this._stateScriptDataDoubleEscapedDashDash(e); - break; - case $l.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN: - this._stateScriptDataDoubleEscapedLessThanSign(e); - break; - case $l.SCRIPT_DATA_DOUBLE_ESCAPE_END: - this._stateScriptDataDoubleEscapeEnd(e); - break; - case $l.BEFORE_ATTRIBUTE_NAME: - this._stateBeforeAttributeName(e); - break; - case $l.ATTRIBUTE_NAME: - this._stateAttributeName(e); - break; - case $l.AFTER_ATTRIBUTE_NAME: - this._stateAfterAttributeName(e); - break; - case $l.BEFORE_ATTRIBUTE_VALUE: - this._stateBeforeAttributeValue(e); - break; - case $l.ATTRIBUTE_VALUE_DOUBLE_QUOTED: - this._stateAttributeValueDoubleQuoted(e); - break; - case $l.ATTRIBUTE_VALUE_SINGLE_QUOTED: - this._stateAttributeValueSingleQuoted(e); - break; - case $l.ATTRIBUTE_VALUE_UNQUOTED: - this._stateAttributeValueUnquoted(e); - break; - case $l.AFTER_ATTRIBUTE_VALUE_QUOTED: - this._stateAfterAttributeValueQuoted(e); - break; - case $l.SELF_CLOSING_START_TAG: - this._stateSelfClosingStartTag(e); - break; - case $l.BOGUS_COMMENT: - this._stateBogusComment(e); - break; - case $l.MARKUP_DECLARATION_OPEN: - this._stateMarkupDeclarationOpen(e); - break; - case $l.COMMENT_START: - this._stateCommentStart(e); - break; - case $l.COMMENT_START_DASH: - this._stateCommentStartDash(e); - break; - case $l.COMMENT: - this._stateComment(e); - break; - case $l.COMMENT_LESS_THAN_SIGN: - this._stateCommentLessThanSign(e); - break; - case $l.COMMENT_LESS_THAN_SIGN_BANG: - this._stateCommentLessThanSignBang(e); - break; - case $l.COMMENT_LESS_THAN_SIGN_BANG_DASH: - this._stateCommentLessThanSignBangDash(e); - break; - case $l.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH: - this._stateCommentLessThanSignBangDashDash(e); - break; - case $l.COMMENT_END_DASH: - this._stateCommentEndDash(e); - break; - case $l.COMMENT_END: - this._stateCommentEnd(e); - break; - case $l.COMMENT_END_BANG: - this._stateCommentEndBang(e); - break; - case $l.DOCTYPE: - this._stateDoctype(e); - break; - case $l.BEFORE_DOCTYPE_NAME: - this._stateBeforeDoctypeName(e); - break; - case $l.DOCTYPE_NAME: - this._stateDoctypeName(e); - break; - case $l.AFTER_DOCTYPE_NAME: - this._stateAfterDoctypeName(e); - break; - case $l.AFTER_DOCTYPE_PUBLIC_KEYWORD: - this._stateAfterDoctypePublicKeyword(e); - break; - case $l.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER: - this._stateBeforeDoctypePublicIdentifier(e); - break; - case $l.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED: - this._stateDoctypePublicIdentifierDoubleQuoted(e); - break; - case $l.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED: - this._stateDoctypePublicIdentifierSingleQuoted(e); - break; - case $l.AFTER_DOCTYPE_PUBLIC_IDENTIFIER: - this._stateAfterDoctypePublicIdentifier(e); - break; - case $l.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS: - this._stateBetweenDoctypePublicAndSystemIdentifiers(e); - break; - case $l.AFTER_DOCTYPE_SYSTEM_KEYWORD: - this._stateAfterDoctypeSystemKeyword(e); - break; - case $l.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER: - this._stateBeforeDoctypeSystemIdentifier(e); - break; - case $l.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED: - this._stateDoctypeSystemIdentifierDoubleQuoted(e); - break; - case $l.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED: - this._stateDoctypeSystemIdentifierSingleQuoted(e); - break; - case $l.AFTER_DOCTYPE_SYSTEM_IDENTIFIER: - this._stateAfterDoctypeSystemIdentifier(e); - break; - case $l.BOGUS_DOCTYPE: - this._stateBogusDoctype(e); - break; - case $l.CDATA_SECTION: - this._stateCdataSection(e); - break; - case $l.CDATA_SECTION_BRACKET: - this._stateCdataSectionBracket(e); - break; - case $l.CDATA_SECTION_END: - this._stateCdataSectionEnd(e); - break; - case $l.CHARACTER_REFERENCE: - this._stateCharacterReference(e); - break; - case $l.NAMED_CHARACTER_REFERENCE: - this._stateNamedCharacterReference(e); - break; - case $l.AMBIGUOUS_AMPERSAND: - this._stateAmbiguousAmpersand(e); - break; - case $l.NUMERIC_CHARACTER_REFERENCE: - this._stateNumericCharacterReference(e); - break; - case $l.HEXADEMICAL_CHARACTER_REFERENCE_START: - this._stateHexademicalCharacterReferenceStart(e); - break; - case $l.HEXADEMICAL_CHARACTER_REFERENCE: - this._stateHexademicalCharacterReference(e); - break; - case $l.DECIMAL_CHARACTER_REFERENCE: - this._stateDecimalCharacterReference(e); - break; - case $l.NUMERIC_CHARACTER_REFERENCE_END: - this._stateNumericCharacterReferenceEnd(e); - break; - default: - throw new Error("Unknown state"); - } - } - _stateData(e) { - switch (e) { - case ll.LESS_THAN_SIGN: - this.state = $l.TAG_OPEN; - break; - case ll.AMPERSAND: - (this.returnState = $l.DATA), (this.state = $l.CHARACTER_REFERENCE); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), this._emitCodePoint(e); - break; - case ll.EOF: - this._emitEOFToken(); - break; - default: - this._emitCodePoint(e); - } - } - _stateRcdata(e) { - switch (e) { - case ll.AMPERSAND: - (this.returnState = $l.RCDATA), (this.state = $l.CHARACTER_REFERENCE); - break; - case ll.LESS_THAN_SIGN: - this.state = $l.RCDATA_LESS_THAN_SIGN; - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), this._emitChars(al); - break; - case ll.EOF: - this._emitEOFToken(); - break; - default: - this._emitCodePoint(e); - } - } - _stateRawtext(e) { - switch (e) { - case ll.LESS_THAN_SIGN: - this.state = $l.RAWTEXT_LESS_THAN_SIGN; - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), this._emitChars(al); - break; - case ll.EOF: - this._emitEOFToken(); - break; - default: - this._emitCodePoint(e); - } - } - _stateScriptData(e) { - switch (e) { - case ll.LESS_THAN_SIGN: - this.state = $l.SCRIPT_DATA_LESS_THAN_SIGN; - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), this._emitChars(al); - break; - case ll.EOF: - this._emitEOFToken(); - break; - default: - this._emitCodePoint(e); - } - } - _statePlaintext(e) { - switch (e) { - case ll.NULL: - this._err(gl.unexpectedNullCharacter), this._emitChars(al); - break; - case ll.EOF: - this._emitEOFToken(); - break; - default: - this._emitCodePoint(e); - } - } - _stateTagOpen(e) { - if (Yl(e)) - this._createStartTagToken(), - (this.state = $l.TAG_NAME), - this._stateTagName(e); - else - switch (e) { - case ll.EXCLAMATION_MARK: - this.state = $l.MARKUP_DECLARATION_OPEN; - break; - case ll.SOLIDUS: - this.state = $l.END_TAG_OPEN; - break; - case ll.QUESTION_MARK: - this._err(gl.unexpectedQuestionMarkInsteadOfTagName), - this._createCommentToken(1), - (this.state = $l.BOGUS_COMMENT), - this._stateBogusComment(e); - break; - case ll.EOF: - this._err(gl.eofBeforeTagName), - this._emitChars("<"), - this._emitEOFToken(); - break; - default: - this._err(gl.invalidFirstCharacterOfTagName), - this._emitChars("<"), - (this.state = $l.DATA), - this._stateData(e); - } - } - _stateEndTagOpen(e) { - if (Yl(e)) - this._createEndTagToken(), - (this.state = $l.TAG_NAME), - this._stateTagName(e); - else - switch (e) { - case ll.GREATER_THAN_SIGN: - this._err(gl.missingEndTagName), (this.state = $l.DATA); - break; - case ll.EOF: - this._err(gl.eofBeforeTagName), - this._emitChars(""); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), - (this.state = $l.SCRIPT_DATA_ESCAPED), - this._emitChars(al); - break; - case ll.EOF: - this._err(gl.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); - break; - default: - (this.state = $l.SCRIPT_DATA_ESCAPED), this._emitCodePoint(e); - } - } - _stateScriptDataEscapedLessThanSign(e) { - e === ll.SOLIDUS - ? (this.state = $l.SCRIPT_DATA_ESCAPED_END_TAG_OPEN) - : Yl(e) - ? (this._emitChars("<"), - (this.state = $l.SCRIPT_DATA_DOUBLE_ESCAPE_START), - this._stateScriptDataDoubleEscapeStart(e)) - : (this._emitChars("<"), - (this.state = $l.SCRIPT_DATA_ESCAPED), - this._stateScriptDataEscaped(e)); - } - _stateScriptDataEscapedEndTagOpen(e) { - Yl(e) - ? ((this.state = $l.SCRIPT_DATA_ESCAPED_END_TAG_NAME), - this._stateScriptDataEscapedEndTagName(e)) - : (this._emitChars(""); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), - (this.state = $l.SCRIPT_DATA_DOUBLE_ESCAPED), - this._emitChars(al); - break; - case ll.EOF: - this._err(gl.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); - break; - default: - (this.state = $l.SCRIPT_DATA_DOUBLE_ESCAPED), this._emitCodePoint(e); - } - } - _stateScriptDataDoubleEscapedLessThanSign(e) { - e === ll.SOLIDUS - ? ((this.state = $l.SCRIPT_DATA_DOUBLE_ESCAPE_END), this._emitChars("/")) - : ((this.state = $l.SCRIPT_DATA_DOUBLE_ESCAPED), - this._stateScriptDataDoubleEscaped(e)); - } - _stateScriptDataDoubleEscapeEnd(e) { - if ( - this.preprocessor.startsWith(cl, !1) && - ti(this.preprocessor.peek(cl.length)) - ) { - this._emitCodePoint(e); - for (let e = 0; e < cl.length; e++) this._emitCodePoint(this._consume()); - this.state = $l.SCRIPT_DATA_ESCAPED; - } else - this._ensureHibernation() || - ((this.state = $l.SCRIPT_DATA_DOUBLE_ESCAPED), - this._stateScriptDataDoubleEscaped(e)); - } - _stateBeforeAttributeName(e) { - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - break; - case ll.SOLIDUS: - case ll.GREATER_THAN_SIGN: - case ll.EOF: - (this.state = $l.AFTER_ATTRIBUTE_NAME), - this._stateAfterAttributeName(e); - break; - case ll.EQUALS_SIGN: - this._err(gl.unexpectedEqualsSignBeforeAttributeName), - this._createAttr("="), - (this.state = $l.ATTRIBUTE_NAME); - break; - default: - this._createAttr(""), - (this.state = $l.ATTRIBUTE_NAME), - this._stateAttributeName(e); - } - } - _stateAttributeName(e) { - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - case ll.SOLIDUS: - case ll.GREATER_THAN_SIGN: - case ll.EOF: - this._leaveAttrName(), - (this.state = $l.AFTER_ATTRIBUTE_NAME), - this._stateAfterAttributeName(e); - break; - case ll.EQUALS_SIGN: - this._leaveAttrName(), (this.state = $l.BEFORE_ATTRIBUTE_VALUE); - break; - case ll.QUOTATION_MARK: - case ll.APOSTROPHE: - case ll.LESS_THAN_SIGN: - this._err(gl.unexpectedCharacterInAttributeName), - (this.currentAttr.name += String.fromCodePoint(e)); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (this.currentAttr.name += al); - break; - default: - this.currentAttr.name += String.fromCodePoint(ql(e) ? Jl(e) : e); - } - } - _stateAfterAttributeName(e) { - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - break; - case ll.SOLIDUS: - this.state = $l.SELF_CLOSING_START_TAG; - break; - case ll.EQUALS_SIGN: - this.state = $l.BEFORE_ATTRIBUTE_VALUE; - break; - case ll.GREATER_THAN_SIGN: - (this.state = $l.DATA), this.emitCurrentTagToken(); - break; - case ll.EOF: - this._err(gl.eofInTag), this._emitEOFToken(); - break; - default: - this._createAttr(""), - (this.state = $l.ATTRIBUTE_NAME), - this._stateAttributeName(e); - } - } - _stateBeforeAttributeValue(e) { - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - break; - case ll.QUOTATION_MARK: - this.state = $l.ATTRIBUTE_VALUE_DOUBLE_QUOTED; - break; - case ll.APOSTROPHE: - this.state = $l.ATTRIBUTE_VALUE_SINGLE_QUOTED; - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.missingAttributeValue), - (this.state = $l.DATA), - this.emitCurrentTagToken(); - break; - default: - (this.state = $l.ATTRIBUTE_VALUE_UNQUOTED), - this._stateAttributeValueUnquoted(e); - } - } - _stateAttributeValueDoubleQuoted(e) { - switch (e) { - case ll.QUOTATION_MARK: - this.state = $l.AFTER_ATTRIBUTE_VALUE_QUOTED; - break; - case ll.AMPERSAND: - (this.returnState = $l.ATTRIBUTE_VALUE_DOUBLE_QUOTED), - (this.state = $l.CHARACTER_REFERENCE); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (this.currentAttr.value += al); - break; - case ll.EOF: - this._err(gl.eofInTag), this._emitEOFToken(); - break; - default: - this.currentAttr.value += String.fromCodePoint(e); - } - } - _stateAttributeValueSingleQuoted(e) { - switch (e) { - case ll.APOSTROPHE: - this.state = $l.AFTER_ATTRIBUTE_VALUE_QUOTED; - break; - case ll.AMPERSAND: - (this.returnState = $l.ATTRIBUTE_VALUE_SINGLE_QUOTED), - (this.state = $l.CHARACTER_REFERENCE); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (this.currentAttr.value += al); - break; - case ll.EOF: - this._err(gl.eofInTag), this._emitEOFToken(); - break; - default: - this.currentAttr.value += String.fromCodePoint(e); - } - } - _stateAttributeValueUnquoted(e) { - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - this._leaveAttrValue(), (this.state = $l.BEFORE_ATTRIBUTE_NAME); - break; - case ll.AMPERSAND: - (this.returnState = $l.ATTRIBUTE_VALUE_UNQUOTED), - (this.state = $l.CHARACTER_REFERENCE); - break; - case ll.GREATER_THAN_SIGN: - this._leaveAttrValue(), - (this.state = $l.DATA), - this.emitCurrentTagToken(); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (this.currentAttr.value += al); - break; - case ll.QUOTATION_MARK: - case ll.APOSTROPHE: - case ll.LESS_THAN_SIGN: - case ll.EQUALS_SIGN: - case ll.GRAVE_ACCENT: - this._err(gl.unexpectedCharacterInUnquotedAttributeValue), - (this.currentAttr.value += String.fromCodePoint(e)); - break; - case ll.EOF: - this._err(gl.eofInTag), this._emitEOFToken(); - break; - default: - this.currentAttr.value += String.fromCodePoint(e); - } - } - _stateAfterAttributeValueQuoted(e) { - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - this._leaveAttrValue(), (this.state = $l.BEFORE_ATTRIBUTE_NAME); - break; - case ll.SOLIDUS: - this._leaveAttrValue(), (this.state = $l.SELF_CLOSING_START_TAG); - break; - case ll.GREATER_THAN_SIGN: - this._leaveAttrValue(), - (this.state = $l.DATA), - this.emitCurrentTagToken(); - break; - case ll.EOF: - this._err(gl.eofInTag), this._emitEOFToken(); - break; - default: - this._err(gl.missingWhitespaceBetweenAttributes), - (this.state = $l.BEFORE_ATTRIBUTE_NAME), - this._stateBeforeAttributeName(e); - } - } - _stateSelfClosingStartTag(e) { - switch (e) { - case ll.GREATER_THAN_SIGN: - (this.currentToken.selfClosing = !0), - (this.state = $l.DATA), - this.emitCurrentTagToken(); - break; - case ll.EOF: - this._err(gl.eofInTag), this._emitEOFToken(); - break; - default: - this._err(gl.unexpectedSolidusInTag), - (this.state = $l.BEFORE_ATTRIBUTE_NAME), - this._stateBeforeAttributeName(e); - } - } - _stateBogusComment(e) { - const t = this.currentToken; - switch (e) { - case ll.GREATER_THAN_SIGN: - (this.state = $l.DATA), this.emitCurrentComment(t); - break; - case ll.EOF: - this.emitCurrentComment(t), this._emitEOFToken(); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (t.data += al); - break; - default: - t.data += String.fromCodePoint(e); - } - } - _stateMarkupDeclarationOpen(e) { - this._consumeSequenceIfMatch(il, !0) - ? (this._createCommentToken(il.length + 1), - (this.state = $l.COMMENT_START)) - : this._consumeSequenceIfMatch(sl, !1) - ? ((this.currentLocation = this.getCurrentLocation(sl.length + 1)), - (this.state = $l.DOCTYPE)) - : this._consumeSequenceIfMatch(Cl, !0) - ? this.inForeignNode - ? (this.state = $l.CDATA_SECTION) - : (this._err(gl.cdataInHtmlContent), - this._createCommentToken(Cl.length + 1), - (this.currentToken.data = "[CDATA["), - (this.state = $l.BOGUS_COMMENT)) - : this._ensureHibernation() || - (this._err(gl.incorrectlyOpenedComment), - this._createCommentToken(2), - (this.state = $l.BOGUS_COMMENT), - this._stateBogusComment(e)); - } - _stateCommentStart(e) { - switch (e) { - case ll.HYPHEN_MINUS: - this.state = $l.COMMENT_START_DASH; - break; - case ll.GREATER_THAN_SIGN: { - this._err(gl.abruptClosingOfEmptyComment), (this.state = $l.DATA); - const e = this.currentToken; - this.emitCurrentComment(e); - break; - } - default: - (this.state = $l.COMMENT), this._stateComment(e); - } - } - _stateCommentStartDash(e) { - const t = this.currentToken; - switch (e) { - case ll.HYPHEN_MINUS: - this.state = $l.COMMENT_END; - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.abruptClosingOfEmptyComment), - (this.state = $l.DATA), - this.emitCurrentComment(t); - break; - case ll.EOF: - this._err(gl.eofInComment), - this.emitCurrentComment(t), - this._emitEOFToken(); - break; - default: - (t.data += "-"), (this.state = $l.COMMENT), this._stateComment(e); - } - } - _stateComment(e) { - const t = this.currentToken; - switch (e) { - case ll.HYPHEN_MINUS: - this.state = $l.COMMENT_END_DASH; - break; - case ll.LESS_THAN_SIGN: - (t.data += "<"), (this.state = $l.COMMENT_LESS_THAN_SIGN); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (t.data += al); - break; - case ll.EOF: - this._err(gl.eofInComment), - this.emitCurrentComment(t), - this._emitEOFToken(); - break; - default: - t.data += String.fromCodePoint(e); - } - } - _stateCommentLessThanSign(e) { - const t = this.currentToken; - switch (e) { - case ll.EXCLAMATION_MARK: - (t.data += "!"), (this.state = $l.COMMENT_LESS_THAN_SIGN_BANG); - break; - case ll.LESS_THAN_SIGN: - t.data += "<"; - break; - default: - (this.state = $l.COMMENT), this._stateComment(e); - } - } - _stateCommentLessThanSignBang(e) { - e === ll.HYPHEN_MINUS - ? (this.state = $l.COMMENT_LESS_THAN_SIGN_BANG_DASH) - : ((this.state = $l.COMMENT), this._stateComment(e)); - } - _stateCommentLessThanSignBangDash(e) { - e === ll.HYPHEN_MINUS - ? (this.state = $l.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH) - : ((this.state = $l.COMMENT_END_DASH), this._stateCommentEndDash(e)); - } - _stateCommentLessThanSignBangDashDash(e) { - e !== ll.GREATER_THAN_SIGN && e !== ll.EOF && this._err(gl.nestedComment), - (this.state = $l.COMMENT_END), - this._stateCommentEnd(e); - } - _stateCommentEndDash(e) { - const t = this.currentToken; - switch (e) { - case ll.HYPHEN_MINUS: - this.state = $l.COMMENT_END; - break; - case ll.EOF: - this._err(gl.eofInComment), - this.emitCurrentComment(t), - this._emitEOFToken(); - break; - default: - (t.data += "-"), (this.state = $l.COMMENT), this._stateComment(e); - } - } - _stateCommentEnd(e) { - const t = this.currentToken; - switch (e) { - case ll.GREATER_THAN_SIGN: - (this.state = $l.DATA), this.emitCurrentComment(t); - break; - case ll.EXCLAMATION_MARK: - this.state = $l.COMMENT_END_BANG; - break; - case ll.HYPHEN_MINUS: - t.data += "-"; - break; - case ll.EOF: - this._err(gl.eofInComment), - this.emitCurrentComment(t), - this._emitEOFToken(); - break; - default: - (t.data += "--"), (this.state = $l.COMMENT), this._stateComment(e); - } - } - _stateCommentEndBang(e) { - const t = this.currentToken; - switch (e) { - case ll.HYPHEN_MINUS: - (t.data += "--!"), (this.state = $l.COMMENT_END_DASH); - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.incorrectlyClosedComment), - (this.state = $l.DATA), - this.emitCurrentComment(t); - break; - case ll.EOF: - this._err(gl.eofInComment), - this.emitCurrentComment(t), - this._emitEOFToken(); - break; - default: - (t.data += "--!"), (this.state = $l.COMMENT), this._stateComment(e); - } - } - _stateDoctype(e) { - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - this.state = $l.BEFORE_DOCTYPE_NAME; - break; - case ll.GREATER_THAN_SIGN: - (this.state = $l.BEFORE_DOCTYPE_NAME), this._stateBeforeDoctypeName(e); - break; - case ll.EOF: { - this._err(gl.eofInDoctype), this._createDoctypeToken(null); - const e = this.currentToken; - (e.forceQuirks = !0), this.emitCurrentDoctype(e), this._emitEOFToken(); - break; - } - default: - this._err(gl.missingWhitespaceBeforeDoctypeName), - (this.state = $l.BEFORE_DOCTYPE_NAME), - this._stateBeforeDoctypeName(e); - } - } - _stateBeforeDoctypeName(e) { - if (ql(e)) - this._createDoctypeToken(String.fromCharCode(Jl(e))), - (this.state = $l.DOCTYPE_NAME); - else - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), - this._createDoctypeToken(al), - (this.state = $l.DOCTYPE_NAME); - break; - case ll.GREATER_THAN_SIGN: { - this._err(gl.missingDoctypeName), this._createDoctypeToken(null); - const e = this.currentToken; - (e.forceQuirks = !0), - this.emitCurrentDoctype(e), - (this.state = $l.DATA); - break; - } - case ll.EOF: { - this._err(gl.eofInDoctype), this._createDoctypeToken(null); - const e = this.currentToken; - (e.forceQuirks = !0), - this.emitCurrentDoctype(e), - this._emitEOFToken(); - break; - } - default: - this._createDoctypeToken(String.fromCodePoint(e)), - (this.state = $l.DOCTYPE_NAME); - } - } - _stateDoctypeName(e) { - const t = this.currentToken; - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - this.state = $l.AFTER_DOCTYPE_NAME; - break; - case ll.GREATER_THAN_SIGN: - (this.state = $l.DATA), this.emitCurrentDoctype(t); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (t.name += al); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - t.name += String.fromCodePoint(ql(e) ? Jl(e) : e); - } - } - _stateAfterDoctypeName(e) { - const t = this.currentToken; - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - break; - case ll.GREATER_THAN_SIGN: - (this.state = $l.DATA), this.emitCurrentDoctype(t); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - this._consumeSequenceIfMatch(dl, !1) - ? (this.state = $l.AFTER_DOCTYPE_PUBLIC_KEYWORD) - : this._consumeSequenceIfMatch(ul, !1) - ? (this.state = $l.AFTER_DOCTYPE_SYSTEM_KEYWORD) - : this._ensureHibernation() || - (this._err(gl.invalidCharacterSequenceAfterDoctypeName), - (t.forceQuirks = !0), - (this.state = $l.BOGUS_DOCTYPE), - this._stateBogusDoctype(e)); - } - } - _stateAfterDoctypePublicKeyword(e) { - const t = this.currentToken; - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - this.state = $l.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER; - break; - case ll.QUOTATION_MARK: - this._err(gl.missingWhitespaceAfterDoctypePublicKeyword), - (t.publicId = ""), - (this.state = $l.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); - break; - case ll.APOSTROPHE: - this._err(gl.missingWhitespaceAfterDoctypePublicKeyword), - (t.publicId = ""), - (this.state = $l.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.missingDoctypePublicIdentifier), - (t.forceQuirks = !0), - (this.state = $l.DATA), - this.emitCurrentDoctype(t); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - this._err(gl.missingQuoteBeforeDoctypePublicIdentifier), - (t.forceQuirks = !0), - (this.state = $l.BOGUS_DOCTYPE), - this._stateBogusDoctype(e); - } - } - _stateBeforeDoctypePublicIdentifier(e) { - const t = this.currentToken; - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - break; - case ll.QUOTATION_MARK: - (t.publicId = ""), - (this.state = $l.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); - break; - case ll.APOSTROPHE: - (t.publicId = ""), - (this.state = $l.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.missingDoctypePublicIdentifier), - (t.forceQuirks = !0), - (this.state = $l.DATA), - this.emitCurrentDoctype(t); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - this._err(gl.missingQuoteBeforeDoctypePublicIdentifier), - (t.forceQuirks = !0), - (this.state = $l.BOGUS_DOCTYPE), - this._stateBogusDoctype(e); - } - } - _stateDoctypePublicIdentifierDoubleQuoted(e) { - const t = this.currentToken; - switch (e) { - case ll.QUOTATION_MARK: - this.state = $l.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (t.publicId += al); - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.abruptDoctypePublicIdentifier), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - (this.state = $l.DATA); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - t.publicId += String.fromCodePoint(e); - } - } - _stateDoctypePublicIdentifierSingleQuoted(e) { - const t = this.currentToken; - switch (e) { - case ll.APOSTROPHE: - this.state = $l.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (t.publicId += al); - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.abruptDoctypePublicIdentifier), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - (this.state = $l.DATA); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - t.publicId += String.fromCodePoint(e); - } - } - _stateAfterDoctypePublicIdentifier(e) { - const t = this.currentToken; - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - this.state = $l.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS; - break; - case ll.GREATER_THAN_SIGN: - (this.state = $l.DATA), this.emitCurrentDoctype(t); - break; - case ll.QUOTATION_MARK: - this._err(gl.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), - (t.systemId = ""), - (this.state = $l.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); - break; - case ll.APOSTROPHE: - this._err(gl.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), - (t.systemId = ""), - (this.state = $l.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - this._err(gl.missingQuoteBeforeDoctypeSystemIdentifier), - (t.forceQuirks = !0), - (this.state = $l.BOGUS_DOCTYPE), - this._stateBogusDoctype(e); - } - } - _stateBetweenDoctypePublicAndSystemIdentifiers(e) { - const t = this.currentToken; - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - break; - case ll.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = $l.DATA); - break; - case ll.QUOTATION_MARK: - (t.systemId = ""), - (this.state = $l.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); - break; - case ll.APOSTROPHE: - (t.systemId = ""), - (this.state = $l.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - this._err(gl.missingQuoteBeforeDoctypeSystemIdentifier), - (t.forceQuirks = !0), - (this.state = $l.BOGUS_DOCTYPE), - this._stateBogusDoctype(e); - } - } - _stateAfterDoctypeSystemKeyword(e) { - const t = this.currentToken; - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - this.state = $l.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER; - break; - case ll.QUOTATION_MARK: - this._err(gl.missingWhitespaceAfterDoctypeSystemKeyword), - (t.systemId = ""), - (this.state = $l.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); - break; - case ll.APOSTROPHE: - this._err(gl.missingWhitespaceAfterDoctypeSystemKeyword), - (t.systemId = ""), - (this.state = $l.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.missingDoctypeSystemIdentifier), - (t.forceQuirks = !0), - (this.state = $l.DATA), - this.emitCurrentDoctype(t); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - this._err(gl.missingQuoteBeforeDoctypeSystemIdentifier), - (t.forceQuirks = !0), - (this.state = $l.BOGUS_DOCTYPE), - this._stateBogusDoctype(e); - } - } - _stateBeforeDoctypeSystemIdentifier(e) { - const t = this.currentToken; - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - break; - case ll.QUOTATION_MARK: - (t.systemId = ""), - (this.state = $l.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); - break; - case ll.APOSTROPHE: - (t.systemId = ""), - (this.state = $l.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.missingDoctypeSystemIdentifier), - (t.forceQuirks = !0), - (this.state = $l.DATA), - this.emitCurrentDoctype(t); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - this._err(gl.missingQuoteBeforeDoctypeSystemIdentifier), - (t.forceQuirks = !0), - (this.state = $l.BOGUS_DOCTYPE), - this._stateBogusDoctype(e); - } - } - _stateDoctypeSystemIdentifierDoubleQuoted(e) { - const t = this.currentToken; - switch (e) { - case ll.QUOTATION_MARK: - this.state = $l.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (t.systemId += al); - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.abruptDoctypeSystemIdentifier), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - (this.state = $l.DATA); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - t.systemId += String.fromCodePoint(e); - } - } - _stateDoctypeSystemIdentifierSingleQuoted(e) { - const t = this.currentToken; - switch (e) { - case ll.APOSTROPHE: - this.state = $l.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter), (t.systemId += al); - break; - case ll.GREATER_THAN_SIGN: - this._err(gl.abruptDoctypeSystemIdentifier), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - (this.state = $l.DATA); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - t.systemId += String.fromCodePoint(e); - } - } - _stateAfterDoctypeSystemIdentifier(e) { - const t = this.currentToken; - switch (e) { - case ll.SPACE: - case ll.LINE_FEED: - case ll.TABULATION: - case ll.FORM_FEED: - break; - case ll.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = $l.DATA); - break; - case ll.EOF: - this._err(gl.eofInDoctype), - (t.forceQuirks = !0), - this.emitCurrentDoctype(t), - this._emitEOFToken(); - break; - default: - this._err(gl.unexpectedCharacterAfterDoctypeSystemIdentifier), - (this.state = $l.BOGUS_DOCTYPE), - this._stateBogusDoctype(e); - } - } - _stateBogusDoctype(e) { - const t = this.currentToken; - switch (e) { - case ll.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = $l.DATA); - break; - case ll.NULL: - this._err(gl.unexpectedNullCharacter); - break; - case ll.EOF: - this.emitCurrentDoctype(t), this._emitEOFToken(); - } - } - _stateCdataSection(e) { - switch (e) { - case ll.RIGHT_SQUARE_BRACKET: - this.state = $l.CDATA_SECTION_BRACKET; - break; - case ll.EOF: - this._err(gl.eofInCdata), this._emitEOFToken(); - break; - default: - this._emitCodePoint(e); - } - } - _stateCdataSectionBracket(e) { - e === ll.RIGHT_SQUARE_BRACKET - ? (this.state = $l.CDATA_SECTION_END) - : (this._emitChars("]"), - (this.state = $l.CDATA_SECTION), - this._stateCdataSection(e)); - } - _stateCdataSectionEnd(e) { - switch (e) { - case ll.GREATER_THAN_SIGN: - this.state = $l.DATA; - break; - case ll.RIGHT_SQUARE_BRACKET: - this._emitChars("]"); - break; - default: - this._emitChars("]]"), - (this.state = $l.CDATA_SECTION), - this._stateCdataSection(e); - } - } - _stateCharacterReference(e) { - e === ll.NUMBER_SIGN - ? (this.state = $l.NUMERIC_CHARACTER_REFERENCE) - : Kl(e) - ? ((this.state = $l.NAMED_CHARACTER_REFERENCE), - this._stateNamedCharacterReference(e)) - : (this._flushCodePointConsumedAsCharacterReference(ll.AMPERSAND), - this._reconsumeInState(this.returnState, e)); - } - _stateNamedCharacterReference(e) { - const t = this._matchNamedCharacterReference(e); - if (this._ensureHibernation()); - else if (t) { - for (let e = 0; e < t.length; e++) - this._flushCodePointConsumedAsCharacterReference(t[e]); - this.state = this.returnState; - } else - this._flushCodePointConsumedAsCharacterReference(ll.AMPERSAND), - (this.state = $l.AMBIGUOUS_AMPERSAND); - } - _stateAmbiguousAmpersand(e) { - Kl(e) - ? this._flushCodePointConsumedAsCharacterReference(e) - : (e === ll.SEMICOLON && this._err(gl.unknownNamedCharacterReference), - this._reconsumeInState(this.returnState, e)); - } - _stateNumericCharacterReference(e) { - (this.charRefCode = 0), - e === ll.LATIN_SMALL_X || e === ll.LATIN_CAPITAL_X - ? (this.state = $l.HEXADEMICAL_CHARACTER_REFERENCE_START) - : jl(e) - ? ((this.state = $l.DECIMAL_CHARACTER_REFERENCE), - this._stateDecimalCharacterReference(e)) - : (this._err(gl.absenceOfDigitsInNumericCharacterReference), - this._flushCodePointConsumedAsCharacterReference(ll.AMPERSAND), - this._flushCodePointConsumedAsCharacterReference(ll.NUMBER_SIGN), - this._reconsumeInState(this.returnState, e)); - } - _stateHexademicalCharacterReferenceStart(e) { - !(function (e) { - return jl(e) || Xl(e) || Ql(e); - })(e) - ? (this._err(gl.absenceOfDigitsInNumericCharacterReference), - this._flushCodePointConsumedAsCharacterReference(ll.AMPERSAND), - this._flushCodePointConsumedAsCharacterReference(ll.NUMBER_SIGN), - this._unconsume(2), - (this.state = this.returnState)) - : ((this.state = $l.HEXADEMICAL_CHARACTER_REFERENCE), - this._stateHexademicalCharacterReference(e)); - } - _stateHexademicalCharacterReference(e) { - Xl(e) - ? (this.charRefCode = 16 * this.charRefCode + e - 55) - : Ql(e) - ? (this.charRefCode = 16 * this.charRefCode + e - 87) - : jl(e) - ? (this.charRefCode = 16 * this.charRefCode + e - 48) - : e === ll.SEMICOLON - ? (this.state = $l.NUMERIC_CHARACTER_REFERENCE_END) - : (this._err(gl.missingSemicolonAfterCharacterReference), - (this.state = $l.NUMERIC_CHARACTER_REFERENCE_END), - this._stateNumericCharacterReferenceEnd(e)); - } - _stateDecimalCharacterReference(e) { - jl(e) - ? (this.charRefCode = 10 * this.charRefCode + e - 48) - : e === ll.SEMICOLON - ? (this.state = $l.NUMERIC_CHARACTER_REFERENCE_END) - : (this._err(gl.missingSemicolonAfterCharacterReference), - (this.state = $l.NUMERIC_CHARACTER_REFERENCE_END), - this._stateNumericCharacterReferenceEnd(e)); - } - _stateNumericCharacterReferenceEnd(e) { - if (this.charRefCode === ll.NULL) - this._err(gl.nullCharacterReference), - (this.charRefCode = ll.REPLACEMENT_CHARACTER); - else if (this.charRefCode > 1114111) - this._err(gl.characterReferenceOutsideUnicodeRange), - (this.charRefCode = ll.REPLACEMENT_CHARACTER); - else if (ml(this.charRefCode)) - this._err(gl.surrogateCharacterReference), - (this.charRefCode = ll.REPLACEMENT_CHARACTER); - else if (hl(this.charRefCode)) this._err(gl.noncharacterCharacterReference); - else if (pl(this.charRefCode) || this.charRefCode === ll.CARRIAGE_RETURN) { - this._err(gl.controlCharacterReference); - const e = zl.get(this.charRefCode); - void 0 !== e && (this.charRefCode = e); - } - this._flushCodePointConsumedAsCharacterReference(this.charRefCode), - this._reconsumeInState(this.returnState, e); - } -} -const ri = new Set([ - Al.DD, - Al.DT, - Al.LI, - Al.OPTGROUP, - Al.OPTION, - Al.P, - Al.RB, - Al.RP, - Al.RT, - Al.RTC, - ]), - oi = new Set([ - ...ri, - Al.CAPTION, - Al.COLGROUP, - Al.TBODY, - Al.TD, - Al.TFOOT, - Al.TH, - Al.THEAD, - Al.TR, - ]), - ai = new Map([ - [Al.APPLET, Nl.HTML], - [Al.CAPTION, Nl.HTML], - [Al.HTML, Nl.HTML], - [Al.MARQUEE, Nl.HTML], - [Al.OBJECT, Nl.HTML], - [Al.TABLE, Nl.HTML], - [Al.TD, Nl.HTML], - [Al.TEMPLATE, Nl.HTML], - [Al.TH, Nl.HTML], - [Al.ANNOTATION_XML, Nl.MATHML], - [Al.MI, Nl.MATHML], - [Al.MN, Nl.MATHML], - [Al.MO, Nl.MATHML], - [Al.MS, Nl.MATHML], - [Al.MTEXT, Nl.MATHML], - [Al.DESC, Nl.SVG], - [Al.FOREIGN_OBJECT, Nl.SVG], - [Al.TITLE, Nl.SVG], - ]), - li = [Al.H1, Al.H2, Al.H3, Al.H4, Al.H5, Al.H6], - ii = [Al.TR, Al.TEMPLATE, Al.HTML], - Ci = [Al.TBODY, Al.TFOOT, Al.THEAD, Al.TEMPLATE, Al.HTML], - si = [Al.TABLE, Al.TEMPLATE, Al.HTML], - ci = [Al.TD, Al.TH]; -class di { - get currentTmplContentOrNode() { - return this._isInTemplate() - ? this.treeAdapter.getTemplateContent(this.current) - : this.current; - } - constructor(e, t, n) { - (this.treeAdapter = t), - (this.handler = n), - (this.items = []), - (this.tagIDs = []), - (this.stackTop = -1), - (this.tmplCount = 0), - (this.currentTagId = Al.UNKNOWN), - (this.current = e); - } - _indexOf(e) { - return this.items.lastIndexOf(e, this.stackTop); - } - _isInTemplate() { - return ( - this.currentTagId === Al.TEMPLATE && - this.treeAdapter.getNamespaceURI(this.current) === Nl.HTML - ); - } - _updateCurrentElement() { - (this.current = this.items[this.stackTop]), - (this.currentTagId = this.tagIDs[this.stackTop]); - } - push(e, t) { - this.stackTop++, - (this.items[this.stackTop] = e), - (this.current = e), - (this.tagIDs[this.stackTop] = t), - (this.currentTagId = t), - this._isInTemplate() && this.tmplCount++, - this.handler.onItemPush(e, t, !0); - } - pop() { - const e = this.current; - this.tmplCount > 0 && this._isInTemplate() && this.tmplCount--, - this.stackTop--, - this._updateCurrentElement(), - this.handler.onItemPop(e, !0); - } - replace(e, t) { - const n = this._indexOf(e); - (this.items[n] = t), n === this.stackTop && (this.current = t); - } - insertAfter(e, t, n) { - const r = this._indexOf(e) + 1; - this.items.splice(r, 0, t), - this.tagIDs.splice(r, 0, n), - this.stackTop++, - r === this.stackTop && this._updateCurrentElement(), - this.handler.onItemPush( - this.current, - this.currentTagId, - r === this.stackTop, - ); - } - popUntilTagNamePopped(e) { - let t = this.stackTop + 1; - do { - t = this.tagIDs.lastIndexOf(e, t - 1); - } while ( - t > 0 && - this.treeAdapter.getNamespaceURI(this.items[t]) !== Nl.HTML - ); - this.shortenToLength(t < 0 ? 0 : t); - } - shortenToLength(e) { - for (; this.stackTop >= e; ) { - const t = this.current; - this.tmplCount > 0 && this._isInTemplate() && (this.tmplCount -= 1), - this.stackTop--, - this._updateCurrentElement(), - this.handler.onItemPop(t, this.stackTop < e); - } - } - popUntilElementPopped(e) { - const t = this._indexOf(e); - this.shortenToLength(t < 0 ? 0 : t); - } - popUntilPopped(e, t) { - const n = this._indexOfTagNames(e, t); - this.shortenToLength(n < 0 ? 0 : n); - } - popUntilNumberedHeaderPopped() { - this.popUntilPopped(li, Nl.HTML); - } - popUntilTableCellPopped() { - this.popUntilPopped(ci, Nl.HTML); - } - popAllUpToHtmlElement() { - (this.tmplCount = 0), this.shortenToLength(1); - } - _indexOfTagNames(e, t) { - for (let n = this.stackTop; n >= 0; n--) - if ( - e.includes(this.tagIDs[n]) && - this.treeAdapter.getNamespaceURI(this.items[n]) === t - ) - return n; - return -1; - } - clearBackTo(e, t) { - const n = this._indexOfTagNames(e, t); - this.shortenToLength(n + 1); - } - clearBackToTableContext() { - this.clearBackTo(si, Nl.HTML); - } - clearBackToTableBodyContext() { - this.clearBackTo(Ci, Nl.HTML); - } - clearBackToTableRowContext() { - this.clearBackTo(ii, Nl.HTML); - } - remove(e) { - const t = this._indexOf(e); - t >= 0 && - (t === this.stackTop - ? this.pop() - : (this.items.splice(t, 1), - this.tagIDs.splice(t, 1), - this.stackTop--, - this._updateCurrentElement(), - this.handler.onItemPop(e, !1))); - } - tryPeekProperlyNestedBodyElement() { - return this.stackTop >= 1 && this.tagIDs[1] === Al.BODY - ? this.items[1] - : null; - } - contains(e) { - return this._indexOf(e) > -1; - } - getCommonAncestor(e) { - const t = this._indexOf(e) - 1; - return t >= 0 ? this.items[t] : null; - } - isRootHtmlElementCurrent() { - return 0 === this.stackTop && this.tagIDs[0] === Al.HTML; - } - hasInScope(e) { - for (let t = this.stackTop; t >= 0; t--) { - const n = this.tagIDs[t], - r = this.treeAdapter.getNamespaceURI(this.items[t]); - if (n === e && r === Nl.HTML) return !0; - if (ai.get(n) === r) return !1; - } - return !0; - } - hasNumberedHeaderInScope() { - for (let e = this.stackTop; e >= 0; e--) { - const t = this.tagIDs[e], - n = this.treeAdapter.getNamespaceURI(this.items[e]); - if (Gl(t) && n === Nl.HTML) return !0; - if (ai.get(t) === n) return !1; - } - return !0; - } - hasInListItemScope(e) { - for (let t = this.stackTop; t >= 0; t--) { - const n = this.tagIDs[t], - r = this.treeAdapter.getNamespaceURI(this.items[t]); - if (n === e && r === Nl.HTML) return !0; - if (((n === Al.UL || n === Al.OL) && r === Nl.HTML) || ai.get(n) === r) - return !1; - } - return !0; - } - hasInButtonScope(e) { - for (let t = this.stackTop; t >= 0; t--) { - const n = this.tagIDs[t], - r = this.treeAdapter.getNamespaceURI(this.items[t]); - if (n === e && r === Nl.HTML) return !0; - if ((n === Al.BUTTON && r === Nl.HTML) || ai.get(n) === r) return !1; - } - return !0; - } - hasInTableScope(e) { - for (let t = this.stackTop; t >= 0; t--) { - const n = this.tagIDs[t]; - if (this.treeAdapter.getNamespaceURI(this.items[t]) === Nl.HTML) { - if (n === e) return !0; - if (n === Al.TABLE || n === Al.TEMPLATE || n === Al.HTML) return !1; - } - } - return !0; - } - hasTableBodyContextInTableScope() { - for (let e = this.stackTop; e >= 0; e--) { - const t = this.tagIDs[e]; - if (this.treeAdapter.getNamespaceURI(this.items[e]) === Nl.HTML) { - if (t === Al.TBODY || t === Al.THEAD || t === Al.TFOOT) return !0; - if (t === Al.TABLE || t === Al.HTML) return !1; - } - } - return !0; - } - hasInSelectScope(e) { - for (let t = this.stackTop; t >= 0; t--) { - const n = this.tagIDs[t]; - if (this.treeAdapter.getNamespaceURI(this.items[t]) === Nl.HTML) { - if (n === e) return !0; - if (n !== Al.OPTION && n !== Al.OPTGROUP) return !1; - } - } - return !0; - } - generateImpliedEndTags() { - for (; ri.has(this.currentTagId); ) this.pop(); - } - generateImpliedEndTagsThoroughly() { - for (; oi.has(this.currentTagId); ) this.pop(); - } - generateImpliedEndTagsWithExclusion(e) { - for (; this.currentTagId !== e && oi.has(this.currentTagId); ) this.pop(); - } -} -var ui; -!(function (e) { - (e[(e.Marker = 0)] = "Marker"), (e[(e.Element = 1)] = "Element"); -})((ui = ui || (ui = {}))); -const mi = { type: ui.Marker }; -class pi { - constructor(e) { - (this.treeAdapter = e), (this.entries = []), (this.bookmark = null); - } - _getNoahArkConditionCandidates(e, t) { - const n = [], - r = t.length, - o = this.treeAdapter.getTagName(e), - a = this.treeAdapter.getNamespaceURI(e); - for (let e = 0; e < this.entries.length; e++) { - const t = this.entries[e]; - if (t.type === ui.Marker) break; - const { element: l } = t; - if ( - this.treeAdapter.getTagName(l) === o && - this.treeAdapter.getNamespaceURI(l) === a - ) { - const t = this.treeAdapter.getAttrList(l); - t.length === r && n.push({ idx: e, attrs: t }); - } - } - return n; - } - _ensureNoahArkCondition(e) { - if (this.entries.length < 3) return; - const t = this.treeAdapter.getAttrList(e), - n = this._getNoahArkConditionCandidates(e, t); - if (n.length < 3) return; - const r = new Map(t.map((e) => [e.name, e.value])); - let o = 0; - for (let e = 0; e < n.length; e++) { - const t = n[e]; - t.attrs.every((e) => r.get(e.name) === e.value) && - ((o += 1), o >= 3 && this.entries.splice(t.idx, 1)); - } - } - insertMarker() { - this.entries.unshift(mi); - } - pushElement(e, t) { - this._ensureNoahArkCondition(e), - this.entries.unshift({ type: ui.Element, element: e, token: t }); - } - insertElementAfterBookmark(e, t) { - const n = this.entries.indexOf(this.bookmark); - this.entries.splice(n, 0, { type: ui.Element, element: e, token: t }); - } - removeEntry(e) { - const t = this.entries.indexOf(e); - t >= 0 && this.entries.splice(t, 1); - } - clearToLastMarker() { - const e = this.entries.indexOf(mi); - e >= 0 ? this.entries.splice(0, e + 1) : (this.entries.length = 0); - } - getElementEntryInScopeWithTagName(e) { - const t = this.entries.find( - (t) => - t.type === ui.Marker || this.treeAdapter.getTagName(t.element) === e, - ); - return t && t.type === ui.Element ? t : null; - } - getElementEntry(e) { - return this.entries.find((t) => t.type === ui.Element && t.element === e); - } -} -function hi(e) { - return { nodeName: "#text", value: e, parentNode: null }; -} -const gi = { - createDocument: () => ({ - nodeName: "#document", - mode: Vl.NO_QUIRKS, - childNodes: [], - }), - createDocumentFragment: () => ({ - nodeName: "#document-fragment", - childNodes: [], - }), - createElement: (e, t, n) => ({ - nodeName: e, - tagName: e, - attrs: n, - namespaceURI: t, - childNodes: [], - parentNode: null, - }), - createCommentNode: (e) => ({ - nodeName: "#comment", - data: e, - parentNode: null, - }), - appendChild(e, t) { - e.childNodes.push(t), (t.parentNode = e); - }, - insertBefore(e, t, n) { - const r = e.childNodes.indexOf(n); - e.childNodes.splice(r, 0, t), (t.parentNode = e); - }, - setTemplateContent(e, t) { - e.content = t; - }, - getTemplateContent: (e) => e.content, - setDocumentType(e, t, n, r) { - const o = e.childNodes.find((e) => "#documentType" === e.nodeName); - if (o) (o.name = t), (o.publicId = n), (o.systemId = r); - else { - const o = { - nodeName: "#documentType", - name: t, - publicId: n, - systemId: r, - parentNode: null, - }; - gi.appendChild(e, o); - } - }, - setDocumentMode(e, t) { - e.mode = t; - }, - getDocumentMode: (e) => e.mode, - detachNode(e) { - if (e.parentNode) { - const t = e.parentNode.childNodes.indexOf(e); - e.parentNode.childNodes.splice(t, 1), (e.parentNode = null); - } - }, - insertText(e, t) { - if (e.childNodes.length > 0) { - const n = e.childNodes[e.childNodes.length - 1]; - if (gi.isTextNode(n)) return void (n.value += t); - } - gi.appendChild(e, hi(t)); - }, - insertTextBefore(e, t, n) { - const r = e.childNodes[e.childNodes.indexOf(n) - 1]; - r && gi.isTextNode(r) ? (r.value += t) : gi.insertBefore(e, hi(t), n); - }, - adoptAttributes(e, t) { - const n = new Set(e.attrs.map((e) => e.name)); - for (let r = 0; r < t.length; r++) n.has(t[r].name) || e.attrs.push(t[r]); - }, - getFirstChild: (e) => e.childNodes[0], - getChildNodes: (e) => e.childNodes, - getParentNode: (e) => e.parentNode, - getAttrList: (e) => e.attrs, - getTagName: (e) => e.tagName, - getNamespaceURI: (e) => e.namespaceURI, - getTextNodeContent: (e) => e.value, - getCommentNodeContent: (e) => e.data, - getDocumentTypeNodeName: (e) => e.name, - getDocumentTypeNodePublicId: (e) => e.publicId, - getDocumentTypeNodeSystemId: (e) => e.systemId, - isTextNode: (e) => "#text" === e.nodeName, - isCommentNode: (e) => "#comment" === e.nodeName, - isDocumentTypeNode: (e) => "#documentType" === e.nodeName, - isElementNode: (e) => Object.prototype.hasOwnProperty.call(e, "tagName"), - setNodeSourceCodeLocation(e, t) { - e.sourceCodeLocation = t; - }, - getNodeSourceCodeLocation: (e) => e.sourceCodeLocation, - updateNodeSourceCodeLocation(e, t) { - e.sourceCodeLocation = { ...e.sourceCodeLocation, ...t }; - }, - }, - fi = "html", - vi = [ - "+//silmaril//dtd html pro v0r11 19970101//", - "-//as//dtd html 3.0 aswedit + extensions//", - "-//advasoft ltd//dtd html 3.0 aswedit + extensions//", - "-//ietf//dtd html 2.0 level 1//", - "-//ietf//dtd html 2.0 level 2//", - "-//ietf//dtd html 2.0 strict level 1//", - "-//ietf//dtd html 2.0 strict level 2//", - "-//ietf//dtd html 2.0 strict//", - "-//ietf//dtd html 2.0//", - "-//ietf//dtd html 2.1e//", - "-//ietf//dtd html 3.0//", - "-//ietf//dtd html 3.2 final//", - "-//ietf//dtd html 3.2//", - "-//ietf//dtd html 3//", - "-//ietf//dtd html level 0//", - "-//ietf//dtd html level 1//", - "-//ietf//dtd html level 2//", - "-//ietf//dtd html level 3//", - "-//ietf//dtd html strict level 0//", - "-//ietf//dtd html strict level 1//", - "-//ietf//dtd html strict level 2//", - "-//ietf//dtd html strict level 3//", - "-//ietf//dtd html strict//", - "-//ietf//dtd html//", - "-//metrius//dtd metrius presentational//", - "-//microsoft//dtd internet explorer 2.0 html strict//", - "-//microsoft//dtd internet explorer 2.0 html//", - "-//microsoft//dtd internet explorer 2.0 tables//", - "-//microsoft//dtd internet explorer 3.0 html strict//", - "-//microsoft//dtd internet explorer 3.0 html//", - "-//microsoft//dtd internet explorer 3.0 tables//", - "-//netscape comm. corp.//dtd html//", - "-//netscape comm. corp.//dtd strict html//", - "-//o'reilly and associates//dtd html 2.0//", - "-//o'reilly and associates//dtd html extended 1.0//", - "-//o'reilly and associates//dtd html extended relaxed 1.0//", - "-//sq//dtd html 2.0 hotmetal + extensions//", - "-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//", - "-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//", - "-//spyglass//dtd html 2.0 extended//", - "-//sun microsystems corp.//dtd hotjava html//", - "-//sun microsystems corp.//dtd hotjava strict html//", - "-//w3c//dtd html 3 1995-03-24//", - "-//w3c//dtd html 3.2 draft//", - "-//w3c//dtd html 3.2 final//", - "-//w3c//dtd html 3.2//", - "-//w3c//dtd html 3.2s draft//", - "-//w3c//dtd html 4.0 frameset//", - "-//w3c//dtd html 4.0 transitional//", - "-//w3c//dtd html experimental 19960712//", - "-//w3c//dtd html experimental 970421//", - "-//w3c//dtd w3 html//", - "-//w3o//dtd w3 html 3.0//", - "-//webtechs//dtd mozilla html 2.0//", - "-//webtechs//dtd mozilla html//", - ], - Ei = [ - ...vi, - "-//w3c//dtd html 4.01 frameset//", - "-//w3c//dtd html 4.01 transitional//", - ], - wi = new Set([ - "-//w3o//dtd w3 html strict 3.0//en//", - "-/w3c/dtd html 4.0 transitional/en", - "html", - ]), - Li = [ - "-//w3c//dtd xhtml 1.0 frameset//", - "-//w3c//dtd xhtml 1.0 transitional//", - ], - bi = [ - ...Li, - "-//w3c//dtd html 4.01 frameset//", - "-//w3c//dtd html 4.01 transitional//", - ]; -function Mi(e, t) { - return t.some((t) => e.startsWith(t)); -} -const Hi = "text/html", - yi = "application/xhtml+xml", - xi = new Map( - [ - "attributeName", - "attributeType", - "baseFrequency", - "baseProfile", - "calcMode", - "clipPathUnits", - "diffuseConstant", - "edgeMode", - "filterUnits", - "glyphRef", - "gradientTransform", - "gradientUnits", - "kernelMatrix", - "kernelUnitLength", - "keyPoints", - "keySplines", - "keyTimes", - "lengthAdjust", - "limitingConeAngle", - "markerHeight", - "markerUnits", - "markerWidth", - "maskContentUnits", - "maskUnits", - "numOctaves", - "pathLength", - "patternContentUnits", - "patternTransform", - "patternUnits", - "pointsAtX", - "pointsAtY", - "pointsAtZ", - "preserveAlpha", - "preserveAspectRatio", - "primitiveUnits", - "refX", - "refY", - "repeatCount", - "repeatDur", - "requiredExtensions", - "requiredFeatures", - "specularConstant", - "specularExponent", - "spreadMethod", - "startOffset", - "stdDeviation", - "stitchTiles", - "surfaceScale", - "systemLanguage", - "tableValues", - "targetX", - "targetY", - "textLength", - "viewBox", - "viewTarget", - "xChannelSelector", - "yChannelSelector", - "zoomAndPan", - ].map((e) => [e.toLowerCase(), e]), - ), - Ri = new Map([ - [ - "xlink:actuate", - { prefix: "xlink", name: "actuate", namespace: Nl.XLINK }, - ], - [ - "xlink:arcrole", - { prefix: "xlink", name: "arcrole", namespace: Nl.XLINK }, - ], - ["xlink:href", { prefix: "xlink", name: "href", namespace: Nl.XLINK }], - ["xlink:role", { prefix: "xlink", name: "role", namespace: Nl.XLINK }], - ["xlink:show", { prefix: "xlink", name: "show", namespace: Nl.XLINK }], - ["xlink:title", { prefix: "xlink", name: "title", namespace: Nl.XLINK }], - ["xlink:type", { prefix: "xlink", name: "type", namespace: Nl.XLINK }], - ["xml:base", { prefix: "xml", name: "base", namespace: Nl.XML }], - ["xml:lang", { prefix: "xml", name: "lang", namespace: Nl.XML }], - ["xml:space", { prefix: "xml", name: "space", namespace: Nl.XML }], - ["xmlns", { prefix: "", name: "xmlns", namespace: Nl.XMLNS }], - ["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: Nl.XMLNS }], - ]), - Ti = new Map( - [ - "altGlyph", - "altGlyphDef", - "altGlyphItem", - "animateColor", - "animateMotion", - "animateTransform", - "clipPath", - "feBlend", - "feColorMatrix", - "feComponentTransfer", - "feComposite", - "feConvolveMatrix", - "feDiffuseLighting", - "feDisplacementMap", - "feDistantLight", - "feFlood", - "feFuncA", - "feFuncB", - "feFuncG", - "feFuncR", - "feGaussianBlur", - "feImage", - "feMerge", - "feMergeNode", - "feMorphology", - "feOffset", - "fePointLight", - "feSpecularLighting", - "feSpotLight", - "feTile", - "feTurbulence", - "foreignObject", - "glyphRef", - "linearGradient", - "radialGradient", - "textPath", - ].map((e) => [e.toLowerCase(), e]), - ), - Ni = new Set([ - Al.B, - Al.BIG, - Al.BLOCKQUOTE, - Al.BODY, - Al.BR, - Al.CENTER, - Al.CODE, - Al.DD, - Al.DIV, - Al.DL, - Al.DT, - Al.EM, - Al.EMBED, - Al.H1, - Al.H2, - Al.H3, - Al.H4, - Al.H5, - Al.H6, - Al.HEAD, - Al.HR, - Al.I, - Al.IMG, - Al.LI, - Al.LISTING, - Al.MENU, - Al.META, - Al.NOBR, - Al.OL, - Al.P, - Al.PRE, - Al.RUBY, - Al.S, - Al.SMALL, - Al.SPAN, - Al.STRONG, - Al.STRIKE, - Al.SUB, - Al.SUP, - Al.TABLE, - Al.TT, - Al.U, - Al.UL, - Al.VAR, - ]); -function Si(e) { - for (let t = 0; t < e.attrs.length; t++) - if ("definitionurl" === e.attrs[t].name) { - e.attrs[t].name = "definitionURL"; - break; - } -} -function Vi(e) { - for (let t = 0; t < e.attrs.length; t++) { - const n = xi.get(e.attrs[t].name); - null != n && (e.attrs[t].name = n); - } -} -function _i(e) { - for (let t = 0; t < e.attrs.length; t++) { - const n = Ri.get(e.attrs[t].name); - n && - ((e.attrs[t].prefix = n.prefix), - (e.attrs[t].name = n.name), - (e.attrs[t].namespace = n.namespace)); - } -} -function Ai(e, t, n, r) { - return ( - ((!r || r === Nl.HTML) && - (function (e, t, n) { - if (t === Nl.MATHML && e === Al.ANNOTATION_XML) - for (let e = 0; e < n.length; e++) - if (n[e].name === Sl.ENCODING) { - const t = n[e].value.toLowerCase(); - return t === Hi || t === yi; - } - return ( - t === Nl.SVG && - (e === Al.FOREIGN_OBJECT || e === Al.DESC || e === Al.TITLE) - ); - })(e, t, n)) || - ((!r || r === Nl.MATHML) && - (function (e, t) { - return ( - t === Nl.MATHML && - (e === Al.MI || - e === Al.MO || - e === Al.MN || - e === Al.MS || - e === Al.MTEXT) - ); - })(e, t)) - ); -} -var ki; -!(function (e) { - (e[(e.INITIAL = 0)] = "INITIAL"), - (e[(e.BEFORE_HTML = 1)] = "BEFORE_HTML"), - (e[(e.BEFORE_HEAD = 2)] = "BEFORE_HEAD"), - (e[(e.IN_HEAD = 3)] = "IN_HEAD"), - (e[(e.IN_HEAD_NO_SCRIPT = 4)] = "IN_HEAD_NO_SCRIPT"), - (e[(e.AFTER_HEAD = 5)] = "AFTER_HEAD"), - (e[(e.IN_BODY = 6)] = "IN_BODY"), - (e[(e.TEXT = 7)] = "TEXT"), - (e[(e.IN_TABLE = 8)] = "IN_TABLE"), - (e[(e.IN_TABLE_TEXT = 9)] = "IN_TABLE_TEXT"), - (e[(e.IN_CAPTION = 10)] = "IN_CAPTION"), - (e[(e.IN_COLUMN_GROUP = 11)] = "IN_COLUMN_GROUP"), - (e[(e.IN_TABLE_BODY = 12)] = "IN_TABLE_BODY"), - (e[(e.IN_ROW = 13)] = "IN_ROW"), - (e[(e.IN_CELL = 14)] = "IN_CELL"), - (e[(e.IN_SELECT = 15)] = "IN_SELECT"), - (e[(e.IN_SELECT_IN_TABLE = 16)] = "IN_SELECT_IN_TABLE"), - (e[(e.IN_TEMPLATE = 17)] = "IN_TEMPLATE"), - (e[(e.AFTER_BODY = 18)] = "AFTER_BODY"), - (e[(e.IN_FRAMESET = 19)] = "IN_FRAMESET"), - (e[(e.AFTER_FRAMESET = 20)] = "AFTER_FRAMESET"), - (e[(e.AFTER_AFTER_BODY = 21)] = "AFTER_AFTER_BODY"), - (e[(e.AFTER_AFTER_FRAMESET = 22)] = "AFTER_AFTER_FRAMESET"); -})(ki || (ki = {})); -const Zi = { - startLine: -1, - startCol: -1, - startOffset: -1, - endLine: -1, - endCol: -1, - endOffset: -1, - }, - Ii = new Set([Al.TABLE, Al.TBODY, Al.TFOOT, Al.THEAD, Al.TR]), - Bi = { - scriptingEnabled: !0, - sourceCodeLocationInfo: !1, - treeAdapter: gi, - onParseError: null, - }; -class Oi { - constructor(e, t, n = null, r = null) { - (this.fragmentContext = n), - (this.scriptHandler = r), - (this.currentToken = null), - (this.stopped = !1), - (this.insertionMode = ki.INITIAL), - (this.originalInsertionMode = ki.INITIAL), - (this.headElement = null), - (this.formElement = null), - (this.currentNotInHTML = !1), - (this.tmplInsertionModeStack = []), - (this.pendingCharacterTokens = []), - (this.hasNonWhitespacePendingCharacterToken = !1), - (this.framesetOk = !0), - (this.skipNextNewLine = !1), - (this.fosterParentingEnabled = !1), - (this.options = { ...Bi, ...e }), - (this.treeAdapter = this.options.treeAdapter), - (this.onParseError = this.options.onParseError), - this.onParseError && (this.options.sourceCodeLocationInfo = !0), - (this.document = null != t ? t : this.treeAdapter.createDocument()), - (this.tokenizer = new ni(this.options, this)), - (this.activeFormattingElements = new pi(this.treeAdapter)), - (this.fragmentContextID = n - ? Pl(this.treeAdapter.getTagName(n)) - : Al.UNKNOWN), - this._setContextModes( - null != n ? n : this.document, - this.fragmentContextID, - ), - (this.openElements = new di(this.document, this.treeAdapter, this)); - } - static parse(e, t) { - const n = new this(t); - return n.tokenizer.write(e, !0), n.document; - } - static getFragmentParser(e, t) { - const n = { ...Bi, ...t }; - null != e || (e = n.treeAdapter.createElement(_l.TEMPLATE, Nl.HTML, [])); - const r = n.treeAdapter.createElement("documentmock", Nl.HTML, []), - o = new this(n, r, e); - return ( - o.fragmentContextID === Al.TEMPLATE && - o.tmplInsertionModeStack.unshift(ki.IN_TEMPLATE), - o._initTokenizerForFragmentParsing(), - o._insertFakeRootElement(), - o._resetInsertionMode(), - o._findFormInFragmentContext(), - o - ); - } - getFragment() { - const e = this.treeAdapter.getFirstChild(this.document), - t = this.treeAdapter.createDocumentFragment(); - return this._adoptNodes(e, t), t; - } - _err(e, t, n) { - var r; - if (!this.onParseError) return; - const o = null !== (r = e.location) && void 0 !== r ? r : Zi, - a = { - code: t, - startLine: o.startLine, - startCol: o.startCol, - startOffset: o.startOffset, - endLine: n ? o.startLine : o.endLine, - endCol: n ? o.startCol : o.endCol, - endOffset: n ? o.startOffset : o.endOffset, - }; - this.onParseError(a); - } - onItemPush(e, t, n) { - var r, o; - null === (o = (r = this.treeAdapter).onItemPush) || - void 0 === o || - o.call(r, e), - n && this.openElements.stackTop > 0 && this._setContextModes(e, t); - } - onItemPop(e, t) { - var n, r; - if ( - (this.options.sourceCodeLocationInfo && - this._setEndLocation(e, this.currentToken), - null === (r = (n = this.treeAdapter).onItemPop) || - void 0 === r || - r.call(n, e, this.openElements.current), - t) - ) { - let e, t; - 0 === this.openElements.stackTop && this.fragmentContext - ? ((e = this.fragmentContext), (t = this.fragmentContextID)) - : ({ current: e, currentTagId: t } = this.openElements), - this._setContextModes(e, t); - } - } - _setContextModes(e, t) { - const n = - e === this.document || this.treeAdapter.getNamespaceURI(e) === Nl.HTML; - (this.currentNotInHTML = !n), - (this.tokenizer.inForeignNode = !n && !this._isIntegrationPoint(t, e)); - } - _switchToTextParsing(e, t) { - this._insertElement(e, Nl.HTML), - (this.tokenizer.state = t), - (this.originalInsertionMode = this.insertionMode), - (this.insertionMode = ki.TEXT); - } - switchToPlaintextParsing() { - (this.insertionMode = ki.TEXT), - (this.originalInsertionMode = ki.IN_BODY), - (this.tokenizer.state = Wl.PLAINTEXT); - } - _getAdjustedCurrentElement() { - return 0 === this.openElements.stackTop && this.fragmentContext - ? this.fragmentContext - : this.openElements.current; - } - _findFormInFragmentContext() { - let e = this.fragmentContext; - for (; e; ) { - if (this.treeAdapter.getTagName(e) === _l.FORM) { - this.formElement = e; - break; - } - e = this.treeAdapter.getParentNode(e); - } - } - _initTokenizerForFragmentParsing() { - if ( - this.fragmentContext && - this.treeAdapter.getNamespaceURI(this.fragmentContext) === Nl.HTML - ) - switch (this.fragmentContextID) { - case Al.TITLE: - case Al.TEXTAREA: - this.tokenizer.state = Wl.RCDATA; - break; - case Al.STYLE: - case Al.XMP: - case Al.IFRAME: - case Al.NOEMBED: - case Al.NOFRAMES: - case Al.NOSCRIPT: - this.tokenizer.state = Wl.RAWTEXT; - break; - case Al.SCRIPT: - this.tokenizer.state = Wl.SCRIPT_DATA; - break; - case Al.PLAINTEXT: - this.tokenizer.state = Wl.PLAINTEXT; - } - } - _setDocumentType(e) { - const t = e.name || "", - n = e.publicId || "", - r = e.systemId || ""; - if ( - (this.treeAdapter.setDocumentType(this.document, t, n, r), e.location) - ) { - const t = this.treeAdapter - .getChildNodes(this.document) - .find((e) => this.treeAdapter.isDocumentTypeNode(e)); - t && this.treeAdapter.setNodeSourceCodeLocation(t, e.location); - } - } - _attachElementToTree(e, t) { - if (this.options.sourceCodeLocationInfo) { - const n = t && { ...t, startTag: t }; - this.treeAdapter.setNodeSourceCodeLocation(e, n); - } - if (this._shouldFosterParentOnInsertion()) this._fosterParentElement(e); - else { - const t = this.openElements.currentTmplContentOrNode; - this.treeAdapter.appendChild(t, e); - } - } - _appendElement(e, t) { - const n = this.treeAdapter.createElement(e.tagName, t, e.attrs); - this._attachElementToTree(n, e.location); - } - _insertElement(e, t) { - const n = this.treeAdapter.createElement(e.tagName, t, e.attrs); - this._attachElementToTree(n, e.location), - this.openElements.push(n, e.tagID); - } - _insertFakeElement(e, t) { - const n = this.treeAdapter.createElement(e, Nl.HTML, []); - this._attachElementToTree(n, null), this.openElements.push(n, t); - } - _insertTemplate(e) { - const t = this.treeAdapter.createElement(e.tagName, Nl.HTML, e.attrs), - n = this.treeAdapter.createDocumentFragment(); - this.treeAdapter.setTemplateContent(t, n), - this._attachElementToTree(t, e.location), - this.openElements.push(t, e.tagID), - this.options.sourceCodeLocationInfo && - this.treeAdapter.setNodeSourceCodeLocation(n, null); - } - _insertFakeRootElement() { - const e = this.treeAdapter.createElement(_l.HTML, Nl.HTML, []); - this.options.sourceCodeLocationInfo && - this.treeAdapter.setNodeSourceCodeLocation(e, null), - this.treeAdapter.appendChild(this.openElements.current, e), - this.openElements.push(e, Al.HTML); - } - _appendCommentNode(e, t) { - const n = this.treeAdapter.createCommentNode(e.data); - this.treeAdapter.appendChild(t, n), - this.options.sourceCodeLocationInfo && - this.treeAdapter.setNodeSourceCodeLocation(n, e.location); - } - _insertCharacters(e) { - let t, n; - if ( - (this._shouldFosterParentOnInsertion() - ? (({ parent: t, beforeElement: n } = - this._findFosterParentingLocation()), - n - ? this.treeAdapter.insertTextBefore(t, e.chars, n) - : this.treeAdapter.insertText(t, e.chars)) - : ((t = this.openElements.currentTmplContentOrNode), - this.treeAdapter.insertText(t, e.chars)), - !e.location) - ) - return; - const r = this.treeAdapter.getChildNodes(t), - o = n ? r.lastIndexOf(n) : r.length, - a = r[o - 1]; - if (this.treeAdapter.getNodeSourceCodeLocation(a)) { - const { endLine: t, endCol: n, endOffset: r } = e.location; - this.treeAdapter.updateNodeSourceCodeLocation(a, { - endLine: t, - endCol: n, - endOffset: r, - }); - } else - this.options.sourceCodeLocationInfo && - this.treeAdapter.setNodeSourceCodeLocation(a, e.location); - } - _adoptNodes(e, t) { - for ( - let n = this.treeAdapter.getFirstChild(e); - n; - n = this.treeAdapter.getFirstChild(e) - ) - this.treeAdapter.detachNode(n), this.treeAdapter.appendChild(t, n); - } - _setEndLocation(e, t) { - if (this.treeAdapter.getNodeSourceCodeLocation(e) && t.location) { - const n = t.location, - r = this.treeAdapter.getTagName(e), - o = - t.type === vl.END_TAG && r === t.tagName - ? { - endTag: { ...n }, - endLine: n.endLine, - endCol: n.endCol, - endOffset: n.endOffset, - } - : { - endLine: n.startLine, - endCol: n.startCol, - endOffset: n.startOffset, - }; - this.treeAdapter.updateNodeSourceCodeLocation(e, o); - } - } - shouldProcessStartTagTokenInForeignContent(e) { - if (!this.currentNotInHTML) return !1; - let t, n; - return ( - 0 === this.openElements.stackTop && this.fragmentContext - ? ((t = this.fragmentContext), (n = this.fragmentContextID)) - : ({ current: t, currentTagId: n } = this.openElements), - (e.tagID !== Al.SVG || - this.treeAdapter.getTagName(t) !== _l.ANNOTATION_XML || - this.treeAdapter.getNamespaceURI(t) !== Nl.MATHML) && - (this.tokenizer.inForeignNode || - ((e.tagID === Al.MGLYPH || e.tagID === Al.MALIGNMARK) && - !this._isIntegrationPoint(n, t, Nl.HTML))) - ); - } - _processToken(e) { - switch (e.type) { - case vl.CHARACTER: - this.onCharacter(e); - break; - case vl.NULL_CHARACTER: - this.onNullCharacter(e); - break; - case vl.COMMENT: - this.onComment(e); - break; - case vl.DOCTYPE: - this.onDoctype(e); - break; - case vl.START_TAG: - this._processStartTag(e); - break; - case vl.END_TAG: - this.onEndTag(e); - break; - case vl.EOF: - this.onEof(e); - break; - case vl.WHITESPACE_CHARACTER: - this.onWhitespaceCharacter(e); - } - } - _isIntegrationPoint(e, t, n) { - return Ai( - e, - this.treeAdapter.getNamespaceURI(t), - this.treeAdapter.getAttrList(t), - n, - ); - } - _reconstructActiveFormattingElements() { - const e = this.activeFormattingElements.entries.length; - if (e) { - const t = this.activeFormattingElements.entries.findIndex( - (e) => e.type === ui.Marker || this.openElements.contains(e.element), - ); - for (let n = t < 0 ? e - 1 : t - 1; n >= 0; n--) { - const e = this.activeFormattingElements.entries[n]; - this._insertElement( - e.token, - this.treeAdapter.getNamespaceURI(e.element), - ), - (e.element = this.openElements.current); - } - } - } - _closeTableCell() { - this.openElements.generateImpliedEndTags(), - this.openElements.popUntilTableCellPopped(), - this.activeFormattingElements.clearToLastMarker(), - (this.insertionMode = ki.IN_ROW); - } - _closePElement() { - this.openElements.generateImpliedEndTagsWithExclusion(Al.P), - this.openElements.popUntilTagNamePopped(Al.P); - } - _resetInsertionMode() { - for (let e = this.openElements.stackTop; e >= 0; e--) - switch ( - 0 === e && this.fragmentContext - ? this.fragmentContextID - : this.openElements.tagIDs[e] - ) { - case Al.TR: - return void (this.insertionMode = ki.IN_ROW); - case Al.TBODY: - case Al.THEAD: - case Al.TFOOT: - return void (this.insertionMode = ki.IN_TABLE_BODY); - case Al.CAPTION: - return void (this.insertionMode = ki.IN_CAPTION); - case Al.COLGROUP: - return void (this.insertionMode = ki.IN_COLUMN_GROUP); - case Al.TABLE: - return void (this.insertionMode = ki.IN_TABLE); - case Al.BODY: - return void (this.insertionMode = ki.IN_BODY); - case Al.FRAMESET: - return void (this.insertionMode = ki.IN_FRAMESET); - case Al.SELECT: - return void this._resetInsertionModeForSelect(e); - case Al.TEMPLATE: - return void (this.insertionMode = this.tmplInsertionModeStack[0]); - case Al.HTML: - return void (this.insertionMode = this.headElement - ? ki.AFTER_HEAD - : ki.BEFORE_HEAD); - case Al.TD: - case Al.TH: - if (e > 0) return void (this.insertionMode = ki.IN_CELL); - break; - case Al.HEAD: - if (e > 0) return void (this.insertionMode = ki.IN_HEAD); - } - this.insertionMode = ki.IN_BODY; - } - _resetInsertionModeForSelect(e) { - if (e > 0) - for (let t = e - 1; t > 0; t--) { - const e = this.openElements.tagIDs[t]; - if (e === Al.TEMPLATE) break; - if (e === Al.TABLE) - return void (this.insertionMode = ki.IN_SELECT_IN_TABLE); - } - this.insertionMode = ki.IN_SELECT; - } - _isElementCausesFosterParenting(e) { - return Ii.has(e); - } - _shouldFosterParentOnInsertion() { - return ( - this.fosterParentingEnabled && - this._isElementCausesFosterParenting(this.openElements.currentTagId) - ); - } - _findFosterParentingLocation() { - for (let e = this.openElements.stackTop; e >= 0; e--) { - const t = this.openElements.items[e]; - switch (this.openElements.tagIDs[e]) { - case Al.TEMPLATE: - if (this.treeAdapter.getNamespaceURI(t) === Nl.HTML) - return { - parent: this.treeAdapter.getTemplateContent(t), - beforeElement: null, - }; - break; - case Al.TABLE: { - const n = this.treeAdapter.getParentNode(t); - return n - ? { parent: n, beforeElement: t } - : { parent: this.openElements.items[e - 1], beforeElement: null }; - } - } - } - return { parent: this.openElements.items[0], beforeElement: null }; - } - _fosterParentElement(e) { - const t = this._findFosterParentingLocation(); - t.beforeElement - ? this.treeAdapter.insertBefore(t.parent, e, t.beforeElement) - : this.treeAdapter.appendChild(t.parent, e); - } - _isSpecialElement(e, t) { - const n = this.treeAdapter.getNamespaceURI(e); - return Ul[n].has(t); - } - onCharacter(e) { - if (((this.skipNextNewLine = !1), this.tokenizer.inForeignNode)) - !(function (e, t) { - e._insertCharacters(t), (e.framesetOk = !1); - })(this, e); - else - switch (this.insertionMode) { - case ki.INITIAL: - qi(this, e); - break; - case ki.BEFORE_HTML: - Yi(this, e); - break; - case ki.BEFORE_HEAD: - Ki(this, e); - break; - case ki.IN_HEAD: - Ji(this, e); - break; - case ki.IN_HEAD_NO_SCRIPT: - eC(this, e); - break; - case ki.AFTER_HEAD: - tC(this, e); - break; - case ki.IN_BODY: - case ki.IN_CAPTION: - case ki.IN_CELL: - case ki.IN_TEMPLATE: - oC(this, e); - break; - case ki.TEXT: - case ki.IN_SELECT: - case ki.IN_SELECT_IN_TABLE: - this._insertCharacters(e); - break; - case ki.IN_TABLE: - case ki.IN_TABLE_BODY: - case ki.IN_ROW: - mC(this, e); - break; - case ki.IN_TABLE_TEXT: - vC(this, e); - break; - case ki.IN_COLUMN_GROUP: - bC(this, e); - break; - case ki.AFTER_BODY: - VC(this, e); - break; - case ki.AFTER_AFTER_BODY: - _C(this, e); - } - } - onNullCharacter(e) { - if (((this.skipNextNewLine = !1), this.tokenizer.inForeignNode)) - !(function (e, t) { - (t.chars = al), e._insertCharacters(t); - })(this, e); - else - switch (this.insertionMode) { - case ki.INITIAL: - qi(this, e); - break; - case ki.BEFORE_HTML: - Yi(this, e); - break; - case ki.BEFORE_HEAD: - Ki(this, e); - break; - case ki.IN_HEAD: - Ji(this, e); - break; - case ki.IN_HEAD_NO_SCRIPT: - eC(this, e); - break; - case ki.AFTER_HEAD: - tC(this, e); - break; - case ki.TEXT: - this._insertCharacters(e); - break; - case ki.IN_TABLE: - case ki.IN_TABLE_BODY: - case ki.IN_ROW: - mC(this, e); - break; - case ki.IN_COLUMN_GROUP: - bC(this, e); - break; - case ki.AFTER_BODY: - VC(this, e); - break; - case ki.AFTER_AFTER_BODY: - _C(this, e); - } - } - onComment(e) { - if (((this.skipNextNewLine = !1), this.currentNotInHTML)) Wi(this, e); - else - switch (this.insertionMode) { - case ki.INITIAL: - case ki.BEFORE_HTML: - case ki.BEFORE_HEAD: - case ki.IN_HEAD: - case ki.IN_HEAD_NO_SCRIPT: - case ki.AFTER_HEAD: - case ki.IN_BODY: - case ki.IN_TABLE: - case ki.IN_CAPTION: - case ki.IN_COLUMN_GROUP: - case ki.IN_TABLE_BODY: - case ki.IN_ROW: - case ki.IN_CELL: - case ki.IN_SELECT: - case ki.IN_SELECT_IN_TABLE: - case ki.IN_TEMPLATE: - case ki.IN_FRAMESET: - case ki.AFTER_FRAMESET: - Wi(this, e); - break; - case ki.IN_TABLE_TEXT: - EC(this, e); - break; - case ki.AFTER_BODY: - !(function (e, t) { - e._appendCommentNode(t, e.openElements.items[0]); - })(this, e); - break; - case ki.AFTER_AFTER_BODY: - case ki.AFTER_AFTER_FRAMESET: - !(function (e, t) { - e._appendCommentNode(t, e.document); - })(this, e); - } - } - onDoctype(e) { - switch (((this.skipNextNewLine = !1), this.insertionMode)) { - case ki.INITIAL: - !(function (e, t) { - e._setDocumentType(t); - const n = t.forceQuirks - ? Vl.QUIRKS - : (function (e) { - if (e.name !== fi) return Vl.QUIRKS; - const { systemId: t } = e; - if ( - t && - "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd" === - t.toLowerCase() - ) - return Vl.QUIRKS; - let { publicId: n } = e; - if (null !== n) { - if (((n = n.toLowerCase()), wi.has(n))) return Vl.QUIRKS; - let e = null === t ? Ei : vi; - if (Mi(n, e)) return Vl.QUIRKS; - if (((e = null === t ? Li : bi), Mi(n, e))) - return Vl.LIMITED_QUIRKS; - } - return Vl.NO_QUIRKS; - })(t); - (function (e) { - return ( - e.name === fi && - null === e.publicId && - (null === e.systemId || "about:legacy-compat" === e.systemId) - ); - })(t) || e._err(t, gl.nonConformingDoctype); - e.treeAdapter.setDocumentMode(e.document, n), - (e.insertionMode = ki.BEFORE_HTML); - })(this, e); - break; - case ki.BEFORE_HEAD: - case ki.IN_HEAD: - case ki.IN_HEAD_NO_SCRIPT: - case ki.AFTER_HEAD: - this._err(e, gl.misplacedDoctype); - break; - case ki.IN_TABLE_TEXT: - EC(this, e); - } - } - onStartTag(e) { - (this.skipNextNewLine = !1), - (this.currentToken = e), - this._processStartTag(e), - e.selfClosing && - !e.ackSelfClosing && - this._err(e, gl.nonVoidHtmlElementStartTagWithTrailingSolidus); - } - _processStartTag(e) { - this.shouldProcessStartTagTokenInForeignContent(e) - ? (function (e, t) { - if ( - (function (e) { - const t = e.tagID; - return ( - (t === Al.FONT && - e.attrs.some( - ({ name: e }) => - e === Sl.COLOR || e === Sl.SIZE || e === Sl.FACE, - )) || - Ni.has(t) - ); - })(t) - ) - AC(e), e._startTagOutsideForeignContent(t); - else { - const n = e._getAdjustedCurrentElement(), - r = e.treeAdapter.getNamespaceURI(n); - r === Nl.MATHML - ? Si(t) - : r === Nl.SVG && - (!(function (e) { - const t = Ti.get(e.tagName); - null != t && ((e.tagName = t), (e.tagID = Pl(e.tagName))); - })(t), - Vi(t)), - _i(t), - t.selfClosing ? e._appendElement(t, r) : e._insertElement(t, r), - (t.ackSelfClosing = !0); - } - })(this, e) - : this._startTagOutsideForeignContent(e); - } - _startTagOutsideForeignContent(e) { - switch (this.insertionMode) { - case ki.INITIAL: - qi(this, e); - break; - case ki.BEFORE_HTML: - !(function (e, t) { - t.tagID === Al.HTML - ? (e._insertElement(t, Nl.HTML), (e.insertionMode = ki.BEFORE_HEAD)) - : Yi(e, t); - })(this, e); - break; - case ki.BEFORE_HEAD: - !(function (e, t) { - switch (t.tagID) { - case Al.HTML: - sC(e, t); - break; - case Al.HEAD: - e._insertElement(t, Nl.HTML), - (e.headElement = e.openElements.current), - (e.insertionMode = ki.IN_HEAD); - break; - default: - Ki(e, t); - } - })(this, e); - break; - case ki.IN_HEAD: - Xi(this, e); - break; - case ki.IN_HEAD_NO_SCRIPT: - !(function (e, t) { - switch (t.tagID) { - case Al.HTML: - sC(e, t); - break; - case Al.BASEFONT: - case Al.BGSOUND: - case Al.HEAD: - case Al.LINK: - case Al.META: - case Al.NOFRAMES: - case Al.STYLE: - Xi(e, t); - break; - case Al.NOSCRIPT: - e._err(t, gl.nestedNoscriptInHead); - break; - default: - eC(e, t); - } - })(this, e); - break; - case ki.AFTER_HEAD: - !(function (e, t) { - switch (t.tagID) { - case Al.HTML: - sC(e, t); - break; - case Al.BODY: - e._insertElement(t, Nl.HTML), - (e.framesetOk = !1), - (e.insertionMode = ki.IN_BODY); - break; - case Al.FRAMESET: - e._insertElement(t, Nl.HTML), (e.insertionMode = ki.IN_FRAMESET); - break; - case Al.BASE: - case Al.BASEFONT: - case Al.BGSOUND: - case Al.LINK: - case Al.META: - case Al.NOFRAMES: - case Al.SCRIPT: - case Al.STYLE: - case Al.TEMPLATE: - case Al.TITLE: - e._err(t, gl.abandonedHeadElementChild), - e.openElements.push(e.headElement, Al.HEAD), - Xi(e, t), - e.openElements.remove(e.headElement); - break; - case Al.HEAD: - e._err(t, gl.misplacedStartTagForHeadElement); - break; - default: - tC(e, t); - } - })(this, e); - break; - case ki.IN_BODY: - sC(this, e); - break; - case ki.IN_TABLE: - pC(this, e); - break; - case ki.IN_TABLE_TEXT: - EC(this, e); - break; - case ki.IN_CAPTION: - !(function (e, t) { - const n = t.tagID; - wC.has(n) - ? e.openElements.hasInTableScope(Al.CAPTION) && - (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(Al.CAPTION), - e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = ki.IN_TABLE), - pC(e, t)) - : sC(e, t); - })(this, e); - break; - case ki.IN_COLUMN_GROUP: - LC(this, e); - break; - case ki.IN_TABLE_BODY: - MC(this, e); - break; - case ki.IN_ROW: - yC(this, e); - break; - case ki.IN_CELL: - !(function (e, t) { - const n = t.tagID; - wC.has(n) - ? (e.openElements.hasInTableScope(Al.TD) || - e.openElements.hasInTableScope(Al.TH)) && - (e._closeTableCell(), yC(e, t)) - : sC(e, t); - })(this, e); - break; - case ki.IN_SELECT: - RC(this, e); - break; - case ki.IN_SELECT_IN_TABLE: - !(function (e, t) { - const n = t.tagID; - n === Al.CAPTION || - n === Al.TABLE || - n === Al.TBODY || - n === Al.TFOOT || - n === Al.THEAD || - n === Al.TR || - n === Al.TD || - n === Al.TH - ? (e.openElements.popUntilTagNamePopped(Al.SELECT), - e._resetInsertionMode(), - e._processStartTag(t)) - : RC(e, t); - })(this, e); - break; - case ki.IN_TEMPLATE: - !(function (e, t) { - switch (t.tagID) { - case Al.BASE: - case Al.BASEFONT: - case Al.BGSOUND: - case Al.LINK: - case Al.META: - case Al.NOFRAMES: - case Al.SCRIPT: - case Al.STYLE: - case Al.TEMPLATE: - case Al.TITLE: - Xi(e, t); - break; - case Al.CAPTION: - case Al.COLGROUP: - case Al.TBODY: - case Al.TFOOT: - case Al.THEAD: - (e.tmplInsertionModeStack[0] = ki.IN_TABLE), - (e.insertionMode = ki.IN_TABLE), - pC(e, t); - break; - case Al.COL: - (e.tmplInsertionModeStack[0] = ki.IN_COLUMN_GROUP), - (e.insertionMode = ki.IN_COLUMN_GROUP), - LC(e, t); - break; - case Al.TR: - (e.tmplInsertionModeStack[0] = ki.IN_TABLE_BODY), - (e.insertionMode = ki.IN_TABLE_BODY), - MC(e, t); - break; - case Al.TD: - case Al.TH: - (e.tmplInsertionModeStack[0] = ki.IN_ROW), - (e.insertionMode = ki.IN_ROW), - yC(e, t); - break; - default: - (e.tmplInsertionModeStack[0] = ki.IN_BODY), - (e.insertionMode = ki.IN_BODY), - sC(e, t); - } - })(this, e); - break; - case ki.AFTER_BODY: - !(function (e, t) { - t.tagID === Al.HTML ? sC(e, t) : VC(e, t); - })(this, e); - break; - case ki.IN_FRAMESET: - !(function (e, t) { - switch (t.tagID) { - case Al.HTML: - sC(e, t); - break; - case Al.FRAMESET: - e._insertElement(t, Nl.HTML); - break; - case Al.FRAME: - e._appendElement(t, Nl.HTML), (t.ackSelfClosing = !0); - break; - case Al.NOFRAMES: - Xi(e, t); - } - })(this, e); - break; - case ki.AFTER_FRAMESET: - !(function (e, t) { - switch (t.tagID) { - case Al.HTML: - sC(e, t); - break; - case Al.NOFRAMES: - Xi(e, t); - } - })(this, e); - break; - case ki.AFTER_AFTER_BODY: - !(function (e, t) { - t.tagID === Al.HTML ? sC(e, t) : _C(e, t); - })(this, e); - break; - case ki.AFTER_AFTER_FRAMESET: - !(function (e, t) { - switch (t.tagID) { - case Al.HTML: - sC(e, t); - break; - case Al.NOFRAMES: - Xi(e, t); - } - })(this, e); - } - } - onEndTag(e) { - (this.skipNextNewLine = !1), - (this.currentToken = e), - this.currentNotInHTML - ? (function (e, t) { - if (t.tagID === Al.P || t.tagID === Al.BR) - return AC(e), void e._endTagOutsideForeignContent(t); - for (let n = e.openElements.stackTop; n > 0; n--) { - const r = e.openElements.items[n]; - if (e.treeAdapter.getNamespaceURI(r) === Nl.HTML) { - e._endTagOutsideForeignContent(t); - break; - } - const o = e.treeAdapter.getTagName(r); - if (o.toLowerCase() === t.tagName) { - (t.tagName = o), e.openElements.shortenToLength(n); - break; - } - } - })(this, e) - : this._endTagOutsideForeignContent(e); - } - _endTagOutsideForeignContent(e) { - switch (this.insertionMode) { - case ki.INITIAL: - qi(this, e); - break; - case ki.BEFORE_HTML: - !(function (e, t) { - const n = t.tagID; - (n !== Al.HTML && n !== Al.HEAD && n !== Al.BODY && n !== Al.BR) || - Yi(e, t); - })(this, e); - break; - case ki.BEFORE_HEAD: - !(function (e, t) { - const n = t.tagID; - n === Al.HEAD || n === Al.BODY || n === Al.HTML || n === Al.BR - ? Ki(e, t) - : e._err(t, gl.endTagWithoutMatchingOpenElement); - })(this, e); - break; - case ki.IN_HEAD: - !(function (e, t) { - switch (t.tagID) { - case Al.HEAD: - e.openElements.pop(), (e.insertionMode = ki.AFTER_HEAD); - break; - case Al.BODY: - case Al.BR: - case Al.HTML: - Ji(e, t); - break; - case Al.TEMPLATE: - Qi(e, t); - break; - default: - e._err(t, gl.endTagWithoutMatchingOpenElement); - } - })(this, e); - break; - case ki.IN_HEAD_NO_SCRIPT: - !(function (e, t) { - switch (t.tagID) { - case Al.NOSCRIPT: - e.openElements.pop(), (e.insertionMode = ki.IN_HEAD); - break; - case Al.BR: - eC(e, t); - break; - default: - e._err(t, gl.endTagWithoutMatchingOpenElement); - } - })(this, e); - break; - case ki.AFTER_HEAD: - !(function (e, t) { - switch (t.tagID) { - case Al.BODY: - case Al.HTML: - case Al.BR: - tC(e, t); - break; - case Al.TEMPLATE: - Qi(e, t); - break; - default: - e._err(t, gl.endTagWithoutMatchingOpenElement); - } - })(this, e); - break; - case ki.IN_BODY: - dC(this, e); - break; - case ki.TEXT: - !(function (e, t) { - var n; - t.tagID === Al.SCRIPT && - (null === (n = e.scriptHandler) || - void 0 === n || - n.call(e, e.openElements.current)); - e.openElements.pop(), (e.insertionMode = e.originalInsertionMode); - })(this, e); - break; - case ki.IN_TABLE: - hC(this, e); - break; - case ki.IN_TABLE_TEXT: - EC(this, e); - break; - case ki.IN_CAPTION: - !(function (e, t) { - const n = t.tagID; - switch (n) { - case Al.CAPTION: - case Al.TABLE: - e.openElements.hasInTableScope(Al.CAPTION) && - (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(Al.CAPTION), - e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = ki.IN_TABLE), - n === Al.TABLE && hC(e, t)); - break; - case Al.BODY: - case Al.COL: - case Al.COLGROUP: - case Al.HTML: - case Al.TBODY: - case Al.TD: - case Al.TFOOT: - case Al.TH: - case Al.THEAD: - case Al.TR: - break; - default: - dC(e, t); - } - })(this, e); - break; - case ki.IN_COLUMN_GROUP: - !(function (e, t) { - switch (t.tagID) { - case Al.COLGROUP: - e.openElements.currentTagId === Al.COLGROUP && - (e.openElements.pop(), (e.insertionMode = ki.IN_TABLE)); - break; - case Al.TEMPLATE: - Qi(e, t); - break; - case Al.COL: - break; - default: - bC(e, t); - } - })(this, e); - break; - case ki.IN_TABLE_BODY: - HC(this, e); - break; - case ki.IN_ROW: - xC(this, e); - break; - case ki.IN_CELL: - !(function (e, t) { - const n = t.tagID; - switch (n) { - case Al.TD: - case Al.TH: - e.openElements.hasInTableScope(n) && - (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(n), - e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = ki.IN_ROW)); - break; - case Al.TABLE: - case Al.TBODY: - case Al.TFOOT: - case Al.THEAD: - case Al.TR: - e.openElements.hasInTableScope(n) && - (e._closeTableCell(), xC(e, t)); - break; - case Al.BODY: - case Al.CAPTION: - case Al.COL: - case Al.COLGROUP: - case Al.HTML: - break; - default: - dC(e, t); - } - })(this, e); - break; - case ki.IN_SELECT: - TC(this, e); - break; - case ki.IN_SELECT_IN_TABLE: - !(function (e, t) { - const n = t.tagID; - n === Al.CAPTION || - n === Al.TABLE || - n === Al.TBODY || - n === Al.TFOOT || - n === Al.THEAD || - n === Al.TR || - n === Al.TD || - n === Al.TH - ? e.openElements.hasInTableScope(n) && - (e.openElements.popUntilTagNamePopped(Al.SELECT), - e._resetInsertionMode(), - e.onEndTag(t)) - : TC(e, t); - })(this, e); - break; - case ki.IN_TEMPLATE: - !(function (e, t) { - t.tagID === Al.TEMPLATE && Qi(e, t); - })(this, e); - break; - case ki.AFTER_BODY: - SC(this, e); - break; - case ki.IN_FRAMESET: - !(function (e, t) { - t.tagID !== Al.FRAMESET || - e.openElements.isRootHtmlElementCurrent() || - (e.openElements.pop(), - e.fragmentContext || - e.openElements.currentTagId === Al.FRAMESET || - (e.insertionMode = ki.AFTER_FRAMESET)); - })(this, e); - break; - case ki.AFTER_FRAMESET: - !(function (e, t) { - t.tagID === Al.HTML && (e.insertionMode = ki.AFTER_AFTER_FRAMESET); - })(this, e); - break; - case ki.AFTER_AFTER_BODY: - _C(this, e); - } - } - onEof(e) { - switch (this.insertionMode) { - case ki.INITIAL: - qi(this, e); - break; - case ki.BEFORE_HTML: - Yi(this, e); - break; - case ki.BEFORE_HEAD: - Ki(this, e); - break; - case ki.IN_HEAD: - Ji(this, e); - break; - case ki.IN_HEAD_NO_SCRIPT: - eC(this, e); - break; - case ki.AFTER_HEAD: - tC(this, e); - break; - case ki.IN_BODY: - case ki.IN_TABLE: - case ki.IN_CAPTION: - case ki.IN_COLUMN_GROUP: - case ki.IN_TABLE_BODY: - case ki.IN_ROW: - case ki.IN_CELL: - case ki.IN_SELECT: - case ki.IN_SELECT_IN_TABLE: - uC(this, e); - break; - case ki.TEXT: - !(function (e, t) { - e._err(t, gl.eofInElementThatCanContainOnlyText), - e.openElements.pop(), - (e.insertionMode = e.originalInsertionMode), - e.onEof(t); - })(this, e); - break; - case ki.IN_TABLE_TEXT: - EC(this, e); - break; - case ki.IN_TEMPLATE: - NC(this, e); - break; - case ki.AFTER_BODY: - case ki.IN_FRAMESET: - case ki.AFTER_FRAMESET: - case ki.AFTER_AFTER_BODY: - case ki.AFTER_AFTER_FRAMESET: - ji(this, e); - } - } - onWhitespaceCharacter(e) { - if ( - this.skipNextNewLine && - ((this.skipNextNewLine = !1), e.chars.charCodeAt(0) === ll.LINE_FEED) - ) { - if (1 === e.chars.length) return; - e.chars = e.chars.substr(1); - } - if (this.tokenizer.inForeignNode) this._insertCharacters(e); - else - switch (this.insertionMode) { - case ki.IN_HEAD: - case ki.IN_HEAD_NO_SCRIPT: - case ki.AFTER_HEAD: - case ki.TEXT: - case ki.IN_COLUMN_GROUP: - case ki.IN_SELECT: - case ki.IN_SELECT_IN_TABLE: - case ki.IN_FRAMESET: - case ki.AFTER_FRAMESET: - this._insertCharacters(e); - break; - case ki.IN_BODY: - case ki.IN_CAPTION: - case ki.IN_CELL: - case ki.IN_TEMPLATE: - case ki.AFTER_BODY: - case ki.AFTER_AFTER_BODY: - case ki.AFTER_AFTER_FRAMESET: - rC(this, e); - break; - case ki.IN_TABLE: - case ki.IN_TABLE_BODY: - case ki.IN_ROW: - mC(this, e); - break; - case ki.IN_TABLE_TEXT: - fC(this, e); - } - } -} -function Di(e, t) { - let n = e.activeFormattingElements.getElementEntryInScopeWithTagName( - t.tagName, - ); - return ( - n - ? e.openElements.contains(n.element) - ? e.openElements.hasInScope(t.tagID) || (n = null) - : (e.activeFormattingElements.removeEntry(n), (n = null)) - : cC(e, t), - n - ); -} -function Pi(e, t) { - let n = null, - r = e.openElements.stackTop; - for (; r >= 0; r--) { - const o = e.openElements.items[r]; - if (o === t.element) break; - e._isSpecialElement(o, e.openElements.tagIDs[r]) && (n = o); - } - return ( - n || - (e.openElements.shortenToLength(r < 0 ? 0 : r), - e.activeFormattingElements.removeEntry(t)), - n - ); -} -function Fi(e, t, n) { - let r = t, - o = e.openElements.getCommonAncestor(t); - for (let a = 0, l = o; l !== n; a++, l = o) { - o = e.openElements.getCommonAncestor(l); - const n = e.activeFormattingElements.getElementEntry(l), - i = n && a >= 3; - !n || i - ? (i && e.activeFormattingElements.removeEntry(n), - e.openElements.remove(l)) - : ((l = Ui(e, n)), - r === t && (e.activeFormattingElements.bookmark = n), - e.treeAdapter.detachNode(r), - e.treeAdapter.appendChild(l, r), - (r = l)); - } - return r; -} -function Ui(e, t) { - const n = e.treeAdapter.getNamespaceURI(t.element), - r = e.treeAdapter.createElement(t.token.tagName, n, t.token.attrs); - return e.openElements.replace(t.element, r), (t.element = r), r; -} -function Gi(e, t, n) { - const r = Pl(e.treeAdapter.getTagName(t)); - if (e._isElementCausesFosterParenting(r)) e._fosterParentElement(n); - else { - const o = e.treeAdapter.getNamespaceURI(t); - r === Al.TEMPLATE && - o === Nl.HTML && - (t = e.treeAdapter.getTemplateContent(t)), - e.treeAdapter.appendChild(t, n); - } -} -function zi(e, t, n) { - const r = e.treeAdapter.getNamespaceURI(n.element), - { token: o } = n, - a = e.treeAdapter.createElement(o.tagName, r, o.attrs); - e._adoptNodes(t, a), - e.treeAdapter.appendChild(t, a), - e.activeFormattingElements.insertElementAfterBookmark(a, o), - e.activeFormattingElements.removeEntry(n), - e.openElements.remove(n.element), - e.openElements.insertAfter(t, a, o.tagID); -} -function $i(e, t) { - for (let n = 0; n < 8; n++) { - const n = Di(e, t); - if (!n) break; - const r = Pi(e, n); - if (!r) break; - e.activeFormattingElements.bookmark = n; - const o = Fi(e, r, n.element), - a = e.openElements.getCommonAncestor(n.element); - e.treeAdapter.detachNode(o), a && Gi(e, a, o), zi(e, r, n); - } -} -function Wi(e, t) { - e._appendCommentNode(t, e.openElements.currentTmplContentOrNode); -} -function ji(e, t) { - if (((e.stopped = !0), t.location)) { - const n = e.fragmentContext ? 0 : 2; - for (let r = e.openElements.stackTop; r >= n; r--) - e._setEndLocation(e.openElements.items[r], t); - if (!e.fragmentContext && e.openElements.stackTop >= 0) { - const n = e.openElements.items[0], - r = e.treeAdapter.getNodeSourceCodeLocation(n); - if ( - r && - !r.endTag && - (e._setEndLocation(n, t), e.openElements.stackTop >= 1) - ) { - const n = e.openElements.items[1], - r = e.treeAdapter.getNodeSourceCodeLocation(n); - r && !r.endTag && e._setEndLocation(n, t); - } - } - } -} -function qi(e, t) { - e._err(t, gl.missingDoctype, !0), - e.treeAdapter.setDocumentMode(e.document, Vl.QUIRKS), - (e.insertionMode = ki.BEFORE_HTML), - e._processToken(t); -} -function Yi(e, t) { - e._insertFakeRootElement(), - (e.insertionMode = ki.BEFORE_HEAD), - e._processToken(t); -} -function Ki(e, t) { - e._insertFakeElement(_l.HEAD, Al.HEAD), - (e.headElement = e.openElements.current), - (e.insertionMode = ki.IN_HEAD), - e._processToken(t); -} -function Xi(e, t) { - switch (t.tagID) { - case Al.HTML: - sC(e, t); - break; - case Al.BASE: - case Al.BASEFONT: - case Al.BGSOUND: - case Al.LINK: - case Al.META: - e._appendElement(t, Nl.HTML), (t.ackSelfClosing = !0); - break; - case Al.TITLE: - e._switchToTextParsing(t, Wl.RCDATA); - break; - case Al.NOSCRIPT: - e.options.scriptingEnabled - ? e._switchToTextParsing(t, Wl.RAWTEXT) - : (e._insertElement(t, Nl.HTML), - (e.insertionMode = ki.IN_HEAD_NO_SCRIPT)); - break; - case Al.NOFRAMES: - case Al.STYLE: - e._switchToTextParsing(t, Wl.RAWTEXT); - break; - case Al.SCRIPT: - e._switchToTextParsing(t, Wl.SCRIPT_DATA); - break; - case Al.TEMPLATE: - e._insertTemplate(t), - e.activeFormattingElements.insertMarker(), - (e.framesetOk = !1), - (e.insertionMode = ki.IN_TEMPLATE), - e.tmplInsertionModeStack.unshift(ki.IN_TEMPLATE); - break; - case Al.HEAD: - e._err(t, gl.misplacedStartTagForHeadElement); - break; - default: - Ji(e, t); - } -} -function Qi(e, t) { - e.openElements.tmplCount > 0 - ? (e.openElements.generateImpliedEndTagsThoroughly(), - e.openElements.currentTagId !== Al.TEMPLATE && - e._err(t, gl.closingOfElementWithOpenChildElements), - e.openElements.popUntilTagNamePopped(Al.TEMPLATE), - e.activeFormattingElements.clearToLastMarker(), - e.tmplInsertionModeStack.shift(), - e._resetInsertionMode()) - : e._err(t, gl.endTagWithoutMatchingOpenElement); -} -function Ji(e, t) { - e.openElements.pop(), (e.insertionMode = ki.AFTER_HEAD), e._processToken(t); -} -function eC(e, t) { - const n = - t.type === vl.EOF - ? gl.openElementsLeftAfterEof - : gl.disallowedContentInNoscriptInHead; - e._err(t, n), - e.openElements.pop(), - (e.insertionMode = ki.IN_HEAD), - e._processToken(t); -} -function tC(e, t) { - e._insertFakeElement(_l.BODY, Al.BODY), - (e.insertionMode = ki.IN_BODY), - nC(e, t); -} -function nC(e, t) { - switch (t.type) { - case vl.CHARACTER: - oC(e, t); - break; - case vl.WHITESPACE_CHARACTER: - rC(e, t); - break; - case vl.COMMENT: - Wi(e, t); - break; - case vl.START_TAG: - sC(e, t); - break; - case vl.END_TAG: - dC(e, t); - break; - case vl.EOF: - uC(e, t); - } -} -function rC(e, t) { - e._reconstructActiveFormattingElements(), e._insertCharacters(t); -} -function oC(e, t) { - e._reconstructActiveFormattingElements(), - e._insertCharacters(t), - (e.framesetOk = !1); -} -function aC(e, t) { - e._reconstructActiveFormattingElements(), - e._appendElement(t, Nl.HTML), - (e.framesetOk = !1), - (t.ackSelfClosing = !0); -} -function lC(e) { - const t = El(e, Sl.TYPE); - return null != t && "hidden" === t.toLowerCase(); -} -function iC(e, t) { - e._switchToTextParsing(t, Wl.RAWTEXT); -} -function CC(e, t) { - e._reconstructActiveFormattingElements(), e._insertElement(t, Nl.HTML); -} -function sC(e, t) { - switch (t.tagID) { - case Al.I: - case Al.S: - case Al.B: - case Al.U: - case Al.EM: - case Al.TT: - case Al.BIG: - case Al.CODE: - case Al.FONT: - case Al.SMALL: - case Al.STRIKE: - case Al.STRONG: - !(function (e, t) { - e._reconstructActiveFormattingElements(), - e._insertElement(t, Nl.HTML), - e.activeFormattingElements.pushElement(e.openElements.current, t); - })(e, t); - break; - case Al.A: - !(function (e, t) { - const n = e.activeFormattingElements.getElementEntryInScopeWithTagName( - _l.A, - ); - n && - ($i(e, t), - e.openElements.remove(n.element), - e.activeFormattingElements.removeEntry(n)), - e._reconstructActiveFormattingElements(), - e._insertElement(t, Nl.HTML), - e.activeFormattingElements.pushElement(e.openElements.current, t); - })(e, t); - break; - case Al.H1: - case Al.H2: - case Al.H3: - case Al.H4: - case Al.H5: - case Al.H6: - !(function (e, t) { - e.openElements.hasInButtonScope(Al.P) && e._closePElement(), - Gl(e.openElements.currentTagId) && e.openElements.pop(), - e._insertElement(t, Nl.HTML); - })(e, t); - break; - case Al.P: - case Al.DL: - case Al.OL: - case Al.UL: - case Al.DIV: - case Al.DIR: - case Al.NAV: - case Al.MAIN: - case Al.MENU: - case Al.ASIDE: - case Al.CENTER: - case Al.FIGURE: - case Al.FOOTER: - case Al.HEADER: - case Al.HGROUP: - case Al.DIALOG: - case Al.DETAILS: - case Al.ADDRESS: - case Al.ARTICLE: - case Al.SECTION: - case Al.SUMMARY: - case Al.FIELDSET: - case Al.BLOCKQUOTE: - case Al.FIGCAPTION: - !(function (e, t) { - e.openElements.hasInButtonScope(Al.P) && e._closePElement(), - e._insertElement(t, Nl.HTML); - })(e, t); - break; - case Al.LI: - case Al.DD: - case Al.DT: - !(function (e, t) { - e.framesetOk = !1; - const n = t.tagID; - for (let t = e.openElements.stackTop; t >= 0; t--) { - const r = e.openElements.tagIDs[t]; - if ( - (n === Al.LI && r === Al.LI) || - ((n === Al.DD || n === Al.DT) && (r === Al.DD || r === Al.DT)) - ) { - e.openElements.generateImpliedEndTagsWithExclusion(r), - e.openElements.popUntilTagNamePopped(r); - break; - } - if ( - r !== Al.ADDRESS && - r !== Al.DIV && - r !== Al.P && - e._isSpecialElement(e.openElements.items[t], r) - ) - break; - } - e.openElements.hasInButtonScope(Al.P) && e._closePElement(), - e._insertElement(t, Nl.HTML); - })(e, t); - break; - case Al.BR: - case Al.IMG: - case Al.WBR: - case Al.AREA: - case Al.EMBED: - case Al.KEYGEN: - aC(e, t); - break; - case Al.HR: - !(function (e, t) { - e.openElements.hasInButtonScope(Al.P) && e._closePElement(), - e._appendElement(t, Nl.HTML), - (e.framesetOk = !1), - (t.ackSelfClosing = !0); - })(e, t); - break; - case Al.RB: - case Al.RTC: - !(function (e, t) { - e.openElements.hasInScope(Al.RUBY) && - e.openElements.generateImpliedEndTags(), - e._insertElement(t, Nl.HTML); - })(e, t); - break; - case Al.RT: - case Al.RP: - !(function (e, t) { - e.openElements.hasInScope(Al.RUBY) && - e.openElements.generateImpliedEndTagsWithExclusion(Al.RTC), - e._insertElement(t, Nl.HTML); - })(e, t); - break; - case Al.PRE: - case Al.LISTING: - !(function (e, t) { - e.openElements.hasInButtonScope(Al.P) && e._closePElement(), - e._insertElement(t, Nl.HTML), - (e.skipNextNewLine = !0), - (e.framesetOk = !1); - })(e, t); - break; - case Al.XMP: - !(function (e, t) { - e.openElements.hasInButtonScope(Al.P) && e._closePElement(), - e._reconstructActiveFormattingElements(), - (e.framesetOk = !1), - e._switchToTextParsing(t, Wl.RAWTEXT); - })(e, t); - break; - case Al.SVG: - !(function (e, t) { - e._reconstructActiveFormattingElements(), - Vi(t), - _i(t), - t.selfClosing - ? e._appendElement(t, Nl.SVG) - : e._insertElement(t, Nl.SVG), - (t.ackSelfClosing = !0); - })(e, t); - break; - case Al.HTML: - !(function (e, t) { - 0 === e.openElements.tmplCount && - e.treeAdapter.adoptAttributes(e.openElements.items[0], t.attrs); - })(e, t); - break; - case Al.BASE: - case Al.LINK: - case Al.META: - case Al.STYLE: - case Al.TITLE: - case Al.SCRIPT: - case Al.BGSOUND: - case Al.BASEFONT: - case Al.TEMPLATE: - Xi(e, t); - break; - case Al.BODY: - !(function (e, t) { - const n = e.openElements.tryPeekProperlyNestedBodyElement(); - n && - 0 === e.openElements.tmplCount && - ((e.framesetOk = !1), e.treeAdapter.adoptAttributes(n, t.attrs)); - })(e, t); - break; - case Al.FORM: - !(function (e, t) { - const n = e.openElements.tmplCount > 0; - (e.formElement && !n) || - (e.openElements.hasInButtonScope(Al.P) && e._closePElement(), - e._insertElement(t, Nl.HTML), - n || (e.formElement = e.openElements.current)); - })(e, t); - break; - case Al.NOBR: - !(function (e, t) { - e._reconstructActiveFormattingElements(), - e.openElements.hasInScope(Al.NOBR) && - ($i(e, t), e._reconstructActiveFormattingElements()), - e._insertElement(t, Nl.HTML), - e.activeFormattingElements.pushElement(e.openElements.current, t); - })(e, t); - break; - case Al.MATH: - !(function (e, t) { - e._reconstructActiveFormattingElements(), - Si(t), - _i(t), - t.selfClosing - ? e._appendElement(t, Nl.MATHML) - : e._insertElement(t, Nl.MATHML), - (t.ackSelfClosing = !0); - })(e, t); - break; - case Al.TABLE: - !(function (e, t) { - e.treeAdapter.getDocumentMode(e.document) !== Vl.QUIRKS && - e.openElements.hasInButtonScope(Al.P) && - e._closePElement(), - e._insertElement(t, Nl.HTML), - (e.framesetOk = !1), - (e.insertionMode = ki.IN_TABLE); - })(e, t); - break; - case Al.INPUT: - !(function (e, t) { - e._reconstructActiveFormattingElements(), - e._appendElement(t, Nl.HTML), - lC(t) || (e.framesetOk = !1), - (t.ackSelfClosing = !0); - })(e, t); - break; - case Al.PARAM: - case Al.TRACK: - case Al.SOURCE: - !(function (e, t) { - e._appendElement(t, Nl.HTML), (t.ackSelfClosing = !0); - })(e, t); - break; - case Al.IMAGE: - !(function (e, t) { - (t.tagName = _l.IMG), (t.tagID = Al.IMG), aC(e, t); - })(e, t); - break; - case Al.BUTTON: - !(function (e, t) { - e.openElements.hasInScope(Al.BUTTON) && - (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(Al.BUTTON)), - e._reconstructActiveFormattingElements(), - e._insertElement(t, Nl.HTML), - (e.framesetOk = !1); - })(e, t); - break; - case Al.APPLET: - case Al.OBJECT: - case Al.MARQUEE: - !(function (e, t) { - e._reconstructActiveFormattingElements(), - e._insertElement(t, Nl.HTML), - e.activeFormattingElements.insertMarker(), - (e.framesetOk = !1); - })(e, t); - break; - case Al.IFRAME: - !(function (e, t) { - (e.framesetOk = !1), e._switchToTextParsing(t, Wl.RAWTEXT); - })(e, t); - break; - case Al.SELECT: - !(function (e, t) { - e._reconstructActiveFormattingElements(), - e._insertElement(t, Nl.HTML), - (e.framesetOk = !1), - (e.insertionMode = - e.insertionMode === ki.IN_TABLE || - e.insertionMode === ki.IN_CAPTION || - e.insertionMode === ki.IN_TABLE_BODY || - e.insertionMode === ki.IN_ROW || - e.insertionMode === ki.IN_CELL - ? ki.IN_SELECT_IN_TABLE - : ki.IN_SELECT); - })(e, t); - break; - case Al.OPTION: - case Al.OPTGROUP: - !(function (e, t) { - e.openElements.currentTagId === Al.OPTION && e.openElements.pop(), - e._reconstructActiveFormattingElements(), - e._insertElement(t, Nl.HTML); - })(e, t); - break; - case Al.NOEMBED: - iC(e, t); - break; - case Al.FRAMESET: - !(function (e, t) { - const n = e.openElements.tryPeekProperlyNestedBodyElement(); - e.framesetOk && - n && - (e.treeAdapter.detachNode(n), - e.openElements.popAllUpToHtmlElement(), - e._insertElement(t, Nl.HTML), - (e.insertionMode = ki.IN_FRAMESET)); - })(e, t); - break; - case Al.TEXTAREA: - !(function (e, t) { - e._insertElement(t, Nl.HTML), - (e.skipNextNewLine = !0), - (e.tokenizer.state = Wl.RCDATA), - (e.originalInsertionMode = e.insertionMode), - (e.framesetOk = !1), - (e.insertionMode = ki.TEXT); - })(e, t); - break; - case Al.NOSCRIPT: - e.options.scriptingEnabled ? iC(e, t) : CC(e, t); - break; - case Al.PLAINTEXT: - !(function (e, t) { - e.openElements.hasInButtonScope(Al.P) && e._closePElement(), - e._insertElement(t, Nl.HTML), - (e.tokenizer.state = Wl.PLAINTEXT); - })(e, t); - break; - case Al.COL: - case Al.TH: - case Al.TD: - case Al.TR: - case Al.HEAD: - case Al.FRAME: - case Al.TBODY: - case Al.TFOOT: - case Al.THEAD: - case Al.CAPTION: - case Al.COLGROUP: - break; - default: - CC(e, t); - } -} -function cC(e, t) { - const n = t.tagName, - r = t.tagID; - for (let t = e.openElements.stackTop; t > 0; t--) { - const o = e.openElements.items[t], - a = e.openElements.tagIDs[t]; - if (r === a && (r !== Al.UNKNOWN || e.treeAdapter.getTagName(o) === n)) { - e.openElements.generateImpliedEndTagsWithExclusion(r), - e.openElements.stackTop >= t && e.openElements.shortenToLength(t); - break; - } - if (e._isSpecialElement(o, a)) break; - } -} -function dC(e, t) { - switch (t.tagID) { - case Al.A: - case Al.B: - case Al.I: - case Al.S: - case Al.U: - case Al.EM: - case Al.TT: - case Al.BIG: - case Al.CODE: - case Al.FONT: - case Al.NOBR: - case Al.SMALL: - case Al.STRIKE: - case Al.STRONG: - $i(e, t); - break; - case Al.P: - !(function (e) { - e.openElements.hasInButtonScope(Al.P) || - e._insertFakeElement(_l.P, Al.P), - e._closePElement(); - })(e); - break; - case Al.DL: - case Al.UL: - case Al.OL: - case Al.DIR: - case Al.DIV: - case Al.NAV: - case Al.PRE: - case Al.MAIN: - case Al.MENU: - case Al.ASIDE: - case Al.BUTTON: - case Al.CENTER: - case Al.FIGURE: - case Al.FOOTER: - case Al.HEADER: - case Al.HGROUP: - case Al.DIALOG: - case Al.ADDRESS: - case Al.ARTICLE: - case Al.DETAILS: - case Al.SECTION: - case Al.SUMMARY: - case Al.LISTING: - case Al.FIELDSET: - case Al.BLOCKQUOTE: - case Al.FIGCAPTION: - !(function (e, t) { - const n = t.tagID; - e.openElements.hasInScope(n) && - (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(n)); - })(e, t); - break; - case Al.LI: - !(function (e) { - e.openElements.hasInListItemScope(Al.LI) && - (e.openElements.generateImpliedEndTagsWithExclusion(Al.LI), - e.openElements.popUntilTagNamePopped(Al.LI)); - })(e); - break; - case Al.DD: - case Al.DT: - !(function (e, t) { - const n = t.tagID; - e.openElements.hasInScope(n) && - (e.openElements.generateImpliedEndTagsWithExclusion(n), - e.openElements.popUntilTagNamePopped(n)); - })(e, t); - break; - case Al.H1: - case Al.H2: - case Al.H3: - case Al.H4: - case Al.H5: - case Al.H6: - !(function (e) { - e.openElements.hasNumberedHeaderInScope() && - (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilNumberedHeaderPopped()); - })(e); - break; - case Al.BR: - !(function (e) { - e._reconstructActiveFormattingElements(), - e._insertFakeElement(_l.BR, Al.BR), - e.openElements.pop(), - (e.framesetOk = !1); - })(e); - break; - case Al.BODY: - !(function (e, t) { - if ( - e.openElements.hasInScope(Al.BODY) && - ((e.insertionMode = ki.AFTER_BODY), e.options.sourceCodeLocationInfo) - ) { - const n = e.openElements.tryPeekProperlyNestedBodyElement(); - n && e._setEndLocation(n, t); - } - })(e, t); - break; - case Al.HTML: - !(function (e, t) { - e.openElements.hasInScope(Al.BODY) && - ((e.insertionMode = ki.AFTER_BODY), SC(e, t)); - })(e, t); - break; - case Al.FORM: - !(function (e) { - const t = e.openElements.tmplCount > 0, - { formElement: n } = e; - t || (e.formElement = null), - (n || t) && - e.openElements.hasInScope(Al.FORM) && - (e.openElements.generateImpliedEndTags(), - t - ? e.openElements.popUntilTagNamePopped(Al.FORM) - : n && e.openElements.remove(n)); - })(e); - break; - case Al.APPLET: - case Al.OBJECT: - case Al.MARQUEE: - !(function (e, t) { - const n = t.tagID; - e.openElements.hasInScope(n) && - (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(n), - e.activeFormattingElements.clearToLastMarker()); - })(e, t); - break; - case Al.TEMPLATE: - Qi(e, t); - break; - default: - cC(e, t); - } -} -function uC(e, t) { - e.tmplInsertionModeStack.length > 0 ? NC(e, t) : ji(e, t); -} -function mC(e, t) { - if (Ii.has(e.openElements.currentTagId)) - switch ( - ((e.pendingCharacterTokens.length = 0), - (e.hasNonWhitespacePendingCharacterToken = !1), - (e.originalInsertionMode = e.insertionMode), - (e.insertionMode = ki.IN_TABLE_TEXT), - t.type) - ) { - case vl.CHARACTER: - vC(e, t); - break; - case vl.WHITESPACE_CHARACTER: - fC(e, t); - } - else gC(e, t); -} -function pC(e, t) { - switch (t.tagID) { - case Al.TD: - case Al.TH: - case Al.TR: - !(function (e, t) { - e.openElements.clearBackToTableContext(), - e._insertFakeElement(_l.TBODY, Al.TBODY), - (e.insertionMode = ki.IN_TABLE_BODY), - MC(e, t); - })(e, t); - break; - case Al.STYLE: - case Al.SCRIPT: - case Al.TEMPLATE: - Xi(e, t); - break; - case Al.COL: - !(function (e, t) { - e.openElements.clearBackToTableContext(), - e._insertFakeElement(_l.COLGROUP, Al.COLGROUP), - (e.insertionMode = ki.IN_COLUMN_GROUP), - LC(e, t); - })(e, t); - break; - case Al.FORM: - !(function (e, t) { - e.formElement || - 0 !== e.openElements.tmplCount || - (e._insertElement(t, Nl.HTML), - (e.formElement = e.openElements.current), - e.openElements.pop()); - })(e, t); - break; - case Al.TABLE: - !(function (e, t) { - e.openElements.hasInTableScope(Al.TABLE) && - (e.openElements.popUntilTagNamePopped(Al.TABLE), - e._resetInsertionMode(), - e._processStartTag(t)); - })(e, t); - break; - case Al.TBODY: - case Al.TFOOT: - case Al.THEAD: - !(function (e, t) { - e.openElements.clearBackToTableContext(), - e._insertElement(t, Nl.HTML), - (e.insertionMode = ki.IN_TABLE_BODY); - })(e, t); - break; - case Al.INPUT: - !(function (e, t) { - lC(t) ? e._appendElement(t, Nl.HTML) : gC(e, t), - (t.ackSelfClosing = !0); - })(e, t); - break; - case Al.CAPTION: - !(function (e, t) { - e.openElements.clearBackToTableContext(), - e.activeFormattingElements.insertMarker(), - e._insertElement(t, Nl.HTML), - (e.insertionMode = ki.IN_CAPTION); - })(e, t); - break; - case Al.COLGROUP: - !(function (e, t) { - e.openElements.clearBackToTableContext(), - e._insertElement(t, Nl.HTML), - (e.insertionMode = ki.IN_COLUMN_GROUP); - })(e, t); - break; - default: - gC(e, t); - } -} -function hC(e, t) { - switch (t.tagID) { - case Al.TABLE: - e.openElements.hasInTableScope(Al.TABLE) && - (e.openElements.popUntilTagNamePopped(Al.TABLE), - e._resetInsertionMode()); - break; - case Al.TEMPLATE: - Qi(e, t); - break; - case Al.BODY: - case Al.CAPTION: - case Al.COL: - case Al.COLGROUP: - case Al.HTML: - case Al.TBODY: - case Al.TD: - case Al.TFOOT: - case Al.TH: - case Al.THEAD: - case Al.TR: - break; - default: - gC(e, t); - } -} -function gC(e, t) { - const n = e.fosterParentingEnabled; - (e.fosterParentingEnabled = !0), nC(e, t), (e.fosterParentingEnabled = n); -} -function fC(e, t) { - e.pendingCharacterTokens.push(t); -} -function vC(e, t) { - e.pendingCharacterTokens.push(t), - (e.hasNonWhitespacePendingCharacterToken = !0); -} -function EC(e, t) { - let n = 0; - if (e.hasNonWhitespacePendingCharacterToken) - for (; n < e.pendingCharacterTokens.length; n++) - gC(e, e.pendingCharacterTokens[n]); - else - for (; n < e.pendingCharacterTokens.length; n++) - e._insertCharacters(e.pendingCharacterTokens[n]); - (e.insertionMode = e.originalInsertionMode), e._processToken(t); -} -const wC = new Set([ - Al.CAPTION, - Al.COL, - Al.COLGROUP, - Al.TBODY, - Al.TD, - Al.TFOOT, - Al.TH, - Al.THEAD, - Al.TR, -]); -function LC(e, t) { - switch (t.tagID) { - case Al.HTML: - sC(e, t); - break; - case Al.COL: - e._appendElement(t, Nl.HTML), (t.ackSelfClosing = !0); - break; - case Al.TEMPLATE: - Xi(e, t); - break; - default: - bC(e, t); - } -} -function bC(e, t) { - e.openElements.currentTagId === Al.COLGROUP && - (e.openElements.pop(), (e.insertionMode = ki.IN_TABLE), e._processToken(t)); -} -function MC(e, t) { - switch (t.tagID) { - case Al.TR: - e.openElements.clearBackToTableBodyContext(), - e._insertElement(t, Nl.HTML), - (e.insertionMode = ki.IN_ROW); - break; - case Al.TH: - case Al.TD: - e.openElements.clearBackToTableBodyContext(), - e._insertFakeElement(_l.TR, Al.TR), - (e.insertionMode = ki.IN_ROW), - yC(e, t); - break; - case Al.CAPTION: - case Al.COL: - case Al.COLGROUP: - case Al.TBODY: - case Al.TFOOT: - case Al.THEAD: - e.openElements.hasTableBodyContextInTableScope() && - (e.openElements.clearBackToTableBodyContext(), - e.openElements.pop(), - (e.insertionMode = ki.IN_TABLE), - pC(e, t)); - break; - default: - pC(e, t); - } -} -function HC(e, t) { - const n = t.tagID; - switch (t.tagID) { - case Al.TBODY: - case Al.TFOOT: - case Al.THEAD: - e.openElements.hasInTableScope(n) && - (e.openElements.clearBackToTableBodyContext(), - e.openElements.pop(), - (e.insertionMode = ki.IN_TABLE)); - break; - case Al.TABLE: - e.openElements.hasTableBodyContextInTableScope() && - (e.openElements.clearBackToTableBodyContext(), - e.openElements.pop(), - (e.insertionMode = ki.IN_TABLE), - hC(e, t)); - break; - case Al.BODY: - case Al.CAPTION: - case Al.COL: - case Al.COLGROUP: - case Al.HTML: - case Al.TD: - case Al.TH: - case Al.TR: - break; - default: - hC(e, t); - } -} -function yC(e, t) { - switch (t.tagID) { - case Al.TH: - case Al.TD: - e.openElements.clearBackToTableRowContext(), - e._insertElement(t, Nl.HTML), - (e.insertionMode = ki.IN_CELL), - e.activeFormattingElements.insertMarker(); - break; - case Al.CAPTION: - case Al.COL: - case Al.COLGROUP: - case Al.TBODY: - case Al.TFOOT: - case Al.THEAD: - case Al.TR: - e.openElements.hasInTableScope(Al.TR) && - (e.openElements.clearBackToTableRowContext(), - e.openElements.pop(), - (e.insertionMode = ki.IN_TABLE_BODY), - MC(e, t)); - break; - default: - pC(e, t); - } -} -function xC(e, t) { - switch (t.tagID) { - case Al.TR: - e.openElements.hasInTableScope(Al.TR) && - (e.openElements.clearBackToTableRowContext(), - e.openElements.pop(), - (e.insertionMode = ki.IN_TABLE_BODY)); - break; - case Al.TABLE: - e.openElements.hasInTableScope(Al.TR) && - (e.openElements.clearBackToTableRowContext(), - e.openElements.pop(), - (e.insertionMode = ki.IN_TABLE_BODY), - HC(e, t)); - break; - case Al.TBODY: - case Al.TFOOT: - case Al.THEAD: - (e.openElements.hasInTableScope(t.tagID) || - e.openElements.hasInTableScope(Al.TR)) && - (e.openElements.clearBackToTableRowContext(), - e.openElements.pop(), - (e.insertionMode = ki.IN_TABLE_BODY), - HC(e, t)); - break; - case Al.BODY: - case Al.CAPTION: - case Al.COL: - case Al.COLGROUP: - case Al.HTML: - case Al.TD: - case Al.TH: - break; - default: - hC(e, t); - } -} -function RC(e, t) { - switch (t.tagID) { - case Al.HTML: - sC(e, t); - break; - case Al.OPTION: - e.openElements.currentTagId === Al.OPTION && e.openElements.pop(), - e._insertElement(t, Nl.HTML); - break; - case Al.OPTGROUP: - e.openElements.currentTagId === Al.OPTION && e.openElements.pop(), - e.openElements.currentTagId === Al.OPTGROUP && e.openElements.pop(), - e._insertElement(t, Nl.HTML); - break; - case Al.INPUT: - case Al.KEYGEN: - case Al.TEXTAREA: - case Al.SELECT: - e.openElements.hasInSelectScope(Al.SELECT) && - (e.openElements.popUntilTagNamePopped(Al.SELECT), - e._resetInsertionMode(), - t.tagID !== Al.SELECT && e._processStartTag(t)); - break; - case Al.SCRIPT: - case Al.TEMPLATE: - Xi(e, t); - } -} -function TC(e, t) { - switch (t.tagID) { - case Al.OPTGROUP: - e.openElements.stackTop > 0 && - e.openElements.currentTagId === Al.OPTION && - e.openElements.tagIDs[e.openElements.stackTop - 1] === Al.OPTGROUP && - e.openElements.pop(), - e.openElements.currentTagId === Al.OPTGROUP && e.openElements.pop(); - break; - case Al.OPTION: - e.openElements.currentTagId === Al.OPTION && e.openElements.pop(); - break; - case Al.SELECT: - e.openElements.hasInSelectScope(Al.SELECT) && - (e.openElements.popUntilTagNamePopped(Al.SELECT), - e._resetInsertionMode()); - break; - case Al.TEMPLATE: - Qi(e, t); - } -} -function NC(e, t) { - e.openElements.tmplCount > 0 - ? (e.openElements.popUntilTagNamePopped(Al.TEMPLATE), - e.activeFormattingElements.clearToLastMarker(), - e.tmplInsertionModeStack.shift(), - e._resetInsertionMode(), - e.onEof(t)) - : ji(e, t); -} -function SC(e, t) { - var n; - if (t.tagID === Al.HTML) { - if ( - (e.fragmentContext || (e.insertionMode = ki.AFTER_AFTER_BODY), - e.options.sourceCodeLocationInfo && e.openElements.tagIDs[0] === Al.HTML) - ) { - e._setEndLocation(e.openElements.items[0], t); - const r = e.openElements.items[1]; - r && - !(null === (n = e.treeAdapter.getNodeSourceCodeLocation(r)) || - void 0 === n - ? void 0 - : n.endTag) && - e._setEndLocation(r, t); - } - } else VC(e, t); -} -function VC(e, t) { - (e.insertionMode = ki.IN_BODY), nC(e, t); -} -function _C(e, t) { - (e.insertionMode = ki.IN_BODY), nC(e, t); -} -function AC(e) { - for ( - ; - e.treeAdapter.getNamespaceURI(e.openElements.current) !== Nl.HTML && - !e._isIntegrationPoint(e.openElements.currentTagId, e.openElements.current); - - ) - e.openElements.pop(); -} -function kC(e, t) { - return Oi.parse(e, t); -} -function ZC(e, t, n) { - "string" == typeof e && ((n = t), (t = e), (e = null)); - const r = Oi.getFragmentParser(e, n); - return r.tokenizer.write(t, !0), r.getFragment(); -} -function IC(e) { - return OC(e && e.line) + ":" + OC(e && e.column); -} -function BC(e) { - return IC(e && e.start) + "-" + IC(e && e.end); -} -function OC(e) { - return e && "number" == typeof e ? e : 1; -} -new Set([ - _l.AREA, - _l.BASE, - _l.BASEFONT, - _l.BGSOUND, - _l.BR, - _l.COL, - _l.EMBED, - _l.FRAME, - _l.HR, - _l.IMG, - _l.INPUT, - _l.KEYGEN, - _l.LINK, - _l.META, - _l.PARAM, - _l.SOURCE, - _l.TRACK, - _l.WBR, -]); -class DC extends Error { - constructor(e, t, n) { - super(), "string" == typeof t && ((n = t), (t = void 0)); - let r = "", - o = {}, - a = !1; - if ( - (t && - (o = - ("line" in t && "column" in t) || ("start" in t && "end" in t) - ? { place: t } - : "type" in t - ? { ancestors: [t], place: t.position } - : { ...t }), - "string" == typeof e - ? (r = e) - : !o.cause && e && ((a = !0), (r = e.message), (o.cause = e)), - !o.ruleId && !o.source && "string" == typeof n) - ) { - const e = n.indexOf(":"); - -1 === e - ? (o.ruleId = n) - : ((o.source = n.slice(0, e)), (o.ruleId = n.slice(e + 1))); - } - if (!o.place && o.ancestors && o.ancestors) { - const e = o.ancestors[o.ancestors.length - 1]; - e && (o.place = e.position); - } - const l = o.place && "start" in o.place ? o.place.start : o.place; - var i; - (this.ancestors = o.ancestors || void 0), - (this.cause = o.cause || void 0), - (this.column = l ? l.column : void 0), - (this.fatal = void 0), - this.file, - (this.message = r), - (this.line = l ? l.line : void 0), - (this.name = - ((i = o.place) && "object" == typeof i - ? "position" in i || "type" in i - ? BC(i.position) - : "start" in i || "end" in i - ? BC(i) - : "line" in i || "column" in i - ? IC(i) - : "" - : "") || "1:1"), - (this.place = o.place || void 0), - (this.reason = this.message), - (this.ruleId = o.ruleId || void 0), - (this.source = o.source || void 0), - (this.stack = - a && o.cause && "string" == typeof o.cause.stack ? o.cause.stack : ""), - this.actual, - this.expected, - this.note, - this.url; - } -} -(DC.prototype.file = ""), - (DC.prototype.name = ""), - (DC.prototype.reason = ""), - (DC.prototype.message = ""), - (DC.prototype.stack = ""), - (DC.prototype.column = void 0), - (DC.prototype.line = void 0), - (DC.prototype.ancestors = void 0), - (DC.prototype.cause = void 0), - (DC.prototype.fatal = void 0), - (DC.prototype.place = void 0), - (DC.prototype.ruleId = void 0), - (DC.prototype.source = void 0); -const PC = { - basename: function (e, t) { - if (void 0 !== t && "string" != typeof t) - throw new TypeError('"ext" argument must be a string'); - FC(e); - let n, - r = 0, - o = -1, - a = e.length; - if (void 0 === t || 0 === t.length || t.length > e.length) { - for (; a--; ) - if (47 === e.codePointAt(a)) { - if (n) { - r = a + 1; - break; - } - } else o < 0 && ((n = !0), (o = a + 1)); - return o < 0 ? "" : e.slice(r, o); - } - if (t === e) return ""; - let l = -1, - i = t.length - 1; - for (; a--; ) - if (47 === e.codePointAt(a)) { - if (n) { - r = a + 1; - break; - } - } else - l < 0 && ((n = !0), (l = a + 1)), - i > -1 && - (e.codePointAt(a) === t.codePointAt(i--) - ? i < 0 && (o = a) - : ((i = -1), (o = l))); - r === o ? (o = l) : o < 0 && (o = e.length); - return e.slice(r, o); - }, - dirname: function (e) { - if ((FC(e), 0 === e.length)) return "."; - let t, - n = -1, - r = e.length; - for (; --r; ) - if (47 === e.codePointAt(r)) { - if (t) { - n = r; - break; - } - } else t || (t = !0); - return n < 0 - ? 47 === e.codePointAt(0) - ? "/" - : "." - : 1 === n && 47 === e.codePointAt(0) - ? "//" - : e.slice(0, n); - }, - extname: function (e) { - FC(e); - let t, - n = e.length, - r = -1, - o = 0, - a = -1, - l = 0; - for (; n--; ) { - const i = e.codePointAt(n); - if (47 !== i) - r < 0 && ((t = !0), (r = n + 1)), - 46 === i - ? a < 0 - ? (a = n) - : 1 !== l && (l = 1) - : a > -1 && (l = -1); - else if (t) { - o = n + 1; - break; - } - } - if (a < 0 || r < 0 || 0 === l || (1 === l && a === r - 1 && a === o + 1)) - return ""; - return e.slice(a, r); - }, - join: function (...e) { - let t, - n = -1; - for (; ++n < e.length; ) - FC(e[n]), e[n] && (t = void 0 === t ? e[n] : t + "/" + e[n]); - return void 0 === t - ? "." - : (function (e) { - FC(e); - const t = 47 === e.codePointAt(0); - let n = (function (e, t) { - let n, - r, - o = "", - a = 0, - l = -1, - i = 0, - C = -1; - for (; ++C <= e.length; ) { - if (C < e.length) n = e.codePointAt(C); - else { - if (47 === n) break; - n = 47; - } - if (47 === n) { - if (l === C - 1 || 1 === i); - else if (l !== C - 1 && 2 === i) { - if ( - o.length < 2 || - 2 !== a || - 46 !== o.codePointAt(o.length - 1) || - 46 !== o.codePointAt(o.length - 2) - ) - if (o.length > 2) { - if (((r = o.lastIndexOf("/")), r !== o.length - 1)) { - r < 0 - ? ((o = ""), (a = 0)) - : ((o = o.slice(0, r)), - (a = o.length - 1 - o.lastIndexOf("/"))), - (l = C), - (i = 0); - continue; - } - } else if (o.length > 0) { - (o = ""), (a = 0), (l = C), (i = 0); - continue; - } - t && ((o = o.length > 0 ? o + "/.." : ".."), (a = 2)); - } else - o.length > 0 - ? (o += "/" + e.slice(l + 1, C)) - : (o = e.slice(l + 1, C)), - (a = C - l - 1); - (l = C), (i = 0); - } else 46 === n && i > -1 ? i++ : (i = -1); - } - return o; - })(e, !t); - 0 !== n.length || t || (n = "."); - n.length > 0 && 47 === e.codePointAt(e.length - 1) && (n += "/"); - return t ? "/" + n : n; - })(t); - }, - sep: "/", -}; -function FC(e) { - if ("string" != typeof e) - throw new TypeError("Path must be a string. Received " + JSON.stringify(e)); -} -const UC = { - cwd: function () { - return "/"; - }, -}; -function GC(e) { - return Boolean( - null !== e && - "object" == typeof e && - "href" in e && - e.href && - "protocol" in e && - e.protocol && - void 0 === e.auth, - ); -} -function zC(e) { - if ("string" == typeof e) e = new URL(e); - else if (!GC(e)) { - const t = new TypeError( - 'The "path" argument must be of type string or an instance of URL. Received `' + - e + - "`", - ); - throw ((t.code = "ERR_INVALID_ARG_TYPE"), t); - } - if ("file:" !== e.protocol) { - const e = new TypeError("The URL must be of scheme file"); - throw ((e.code = "ERR_INVALID_URL_SCHEME"), e); - } - return (function (e) { - if ("" !== e.hostname) { - const e = new TypeError( - 'File URL host must be "localhost" or empty on darwin', - ); - throw ((e.code = "ERR_INVALID_FILE_URL_HOST"), e); - } - const t = e.pathname; - let n = -1; - for (; ++n < t.length; ) - if (37 === t.codePointAt(n) && 50 === t.codePointAt(n + 1)) { - const e = t.codePointAt(n + 2); - if (70 === e || 102 === e) { - const e = new TypeError( - "File URL path must not include encoded / characters", - ); - throw ((e.code = "ERR_INVALID_FILE_URL_PATH"), e); - } - } - return decodeURIComponent(t); - })(e); -} -const $C = ["history", "path", "basename", "stem", "extname", "dirname"]; -class WC { - constructor(e) { - let t; - (t = e - ? GC(e) - ? { path: e } - : "string" == typeof e || - (function (e) { - return Boolean( - e && - "object" == typeof e && - "byteLength" in e && - "byteOffset" in e, - ); - })(e) - ? { value: e } - : e - : {}), - (this.cwd = "cwd" in t ? "" : UC.cwd()), - (this.data = {}), - (this.history = []), - (this.messages = []), - this.value, - this.map, - this.result, - this.stored; - let n, - r = -1; - for (; ++r < $C.length; ) { - const e = $C[r]; - e in t && - void 0 !== t[e] && - null !== t[e] && - (this[e] = "history" === e ? [...t[e]] : t[e]); - } - for (n in t) $C.includes(n) || (this[n] = t[n]); - } - get basename() { - return "string" == typeof this.path ? PC.basename(this.path) : void 0; - } - set basename(e) { - qC(e, "basename"), - jC(e, "basename"), - (this.path = PC.join(this.dirname || "", e)); - } - get dirname() { - return "string" == typeof this.path ? PC.dirname(this.path) : void 0; - } - set dirname(e) { - YC(this.basename, "dirname"), (this.path = PC.join(e || "", this.basename)); - } - get extname() { - return "string" == typeof this.path ? PC.extname(this.path) : void 0; - } - set extname(e) { - if ((jC(e, "extname"), YC(this.dirname, "extname"), e)) { - if (46 !== e.codePointAt(0)) - throw new Error("`extname` must start with `.`"); - if (e.includes(".", 1)) - throw new Error("`extname` cannot contain multiple dots"); - } - this.path = PC.join(this.dirname, this.stem + (e || "")); - } - get path() { - return this.history[this.history.length - 1]; - } - set path(e) { - GC(e) && (e = zC(e)), - qC(e, "path"), - this.path !== e && this.history.push(e); - } - get stem() { - return "string" == typeof this.path - ? PC.basename(this.path, this.extname) - : void 0; - } - set stem(e) { - qC(e, "stem"), - jC(e, "stem"), - (this.path = PC.join(this.dirname || "", e + (this.extname || ""))); - } - fail(e, t, n) { - const r = this.message(e, t, n); - throw ((r.fatal = !0), r); - } - info(e, t, n) { - const r = this.message(e, t, n); - return (r.fatal = void 0), r; - } - message(e, t, n) { - const r = new DC(e, t, n); - return ( - this.path && ((r.name = this.path + ":" + r.name), (r.file = this.path)), - (r.fatal = !1), - this.messages.push(r), - r - ); - } - toString(e) { - if (void 0 === this.value) return ""; - if ("string" == typeof this.value) return this.value; - return new TextDecoder(e || void 0).decode(this.value); - } -} -function jC(e, t) { - if (e && e.includes(PC.sep)) - throw new Error( - "`" + t + "` cannot be a path: did not expect `" + PC.sep + "`", - ); -} -function qC(e, t) { - if (!e) throw new Error("`" + t + "` cannot be empty"); -} -function YC(e, t) { - if (!e) throw new Error("Setting `" + t + "` requires `path` to be set too"); -} -const KC = { - abandonedHeadElementChild: { - reason: "Unexpected metadata element after head", - description: - "Unexpected element after head. Expected the element before ``", - url: !1, - }, - abruptClosingOfEmptyComment: { - reason: "Unexpected abruptly closed empty comment", - description: - "Unexpected `>` or `->`. Expected `--\x3e` to close comments", - }, - abruptDoctypePublicIdentifier: { - reason: "Unexpected abruptly closed public identifier", - description: - "Unexpected `>`. Expected a closing `\"` or `'` after the public identifier", - }, - abruptDoctypeSystemIdentifier: { - reason: "Unexpected abruptly closed system identifier", - description: - "Unexpected `>`. Expected a closing `\"` or `'` after the identifier identifier", - }, - absenceOfDigitsInNumericCharacterReference: { - reason: "Unexpected non-digit at start of numeric character reference", - description: - "Unexpected `%c`. Expected `[0-9]` for decimal references or `[0-9a-fA-F]` for hexadecimal references", - }, - cdataInHtmlContent: { - reason: "Unexpected CDATA section in HTML", - description: - "Unexpected `` in ``", - description: - "Unexpected text character `%c`. Only use text in `