From 8ed3cee8eede16046a3bd089cfc2393ceec1c9e0 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 | 162787 +++++++-------- 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 | 10 +- .../{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 | 7 +- .../{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.styles.d.ts | 42 + .../NotificationCount.types.d.ts | 17 +- .../{NotificationCount.d.ts => index.d.ts} | 0 .../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 - .../SizeChart/SizeChart.styles.d.ts | 7 + .../SizeChart/{SizeChart.d.ts => index.d.ts} | 0 .../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/hooks.d.ts | 1 + 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 | 123 +- dist/esm/types/src/styled.d.ts | 1 + 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 | 10217 +- 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 | 11 +- src/components/CodeEditor/index.tsx | 102 + .../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 | 8 +- .../NotificationCount.styles.ts | 97 + .../NotificationCount/NotificationCount.tsx | 123 - .../NotificationCount.types.ts | 20 +- src/components/NotificationCount/index.tsx | 74 + .../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 | 9 +- src/components/SizeChart/SizeChart.styles.tsx | 64 + src/components/SizeChart/SizeChart.tsx | 164 - src/components/SizeChart/index.tsx | 132 + 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 | 123 + 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/hooks.ts | 5 + 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 | 139 +- src/styled.ts | 17 + 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 +- 5099 files changed, 145231 insertions(+), 128542 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 create mode 100644 dist/esm/types/src/components/NotificationCount/NotificationCount.styles.d.ts rename dist/esm/types/src/components/NotificationCount/{NotificationCount.d.ts => index.d.ts} (100%) 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 create mode 100644 dist/esm/types/src/components/SizeChart/SizeChart.styles.d.ts rename dist/esm/types/src/components/SizeChart/{SizeChart.d.ts => index.d.ts} (100%) 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%) create mode 100644 dist/esm/types/src/styled.d.ts 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 create mode 100644 src/components/NotificationCount/NotificationCount.styles.ts delete mode 100644 src/components/NotificationCount/NotificationCount.tsx create mode 100644 src/components/NotificationCount/index.tsx 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 create mode 100644 src/components/SizeChart/SizeChart.styles.tsx delete mode 100644 src/components/SizeChart/SizeChart.tsx create mode 100644 src/components/SizeChart/index.tsx 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%) create mode 100644 src/styled.ts 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 00ca841a4..c4a4634d5 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 c77ba6793..000000000 --- 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 000000000..293ccb31b --- /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 000000000..0ea06c014 --- /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 6d955e46d..839fac485 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 6a573a266..4f571a7c9 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,88579 +45,77014 @@ 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", - }, - "& .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"), - }, - "&:last-of-type": { borderBottom: 0 }, - "&::before": { content: "' '!important" }, - }, + 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 ""; + }); + } }, - ...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", + ], + 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); + }, + ); + 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; + }; +})(); +function qe(e, t, n) { + var r = ""; + return ( + n.split(" ").forEach(function (n) { + void 0 !== e[n] ? t.push(e[n] + ";") : n && (r += n + " "); + }), + r + ); +} +var Ye = function (e, t, n) { + var r = e.key + "-" + t.name; + !1 === n && void 0 === e.registered[r] && (e.registered[r] = t.styles); + }, + Ke = function (e, t, n) { + Ye(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 Xe = { + 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, + }, + Qe = /[A-Z]|^ms/g, + Je = /_EMO_([^_]+?)_([^]*?)_EMO_/g, + et = function (e) { + return 45 === e.charCodeAt(1); + }, + tt = function (e) { + return null != e && "boolean" != typeof e; + }, + nt = Ve(function (e) { + return et(e) ? e : e.replace(Qe, "-$&").toLowerCase(); + }), + rt = function (e, t) { + switch (e) { + case "animation": + case "animationName": + if ("string" == typeof t) + return t.replace(Je, function (e, t, n) { + return (it = { name: t, styles: n, next: it }), t; + }); + } + return 1 === Xe[e] || et(e) || "number" != typeof t || 0 === t + ? t + : t + "px"; + }; +function ot(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 (it = { name: o.name, styles: o.styles, next: it }), o.name; + var i = n; + if (void 0 !== i.styles) { + var l = i.next; + if (void 0 !== l) + for (; void 0 !== l; ) + (it = { name: l.name, styles: l.styles, next: it }), (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 += ot(e, t, n[o]) + ";"; + else + for (var i in n) { + var l = n[i]; + if ("object" != typeof l) { + var a = l; + null != t && void 0 !== t[a] + ? (r += i + "{" + t[a] + "}") + : tt(a) && (r += nt(i) + ":" + rt(i, a) + ";"); + } else if ( + !Array.isArray(l) || + "string" != typeof l[0] || + (null != t && void 0 !== t[l[0]]) + ) { + var C = ot(e, t, l); + switch (i) { + case "animation": + case "animationName": + r += nt(i) + ":" + C + ";"; + break; + default: + r += i + "{" + C + "}"; + } + } else + for (var s = 0; s < l.length; s++) + tt(l[s]) && (r += nt(i) + ":" + rt(i, l[s]) + ";"); + } + return r; + })(e, t, n); + case "function": + if (void 0 !== e) { + var a = it, + C = n(e); + return (it = a), ot(e, t, C); + } + } + var s = n; + if (null == t) return s; + var c = t[s]; + return void 0 !== c ? c : s; +} +var it, + lt = /label:\s*([^\s;{]+)\s*(;|$)/g; +function at(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 = ""; + it = void 0; + var i = e[0]; + null == i || void 0 === i.raw ? ((r = !1), (o += ot(n, t, i))) : (o += i[0]); + for (var l = 1; l < e.length; l++) { + if (((o += ot(n, t, e[l])), r)) o += i[l]; + } + lt.lastIndex = 0; + for (var a, C = ""; null !== (a = lt.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: it }; +} +var Ct = !!e.useInsertionEffect && e.useInsertionEffect, + st = + Ct || + function (e) { + return e(); + }, + ct = Ct || e.useLayoutEffect, + dt = e.createContext( + "undefined" != typeof HTMLElement ? Oe({ key: "css" }) : null, + ), + ut = dt.Provider, + pt = function (e) { + return n(function (t, n) { + var o = r(dt); + return e(t, o, n); + }); + }, + mt = e.createContext({}), + ht = function () { + return e.useContext(mt); + }, + ft = Ne(function (e) { + return Ne(function (t) { + return (function (e, t) { + return "function" == typeof t ? t(e) : Be({}, e, t); + })(e, t); + }); + }), + gt = function (t) { + var n = e.useContext(mt); + return ( + t.theme !== n && (n = ft(n)(t.theme)), + e.createElement(mt.Provider, { value: n }, t.children) + ); + }, + vt = {}.hasOwnProperty, + wt = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", + Lt = function (e, t) { + var n = {}; + for (var r in t) vt.call(t, r) && (n[r] = t[r]); + return (n[wt] = e), n; + }, + bt = function (e) { + var t = e.cache, + n = e.serialized, + r = e.isStringTag; + return ( + Ye(t, n, r), + st(function () { + return Ke(t, n, r); + }), + null + ); + }, + Mt = pt(function (t, n, r) { + var o = t.css; + "string" == typeof o && void 0 !== n.registered[o] && (o = n.registered[o]); + var i = t[wt], + l = [o], + a = ""; + "string" == typeof t.className + ? (a = qe(n.registered, l, t.className)) + : null != t.className && (a = t.className + " "); + var C = at(l, void 0, e.useContext(mt)); + a += n.key + "-" + C.name; + var s = {}; + for (var c in t) vt.call(t, c) && "css" !== c && c !== wt && (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(bt, { + 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", + e.createElement(i, s), + ) + ); + }), + Ht = Mt, + Et = A.Fragment; +function Rt(e, t, n) { + return vt.call(t, "css") ? A.jsx(Ht, Lt(e, t), n) : A.jsx(e, t, n); +} +function yt(e, t, n) { + return vt.call(t, "css") ? A.jsxs(Ht, Lt(e, t), n) : A.jsxs(e, t, n); +} +const Tt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Nt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Vt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + St = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + xt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + _t = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + At = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Zt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + It = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + kt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Ot = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Bt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Dt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Pt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Ft = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Ut = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Gt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + zt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + $t = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Wt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + jt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + qt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Yt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Kt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Xt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Qt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Jt = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + en = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + tn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + nn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + rn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + on = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + ln = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + an = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Cn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + sn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + cn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + dn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + un = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + pn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + mn = (e) => + yt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + Rt("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", }), - t.createElement("path", { - className: "minioSection", - d: "M48.3,11.6V0.4h1.8v11.2L48.3,11.6L48.3,11.6z", + Rt("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", { - 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", + Rt("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", }), - ), - ), - 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", + ], + }), + hn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + fn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + gn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + vn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + wn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + Ln = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + bn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + Mn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + Hn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + En = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + Rn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + yn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + }), + }), + Tn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + Nn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + Vn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + Sn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + xn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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 = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + An = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + Zn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + 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", + }), + }), + In = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.26785 2.68661C8.52942 2.79495 8.69997 3.0502 8.69997 3.33332V5.29999H12C12.3866 5.29999 12.7 5.61339 12.7 5.99999V9.99999C12.7 10.3866 12.3866 10.7 12 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.70705 8.36369 2.6333 8.18564 2.6333 7.99999C2.6333 7.81434 2.70705 7.63629 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.29999H11.3V6.69999H7.99997C7.61337 6.69999 7.29997 6.38659 7.29997 5.99999V5.02327L4.32325 7.99999Z", + fill: "currentColor", + }), + }), + kn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.73209 2.68661C7.99366 2.57826 8.29474 2.63815 8.49494 2.83835L13.1616 7.50501C13.435 7.77838 13.435 8.2216 13.1616 8.49496L8.49494 13.1616C8.29474 13.3618 7.99366 13.4217 7.73209 13.3134C7.47052 13.205 7.29997 12.9498 7.29997 12.6667V10.7H5.99997C5.61337 10.7 5.29997 10.3866 5.29997 9.99999V5.99999C5.29997 5.61339 5.61337 5.29999 5.99997 5.29999H7.29997V3.33332C7.29997 3.0502 7.47052 2.79495 7.73209 2.68661ZM8.69997 5.02327V5.99999C8.69997 6.38659 8.38657 6.69999 7.99997 6.69999H6.69997V9.29999H7.99997C8.38657 9.29999 8.69997 9.61339 8.69997 9.99999V10.9767L11.6767 7.99999L8.69997 5.02327ZM3.3333 5.29999C3.7199 5.29999 4.0333 5.61339 4.0333 5.99999V9.99999C4.0333 10.3866 3.7199 10.7 3.3333 10.7C2.9467 10.7 2.6333 10.3866 2.6333 9.99999V5.99999C2.6333 5.61339 2.9467 5.29999 3.3333 5.29999Z", + fill: "currentColor", + }), + }), + On = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.73217 2.68661C7.99374 2.57826 8.29483 2.63815 8.49502 2.83835L13.1617 7.50501C13.293 7.63629 13.3667 7.81434 13.3667 7.99999C13.3667 8.18564 13.293 8.36369 13.1617 8.49496L8.49502 13.1616C8.29483 13.3618 7.99374 13.4217 7.73217 13.3134C7.4706 13.205 7.30005 12.9498 7.30005 12.6667V10.7H4.00005C3.61345 10.7 3.30005 10.3866 3.30005 9.99999V5.99999C3.30005 5.61339 3.61345 5.29999 4.00005 5.29999H7.30005V3.33332C7.30005 3.0502 7.4706 2.79495 7.73217 2.68661ZM8.70005 5.02327V5.99999C8.70005 6.38659 8.38665 6.69999 8.00005 6.69999H4.70005V9.29999H8.00005C8.38665 9.29999 8.70005 9.61339 8.70005 9.99999V10.9767L11.6768 7.99999L8.70005 5.02327Z", + fill: "currentColor", + }), + }), + Bn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.50501 2.83836C7.77838 2.56499 8.2216 2.56499 8.49496 2.83836L13.1616 7.50502C13.3618 7.70522 13.4217 8.0063 13.3134 8.26788C13.205 8.52945 12.9498 8.7 12.6667 8.7H10.7V10C10.7 10.3866 10.3866 10.7 9.99999 10.7H5.99999C5.61339 10.7 5.29999 10.3866 5.29999 10V8.7H3.33332C3.0502 8.7 2.79495 8.52945 2.68661 8.26788C2.57826 8.0063 2.63815 7.70522 2.83835 7.50502L7.50501 2.83836ZM5.02327 7.3H5.99999C6.38659 7.3 6.69999 7.6134 6.69999 8V9.3H9.29999V8C9.29999 7.6134 9.61339 7.3 9.99999 7.3H10.9767L7.99999 4.32328L5.02327 7.3ZM5.29999 12.6667C5.29999 12.2801 5.61339 11.9667 5.99999 11.9667H9.99999C10.3866 11.9667 10.7 12.2801 10.7 12.6667C10.7 13.0533 10.3866 13.3667 9.99999 13.3667H5.99999C5.61339 13.3667 5.29999 13.0533 5.29999 12.6667Z", + fill: "currentColor", + }), + }), + Dn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99999 2.63333C8.18564 2.63333 8.36369 2.70708 8.49496 2.83836L13.1616 7.50502C13.3618 7.70522 13.4217 8.0063 13.3134 8.26788C13.205 8.52945 12.9498 8.7 12.6667 8.7H10.7V12C10.7 12.3866 10.3866 12.7 9.99999 12.7H5.99999C5.61339 12.7 5.29999 12.3866 5.29999 12V8.7H3.33332C3.0502 8.7 2.79495 8.52945 2.68661 8.26788C2.57826 8.0063 2.63815 7.70522 2.83835 7.50502L7.50501 2.83836C7.63629 2.70708 7.81434 2.63333 7.99999 2.63333ZM5.02327 7.3H5.99999C6.38659 7.3 6.69999 7.6134 6.69999 8V11.3H9.29999V8C9.29999 7.6134 9.61339 7.3 9.99999 7.3H10.9767L7.99999 4.32328L5.02327 7.3Z", + 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: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C4.88832 14.1017 4.44511 14.1017 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM11.3334 3.36667C10.9836 3.36667 10.7 3.65023 10.7 4.00001V5.33334C10.7 5.68312 10.9836 5.96667 11.3334 5.96667C11.6832 5.96667 11.9667 5.68312 11.9667 5.33334V4.00001C11.9667 3.65023 11.6832 3.36667 11.3334 3.36667ZM9.30005 4.00001C9.30005 2.87703 10.2104 1.96667 11.3334 1.96667C12.4564 1.96667 13.3667 2.87703 13.3667 4.00001V5.33334C13.3667 6.45632 12.4564 7.36667 11.3334 7.36667C10.2104 7.36667 9.30005 6.45632 9.30005 5.33334V4.00001ZM9.30005 9.33334C9.30005 8.94674 9.61345 8.63334 10 8.63334H11.3334C11.72 8.63334 12.0334 8.94674 12.0334 9.33334V12.6333H12.6667C13.0533 12.6333 13.3667 12.9467 13.3667 13.3333C13.3667 13.7199 13.0533 14.0333 12.6667 14.0333H10C9.61345 14.0333 9.30005 13.7199 9.30005 13.3333C9.30005 12.9467 9.61345 12.6333 10 12.6333H10.6334V10.0333H10C9.61345 10.0333 9.30005 9.71994 9.30005 9.33334Z", + fill: "currentColor", + }), + }), + Fn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C4.88832 14.1017 4.44511 14.1017 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM9.30005 2.66667C9.30005 2.28008 9.61345 1.96667 10 1.96667H11.3334C11.72 1.96667 12.0334 2.28008 12.0334 2.66667V5.96667H12.6667C13.0533 5.96667 13.3667 6.28008 13.3667 6.66667C13.3667 7.05327 13.0533 7.36667 12.6667 7.36667H10C9.61345 7.36667 9.30005 7.05327 9.30005 6.66667C9.30005 6.28008 9.61345 5.96667 10 5.96667H10.6334V3.36667H10C9.61345 3.36667 9.30005 3.05327 9.30005 2.66667ZM11.3334 10.0333C10.9836 10.0333 10.7 10.3169 10.7 10.6667V12C10.7 12.3498 10.9836 12.6333 11.3334 12.6333C11.6832 12.6333 11.9667 12.3498 11.9667 12V10.6667C11.9667 10.3169 11.6832 10.0333 11.3334 10.0333ZM9.30005 10.6667C9.30005 9.5437 10.2104 8.63334 11.3334 8.63334C12.4564 8.63334 13.3667 9.5437 13.3667 10.6667V12C13.3667 13.123 12.4564 14.0333 11.3334 14.0333C10.2104 14.0333 9.30005 13.123 9.30005 12V10.6667Z", + fill: "currentColor", + }), + }), + Un = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C5.03041 13.9596 4.85237 14.0333 4.66672 14.0333C4.48106 14.0333 4.30302 13.9596 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM11.6667 3.36667C11.4103 3.36667 11.1645 3.46852 10.9832 3.6498C10.8019 3.83109 10.7 4.07697 10.7 4.33334V4.63334H12.6334V4.33334C12.6334 4.07697 12.5315 3.83109 12.3503 3.6498C12.169 3.46852 11.9231 3.36667 11.6667 3.36667ZM14.0334 4.33334C14.0334 3.70566 13.784 3.10369 13.3402 2.65986C12.8964 2.21602 12.2944 1.96667 11.6667 1.96667C11.039 1.96667 10.4371 2.21602 9.99323 2.65986C9.54939 3.10369 9.30005 3.70566 9.30005 4.33334V6.66667C9.30005 7.05327 9.61345 7.36667 10 7.36667C10.3866 7.36667 10.7 7.05327 10.7 6.66667V6.03334H12.6334V6.66667C12.6334 7.05327 12.9468 7.36667 13.3334 7.36667C13.72 7.36667 14.0334 7.05327 14.0334 6.66667V4.33334ZM9.30005 9.33334C9.30005 8.94674 9.61345 8.63334 10 8.63334H13.3334C13.605 8.63334 13.8521 8.79046 13.9673 9.03643C14.0825 9.2824 14.045 9.57281 13.8711 9.78147L11.4946 12.6333H13.3334C13.72 12.6333 14.0334 12.9467 14.0334 13.3333C14.0334 13.7199 13.72 14.0333 13.3334 14.0333H10C9.72844 14.0333 9.48134 13.8762 9.36614 13.6302C9.25093 13.3843 9.28841 13.0939 9.46229 12.8852L11.8389 10.0333H10C9.61345 10.0333 9.30005 9.71994 9.30005 9.33334Z", + fill: "currentColor", + }), + }), + Gn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.6333 1.99999C2.6333 1.61339 2.9467 1.29999 3.3333 1.29999H12.6666C13.0532 1.29999 13.3666 1.61339 13.3666 1.99999C13.3666 2.38659 13.0532 2.69999 12.6666 2.69999H3.3333C2.9467 2.69999 2.6333 2.38659 2.6333 1.99999ZM7.99997 3.96665C8.38657 3.96665 8.69997 4.28006 8.69997 4.66665V12.31L11.505 9.50501C11.7784 9.23165 12.2216 9.23165 12.4949 9.50501C12.7683 9.77838 12.7683 10.2216 12.4949 10.495L8.49494 14.495C8.36367 14.6262 8.18562 14.7 7.99997 14.7C7.81432 14.7 7.63627 14.6262 7.50499 14.495L3.50499 10.495C3.23163 10.2216 3.23163 9.77838 3.50499 9.50501C3.77836 9.23165 4.22158 9.23165 4.49494 9.50501L7.29997 12.31V4.66665C7.29997 4.28006 7.61337 3.96665 7.99997 3.96665Z", + fill: "currentColor", + }), + }), + zn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99997 2.63333C8.38657 2.63333 8.69997 2.94673 8.69997 3.33333V10.9767L12.1717 7.50502C12.445 7.23166 12.8882 7.23166 13.1616 7.50502C13.435 7.77839 13.435 8.22161 13.1616 8.49497L8.49494 13.1616C8.22157 13.435 7.77836 13.435 7.50499 13.1616L2.83833 8.49497C2.56496 8.22161 2.56496 7.77839 2.83833 7.50502C3.11169 7.23166 3.55491 7.23166 3.82828 7.50502L7.29997 10.9767V3.33333C7.29997 2.94673 7.61337 2.63333 7.99997 2.63333Z", + fill: "currentColor", + }), + }), + $n = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66667 3.96667C5.05327 3.96667 5.36667 4.28008 5.36667 4.66667V9.64339L10.8384 4.1717C11.1117 3.89833 11.5549 3.89833 11.8283 4.1717C12.1017 4.44507 12.1017 4.88828 11.8283 5.16165L6.35662 10.6333H11.3333C11.7199 10.6333 12.0333 10.9467 12.0333 11.3333C12.0333 11.7199 11.7199 12.0333 11.3333 12.0333H4.66667C4.28008 12.0333 3.96667 11.7199 3.96667 11.3333V4.66667C3.96667 4.28008 4.28008 3.96667 4.66667 3.96667Z", + fill: "currentColor", + }), + }), + Wn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C4.88832 14.1017 4.44511 14.1017 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM6.63338 2.66667C6.63338 2.28008 6.94678 1.96667 7.33338 1.96667H10C10.3866 1.96667 10.7 2.28008 10.7 2.66667C10.7 3.05327 10.3866 3.36667 10 3.36667H7.33338C6.94678 3.36667 6.63338 3.05327 6.63338 2.66667ZM6.63338 5.33334C6.63338 4.94674 6.94678 4.63334 7.33338 4.63334H12C12.3866 4.63334 12.7 4.94674 12.7 5.33334C12.7 5.71994 12.3866 6.03334 12 6.03334H7.33338C6.94678 6.03334 6.63338 5.71994 6.63338 5.33334ZM6.63338 8.00001C6.63338 7.61341 6.94678 7.30001 7.33338 7.30001H14C14.3866 7.30001 14.7 7.61341 14.7 8.00001C14.7 8.38661 14.3866 8.70001 14 8.70001H7.33338C6.94678 8.70001 6.63338 8.38661 6.63338 8.00001Z", + fill: "currentColor", + }), + }), + jn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.1717 4.1717C4.44507 3.89833 4.88828 3.89833 5.16165 4.1717L10.6333 9.64339V4.66667C10.6333 4.28008 10.9467 3.96667 11.3333 3.96667C11.7199 3.96667 12.0333 4.28008 12.0333 4.66667V11.3333C12.0333 11.7199 11.7199 12.0333 11.3333 12.0333H4.66667C4.28008 12.0333 3.96667 11.7199 3.96667 11.3333C3.96667 10.9467 4.28008 10.6333 4.66667 10.6333H9.64339L4.1717 5.16165C3.89833 4.88828 3.89833 4.44507 4.1717 4.1717Z", + fill: "currentColor", + }), + }), + qn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99997 0.633331C8.38657 0.633331 8.69997 0.946732 8.69997 1.33333V8.97671L12.1717 5.50502C12.445 5.23166 12.8882 5.23166 13.1616 5.50502C13.435 5.77839 13.435 6.22161 13.1616 6.49497L8.49494 11.1616C8.22157 11.435 7.77836 11.435 7.50499 11.1616L2.83833 6.49497C2.56496 6.22161 2.56496 5.77839 2.83833 5.50502C3.11169 5.23166 3.55491 5.23166 3.82828 5.50502L7.29997 8.97671V1.33333C7.29997 0.946732 7.61337 0.633331 7.99997 0.633331ZM7.99997 14.0333C8.01838 14.0333 8.0333 14.0184 8.0333 14C8.0333 13.9816 8.01838 13.9667 7.99997 13.9667C7.98156 13.9667 7.96663 13.9816 7.96663 14C7.96663 14.0184 7.98156 14.0333 7.99997 14.0333ZM6.6333 14C6.6333 13.2452 7.24518 12.6333 7.99997 12.6333C8.75476 12.6333 9.36663 13.2452 9.36663 14C9.36663 14.7548 8.75476 15.3667 7.99997 15.3667C7.24518 15.3667 6.6333 14.7548 6.6333 14Z", + fill: "currentColor", + }), + }), + Yn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99997 1.29999C8.38657 1.29999 8.69997 1.61339 8.69997 1.99999V9.64337L11.505 6.83835C11.7784 6.56498 12.2216 6.56498 12.4949 6.83835C12.7683 7.11171 12.7683 7.55493 12.4949 7.8283L8.49494 11.8283C8.36367 11.9596 8.18562 12.0333 7.99997 12.0333C7.81432 12.0333 7.63627 11.9596 7.50499 11.8283L3.50499 7.8283C3.23163 7.55493 3.23163 7.11171 3.50499 6.83835C3.77836 6.56498 4.22158 6.56498 4.49494 6.83835L7.29997 9.64337V1.99999C7.29997 1.61339 7.61337 1.29999 7.99997 1.29999ZM2.6333 14C2.6333 13.6134 2.9467 13.3 3.3333 13.3H12.6666C13.0532 13.3 13.3666 13.6134 13.3666 14C13.3666 14.3866 13.0532 14.7 12.6666 14.7H3.3333C2.9467 14.7 2.6333 14.3866 2.6333 14Z", + fill: "currentColor", + }), + }), + Kn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C4.88832 14.1017 4.44511 14.1017 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM10.8384 2.1717C11.1118 1.89833 11.555 1.89833 11.8284 2.1717L14.495 4.83837C14.7684 5.11173 14.7684 5.55495 14.495 5.82832C14.2217 6.10168 13.7784 6.10168 13.5051 5.82832L12.0334 4.35662V13.3333C12.0334 13.7199 11.72 14.0333 11.3334 14.0333C10.9468 14.0333 10.6334 13.7199 10.6334 13.3333V4.35662L9.16169 5.82832C8.88832 6.10168 8.44511 6.10168 8.17174 5.82832C7.89837 5.55495 7.89837 5.11173 8.17174 4.83837L10.8384 2.1717Z", + fill: "currentColor", + }), + }), + Xn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C4.88832 14.1017 4.44511 14.1017 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM6.63338 2.66667C6.63338 2.28008 6.94678 1.96667 7.33338 1.96667H14C14.3866 1.96667 14.7 2.28008 14.7 2.66667C14.7 3.05327 14.3866 3.36667 14 3.36667H7.33338C6.94678 3.36667 6.63338 3.05327 6.63338 2.66667ZM6.63338 5.33334C6.63338 4.94674 6.94678 4.63334 7.33338 4.63334H12C12.3866 4.63334 12.7 4.94674 12.7 5.33334C12.7 5.71994 12.3866 6.03334 12 6.03334H7.33338C6.94678 6.03334 6.63338 5.71994 6.63338 5.33334ZM6.63338 8.00001C6.63338 7.61341 6.94678 7.30001 7.33338 7.30001H10C10.3866 7.30001 10.7 7.61341 10.7 8.00001C10.7 8.38661 10.3866 8.70001 10 8.70001H7.33338C6.94678 8.70001 6.63338 8.38661 6.63338 8.00001Z", + fill: "currentColor", + }), + }), + Qn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C5.03041 13.9596 4.85237 14.0333 4.66672 14.0333C4.48106 14.0333 4.30302 13.9596 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM9.30005 2.66667C9.30005 2.28008 9.61345 1.96667 10 1.96667H13.3334C13.605 1.96667 13.8521 2.1238 13.9673 2.36977C14.0825 2.61574 14.045 2.90615 13.8711 3.1148L11.4946 5.96667H13.3334C13.72 5.96667 14.0334 6.28008 14.0334 6.66667C14.0334 7.05327 13.72 7.36667 13.3334 7.36667H10C9.72844 7.36667 9.48134 7.20955 9.36614 6.96358C9.25093 6.71761 9.28841 6.4272 9.46229 6.21855L11.8389 3.36667H10C9.61345 3.36667 9.30005 3.05327 9.30005 2.66667ZM11.6667 10.0333C11.4103 10.0333 11.1645 10.1352 10.9832 10.3165C10.8019 10.4978 10.7 10.7436 10.7 11V11.3H12.6334V11C12.6334 10.7436 12.5315 10.4978 12.3503 10.3165C12.169 10.1352 11.9231 10.0333 11.6667 10.0333ZM14.0334 11C14.0334 10.3723 13.784 9.77036 13.3402 9.32652C12.8964 8.88269 12.2944 8.63334 11.6667 8.63334C11.039 8.63334 10.4371 8.88269 9.99323 9.32652C9.54939 9.77036 9.30005 10.3723 9.30005 11V13.3333C9.30005 13.7199 9.61345 14.0333 10 14.0333C10.3866 14.0333 10.7 13.7199 10.7 13.3333V12.7H12.6334V13.3333C12.6334 13.7199 12.9468 14.0333 13.3334 14.0333C13.72 14.0333 14.0334 13.7199 14.0334 13.3333V11Z", + fill: "currentColor", + }), + }), + Jn = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M14 2.63333C14.3866 2.63333 14.7 2.94673 14.7 3.33333V12.6667C14.7 13.0533 14.3866 13.3667 14 13.3667C13.6134 13.3667 13.3 13.0533 13.3 12.6667V3.33333C13.3 2.94673 13.6134 2.63333 14 2.63333ZM6.49497 3.50502C6.76834 3.77839 6.76834 4.22161 6.49497 4.49497L3.68995 7.3H11.3333C11.7199 7.3 12.0333 7.6134 12.0333 8C12.0333 8.3866 11.7199 8.7 11.3333 8.7H3.68995L6.49497 11.505C6.76834 11.7784 6.76834 12.2216 6.49497 12.495C6.22161 12.7683 5.77839 12.7683 5.50502 12.495L1.50502 8.49497C1.37375 8.3637 1.3 8.18565 1.3 8C1.3 7.81435 1.37375 7.6363 1.50502 7.50502L5.50502 3.50502C5.77839 3.23166 6.22161 3.23166 6.49497 3.50502Z", + fill: "currentColor", + }), + }), + er = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + fill: "currentColor", + }), + }), + tr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.82831 1.50501C6.10168 1.77838 6.10168 2.2216 5.82831 2.49496L4.35662 3.96665H13.3333C13.7199 3.96665 14.0333 4.28006 14.0333 4.66665C14.0333 5.05325 13.7199 5.36665 13.3333 5.36665H4.35662L5.82831 6.83835C6.10168 7.11171 6.10168 7.55493 5.82831 7.8283C5.55494 8.10166 5.11173 8.10166 4.83836 7.8283L2.17169 5.16163C1.89833 4.88826 1.89833 4.44505 2.17169 4.17168L4.83836 1.50501C5.11173 1.23165 5.55494 1.23165 5.82831 1.50501ZM10.1717 8.17168C10.4451 7.89831 10.8883 7.89831 11.1616 8.17168L13.8283 10.8383C14.1017 11.1117 14.1017 11.5549 13.8283 11.8283L11.1616 14.495C10.8883 14.7683 10.4451 14.7683 10.1717 14.495C9.89833 14.2216 9.89833 13.7784 10.1717 13.505L11.6434 12.0333H2.66667C2.28007 12.0333 1.96667 11.7199 1.96667 11.3333C1.96667 10.9467 2.28007 10.6333 2.66667 10.6333H11.6434L10.1717 9.16163C9.89833 8.88826 9.89833 8.44505 10.1717 8.17168Z", + fill: "currentColor", + }), + }), + nr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2 2.63333C2.3866 2.63333 2.7 2.94673 2.7 3.33333V12.6667C2.7 13.0533 2.3866 13.3667 2 13.3667C1.6134 13.3667 1.3 13.0533 1.3 12.6667V3.33333C1.3 2.94673 1.6134 2.63333 2 2.63333ZM9.16164 3.50502C9.43501 3.77839 9.43501 4.22161 9.16164 4.49497L6.35662 7.3H14C14.3866 7.3 14.7 7.6134 14.7 8C14.7 8.3866 14.3866 8.7 14 8.7H6.35662L9.16164 11.505C9.43501 11.7784 9.43501 12.2216 9.16164 12.495C8.88828 12.7683 8.44506 12.7683 8.1717 12.495L4.1717 8.49497C4.04042 8.3637 3.96667 8.18565 3.96667 8C3.96667 7.81435 4.04042 7.6363 4.1717 7.50502L8.1717 3.50502C8.44506 3.23166 8.88828 3.23166 9.16164 3.50502Z", + fill: "currentColor", + }), + }), + rr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2 2.63333C2.3866 2.63333 2.7 2.94673 2.7 3.33333V12.6667C2.7 13.0533 2.3866 13.3667 2 13.3667C1.6134 13.3667 1.3 13.0533 1.3 12.6667V3.33333C1.3 2.94673 1.6134 2.63333 2 2.63333ZM9.50503 3.50502C9.7784 3.23166 10.2216 3.23166 10.495 3.50502L14.495 7.50502C14.6263 7.6363 14.7 7.81435 14.7 8C14.7 8.18565 14.6263 8.3637 14.495 8.49497L10.495 12.495C10.2216 12.7683 9.7784 12.7683 9.50503 12.495C9.23166 12.2216 9.23166 11.7784 9.50503 11.505L12.3101 8.7H4.66667C4.28007 8.7 3.96667 8.3866 3.96667 8C3.96667 7.6134 4.28007 7.3 4.66667 7.3H12.3101L9.50503 4.49497C9.23166 4.22161 9.23166 3.77839 9.50503 3.50502Z", + fill: "currentColor", + }), + }), + or = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.50502 2.83836C7.77839 2.56499 8.22161 2.56499 8.49497 2.83836L13.1616 7.50502C13.435 7.77839 13.435 8.22161 13.1616 8.49497L8.49497 13.1616C8.22161 13.435 7.77839 13.435 7.50502 13.1616C7.23166 12.8883 7.23166 12.4451 7.50502 12.1717L10.9767 8.7H3.33333C2.94673 8.7 2.63333 8.3866 2.63333 8C2.63333 7.6134 2.94673 7.3 3.33333 7.3H10.9767L7.50502 3.82831C7.23166 3.55494 7.23166 3.11172 7.50502 2.83836Z", + fill: "currentColor", + }), + }), + ir = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M10.1717 1.50501C10.4451 1.23165 10.8883 1.23165 11.1616 1.50501L13.8283 4.17168C14.1017 4.44505 14.1017 4.88826 13.8283 5.16163L11.1616 7.8283C10.8883 8.10166 10.4451 8.10166 10.1717 7.8283C9.89833 7.55493 9.89833 7.11171 10.1717 6.83835L11.6434 5.36665H2.66667C2.28008 5.36665 1.96667 5.05325 1.96667 4.66665C1.96667 4.28006 2.28008 3.96665 2.66667 3.96665H11.6434L10.1717 2.49496C9.89833 2.2216 9.89833 1.77838 10.1717 1.50501ZM5.82832 8.17168C6.10168 8.44505 6.10168 8.88826 5.82832 9.16163L4.35662 10.6333H13.3333C13.7199 10.6333 14.0333 10.9467 14.0333 11.3333C14.0333 11.7199 13.7199 12.0333 13.3333 12.0333H4.35662L5.82832 13.505C6.10168 13.7784 6.10168 14.2216 5.82832 14.495C5.55495 14.7683 5.11173 14.7683 4.83837 14.495L2.1717 11.8283C1.89833 11.5549 1.89833 11.1117 2.1717 10.8383L4.83837 8.17168C5.11173 7.89831 5.55495 7.89831 5.82832 8.17168Z", + fill: "currentColor", + }), + }), + lr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M14 2.63333C14.3866 2.63333 14.7 2.94673 14.7 3.33333V12.6667C14.7 13.0533 14.3866 13.3667 14 13.3667C13.6134 13.3667 13.3 13.0533 13.3 12.6667V3.33333C13.3 2.94673 13.6134 2.63333 14 2.63333ZM6.83835 3.50502C7.11171 3.23166 7.55493 3.23166 7.8283 3.50502L11.8283 7.50502C11.9596 7.6363 12.0333 7.81435 12.0333 8C12.0333 8.18565 11.9596 8.3637 11.8283 8.49497L7.8283 12.495C7.55493 12.7683 7.11171 12.7683 6.83835 12.495C6.56498 12.2216 6.56498 11.7784 6.83835 11.505L9.64337 8.7H1.99999C1.61339 8.7 1.29999 8.3866 1.29999 8C1.29999 7.6134 1.61339 7.3 1.99999 7.3H9.64337L6.83835 4.49497C6.56498 4.22161 6.56498 3.77839 6.83835 3.50502Z", + fill: "currentColor", + }), + }), + ar = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.1717 1.50501C4.44507 1.23165 4.88828 1.23165 5.16165 1.50501L7.16165 3.50501C7.43502 3.77838 7.43502 4.2216 7.16165 4.49496C6.88828 4.76833 6.44507 4.76833 6.1717 4.49496L5.36667 3.68994V11.3333C5.36667 11.7199 5.05327 12.0333 4.66667 12.0333C4.28008 12.0333 3.96667 11.7199 3.96667 11.3333V3.68994L3.16165 4.49496C2.88828 4.76833 2.44507 4.76833 2.1717 4.49496C1.89833 4.2216 1.89833 3.77838 2.1717 3.50501L4.1717 1.50501ZM10.8384 1.50501C11.1117 1.23165 11.5549 1.23165 11.8283 1.50501L13.8283 3.50501C14.1017 3.77838 14.1017 4.2216 13.8283 4.49496C13.5549 4.76833 13.1117 4.76833 12.8384 4.49496L12.0333 3.68994V11.3333C12.0333 11.7199 11.7199 12.0333 11.3333 12.0333C10.9467 12.0333 10.6333 11.7199 10.6333 11.3333V3.68994L9.82832 4.49496C9.55495 4.76833 9.11173 4.76833 8.83837 4.49496C8.565 4.2216 8.565 3.77838 8.83837 3.50501L10.8384 1.50501ZM1.96667 14C1.96667 13.6134 2.28008 13.3 2.66667 13.3H13.3333C13.7199 13.3 14.0333 13.6134 14.0333 14C14.0333 14.3866 13.7199 14.7 13.3333 14.7H2.66667C2.28008 14.7 1.96667 14.3866 1.96667 14Z", + fill: "currentColor", + }), + }), + Cr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.17168 2.1717C4.44505 1.89833 4.88826 1.89833 5.16163 2.1717L7.8283 4.83837C8.10166 5.11173 8.10166 5.55495 7.8283 5.82832C7.55493 6.10168 7.11171 6.10168 6.83835 5.82832L5.36665 4.35662V13.3333C5.36665 13.7199 5.05325 14.0333 4.66665 14.0333C4.28006 14.0333 3.96665 13.7199 3.96665 13.3333V4.35662L2.49496 5.82832C2.2216 6.10168 1.77838 6.10168 1.50501 5.82832C1.23165 5.55495 1.23165 5.11173 1.50501 4.83837L4.17168 2.1717ZM11.3333 3.36667C10.9835 3.36667 10.7 3.65023 10.7 4.00001V5.33334C10.7 5.68312 10.9835 5.96667 11.3333 5.96667C11.6831 5.96667 11.9667 5.68312 11.9667 5.33334V4.00001C11.9667 3.65023 11.6831 3.36667 11.3333 3.36667ZM9.29999 4.00001C9.29999 2.87703 10.2103 1.96667 11.3333 1.96667C12.4563 1.96667 13.3667 2.87703 13.3667 4.00001V5.33334C13.3667 6.45632 12.4563 7.36667 11.3333 7.36667C10.2103 7.36667 9.29999 6.45632 9.29999 5.33334V4.00001ZM9.29999 9.33334C9.29999 8.94674 9.61339 8.63334 9.99999 8.63334H11.3333C11.7199 8.63334 12.0333 8.94674 12.0333 9.33334V12.6333H12.6667C13.0533 12.6333 13.3667 12.9467 13.3667 13.3333C13.3667 13.7199 13.0533 14.0333 12.6667 14.0333H9.99999C9.61339 14.0333 9.29999 13.7199 9.29999 13.3333C9.29999 12.9467 9.61339 12.6333 9.99999 12.6333H10.6333V10.0333H9.99999C9.61339 10.0333 9.29999 9.71994 9.29999 9.33334Z", + fill: "currentColor", + }), + }), + sr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.17168 2.1717C4.44505 1.89833 4.88826 1.89833 5.16163 2.1717L7.8283 4.83837C8.10166 5.11173 8.10166 5.55495 7.8283 5.82832C7.55493 6.10168 7.11171 6.10168 6.83835 5.82832L5.36665 4.35662V13.3333C5.36665 13.7199 5.05325 14.0333 4.66665 14.0333C4.28006 14.0333 3.96665 13.7199 3.96665 13.3333V4.35662L2.49496 5.82832C2.2216 6.10168 1.77838 6.10168 1.50501 5.82832C1.23165 5.55495 1.23165 5.11173 1.50501 4.83837L4.17168 2.1717ZM9.99999 1.96667H11.3333C11.7199 1.96667 12.0333 2.28008 12.0333 2.66667V5.96667H12.6667C13.0533 5.96667 13.3667 6.28008 13.3667 6.66667C13.3667 7.05327 13.0533 7.36667 12.6667 7.36667H9.99999C9.61339 7.36667 9.29999 7.05327 9.29999 6.66667C9.29999 6.28008 9.61339 5.96667 9.99999 5.96667H10.6333V3.36667H9.99999C9.61339 3.36667 9.29999 3.05327 9.29999 2.66667C9.29999 2.28008 9.61339 1.96667 9.99999 1.96667ZM11.3333 10.0333C10.9835 10.0333 10.7 10.3169 10.7 10.6667V12C10.7 12.3498 10.9835 12.6333 11.3333 12.6333C11.6831 12.6333 11.9667 12.3498 11.9667 12V10.6667C11.9667 10.3169 11.6831 10.0333 11.3333 10.0333ZM9.29999 10.6667C9.29999 9.5437 10.2103 8.63334 11.3333 8.63334C12.4563 8.63334 13.3667 9.5437 13.3667 10.6667V12C13.3667 13.123 12.4563 14.0333 11.3333 14.0333C10.2103 14.0333 9.29999 13.123 9.29999 12V10.6667Z", + fill: "currentColor", + }), + }), + cr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66665 1.96667C4.85231 1.96667 5.03035 2.04042 5.16163 2.1717L7.8283 4.83837C8.10166 5.11173 8.10166 5.55495 7.8283 5.82832C7.55493 6.10168 7.11171 6.10168 6.83835 5.82832L5.36665 4.35662V13.3333C5.36665 13.7199 5.05325 14.0333 4.66665 14.0333C4.28006 14.0333 3.96665 13.7199 3.96665 13.3333V4.35662L2.49496 5.82832C2.2216 6.10168 1.77838 6.10168 1.50501 5.82832C1.23165 5.55495 1.23165 5.11173 1.50501 4.83837L4.17168 2.1717C4.30296 2.04042 4.481 1.96667 4.66665 1.96667ZM11.6667 3.36667C11.4103 3.36667 11.1644 3.46852 10.9831 3.6498C10.8018 3.83109 10.7 4.07697 10.7 4.33334V4.63334H12.6333V4.33334C12.6333 4.07697 12.5315 3.83109 12.3502 3.6498C12.1689 3.46852 11.923 3.36667 11.6667 3.36667ZM14.0333 4.33334C14.0333 3.70566 13.784 3.10369 13.3401 2.65986C12.8963 2.21602 12.2943 1.96667 11.6667 1.96667C11.039 1.96667 10.437 2.21602 9.99317 2.65986C9.54933 3.10369 9.29999 3.70566 9.29999 4.33334V6.66667C9.29999 7.05327 9.61339 7.36667 9.99999 7.36667C10.3866 7.36667 10.7 7.05327 10.7 6.66667V6.03334H12.6333V6.66667C12.6333 7.05327 12.9467 7.36667 13.3333 7.36667C13.7199 7.36667 14.0333 7.05327 14.0333 6.66667V4.33334ZM9.29999 9.33334C9.29999 8.94674 9.61339 8.63334 9.99999 8.63334H13.3333C13.6049 8.63334 13.852 8.79046 13.9672 9.03643C14.0824 9.2824 14.045 9.57281 13.8711 9.78147L11.4945 12.6333H13.3333C13.7199 12.6333 14.0333 12.9467 14.0333 13.3333C14.0333 13.7199 13.7199 14.0333 13.3333 14.0333H9.99999C9.72838 14.0333 9.48128 13.8762 9.36607 13.6302C9.25087 13.3843 9.28835 13.0939 9.46223 12.8852L11.8388 10.0333H9.99999C9.61339 10.0333 9.29999 9.71994 9.29999 9.33334Z", + fill: "currentColor", + }), + }), + dr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.17168 2.1717C4.44505 1.89833 4.88826 1.89833 5.16163 2.1717L7.8283 4.83837C8.10166 5.11173 8.10166 5.55495 7.8283 5.82832C7.55493 6.10168 7.11171 6.10168 6.83835 5.82832L5.36665 4.35662V13.3333C5.36665 13.7199 5.05325 14.0333 4.66665 14.0333C4.28006 14.0333 3.96665 13.7199 3.96665 13.3333V4.35662L2.49496 5.82832C2.2216 6.10168 1.77838 6.10168 1.50501 5.82832C1.23165 5.55495 1.23165 5.11173 1.50501 4.83837L4.17168 2.1717ZM11.3333 1.96667C11.7199 1.96667 12.0333 2.28008 12.0333 2.66667V11.6434L13.505 10.1717C13.7784 9.89833 14.2216 9.89833 14.495 10.1717C14.7683 10.4451 14.7683 10.8883 14.495 11.1616L11.8283 13.8283C11.5549 14.1017 11.1117 14.1017 10.8383 13.8283L8.17168 11.1616C7.89831 10.8883 7.89831 10.4451 8.17168 10.1717C8.44505 9.89833 8.88826 9.89833 9.16163 10.1717L10.6333 11.6434V2.66667C10.6333 2.28008 10.9467 1.96667 11.3333 1.96667Z", + fill: "currentColor", + }), + }), + ur = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.50505 0.838357C7.77842 0.56499 8.22164 0.56499 8.495 0.838357L13.1617 5.50502C13.435 5.77839 13.435 6.22161 13.1617 6.49497C12.8883 6.76834 12.4451 6.76834 12.1717 6.49497L8.70003 3.02328V10.6667C8.70003 11.0533 8.38663 11.3667 8.00003 11.3667C7.61343 11.3667 7.30003 11.0533 7.30003 10.6667V3.02328L3.82834 6.49497C3.55497 6.76834 3.11175 6.76834 2.83839 6.49497C2.56502 6.22161 2.56502 5.77839 2.83839 5.50502L7.50505 0.838357ZM8.00003 14.0333C8.01844 14.0333 8.03336 14.0184 8.03336 14C8.03336 13.9816 8.01844 13.9667 8.00003 13.9667C7.98162 13.9667 7.96669 13.9816 7.96669 14C7.96669 14.0184 7.98162 14.0333 8.00003 14.0333ZM6.63336 14C6.63336 13.2452 7.24524 12.6333 8.00003 12.6333C8.75482 12.6333 9.36669 13.2452 9.36669 14C9.36669 14.7548 8.75482 15.3667 8.00003 15.3667C7.24524 15.3667 6.63336 14.7548 6.63336 14Z", + fill: "currentColor", + }), + }), + pr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.00003 1.29999C8.18568 1.29999 8.36373 1.37374 8.495 1.50501L12.495 5.50501C12.7684 5.77838 12.7684 6.2216 12.495 6.49496C12.2216 6.76833 11.7784 6.76833 11.5051 6.49496L8.70003 3.68994V11.3333C8.70003 11.7199 8.38663 12.0333 8.00003 12.0333C7.61343 12.0333 7.30003 11.7199 7.30003 11.3333V3.68994L4.495 6.49496C4.22164 6.76833 3.77842 6.76833 3.50505 6.49496C3.23169 6.2216 3.23169 5.77838 3.50505 5.50501L7.50505 1.50501C7.63633 1.37374 7.81438 1.29999 8.00003 1.29999ZM2.63336 14C2.63336 13.6134 2.94676 13.3 3.33336 13.3H12.6667C13.0533 13.3 13.3667 13.6134 13.3667 14C13.3667 14.3866 13.0533 14.7 12.6667 14.7H3.33336C2.94676 14.7 2.63336 14.3866 2.63336 14Z", + fill: "currentColor", + }), + }), + mr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.50499 2.83836C7.77836 2.56499 8.22157 2.56499 8.49494 2.83836L13.1616 7.50502C13.435 7.77839 13.435 8.22161 13.1616 8.49497C12.8882 8.76834 12.445 8.76834 12.1717 8.49497L8.69997 5.02328V12.6667C8.69997 13.0533 8.38657 13.3667 7.99997 13.3667C7.61337 13.3667 7.29997 13.0533 7.29997 12.6667V5.02328L3.82828 8.49497C3.55491 8.76834 3.11169 8.76834 2.83833 8.49497C2.56496 8.22161 2.56496 7.77839 2.83833 7.50502L7.50499 2.83836Z", + fill: "currentColor", + }), + }), + hr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.96667 4.66667C3.96667 4.28008 4.28008 3.96667 4.66667 3.96667H11.3333C11.7199 3.96667 12.0333 4.28008 12.0333 4.66667C12.0333 5.05327 11.7199 5.36667 11.3333 5.36667H6.35662L11.8283 10.8384C12.1017 11.1117 12.1017 11.5549 11.8283 11.8283C11.5549 12.1017 11.1117 12.1017 10.8384 11.8283L5.36667 6.35662V11.3333C5.36667 11.7199 5.05327 12.0333 4.66667 12.0333C4.28008 12.0333 3.96667 11.7199 3.96667 11.3333V4.66667Z", + fill: "currentColor", + }), + }), + fr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.17168 2.1717C4.44505 1.89833 4.88826 1.89833 5.16163 2.1717L7.8283 4.83837C8.10166 5.11173 8.10166 5.55495 7.8283 5.82832C7.55493 6.10168 7.11171 6.10168 6.83835 5.82832L5.36665 4.35662V13.3333C5.36665 13.7199 5.05325 14.0333 4.66665 14.0333C4.28006 14.0333 3.96665 13.7199 3.96665 13.3333V4.35662L2.49496 5.82832C2.2216 6.10168 1.77838 6.10168 1.50501 5.82832C1.23165 5.55495 1.23165 5.11173 1.50501 4.83837L4.17168 2.1717ZM9.99999 8.70001H7.33332C6.94672 8.70001 6.63332 8.38661 6.63332 8.00001C6.63332 7.61341 6.94672 7.30001 7.33332 7.30001H9.99999C10.3866 7.30001 10.7 7.61341 10.7 8.00001C10.7 8.38661 10.3866 8.70001 9.99999 8.70001ZM6.63332 10.6667C6.63332 10.2801 6.94672 9.96667 7.33332 9.96667H12C12.3866 9.96667 12.7 10.2801 12.7 10.6667C12.7 11.0533 12.3866 11.3667 12 11.3667H7.33332C6.94672 11.3667 6.63332 11.0533 6.63332 10.6667ZM14 14.0333H7.33332C6.94672 14.0333 6.63332 13.7199 6.63332 13.3333C6.63332 12.9467 6.94672 12.6333 7.33332 12.6333H14C14.3866 12.6333 14.7 12.9467 14.7 13.3333C14.7 13.7199 14.3866 14.0333 14 14.0333Z", + fill: "currentColor", + }), + }), + gr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66667 5.36667C4.28008 5.36667 3.96667 5.05327 3.96667 4.66667C3.96667 4.28008 4.28008 3.96667 4.66667 3.96667H11.3333C11.7199 3.96667 12.0333 4.28008 12.0333 4.66667V11.3333C12.0333 11.7199 11.7199 12.0333 11.3333 12.0333C10.9467 12.0333 10.6333 11.7199 10.6333 11.3333V6.35662L5.16165 11.8283C4.88828 12.1017 4.44507 12.1017 4.1717 11.8283C3.89833 11.5549 3.89833 11.1117 4.1717 10.8384L9.64339 5.36667H4.66667Z", + fill: "currentColor", + }), + }), + vr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.6333 1.99999C2.6333 1.61339 2.9467 1.29999 3.3333 1.29999H12.6666C13.0532 1.29999 13.3666 1.61339 13.3666 1.99999C13.3666 2.38659 13.0532 2.69999 12.6666 2.69999H3.3333C2.9467 2.69999 2.6333 2.38659 2.6333 1.99999ZM7.99997 3.96665C8.18562 3.96665 8.36367 4.0404 8.49494 4.17168L12.4949 8.17168C12.7683 8.44505 12.7683 8.88826 12.4949 9.16163C12.2216 9.435 11.7784 9.435 11.505 9.16163L8.69997 6.3566V14C8.69997 14.3866 8.38657 14.7 7.99997 14.7C7.61337 14.7 7.29997 14.3866 7.29997 14V6.3566L4.49494 9.16163C4.22158 9.435 3.77836 9.435 3.50499 9.16163C3.23163 8.88826 3.23163 8.44505 3.50499 8.17168L7.50499 4.17168C7.63627 4.0404 7.81432 3.96665 7.99997 3.96665Z", + fill: "currentColor", + }), + }), + wr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.17174 2.1717C4.44511 1.89833 4.88832 1.89833 5.16169 2.1717L7.82836 4.83837C8.10172 5.11173 8.10172 5.55495 7.82836 5.82832C7.55499 6.10168 7.11177 6.10168 6.83841 5.82832L5.36672 4.35662V13.3333C5.36672 13.7199 5.05331 14.0333 4.66672 14.0333C4.28012 14.0333 3.96672 13.7199 3.96672 13.3333V4.35662L2.49502 5.82832C2.22166 6.10168 1.77844 6.10168 1.50507 5.82832C1.23171 5.55495 1.23171 5.11173 1.50507 4.83837L4.17174 2.1717ZM14 8.70001H7.33338C6.94678 8.70001 6.63338 8.38661 6.63338 8.00001C6.63338 7.61341 6.94678 7.30001 7.33338 7.30001H14C14.3866 7.30001 14.7 7.61341 14.7 8.00001C14.7 8.38661 14.3866 8.70001 14 8.70001ZM6.63338 10.6667C6.63338 10.2801 6.94678 9.96667 7.33338 9.96667H12C12.3866 9.96667 12.7 10.2801 12.7 10.6667C12.7 11.0533 12.3866 11.3667 12 11.3667H7.33338C6.94678 11.3667 6.63338 11.0533 6.63338 10.6667ZM10 14.0333H7.33338C6.94678 14.0333 6.63338 13.7199 6.63338 13.3333C6.63338 12.9467 6.94678 12.6333 7.33338 12.6333H10C10.3866 12.6333 10.7 12.9467 10.7 13.3333C10.7 13.7199 10.3866 14.0333 10 14.0333Z", + fill: "currentColor", + }), + }), + Lr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66672 1.96667C4.85237 1.96667 5.03041 2.04042 5.16169 2.1717L7.82836 4.83837C8.10172 5.11173 8.10172 5.55495 7.82836 5.82832C7.55499 6.10168 7.11177 6.10168 6.83841 5.82832L5.36672 4.35662V13.3333C5.36672 13.7199 5.05331 14.0333 4.66672 14.0333C4.28012 14.0333 3.96672 13.7199 3.96672 13.3333V4.35662L2.49502 5.82832C2.22166 6.10168 1.77844 6.10168 1.50507 5.82832C1.23171 5.55495 1.23171 5.11173 1.50507 4.83837L4.17174 2.1717C4.30302 2.04042 4.48106 1.96667 4.66672 1.96667ZM11.8389 3.36667H10C9.61345 3.36667 9.30005 3.05327 9.30005 2.66667C9.30005 2.28008 9.61345 1.96667 10 1.96667H13.3334C13.605 1.96667 13.8521 2.1238 13.9673 2.36977C14.0825 2.61574 14.045 2.90615 13.8711 3.1148L11.4946 5.96667H13.3334C13.72 5.96667 14.0334 6.28008 14.0334 6.66667C14.0334 7.05327 13.72 7.36667 13.3334 7.36667H10C9.72844 7.36667 9.48134 7.20955 9.36614 6.96358C9.25093 6.71761 9.28841 6.4272 9.46229 6.21855L11.8389 3.36667ZM11.6667 10.0333C11.4103 10.0333 11.1645 10.1352 10.9832 10.3165C10.8019 10.4978 10.7 10.7436 10.7 11V11.3H12.6334V11C12.6334 10.7436 12.5315 10.4978 12.3503 10.3165C12.169 10.1352 11.9231 10.0333 11.6667 10.0333ZM14.0334 11C14.0334 10.3723 13.784 9.77036 13.3402 9.32652C12.8964 8.88269 12.2944 8.63334 11.6667 8.63334C11.039 8.63334 10.4371 8.88269 9.99323 9.32652C9.54939 9.77036 9.30005 10.3723 9.30005 11V13.3333C9.30005 13.7199 9.61345 14.0333 10 14.0333C10.3866 14.0333 10.7 13.7199 10.7 13.3333V12.7H12.6334V13.3333C12.6334 13.7199 12.9468 14.0333 13.3334 14.0333C13.72 14.0333 14.0334 13.7199 14.0334 13.3333V11Z", + fill: "currentColor", + }), + }), + br = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.00005 3.29999C8.38665 3.29999 8.70005 3.61339 8.70005 3.99999V6.78753L11.114 5.39377C11.4488 5.20047 11.877 5.31518 12.0703 5.64998C12.2636 5.98478 12.1489 6.4129 11.8141 6.6062L9.40002 7.99999L11.8141 9.39377C12.1489 9.58708 12.2636 10.0152 12.0703 10.35C11.877 10.6848 11.4488 10.7995 11.114 10.6062L8.70005 9.21244V12C8.70005 12.3866 8.38665 12.7 8.00005 12.7C7.61346 12.7 7.30005 12.3866 7.30005 12V9.21244L4.88606 10.6062C4.55126 10.7995 4.12314 10.6848 3.92984 10.35C3.73654 10.0152 3.85124 9.58708 4.18605 9.39377L6.60009 7.99999L4.18605 6.6062C3.85124 6.4129 3.73654 5.98478 3.92984 5.64998C4.12314 5.31518 4.55126 5.20047 4.88606 5.39377L7.30005 6.78753V3.99999C7.30005 3.61339 7.61346 3.29999 8.00005 3.29999Z", + fill: "currentColor", + }), + }), + Mr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M9.27394 3.55773C9.84598 3.99667 10.413 4.49214 10.9605 5.03727L10.9627 5.03945C11.5078 5.587 12.0033 6.154 12.4422 6.72604C12.6481 6.34626 12.8187 5.977 12.9519 5.62476C13.2027 4.96202 13.3099 4.39086 13.2957 3.9402C13.2817 3.4947 13.1529 3.20867 12.9729 3.02953L12.9704 3.0271L12.9704 3.02709C12.7913 2.84706 12.5053 2.71823 12.0598 2.70424C11.6091 2.69009 11.038 2.79724 10.3752 3.04803C10.023 3.18132 9.65372 3.35184 9.27394 3.55773ZM7.99997 2.67797C8.64036 2.2843 9.27369 1.96798 9.87973 1.73864C10.6528 1.4461 11.4129 1.28325 12.1037 1.30493C12.7991 1.32676 13.4643 1.53929 13.9617 2.03844C14.4607 2.53582 14.6732 3.20091 14.695 3.89627C14.7167 4.58707 14.5539 5.34715 14.2613 6.12025C14.032 6.72629 13.7157 7.35962 13.322 8C13.7157 8.64039 14.032 9.27372 14.2613 9.87976C14.5539 10.6529 14.7167 11.4129 14.695 12.1037C14.6732 12.7991 14.4607 13.4643 13.9616 13.9616C13.4642 14.4607 12.7991 14.6732 12.1037 14.6951C11.4129 14.7168 10.6528 14.5539 9.87973 14.2614C9.27369 14.032 8.64036 13.7157 7.99997 13.322C7.35959 13.7157 6.72626 14.032 6.12022 14.2614C5.34712 14.5539 4.58704 14.7168 3.89624 14.6951C3.20084 14.6732 2.53572 14.4607 2.03833 13.9616C1.53923 13.4643 1.32673 12.7991 1.3049 12.1037C1.28322 11.4129 1.44607 10.6529 1.73861 9.87976C1.96795 9.27372 2.28427 8.64039 2.67794 8C2.28427 7.35962 1.96795 6.72629 1.73861 6.12025C1.44607 5.34715 1.28322 4.58707 1.3049 3.89627C1.32673 3.20087 1.53923 2.53575 2.03833 2.03836C2.53572 1.53926 3.20084 1.32676 3.89624 1.30493C4.58704 1.28325 5.34712 1.4461 6.12022 1.73864C6.72626 1.96798 7.35959 2.2843 7.99997 2.67797ZM3.5577 6.72604C3.35181 6.34626 3.18129 5.977 3.048 5.62476C2.79721 4.96202 2.69006 4.39086 2.70421 3.9402C2.7182 3.4947 2.84703 3.20867 3.02706 3.02953L3.02707 3.02953L3.0295 3.02709C3.20864 2.84706 3.49467 2.71823 3.94017 2.70424C4.39083 2.69009 4.96199 2.79724 5.62473 3.04803C5.97697 3.18132 6.34623 3.35184 6.72601 3.55773C6.15397 3.99666 5.58697 4.49214 5.03943 5.03727L5.03942 5.03727L5.03724 5.03946C4.49211 5.587 3.99663 6.154 3.5577 6.72604ZM3.5577 9.27397C3.35181 9.65375 3.18129 10.023 3.048 10.3752C2.79721 11.038 2.69006 11.6092 2.70421 12.0598C2.7182 12.5053 2.84703 12.7913 3.02706 12.9705L3.0295 12.9729C3.20864 13.1529 3.49467 13.2818 3.94017 13.2958C4.39083 13.3099 4.96199 13.2028 5.62473 12.952C5.97697 12.8187 6.34623 12.6482 6.72601 12.4423C6.15397 12.0033 5.58697 11.5079 5.03943 10.9627L5.03724 10.9606C4.49211 10.413 3.99663 9.84601 3.5577 9.27397ZM9.27394 12.4423C9.65372 12.6482 10.023 12.8187 10.3752 12.952C11.038 13.2028 11.6091 13.3099 12.0598 13.2958C12.5053 13.2818 12.7913 13.1529 12.9704 12.9729L12.9729 12.9705C13.1529 12.7913 13.2817 12.5053 13.2957 12.0598C13.3099 11.6092 13.2027 11.038 12.9519 10.3752C12.8187 10.023 12.6481 9.65375 12.4422 9.27397C12.0033 9.84601 11.5078 10.413 10.9627 10.9606L10.9605 10.9627C10.413 11.5079 9.84598 12.0033 9.27394 12.4423ZM11.6433 8.00001C11.1756 7.34232 10.6155 6.6751 9.97166 6.02831C9.32487 5.38449 8.65766 4.82441 7.99997 4.35671C7.34229 4.82441 6.67507 5.38449 6.02828 6.02831C5.38446 6.6751 4.82438 7.34232 4.35668 8C4.82438 8.65769 5.38446 9.3249 6.02828 9.97169C6.67507 10.6155 7.34229 11.1756 7.99998 11.6433C8.65766 11.1756 9.32487 10.6155 9.97166 9.97169C10.6155 9.3249 11.1756 8.65769 11.6433 8.00001ZM7.99997 8.03334C8.01838 8.03334 8.03331 8.01841 8.03331 8C8.03331 7.98159 8.01838 7.96667 7.99997 7.96667C7.98156 7.96667 7.96664 7.98159 7.96664 8C7.96664 8.01841 7.98156 8.03334 7.99997 8.03334ZM6.63331 8C6.63331 7.24521 7.24518 6.63334 7.99997 6.63334C8.75476 6.63334 9.36664 7.24521 9.36664 8C9.36664 8.75479 8.75476 9.36667 7.99997 9.36667C7.24518 9.36667 6.63331 8.75479 6.63331 8Z", + fill: "currentColor", + }), + }), + Hr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.87781 1.32768C6.38088 0.624355 8.0774 0.449132 9.69249 0.830403C11.3076 1.21168 12.7466 2.1271 13.7765 3.42837C14.8063 4.72964 15.3666 6.34052 15.3666 8V8.66667C15.3666 9.38276 15.0822 10.0695 14.5758 10.5759C14.0695 11.0822 13.3827 11.3667 12.6666 11.3667C11.9506 11.3667 11.2638 11.0822 10.7575 10.5759C10.6602 10.4786 10.5711 10.3747 10.4907 10.2652C9.87487 10.9419 8.98703 11.3667 7.99998 11.3667C6.14062 11.3667 4.63331 9.85936 4.63331 8C4.63331 6.14065 6.14062 4.63334 7.99998 4.63334C8.7354 4.63334 9.41575 4.86914 9.96954 5.26927C10.0019 4.9127 10.3016 4.63334 10.6666 4.63334C11.0532 4.63334 11.3666 4.94674 11.3666 5.33334V8.66667C11.3666 9.01145 11.5036 9.34211 11.7474 9.58591C11.9912 9.82971 12.3219 9.96667 12.6666 9.96667C13.0114 9.96667 13.3421 9.82971 13.5859 9.58591C13.8297 9.34211 13.9666 9.01145 13.9666 8.66667V8C13.9666 6.6559 13.5128 5.35116 12.6787 4.29719C11.8445 3.24322 10.679 2.50176 9.37083 2.19295C8.06268 1.88414 6.68858 2.02606 5.47116 2.59573C4.25374 3.16539 3.26433 4.12942 2.66323 5.33163C2.06212 6.53384 1.88455 7.90379 2.15927 9.21952C2.43399 10.5353 3.14491 11.7197 4.17685 12.5809C5.20879 13.4422 6.50129 13.9297 7.84495 13.9647C9.1886 13.9996 10.5047 13.5798 11.58 12.7733C11.8893 12.5414 12.328 12.6041 12.56 12.9133C12.7919 13.2226 12.7293 13.6614 12.42 13.8933C11.0924 14.889 9.4675 15.4073 7.80857 15.3642C6.14965 15.3211 4.55388 14.7191 3.2798 13.6558C2.00573 12.5925 1.128 11.1301 0.78882 9.50566C0.449641 7.88121 0.668885 6.18982 1.41103 4.70553C2.15317 3.22124 3.37474 2.03101 4.87781 1.32768ZM9.96664 8C9.96664 6.91384 9.08614 6.03334 7.99998 6.03334C6.91382 6.03334 6.03331 6.91384 6.03331 8C6.03331 9.08616 6.91382 9.96667 7.99998 9.96667C9.08614 9.96667 9.96664 9.08616 9.96664 8Z", + fill: "currentColor", + }), + }), + Er = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.66663 1.29999C7.05323 1.29999 7.36663 1.61339 7.36663 1.99999V14C7.36663 14.3866 7.05323 14.7 6.66663 14.7C6.28003 14.7 5.96663 14.3866 5.96663 14V1.99999C5.96663 1.61339 6.28003 1.29999 6.66663 1.29999ZM12 2.63332C12.3866 2.63332 12.7 2.94672 12.7 3.33332V12C12.7 12.3866 12.3866 12.7 12 12.7C11.6134 12.7 11.3 12.3866 11.3 12V3.33332C11.3 2.94672 11.6134 2.63332 12 2.63332ZM3.99997 3.29999C4.38657 3.29999 4.69997 3.61339 4.69997 3.99999V11.3333C4.69997 11.7199 4.38657 12.0333 3.99997 12.0333C3.61337 12.0333 3.29997 11.7199 3.29997 11.3333V3.99999C3.29997 3.61339 3.61337 3.29999 3.99997 3.29999ZM9.3333 4.63332C9.7199 4.63332 10.0333 4.94672 10.0333 5.33332V9.99999C10.0333 10.3866 9.7199 10.7 9.3333 10.7C8.9467 10.7 8.6333 10.3866 8.6333 9.99999V5.33332C8.6333 4.94672 8.9467 4.63332 9.3333 4.63332ZM1.3333 5.96665C1.7199 5.96665 2.0333 6.28006 2.0333 6.66665V8.66665C2.0333 9.05325 1.7199 9.36665 1.3333 9.36665C0.946701 9.36665 0.633301 9.05325 0.633301 8.66665V6.66665C0.633301 6.28006 0.946701 5.96665 1.3333 5.96665ZM14.6666 5.96665C15.0532 5.96665 15.3666 6.28006 15.3666 6.66665V8.66665C15.3666 9.05325 15.0532 9.36665 14.6666 9.36665C14.28 9.36665 13.9666 9.05325 13.9666 8.66665V6.66665C13.9666 6.28006 14.28 5.96665 14.6666 5.96665Z", + fill: "currentColor", + }), + }), + Rr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M9.3333 2.03333C9.16533 2.03333 9.00424 2.10006 8.88547 2.21883C8.76669 2.3376 8.69997 2.49869 8.69997 2.66666V13.3333C8.69997 13.8726 8.48574 14.3898 8.10442 14.7711C7.72309 15.1524 7.20591 15.3667 6.66663 15.3667C6.12736 15.3667 5.61017 15.1524 5.22885 14.7711C4.84753 14.3898 4.6333 13.8726 4.6333 13.3333V4.66666C4.6333 4.49869 4.56657 4.3376 4.4478 4.21883C4.32903 4.10006 4.16794 4.03333 3.99997 4.03333C3.832 4.03333 3.67091 4.10006 3.55213 4.21883C3.43336 4.3376 3.36663 4.49869 3.36663 4.66666V7.33333C3.36663 7.8726 3.15241 8.38979 2.77108 8.77111C2.38976 9.15244 1.87257 9.36666 1.3333 9.36666C0.946701 9.36666 0.633301 9.05326 0.633301 8.66666C0.633301 8.28006 0.946701 7.96666 1.3333 7.96666C1.50127 7.96666 1.66236 7.89994 1.78114 7.78116C1.89991 7.66239 1.96663 7.5013 1.96663 7.33333V4.66666C1.96663 4.12739 2.18086 3.6102 2.56218 3.22888C2.94351 2.84756 3.46069 2.63333 3.99997 2.63333C4.53924 2.63333 5.05643 2.84756 5.43775 3.22888C5.81908 3.6102 6.0333 4.12739 6.0333 4.66666V13.3333C6.0333 13.5013 6.10003 13.6624 6.2188 13.7812C6.33757 13.8999 6.49866 13.9667 6.66663 13.9667C6.8346 13.9667 6.99569 13.8999 7.11447 13.7812C7.23324 13.6624 7.29997 13.5013 7.29997 13.3333V2.66666C7.29997 2.12739 7.51419 1.6102 7.89552 1.22888C8.27684 0.847557 8.79403 0.633331 9.3333 0.633331C9.87257 0.633331 10.3898 0.847557 10.7711 1.22888C11.1524 1.6102 11.3666 2.12739 11.3666 2.66666V11.3333C11.3666 11.5013 11.4334 11.6624 11.5521 11.7812C11.6709 11.8999 11.832 11.9667 12 11.9667C12.1679 11.9667 12.329 11.8999 12.4478 11.7812C12.5666 11.6624 12.6333 11.5013 12.6333 11.3333V8.66666C12.6333 8.12739 12.8475 7.6102 13.2288 7.22888C13.6102 6.84756 14.1274 6.63333 14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333C15.3666 7.71993 15.0532 8.03333 14.6666 8.03333C14.4987 8.03333 14.3376 8.10006 14.2188 8.21883C14.1 8.3376 14.0333 8.49869 14.0333 8.66666V11.3333C14.0333 11.8726 13.8191 12.3898 13.4377 12.7711C13.0564 13.1524 12.5392 13.3667 12 13.3667C11.4607 13.3667 10.9435 13.1524 10.5622 12.7711C10.1809 12.3898 9.96663 11.8726 9.96663 11.3333V2.66666C9.96663 2.49869 9.89991 2.3376 9.78113 2.21883C9.66236 2.10006 9.50127 2.03333 9.3333 2.03333Z", + fill: "currentColor", + }), + }), + yr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.00005 2.03333C6.17751 2.03333 4.70005 3.51079 4.70005 5.33333C4.70005 6.43604 5.24091 7.41242 6.07181 8.01167C6.08262 8.01893 6.0932 8.02647 6.10355 8.03428C6.6401 8.41172 7.29419 8.63333 8.00005 8.63333C8.7059 8.63333 9.36 8.41172 9.89655 8.03428C9.9069 8.02646 9.91747 8.01893 9.92828 8.01168C10.7592 7.41243 11.3 6.43604 11.3 5.33333C11.3 3.51079 9.82259 2.03333 8.00005 2.03333ZM11.0768 8.88643C12.0711 8.02465 12.7 6.75244 12.7 5.33333C12.7 2.73759 10.5958 0.633331 8.00005 0.633331C5.40431 0.633331 3.30005 2.73759 3.30005 5.33333C3.30005 6.75244 3.92899 8.02465 4.92333 8.88643L3.9763 14.5512C3.93127 14.8205 4.04695 15.0915 4.27262 15.2452C4.49828 15.3989 4.79273 15.4074 5.02686 15.2669L8.00005 13.483L10.9732 15.2669C11.2074 15.4074 11.5018 15.3989 11.7275 15.2452C11.9531 15.0915 12.0688 14.8205 12.0238 14.5512L11.0768 8.88643ZM9.79008 9.68044C9.23835 9.90788 8.63385 10.0333 8.00005 10.0333C7.36625 10.0333 6.76174 9.90788 6.21002 9.68044L5.60725 13.286L7.6399 12.0664C7.86158 11.9334 8.13852 11.9334 8.3602 12.0664L10.3929 13.286L9.79008 9.68044Z", + fill: "currentColor", + }), + }), + Tr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.17173 1.50501C8.4451 1.23165 8.88831 1.23165 9.16168 1.50501L12.9567 5.29999H14.6667C14.8667 5.29999 15.0572 5.38557 15.1901 5.53514C15.3229 5.6847 15.3854 5.88395 15.3618 6.0826C15.202 7.42734 14.5944 8.67923 13.6369 9.6368C12.6793 10.5944 11.4274 11.2019 10.0826 11.3618C9.884 11.3854 9.68475 11.3229 9.53519 11.19C9.38562 11.0572 9.30004 10.8667 9.30004 10.6667V9.02327L4.16168 14.1616C3.76519 14.5581 3.22743 14.7809 2.6667 14.7809C2.10598 14.7809 1.56822 14.5581 1.17173 14.1616C0.775237 13.7651 0.55249 13.2274 0.55249 12.6667C0.55249 12.1059 0.775237 11.5682 1.17173 11.1717L6.34342 5.99999L5.50506 5.16163C5.37379 5.03035 5.30004 4.85231 5.30004 4.66665C5.30004 4.481 5.37379 4.30295 5.50506 4.17168L8.17173 1.50501ZM7.33337 6.98994L2.16168 12.1616C2.02774 12.2956 1.95249 12.4772 1.95249 12.6667C1.95249 12.8561 2.02774 13.0377 2.16168 13.1717C2.29562 13.3056 2.47728 13.3809 2.6667 13.3809C2.85612 13.3809 3.03779 13.3056 3.17173 13.1717L8.34342 7.99999L7.33337 6.98994ZM6.98999 4.66665L8.6667 2.98994L12.1717 6.49496C12.303 6.62624 12.4811 6.69999 12.6667 6.69999H13.8092C13.5901 7.43124 13.1925 8.10125 12.6469 8.64685C12.1013 9.19245 11.4313 9.59009 10.7 9.80912V8.66665C10.7 8.481 10.6263 8.30295 10.495 8.17168L6.98999 4.66665Z", + fill: "currentColor", + }), + }), + Nr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66667 1.96667C3.05327 1.96667 3.36667 2.28008 3.36667 2.66667V11.6434L6.83837 8.1717C7.11173 7.89833 7.55495 7.89833 7.82832 8.1717C8.10168 8.44507 8.10168 8.88828 7.82832 9.16165L4.35662 12.6333H13.3333C13.7199 12.6333 14.0333 12.9467 14.0333 13.3333C14.0333 13.7199 13.7199 14.0333 13.3333 14.0333H2.66667C2.28008 14.0333 1.96667 13.7199 1.96667 13.3333V2.66667C1.96667 2.28008 2.28008 1.96667 2.66667 1.96667Z", + fill: "currentColor", + }), + }), + Vr = (e) => + yt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + yt("g", { + clipPath: "url(#clip0_134_83)", + children: [ + Rt("path", { + d: "M5.33749 0.481201H10.0625L5.16249 15.0062C5.05624 15.3125 4.77499 15.5187 4.44999 15.5187H0.768738C0.356238 15.5187 0.0187378 15.1812 0.0187378 14.7687C0.0187378 14.6875 0.0312378 14.6062 0.0562378 14.5312L4.62499 0.993701C4.73124 0.687451 5.01874 0.481201 5.33749 0.481201Z", + fill: "url(#paint0_linear_134_83)", + }), + Rt("path", { + d: "M12.2062 10.225H4.71249C4.51874 10.225 4.36874 10.3812 4.36874 10.5687C4.36874 10.6625 4.40624 10.7562 4.48124 10.825L9.29374 15.3187C9.43124 15.45 9.61874 15.525 9.81249 15.525H14.0562L12.2062 10.225Z", + fill: "#0078D4", + }), + Rt("path", { + d: "M5.33748 0.481226C5.01248 0.474976 4.72498 0.687476 4.62498 0.999976L0.0624807 14.5187C-0.0750193 14.9062 0.124981 15.3375 0.518731 15.4812C0.599981 15.5125 0.687481 15.525 0.774981 15.525H4.54373C4.83123 15.475 5.06873 15.275 5.16248 15L6.06873 12.3125L9.31873 15.3437C9.45623 15.4562 9.62498 15.5187 9.79998 15.5187H14.025L12.1687 10.225H6.76873L10.075 0.474976L5.33748 0.481226Z", + fill: "url(#paint1_linear_134_83)", + }), + Rt("path", { + d: "M11.375 0.987476C11.2687 0.681226 10.9875 0.474976 10.6625 0.474976H5.39374C5.71874 0.474976 6.00624 0.681226 6.10624 0.987476L10.675 14.525C10.8062 14.9187 10.5937 15.3437 10.2 15.4812C10.125 15.5062 10.0437 15.5187 9.96249 15.5187H15.225C15.6375 15.5187 15.975 15.1812 15.975 14.7687C15.975 14.6875 15.9625 14.6062 15.9375 14.5312L11.375 0.987476Z", + fill: "url(#paint2_linear_134_83)", + }), + ], }), - 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", + yt("defs", { + children: [ + yt("linearGradient", { + id: "paint0_linear_134_83", + x1: "7.06165", + y1: "1.5934", + x2: "2.15561", + y2: "16.0871", + gradientUnits: "userSpaceOnUse", + children: [ + Rt("stop", { stopColor: "#114A8B" }), + Rt("stop", { offset: "1", stopColor: "#0669BC" }), + ], + }), + yt("linearGradient", { + id: "paint1_linear_134_83", + x1: "8.59416", + y1: "8.3476", + x2: "7.45922", + y2: "8.73131", + gradientUnits: "userSpaceOnUse", + children: [ + Rt("stop", { stopOpacity: "0.3" }), + Rt("stop", { offset: "0.071", stopOpacity: "0.2" }), + Rt("stop", { offset: "0.321", stopOpacity: "0.1" }), + Rt("stop", { offset: "0.623", stopOpacity: "0.05" }), + Rt("stop", { offset: "1", stopOpacity: "0" }), + ], + }), + yt("linearGradient", { + id: "paint2_linear_134_83", + x1: "8.00537", + y1: "1.15736", + x2: "13.3907", + y2: "15.5051", + gradientUnits: "userSpaceOnUse", + children: [ + Rt("stop", { stopColor: "#3CCBF4" }), + Rt("stop", { offset: "1", stopColor: "#2892DF" }), + ], + }), + Rt("clipPath", { + id: "clip0_134_83", + children: Rt("rect", { + width: "16", + height: "16", + fill: "white", + }), + }), + ], }), - ), - 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", + ], + }), + Sr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99855 1.29999L7.99997 1.29999C8.78907 1.29999 9.52149 1.51626 10.0756 1.91525C10.6333 2.31677 11.0333 2.92796 11.0333 3.66666C11.0333 4.83767 10.2536 6.03332 8.99997 6.03332C8.62661 6.03332 8.2402 5.94167 7.92415 5.74055C7.60373 5.53665 7.29997 5.17385 7.29997 4.66666C7.29997 4.28006 7.61337 3.96666 7.99997 3.96666C8.35362 3.96666 8.64602 4.22892 8.69329 4.56956C8.75014 4.59974 8.85636 4.63332 8.99997 4.63332C9.21296 4.63332 9.6333 4.36231 9.6333 3.66666C9.6333 3.47202 9.53329 3.24988 9.25762 3.0514C8.97856 2.85047 8.54456 2.70012 8.00066 2.69999C6.78112 2.70262 5.5998 3.12574 4.65592 3.898C3.71185 4.67042 3.06311 5.74484 2.81916 6.93999C2.77553 7.15372 2.63475 7.3349 2.43842 7.42999C2.33134 7.48185 2.24104 7.56282 2.17785 7.66363C2.11467 7.76444 2.08115 7.88101 2.08115 7.99999C2.08115 8.11896 2.11467 8.23553 2.17785 8.33634C2.24104 8.43716 2.33134 8.51813 2.43842 8.56999C2.63257 8.66402 2.77252 8.84231 2.81774 9.05324C3.07197 10.239 3.72512 11.3016 4.66822 12.064C5.61131 12.8263 6.7873 13.2421 7.99997 13.2421C9.21263 13.2421 10.3886 12.8263 11.3317 12.064C12.2748 11.3016 12.928 10.239 13.1822 9.05324C13.2274 8.84231 13.3674 8.66402 13.5615 8.56999C13.6686 8.51813 13.7589 8.43715 13.8221 8.33634C13.8853 8.23553 13.9188 8.11896 13.9188 7.99999C13.9188 7.88101 13.8853 7.76444 13.8221 7.66363C13.7589 7.56282 13.6686 7.48185 13.5615 7.42999C13.363 7.33384 13.2214 7.14974 13.1794 6.93319C13.0166 6.0933 12.6529 5.30531 12.1194 4.63652C11.8783 4.33431 11.9279 3.89387 12.2301 3.65278C12.5323 3.41169 12.9728 3.46124 13.2138 3.76346C13.8228 4.52682 14.2567 5.41304 14.4868 6.35947C14.6937 6.51098 14.871 6.70094 15.0083 6.92011C15.2112 7.24376 15.3188 7.61801 15.3188 7.99999C15.3188 8.38197 15.2112 8.75622 15.0083 9.07987C14.8694 9.30148 14.6897 9.49324 14.4798 9.64558C14.1175 11.0238 13.3242 12.2536 12.2118 13.1527C11.0196 14.1164 9.53296 14.6421 7.99997 14.6421C6.46697 14.6421 4.98034 14.1164 3.78813 13.1527C2.67572 12.2536 1.88241 11.0238 1.52013 9.64558C1.31024 9.49324 1.13052 9.30148 0.991609 9.07987C0.788747 8.75621 0.681152 8.38196 0.681152 7.99999C0.681152 7.61801 0.788747 7.24376 0.991609 6.92011C1.12975 6.69971 1.30826 6.50885 1.51666 6.35692C1.86798 4.96795 2.6563 3.72516 3.76938 2.81446C4.96283 1.83801 6.45656 1.3031 7.99855 1.29999ZM5.29997 7.99999C5.29997 7.61339 5.61337 7.29999 5.99997 7.29999H6.00663C6.39323 7.29999 6.70663 7.61339 6.70663 7.99999C6.70663 8.38659 6.39323 8.69999 6.00663 8.69999H5.99997C5.61337 8.69999 5.29997 8.38659 5.29997 7.99999ZM9.29997 7.99999C9.29997 7.61339 9.61337 7.29999 9.99997 7.29999H10.0066C10.3932 7.29999 10.7066 7.61339 10.7066 7.99999C10.7066 8.38659 10.3932 8.69999 10.0066 8.69999H9.99997C9.61337 8.69999 9.29997 8.38659 9.29997 7.99999ZM6.06639 10.3065C6.26529 9.975 6.69527 9.86751 7.02678 10.0664C7.238 10.1931 7.57701 10.3 7.99997 10.3C8.42292 10.3 8.76193 10.1931 8.97315 10.0664C9.30466 9.86751 9.73464 9.975 9.93354 10.3065C10.1324 10.638 10.025 11.068 9.69345 11.2669C9.238 11.5402 8.64368 11.7 7.99997 11.7C7.35625 11.7 6.76193 11.5402 6.30649 11.2669C5.97498 11.068 5.86748 10.638 6.06639 10.3065Z", + fill: "currentColor", + }), + }), + xr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.33334 2.03333C7.16537 2.03333 7.00428 2.10006 6.88551 2.21883C6.76673 2.3376 6.70001 2.49869 6.70001 2.66666V3.3H9.30001V2.66666C9.30001 2.49869 9.23328 2.3376 9.11451 2.21883C8.99574 2.10006 8.83465 2.03333 8.66667 2.03333H7.33334ZM10.7 3.30016V2.66666C10.7 2.12739 10.4858 1.6102 10.1045 1.22888C9.72313 0.847557 9.20595 0.633331 8.66667 0.633331H7.33334C6.79407 0.633331 6.27688 0.847557 5.89556 1.22888C5.51423 1.6102 5.30001 2.12739 5.30001 2.66666V3.30016C4.41916 3.30887 3.57626 3.66256 2.95275 4.28607C2.32138 4.91744 1.96667 5.77377 1.96667 6.66666V13.3333C1.96667 13.8726 2.1809 14.3898 2.56222 14.7711C2.94355 15.1524 3.46073 15.3667 4.00001 15.3667H12C12.5393 15.3667 13.0565 15.1524 13.4378 14.7711C13.8191 14.3898 14.0333 13.8726 14.0333 13.3333V6.66666C14.0333 5.77377 13.6786 4.91744 13.0473 4.28607C12.4238 3.66256 11.5809 3.30887 10.7 3.30016ZM5.33334 4.7C4.81175 4.7 4.31152 4.9072 3.9427 5.27602C3.57388 5.64484 3.36667 6.14507 3.36667 6.66666V13.3333C3.36667 13.5013 3.4334 13.6624 3.55217 13.7812C3.67095 13.8999 3.83204 13.9667 4.00001 13.9667H4.63334V10.6667C4.63334 10.1274 4.84757 9.6102 5.22889 9.22888C5.61021 8.84756 6.1274 8.63333 6.66667 8.63333H9.33334C9.87262 8.63333 10.3898 8.84756 10.7711 9.22888C11.1524 9.6102 11.3667 10.1274 11.3667 10.6667V13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.66666C12.6333 6.14507 12.4261 5.64484 12.0573 5.27602C11.6885 4.9072 11.1883 4.7 10.6667 4.7H5.33334ZM9.96667 13.9667V12.7H6.03334V13.9667H9.96667ZM6.03334 11.3H9.96667V10.6667C9.96667 10.4987 9.89995 10.3376 9.78118 10.2188C9.6624 10.1001 9.50131 10.0333 9.33334 10.0333H6.66667C6.4987 10.0333 6.33761 10.1001 6.21884 10.2188C6.10007 10.3376 6.03334 10.4987 6.03334 10.6667V11.3ZM4.63334 6.66666C4.63334 6.28006 4.94674 5.96666 5.33334 5.96666H10.6667C11.0533 5.96666 11.3667 6.28006 11.3667 6.66666C11.3667 7.05326 11.0533 7.36666 10.6667 7.36666H5.33334C4.94674 7.36666 4.63334 7.05326 4.63334 6.66666Z", + fill: "currentColor", + }), + }), + _r = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.00006 2.03654C7.66992 2.03654 7.34511 2.11964 7.05554 2.27819C6.76597 2.43674 6.52098 2.66563 6.34314 2.94377C6.18451 3.19185 5.88758 3.31414 5.60025 3.24972C5.27714 3.17728 4.94098 3.1876 4.62292 3.27971C4.30486 3.37183 4.01521 3.54276 3.78082 3.77665C3.54644 4.01055 3.3749 4.29984 3.28212 4.61771C3.18934 4.93557 3.17832 5.27171 3.25009 5.59497C3.31404 5.88308 3.19044 6.18036 2.94106 6.33818C2.66079 6.51555 2.42993 6.76093 2.26996 7.05148C2.10999 7.34204 2.0261 7.66833 2.0261 8.00001C2.0261 8.33169 2.10999 8.65799 2.26996 8.94854C2.42993 9.2391 2.66079 9.48447 2.94106 9.66185C3.19044 9.81967 3.31404 10.1169 3.25009 10.4051C3.17832 10.7283 3.18934 11.0645 3.28212 11.3823C3.3749 11.7002 3.54644 11.9895 3.78082 12.2234C4.01521 12.4573 4.30486 12.6282 4.62292 12.7203C4.94098 12.8124 5.27714 12.8227 5.60025 12.7503C5.88817 12.6858 6.18564 12.8087 6.34401 13.0576C6.52162 13.3368 6.76681 13.5667 7.05687 13.726C7.34693 13.8852 7.67248 13.9687 8.00339 13.9687C8.33429 13.9687 8.65985 13.8852 8.94991 13.726C9.23997 13.5667 9.48516 13.3368 9.66276 13.0576C9.82085 12.8091 10.1176 12.6862 10.4051 12.75C10.7284 12.8217 11.0645 12.8107 11.3824 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9849 12.6282 11.6952 12.7204 11.3771C12.8125 11.0591 12.8228 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81556 13.0563 9.65693C13.3344 9.47909 13.5633 9.23409 13.7219 8.94453C13.8804 8.65496 13.9635 8.33014 13.9635 8.00001C13.9635 7.66988 13.8804 7.34506 13.7219 7.0555C13.5633 6.76593 13.3344 6.52094 13.0563 6.3431C12.8081 6.18438 12.6858 5.88724 12.7504 5.5998C12.8232 5.2762 12.8129 4.93945 12.7206 4.62089C12.6282 4.30233 12.4568 4.01229 12.2223 3.77776C11.9878 3.54322 11.6977 3.37182 11.3792 3.27948C11.0606 3.18714 10.7239 3.17688 10.4003 3.24963C10.1128 3.31426 9.81568 3.19198 9.65697 2.94377C9.47913 2.66563 9.23414 2.43674 8.94457 2.27819C8.65501 2.11964 8.33019 2.03654 8.00006 2.03654ZM6.38317 1.05022C6.87887 0.7788 7.43492 0.636536 8.00006 0.636536C8.56519 0.636536 9.12124 0.7788 9.61694 1.05022C9.97489 1.24621 10.2931 1.50499 10.5569 1.81297C10.9636 1.77965 11.3744 1.82048 11.7689 1.93483C12.3143 2.0929 12.8108 2.38632 13.2123 2.78781C13.6137 3.18929 13.9072 3.6858 14.0652 4.23114C14.1796 4.62564 14.2204 5.03642 14.1871 5.4432C14.4951 5.70702 14.7539 6.02518 14.9499 6.38313C15.2213 6.87883 15.3635 7.43487 15.3635 8.00001C15.3635 8.56515 15.2213 9.1212 14.9499 9.61689C14.7538 9.97493 14.495 10.2932 14.1869 10.557C14.2199 10.963 14.1791 11.3729 14.0651 11.7666C13.9074 12.3111 13.6148 12.8069 13.2144 13.2082C12.814 13.6094 12.3188 13.903 11.7746 14.0619C11.3812 14.1767 10.9714 14.2184 10.5654 14.1862C10.3014 14.4958 9.98263 14.7561 9.6237 14.9532C9.12716 15.2258 8.56985 15.3687 8.00339 15.3687C7.43693 15.3687 6.87962 15.2258 6.38307 14.9532C6.02442 14.7562 5.70585 14.4963 5.442 14.1869C5.03639 14.2198 4.62684 14.179 4.23347 14.0651C3.68899 13.9074 3.19315 13.6148 2.79191 13.2144C2.39067 12.814 2.09703 12.3187 1.9382 11.7746C1.82346 11.3815 1.78177 10.9721 1.81378 10.5664C1.50288 10.3025 1.24151 9.98332 1.04355 9.62377C0.769702 9.12638 0.626099 8.56781 0.626099 8.00001C0.626099 7.43222 0.769702 6.87365 1.04355 6.37626C1.24151 6.0167 1.50288 5.69757 1.81378 5.4336C1.78177 5.02796 1.82346 4.61853 1.9382 4.22544C2.09703 3.6813 2.39067 3.18607 2.79191 2.78567C3.19315 2.38527 3.68899 2.09266 4.23347 1.93497C4.62718 1.82095 5.0371 1.78014 5.44306 1.81317C5.70691 1.50511 6.02514 1.24625 6.38317 1.05022ZM8.00006 4.63335C8.38665 4.63335 8.70006 4.94675 8.70006 5.33335V8.00001C8.70006 8.38661 8.38665 8.70001 8.00006 8.70001C7.61346 8.70001 7.30006 8.38661 7.30006 8.00001V5.33335C7.30006 4.94675 7.61346 4.63335 8.00006 4.63335ZM7.30006 10.6667C7.30006 10.2801 7.61346 9.96668 8.00006 9.96668H8.00672C8.39332 9.96668 8.70672 10.2801 8.70672 10.6667C8.70672 11.0533 8.39332 11.3667 8.00672 11.3667H8.00006C7.61346 11.3667 7.30006 11.0533 7.30006 10.6667Z", + fill: "currentColor", + }), + }), + Ar = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM7.99993 3.96668C8.38653 3.96668 8.69993 4.28008 8.69993 4.66668V4.71629C8.88545 4.75825 9.06801 4.81607 9.24557 4.88962C9.93027 5.17323 10.5023 5.67485 10.8728 6.31668C11.0661 6.65148 10.9514 7.0796 10.6166 7.2729C10.2818 7.4662 9.85368 7.35148 9.66038 7.01668C9.44392 6.64175 9.10979 6.34872 8.70981 6.18305C8.70652 6.18169 8.70323 6.18033 8.69993 6.17899V9.82104C8.70323 9.81969 8.70652 9.81834 8.70981 9.81698C9.10979 9.6513 9.44392 9.35827 9.66038 8.98335C9.85368 8.64854 10.2818 8.53383 10.6166 8.72713C10.9514 8.92043 11.0661 9.34854 10.8728 9.68335C10.5023 10.3252 9.93027 10.8268 9.24557 11.1104C9.06801 11.184 8.88545 11.2418 8.69993 11.2837V11.3333C8.69993 11.7199 8.38653 12.0333 7.99993 12.0333C7.61333 12.0333 7.29993 11.7199 7.29993 11.3333V11.3019C7.22822 11.2876 7.15682 11.271 7.08584 11.252C6.36998 11.0601 5.73741 10.6375 5.28624 10.0495C4.83508 9.46154 4.59053 8.74113 4.59053 8.00001C4.59053 7.25889 4.83508 6.53848 5.28624 5.95052C5.73741 5.36255 6.36998 4.93988 7.08584 4.74806C7.15682 4.72904 7.22822 4.7124 7.29993 4.69812V4.66668C7.29993 4.28008 7.61333 3.96668 7.99993 3.96668ZM7.29993 6.14642C6.9429 6.27302 6.62888 6.50051 6.39694 6.80278C6.13339 7.14625 5.99053 7.56708 5.99053 8.00001C5.99053 8.43294 6.13339 8.85378 6.39694 9.19724C6.62888 9.49952 6.9429 9.72701 7.29993 9.8536V6.14642Z", + fill: "currentColor", + }), + }), + Zr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM10.4949 6.1717C10.7683 6.44507 10.7683 6.88829 10.4949 7.16165L7.82824 9.82832C7.55487 10.1017 7.11166 10.1017 6.83829 9.82832L5.50496 8.49499C5.23159 8.22162 5.23159 7.7784 5.50496 7.50504C5.77833 7.23167 6.22154 7.23167 6.49491 7.50504L7.33327 8.3434L9.50496 6.1717C9.77833 5.89834 10.2215 5.89834 10.4949 6.1717Z", + fill: "currentColor", + }), + }), + Ir = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM7.99993 3.30001C8.38653 3.30001 8.69993 3.61341 8.69993 4.00001V4.63335H10.6666C11.0532 4.63335 11.3666 4.94675 11.3666 5.33335C11.3666 5.71994 11.0532 6.03335 10.6666 6.03335H8.69993V7.30001H9.33327C9.87254 7.30001 10.3897 7.51424 10.7711 7.89556C11.1524 8.27689 11.3666 8.79407 11.3666 9.33335C11.3666 9.87262 11.1524 10.3898 10.7711 10.7711C10.3897 11.1525 9.87254 11.3667 9.33327 11.3667H8.69993V12C8.69993 12.3866 8.38653 12.7 7.99993 12.7C7.61333 12.7 7.29993 12.3866 7.29993 12V11.3667H5.33327C4.94667 11.3667 4.63327 11.0533 4.63327 10.6667C4.63327 10.2801 4.94667 9.96668 5.33327 9.96668H7.29993V8.70001H6.6666C6.12733 8.70001 5.61014 8.48579 5.22882 8.10446C4.84749 7.72314 4.63327 7.20595 4.63327 6.66668C4.63327 6.1274 4.84749 5.61022 5.22882 5.2289C5.61014 4.84757 6.12733 4.63335 6.6666 4.63335H7.29993V4.00001C7.29993 3.61341 7.61333 3.30001 7.99993 3.30001ZM7.29993 6.03335H6.6666C6.49863 6.03335 6.33754 6.10007 6.21877 6.21884C6.09999 6.33762 6.03327 6.49871 6.03327 6.66668C6.03327 6.83465 6.09999 6.99574 6.21877 7.11451C6.33754 7.23329 6.49863 7.30001 6.6666 7.30001H7.29993V6.03335ZM8.69993 8.70001V9.96668H9.33327C9.50124 9.96668 9.66233 9.89995 9.7811 9.78118C9.89987 9.66241 9.9666 9.50132 9.9666 9.33335C9.9666 9.16537 9.89987 9.00428 9.7811 8.88551C9.66233 8.76674 9.50124 8.70001 9.33327 8.70001H8.69993Z", + fill: "currentColor", + }), + }), + kr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM6.80703 4.84186C7.4526 4.60343 8.15574 4.56857 8.82172 4.74197C9.48771 4.91537 10.0846 5.2887 10.5319 5.81168C10.7832 6.10547 10.7487 6.54734 10.4549 6.79863C10.1611 7.04992 9.71927 7.01547 9.46798 6.72168C9.20667 6.41618 8.85802 6.19809 8.46897 6.0968C8.07993 5.9955 7.66919 6.01587 7.29208 6.15515C6.91496 6.29443 6.58959 6.54594 6.35978 6.87579C6.26749 7.00826 6.1924 7.15081 6.13557 7.30001H7.99993C8.38653 7.30001 8.69993 7.61341 8.69993 8.00001C8.69993 8.38661 8.38653 8.70001 7.99993 8.70001H6.13557C6.1924 8.84922 6.26749 8.99177 6.35978 9.12424C6.58959 9.45409 6.91496 9.70559 7.29208 9.84487C7.66919 9.98415 8.07993 10.0045 8.46897 9.90323C8.85802 9.80193 9.20667 9.58385 9.46798 9.27835C9.71927 8.98456 10.1611 8.9501 10.4549 9.20139C10.7487 9.45268 10.7832 9.89456 10.5319 10.1883C10.0846 10.7113 9.48771 11.0847 8.82172 11.2581C8.15574 11.4315 7.4526 11.3966 6.80703 11.1582C6.16147 10.9197 5.60447 10.4892 5.21107 9.92453C4.95288 9.55392 4.77329 9.13722 4.68035 8.70001H4.6666C4.28 8.70001 3.9666 8.38661 3.9666 8.00001C3.9666 7.61341 4.28 7.30001 4.6666 7.30001H4.68035C4.77329 6.8628 4.95288 6.4461 5.21107 6.07549C5.60447 5.51083 6.16147 5.08029 6.80703 4.84186Z", + fill: "currentColor", + }), + }), + Or = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM8.16638 5.38241C7.86379 5.33051 7.5526 5.38737 7.28791 5.54293C7.02323 5.69848 6.82215 5.94269 6.72027 6.2323C6.59198 6.597 6.19234 6.78864 5.82764 6.66035C5.46295 6.53206 5.27131 6.13241 5.3996 5.76772C5.61119 5.16622 6.02884 4.65902 6.57856 4.33594C7.12828 4.01287 7.77461 3.89477 8.40306 4.00256C9.03151 4.11036 9.60153 4.43709 10.0122 4.9249C10.4227 5.41253 10.6474 6.02965 10.6466 6.66704C10.6464 7.70511 9.87711 8.38764 9.33489 8.74911C9.04245 8.94408 8.75499 9.08731 8.5434 9.18135C8.43661 9.22881 8.34664 9.26484 8.28173 9.28957C8.24922 9.30196 8.22283 9.31157 8.20357 9.31842L8.18009 9.32664L8.17256 9.32921L8.16989 9.33011L8.16883 9.33047L8.16837 9.33062C8.16816 9.33069 8.16796 9.33076 7.9466 8.66668M10.6466 6.66704C10.6466 6.66727 10.6466 6.6675 10.6466 6.66772L9.9466 6.66668H10.6466C10.6466 6.6668 10.6466 6.66692 10.6466 6.66704ZM7.29993 11.3333C7.29993 10.9467 7.61333 10.6333 7.99993 10.6333H8.0066C8.3932 10.6333 8.7066 10.9467 8.7066 11.3333C8.7066 11.7199 8.3932 12.0333 8.0066 12.0333H7.99993C7.61333 12.0333 7.29993 11.7199 7.29993 11.3333Z", + fill: "currentColor", + }), + }), + Br = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502Z", + fill: "currentColor", + }), + }), + Dr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM4.63327 5.33335C4.63327 4.94675 4.94667 4.63335 5.33327 4.63335H10.6666C11.0532 4.63335 11.3666 4.94675 11.3666 5.33335C11.3666 5.71994 11.0532 6.03335 10.6666 6.03335H8.73247C9.00539 6.41255 9.19612 6.84412 9.29304 7.30001H10.6666C11.0532 7.30001 11.3666 7.61341 11.3666 8.00001C11.3666 8.38661 11.0532 8.70001 10.6666 8.70001H9.29304C9.15873 9.3318 8.84425 9.91688 8.38053 10.3806C8.32875 10.4324 8.27546 10.4823 8.22076 10.5303L8.80388 10.6469C9.18297 10.7228 9.42882 11.0915 9.35301 11.4706C9.27719 11.8497 8.90841 12.0956 8.52932 12.0198L5.19599 11.3531C4.84309 11.2825 4.60121 10.9558 4.63667 10.5977C4.67214 10.2396 4.97338 9.96668 5.33327 9.96668H5.99993C6.52153 9.96668 7.02176 9.75948 7.39058 9.39066C7.58859 9.19264 7.74002 8.95675 7.83781 8.70001H5.33327C4.94667 8.70001 4.63327 8.38661 4.63327 8.00001C4.63327 7.61341 4.94667 7.30001 5.33327 7.30001H7.83781C7.74002 7.04327 7.58859 6.80738 7.39058 6.60937C7.02176 6.24055 6.52153 6.03335 5.99993 6.03335H5.33327C4.94667 6.03335 4.63327 5.71994 4.63327 5.33335Z", + fill: "currentColor", + }), + }), + Pr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8 2.03652C7.66987 2.03652 7.34505 2.11963 7.05549 2.27817C6.76592 2.43672 6.52093 2.66562 6.34309 2.94375C6.18446 3.19184 5.88753 3.31413 5.6002 3.24971C5.27709 3.17727 4.94092 3.18758 4.62287 3.2797C4.30481 3.37181 4.01516 3.54274 3.78077 3.77664C3.54638 4.01053 3.37485 4.29983 3.28207 4.61769C3.18929 4.93556 3.17827 5.2717 3.25003 5.59496C3.31399 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42988 6.76091 2.2699 7.05147C2.10993 7.34202 2.02605 7.66831 2.02605 8C2.02605 8.33168 2.10993 8.65797 2.2699 8.94853C2.42988 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31399 10.1169 3.25003 10.405C3.17827 10.7283 3.18929 11.0644 3.28207 11.3823C3.37485 11.7002 3.54638 11.9895 3.78077 12.2234C4.01516 12.4573 4.30481 12.6282 4.62287 12.7203C4.94092 12.8124 5.27709 12.8227 5.6002 12.7503C5.88811 12.6857 6.18559 12.8087 6.34396 13.0576C6.52157 13.3368 6.76676 13.5667 7.05681 13.7259C7.34687 13.8852 7.67243 13.9687 8.00333 13.9687C8.33424 13.9687 8.6598 13.8852 8.94985 13.7259C9.23991 13.5667 9.4851 13.3368 9.66271 13.0576C9.82079 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6858 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2223 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81563 3.19197 9.65692 2.94375C9.47908 2.66562 9.23408 2.43672 8.94452 2.27817C8.65495 2.11963 8.33013 2.03652 8 2.03652ZM6.38312 1.0502C6.87882 0.778785 7.43486 0.63652 8 0.63652C8.56514 0.63652 9.12119 0.778785 9.61689 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9074 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98258 14.7561 9.62365 14.9531C9.12711 15.2258 8.5698 15.3687 8.00333 15.3687C7.43687 15.3687 6.87956 15.2258 6.38302 14.9531C6.02437 14.7562 5.7058 14.4962 5.44195 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68894 13.9074 3.1931 13.6147 2.79186 13.2143C2.39062 12.8139 2.09697 12.3187 1.93815 11.7746C1.82341 11.3815 1.78171 10.9721 1.81372 10.5664C1.50283 10.3024 1.24146 9.9833 1.0435 9.62375C0.769649 9.12636 0.626045 8.56779 0.626045 8C0.626045 7.4322 0.769649 6.87363 1.0435 6.37624C1.24146 6.01669 1.50283 5.69755 1.81372 5.43359C1.78171 5.02794 1.82341 4.61852 1.93815 4.22542C2.09697 3.68128 2.39062 3.18605 2.79186 2.78565C3.1931 2.38525 3.68894 2.09264 4.23341 1.93496C4.62713 1.82093 5.03705 1.78013 5.44301 1.81316C5.70686 1.50509 6.02509 1.24624 6.38312 1.0502ZM7.3 5.33333C7.3 4.94673 7.6134 4.63333 8 4.63333H8.00667C8.39327 4.63333 8.70667 4.94673 8.70667 5.33333C8.70667 5.71993 8.39327 6.03333 8.00667 6.03333H8C7.6134 6.03333 7.3 5.71993 7.3 5.33333ZM8 7.3C8.3866 7.3 8.7 7.6134 8.7 8V10.6667C8.7 11.0533 8.3866 11.3667 8 11.3667C7.6134 11.3667 7.3 11.0533 7.3 10.6667V8C7.3 7.6134 7.6134 7.3 8 7.3Z", + fill: "currentColor", + }), + }), + Fr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8 2.03652C7.66987 2.03652 7.34505 2.11963 7.05548 2.27817C6.76592 2.43672 6.52092 2.66562 6.34308 2.94375C6.18446 3.19184 5.88753 3.31413 5.6002 3.24971C5.27709 3.17727 4.94092 3.18758 4.62287 3.2797C4.30481 3.37181 4.01516 3.54274 3.78077 3.77664C3.54638 4.01053 3.37485 4.29983 3.28207 4.61769C3.18929 4.93556 3.17827 5.2717 3.25003 5.59496C3.31399 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10993 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10993 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31399 10.1169 3.25003 10.405C3.17827 10.7283 3.18929 11.0644 3.28207 11.3823C3.37485 11.7002 3.54638 11.9895 3.78077 12.2234C4.01516 12.4573 4.30481 12.6282 4.62287 12.7203C4.94092 12.8124 5.27709 12.8227 5.6002 12.7503C5.88811 12.6857 6.18559 12.8087 6.34396 13.0576C6.52157 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67243 13.9687 8.00333 13.9687C8.33424 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.4851 13.3368 9.66271 13.0576C9.82079 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6858 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2223 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81563 3.19197 9.65692 2.94375C9.47908 2.66562 9.23408 2.43672 8.94452 2.27817C8.65495 2.11963 8.33013 2.03652 8 2.03652ZM6.38312 1.0502C6.87881 0.778785 7.43486 0.63652 8 0.63652C8.56514 0.63652 9.12119 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9074 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98258 14.7561 9.62365 14.9531C9.1271 15.2258 8.5698 15.3687 8.00333 15.3687C7.43687 15.3687 6.87956 15.2258 6.38302 14.9531C6.02437 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68894 13.9074 3.1931 13.6147 2.79186 13.2143C2.39062 12.8139 2.09697 12.3187 1.93814 11.7746C1.82341 11.3815 1.78171 10.9721 1.81372 10.5664C1.50283 10.3024 1.24146 9.9833 1.0435 9.62375C0.769647 9.12636 0.626043 8.56779 0.626043 8C0.626043 7.4322 0.769647 6.87363 1.0435 6.37624C1.24146 6.01669 1.50283 5.69755 1.81372 5.43359C1.78171 5.02794 1.82341 4.61852 1.93814 4.22542C2.09697 3.68128 2.39062 3.18605 2.79186 2.78565C3.1931 2.38525 3.68894 2.09264 4.23341 1.93496C4.62712 1.82093 5.03705 1.78013 5.443 1.81316C5.70686 1.50509 6.02509 1.24624 6.38312 1.0502ZM5.50502 4.83836C5.77839 4.56499 6.22161 4.56499 6.49497 4.83836L8 6.34338L9.50502 4.83836C9.77839 4.56499 10.2216 4.56499 10.495 4.83836C10.7683 5.11172 10.7683 5.55494 10.495 5.8283L9.02328 7.3H10C10.3866 7.3 10.7 7.6134 10.7 8C10.7 8.3866 10.3866 8.7 10 8.7H8.7V9.96666H10C10.3866 9.96666 10.7 10.2801 10.7 10.6667C10.7 11.0533 10.3866 11.3667 10 11.3667H8.7V12C8.7 12.3866 8.3866 12.7 8 12.7C7.6134 12.7 7.3 12.3866 7.3 12V11.3667H6C5.6134 11.3667 5.3 11.0533 5.3 10.6667C5.3 10.2801 5.6134 9.96666 6 9.96666H7.3V8.7H6C5.6134 8.7 5.3 8.3866 5.3 8C5.3 7.6134 5.6134 7.3 6 7.3H6.97672L5.50502 5.8283C5.23166 5.55494 5.23166 5.11172 5.50502 4.83836Z", + fill: "currentColor", + }), + }), + Ur = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8 2.03652C7.66987 2.03652 7.34505 2.11963 7.05549 2.27817C6.76592 2.43672 6.52093 2.66562 6.34309 2.94375C6.18446 3.19184 5.88753 3.31413 5.6002 3.24971C5.27709 3.17727 4.94092 3.18758 4.62287 3.2797C4.30481 3.37181 4.01516 3.54274 3.78077 3.77664C3.54638 4.01053 3.37485 4.29983 3.28207 4.61769C3.18929 4.93556 3.17827 5.2717 3.25003 5.59496C3.31399 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42988 6.76091 2.2699 7.05147C2.10993 7.34202 2.02605 7.66831 2.02605 8C2.02605 8.33168 2.10993 8.65797 2.2699 8.94853C2.42988 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31399 10.1169 3.25003 10.405C3.17827 10.7283 3.18929 11.0644 3.28207 11.3823C3.37485 11.7002 3.54638 11.9895 3.78077 12.2234C4.01516 12.4573 4.30481 12.6282 4.62287 12.7203C4.94092 12.8124 5.27709 12.8227 5.6002 12.7503C5.88811 12.6857 6.18559 12.8087 6.34396 13.0576C6.52157 13.3368 6.76676 13.5667 7.05681 13.7259C7.34687 13.8852 7.67243 13.9687 8.00333 13.9687C8.33424 13.9687 8.6598 13.8852 8.94985 13.7259C9.23991 13.5667 9.4851 13.3368 9.66271 13.0576C9.82079 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6858 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2223 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81563 3.19197 9.65692 2.94375C9.47908 2.66562 9.23408 2.43672 8.94452 2.27817C8.65495 2.11963 8.33013 2.03652 8 2.03652ZM6.38312 1.0502C6.87882 0.778785 7.43486 0.63652 8 0.63652C8.56514 0.63652 9.12119 0.778785 9.61689 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9074 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98258 14.7561 9.62365 14.9531C9.12711 15.2258 8.5698 15.3687 8.00333 15.3687C7.43687 15.3687 6.87956 15.2258 6.38302 14.9531C6.02437 14.7562 5.7058 14.4962 5.44195 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68894 13.9074 3.1931 13.6147 2.79186 13.2143C2.39062 12.8139 2.09697 12.3187 1.93815 11.7746C1.82341 11.3815 1.78171 10.9721 1.81372 10.5664C1.50283 10.3024 1.24146 9.9833 1.0435 9.62375C0.769649 9.12636 0.626045 8.56779 0.626045 8C0.626045 7.4322 0.769649 6.87363 1.0435 6.37624C1.24146 6.01669 1.50283 5.69755 1.81372 5.43359C1.78171 5.02794 1.82341 4.61852 1.93815 4.22542C2.09697 3.68128 2.39062 3.18605 2.79186 2.78565C3.1931 2.38525 3.68894 2.09264 4.23341 1.93496C4.62713 1.82093 5.03705 1.78013 5.44301 1.81316C5.70686 1.50509 6.02509 1.24624 6.38312 1.0502ZM4.63334 8C4.63334 7.6134 4.94674 7.3 5.33333 7.3H10.6667C11.0533 7.3 11.3667 7.6134 11.3667 8C11.3667 8.3866 11.0533 8.7 10.6667 8.7H5.33333C4.94674 8.7 4.63334 8.3866 4.63334 8Z", + fill: "currentColor", + }), + }), + Gr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM5.99999 6.7C5.61339 6.7 5.29999 6.3866 5.29999 6C5.29999 5.6134 5.61339 5.3 5.99999 5.3H6.00666C6.39326 5.3 6.70666 5.6134 6.70666 6C6.70666 6.3866 6.39326 6.7 6.00666 6.7H5.99999ZM9.50502 5.50502C9.77839 5.23166 10.2216 5.23166 10.495 5.50502C10.7683 5.77839 10.7683 6.2216 10.495 6.49497L6.49497 10.495C6.2216 10.7683 5.77839 10.7683 5.50502 10.495C5.23165 10.2216 5.23165 9.77839 5.50502 9.50502L9.50502 5.50502ZM10.0067 10.7H9.99999C9.61339 10.7 9.29999 10.3866 9.29999 10C9.29999 9.6134 9.61339 9.3 9.99999 9.3H10.0067C10.3933 9.3 10.7067 9.6134 10.7067 10C10.7067 10.3866 10.3933 10.7 10.0067 10.7Z", + fill: "currentColor", + }), + }), + zr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM7.99999 4.63333C8.38659 4.63333 8.69999 4.94673 8.69999 5.33333V7.3H10.6667C11.0533 7.3 11.3667 7.6134 11.3667 8C11.3667 8.3866 11.0533 8.7 10.6667 8.7H8.69999V10.6667C8.69999 11.0533 8.38659 11.3667 7.99999 11.3667C7.61339 11.3667 7.29999 11.0533 7.29999 10.6667V8.7H5.33333C4.94673 8.7 4.63333 8.3866 4.63333 8C4.63333 7.6134 4.94673 7.3 5.33333 7.3H7.29999V5.33333C7.29999 4.94673 7.61339 4.63333 7.99999 4.63333Z", + fill: "currentColor", + }), + }), + $r = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM8.33333 5.36666C8.07695 5.36666 7.83108 5.46851 7.64979 5.64979C7.46851 5.83108 7.36666 6.07695 7.36666 6.33333V7.3H7.99999C8.38659 7.3 8.69999 7.6134 8.69999 8C8.69999 8.3866 8.38659 8.7 7.99999 8.7H7.36666V9.96666H9.99999C10.3866 9.96666 10.7 10.2801 10.7 10.6667C10.7 11.0533 10.3866 11.3667 9.99999 11.3667H5.33333C4.94673 11.3667 4.63333 11.0533 4.63333 10.6667C4.63333 10.2801 4.94673 9.96666 5.33333 9.96666H5.96666V8.7H5.33333C4.94673 8.7 4.63333 8.3866 4.63333 8C4.63333 7.6134 4.94673 7.3 5.33333 7.3H5.96666V6.33333C5.96666 5.70565 6.21601 5.10368 6.65984 4.65984C7.10368 4.21601 7.70565 3.96666 8.33333 3.96666C8.96101 3.96666 9.56298 4.21601 10.0068 4.65984C10.4506 5.10368 10.7 5.70565 10.7 6.33333C10.7 6.71993 10.3866 7.03333 9.99999 7.03333C9.61339 7.03333 9.29999 6.71993 9.29999 6.33333C9.29999 6.07695 9.19815 5.83108 9.01686 5.64979C8.83558 5.46851 8.5897 5.36666 8.33333 5.36666Z", + fill: "currentColor", + }), + }), + Wr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM6.63333 5.33333C6.63333 4.94673 6.94673 4.63333 7.33333 4.63333H9.33333C9.8726 4.63333 10.3898 4.84756 10.7711 5.22888C11.1524 5.6102 11.3667 6.12739 11.3667 6.66666C11.3667 7.20594 11.1524 7.72312 10.7711 8.10445C10.3898 8.48577 9.8726 8.7 9.33333 8.7H8.03333V9.96666H9.33333C9.71993 9.96666 10.0333 10.2801 10.0333 10.6667C10.0333 11.0533 9.71993 11.3667 9.33333 11.3667H8.03255C8.01515 11.7378 7.70875 12.0333 7.33333 12.0333C6.9579 12.0333 6.65151 11.7378 6.63411 11.3667H5.99999C5.61339 11.3667 5.29999 11.0533 5.29999 10.6667C5.29999 10.2801 5.61339 9.96666 5.99999 9.96666H6.63333V8.7H5.99999C5.61339 8.7 5.29999 8.3866 5.29999 8C5.29999 7.6134 5.61339 7.3 5.99999 7.3H6.63333V5.33333ZM8.03333 7.3H9.33333C9.5013 7.3 9.66239 7.23327 9.78116 7.1145C9.89993 6.99572 9.96666 6.83463 9.96666 6.66666C9.96666 6.49869 9.89993 6.3376 9.78116 6.21883C9.66239 6.10006 9.5013 6.03333 9.33333 6.03333H8.03333V7.3Z", + fill: "currentColor", + }), + }), + jr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM6.63333 5.33333C6.63333 4.94673 6.94673 4.63333 7.33333 4.63333H9.99999C10.3866 4.63333 10.7 4.94673 10.7 5.33333C10.7 5.71993 10.3866 6.03333 9.99999 6.03333H8.03333V7.3H9.33333C9.71993 7.3 10.0333 7.6134 10.0333 8C10.0333 8.3866 9.71993 8.7 9.33333 8.7H8.03333V9.96666H8.66666C9.05326 9.96666 9.36666 10.2801 9.36666 10.6667C9.36666 11.0533 9.05326 11.3667 8.66666 11.3667H8.03255C8.01515 11.7378 7.70875 12.0333 7.33333 12.0333C6.9579 12.0333 6.65151 11.7378 6.63411 11.3667H5.99999C5.61339 11.3667 5.29999 11.0533 5.29999 10.6667C5.29999 10.2801 5.61339 9.96666 5.99999 9.96666H6.63333V5.33333Z", + fill: "currentColor", + }), + }), + qr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM5.50502 5.50502C5.77839 5.23166 6.2216 5.23166 6.49497 5.50502L7.99999 7.01005L9.50502 5.50502C9.77839 5.23166 10.2216 5.23166 10.495 5.50502C10.7683 5.77839 10.7683 6.2216 10.495 6.49497L8.98994 8L10.495 9.50502C10.7683 9.77839 10.7683 10.2216 10.495 10.495C10.2216 10.7683 9.77839 10.7683 9.50502 10.495L7.99999 8.98995L6.49497 10.495C6.2216 10.7683 5.77839 10.7683 5.50502 10.495C5.23165 10.2216 5.23165 9.77839 5.50502 9.50502L7.01004 8L5.50502 6.49497C5.23165 6.2216 5.23165 5.77839 5.50502 5.50502Z", + fill: "currentColor", + }), + }), + Yr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.89558 1.22888C8.2769 0.847557 8.79409 0.633331 9.33336 0.633331H10C10.5393 0.633331 11.0565 0.847557 11.4378 1.22888C11.8191 1.6102 12.0334 2.12739 12.0334 2.66666V3.3H13.3334C14.0882 3.3 14.7 3.91188 14.7 4.66666V8.66666C14.7 9.42145 14.0882 10.0333 13.3334 10.0333H6.00003C5.24524 10.0333 4.63336 9.42145 4.63336 8.66666V4.66666C4.63336 3.91188 5.24524 3.3 6.00003 3.3H7.30003V2.66666C7.30003 2.12739 7.51425 1.6102 7.89558 1.22888ZM7.30003 4.7H6.03336V8.63333H7.30003V4.7ZM8.70003 8.63333V4.7H10.6334V8.63333H8.70003ZM12.0334 8.63333H13.3V4.7H12.0334V8.63333ZM10.6334 3.3H8.70003V2.66666C8.70003 2.49869 8.76675 2.3376 8.88553 2.21883C9.0043 2.10006 9.16539 2.03333 9.33336 2.03333H10C10.168 2.03333 10.3291 2.10006 10.4479 2.21883C10.5666 2.3376 10.6334 2.49869 10.6334 2.66666V3.3ZM0.633362 3.33333C0.633362 2.94673 0.946762 2.63333 1.33336 2.63333C1.87264 2.63333 2.38982 2.84756 2.77115 3.22888C3.15247 3.6102 3.3667 4.12739 3.3667 4.66666V10.6667C3.3667 10.8346 3.43342 10.9957 3.55219 11.1145C3.67097 11.2333 3.83206 11.3 4.00003 11.3H14.6667C15.0533 11.3 15.3667 11.6134 15.3667 12C15.3667 12.3866 15.0533 12.7 14.6667 12.7H13.9328C13.9981 12.8993 14.0334 13.1122 14.0334 13.3333C14.0334 14.4563 13.123 15.3667 12 15.3667C10.877 15.3667 9.96669 14.4563 9.96669 13.3333C9.96669 13.1122 10.002 12.8993 10.0673 12.7H7.93279C7.99806 12.8993 8.03336 13.1122 8.03336 13.3333C8.03336 14.4563 7.12301 15.3667 6.00003 15.3667C4.87705 15.3667 3.9667 14.4563 3.9667 13.3333C3.9667 13.1122 4.00199 12.8993 4.06727 12.7H4.00003C3.46075 12.7 2.94357 12.4858 2.56224 12.1044C2.18092 11.7231 1.9667 11.2059 1.9667 10.6667V4.66666C1.9667 4.49869 1.89997 4.3376 1.7812 4.21883C1.66242 4.10006 1.50133 4.03333 1.33336 4.03333C0.946762 4.03333 0.633362 3.71993 0.633362 3.33333ZM6.00003 12.7C5.65025 12.7 5.36669 12.9836 5.36669 13.3333C5.36669 13.6831 5.65025 13.9667 6.00003 13.9667C6.34981 13.9667 6.63336 13.6831 6.63336 13.3333C6.63336 12.9836 6.34981 12.7 6.00003 12.7ZM12 12.7C11.6502 12.7 11.3667 12.9836 11.3667 13.3333C11.3667 13.6831 11.6502 13.9667 12 13.9667C12.3498 13.9667 12.6334 13.6831 12.6334 13.3333C12.6334 12.9836 12.3498 12.7 12 12.7Z", + fill: "currentColor", + }), + }), + Kr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99996 1.30005C8.38656 1.30005 8.69996 1.61345 8.69996 2.00005V2.89165C9.95753 3.46404 11.5944 3.96356 12.6568 3.96662C12.6601 3.96658 12.6634 3.96655 12.6666 3.96655C12.6702 3.96655 12.6738 3.96658 12.6774 3.96663H14C14.3866 3.96663 14.7 4.28003 14.7 4.66663C14.7 5.05323 14.3866 5.36663 14 5.36663H13.3666V5.39167C14.5185 5.70001 15.3666 6.75098 15.3666 8.00005C15.3666 9.49122 14.1578 10.7 12.6666 10.7C11.1755 10.7 9.96664 9.49122 9.96664 8.00005C9.96664 6.75098 10.8148 5.70001 11.9666 5.39167V5.32159C10.9309 5.19764 9.72885 4.83281 8.69996 4.41499V13.3H11.3333C11.7199 13.3 12.0333 13.6134 12.0333 14C12.0333 14.3866 11.7199 14.7 11.3333 14.7L7.99996 14.7L4.66664 14.7C4.28005 14.7 3.96664 14.3866 3.96664 14C3.96664 13.6134 4.28005 13.3 4.66664 13.3H7.29996V4.41499C6.27108 4.83281 5.06899 5.19763 4.0333 5.32159V6.72493C5.18512 7.03326 6.0333 8.08423 6.0333 9.3333C6.0333 10.8245 4.82447 12.0333 3.3333 12.0333C1.84213 12.0333 0.633301 10.8245 0.633301 9.3333C0.633301 8.08423 1.48148 7.03326 2.6333 6.72493V5.36663H1.99996C1.61336 5.36663 1.29996 5.05323 1.29996 4.66663C1.29996 4.28003 1.61336 3.96663 1.99996 3.96663H3.32251L3.3333 3.96655L3.34311 3.96662C4.40559 3.96355 6.0424 3.46404 7.29996 2.89165V2.00005C7.29996 1.61345 7.61336 1.30005 7.99996 1.30005ZM12.6666 6.70005C11.9487 6.70005 11.3666 7.28208 11.3666 8.00005C11.3666 8.71802 11.9487 9.30005 12.6666 9.30005C13.3846 9.30005 13.9666 8.71802 13.9666 8.00005C13.9666 7.28208 13.3846 6.70005 12.6666 6.70005ZM3.3333 8.0333C2.61533 8.0333 2.0333 8.61533 2.0333 9.3333C2.0333 10.0513 2.61533 10.6333 3.3333 10.6333C4.05127 10.6333 4.6333 10.0513 4.6333 9.3333C4.6333 8.61533 4.05127 8.0333 3.3333 8.0333Z", + fill: "currentColor", + }), + }), + Xr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.76672 3.7133C9.24853 5.20677 9.18262 6.71955 8.68422 8.07492C9.03621 8.3575 9.35552 8.70421 9.63141 9.11922C10.0795 8.97127 10.5496 8.89656 11.0237 8.89906C11.2044 8.19693 11.3 7.44714 11.3 6.66666C11.3 5.95427 11.0345 4.72784 10.5128 3.68916C9.96723 2.6028 9.30971 2.03333 8.6667 2.03333C8.63958 2.03333 8.62281 2.03589 8.61403 2.03783C8.6023 2.05572 8.57056 2.115 8.55199 2.25171C8.50578 2.59197 8.57966 3.12352 8.76672 3.7133ZM12.4037 9.13054C12.5985 8.34106 12.7 7.51232 12.7 6.66666C12.7 5.71239 12.3723 4.27216 11.7639 3.06084C11.1795 1.89719 10.1704 0.633331 8.6667 0.633331C8.24493 0.633331 7.86185 0.782057 7.58156 1.09104C7.32095 1.37834 7.20882 1.73866 7.16473 2.06329C7.07765 2.70439 7.22027 3.46887 7.43284 4.13847L7.43283 4.13847L7.43389 4.14176C7.78587 5.23182 7.76793 6.35113 7.44072 7.37777C7.12803 7.26443 6.80309 7.18575 6.47067 7.1399C5.07568 6.94748 3.58743 7.3343 2.3194 8.05889C1.98374 8.2507 1.86712 8.6783 2.05892 9.01396C2.25073 9.34962 2.67833 9.46624 3.01399 9.27443C4.07929 8.66569 5.25771 8.38585 6.27938 8.52677C6.47245 8.5534 6.66125 8.59507 6.84426 8.65316C6.08188 9.85739 4.83807 10.8138 3.24752 11.2518L3.24549 11.2523C3.08456 11.2972 2.93137 11.3372 2.78291 11.3756C2.76486 11.3803 2.74683 11.385 2.72882 11.3896C2.60076 11.4228 2.47393 11.4556 2.35471 11.4883C2.08913 11.5611 1.81113 11.6464 1.56606 11.7698C1.3111 11.8981 1.05733 12.0845 0.877131 12.3769C0.697864 12.6678 0.633362 12.9955 0.633362 13.3333C0.633362 13.8781 0.857707 14.3202 1.22752 14.6363C1.56914 14.9283 2.00292 15.087 2.41182 15.1819C3.20892 15.3668 4.19273 15.3667 4.96229 15.3667L5.0067 15.3667C8.33347 15.3667 10.8118 13.3036 11.9713 10.4623C12.1812 10.535 12.3831 10.6313 12.573 10.7499C13.0075 11.0215 13.3643 11.401 13.6086 11.8515C13.8529 12.302 13.9763 12.8081 13.9668 13.3204C13.9597 13.7069 14.2672 14.0261 14.6538 14.0332C15.0403 14.0403 15.3594 13.7328 15.3666 13.3462C15.3805 12.5921 15.1988 11.8472 14.8393 11.1842C14.4798 10.5211 13.9546 9.9625 13.315 9.56274C13.0278 9.38322 12.7218 9.23849 12.4037 9.13054ZM10.5022 10.3412C10.2072 10.3915 9.92032 10.4863 9.65166 10.6234C9.48541 10.7083 9.29213 10.7233 9.1148 10.665C8.93746 10.6067 8.79074 10.48 8.70726 10.313C8.51931 9.93715 8.29509 9.62742 8.04253 9.37668C7.09102 10.8869 5.54585 12.0708 3.62022 12.6013C3.44652 12.6496 3.28319 12.6923 3.1339 12.7309C3.11533 12.7357 3.09703 12.7405 3.079 12.7451C2.94968 12.7786 2.8337 12.8086 2.72514 12.8384C2.47135 12.908 2.30809 12.9636 2.19566 13.0202C2.09346 13.0717 2.07327 13.1044 2.06901 13.1114L2.06897 13.1114C2.06386 13.1197 2.03336 13.1712 2.03336 13.3333C2.03336 13.4553 2.06818 13.5131 2.13712 13.572C2.23425 13.6551 2.4188 13.7463 2.72824 13.8181C3.35239 13.9629 4.18255 13.9667 5.0067 13.9667C7.48097 13.9667 9.46227 12.5183 10.5022 10.3412Z", + fill: "currentColor", + }), + }), + Qr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.31494 4.30486C2.51238 5.32105 2.03336 6.60458 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C9.39544 13.9667 10.679 13.4876 11.6952 12.6851L3.31494 4.30486ZM2.64901 2.93693C1.3996 4.25695 0.633362 6.03899 0.633362 8C0.633362 12.0685 3.93153 15.3667 8.00003 15.3667C9.96104 15.3667 11.7431 14.6004 13.0631 13.351C13.1225 13.3193 13.1783 13.2784 13.2283 13.2283C13.2784 13.1782 13.3193 13.1225 13.351 13.0631C14.6005 11.743 15.3667 9.96101 15.3667 8C15.3667 3.9315 12.0685 0.633331 8.00003 0.633331C6.03902 0.633331 4.25698 1.39957 2.93696 2.64898C2.87757 2.68071 2.8218 2.72161 2.77172 2.77169C2.72164 2.82177 2.68074 2.87754 2.64901 2.93693ZM4.30489 3.31491L12.6851 11.6951C13.4877 10.6789 13.9667 9.39541 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333C6.60461 2.03333 5.32108 2.51235 4.30489 3.31491Z", + fill: "currentColor", + }), + }), + Jr = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.6667 4.7C2.31691 4.7 2.03336 4.98356 2.03336 5.33334V10.6667C2.03336 11.0164 2.31691 11.3 2.6667 11.3H13.3334C13.6831 11.3 13.9667 11.0165 13.9667 10.6667V5.33334C13.9667 4.98356 13.6831 4.7 13.3334 4.7H2.6667ZM0.633362 5.33334C0.633362 4.21036 1.54372 3.3 2.6667 3.3H13.3334C14.4563 3.3 15.3667 4.21036 15.3667 5.33334V10.6667C15.3667 11.7896 14.4563 12.7 13.3334 12.7H2.6667C1.54372 12.7 0.633362 11.7896 0.633362 10.6667V5.33334ZM8.00003 7.36667C7.65025 7.36667 7.36669 7.65022 7.36669 8C7.36669 8.34978 7.65025 8.63334 8.00003 8.63334C8.34981 8.63334 8.63336 8.34978 8.63336 8C8.63336 7.65022 8.34981 7.36667 8.00003 7.36667ZM5.96669 8C5.96669 6.87702 6.87705 5.96667 8.00003 5.96667C9.12301 5.96667 10.0334 6.87702 10.0334 8C10.0334 9.12298 9.12301 10.0333 8.00003 10.0333C6.87705 10.0333 5.96669 9.12298 5.96669 8ZM3.30003 8C3.30003 7.6134 3.61343 7.3 4.00003 7.3H4.0067C4.39329 7.3 4.7067 7.6134 4.7067 8C4.7067 8.3866 4.39329 8.7 4.0067 8.7H4.00003C3.61343 8.7 3.30003 8.3866 3.30003 8ZM11.3 8C11.3 7.6134 11.6134 7.3 12 7.3H12.0067C12.3933 7.3 12.7067 7.6134 12.7067 8C12.7067 8.3866 12.3933 8.7 12.0067 8.7H12C11.6134 8.7 11.3 8.3866 11.3 8Z", + fill: "currentColor", + }), + }), + eo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99999 1.96666C8.38659 1.96666 8.69999 2.28006 8.69999 2.66666V13.3333C8.69999 13.7199 8.38659 14.0333 7.99999 14.0333C7.61339 14.0333 7.29999 13.7199 7.29999 13.3333V2.66666C7.29999 2.28006 7.61339 1.96666 7.99999 1.96666ZM12 5.96666C12.3866 5.96666 12.7 6.28006 12.7 6.66666V13.3333C12.7 13.7199 12.3866 14.0333 12 14.0333C11.6134 14.0333 11.3 13.7199 11.3 13.3333V6.66666C11.3 6.28006 11.6134 5.96666 12 5.96666ZM3.99999 8.63333C4.38659 8.63333 4.69999 8.94673 4.69999 9.33333V13.3333C4.69999 13.7199 4.38659 14.0333 3.99999 14.0333C3.61339 14.0333 3.29999 13.7199 3.29999 13.3333V9.33333C3.29999 8.94673 3.61339 8.63333 3.99999 8.63333Z", + fill: "currentColor", + }), + }), + to = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.99999 1.3C2.38659 1.3 2.69999 1.6134 2.69999 2V13.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 14V2C1.29999 1.6134 1.61339 1.3 1.99999 1.3ZM8.66665 2.63334C9.05325 2.63334 9.36665 2.94674 9.36665 3.33334V11.3333C9.36665 11.7199 9.05325 12.0333 8.66665 12.0333C8.28006 12.0333 7.96665 11.7199 7.96665 11.3333V3.33334C7.96665 2.94674 8.28006 2.63334 8.66665 2.63334ZM12 5.3C12.3866 5.3 12.7 5.6134 12.7 6V11.3333C12.7 11.7199 12.3866 12.0333 12 12.0333C11.6134 12.0333 11.3 11.7199 11.3 11.3333V6C11.3 5.6134 11.6134 5.3 12 5.3ZM5.33332 8.63334C5.71992 8.63334 6.03332 8.94674 6.03332 9.33334V11.3333C6.03332 11.7199 5.71992 12.0333 5.33332 12.0333C4.94672 12.0333 4.63332 11.7199 4.63332 11.3333V9.33334C4.63332 8.94674 4.94672 8.63334 5.33332 8.63334Z", + fill: "currentColor", + }), + }), + no = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.99999 1.3C2.38659 1.3 2.69999 1.6134 2.69999 2V13.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 14V2C1.29999 1.6134 1.61339 1.3 1.99999 1.3ZM12 2.63334C12.3866 2.63334 12.7 2.94674 12.7 3.33334V11.3333C12.7 11.7199 12.3866 12.0333 12 12.0333C11.6134 12.0333 11.3 11.7199 11.3 11.3333V3.33334C11.3 2.94674 11.6134 2.63334 12 2.63334ZM8.66665 5.3C9.05325 5.3 9.36665 5.6134 9.36665 6V11.3333C9.36665 11.7199 9.05325 12.0333 8.66665 12.0333C8.28006 12.0333 7.96665 11.7199 7.96665 11.3333V6C7.96665 5.6134 8.28006 5.3 8.66665 5.3ZM5.33332 8.63334C5.71992 8.63334 6.03332 8.94674 6.03332 9.33334V11.3333C6.03332 11.7199 5.71992 12.0333 5.33332 12.0333C4.94672 12.0333 4.63332 11.7199 4.63332 11.3333V9.33334C4.63332 8.94674 4.94672 8.63334 5.33332 8.63334Z", + fill: "currentColor", + }), + }), + ro = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.00005 1.3C2.38665 1.3 2.70005 1.6134 2.70005 2V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V2C1.30005 1.6134 1.61345 1.3 2.00005 1.3ZM10.7 4.03334V10.6333H11.9667V4.03334H10.7ZM9.30005 4C9.30005 3.24521 9.91193 2.63334 10.6667 2.63334H12C12.7548 2.63334 13.3667 3.24521 13.3667 4V10.6667C13.3667 11.4215 12.7548 12.0333 12 12.0333H10.6667C9.91193 12.0333 9.30005 11.4215 9.30005 10.6667V4ZM5.36672 7.36667V10.6333H6.63338V7.36667H5.36672ZM3.96672 7.33334C3.96672 6.57855 4.57859 5.96667 5.33338 5.96667H6.66672C7.4215 5.96667 8.03338 6.57855 8.03338 7.33334V10.6667C8.03338 11.4215 7.4215 12.0333 6.66672 12.0333H5.33338C4.57859 12.0333 3.96672 11.4215 3.96672 10.6667V7.33334Z", + fill: "currentColor", + }), + }), + oo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.00005 1.3C2.38665 1.3 2.70005 1.6134 2.70005 2V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V2C1.30005 1.6134 1.61345 1.3 2.00005 1.3ZM5.36672 4.03334V5.3H11.9667V4.03334H5.36672ZM3.96672 4C3.96672 3.24521 4.57859 2.63334 5.33338 2.63334H12C12.7548 2.63334 13.3667 3.24521 13.3667 4V5.33334C13.3667 6.08813 12.7548 6.7 12 6.7H5.33338C4.57859 6.7 3.96672 6.08813 3.96672 5.33334V4ZM5.36672 9.36667V10.6333H8.63338V9.36667H5.36672ZM3.96672 9.33334C3.96672 8.57855 4.57859 7.96667 5.33338 7.96667H8.66672C9.4215 7.96667 10.0334 8.57855 10.0334 9.33334V10.6667C10.0334 11.4215 9.4215 12.0333 8.66672 12.0333H5.33338C4.57859 12.0333 3.96672 11.4215 3.96672 10.6667V9.33334Z", + fill: "currentColor", + }), + }), + io = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.00005 1.3C2.38665 1.3 2.70005 1.6134 2.70005 2V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V2C1.30005 1.6134 1.61345 1.3 2.00005 1.3ZM3.96672 4C3.96672 3.6134 4.28012 3.3 4.66672 3.3H6.66672C7.05331 3.3 7.36672 3.6134 7.36672 4C7.36672 4.3866 7.05331 4.7 6.66672 4.7H4.66672C4.28012 4.7 3.96672 4.3866 3.96672 4ZM3.96672 7.33334C3.96672 6.94674 4.28012 6.63334 4.66672 6.63334H12.6667C13.0533 6.63334 13.3667 6.94674 13.3667 7.33334C13.3667 7.71994 13.0533 8.03334 12.6667 8.03334H4.66672C4.28012 8.03334 3.96672 7.71994 3.96672 7.33334ZM3.96672 10.6667C3.96672 10.2801 4.28012 9.96667 4.66672 9.96667H10C10.3866 9.96667 10.7 10.2801 10.7 10.6667C10.7 11.0533 10.3866 11.3667 10 11.3667H4.66672C4.28012 11.3667 3.96672 11.0533 3.96672 10.6667Z", + fill: "currentColor", + }), + }), + lo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M12 1.96666C12.3866 1.96666 12.7 2.28006 12.7 2.66666V13.3333C12.7 13.7199 12.3866 14.0333 12 14.0333C11.6134 14.0333 11.3 13.7199 11.3 13.3333V2.66666C11.3 2.28006 11.6134 1.96666 12 1.96666ZM8.00005 5.96666C8.38665 5.96666 8.70005 6.28006 8.70005 6.66666V13.3333C8.70005 13.7199 8.38665 14.0333 8.00005 14.0333C7.61345 14.0333 7.30005 13.7199 7.30005 13.3333V6.66666C7.30005 6.28006 7.61345 5.96666 8.00005 5.96666ZM4.00005 9.96666C4.38665 9.96666 4.70005 10.2801 4.70005 10.6667V13.3333C4.70005 13.7199 4.38665 14.0333 4.00005 14.0333C3.61345 14.0333 3.30005 13.7199 3.30005 13.3333V10.6667C3.30005 10.2801 3.61345 9.96666 4.00005 9.96666Z", + fill: "currentColor", + }), + }), + ao = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.00005 2.63333C2.38665 2.63333 2.70005 2.94673 2.70005 3.33333V12.6667C2.70005 13.0533 2.38665 13.3667 2.00005 13.3667C1.61345 13.3667 1.30005 13.0533 1.30005 12.6667V3.33333C1.30005 2.94673 1.61345 2.63333 2.00005 2.63333ZM5.33338 2.63333C5.71998 2.63333 6.03338 2.94673 6.03338 3.33333V12.6667C6.03338 13.0533 5.71998 13.3667 5.33338 13.3667C4.94678 13.3667 4.63338 13.0533 4.63338 12.6667V3.33333C4.63338 2.94673 4.94678 2.63333 5.33338 2.63333ZM8.00005 2.63333C8.38665 2.63333 8.70005 2.94673 8.70005 3.33333V12.6667C8.70005 13.0533 8.38665 13.3667 8.00005 13.3667C7.61345 13.3667 7.30005 13.0533 7.30005 12.6667V3.33333C7.30005 2.94673 7.61345 2.63333 8.00005 2.63333ZM11.3334 2.63333C11.72 2.63333 12.0334 2.94673 12.0334 3.33333V12.6667C12.0334 13.0533 11.72 13.3667 11.3334 13.3667C10.9468 13.3667 10.6334 13.0533 10.6334 12.6667V3.33333C10.6334 2.94673 10.9468 2.63333 11.3334 2.63333ZM14 2.63333C14.3866 2.63333 14.7 2.94673 14.7 3.33333V12.6667C14.7 13.0533 14.3866 13.3667 14 13.3667C13.6135 13.3667 13.3 13.0533 13.3 12.6667V3.33333C13.3 2.94673 13.6135 2.63333 14 2.63333Z", + fill: "currentColor", + }), + }), + Co = (e) => + yt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + Rt("path", { + d: "M5.12134 4.57114L5.16578 5.59336L4.45467 6.92669L3.34356 9.10447L3.12134 10.9267L3.92134 13.5045L5.74356 14.5267H8.49912L11.0769 12.5711L12.2324 9.50447L9.56578 6.26003L8.81023 4.43781L5.12134 4.57114Z", + fill: "#ECEFF1", }), - 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", + Rt("path", { + d: "M11.4324 7.10445C10.7213 6.08223 10.1436 5.46001 9.83245 4.17112C9.52134 2.88223 9.92134 3.23778 9.65467 2.12667C9.52134 1.54889 9.29911 1.14889 9.07689 0.837783C8.81022 0.526672 8.49911 0.348894 8.32134 0.30445C7.92134 0.0822275 6.988 -0.273328 5.83245 0.348894C4.63245 0.971116 4.76578 2.30445 4.988 5.01556C4.988 5.19334 4.94356 5.41556 4.85467 5.59334C4.67689 5.99334 4.36578 6.34889 4.09911 6.66001C3.788 7.10445 3.47689 7.54889 3.25467 8.03778C2.72134 9.06001 2.23245 10.3489 2.36578 10.8378C2.588 10.7933 5.388 15.06 5.388 15.1489C5.56578 15.1045 6.32134 15.1045 6.988 15.1045C7.92134 15.06 8.45467 15.0156 9.21022 15.1933C9.21022 15.06 9.16578 14.9267 9.16578 14.7933C9.16578 14.5267 9.21022 14.3045 9.25467 13.9933C9.29911 13.7711 9.34356 13.5489 9.388 13.2822C8.94356 13.6822 8.14356 14.1267 7.388 14.26C6.72134 14.3933 5.61022 14.1711 5.07689 13.5045C5.12134 13.5045 5.21022 13.5044 5.25467 13.46C5.388 13.4156 5.52134 13.3711 5.56578 13.2822C5.69911 13.06 5.61022 12.8378 5.52134 12.7044C5.43245 12.5711 4.76578 12.0822 4.45467 11.8156C4.14356 11.5489 3.96578 11.4156 3.788 11.2378C3.788 11.2378 3.52134 10.9711 3.43245 10.8822C3.34356 10.7933 3.29911 10.7044 3.25467 10.66C3.16578 10.4378 3.12134 10.1711 3.16578 9.81556C3.21022 9.32667 3.388 8.92667 3.61022 8.48223C3.69911 8.30445 3.92134 7.94889 3.92134 7.94889C3.92134 7.94889 3.16578 9.81556 3.56578 10.3933C3.56578 10.3933 3.61022 9.81556 3.788 9.23778C3.92134 8.83778 4.14356 8.26 4.41022 7.94889C4.67689 7.63778 5.34356 6.48223 5.388 5.77112C5.388 5.46001 5.43245 5.14889 5.43245 4.92667C5.25467 4.74889 8.36578 4.30445 8.54356 4.79334C8.588 4.97112 9.21022 6.57112 9.56578 7.41556C9.74356 7.81556 9.96578 8.17112 10.0991 8.61556C10.2324 9.10445 10.3213 9.77112 10.3213 10.4378C10.3213 10.5711 10.3213 10.7933 10.2769 11.0156C10.3658 11.0156 12.0991 9.14889 10.0547 7.59334C10.0547 7.59334 11.2991 8.17112 11.3436 9.32667C11.388 10.26 10.988 11.0156 10.8991 11.1489C10.9436 11.1489 11.8324 11.5489 11.8769 11.5489C12.0547 11.5489 12.4102 11.4156 12.4102 11.4156C12.4547 11.2822 12.588 10.9267 12.588 10.7933C12.8991 9.77112 12.1436 8.12667 11.4324 7.10445Z", + fill: "#263238", }), - 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", + Rt("path", { + d: "M5.78786 4.1709C6.10696 4.1709 6.36564 3.77294 6.36564 3.28202C6.36564 2.7911 6.10696 2.39313 5.78786 2.39313C5.46876 2.39313 5.21008 2.7911 5.21008 3.28202C5.21008 3.77294 5.46876 4.1709 5.78786 4.1709Z", + fill: "#ECEFF1", }), - 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", + Rt("path", { + d: "M7.78786 4.25978C8.20514 4.25978 8.54341 3.80211 8.54341 3.23755C8.54341 2.673 8.20514 2.21533 7.78786 2.21533C7.37058 2.21533 7.0323 2.673 7.0323 3.23755C7.0323 3.80211 7.37058 4.25978 7.78786 4.25978Z", + fill: "#ECEFF1", }), - ), - ), - 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", + Rt("path", { + d: "M6.11064 3.34287C6.0737 3.05064 5.90557 2.83121 5.7351 2.85276C5.56464 2.87431 5.45639 3.12867 5.49333 3.42089C5.53027 3.71312 5.6984 3.93255 5.86886 3.911C6.03933 3.88945 6.14757 3.63509 6.11064 3.34287Z", + fill: "#212121", }), - 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", + Rt("path", { + d: "M7.74343 3.99314C7.98889 3.99314 8.18787 3.73446 8.18787 3.41536C8.18787 3.09627 7.98889 2.83759 7.74343 2.83759C7.49797 2.83759 7.29898 3.09627 7.29898 3.41536C7.29898 3.73446 7.49797 3.99314 7.74343 3.99314Z", + fill: "#212121", }), - 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", + Rt("path", { + d: "M13.6545 13.1931C13.4768 13.1042 13.1656 12.9709 12.899 12.5709C12.7656 12.3487 12.8101 11.7265 12.5879 11.4598C12.4545 11.282 12.2768 11.3709 12.2323 11.3709C11.8323 11.4598 10.899 12.082 10.2768 11.3709C10.1879 11.282 10.0545 11.1487 9.83231 11.1487C9.61009 11.1487 9.5212 11.2376 9.43231 11.4153C9.34342 11.5931 9.34342 11.7265 9.34342 12.1709C9.34342 12.5265 9.34342 12.9265 9.29897 13.2376C9.21009 13.9931 9.07675 14.4376 9.07675 14.882C9.07675 15.3709 9.21009 15.682 9.38786 15.8153C9.5212 15.9487 9.74342 16.0376 10.2323 16.0376C10.7212 16.0376 11.0323 15.8598 11.3434 15.5487C11.5656 15.3265 11.7434 15.2376 12.3656 14.7931C12.8545 14.482 13.6101 14.082 13.7434 13.9487C13.8323 13.8598 13.9656 13.8153 13.9656 13.5487C13.9656 13.3265 13.7879 13.2376 13.6545 13.1931Z", + fill: "#FFC107", }), - 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", + Rt("path", { + d: "M4.72119 13.3265C4.27675 12.6154 4.2323 12.4821 3.92119 12.0376C3.65452 11.5932 3.07674 10.7487 2.72119 10.7487C2.45452 10.7487 2.32119 10.8821 2.14341 11.0598C1.96563 11.2376 1.78786 11.6376 1.47674 11.8598C1.21008 12.0821 0.454522 12.0376 0.276744 12.3043C0.0989667 12.5709 0.454523 12.9709 0.454523 13.6376C0.454523 13.9043 0.2323 14.0821 0.187856 14.2598C0.143411 14.4821 0.0989668 14.6154 0.187856 14.7932C0.365633 15.0598 0.587856 15.1487 2.09897 15.4598C2.89897 15.6376 3.65452 16.0821 4.14341 16.1265C4.6323 16.1709 5.47674 16.1265 5.47674 14.9265C5.52119 14.2154 5.12119 14.0376 4.72119 13.3265Z", + fill: "#FFC107", }), - 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", + Rt("path", { + d: "M5.56564 5.28203C5.29897 5.10425 5.07675 4.92647 5.07675 4.65981C5.07675 4.39314 5.25453 4.30425 5.5212 4.08203C5.56564 4.03758 6.05453 3.59314 6.54342 3.59314C7.03231 3.59314 7.61009 3.90425 7.83231 3.99314C8.23231 4.08203 8.63231 4.17092 8.58786 4.48203C8.54342 4.92647 8.49897 5.01536 8.05453 5.23758C7.74342 5.32647 7.16564 5.81536 6.76564 5.81536C6.58786 5.81536 6.3212 5.81536 6.14342 5.77092C6.01008 5.72647 5.78786 5.50425 5.56564 5.28203Z", + fill: "#FFC107", }), - 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", + Rt("path", { + d: "M5.47674 4.92645C5.56563 5.01534 5.69897 5.10423 5.8323 5.14867C5.92119 5.19312 6.05452 5.23756 6.05452 5.23756C6.2323 5.23756 6.36563 5.23756 6.45452 5.23756C6.67674 5.23756 6.98785 5.14867 7.29897 4.97089C7.61008 4.83756 7.65452 4.74867 7.87674 4.65978C8.09897 4.52645 8.32119 4.39312 8.2323 4.34867C8.14341 4.30423 8.05452 4.34867 7.74341 4.52645C7.47674 4.70423 7.25452 4.79312 6.98785 4.92645C6.85452 4.97089 6.67674 5.05978 6.54341 5.05978C6.41008 5.05978 6.27674 5.05978 6.14341 5.05978C6.01008 5.05978 5.92119 5.01534 5.78785 4.97089C5.69897 4.92645 5.65452 4.882 5.61008 4.882C5.52119 4.83756 5.34341 4.65978 5.25452 4.61534C5.25452 4.61534 5.16563 4.61534 5.21008 4.65978C5.34341 4.79312 5.38785 4.83756 5.47674 4.92645Z", + fill: "#634703", }), - 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", + Rt("path", { + d: "M6.81007 3.94869C6.85452 4.03758 6.94341 4.03758 6.98785 4.08202C7.0323 4.12647 7.07674 4.12647 7.07674 4.12647C7.12119 4.08202 7.07674 3.99313 7.0323 3.99313C7.0323 3.90424 6.81007 3.90424 6.81007 3.94869Z", + fill: "#634703", }), - 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", + Rt("path", { + d: "M6.09897 4.03757C6.09897 4.08201 6.18786 4.12646 6.18786 4.08201C6.2323 4.03757 6.27675 3.99312 6.32119 3.99312C6.41008 3.94868 6.36564 3.90424 6.2323 3.90424C6.14341 3.94868 6.14341 3.99312 6.09897 4.03757Z", + fill: "#634703", }), - 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", + Rt("path", { + d: "M10.4102 11.9044C10.4102 11.9489 10.4102 11.9933 10.4102 12.0378C10.4991 12.2155 10.7213 12.26 10.8991 12.26C11.1658 12.26 11.4325 12.0822 11.5658 11.9044C11.5658 11.86 11.6102 11.8155 11.6547 11.7711C11.7436 11.6378 11.788 11.5489 11.8325 11.5044C11.8325 11.5044 11.788 11.46 11.788 11.4155C11.7436 11.3266 11.6102 11.2378 11.4325 11.1933C11.2991 11.1489 11.0769 11.1044 10.988 11.1044C10.588 11.06 10.3658 11.1933 10.2325 11.3266C10.2325 11.3266 10.2769 11.3266 10.2769 11.3711C10.3658 11.46 10.4102 11.5489 10.4102 11.6822C10.4547 11.7711 10.4102 11.8155 10.4102 11.9044Z", + fill: "#455A64", }), - 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", + ], + }), + so = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.00001 1.96666C8.26515 1.96666 8.50753 2.11646 8.62611 2.35361L11.2865 7.67436C11.291 7.68297 11.2954 7.69168 11.2995 7.70049L12.6261 10.3536C12.799 10.6994 12.6588 11.1199 12.3131 11.2928C11.9673 11.4657 11.5468 11.3255 11.3739 10.9797L10.2341 8.69999H5.76597L4.62611 10.9797C4.45321 11.3255 4.03274 11.4657 3.68696 11.2928C3.34117 11.1199 3.20102 10.6994 3.37391 10.3536L4.70046 7.70051C4.70464 7.69168 4.709 7.68296 4.71354 7.67435L7.37391 2.35361C7.49248 2.11646 7.73487 1.96666 8.00001 1.96666ZM6.46597 7.29999H9.53405L8.00001 4.23191L6.46597 7.29999ZM1.96667 13.3333C1.96667 12.9467 2.28008 12.6333 2.66667 12.6333H13.3333C13.7199 12.6333 14.0333 12.9467 14.0333 13.3333C14.0333 13.7199 13.7199 14.0333 13.3333 14.0333H2.66667C2.28008 14.0333 1.96667 13.7199 1.96667 13.3333Z", + fill: "currentColor", + }), + }), + co = (e) => + yt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + Rt("path", { + "fill-rule": "evenodd", + "clip-rule": "evenodd", + d: "M4.513 6.12171C4.67313 6.47359 4.51769 6.88866 4.16581 7.04879L2.08288 7.99668L7.74364 10.5763C7.82616 10.614 7.91601 10.6336 8.0067 10.6336C8.09739 10.6336 8.18702 10.6141 8.26953 10.5764L13.9304 8.0033L11.8425 7.05293C11.4907 6.89277 11.3353 6.47769 11.4954 6.12583C11.6556 5.77396 12.0707 5.61856 12.4225 5.77872L14.5669 6.75481C14.8075 6.86191 15.012 7.03627 15.1559 7.25693C15.3007 7.47895 15.3777 7.73828 15.3777 8.00332C15.3777 8.26837 15.3007 8.52769 15.1559 8.74972C15.012 8.97044 14.8074 9.14484 14.5667 9.25194L8.85053 11.8502C8.58576 11.9709 8.2977 12.0336 8.0067 12.0336C7.71562 12.0336 7.42793 11.9711 7.16309 11.8503L1.44633 9.24511C1.20581 9.13799 1.00132 8.96367 0.857491 8.74305C0.712739 8.52103 0.63567 8.2617 0.63567 7.99666C0.63567 7.73161 0.712739 7.47229 0.857491 7.25026C1.00136 7.02959 1.20592 6.85523 1.44651 6.74812L3.58592 5.77453C3.9378 5.6144 4.35287 5.76984 4.513 6.12171Z", + fill: "currentColor", }), - 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", + Rt("path", { + "fill-rule": "evenodd", + "clip-rule": "evenodd", + d: "M8.00002 2C8.36821 2 8.66668 2.29848 8.66668 2.66667V2.75067C8.91136 2.81364 9.14245 2.91047 9.35466 3.03587L9.52861 2.86192C9.78896 2.60157 10.2111 2.60157 10.4714 2.86192C10.7318 3.12227 10.7318 3.54438 10.4714 3.80473L10.2975 3.97868C10.4229 4.19088 10.5197 4.42198 10.5827 4.66666H10.6667C11.0349 4.66666 11.3334 4.96513 11.3334 5.33332C11.3334 5.70151 11.0349 5.99999 10.6667 5.99999H10.5827C10.5197 6.24467 10.4229 6.47576 10.2975 6.68797L10.4714 6.86191C10.7318 7.12226 10.7318 7.54437 10.4714 7.80472C10.2111 8.06507 9.78896 8.06507 9.52861 7.80472L9.35466 7.63078C9.14245 7.75617 8.91137 7.853 8.66668 7.91598V7.99999C8.66668 8.36818 8.36821 8.66666 8.00002 8.66666C7.63183 8.66666 7.33335 8.36818 7.33335 7.99999V7.91598C7.08867 7.853 6.85758 7.75617 6.64537 7.63078L6.47142 7.80472C6.21107 8.06507 5.78896 8.06507 5.52861 7.80472C5.26826 7.54437 5.26826 7.12226 5.52861 6.86191L5.70256 6.68797C5.57717 6.47576 5.48034 6.24467 5.41736 5.99999H5.33339C4.9652 5.99999 4.66672 5.70151 4.66672 5.33332C4.66672 4.96513 4.9652 4.66666 5.33339 4.66666H5.41736C5.48034 4.42198 5.57717 4.19089 5.70256 3.97868L5.52861 3.80473C5.26826 3.54438 5.26826 3.12227 5.52861 2.86192C5.78896 2.60157 6.21107 2.60157 6.47142 2.86192L6.64537 3.03587C6.85758 2.91048 7.08867 2.81364 7.33335 2.75067V2.66667C7.33335 2.29848 7.63183 2 8.00002 2ZM7.03382 4.41449C7.04205 4.40704 7.05015 4.39934 7.05809 4.39139C7.06603 4.38345 7.07373 4.37536 7.08119 4.36713C7.31967 4.14027 7.64204 4.00078 7.99698 3.99999L8.00002 4L8.00325 3.99999C8.3581 4.00083 8.68039 4.1403 8.91882 4.3671C8.92628 4.37534 8.93399 4.38344 8.94194 4.39139C8.94989 4.39935 8.958 4.40705 8.96624 4.41452C9.19373 4.65368 9.33335 4.97719 9.33335 5.33332C9.33335 5.68944 9.19374 6.01295 8.96626 6.25211C8.95801 6.25958 8.9499 6.26729 8.94194 6.27525C8.93399 6.28321 8.92627 6.29131 8.9188 6.29956C8.67965 6.52704 8.35614 6.66666 8.00002 6.66666C7.64388 6.66666 7.32036 6.52703 7.08121 6.29954C7.07374 6.2913 7.06604 6.2832 7.05809 6.27525C7.05014 6.2673 7.04204 6.25959 7.0338 6.25213C6.8076 6.01434 6.66828 5.69313 6.6667 5.3394L6.66672 5.33332L6.6667 5.32725C6.66828 4.9735 6.80761 4.65229 7.03382 4.41449Z", + fill: "currentColor", }), - 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", + Rt("path", { + "fill-rule": "evenodd", + "clip-rule": "evenodd", + d: "M0.69588 11.4775C0.855595 11.1254 1.27048 10.9695 1.62254 11.1292L7.73718 13.9031C7.81969 13.9408 7.90933 13.9602 8.00002 13.9602C8.09071 13.9602 8.18034 13.9408 8.26285 13.9031L8.26416 13.9025L14.3775 11.1292C14.7296 10.9695 15.1444 11.1254 15.3042 11.4775C15.4639 11.8295 15.3079 12.2444 14.9559 12.4041L8.84385 15.1769C8.57917 15.2975 8.29088 15.3602 8.00002 15.3602C7.70915 15.3602 7.42168 15.2978 7.15699 15.1772L1.04416 12.4041C0.692094 12.2444 0.536164 11.8295 0.69588 11.4775Z", + fill: "currentColor", }), - 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", + ], + }), + uo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.96663 3C1.96663 2.06874 2.73537 1.3 3.66663 1.3C3.68571 1.3 3.70478 1.30078 3.7238 1.30234C4.15256 1.33747 4.55176 1.53382 4.8412 1.85129L5.99997 3.01005L6.17166 2.83836C6.44503 2.56499 6.88824 2.56499 7.16161 2.83836C7.43498 3.11173 7.43498 3.55494 7.16161 3.82831L6.49519 4.49473L5.82828 5.16164C5.55491 5.43501 5.11169 5.43501 4.83833 5.16164C4.56496 4.88828 4.56496 4.44506 4.83833 4.1717L5.01002 4L3.83833 2.82831C3.8284 2.81839 3.81878 2.80817 3.80947 2.79766C3.7647 2.74716 3.70442 2.71344 3.63857 2.70149C3.49215 2.71698 3.36663 2.85136 3.36663 3V7.3H14.6666C15.0532 7.3 15.3666 7.6134 15.3666 8C15.3666 8.3866 15.0532 8.7 14.6666 8.7H14.0333V11.3333C14.0333 11.8726 13.8191 12.3898 13.4377 12.7711C13.0643 13.1446 12.5605 13.3578 12.0333 13.3664V14C12.0333 14.3866 11.7199 14.7 11.3333 14.7C10.9467 14.7 10.6333 14.3866 10.6333 14V13.3667H5.36663V14C5.36663 14.3866 5.05323 14.7 4.66663 14.7C4.28003 14.7 3.96663 14.3866 3.96663 14V13.3664C3.43942 13.3578 2.93564 13.1446 2.56218 12.7711C2.18086 12.3898 1.96663 11.8726 1.96663 11.3333V8.7H1.3333C0.946701 8.7 0.633301 8.3866 0.633301 8C0.633301 7.6134 0.946701 7.3 1.3333 7.3H1.96663V3ZM3.36663 8.7V11.3333C3.36663 11.5013 3.43336 11.6624 3.55213 11.7812C3.67091 11.8999 3.832 11.9667 3.99997 11.9667H12C12.1679 11.9667 12.329 11.8999 12.4478 11.7812C12.5666 11.6624 12.6333 11.5013 12.6333 11.3333V8.7H3.36663Z", + fill: "currentColor", + }), + }), + po = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.69345 4.06643C8.02495 4.26533 8.13245 4.69531 7.93355 5.02682L6.56963 7.30001H7.99997C8.25216 7.30001 8.48485 7.43566 8.60911 7.65512C8.73336 7.87457 8.72996 8.1439 8.60021 8.36015L6.60021 11.6935C6.40131 12.025 5.97133 12.1325 5.63982 11.9336C5.30831 11.7347 5.20082 11.3047 5.39972 10.9732L6.76363 8.70001H5.3333C5.08111 8.70001 4.84841 8.56435 4.72416 8.3449C4.59991 8.12544 4.6033 7.85611 4.73306 7.63986L6.73306 4.30653C6.93196 3.97502 7.36194 3.86753 7.69345 4.06643ZM1.22885 4.56222C1.61017 4.1809 2.12736 3.96667 2.66663 3.96667H3.99997C4.38657 3.96667 4.69997 4.28007 4.69997 4.66667C4.69997 5.05327 4.38657 5.36667 3.99997 5.36667H2.66663C2.49866 5.36667 2.33757 5.4334 2.2188 5.55217C2.10003 5.67095 2.0333 5.83204 2.0333 6.00001V10C2.0333 10.168 2.10003 10.3291 2.2188 10.4478C2.33757 10.5666 2.49866 10.6333 2.66663 10.6333H3.3333C3.7199 10.6333 4.0333 10.9467 4.0333 11.3333C4.0333 11.7199 3.7199 12.0333 3.3333 12.0333H2.66663C2.12736 12.0333 1.61017 11.8191 1.22885 11.4378C0.847526 11.0565 0.633301 10.5393 0.633301 10V6.00001C0.633301 5.46073 0.847526 4.94355 1.22885 4.56222ZM9.29997 4.66667C9.29997 4.28007 9.61337 3.96667 9.99997 3.96667H10.6666C11.2059 3.96667 11.7231 4.1809 12.1044 4.56222C12.4857 4.94355 12.7 5.46073 12.7 6.00001V10C12.7 10.5393 12.4857 11.0565 12.1044 11.4378C11.7231 11.8191 11.2059 12.0333 10.6666 12.0333H9.3333C8.9467 12.0333 8.6333 11.7199 8.6333 11.3333C8.6333 10.9467 8.9467 10.6333 9.3333 10.6333H10.6666C10.8346 10.6333 10.9957 10.5666 11.1145 10.4478C11.2332 10.3291 11.3 10.168 11.3 10V6.00001C11.3 5.83204 11.2332 5.67095 11.1145 5.55217C10.9957 5.4334 10.8346 5.36667 10.6666 5.36667H9.99997C9.61337 5.36667 9.29997 5.05327 9.29997 4.66667ZM14.6666 6.63334C15.0532 6.63334 15.3666 6.94674 15.3666 7.33334V8.66667C15.3666 9.05327 15.0532 9.36667 14.6666 9.36667C14.28 9.36667 13.9666 9.05327 13.9666 8.66667V7.33334C13.9666 6.94674 14.28 6.63334 14.6666 6.63334Z", + fill: "currentColor", + }), + }), + mo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66663 5.36666C2.31685 5.36666 2.0333 5.65021 2.0333 5.99999V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H10.6666C11.0164 10.6333 11.3 10.3498 11.3 9.99999V5.99999C11.3 5.65021 11.0164 5.36666 10.6666 5.36666H2.66663ZM0.633301 5.99999C0.633301 4.87701 1.54366 3.96666 2.66663 3.96666H10.6666C11.7896 3.96666 12.7 4.87701 12.7 5.99999V9.99999C12.7 11.123 11.7896 12.0333 10.6666 12.0333H2.66663C1.54366 12.0333 0.633301 11.123 0.633301 9.99999V5.99999ZM3.99997 6.63333C4.38657 6.63333 4.69997 6.94673 4.69997 7.33333V8.66666C4.69997 9.05326 4.38657 9.36666 3.99997 9.36666C3.61337 9.36666 3.29997 9.05326 3.29997 8.66666V7.33333C3.29997 6.94673 3.61337 6.63333 3.99997 6.63333ZM6.66663 6.63333C7.05323 6.63333 7.36663 6.94673 7.36663 7.33333V8.66666C7.36663 9.05326 7.05323 9.36666 6.66663 9.36666C6.28003 9.36666 5.96663 9.05326 5.96663 8.66666V7.33333C5.96663 6.94673 6.28003 6.63333 6.66663 6.63333ZM9.3333 6.63333C9.7199 6.63333 10.0333 6.94673 10.0333 7.33333V8.66666C10.0333 9.05326 9.7199 9.36666 9.3333 9.36666C8.9467 9.36666 8.6333 9.05326 8.6333 8.66666V7.33333C8.6333 6.94673 8.9467 6.63333 9.3333 6.63333ZM14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333V8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666C14.28 9.36666 13.9666 9.05326 13.9666 8.66666V7.33333C13.9666 6.94673 14.28 6.63333 14.6666 6.63333Z", + fill: "currentColor", + }), + }), + ho = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66663 5.36666C2.31685 5.36666 2.0333 5.65021 2.0333 5.99999V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H10.6666C11.0164 10.6333 11.3 10.3498 11.3 9.99999V5.99999C11.3 5.65021 11.0164 5.36666 10.6666 5.36666H2.66663ZM0.633301 5.99999C0.633301 4.87701 1.54366 3.96666 2.66663 3.96666H10.6666C11.7896 3.96666 12.7 4.87701 12.7 5.99999V9.99999C12.7 11.123 11.7896 12.0333 10.6666 12.0333H2.66663C1.54366 12.0333 0.633301 11.123 0.633301 9.99999V5.99999ZM14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333V8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666C14.28 9.36666 13.9666 9.05326 13.9666 8.66666V7.33333C13.9666 6.94673 14.28 6.63333 14.6666 6.63333Z", + fill: "currentColor", + }), + }), + fo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66663 5.36666C2.31685 5.36666 2.0333 5.65021 2.0333 5.99999V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H10.6666C11.0164 10.6333 11.3 10.3498 11.3 9.99999V5.99999C11.3 5.65021 11.0164 5.36666 10.6666 5.36666H2.66663ZM0.633301 5.99999C0.633301 4.87701 1.54366 3.96666 2.66663 3.96666H10.6666C11.7896 3.96666 12.7 4.87701 12.7 5.99999V9.99999C12.7 11.123 11.7896 12.0333 10.6666 12.0333H2.66663C1.54366 12.0333 0.633301 11.123 0.633301 9.99999V5.99999ZM3.99997 6.63333C4.38657 6.63333 4.69997 6.94673 4.69997 7.33333V8.66666C4.69997 9.05326 4.38657 9.36666 3.99997 9.36666C3.61337 9.36666 3.29997 9.05326 3.29997 8.66666V7.33333C3.29997 6.94673 3.61337 6.63333 3.99997 6.63333ZM14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333V8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666C14.28 9.36666 13.9666 9.05326 13.9666 8.66666V7.33333C13.9666 6.94673 14.28 6.63333 14.6666 6.63333Z", + fill: "currentColor", + }), + }), + go = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66663 5.36666C2.31685 5.36666 2.0333 5.65021 2.0333 5.99999V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H10.6666C11.0164 10.6333 11.3 10.3498 11.3 9.99999V5.99999C11.3 5.65021 11.0164 5.36666 10.6666 5.36666H2.66663ZM0.633301 5.99999C0.633301 4.87701 1.54366 3.96666 2.66663 3.96666H10.6666C11.7896 3.96666 12.7 4.87701 12.7 5.99999V9.99999C12.7 11.123 11.7896 12.0333 10.6666 12.0333H2.66663C1.54366 12.0333 0.633301 11.123 0.633301 9.99999V5.99999ZM3.99997 6.63333C4.38657 6.63333 4.69997 6.94673 4.69997 7.33333V8.66666C4.69997 9.05326 4.38657 9.36666 3.99997 9.36666C3.61337 9.36666 3.29997 9.05326 3.29997 8.66666V7.33333C3.29997 6.94673 3.61337 6.63333 3.99997 6.63333ZM6.66663 6.63333C7.05323 6.63333 7.36663 6.94673 7.36663 7.33333V8.66666C7.36663 9.05326 7.05323 9.36666 6.66663 9.36666C6.28003 9.36666 5.96663 9.05326 5.96663 8.66666V7.33333C5.96663 6.94673 6.28003 6.63333 6.66663 6.63333ZM14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333V8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666C14.28 9.36666 13.9666 9.05326 13.9666 8.66666V7.33333C13.9666 6.94673 14.28 6.63333 14.6666 6.63333Z", + fill: "currentColor", + }), + }), + vo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.22885 4.56221C1.61017 4.18089 2.12736 3.96666 2.66663 3.96666H3.99997C4.38657 3.96666 4.69997 4.28006 4.69997 4.66666C4.69997 5.05326 4.38657 5.36666 3.99997 5.36666H2.66663C2.49866 5.36666 2.33757 5.43339 2.2188 5.55216C2.10003 5.67093 2.0333 5.83202 2.0333 5.99999V9.99999C2.0333 10.1057 2.09318 10.2699 2.24494 10.4217C2.3967 10.5734 2.56096 10.6333 2.66663 10.6333H3.99997C4.38657 10.6333 4.69997 10.9467 4.69997 11.3333C4.69997 11.7199 4.38657 12.0333 3.99997 12.0333H2.66663C2.10564 12.0333 1.60323 11.7599 1.25499 11.4116C0.906751 11.0634 0.633301 10.561 0.633301 9.99999V5.99999C0.633301 5.46072 0.847526 4.94353 1.22885 4.56221ZM6.66663 3.96666C7.05323 3.96666 7.36663 4.28006 7.36663 4.66666V8.66666C7.36663 9.05326 7.05323 9.36666 6.66663 9.36666C6.28003 9.36666 5.96663 9.05326 5.96663 8.66666V4.66666C5.96663 4.28006 6.28003 3.96666 6.66663 3.96666ZM8.6333 4.66666C8.6333 4.28006 8.9467 3.96666 9.3333 3.96666H10.6666C11.2059 3.96666 11.7231 4.18089 12.1044 4.56221C12.4857 4.94353 12.7 5.46072 12.7 5.99999V9.99999C12.7 10.561 12.4265 11.0634 12.0783 11.4116C11.73 11.7599 11.2276 12.0333 10.6666 12.0333H9.3333C8.9467 12.0333 8.6333 11.7199 8.6333 11.3333C8.6333 10.9467 8.9467 10.6333 9.3333 10.6333H10.6666C10.7723 10.6333 10.9366 10.5734 11.0883 10.4217C11.2401 10.2699 11.3 10.1057 11.3 9.99999V5.99999C11.3 5.83202 11.2332 5.67093 11.1145 5.55216C10.9957 5.43339 10.8346 5.36666 10.6666 5.36666H9.3333C8.9467 5.36666 8.6333 5.05326 8.6333 4.66666ZM14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333V8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666C14.28 9.36666 13.9666 9.05326 13.9666 8.66666V7.33333C13.9666 6.94673 14.28 6.63333 14.6666 6.63333ZM6.66663 10.6333C7.05323 10.6333 7.36663 10.9467 7.36663 11.3333V11.34C7.36663 11.7266 7.05323 12.04 6.66663 12.04C6.28003 12.04 5.96663 11.7266 5.96663 11.34V11.3333C5.96663 10.9467 6.28003 10.6333 6.66663 10.6333Z", + fill: "currentColor", + }), + }), + wo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.30005 2C2.30005 1.6134 2.61345 1.3 3.00005 1.3H13C13.3866 1.3 13.7 1.6134 13.7 2C13.7 2.3866 13.3866 2.7 13 2.7H12.7V12.6667C12.7 13.2059 12.4858 13.7231 12.1045 14.1045C11.7232 14.4858 11.206 14.7 10.6667 14.7H5.33338C4.79411 14.7 4.27692 14.4858 3.8956 14.1045C3.51427 13.7231 3.30005 13.2059 3.30005 12.6667V2.7H3.00005C2.61345 2.7 2.30005 2.3866 2.30005 2ZM4.70005 2.7V8.63334H11.3V2.7H4.70005ZM11.3 10.0333H4.70005V12.6667C4.70005 12.8346 4.76677 12.9957 4.88555 13.1145C5.00432 13.2333 5.16541 13.3 5.33338 13.3H10.6667C10.8347 13.3 10.9958 13.2333 11.1145 13.1145C11.2333 12.9957 11.3 12.8346 11.3 12.6667V10.0333Z", + fill: "currentColor", + }), + }), + Lo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.97839 1.475C8.92285 0.816435 10.0762 0.527462 11.2196 0.662911C12.363 0.79836 13.4169 1.34881 14.1813 2.20981C14.9458 3.07082 15.3676 4.18248 15.3667 5.33387L14.6667 5.33334H15.3667C15.3667 5.33351 15.3667 5.33369 15.3667 5.33387C15.3664 10.8747 10.8747 15.3664 5.33388 15.3667L5.33334 14.6667V15.3667C5.33352 15.3667 5.3337 15.3667 5.33388 15.3667M4.23564 6.09592L4.39652 6.76769L4.23564 6.09592C4.23564 6.09592 4.23564 6.09592 4.23564 6.09592ZM4.23564 6.09592C4.79184 5.96271 5.22013 5.78993 5.50503 5.50503C5.78984 5.22022 5.96264 4.79145 6.09592 4.23564L6.77626 4.39857L6.09597 4.23545C6.09595 4.23552 6.09594 4.23558 6.09592 4.23564C6.36409 3.11591 7.03394 2.13357 7.97839 1.475M11.0549 2.05319C10.2521 1.95809 9.44228 2.16098 8.77916 2.62338C8.49766 2.81967 8.25091 3.05692 8.04573 3.32512C8.26655 3.49438 8.46634 3.69099 8.64001 3.91097C8.9786 4.33985 9.20771 4.8447 9.30755 5.38193C9.40739 5.91915 9.37497 6.47261 9.21309 6.9945C9.05121 7.5164 8.76473 7.99104 8.37838 8.37746C7.99204 8.76388 7.51744 9.05045 6.99558 9.21243C6.47371 9.37442 5.92027 9.40694 5.38302 9.3072C4.84578 9.20746 4.34088 8.97844 3.91194 8.63994C3.69178 8.4662 3.49502 8.26629 3.32564 8.04533C3.05723 8.25059 2.8198 8.49748 2.62339 8.77915C2.16099 9.44228 1.95809 10.2521 2.0532 11.0549C2.1483 11.8577 2.53478 12.5977 3.13932 13.1344C3.74386 13.6711 4.52438 13.9673 5.33281 13.9667H5.33334C10.1014 13.9667 13.9667 10.1014 13.9667 5.33334V5.3328C13.9673 4.52438 13.6711 3.74385 13.1344 3.13931C12.5977 2.53478 11.8577 2.14829 11.0549 2.05319ZM4.65528 7.43447C4.69502 7.47158 4.73636 7.50711 4.77923 7.54093C5.0298 7.73868 5.32474 7.87245 5.63857 7.93072C5.95241 7.98899 6.27571 7.96999 6.58056 7.87536C6.88541 7.78074 7.16265 7.61334 7.38834 7.38761C7.61402 7.16188 7.78137 6.88461 7.87594 6.57974C7.97051 6.27487 7.98944 5.95156 7.93112 5.63774C7.87279 5.32392 7.73896 5.029 7.54117 4.77847C7.50732 4.7356 7.47178 4.69424 7.43465 4.6545C7.2842 5.25286 7.03533 5.95463 6.49498 6.49498C5.95494 7.03502 5.25427 7.28393 4.65528 7.43447Z", + fill: "currentColor", + }), + }), + bo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M11.4923 2.13677C10.7838 1.95371 10.0346 2.01129 9.3625 2.30046C8.84065 2.52497 8.38822 2.87919 8.0462 3.32601C8.49145 3.66709 8.84819 4.11642 9.07912 4.63667C9.23597 4.99002 9.07667 5.40362 8.72332 5.56047C8.36996 5.71731 7.95637 5.55801 7.79952 5.20466C7.60086 4.7571 7.24314 4.39921 6.79568 4.20033C6.4424 4.04331 6.2833 3.62963 6.44032 3.27636C6.45952 3.23317 6.48254 3.19289 6.50883 3.15574C6.52115 3.12203 6.53623 3.08884 6.55415 3.05645C7.05867 2.14459 7.85193 1.42627 8.80922 1.01442C9.76651 0.602578 10.8335 0.520568 11.8425 0.781289C12.8515 1.04201 13.7452 1.63067 14.3831 2.45472C15.021 3.2787 15.367 4.2913 15.3667 5.33333M0.838346 0.838357C1.11171 0.56499 1.55493 0.56499 1.8283 0.838357L6.49466 5.50472L8.38007 7.39013L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8883 15.435 14.445 15.435 14.1717 15.1616L11.9165 12.9065C11.1014 13.6163 10.1754 14.1904 9.17386 14.6052C7.95603 15.1095 6.65057 15.3683 5.33244 15.3667L5.33332 14.6668L5.33386 15.3667C5.33338 15.3667 5.33291 15.3667 5.33244 15.3667C4.18155 15.3672 3.07045 14.9454 2.2098 14.1813C1.34879 13.4169 0.798345 12.363 0.662896 11.2196C0.527446 10.0762 0.81642 8.92284 1.47499 7.97838C2.13355 7.03393 3.11589 6.36408 4.23562 6.09591C4.48237 6.03682 4.70393 5.96994 4.89898 5.88894L5.93861 6.92857C5.5184 7.18392 5.06228 7.33226 4.65363 7.43488C4.60842 7.39247 4.56529 7.34802 4.52439 7.30166C4.52439 7.30166 4.52439 7.30167 4.52439 7.30166C4.39177 7.15137 4.28243 6.98115 4.20072 6.7966C4.04421 6.4431 3.63076 6.28342 3.27726 6.43993C2.92376 6.59644 2.76407 7.00989 2.92059 7.36339C3.0284 7.60691 3.16432 7.83586 3.32495 8.04584C3.05681 8.251 2.81961 8.49771 2.62337 8.77915C2.16097 9.44227 1.95807 10.2521 2.05317 11.0549C2.14828 11.8577 2.53476 12.5977 3.1393 13.1344C3.74383 13.6711 4.52436 13.9673 5.33279 13.9667H5.3342C6.46791 13.9681 7.59074 13.7455 8.63818 13.3117C9.46969 12.9674 10.2407 12.4953 10.9238 11.9138L7.83344 8.8234C7.57479 8.99148 7.29333 9.12382 6.99659 9.21588C6.47426 9.37793 5.92032 9.41029 5.38267 9.31017C4.84502 9.21005 4.33986 8.98046 3.91087 8.64126C3.69079 8.46724 3.49416 8.26706 3.32495 8.04584C3.6886 7.7676 4.10916 7.56579 4.56169 7.45741C4.59203 7.45015 4.6227 7.44264 4.65363 7.43488C4.69386 7.47261 4.73575 7.50872 4.77921 7.54308C5.02981 7.74123 5.3249 7.87535 5.63897 7.93383C5.95304 7.99232 6.27663 7.97341 6.58176 7.87875C6.65787 7.85514 6.73226 7.82699 6.80456 7.79452L5.93861 6.92857M4.89898 5.88894L0.838346 1.82831C0.564979 1.55494 0.564979 1.11172 0.838346 0.838357M11.4923 2.13677C12.2007 2.31983 12.8282 2.73314 13.2761 3.31173L11.4923 2.13677ZM13.2761 3.31173C13.724 3.89032 13.9669 4.60137 13.9667 5.33307L13.2761 3.31173ZM13.9667 5.33307C13.9667 6.82099 13.5905 8.21961 12.9292 9.43981L13.9667 5.33307ZM15.3667 5.33333C15.3666 7.05997 14.9295 8.68712 14.1601 10.1068C13.9759 10.4467 13.551 10.573 13.2111 10.3888C12.8712 10.2046 12.745 9.77971 12.9292 9.43981", + fill: "currentColor", + }), + }), + Mo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.99997 3.36666C3.832 3.36666 3.67091 3.43339 3.55213 3.55216C3.43336 3.67093 3.36663 3.83202 3.36663 3.99999V5.96666H7.29997V3.36666H3.99997ZM3.99997 1.96666C3.46069 1.96666 2.94351 2.18089 2.56218 2.56221C2.18086 2.94353 1.96663 3.46072 1.96663 3.99999V6.09095C1.692 6.19166 1.43966 6.3514 1.22885 6.56221C0.847526 6.94353 0.633301 7.46072 0.633301 7.99999V13.3333C0.633301 13.7199 0.946701 14.0333 1.3333 14.0333C1.7199 14.0333 2.0333 13.7199 2.0333 13.3333V12.7H13.9666V13.3333C13.9666 13.7199 14.28 14.0333 14.6666 14.0333C15.0532 14.0333 15.3666 13.7199 15.3666 13.3333V7.99999C15.3666 7.46072 15.1524 6.94353 14.7711 6.56221C14.5603 6.3514 14.3079 6.19166 14.0333 6.09095V3.99999C14.0333 3.46072 13.8191 2.94353 13.4377 2.56221C13.0564 2.18089 12.5392 1.96666 12 1.96666H3.99997ZM8.69997 3.36666V5.96666H12.6333V3.99999C12.6333 3.83202 12.5666 3.67093 12.4478 3.55216C12.329 3.43339 12.1679 3.36666 12 3.36666H8.69997ZM2.66663 7.36666C2.49866 7.36666 2.33757 7.43339 2.2188 7.55216C2.10003 7.67093 2.0333 7.83202 2.0333 7.99999V11.3H13.9666V7.99999C13.9666 7.83202 13.8999 7.67093 13.7811 7.55216C13.6624 7.43339 13.5013 7.36666 13.3333 7.36666H2.66663Z", + fill: "currentColor", + }), + }), + Ho = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.3333 1.96666C1.7199 1.96666 2.0333 2.28006 2.0333 2.66666V4.63333H13.3333C13.8726 4.63333 14.3898 4.84755 14.7711 5.22888C15.1524 5.6102 15.3666 6.12739 15.3666 6.66666V13.3333C15.3666 13.7199 15.0532 14.0333 14.6666 14.0333C14.28 14.0333 13.9666 13.7199 13.9666 13.3333V12.0333H2.0333V13.3333C2.0333 13.7199 1.7199 14.0333 1.3333 14.0333C0.946701 14.0333 0.633301 13.7199 0.633301 13.3333V2.66666C0.633301 2.28006 0.946701 1.96666 1.3333 1.96666ZM2.0333 6.03333V10.6333H3.29997V6.03333H2.0333ZM4.69997 6.03333V10.6333H13.9666V6.66666C13.9666 6.49869 13.8999 6.3376 13.7811 6.21883C13.6624 6.10005 13.5013 6.03333 13.3333 6.03333H4.69997Z", + fill: "currentColor", + }), + }), + Eo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66672 3.36666C4.49874 3.36666 4.33765 3.43339 4.21888 3.55216C4.10011 3.67093 4.03338 3.83202 4.03338 3.99999V5.96666H11.9667V3.99999C11.9667 3.83202 11.9 3.67093 11.7812 3.55216C11.6624 3.43339 11.5014 3.36666 11.3334 3.36666H4.66672ZM13.3667 6.09095V3.99999C13.3667 3.46072 13.1525 2.94353 12.7712 2.56221C12.3898 2.18089 11.8727 1.96666 11.3334 1.96666H4.66672C4.12744 1.96666 3.61026 2.18088 3.22893 2.56221C2.84761 2.94353 2.63338 3.46072 2.63338 3.99999V6.09095C2.35875 6.19166 2.10641 6.3514 1.8956 6.56221C1.51427 6.94353 1.30005 7.46072 1.30005 7.99999V13.3333C1.30005 13.7199 1.61345 14.0333 2.00005 14.0333C2.38665 14.0333 2.70005 13.7199 2.70005 13.3333V12.7H13.3V13.3333C13.3 13.7199 13.6135 14.0333 14 14.0333C14.3866 14.0333 14.7 13.7199 14.7 13.3333V7.99999C14.7 7.46072 14.4858 6.94353 14.1045 6.56221C13.8937 6.3514 13.6414 6.19166 13.3667 6.09095ZM13.3 11.3V7.99999C13.3 7.83202 13.2333 7.67093 13.1145 7.55216C12.9958 7.43339 12.8347 7.36666 12.6667 7.36666H3.33338C3.16541 7.36666 3.00432 7.43339 2.88555 7.55216C2.76677 7.67093 2.70005 7.83202 2.70005 7.99999V11.3H13.3Z", + fill: "currentColor", + }), + }), + Ro = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.33343 0.633332C7.25506 0.632776 6.20501 0.978573 5.33797 1.61979L8.33343 0.633332ZM8.33301 2.03333C7.55448 2.03287 6.79638 2.28249 6.17043 2.74541C5.54447 3.20833 5.08377 3.86008 4.85619 4.60461C4.85338 4.61383 4.85037 4.62299 4.84717 4.63209C4.67832 5.11256 4.56161 5.50597 4.45695 5.85877C4.45201 5.87542 4.44709 5.89198 4.4422 5.90846C4.33573 6.26716 4.23368 6.60825 4.09773 6.93386C3.80802 7.62775 3.3867 8.20006 2.53742 8.97149C2.52867 8.97944 2.51971 8.98717 2.51057 8.99467C2.30333 9.16456 2.15366 9.39435 2.08205 9.65259C2.01043 9.91082 2.02037 10.1849 2.1105 10.4372C2.20063 10.6896 2.36655 10.9079 2.58555 11.0624C2.80455 11.2168 3.06592 11.2998 3.3339 11.3C5.81638 11.2999 8.59468 10.1711 10.4853 8.59558C10.4945 8.58792 10.5039 8.58051 10.5134 8.57333C11.1235 8.11579 11.5741 7.47789 11.8015 6.75001C12.0289 6.02212 12.0215 5.24115 11.7803 4.5177C11.7528 4.43504 11.7223 4.3536 11.6891 4.27353C11.6877 4.27034 11.6864 4.26713 11.6851 4.26393C11.427 3.6473 11.003 3.11205 10.4579 2.71915C9.83925 2.27327 9.09559 2.03333 8.33301 2.03333ZM13.1215 7.21886C12.8034 8.20003 12.1914 9.06012 11.3681 9.68232C9.25914 11.4342 6.17809 12.7 3.33343 12.7C3.29964 12.7 3.26542 12.6993 3.23174 12.698L3.5062 13.247C3.61396 13.4628 3.77986 13.6448 3.98496 13.7718C4.18989 13.8988 4.42607 13.9662 4.66712 13.9667C7.14963 13.9666 9.92799 12.8378 11.8186 11.2622C11.828 11.2545 11.8375 11.247 11.8472 11.2397C12.2986 10.9016 12.665 10.463 12.9172 9.95856C13.1694 9.45413 13.3005 8.89784 13.3001 8.33387L13.3001 8.33121C13.3012 7.96792 13.2476 7.60662 13.1412 7.25945L13.1215 7.21886ZM0.963636 11.2914C0.896876 11.1688 0.83943 11.0407 0.792063 10.9081C0.604868 10.384 0.584227 9.81477 0.732966 9.27845C0.879984 8.74832 1.18538 8.27591 1.60808 7.92429C2.34973 7.24889 2.61985 6.83986 2.80581 6.39447C2.90819 6.14925 2.9903 5.87992 3.10008 5.51008C3.10533 5.4924 3.11062 5.47455 3.11597 5.45651C3.2196 5.10713 3.34361 4.68906 3.52171 4.18116C3.83848 3.15567 4.47481 2.25814 5.33797 1.61979M0.963636 11.2914C0.966957 11.2987 0.970412 11.3059 0.974002 11.313L2.25381 13.8727C2.47763 14.3208 2.8219 14.6982 3.24776 14.962C3.67373 15.2259 4.16473 15.366 4.66581 15.3667C7.51038 15.3667 10.5923 14.101 12.7012 12.3491C13.3201 11.8822 13.8226 11.2783 14.1694 10.5847C14.5188 9.88592 14.7005 9.11537 14.7001 8.33417C14.7001 8.33459 14.7001 8.33502 14.7001 8.33545L14.0001 8.33333L14.7001 8.33279C14.7001 8.33325 14.7001 8.33371 14.7001 8.33417C14.7016 7.80875 14.6205 7.28636 14.4599 6.78607C14.4498 6.75443 14.4374 6.72356 14.4229 6.69368L12.9715 3.71136C12.6135 2.86221 12.0281 2.12514 11.2765 1.58341C10.4196 0.965802 9.3897 0.63342 8.33343 0.633332M8.33343 4.7C7.79956 4.7 7.36677 5.13279 7.36677 5.66667C7.36677 6.20054 7.79956 6.63333 8.33343 6.63333C8.86731 6.63333 9.3001 6.20054 9.3001 5.66667C9.3001 5.13279 8.86731 4.7 8.33343 4.7ZM5.96677 5.66667C5.96677 4.35959 7.02636 3.3 8.33343 3.3C9.64051 3.3 10.7001 4.35959 10.7001 5.66667C10.7001 6.97374 9.64051 8.03333 8.33343 8.03333C7.02636 8.03333 5.96677 6.97374 5.96677 5.66667Z", + fill: "currentColor", + }), + }), + yo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.15985 2.75247C5.96629 2.88658 5.68873 3.03333 5.33338 3.03333C4.90685 3.03333 4.52819 2.91824 4.25977 2.83665C3.95358 2.74358 3.80071 2.7 3.66672 2.7C3.41034 2.7 3.16446 2.80184 2.98318 2.98313C2.80189 3.16441 2.70005 3.41029 2.70005 3.66666C2.70005 3.92304 2.80189 4.16892 2.98318 4.3502C3.16446 4.53149 3.41034 4.63333 3.66672 4.63333C3.79746 4.63333 3.93421 4.59233 4.23744 4.49816C4.5094 4.4137 4.88477 4.3 5.33338 4.3C5.73748 4.3 6.05611 4.39526 6.30077 4.46841C6.33125 4.47752 6.36058 4.48629 6.38878 4.49449C6.63832 4.56703 6.90226 4.63333 7.33338 4.63333C7.7645 4.63333 8.02845 4.56703 8.27798 4.49449C8.30619 4.48629 8.33552 4.47752 8.36599 4.46841C8.61065 4.39526 8.92928 4.3 9.33338 4.3C9.78199 4.3 10.1574 4.4137 10.4293 4.49816C10.7326 4.59233 10.8693 4.63333 11 4.63333C11.2564 4.63333 11.5023 4.53149 11.6836 4.3502C11.8649 4.16892 11.9667 3.92304 11.9667 3.66666C11.9667 3.41029 11.8649 3.16441 11.6836 2.98313C11.5023 2.80184 11.2564 2.7 11 2.7C10.8693 2.7 10.7326 2.741 10.4293 2.83517C10.1574 2.91963 9.78199 3.03333 9.33338 3.03333C8.97682 3.03333 8.6966 2.89525 8.49155 2.75544C8.34286 2.65406 8.19274 2.52035 8.08273 2.42235C8.05726 2.39967 8.03395 2.3789 8.0133 2.36089C7.75734 2.13768 7.5893 2.03333 7.33338 2.03333C7.07263 2.03333 6.89122 2.14278 6.63069 2.36545C6.60722 2.38551 6.5802 2.40919 6.55049 2.43523C6.44159 2.53068 6.29672 2.65764 6.15985 2.75247ZM5.72108 1.30121C6.04555 1.02389 6.55413 0.633331 7.33338 0.633331C8.11747 0.633331 8.61609 1.02899 8.93347 1.30577C8.981 1.34722 9.02139 1.38303 9.05684 1.41445C9.15323 1.4999 9.21303 1.55291 9.28022 1.59872C9.31294 1.62103 9.33176 1.63004 9.34015 1.63331C9.55555 1.63223 9.75214 1.57952 10.0141 1.49816C10.0337 1.49207 10.0543 1.4856 10.0756 1.47886C10.3088 1.40543 10.6435 1.3 11 1.3C11.6277 1.3 12.2297 1.54934 12.6735 1.99318C13.1174 2.43701 13.3667 3.03899 13.3667 3.66666C13.3667 4.29434 13.1174 4.89631 12.6735 5.34015C12.4852 5.52844 12.2685 5.68173 12.0334 5.79583V6.63354C12.7374 6.64222 13.4108 6.92566 13.9092 7.42414C14.4156 7.93049 14.7 8.61725 14.7 9.33333C14.7 10.0494 14.4156 10.7362 13.9092 11.2425C13.4108 11.741 12.7374 12.0244 12.0334 12.0331V13.3333C12.0334 13.8726 11.8192 14.3898 11.4378 14.7711C11.0565 15.1524 10.5393 15.3667 10 15.3667H4.66672C4.12744 15.3667 3.61026 15.1524 3.22893 14.7711C2.84761 14.3898 2.63338 13.8726 2.63338 13.3333V5.79583C2.39828 5.68173 2.18152 5.52844 1.99323 5.34015C1.54939 4.89631 1.30005 4.29434 1.30005 3.66666C1.30005 3.03899 1.54939 2.43701 1.99323 1.99318C2.43707 1.54934 3.03904 1.3 3.66672 1.3C4.0245 1.3 4.36961 1.40595 4.61098 1.48005C4.63002 1.48589 4.64842 1.49154 4.66612 1.49692C4.9355 1.5788 5.12564 1.62943 5.31166 1.63312C5.3212 1.62827 5.33775 1.61887 5.36254 1.60169C5.42864 1.55589 5.48661 1.50518 5.5755 1.42741C5.61626 1.39175 5.66353 1.35039 5.72108 1.30121ZM5.30151 1.63771C5.30151 1.6377 5.3019 1.63754 5.30266 1.6373L5.30151 1.63771ZM4.03338 5.99983V13.3333C4.03338 13.5013 4.10011 13.6624 4.21888 13.7812C4.33765 13.8999 4.49875 13.9667 4.66672 13.9667H10C10.168 13.9667 10.3291 13.8999 10.4479 13.7812C10.5667 13.6624 10.6334 13.5013 10.6334 13.3333V5.99983C10.4194 5.96274 10.2263 5.90192 10.0756 5.85446C10.0543 5.84773 10.0337 5.84126 10.0141 5.83517C9.7494 5.75296 9.55144 5.7 9.33338 5.7C9.14264 5.7 9.01537 5.73731 8.76015 5.81213C8.73141 5.82056 8.70104 5.82946 8.66878 5.83884C8.34498 5.93297 7.94226 6.03333 7.33338 6.03333C6.7245 6.03333 6.32178 5.93297 5.99798 5.83884C5.96572 5.82946 5.93536 5.82056 5.90661 5.81213C5.6514 5.73731 5.52413 5.7 5.33338 5.7C5.11533 5.7 4.91737 5.75296 4.65266 5.83517C4.63304 5.84126 4.61251 5.84773 4.59112 5.85446C4.44046 5.90192 4.24737 5.96274 4.03338 5.99983ZM12.0334 8.03376V10.6329C12.3661 10.6244 12.6834 10.4885 12.9193 10.2526C13.1631 10.0088 13.3 9.67811 13.3 9.33333C13.3 8.98855 13.1631 8.65789 12.9193 8.41409C12.6834 8.17816 12.3661 8.04228 12.0334 8.03376ZM6.00005 7.3C6.38665 7.3 6.70005 7.6134 6.70005 8V12C6.70005 12.3866 6.38665 12.7 6.00005 12.7C5.61345 12.7 5.30005 12.3866 5.30005 12V8C5.30005 7.6134 5.61345 7.3 6.00005 7.3ZM8.66672 7.3C9.05331 7.3 9.36672 7.6134 9.36672 8V12C9.36672 12.3866 9.05331 12.7 8.66672 12.7C8.28012 12.7 7.96672 12.3866 7.96672 12V8C7.96672 7.6134 8.28012 7.3 8.66672 7.3Z", + fill: "currentColor", + }), + }), + To = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.838326 0.838357C1.11169 0.56499 1.55491 0.56499 1.82828 0.838357L2.98273 1.99281L5.49997 4.51005C5.51312 4.52223 5.52581 4.53492 5.53802 4.5481L9.16131 8.17139C9.16111 8.17119 9.16151 8.17159 9.16131 8.17139L11.8279 10.838C11.8281 10.8382 11.8284 10.8385 11.8287 10.8387L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L12.0333 13.0233V13.3333C12.0333 13.8726 11.8191 14.3898 11.4377 14.7711C11.0564 15.1524 10.5392 15.3667 9.99997 15.3667H4.66663C4.12736 15.3667 3.61017 15.1524 3.22885 14.7711C2.84753 14.3898 2.6333 13.8726 2.6333 13.3333V5.79598C2.53622 5.74888 2.44211 5.69502 2.35168 5.63462C1.96241 5.37457 1.659 5.00491 1.47983 4.57241C1.30067 4.1399 1.2538 3.66398 1.34516 3.20483C1.38994 2.97974 1.46696 2.76365 1.57285 2.56283L0.838326 1.82831C0.564959 1.55494 0.564959 1.11172 0.838326 0.838357ZM2.69994 3.68992C2.70279 3.80841 2.72742 3.92599 2.77325 4.03662C2.84643 4.21327 2.97036 4.36426 3.12936 4.47048C3.28186 4.57235 3.46005 4.62865 3.64307 4.63305L2.69994 3.68992ZM4.80069 5.79067C4.7395 5.80849 4.67508 5.82848 4.60459 5.85036C4.57812 5.85857 4.55079 5.86706 4.52244 5.87579C4.38678 5.91759 4.21988 5.96784 4.0333 6.00016V13.3333C4.0333 13.5013 4.10003 13.6624 4.2188 13.7812C4.33757 13.8999 4.49866 13.9667 4.66663 13.9667H9.99997C10.1679 13.9667 10.329 13.8999 10.4478 13.7812C10.5666 13.6624 10.6333 13.5013 10.6333 13.3333V11.6233L9.36663 10.3566V12C9.36663 12.3866 9.05323 12.7 8.66663 12.7C8.28003 12.7 7.96663 12.3866 7.96663 12V8.95661L4.80069 5.79067ZM6.53085 2.45221C6.44717 2.52551 6.34327 2.61653 6.23966 2.69472C5.93109 2.92762 5.49214 2.86627 5.25924 2.55769C5.02635 2.24912 5.0877 1.81017 5.39627 1.57727C5.45579 1.53235 5.51502 1.4806 5.59983 1.40649C5.61659 1.39184 5.63436 1.37632 5.65332 1.3598C5.75811 1.26854 5.89055 1.15537 6.04366 1.04955C6.36304 0.828833 6.78189 0.633331 7.3333 0.633331C8.11738 0.633331 8.61601 1.02899 8.93338 1.30577C8.98092 1.34722 9.02131 1.38303 9.05676 1.41445C9.15315 1.4999 9.21295 1.55291 9.28014 1.59872C9.31286 1.62103 9.33168 1.63004 9.34007 1.63331C9.55547 1.63223 9.75206 1.57952 10.014 1.49816C10.0336 1.49207 10.0542 1.4856 10.0756 1.47886C10.3087 1.40543 10.6434 1.3 11 1.3C11.6276 1.3 12.2296 1.54934 12.6735 1.99318C13.1173 2.43701 13.3666 3.03899 13.3666 3.66666C13.3666 4.29434 13.1173 4.89631 12.6735 5.34015C12.4852 5.52844 12.2684 5.68173 12.0333 5.79583V6.63353C12.471 6.63891 12.9011 6.75065 13.2863 6.95935C13.6813 7.17336 14.0167 7.48255 14.262 7.8589C14.5074 8.23525 14.6549 8.66687 14.6913 9.11465C14.7277 9.56243 14.6518 10.0122 14.4704 10.4232C14.3143 10.7769 13.9011 10.9372 13.5474 10.7811C13.1937 10.625 13.0335 10.2118 13.1895 9.8581C13.2768 9.6602 13.3134 9.44364 13.2959 9.22804C13.2784 9.01244 13.2073 8.80463 13.0892 8.62342C12.9711 8.44221 12.8096 8.29334 12.6194 8.1903C12.4292 8.08726 12.2163 8.03331 12 8.03333H11.9169C11.7915 8.22218 11.577 8.34666 11.3333 8.34666C10.9467 8.34666 10.6333 8.03326 10.6333 7.64666V5.99983C10.4193 5.96274 10.2262 5.90192 10.0756 5.85446C10.0542 5.84773 10.0336 5.84126 10.014 5.83517C9.75018 5.75323 9.55266 5.70035 9.33545 5.7C9.20961 5.70096 9.08447 5.71889 8.96341 5.75331C8.59155 5.85904 8.20439 5.6433 8.09866 5.27144C7.99292 4.89958 8.20866 4.51242 8.58052 4.40669C8.82405 4.33744 9.07585 4.30156 9.32903 4.30001L9.3333 4.29998C9.78191 4.3 10.1573 4.4137 10.4292 4.49816C10.7325 4.59233 10.8692 4.63333 11 4.63333C11.2563 4.63333 11.5022 4.53149 11.6835 4.3502C11.8648 4.16892 11.9666 3.92304 11.9666 3.66666C11.9666 3.41029 11.8648 3.16441 11.6835 2.98313C11.5022 2.80184 11.2563 2.7 11 2.7C10.8692 2.7 10.7325 2.741 10.4292 2.83517C10.1573 2.91963 9.78191 3.03333 9.3333 3.03333C8.97674 3.03333 8.69652 2.89525 8.49146 2.75544C8.34278 2.65406 8.19266 2.52035 8.08265 2.42235C8.05718 2.39967 8.03387 2.3789 8.01322 2.36089C7.75726 2.13768 7.58922 2.03333 7.3333 2.03333C7.14138 2.03333 6.99556 2.0935 6.83961 2.20128C6.75505 2.25971 6.67216 2.329 6.57278 2.41554C6.5595 2.42711 6.54548 2.43939 6.53085 2.45221ZM5.99997 9.03333C6.38657 9.03333 6.69997 9.34673 6.69997 9.73333V12C6.69997 12.3866 6.38657 12.7 5.99997 12.7C5.61337 12.7 5.29997 12.3866 5.29997 12V9.73333C5.29997 9.34673 5.61337 9.03333 5.99997 9.03333Z", + fill: "currentColor", + }), + }), + No = (e) => + yt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + Rt("path", { + d: "M7.99998 2.0333C6.18658 2.0333 4.69998 3.5199 4.69998 5.3333C4.69998 7.76977 4.17693 9.38739 3.61451 10.4185C3.57371 10.4933 3.53278 10.5649 3.49192 10.6333H12.5274C12.4572 10.5186 12.3863 10.3951 12.3157 10.2627C12.1337 9.9216 12.2628 9.49758 12.6039 9.31565C12.945 9.13373 13.369 9.26277 13.551 9.60389C13.79 10.0522 14.0243 10.357 14.1898 10.5432C14.2727 10.6365 14.3386 10.7003 14.3796 10.7376C14.4002 10.7563 14.4144 10.7684 14.4215 10.7742L14.4258 10.7777C14.6626 10.9592 14.7586 11.2711 14.6641 11.5547C14.5688 11.8405 14.3013 12.0333 14 12.0333H1.99998C1.69151 12.0333 1.41941 11.8314 1.33002 11.5361C1.24163 11.2442 1.3525 10.9291 1.60313 10.7567L1.60444 10.7557C1.6091 10.7522 1.62052 10.7435 1.63779 10.7291C1.67231 10.7004 1.73027 10.6488 1.80431 10.5706C1.95204 10.4147 2.1657 10.151 2.38545 9.7481C2.82303 8.94588 3.29998 7.5635 3.29998 5.3333C3.29998 2.7467 5.41338 0.633301 7.99998 0.633301C8.53977 0.633301 9.01465 0.711438 9.48801 0.869222C9.85477 0.991476 10.053 1.3879 9.93073 1.75466C9.80847 2.12142 9.41205 2.31963 9.04529 2.19738C8.71864 2.0885 8.39352 2.0333 7.99998 2.0333Z", + fill: "currentColor", }), - t.createElement("path", { - className: "minioApplicationName", - d: "M307.9,50.2V24.1h2.4v24h12.4v2.1H307.9z", + Rt("path", { + d: "M6.5294 13.3865C6.86817 13.2003 7.29379 13.3239 7.48005 13.6627C7.53124 13.7558 7.6065 13.8334 7.69796 13.8875C7.78942 13.9416 7.89373 13.9702 7.99998 13.9702C8.10624 13.9702 8.21054 13.9416 8.302 13.8875C8.39347 13.8334 8.46872 13.7558 8.51991 13.6627C8.70617 13.3239 9.13179 13.2003 9.47057 13.3865C9.80934 13.5728 9.93298 13.9984 9.74672 14.3372C9.57473 14.65 9.3219 14.9109 9.01464 15.0926C8.70738 15.2743 8.35696 15.3702 7.99998 15.3702C7.64301 15.3702 7.29259 15.2743 6.98533 15.0926C6.67806 14.9109 6.42523 14.65 6.25325 14.3372C6.06699 13.9984 6.19063 13.5728 6.5294 13.3865Z", + fill: "currentColor", }), - t.createElement("rect", { - x: "21.9", - y: "0.6", - className: "minioSection", - width: "3.8", - height: "11.1", + Rt("path", { + d: "M9.96666 3.3333C9.96666 2.9467 10.2801 2.6333 10.6667 2.6333H14.2222C14.3171 2.6333 14.4076 2.65219 14.4902 2.68642C14.5709 2.7198 14.6466 2.76892 14.7126 2.83378L14.7217 2.84292C14.8457 2.96921 14.9222 3.14233 14.9222 3.3333V6.88886C14.9222 7.27546 14.6088 7.58886 14.2222 7.58886C13.8356 7.58886 13.5222 7.27546 13.5222 6.88886V5.02325L11.1616 7.38383C10.8883 7.6572 10.4451 7.6572 10.1717 7.38383C9.89832 7.11046 9.89832 6.66725 10.1717 6.39388L12.5323 4.0333H10.6667C10.2801 4.0333 9.96666 3.7199 9.96666 3.3333Z", + fill: "currentColor", }), - 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", + ], + }), + Vo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8 2.03333C6.1866 2.03333 4.7 3.51993 4.7 5.33333C4.7 7.7698 4.17695 9.38742 3.61453 10.4185C3.57373 10.4933 3.5328 10.5649 3.49194 10.6333H12.5275C12.4572 10.5186 12.3863 10.3952 12.3157 10.2627C12.1338 9.92163 12.2628 9.49761 12.6039 9.31568C12.945 9.13376 13.3691 9.2628 13.551 9.60392C13.7901 10.0522 14.0243 10.357 14.1899 10.5433C14.2727 10.6365 14.3387 10.7003 14.3797 10.7377C14.4002 10.7563 14.4145 10.7684 14.4215 10.7742C14.4236 10.7759 14.425 10.7771 14.4258 10.7778C14.4259 10.7778 14.4259 10.7778 14.4259 10.7778C14.6626 10.9592 14.7586 11.2712 14.6641 11.5547C14.5688 11.8405 14.3013 12.0333 14 12.0333H2C1.69153 12.0333 1.41942 11.8314 1.33004 11.5362C1.24165 11.2443 1.35252 10.9291 1.60315 10.7567C1.60558 10.755 1.60803 10.7534 1.61049 10.7517C1.6106 10.7516 1.61071 10.7516 1.61083 10.7515C1.61082 10.7515 1.61082 10.7515 1.61081 10.7515L1.61049 10.7517L1.60996 10.7521L1.60839 10.7531L1.60579 10.7549L1.60266 10.7571C1.60211 10.7574 1.60196 10.7576 1.6022 10.7574C1.60236 10.7573 1.60267 10.757 1.60315 10.7567C1.6035 10.7564 1.60394 10.7561 1.60446 10.7557C1.60912 10.7523 1.62054 10.7436 1.63781 10.7292C1.67233 10.7004 1.73029 10.6488 1.80433 10.5707C1.95206 10.4147 2.16572 10.151 2.38547 9.74813C2.82305 8.94591 3.3 7.56353 3.3 5.33333C3.3 2.74673 5.4134 0.633331 8 0.633331C8.53979 0.633331 9.01467 0.711468 9.48803 0.869253C9.85479 0.991506 10.053 1.38793 9.93075 1.75469C9.80849 2.12145 9.41207 2.31966 9.04531 2.19741C8.71866 2.08853 8.39354 2.03333 8 2.03333ZM12 4.03333C11.282 4.03333 10.7 4.61536 10.7 5.33333C10.7 6.0513 11.282 6.63333 12 6.63333C12.718 6.63333 13.3 6.0513 13.3 5.33333C13.3 4.61536 12.718 4.03333 12 4.03333ZM9.3 5.33333C9.3 3.84216 10.5088 2.63333 12 2.63333C13.4912 2.63333 14.7 3.84216 14.7 5.33333C14.7 6.8245 13.4912 8.03333 12 8.03333C10.5088 8.03333 9.3 6.8245 9.3 5.33333ZM6.52942 13.3866C6.86819 13.2003 7.29381 13.324 7.48007 13.6627C7.53126 13.7559 7.60652 13.8335 7.69798 13.8876C7.78944 13.9417 7.89375 13.9702 8 13.9702C8.10625 13.9702 8.21056 13.9417 8.30202 13.8876C8.39348 13.8335 8.46874 13.7559 8.51993 13.6627C8.70619 13.324 9.13181 13.2003 9.47058 13.3866C9.80936 13.5729 9.93299 13.9985 9.74674 14.3372C9.57475 14.6501 9.32192 14.9109 9.01466 15.0927C8.7074 15.2744 8.35697 15.3702 8 15.3702C7.64303 15.3702 7.29261 15.2744 6.98534 15.0927C6.67808 14.9109 6.42525 14.6501 6.25326 14.3372C6.06701 13.9985 6.19064 13.5729 6.52942 13.3866Z", + fill: "currentColor", + }), + }), + So = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.03333 6C2.03333 3.80927 3.80927 2.03333 6 2.03333C8.19073 2.03333 9.96666 3.80927 9.96666 6C9.96666 8.19073 8.19073 9.96666 6 9.96666C3.80927 9.96666 2.03333 8.19073 2.03333 6ZM6 0.633331C3.03607 0.633331 0.633331 3.03607 0.633331 6C0.633331 7.77998 1.4999 9.35756 2.83417 10.3339C2.30961 10.7016 1.96667 11.3108 1.96667 12V13.3333C1.96667 14.4563 2.87702 15.3667 4 15.3667H8C9.12298 15.3667 10.0333 14.4563 10.0333 13.3333V13.3269C10.8298 13.2351 11.4684 12.9976 11.9377 12.7554C12.1208 12.6609 12.278 12.5657 12.4091 12.4783C12.6864 12.62 13.0005 12.7 13.3333 12.7C14.4563 12.7 15.3667 11.7896 15.3667 10.6667C15.3667 9.54369 14.4563 8.63333 13.3333 8.63333C12.2104 8.63333 11.3 9.54369 11.3 10.6667C11.3 10.936 11.3524 11.1931 11.4475 11.4283C11.4003 11.4556 11.3497 11.4834 11.2956 11.5113C10.9867 11.6707 10.5642 11.8341 10.0316 11.9149C10.0047 11.2608 9.6687 10.6864 9.16583 10.3339C10.5001 9.35756 11.3667 7.77998 11.3667 6C11.3667 3.03607 8.96393 0.633331 6 0.633331ZM8.63333 12.665V12C8.63333 11.6502 8.34978 11.3667 8 11.3667H4C3.65022 11.3667 3.36667 11.6502 3.36667 12V13.3333C3.36667 13.6831 3.65022 13.9667 4 13.9667H8C8.34978 13.9667 8.63333 13.6831 8.63333 13.3333V12.6683C8.63333 12.6678 8.63333 12.6672 8.63333 12.6667C8.63333 12.6661 8.63333 12.6656 8.63333 12.665ZM12.9574 11.1764C13.0625 11.2541 13.1926 11.3 13.3333 11.3C13.6831 11.3 13.9667 11.0164 13.9667 10.6667C13.9667 10.3169 13.6831 10.0333 13.3333 10.0333C12.9836 10.0333 12.7 10.3169 12.7 10.6667C12.7 10.8074 12.7459 10.9375 12.8236 11.0426C12.8484 11.0615 12.8723 11.0823 12.895 11.105C12.9177 11.1277 12.9385 11.1516 12.9574 11.1764ZM13.153 2.34113C12.9732 1.99888 12.55 1.86718 12.2078 2.04696C11.8655 2.22675 11.7338 2.64995 11.9136 2.9922C12.3668 3.85495 12.6234 4.9084 12.6334 6.00632C12.6369 6.39291 12.9531 6.70346 13.3397 6.69997C13.7262 6.69647 14.0368 6.38025 14.0333 5.99367C14.0216 4.69445 13.7192 3.41889 13.153 2.34113ZM5.3 6C5.3 5.6134 5.6134 5.3 6 5.3H6.00667C6.39327 5.3 6.70667 5.6134 6.70667 6C6.70667 6.3866 6.39327 6.7 6.00667 6.7H6C5.6134 6.7 5.3 6.3866 5.3 6Z", + fill: "currentColor", + }), + }), + xo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.00001 2.03333C7.1248 2.03333 6.28543 2.38101 5.66656 2.99988C5.04769 3.61875 4.70001 4.45812 4.70001 5.33333C4.70001 7.7698 4.17696 9.38742 3.61454 10.4185C3.57374 10.4933 3.53281 10.5649 3.49195 10.6333H12.5081C12.4672 10.5649 12.4263 10.4933 12.3855 10.4185C11.8231 9.38742 11.3 7.7698 11.3 5.33333C11.3 4.45812 10.9523 3.61875 10.3335 2.99988C9.71459 2.38101 8.87522 2.03333 8.00001 2.03333ZM14.3969 10.7567L14.3955 10.7557C14.3909 10.7523 14.3795 10.7436 14.3622 10.7292C14.3277 10.7004 14.2697 10.6488 14.1957 10.5707C14.048 10.4147 13.8343 10.151 13.6145 9.74814C13.177 8.94591 12.7 7.56353 12.7 5.33333C12.7 4.08681 12.2048 2.89135 11.3234 2.00993C10.442 1.12851 9.24653 0.633331 8.00001 0.633331C6.75349 0.633331 5.55803 1.12851 4.67661 2.00993C3.79519 2.89135 3.30001 4.08681 3.30001 5.33333C3.30001 7.56353 2.82306 8.94591 2.38548 9.74814C2.16573 10.151 1.95207 10.4147 1.80434 10.5707C1.7303 10.6488 1.67234 10.7004 1.63782 10.7292C1.62055 10.7436 1.60913 10.7523 1.60447 10.7557L1.60316 10.7567C1.35253 10.9291 1.24166 11.2443 1.33005 11.5362C1.41943 11.8314 1.69154 12.0333 2.00001 12.0333H14C14.3085 12.0333 14.5806 11.8314 14.67 11.5362C14.7584 11.2443 14.6475 10.9291 14.3969 10.7567ZM6.52943 13.3866C6.8682 13.2003 7.29382 13.324 7.48008 13.6627C7.53127 13.7559 7.60653 13.8335 7.69799 13.8876C7.78945 13.9417 7.89376 13.9702 8.00001 13.9702C8.10626 13.9702 8.21057 13.9417 8.30203 13.8876C8.39349 13.8335 8.46875 13.7559 8.51994 13.6627C8.7062 13.324 9.13182 13.2003 9.47059 13.3866C9.80937 13.5729 9.933 13.9985 9.74675 14.3372C9.57476 14.6501 9.32193 14.9109 9.01467 15.0927C8.7074 15.2744 8.35698 15.3702 8.00001 15.3702C7.64304 15.3702 7.29261 15.2744 6.98535 15.0927C6.67809 14.9109 6.42526 14.6501 6.25327 14.3372C6.06702 13.9985 6.19065 13.5729 6.52943 13.3866Z", + fill: "currentColor", + }), + }), + _o = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8 2.03333C6.1866 2.03333 4.7 3.51993 4.7 5.33333C4.7 7.7698 4.17694 9.38742 3.61452 10.4185C3.57372 10.4933 3.53279 10.5649 3.49193 10.6333H12.5102C12.1617 10.0475 11.8117 9.23687 11.5817 8.14421C11.502 7.7659 11.7441 7.39466 12.1225 7.31501C12.5008 7.23537 12.872 7.47748 12.9516 7.85579C13.199 9.03066 13.5943 9.77482 13.9042 10.2115C14.0599 10.4309 14.1963 10.5759 14.2858 10.6608C14.3307 10.7033 14.3639 10.7309 14.3821 10.7453C14.3898 10.7515 14.3949 10.7552 14.3969 10.7567C14.6475 10.9292 14.7583 11.2443 14.67 11.5362C14.5806 11.8314 14.3085 12.0333 14 12.0333H2C1.69153 12.0333 1.41942 11.8314 1.33003 11.5362C1.24164 11.2443 1.35251 10.9291 1.60315 10.7567C1.60558 10.755 1.60803 10.7534 1.61049 10.7517C1.6106 10.7516 1.61071 10.7516 1.61082 10.7515C1.61082 10.7515 1.61081 10.7515 1.61081 10.7515L1.61049 10.7517L1.60996 10.7521L1.60839 10.7531L1.60578 10.7549L1.60266 10.7571C1.60211 10.7574 1.60196 10.7576 1.6022 10.7574C1.60235 10.7573 1.60267 10.757 1.60315 10.7567C1.6035 10.7564 1.60393 10.7561 1.60446 10.7557C1.60911 10.7523 1.62054 10.7436 1.6378 10.7292C1.67232 10.7004 1.73028 10.6488 1.80433 10.5707C1.95205 10.4147 2.16571 10.151 2.38547 9.74813C2.82305 8.94591 3.3 7.56353 3.3 5.33333C3.3 2.74673 5.4134 0.633331 8 0.633331C9.41213 0.633331 10.6612 1.26119 11.516 2.19366C11.7772 2.47864 11.758 2.92144 11.473 3.18267C11.188 3.44391 10.7452 3.42465 10.484 3.13967C9.87209 2.47214 8.98786 2.03333 8 2.03333ZM9.3 5.33333C9.3 4.94673 9.6134 4.63333 10 4.63333H14C14.3866 4.63333 14.7 4.94673 14.7 5.33333C14.7 5.71993 14.3866 6.03333 14 6.03333H10C9.6134 6.03333 9.3 5.71993 9.3 5.33333ZM6.52941 13.3866C6.86819 13.2003 7.29381 13.324 7.48007 13.6627C7.53126 13.7559 7.60651 13.8335 7.69797 13.8876C7.78944 13.9417 7.89374 13.9702 8 13.9702C8.10625 13.9702 8.21056 13.9417 8.30202 13.8876C8.39348 13.8335 8.46874 13.7559 8.51993 13.6627C8.70619 13.324 9.13181 13.2003 9.47058 13.3866C9.80935 13.5729 9.93299 13.9985 9.74673 14.3372C9.57475 14.6501 9.32192 14.9109 9.01465 15.0927C8.70739 15.2744 8.35697 15.3702 8 15.3702C7.64302 15.3702 7.2926 15.2744 6.98534 15.0927C6.67808 14.9109 6.42525 14.6501 6.25326 14.3372C6.067 13.9985 6.19064 13.5729 6.52941 13.3866Z", + fill: "currentColor", + }), + }), + Ao = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.838357 0.838357C1.11172 0.56499 1.55494 0.56499 1.82831 0.838357L4.68374 3.69379C4.69121 3.70093 4.69851 3.70823 4.70563 3.71568L11.8281 10.8382C11.8283 10.8383 11.8284 10.8384 11.8285 10.8385L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L11.0434 12.0333H2C1.69153 12.0333 1.41942 11.8314 1.33003 11.5362C1.24165 11.2443 1.35251 10.9291 1.60314 10.7567C1.60314 10.7567 1.60315 10.7567 1.60315 10.7567C1.6035 10.7564 1.60394 10.7561 1.60446 10.7557C1.60912 10.7523 1.62054 10.7436 1.63781 10.7292C1.67232 10.7004 1.73029 10.6488 1.80433 10.5707C1.95206 10.4147 2.16571 10.151 2.38547 9.74813C2.82281 8.94635 3.29947 7.56505 3.3 5.33701C3.29679 5.02004 3.33312 4.70452 3.40771 4.39766L0.838357 1.82831C0.56499 1.55494 0.56499 1.11172 0.838357 0.838357ZM4.69627 5.68622C4.64855 7.92719 4.14934 9.43804 3.61452 10.4185C3.57372 10.4933 3.53279 10.5649 3.49194 10.6333H9.64338L4.69627 5.68622ZM1.61082 10.7515C1.61082 10.7515 1.61082 10.7515 1.61081 10.7515L1.61049 10.7517C1.6106 10.7516 1.61071 10.7516 1.61082 10.7515ZM9.56267 2.43409C9.03843 2.15224 8.44771 2.01743 7.85309 2.04392C7.25848 2.07042 6.68209 2.25725 6.185 2.58461C5.86212 2.79724 5.42801 2.70787 5.21538 2.385C5.00275 2.06213 5.09212 1.62801 5.415 1.41538C6.12298 0.949136 6.94389 0.683051 7.79077 0.645312C8.63765 0.607573 9.47897 0.799585 10.2256 1.20101C10.9723 1.60243 11.5964 2.19833 12.032 2.92557C12.4676 3.65281 12.6984 4.48433 12.7 5.33205L12.7 5.33267C12.701 6.40033 12.8287 7.4641 13.0803 8.50169C13.1714 8.8774 12.9407 9.25583 12.565 9.34695C12.1893 9.43806 11.8108 9.20735 11.7197 8.83164C11.442 7.68653 11.3011 6.51253 11.3 5.33423C11.3 5.33415 11.3 5.33407 11.3 5.33399L11.9999 5.33333L11.3 5.33461C11.3 5.33448 11.3 5.33436 11.3 5.33423C11.2988 4.73915 11.1368 4.15546 10.831 3.64496C10.5252 3.13434 10.0869 2.71595 9.56267 2.43409ZM6.52941 13.3866C6.86819 13.2003 7.29381 13.324 7.48007 13.6627C7.53126 13.7559 7.60652 13.8335 7.69798 13.8876C7.78944 13.9417 7.89374 13.9702 8 13.9702C8.10625 13.9702 8.21056 13.9417 8.30202 13.8876C8.39348 13.8335 8.46874 13.7559 8.51993 13.6627C8.70619 13.324 9.13181 13.2003 9.47058 13.3866C9.80935 13.5729 9.93299 13.9985 9.74673 14.3372C9.57475 14.6501 9.32192 14.9109 9.01465 15.0927C8.70739 15.2744 8.35697 15.3702 8 15.3702C7.64302 15.3702 7.2926 15.2744 6.98534 15.0927C6.67808 14.9109 6.42525 14.6501 6.25326 14.3372C6.067 13.9985 6.19064 13.5729 6.52941 13.3866Z", + fill: "currentColor", + }), + }), + Zo = (e) => + yt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8 2.03333C6.1866 2.03333 4.7 3.51993 4.7 5.33333C4.7 7.7698 4.17694 9.38742 3.61452 10.4185C3.57372 10.4933 3.53279 10.5649 3.49193 10.6333H12.4907C12.4067 10.495 12.3227 10.344 12.2406 10.1797C12.0677 9.83393 12.2078 9.41346 12.5536 9.24057C12.8994 9.06767 13.3199 9.20783 13.4928 9.55362C13.7277 10.0235 13.9718 10.3358 14.1463 10.5237C14.2337 10.6178 14.3041 10.6813 14.3477 10.7178C14.3696 10.7361 14.3847 10.7477 14.3918 10.7531C14.3935 10.7543 14.3948 10.7552 14.3956 10.7558C14.6471 10.9281 14.7585 11.2438 14.67 11.5362C14.5806 11.8314 14.3085 12.0333 14 12.0333H2C1.69153 12.0333 1.41942 11.8314 1.33003 11.5362C1.24164 11.2442 1.35251 10.9291 1.60315 10.7567C1.60599 10.7547 1.60884 10.7528 1.61171 10.7509L2 11.3333C1.61171 10.7509 1.61125 10.7512 1.61081 10.7515L1.60996 10.7521L1.60839 10.7531L1.60578 10.7549L1.60315 10.7567C1.60193 10.7576 1.60224 10.7573 1.60315 10.7567C1.6035 10.7564 1.60394 10.7561 1.60446 10.7557C1.60911 10.7523 1.62054 10.7436 1.6378 10.7292C1.67232 10.7004 1.73028 10.6488 1.80433 10.5707C1.95205 10.4147 2.16571 10.151 2.38547 9.74813C2.82305 8.94591 3.3 7.56353 3.3 5.33333C3.3 2.74673 5.4134 0.633331 8 0.633331C8.77081 0.633331 9.49039 0.790188 10.2066 1.18809C10.5446 1.37584 10.6663 1.802 10.4786 2.13995C10.2908 2.4779 9.86466 2.59966 9.52671 2.41191C9.04293 2.14314 8.56252 2.03333 8 2.03333Z", + fill: "currentColor", }), - 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", + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.52941 13.3866C6.86819 13.2003 7.29381 13.324 7.48006 13.6627C7.53126 13.7559 7.60651 13.8335 7.69797 13.8876C7.78944 13.9417 7.89374 13.9702 8 13.9702C8.10625 13.9702 8.21056 13.9417 8.30202 13.8876C8.39348 13.8335 8.46874 13.7559 8.51993 13.6627C8.70619 13.324 9.13181 13.2003 9.47058 13.3866C9.80935 13.5729 9.93299 13.9985 9.74673 14.3372C9.57475 14.6501 9.32192 14.9109 9.01465 15.0927C8.70739 15.2744 8.35697 15.3702 8 15.3702C7.64302 15.3702 7.2926 15.2744 6.98534 15.0927C6.67808 14.9109 6.42525 14.6501 6.25326 14.3372C6.067 13.9985 6.19064 13.5729 6.52941 13.3866Z", + fill: "currentColor", }), - t.createElement("path", { - className: "minioSection", - d: "M47.6,11.7V0.6h1.8v11.1L47.6,11.7L47.6,11.7z", + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M9.3 5.33333C9.3 4.94673 9.6134 4.63333 10 4.63333H14C14.3866 4.63333 14.7 4.94673 14.7 5.33333C14.7 5.71993 14.3866 6.03333 14 6.03333H10C9.6134 6.03333 9.3 5.71993 9.3 5.33333Z", + fill: "currentColor", }), - 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", + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M12 2.63333C12.3866 2.63333 12.7 2.94673 12.7 3.33333V7.33333C12.7 7.71993 12.3866 8.03333 12 8.03333C11.6134 8.03333 11.3 7.71993 11.3 7.33333V3.33333C11.3 2.94673 11.6134 2.63333 12 2.63333Z", + fill: "currentColor", }), - ), - ), - 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", + ], + }), + Io = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.07034 0.76145C3.38618 0.984396 3.46149 1.42117 3.23854 1.73701C2.50457 2.77679 2.03333 3.97196 2.03333 5.33333C2.03333 5.71993 1.71993 6.03333 1.33333 6.03333C0.946732 6.03333 0.633331 5.71993 0.633331 5.33333C0.633331 3.62803 1.22875 2.15653 2.09479 0.92965C2.31773 0.613811 2.7545 0.538505 3.07034 0.76145ZM12.9297 0.76145C13.2455 0.538505 13.6823 0.613811 13.9052 0.92965C14.7712 2.15653 15.3667 3.62803 15.3667 5.33333C15.3667 5.71993 15.0533 6.03333 14.6667 6.03333C14.2801 6.03333 13.9667 5.71993 13.9667 5.33333C13.9667 3.97196 13.4954 2.77679 12.7615 1.73701C12.5385 1.42117 12.6138 0.984396 12.9297 0.76145ZM8 2.03333C7.12478 2.03333 6.28542 2.38101 5.66655 2.99988C5.04768 3.61875 4.7 4.45811 4.7 5.33333C4.7 7.7698 4.17695 9.38742 3.61452 10.4185C3.57372 10.4933 3.53279 10.5649 3.49194 10.6333H12.5081C12.4672 10.5649 12.4263 10.4933 12.3855 10.4185C11.823 9.38742 11.3 7.7698 11.3 5.33333C11.3 4.45811 10.9523 3.61875 10.3335 2.99988C9.71458 2.38101 8.87521 2.03333 8 2.03333ZM14.3969 10.7567C14.3965 10.7564 14.3961 10.7561 14.3955 10.7557C14.3909 10.7523 14.3795 10.7436 14.3622 10.7292C14.3277 10.7004 14.2697 10.6488 14.1957 10.5707C14.0479 10.4147 13.8343 10.151 13.6145 9.74813C13.1769 8.9459 12.7 7.56352 12.7 5.33333C12.7 4.08681 12.2048 2.89135 11.3234 2.00993C10.442 1.1285 9.24652 0.633328 8 0.633328C6.75348 0.633328 5.55802 1.12851 4.6766 2.00993C3.79517 2.89135 3.3 4.08681 3.3 5.33333C3.3 7.56352 2.82305 8.9459 2.38547 9.74813C2.16571 10.151 1.95206 10.4147 1.80433 10.5707C1.73029 10.6488 1.67232 10.7004 1.63781 10.7292C1.62054 10.7436 1.60912 10.7523 1.60446 10.7557C1.60394 10.7561 1.6035 10.7564 1.60315 10.7567C1.60315 10.7567 1.60314 10.7567 1.60314 10.7567C1.35251 10.9291 1.24165 11.2443 1.33003 11.5362C1.41942 11.8314 1.69153 12.0333 2 12.0333H14C14.3085 12.0333 14.5806 11.8314 14.67 11.5362C14.7583 11.2443 14.6475 10.9291 14.3969 10.7567ZM6.52941 13.3866C6.86819 13.2003 7.29381 13.324 7.48007 13.6627C7.53126 13.7559 7.60652 13.8335 7.69798 13.8876C7.78944 13.9417 7.89374 13.9702 8 13.9702C8.10625 13.9702 8.21056 13.9417 8.30202 13.8876C8.39348 13.8335 8.46874 13.7559 8.51993 13.6627C8.70619 13.324 9.13181 13.2003 9.47058 13.3866C9.80935 13.5729 9.93299 13.9985 9.74673 14.3372C9.57475 14.6501 9.32192 14.9109 9.01465 15.0926C8.70739 15.2744 8.35697 15.3702 8 15.3702C7.64302 15.3702 7.2926 15.2744 6.98534 15.0926C6.67808 14.9109 6.42525 14.6501 6.25326 14.3372C6.067 13.9985 6.19064 13.5729 6.52941 13.3866Z", + fill: "currentColor", + }), + }), + ko = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.69999 2.7V5.96667H9.96665V2.7H2.69999ZM1.29999 2.66667C1.29999 1.91188 1.91187 1.3 2.66665 1.3H9.99999C10.7548 1.3 11.3667 1.91188 11.3667 2.66667V6C11.3667 6.75479 10.7548 7.36667 9.99999 7.36667H2.66665C1.91187 7.36667 1.29999 6.75479 1.29999 6V2.66667ZM14.1717 5.50503C14.445 5.23166 14.8883 5.23166 15.1616 5.50503C15.435 5.7784 15.435 6.22161 15.1616 6.49498L13.6566 8L15.1616 9.50503C15.435 9.7784 15.435 10.2216 15.1616 10.495C14.8883 10.7683 14.445 10.7683 14.1717 10.495L12.1717 8.49498C11.8983 8.22161 11.8983 7.7784 12.1717 7.50503L14.1717 5.50503ZM2.69999 10.0333V13.3H9.96665V10.0333H2.69999ZM1.29999 10C1.29999 9.24521 1.91187 8.63334 2.66665 8.63334H9.99999C10.7548 8.63334 11.3667 9.24521 11.3667 10V13.3333C11.3667 14.0881 10.7548 14.7 9.99999 14.7H2.66665C1.91187 14.7 1.29999 14.0881 1.29999 13.3333V10Z", + fill: "currentColor", + }), + }), + Oo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.03333 2.7V5.96667H13.3V2.7H6.03333ZM4.63333 2.66667C4.63333 1.91188 5.24521 1.3 6 1.3H13.3333C14.0881 1.3 14.7 1.91188 14.7 2.66667V6C14.7 6.75479 14.0881 7.36667 13.3333 7.36667H6C5.24521 7.36667 4.63333 6.75479 4.63333 6V2.66667ZM0.838357 5.50503C1.11172 5.23166 1.55494 5.23166 1.82831 5.50503L3.82831 7.50503C4.10167 7.7784 4.10167 8.22161 3.82831 8.49498L1.82831 10.495C1.55494 10.7683 1.11172 10.7683 0.838357 10.495C0.56499 10.2216 0.56499 9.7784 0.838357 9.50503L2.34338 8L0.838357 6.49498C0.56499 6.22161 0.56499 5.7784 0.838357 5.50503ZM6.03333 10.0333V13.3H13.3V10.0333H6.03333ZM4.63333 10C4.63333 9.24521 5.24521 8.63334 6 8.63334H13.3333C14.0881 8.63334 14.7 9.24521 14.7 10V13.3333C14.7 14.0881 14.0881 14.7 13.3333 14.7H6C5.24521 14.7 4.63333 14.0881 4.63333 13.3333V10Z", + fill: "currentColor", + }), + }), + Bo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.69999 2.7V9.96667H5.96665V2.7H2.69999ZM1.29999 2.66667C1.29999 1.91188 1.91187 1.3 2.66665 1.3H5.99999C6.75478 1.3 7.36665 1.91188 7.36665 2.66667V10C7.36665 10.7548 6.75478 11.3667 5.99999 11.3667H2.66665C1.91187 11.3667 1.29999 10.7548 1.29999 10V2.66667ZM10.0333 2.7V9.96667H13.3V2.7H10.0333ZM8.63332 2.66667C8.63332 1.91188 9.2452 1.3 9.99999 1.3H13.3333C14.0881 1.3 14.7 1.91188 14.7 2.66667V10C14.7 10.7548 14.0881 11.3667 13.3333 11.3667H9.99999C9.2452 11.3667 8.63332 10.7548 8.63332 10V2.66667ZM7.50501 12.1717C7.77838 11.8983 8.2216 11.8983 8.49496 12.1717L10.495 14.1717C10.7683 14.4451 10.7683 14.8883 10.495 15.1616C10.2216 15.435 9.77838 15.435 9.50501 15.1616L7.99999 13.6566L6.49496 15.1616C6.2216 15.435 5.77838 15.435 5.50501 15.1616C5.23165 14.8883 5.23165 14.4451 5.50501 14.1717L7.50501 12.1717Z", + fill: "currentColor", + }), + }), + Do = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.50501 0.838357C5.77838 0.56499 6.2216 0.56499 6.49496 0.838357L7.99999 2.34338L9.50501 0.838357C9.77838 0.56499 10.2216 0.56499 10.495 0.838357C10.7683 1.11172 10.7683 1.55494 10.495 1.82831L8.49496 3.82831C8.2216 4.10167 7.77838 4.10167 7.50501 3.82831L5.50501 1.82831C5.23165 1.55494 5.23165 1.11172 5.50501 0.838357ZM2.69999 6.03333V13.3H5.96665V6.03333H2.69999ZM1.29999 6C1.29999 5.24521 1.91187 4.63333 2.66665 4.63333H5.99999C6.75478 4.63333 7.36665 5.24521 7.36665 6V13.3333C7.36665 14.0881 6.75478 14.7 5.99999 14.7H2.66665C1.91187 14.7 1.29999 14.0881 1.29999 13.3333V6ZM10.0333 6.03333V13.3H13.3V6.03333H10.0333ZM8.63332 6C8.63332 5.24521 9.2452 4.63333 9.99999 4.63333H13.3333C14.0881 4.63333 14.7 5.24521 14.7 6V13.3333C14.7 14.0881 14.0881 14.7 13.3333 14.7H9.99999C9.2452 14.7 8.63332 14.0881 8.63332 13.3333V6Z", + fill: "currentColor", + }), + }), + Po = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M10 3.36666C10.0184 3.36666 10.0334 3.35174 10.0334 3.33333C10.0334 3.31492 10.0184 3.29999 10 3.29999C9.98162 3.29999 9.96669 3.31492 9.96669 3.33333C9.96669 3.35174 9.98162 3.36666 10 3.36666ZM8.63336 3.33333C8.63336 2.57854 9.24524 1.96666 10 1.96666C10.7548 1.96666 11.3667 2.57854 11.3667 3.33333C11.3667 4.08812 10.7548 4.69999 10 4.69999C9.24524 4.69999 8.63336 4.08812 8.63336 3.33333ZM8.78488 4.64337C8.97451 4.67586 9.14241 4.78496 9.24913 4.94504L10.3747 6.63333H11.3334C11.72 6.63333 12.0334 6.94673 12.0334 7.33333C12.0334 7.71992 11.72 8.03333 11.3334 8.03333H10C9.76598 8.03333 9.54742 7.91636 9.41759 7.72162L8.49472 6.33731L7.06571 7.40906L8.495 8.83835C8.62628 8.96963 8.70003 9.14767 8.70003 9.33333V11.6667C8.70003 12.0533 8.38663 12.3667 8.00003 12.3667C7.61343 12.3667 7.30003 12.0533 7.30003 11.6667V9.62328L5.50505 7.8283C5.36156 7.68481 5.2874 7.48612 5.30179 7.2837C5.31617 7.08129 5.41769 6.89508 5.58003 6.77333L8.24669 4.77333C8.40061 4.65789 8.59525 4.61089 8.78488 4.64337ZM3.6667 10.0333C2.76463 10.0333 2.03336 10.7646 2.03336 11.6667C2.03336 12.5687 2.76463 13.3 3.6667 13.3C4.56876 13.3 5.30003 12.5687 5.30003 11.6667C5.30003 10.7646 4.56876 10.0333 3.6667 10.0333ZM0.633362 11.6667C0.633362 9.99139 1.99143 8.63333 3.6667 8.63333C5.34196 8.63333 6.70003 9.99139 6.70003 11.6667C6.70003 13.3419 5.34196 14.7 3.6667 14.7C1.99143 14.7 0.633362 13.3419 0.633362 11.6667ZM12.3334 10.0333C11.4313 10.0333 10.7 10.7646 10.7 11.6667C10.7 12.5687 11.4313 13.3 12.3334 13.3C13.2354 13.3 13.9667 12.5687 13.9667 11.6667C13.9667 10.7646 13.2354 10.0333 12.3334 10.0333ZM9.30003 11.6667C9.30003 9.99139 10.6581 8.63333 12.3334 8.63333C14.0086 8.63333 15.3667 9.99139 15.3667 11.6667C15.3667 13.3419 14.0086 14.7 12.3334 14.7C10.6581 14.7 9.30003 13.3419 9.30003 11.6667Z", + fill: "currentColor", + }), + }), + Fo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33332 3.36666C4.98354 3.36666 4.69999 3.65021 4.69999 3.99999V5.33333C4.69999 5.68311 4.98354 5.96666 5.33332 5.96666C5.6831 5.96666 5.96665 5.68311 5.96665 5.33333V3.99999C5.96665 3.65021 5.6831 3.36666 5.33332 3.36666ZM3.29999 3.99999C3.29999 2.87701 4.21034 1.96666 5.33332 1.96666C6.4563 1.96666 7.36665 2.87701 7.36665 3.99999V5.33333C7.36665 6.45631 6.4563 7.36666 5.33332 7.36666C4.21034 7.36666 3.29999 6.45631 3.29999 5.33333V3.99999ZM8.63332 2.66666C8.63332 2.28006 8.94672 1.96666 9.33332 1.96666H10.6667C11.0533 1.96666 11.3667 2.28006 11.3667 2.66666V5.96666H12C12.3866 5.96666 12.7 6.28006 12.7 6.66666C12.7 7.05326 12.3866 7.36666 12 7.36666H9.33332C8.94672 7.36666 8.63332 7.05326 8.63332 6.66666C8.63332 6.28006 8.94672 5.96666 9.33332 5.96666H9.96665V3.36666H9.33332C8.94672 3.36666 8.63332 3.05326 8.63332 2.66666ZM3.29999 9.33333C3.29999 8.94673 3.61339 8.63333 3.99999 8.63333H5.33332C5.71992 8.63333 6.03332 8.94673 6.03332 9.33333V12.6333H6.66665C7.05325 12.6333 7.36665 12.9467 7.36665 13.3333C7.36665 13.7199 7.05325 14.0333 6.66665 14.0333H3.99999C3.61339 14.0333 3.29999 13.7199 3.29999 13.3333C3.29999 12.9467 3.61339 12.6333 3.99999 12.6333H4.63332V10.0333H3.99999C3.61339 10.0333 3.29999 9.71993 3.29999 9.33333ZM10.6667 10.0333C10.3169 10.0333 10.0333 10.3169 10.0333 10.6667V12C10.0333 12.3498 10.3169 12.6333 10.6667 12.6333C11.0164 12.6333 11.3 12.3498 11.3 12V10.6667C11.3 10.3169 11.0164 10.0333 10.6667 10.0333ZM8.63332 10.6667C8.63332 9.54368 9.54368 8.63333 10.6667 8.63333C11.7896 8.63333 12.7 9.54368 12.7 10.6667V12C12.7 13.123 11.7896 14.0333 10.6667 14.0333C9.54368 14.0333 8.63332 13.123 8.63332 12V10.6667Z", + fill: "currentColor", + }), + }), + Uo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.70375 1.60805C5.0675 1.739 5.25622 2.14003 5.12527 2.50378C4.63838 3.85624 5.11383 5.31362 6.30584 6.13999L6.70326 6.36708C7.05522 6.07536 7.50712 5.90001 7.99998 5.90001C8.49284 5.90001 8.94474 6.07536 9.29671 6.36708L9.69412 6.13999C10.8861 5.31362 11.3616 3.85624 10.8747 2.50378C10.7437 2.14003 10.9325 1.739 11.2962 1.60805C11.66 1.4771 12.061 1.66582 12.1919 2.02957C12.6339 3.25729 12.5236 4.54717 11.9613 5.62988C13.192 5.68454 14.3736 6.25883 15.2107 7.2929C15.454 7.59338 15.4076 8.03416 15.1071 8.27741C14.8066 8.52066 14.3658 8.47426 14.1226 8.17378C13.2 7.03409 11.6987 6.70906 10.3963 7.35121L10.0021 7.57645C10.0226 7.69232 10.0333 7.81158 10.0333 7.93334C10.0333 8.81034 9.47809 9.55766 8.69998 9.84297V10.3197C8.75974 11.7767 9.84032 12.9595 11.2398 13.1748C11.6219 13.2336 11.884 13.591 11.8252 13.9731C11.7664 14.3552 11.409 14.6173 11.0269 14.5585C9.73644 14.36 8.63351 13.6033 7.96894 12.5413C7.30906 13.5556 6.25216 14.2951 4.97309 14.4919C4.59098 14.5507 4.23357 14.2886 4.17479 13.9064C4.116 13.5243 4.3781 13.1669 4.76021 13.1081C6.14153 12.8956 7.17949 11.7257 7.29998 10.3051V9.84297C6.52187 9.55766 5.96665 8.81034 5.96665 7.93334C5.96665 7.81158 5.97735 7.69232 5.99786 7.57645L5.61448 7.35738C4.30029 6.76907 2.78682 7.10417 1.86667 8.18669C1.61629 8.48126 1.17453 8.51708 0.879961 8.2667C0.585396 8.01632 0.549577 7.57455 0.799957 7.27999C1.64372 6.28733 2.8304 5.73422 4.06281 5.67564C3.47963 4.58363 3.3598 3.27464 3.80803 2.02957C3.93898 1.66582 4.34001 1.4771 4.70375 1.60805ZM7.40601 7.71304C7.38056 7.78165 7.36665 7.85587 7.36665 7.93334C7.36665 8.28312 7.6502 8.56667 7.99998 8.56667C8.34976 8.56667 8.63331 8.28312 8.63331 7.93334C8.63331 7.85587 8.61941 7.78165 8.59395 7.71304C8.56877 7.68254 8.54584 7.64948 8.52554 7.61397C8.50835 7.58388 8.49364 7.55306 8.48134 7.52173C8.36518 7.38602 8.19262 7.30001 7.99998 7.30001C7.80734 7.30001 7.63479 7.38601 7.51863 7.52173C7.50633 7.55306 7.49161 7.58388 7.47442 7.61397C7.45413 7.64948 7.4312 7.68254 7.40601 7.71304ZM6.8627 2.9136C7.61999 2.76214 8.37997 2.76214 9.13726 2.9136C9.51635 2.98942 9.76221 3.3582 9.68639 3.73729C9.61057 4.11638 9.24179 4.36223 8.8627 4.28641C8.28666 4.1712 7.71331 4.1712 7.13726 4.28641C6.75817 4.36223 6.38939 4.11638 6.31357 3.73729C6.23776 3.3582 6.48361 2.98942 6.8627 2.9136ZM3.44529 8.60259C3.81205 8.48034 4.20847 8.67855 4.33073 9.04531C4.50329 9.56302 4.78593 10.0627 5.16162 10.4384C5.43499 10.7117 5.43499 11.1549 5.16162 11.4283C4.88826 11.7017 4.44504 11.7017 4.17167 11.4283C3.61403 10.8707 3.23 10.1703 3.00257 9.48803C2.88032 9.12127 3.07853 8.72485 3.44529 8.60259ZM12.5547 8.60259C12.9214 8.72485 13.1196 9.12127 12.9974 9.48803C12.77 10.1703 12.3859 10.8707 11.8283 11.4283C11.5549 11.7017 11.1117 11.7017 10.8383 11.4283C10.565 11.1549 10.565 10.7117 10.8383 10.4384C11.214 10.0627 11.4967 9.56302 11.6692 9.04531C11.7915 8.67855 12.1879 8.48034 12.5547 8.60259Z", + fill: "currentColor", + }), + }), + Go = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M9.58308 1.47211C10.2621 1.24128 10.9971 1.2333 11.6809 1.44936C12.3648 1.66541 12.9618 2.0942 13.3849 2.67325C13.6969 3.10015 13.9023 3.59226 13.988 4.10878L14.8365 4.3209C15.1481 4.3988 15.3667 4.67879 15.3667 5C15.3667 5.32121 15.1481 5.60119 14.8365 5.6791L14.0334 5.87987V6.66666C14.0334 8.2668 13.3977 9.8014 12.2662 10.9329C11.6295 11.5696 10.8652 12.0493 10.0334 12.347V14C10.0334 14.3866 9.71996 14.7 9.33336 14.7C8.94676 14.7 8.63336 14.3866 8.63336 14V12.6667C8.42393 12.6888 8.21256 12.7 8.00003 12.7H7.36669V14C7.36669 14.3866 7.05329 14.7 6.66669 14.7C6.28009 14.7 5.96669 14.3866 5.96669 14V12.7H4.66673C4.66671 12.7 4.66675 12.7 4.66673 12.7H2.63183L1.90665 13.735C1.68481 14.0516 1.2483 14.1285 0.931686 13.9066C0.615068 13.6848 0.538235 13.2483 0.760074 12.9317L1.67474 11.6262C1.68651 11.6076 1.69913 11.5896 1.71256 11.5722L7.90602 2.73268C7.9059 2.73286 7.90615 2.7325 7.90602 2.73268C8.31649 2.14486 8.90427 1.70288 9.58308 1.47211ZM3.61274 11.3L4.66666 11.3C4.66744 11.3 4.66822 11.3 4.66901 11.3C5.3464 11.2995 6.00725 11.0905 6.56181 10.7014C7.11701 10.3119 7.53871 9.76078 7.76952 9.12305C8.00033 8.48532 8.02904 7.79196 7.85174 7.13733C7.74225 6.73306 7.55748 6.35569 7.30944 6.02393L3.61274 11.3ZM8.14187 4.83585C8.64216 5.38536 9.00719 6.04813 9.20306 6.77135C9.45557 7.7037 9.41468 8.69121 9.08595 9.5995C8.85407 10.2402 8.48691 10.8195 8.01316 11.3C9.23726 11.2965 10.4105 10.8088 11.2763 9.94293C12.1452 9.07401 12.6334 7.8955 12.6334 6.66666V5.34796C12.6331 5.33783 12.6331 5.32772 12.6334 5.31765V4.66666L12.6334 4.66482C12.6345 4.24587 12.5018 3.83752 12.2546 3.49927C12.0074 3.16101 11.6587 2.91053 11.2592 2.78432C10.8597 2.65811 10.4303 2.66277 10.0337 2.79761C9.63704 2.93246 9.29382 3.19044 9.05403 3.53398L8.14187 4.83585ZM9.96669 4.66666C9.96669 4.28007 10.2801 3.96666 10.6667 3.96666H10.6734C11.06 3.96666 11.3734 4.28007 11.3734 4.66666C11.3734 5.05326 11.06 5.36666 10.6734 5.36666H10.6667C10.2801 5.36666 9.96669 5.05326 9.96669 4.66666Z", + fill: "currentColor", + }), + }), + zo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.19222 1.06863C7.57295 1.13577 7.82716 1.49883 7.76002 1.87956L7.64998 2.50362L8.89775 2.72366L9.008 2.09956C9.07525 1.71885 9.43839 1.46475 9.8191 1.532C10.1998 1.59925 10.4539 1.96239 10.3867 2.3431L10.2658 3.02741C10.922 3.27101 11.4286 3.6784 11.7692 4.19082C12.2121 4.85728 12.3422 5.65334 12.2126 6.38813C12.083 7.12292 11.6886 7.82648 11.0445 8.30124C10.9472 8.37291 10.8454 8.43858 10.7391 8.49789C10.8184 8.58978 10.8915 8.68615 10.9582 8.78654C11.401 9.45304 11.531 10.2491 11.4014 10.9838C11.2717 11.7186 10.8773 12.4221 10.2332 12.8969C9.73817 13.2618 9.12317 13.4714 8.42363 13.4761L8.30344 14.1604C8.23656 14.5412 7.87367 14.7957 7.4929 14.7288C7.11213 14.6619 6.85767 14.299 6.92455 13.9182L7.03421 13.2938L5.78604 13.0737L5.67602 13.6976C5.60889 14.0783 5.24582 14.3325 4.8651 14.2654C4.48437 14.1982 4.23016 13.8352 4.2973 13.4544L4.40733 12.8305L3.78506 12.7207C3.40434 12.6535 3.15014 12.2904 3.2173 11.9097C3.28446 11.529 3.64754 11.2748 4.02826 11.342L4.65046 11.4517L6.02812 3.63922L5.4051 3.52936C5.02437 3.46222 4.77016 3.09916 4.8373 2.71843C4.90443 2.33771 5.2675 2.08349 5.64822 2.15063L6.27125 2.26049L6.3813 1.63643C6.44843 1.25571 6.8115 1.00149 7.19222 1.06863ZM7.40685 3.88235L6.83957 7.09927L8.77742 7.44061C9.42699 7.55524 9.89553 7.40888 10.2138 7.17427C10.5424 6.93213 10.7609 6.55915 10.8339 6.14502C10.9069 5.7309 10.8291 5.30566 10.6032 4.96573C10.3855 4.6382 9.99859 4.34187 9.35532 4.22596C9.3514 4.22534 9.34748 4.22468 9.34356 4.22399C9.33939 4.22325 9.33524 4.22248 9.33111 4.22167L7.40685 3.88235ZM6.59645 8.478L6.02917 11.6949L7.96618 12.0366C7.96616 12.0366 7.96621 12.0366 7.96618 12.0366C8.61572 12.1511 9.08414 12.0047 9.40248 11.77C9.73105 11.5278 9.94958 11.1548 10.0226 10.7406C10.0957 10.3265 10.018 9.90124 9.79211 9.56126C9.57326 9.23185 9.18327 8.93398 8.53367 8.81934C8.52952 8.81861 8.52538 8.81784 8.52126 8.81704L6.59645 8.478Z", + fill: "currentColor", + }), + }), + $o = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.00003 2.03333C3.8093 2.03333 2.03336 3.80927 2.03336 6C2.03336 7.71301 3.11921 9.1724 4.64016 9.72743C4.77758 6.98044 6.98047 4.77755 9.72746 4.64013C9.17244 3.11919 7.71304 2.03333 6.00003 2.03333ZM11.226 4.77401C10.6715 2.40086 8.54216 0.633331 6.00003 0.633331C3.0361 0.633331 0.633362 3.03607 0.633362 6C0.633362 8.54213 2.40089 10.6714 4.77404 11.226C5.3286 13.5991 7.4579 15.3667 10 15.3667C12.964 15.3667 15.3667 12.9639 15.3667 10C15.3667 7.45787 13.5992 5.32857 11.226 4.77401ZM6.0335 9.96652C6.05139 7.80235 7.80238 6.05136 9.96655 6.03347C9.94866 8.19764 8.19767 9.94863 6.0335 9.96652ZM6.2726 11.3599C9.01959 11.2224 11.2225 9.01955 11.3599 6.27256C12.8808 6.82759 13.9667 8.28698 13.9667 10C13.9667 12.1907 12.1908 13.9667 10 13.9667C8.28701 13.9667 6.82762 12.8808 6.2726 11.3599Z", + fill: "currentColor", + }), + }), + Wo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.29997 2C1.29997 1.6134 1.61337 1.3 1.99997 1.3H14C14.3866 1.3 14.7 1.6134 14.7 2C14.7 2.3866 14.3866 2.7 14 2.7H3.36663V10.757C4.14475 11.0423 4.69997 11.7897 4.69997 12.6667C4.69997 13.7896 3.78961 14.7 2.66663 14.7C1.54366 14.7 0.633301 13.7896 0.633301 12.6667C0.633301 11.7897 1.18852 11.0423 1.96663 10.757V2.69922C1.59551 2.68182 1.29997 2.37543 1.29997 2ZM4.6333 4.66667C4.6333 4.28007 4.9467 3.96667 5.3333 3.96667H13.3333C13.7199 3.96667 14.0333 4.28007 14.0333 4.66667C14.0333 5.05327 13.7199 5.36667 13.3333 5.36667H5.3333C4.9467 5.36667 4.6333 5.05327 4.6333 4.66667ZM4.6333 7.33334C4.6333 6.94674 4.9467 6.63334 5.3333 6.63334H13.3333C13.7199 6.63334 14.0333 6.94674 14.0333 7.33334C14.0333 7.71994 13.7199 8.03334 13.3333 8.03334H5.3333C4.9467 8.03334 4.6333 7.71994 4.6333 7.33334ZM4.6333 10C4.6333 9.6134 4.9467 9.3 5.3333 9.3H13.3333C13.7199 9.3 14.0333 9.6134 14.0333 10C14.0333 10.3866 13.7199 10.7 13.3333 10.7H5.3333C4.9467 10.7 4.6333 10.3866 4.6333 10ZM2.66663 12.0333C2.31685 12.0333 2.0333 12.3169 2.0333 12.6667C2.0333 13.0164 2.31685 13.3 2.66663 13.3C3.01641 13.3 3.29997 13.0164 3.29997 12.6667C3.29997 12.3169 3.01641 12.0333 2.66663 12.0333ZM5.96663 12.6667C5.96663 12.2801 6.28003 11.9667 6.66663 11.9667H13.3333C13.7199 11.9667 14.0333 12.2801 14.0333 12.6667C14.0333 13.0533 13.7199 13.3667 13.3333 13.3667H6.66663C6.28003 13.3667 5.96663 13.0533 5.96663 12.6667Z", + fill: "currentColor", + }), + }), + jo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M10.0334 2.7V5.96667H13.3V2.7H10.0334ZM8.63338 2.66667C8.63338 1.91188 9.24526 1.3 10 1.3H13.3334C14.0882 1.3 14.7 1.91188 14.7 2.66667V6C14.7 6.75479 14.0882 7.36667 13.3334 7.36667H10C9.24526 7.36667 8.63338 6.75479 8.63338 6V2.66667ZM1.70034 4.36696C1.95664 4.11066 2.30425 3.96667 2.66672 3.96667H6.00005C6.36251 3.96667 6.71013 4.11066 6.96643 4.36696C7.22273 4.62326 7.36672 4.97087 7.36672 5.33334V8.63334H10.6667C11.0292 8.63334 11.3768 8.77732 11.6331 9.03362C11.8894 9.28992 12.0334 9.63754 12.0334 10V13.3333C12.0334 13.6958 11.8894 14.0434 11.6331 14.2997C11.3768 14.556 11.0292 14.7 10.6667 14.7H2.66672C2.30425 14.7 1.95664 14.556 1.70034 14.2997C1.44404 14.0434 1.30005 13.6958 1.30005 13.3333V5.33334C1.30005 4.97087 1.44404 4.62326 1.70034 4.36696ZM2.70005 10.0333V13.3H5.96672V10.0333H2.70005ZM5.96672 8.63334H2.70005V5.36667H5.96672V8.63334ZM7.36672 10.0333V13.3H10.6334V10.0333H7.36672Z", + fill: "currentColor", + }), + }), + qo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.73217 0.686621C7.99374 0.578274 8.29483 0.638163 8.49502 0.838362L11.8284 4.17169C11.9596 4.30297 12.0334 4.48102 12.0334 4.66667C12.0334 4.85232 11.9596 5.03037 11.8284 5.16164L8.99 8L11.8284 10.8384C11.9596 10.9696 12.0334 11.1477 12.0334 11.3333C12.0334 11.519 11.9596 11.697 11.8284 11.8283L8.49502 15.1616C8.29483 15.3618 7.99374 15.4217 7.73217 15.3134C7.4706 15.205 7.30005 14.9498 7.30005 14.6667V9.68995L5.16169 11.8283C4.88832 12.1017 4.44511 12.1017 4.17174 11.8283C3.89837 11.5549 3.89837 11.1117 4.17174 10.8384L7.0101 8L4.17174 5.16164C3.89837 4.88828 3.89837 4.44506 4.17174 4.17169C4.44511 3.89833 4.88832 3.89833 5.16169 4.17169L7.30005 6.31005V1.33334C7.30005 1.05021 7.4706 0.794968 7.73217 0.686621ZM8.70005 9.68995L10.3434 11.3333L8.70005 12.9767V9.68995ZM8.70005 6.31005V3.02329L10.3434 4.66667L8.70005 6.31005ZM1.30005 8C1.30005 7.6134 1.61345 7.3 2.00005 7.3H4.00005C4.38665 7.3 4.70005 7.6134 4.70005 8C4.70005 8.3866 4.38665 8.7 4.00005 8.7H2.00005C1.61345 8.7 1.30005 8.3866 1.30005 8ZM11.3 8C11.3 7.6134 11.6135 7.3 12 7.3H14C14.3866 7.3 14.7 7.6134 14.7 8C14.7 8.3866 14.3866 8.7 14 8.7H12C11.6135 8.7 11.3 8.3866 11.3 8Z", + fill: "currentColor", + }), + }), + Yo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.73213 0.686621C7.9937 0.578274 8.29478 0.638163 8.49498 0.838362L11.8283 4.17169C12.1017 4.44506 12.1017 4.88828 11.8283 5.16164L8.98996 8L11.8283 10.8384C12.1017 11.1117 12.1017 11.5549 11.8283 11.8283L8.49498 15.1616C8.29478 15.3618 7.9937 15.4217 7.73213 15.3134C7.47056 15.205 7.30001 14.9498 7.30001 14.6667V9.68995L5.16165 11.8283C4.88828 12.1017 4.44507 12.1017 4.1717 11.8283C3.89833 11.5549 3.89833 11.1117 4.1717 10.8384L7.01006 8L4.1717 5.16164C3.89833 4.88828 3.89833 4.44506 4.1717 4.17169C4.44507 3.89833 4.88828 3.89833 5.16165 4.17169L7.30001 6.31005V1.33334C7.30001 1.05021 7.47056 0.794968 7.73213 0.686621ZM8.70001 9.68995L10.3434 11.3333L8.70001 12.9767V9.68995ZM8.70001 6.31005V3.02329L10.3434 4.66667L8.70001 6.31005Z", + fill: "currentColor", + }), + }), + Ko = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.73209 0.686621C7.99366 0.578274 8.29474 0.638163 8.49494 0.838362L11.8283 4.17169C12.1016 4.44506 12.1016 4.88828 11.8283 5.16164L10.1616 6.82831C9.88824 7.10168 9.44503 7.10168 9.17166 6.82831C8.89829 6.55494 8.89829 6.11173 9.17166 5.83836L10.3434 4.66667L8.69997 3.02329V4.33334C8.69997 4.71994 8.38657 5.03334 7.99997 5.03334C7.61337 5.03334 7.29997 4.71994 7.29997 4.33334V1.33334C7.29997 1.05021 7.47052 0.794968 7.73209 0.686621ZM0.838326 0.838362C1.11169 0.564995 1.55491 0.564995 1.82828 0.838362L8.49103 7.50112C8.49359 7.50363 8.49612 7.50617 8.49864 7.50872L15.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.3333 12.3233L8.49494 15.1616C8.29474 15.3618 7.99366 15.4217 7.73209 15.3134C7.47052 15.205 7.29997 14.9498 7.29997 14.6667V9.68995L5.16161 11.8283C4.88824 12.1017 4.44503 12.1017 4.17166 11.8283C3.89829 11.5549 3.89829 11.1117 4.17166 10.8384L7.01002 8L0.838326 1.82831C0.564959 1.55494 0.564959 1.11173 0.838326 0.838362ZM8.69997 9.68995V12.9767L10.3434 11.3333L8.69997 9.68995Z", + fill: "currentColor", + }), + }), + Xo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.73213 0.686621C7.9937 0.578274 8.29478 0.638163 8.49498 0.838362L11.8283 4.17169C11.9596 4.30297 12.0333 4.48102 12.0333 4.66667C12.0333 4.85232 11.9596 5.03037 11.8283 5.16164L8.98996 8L11.8283 10.8384C11.9596 10.9696 12.0333 11.1477 12.0333 11.3333C12.0333 11.519 11.9596 11.697 11.8283 11.8283L8.49498 15.1616C8.29478 15.3618 7.9937 15.4217 7.73213 15.3134C7.47056 15.205 7.30001 14.9498 7.30001 14.6667V9.68995L5.16165 11.8283C4.88828 12.1017 4.44507 12.1017 4.1717 11.8283C3.89833 11.5549 3.89833 11.1117 4.1717 10.8384L7.01006 8L4.1717 5.16164C3.89833 4.88828 3.89833 4.44506 4.1717 4.17169C4.44507 3.89833 4.88828 3.89833 5.16165 4.17169L7.30001 6.31005V1.33334C7.30001 1.05021 7.47056 0.794968 7.73213 0.686621ZM8.70001 9.68995L10.3434 11.3333L8.70001 12.9767V9.68995ZM8.70001 6.31005V3.02329L10.3434 4.66667L8.70001 6.31005ZM13.3914 5.61864C13.6646 5.34512 14.1079 5.34487 14.3814 5.61809C14.6944 5.93076 14.9427 6.30206 15.1121 6.71077C15.2816 7.11948 15.3688 7.55757 15.3688 8C15.3688 8.44244 15.2816 8.88053 15.1121 9.28924C14.9427 9.69794 14.6944 10.0692 14.3814 10.3819C14.1079 10.6551 13.6646 10.6549 13.3914 10.3814C13.1182 10.1079 13.1185 9.66463 13.392 9.39142C13.5748 9.20877 13.7199 8.99187 13.8189 8.75312C13.9178 8.51437 13.9688 8.25845 13.9688 8C13.9688 7.74155 13.9178 7.48564 13.8189 7.24689C13.7199 7.00814 13.5748 6.79124 13.392 6.60859C13.1185 6.33537 13.1182 5.89216 13.3914 5.61864ZM11.3 8C11.3 7.6134 11.6134 7.3 12 7.3H12.0067C12.3933 7.3 12.7067 7.6134 12.7067 8C12.7067 8.3866 12.3933 8.7 12.0067 8.7H12C11.6134 8.7 11.3 8.3866 11.3 8Z", + fill: "currentColor", + }), + }), + Qo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.30005 2.66666C3.30005 2.28006 3.61345 1.96666 4.00005 1.96666H9.33338C10.2263 1.96666 11.0826 2.32136 11.714 2.95273C12.3453 3.58411 12.7 4.44043 12.7 5.33333C12.7 6.22622 12.3453 7.08255 11.714 7.71392C11.7024 7.72553 11.6907 7.73704 11.6789 7.74846C11.9333 7.89479 12.1695 8.07496 12.3806 8.28607C13.012 8.91744 13.3667 9.77376 13.3667 10.6667C13.3667 11.5596 13.012 12.4159 12.3806 13.0473C11.7493 13.6786 10.8929 14.0333 10 14.0333H4.00005C3.61345 14.0333 3.30005 13.7199 3.30005 13.3333V2.66666ZM9.33338 7.29999C9.85497 7.29999 10.3552 7.09279 10.724 6.72397C11.0928 6.35515 11.3 5.85492 11.3 5.33333C11.3 4.81173 11.0928 4.3115 10.724 3.94268C10.3552 3.57386 9.85497 3.36666 9.33338 3.36666H4.70005V7.29999H9.33338ZM4.70005 8.69999H10C10.5216 8.69999 11.0219 8.90719 11.3907 9.27602C11.7595 9.64484 11.9667 10.1451 11.9667 10.6667C11.9667 11.1883 11.7595 11.6885 11.3907 12.0573C11.0219 12.4261 10.5216 12.6333 10 12.6333H4.70005V8.69999Z", + fill: "currentColor", + }), + }), + Jo = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.98487 0.906259C7.29362 0.728355 7.6437 0.634705 8.00005 0.634705C8.3564 0.634705 8.70648 0.728355 9.01522 0.906259C9.01572 0.906545 9.01622 0.906832 9.01672 0.90712L13.6834 3.57378C13.9922 3.75207 14.2487 4.00843 14.4271 4.31713C14.6056 4.62584 14.6997 4.97605 14.7 5.33262L14.7 10.6667C14.6997 11.0232 14.6056 11.3742 14.4271 11.6829C14.2487 11.9916 13.9922 12.2479 13.6834 12.4262L13.6807 12.4278L9.01672 15.0929C9.01621 15.0932 9.0157 15.0935 9.01518 15.0938C8.70645 15.2717 8.35639 15.3653 8.00005 15.3653C7.64371 15.3653 7.29364 15.2717 6.98491 15.0938C6.9844 15.0935 6.98389 15.0932 6.98338 15.0929L2.31942 12.4278L2.31672 12.4262C2.00792 12.2479 1.75143 11.9916 1.57299 11.6829C1.39454 11.3742 1.30041 11.024 1.30005 10.6674L1.30005 5.33334C1.30041 4.97677 1.39454 4.62584 1.57299 4.31713C1.75143 4.00843 2.00792 3.75207 2.31672 3.57379L2.31941 3.57223L6.98338 0.90712C6.98388 0.906832 6.98438 0.906545 6.98487 0.906259ZM8.00005 2.0347C7.88888 2.0347 7.77966 2.06397 7.68338 2.11955L7.68068 2.12111L3.01672 4.78622C3.01635 4.78643 3.01599 4.78664 3.01562 4.78685C2.91993 4.84236 2.84043 4.92197 2.78506 5.01776C2.72953 5.11383 2.70021 5.22281 2.70005 5.33377V10.6662C2.70021 10.7772 2.72953 10.8862 2.78506 10.9823C2.84042 11.078 2.9199 11.1576 3.01557 11.2131C3.01595 11.2133 3.01633 11.2136 3.01672 11.2138L7.68339 13.8804C7.77966 13.936 7.88888 13.9653 8.00005 13.9653C8.11122 13.9653 8.22044 13.936 8.31672 13.8805L8.31942 13.8789L12.9834 11.2138C12.9838 11.2136 12.9841 11.2134 12.9845 11.2131C13.0802 11.1576 13.1597 11.078 13.215 10.9823C13.2705 10.8863 13.2998 10.7774 13.3 10.6666C13.3 10.6664 13.3 10.6668 13.3 10.6666L13.3 5.33406C13.3 5.33385 13.3 5.33426 13.3 5.33406C13.2998 5.22321 13.2705 5.11373 13.215 5.01776C13.1597 4.92196 13.0802 4.84235 12.9844 4.78684C12.9841 4.78663 12.9837 4.78643 12.9834 4.78622L8.31671 2.11956C8.22043 2.06397 8.11122 2.0347 8.00005 2.0347ZM8.00005 6.03334C6.91389 6.03334 6.03338 6.91384 6.03338 8C6.03338 9.08616 6.91389 9.96667 8.00005 9.96667C9.08621 9.96667 9.96672 9.08616 9.96672 8C9.96672 6.91384 9.08621 6.03334 8.00005 6.03334ZM4.63338 8C4.63338 6.14065 6.14069 4.63334 8.00005 4.63334C9.85941 4.63334 11.3667 6.14065 11.3667 8C11.3667 9.85936 9.85941 11.3667 8.00005 11.3667C6.14069 11.3667 4.63338 9.85936 4.63338 8Z", + fill: "currentColor", + }), + }), + ei = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M11.3604 2.29616C11.3602 2.29632 11.3606 2.296 11.3604 2.29616L10.7528 2.90377C11.716 3.47654 12.5234 4.28394 13.0962 5.24715L13.7059 4.63749C13.7898 4.55388 13.8563 4.45453 13.9018 4.34513C13.9472 4.23573 13.9706 4.11845 13.9706 3.99999C13.9706 3.88154 13.9472 3.76425 13.9018 3.65486C13.8563 3.54546 13.7898 3.44611 13.7059 3.36249L13.172 2.8286L12.6395 2.29616C12.6394 2.29601 12.6397 2.29632 12.6395 2.29616C12.4697 2.12737 12.2395 2.03216 12 2.03216C11.7605 2.03216 11.5303 2.12738 11.3604 2.29616ZM13.6666 1.34338L13.6283 1.30502L13.6271 1.30382C13.1948 0.87365 12.6098 0.632156 12 0.632156C11.3901 0.632156 10.8051 0.87365 10.3729 1.30382L10.3717 1.30502L9.38882 2.28786C8.74111 2.0793 8.05036 1.96666 7.3333 1.96666C3.63299 1.96666 0.633301 4.96635 0.633301 8.66666C0.633301 12.367 3.63299 15.3667 7.3333 15.3667C11.0336 15.3667 14.0333 12.367 14.0333 8.66666C14.0333 7.9496 13.9207 7.25885 13.7121 6.61114L14.6941 5.62916C14.694 5.62926 14.6942 5.62906 14.6941 5.62916C14.9084 5.41554 15.0787 5.16145 15.1947 4.88201C15.3108 4.60244 15.3706 4.30271 15.3706 3.99999C15.3706 3.69728 15.3108 3.39755 15.1947 3.11798C15.0787 2.83858 14.9087 2.58483 14.6945 2.37123C14.6944 2.3711 14.6946 2.37137 14.6945 2.37123L14.6566 2.33333L15.1616 1.8283C15.435 1.55493 15.435 1.11172 15.1616 0.838352C14.8882 0.564985 14.445 0.564985 14.1717 0.838352L13.6666 1.34338ZM12.2284 6.63138C12.2409 6.67379 12.2575 6.71526 12.2781 6.75515C12.5075 7.34814 12.6333 7.99271 12.6333 8.66666C12.6333 11.5938 10.2604 13.9667 7.3333 13.9667C4.40619 13.9667 2.0333 11.5938 2.0333 8.66666C2.0333 5.73955 4.40619 3.36666 7.3333 3.36666C8.00725 3.36666 8.65182 3.49245 9.24481 3.72184C9.2847 3.7425 9.32617 3.75906 9.36858 3.77153C10.6589 4.30863 11.6913 5.34105 12.2284 6.63138Z", + fill: "currentColor", + }), + }), + ti = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M9.32648 1.32651C9.77032 0.882676 10.3723 0.633331 11 0.633331C11.6276 0.633331 12.2296 0.882676 12.6735 1.32651C13.0359 1.68897 13.2687 2.15689 13.3418 2.65814C13.8431 2.73131 14.311 2.96406 14.6735 3.32651C15.1173 3.77035 15.3666 4.37232 15.3666 5C15.3666 5.62768 15.1173 6.22965 14.6735 6.67348C14.2296 7.11732 13.6276 7.36666 13 7.36666C12.774 7.36666 12.5615 7.31881 12.4068 7.27994C12.3375 7.26254 12.2809 7.24742 12.2307 7.23401C12.1463 7.21146 12.0799 7.19372 12.0015 7.17799C11.8983 7.15731 11.8491 7.15803 11.8295 7.16038C11.8291 7.16077 11.8287 7.16119 11.8283 7.16164L7.16161 11.8283C7.16116 11.8288 7.16074 11.8292 7.16035 11.8296C7.158 11.8491 7.15728 11.8984 7.17796 12.0015C7.19369 12.0799 7.21143 12.1463 7.23398 12.2308C7.24739 12.281 7.26251 12.3376 7.27991 12.4068C7.31878 12.5615 7.36663 12.774 7.36663 13C7.36663 13.6277 7.11729 14.2296 6.67345 14.6735C6.22962 15.1173 5.62765 15.3667 4.99997 15.3667C4.37229 15.3667 3.77032 15.1173 3.32648 14.6735C2.96403 14.311 2.73128 13.8431 2.65811 13.3419C2.15686 13.2687 1.68894 13.0359 1.32648 12.6735C0.882645 12.2296 0.633301 11.6277 0.633301 11C0.633301 10.3723 0.882645 9.77035 1.32648 9.32651C1.77032 8.88268 2.37229 8.63333 2.99997 8.63333C3.22595 8.63333 3.43843 8.68118 3.59315 8.72006C3.66241 8.73746 3.71899 8.75257 3.7692 8.76598C3.85363 8.78853 3.92004 8.80627 3.99846 8.822C4.1016 8.84269 4.15088 8.84196 4.17039 8.83961C4.17079 8.83922 4.17121 8.83881 4.17166 8.83836L8.83833 4.17169C8.83878 4.17124 8.83919 4.17082 8.83958 4.17042C8.84193 4.15091 8.84266 4.10163 8.82197 3.99849C8.80624 3.92007 8.7885 3.85366 8.76595 3.76923C8.75254 3.71902 8.73743 3.66244 8.72003 3.59318C8.68115 3.43846 8.6333 3.22598 8.6333 3C8.6333 2.37232 8.88264 1.77035 9.32648 1.32651ZM11 2.03333C10.7436 2.03333 10.4977 2.13518 10.3164 2.31646C10.1351 2.49775 10.0333 2.74362 10.0333 3C10.0333 3.04402 10.0438 3.11653 10.0778 3.25202C10.0849 3.28029 10.0943 3.31562 10.1049 3.3554C10.1333 3.46264 10.1704 3.60224 10.1946 3.72317C10.2677 4.08733 10.3148 4.67513 9.82827 5.16164L5.16161 9.82831C4.6751 10.3148 4.0873 10.2677 3.72314 10.1947C3.60221 10.1704 3.46261 10.1334 3.35537 10.1049C3.31559 10.0943 3.28026 10.085 3.25199 10.0779C3.1165 10.0438 3.04399 10.0333 2.99997 10.0333C2.74359 10.0333 2.49772 10.1352 2.31643 10.3165C2.13515 10.4977 2.0333 10.7436 2.0333 11C2.0333 11.2564 2.13515 11.5022 2.31643 11.6835C2.49772 11.8648 2.74359 11.9667 2.99997 11.9667C3.57323 11.9667 4.0333 12.4267 4.0333 13C4.0333 13.2564 4.13515 13.5022 4.31643 13.6835C4.49772 13.8648 4.74359 13.9667 4.99997 13.9667C5.25634 13.9667 5.50222 13.8648 5.6835 13.6835C5.86479 13.5022 5.96663 13.2564 5.96663 13C5.96663 12.956 5.95615 12.8835 5.92211 12.748C5.91501 12.7197 5.90563 12.6844 5.89507 12.6446C5.86661 12.5374 5.82956 12.3977 5.8053 12.2768C5.73226 11.9127 5.68515 11.3249 6.17166 10.8384L10.8383 6.17169C11.3248 5.68518 11.9126 5.73229 12.2768 5.80533C12.3977 5.82959 12.5373 5.86664 12.6446 5.8951C12.6843 5.90566 12.7197 5.91504 12.7479 5.92214C12.8834 5.95618 12.9559 5.96666 13 5.96666C13.2563 5.96666 13.5022 5.86482 13.6835 5.68353C13.8648 5.50225 13.9666 5.25637 13.9666 5C13.9666 4.74362 13.8648 4.49775 13.6835 4.31646C13.5022 4.13518 13.2563 4.03333 13 4.03333C12.7259 4.03333 12.4631 3.92446 12.2693 3.73067C12.0755 3.53689 11.9666 3.27405 11.9666 3C11.9666 2.74362 11.8648 2.49775 11.6835 2.31646C11.5022 2.13518 11.2563 2.03333 11 2.03333Z", + fill: "currentColor", + }), + }), + ni = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM8.00001 3.3C8.25121 3.3 8.48315 3.4346 8.60778 3.6527L11.2744 8.31937C11.4663 8.65503 11.3496 9.08263 11.014 9.27443C10.6783 9.46624 10.2507 9.34962 10.0589 9.01396L9.49854 8.03333H6.50147L5.94111 9.01396C5.7493 9.34962 5.32171 9.46624 4.98604 9.27443C4.65038 9.08263 4.53376 8.65503 4.72557 8.31937L5.38849 7.15926C5.42011 7.03572 5.48459 6.92533 5.57208 6.83798L7.39224 3.6527C7.51687 3.4346 7.74881 3.3 8.00001 3.3ZM7.30147 6.63333H8.69854L8.00001 5.41089L7.30147 6.63333Z", + fill: "currentColor", + }), + }), + ri = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM8.00001 3.3C8.38661 3.3 8.70001 3.6134 8.70001 4V8.66666C8.70001 9.05326 8.38661 9.36666 8.00001 9.36666C7.61341 9.36666 7.30001 9.05326 7.30001 8.66666V4C7.30001 3.6134 7.61341 3.3 8.00001 3.3ZM5.33334 4.63333C5.71994 4.63333 6.03334 4.94673 6.03334 5.33333V7.33333C6.03334 7.71993 5.71994 8.03333 5.33334 8.03333C4.94674 8.03333 4.63334 7.71993 4.63334 7.33333V5.33333C4.63334 4.94673 4.94674 4.63333 5.33334 4.63333ZM10.6667 4.63333C11.0533 4.63333 11.3667 4.94673 11.3667 5.33333V7.33333C11.3667 7.71993 11.0533 8.03333 10.6667 8.03333C10.2801 8.03333 9.96667 7.71993 9.96667 7.33333V5.33333C9.96667 4.94673 10.2801 4.63333 10.6667 4.63333Z", + fill: "currentColor", + }), + }), + oi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM10.495 4.50502C10.7683 4.77839 10.7683 5.22161 10.495 5.49497L7.82832 8.16164C7.55495 8.43501 7.11173 8.43501 6.83837 8.16164L5.50503 6.82831C5.23167 6.55494 5.23167 6.11172 5.50503 5.83836C5.7784 5.56499 6.22162 5.56499 6.49498 5.83836L7.33334 6.67671L9.50503 4.50502C9.7784 4.23166 10.2216 4.23166 10.495 4.50502Z", + fill: "currentColor", + }), + }), + ii = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66663 2.03333C2.49866 2.03333 2.33757 2.10006 2.2188 2.21883C2.10003 2.3376 2.0333 2.49869 2.0333 2.66666V8.73448C2.23588 8.66807 2.44946 8.63333 2.66663 8.63333H3.3333C3.7199 8.63333 4.0333 8.94673 4.0333 9.33333C4.0333 9.71993 3.7199 10.0333 3.3333 10.0333H2.66663C2.49866 10.0333 2.33757 10.1001 2.2188 10.2188C2.10003 10.3376 2.0333 10.4987 2.0333 10.6667C2.0333 10.8346 2.10003 10.9957 2.2188 11.1145C2.33757 11.2333 2.49866 11.3 2.66663 11.3H3.3333C3.7199 11.3 4.0333 11.6134 4.0333 12C4.0333 12.3866 3.7199 12.7 3.3333 12.7H2.66663C2.12736 12.7 1.61017 12.4858 1.22885 12.1044C0.847526 11.7231 0.633301 11.2059 0.633301 10.6667V2.66666C0.633301 2.12739 0.847526 1.6102 1.22885 1.22888C1.61017 0.847557 2.12736 0.633331 2.66663 0.633331H9.99997C10.3866 0.633331 10.7 0.946732 10.7 1.33333C10.7 1.71993 10.3866 2.03333 9.99997 2.03333H2.66663ZM5.89552 3.89555C6.27684 3.51422 6.79403 3.3 7.3333 3.3H14.6666C15.0532 3.3 15.3666 3.6134 15.3666 4V14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667H7.3333C6.79403 15.3667 6.27684 15.1524 5.89552 14.7711C5.51419 14.3898 5.29997 13.8726 5.29997 13.3333V5.33333C5.29997 4.79406 5.51419 4.27687 5.89552 3.89555ZM6.69997 11.4011V5.33333C6.69997 5.16536 6.76669 5.00427 6.88547 4.8855C7.00424 4.76672 7.16533 4.7 7.3333 4.7H13.9666V11.3H7.3333C7.11613 11.3 6.90254 11.3347 6.69997 11.4011ZM13.9666 12.7H7.3333C7.16533 12.7 7.00424 12.7667 6.88547 12.8855C6.76669 13.0043 6.69997 13.1654 6.69997 13.3333C6.69997 13.5013 6.76669 13.6624 6.88547 13.7812C7.00424 13.8999 7.16533 13.9667 7.3333 13.9667H13.9666V12.7Z", + fill: "currentColor", + }), + }), + li = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V3.33333C3.36667 3.71993 3.05327 4.03333 2.66667 4.03333C2.28008 4.03333 1.96667 3.71993 1.96667 3.33333V3C1.96667 2.37232 2.21602 1.77035 2.65986 1.32651C3.10369 0.882676 3.70566 0.633331 4.33334 0.633331H5.33334C5.71994 0.633331 6.03334 0.946732 6.03334 1.33333C6.03334 1.71993 5.71994 2.03333 5.33334 2.03333H4.33334ZM7.30001 1.33333C7.30001 0.946732 7.61341 0.633331 8.00001 0.633331H9.33334C9.71994 0.633331 10.0333 0.946732 10.0333 1.33333C10.0333 1.71993 9.71994 2.03333 9.33334 2.03333H8.00001C7.61341 2.03333 7.30001 1.71993 7.30001 1.33333ZM11.3 1.33333C11.3 0.946732 11.6134 0.633331 12 0.633331H13.3333C13.7199 0.633331 14.0333 0.946732 14.0333 1.33333V2.66666C14.0333 3.05326 13.7199 3.36666 13.3333 3.36666C12.9467 3.36666 12.6333 3.05326 12.6333 2.66666V2.03333H12C11.6134 2.03333 11.3 1.71993 11.3 1.33333ZM13.3333 4.63333C13.7199 4.63333 14.0333 4.94673 14.0333 5.33333V7.33333C14.0333 7.71993 13.7199 8.03333 13.3333 8.03333C12.9467 8.03333 12.6333 7.71993 12.6333 7.33333V5.33333C12.6333 4.94673 12.9467 4.63333 13.3333 4.63333ZM2.66667 5.3C3.05327 5.3 3.36667 5.6134 3.36667 6V7.33333C3.36667 7.71993 3.05327 8.03333 2.66667 8.03333C2.28008 8.03333 1.96667 7.71993 1.96667 7.33333V6C1.96667 5.6134 2.28008 5.3 2.66667 5.3ZM2.66667 9.3C3.05327 9.3 3.36667 9.6134 3.36667 10V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H5.33334C5.71994 10.6333 6.03334 10.9467 6.03334 11.3333C6.03334 11.7199 5.71994 12.0333 5.33334 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H5.33334C5.71994 13.9667 6.03334 14.2801 6.03334 14.6667C6.03334 15.0533 5.71994 15.3667 5.33334 15.3667H4.33334C3.70566 15.3667 3.10369 15.1173 2.65986 14.6735C2.21602 14.2296 1.96667 13.6277 1.96667 13V10C1.96667 9.6134 2.28008 9.3 2.66667 9.3ZM13.3333 9.3C13.7199 9.3 14.0333 9.6134 14.0333 10V11.3333C14.0333 11.7199 13.7199 12.0333 13.3333 12.0333H12C11.6134 12.0333 11.3 11.7199 11.3 11.3333C11.3 10.9467 11.6134 10.6333 12 10.6333H12.6333V10C12.6333 9.6134 12.9467 9.3 13.3333 9.3ZM7.30001 11.3333C7.30001 10.9467 7.61341 10.6333 8.00001 10.6333H9.33334C9.71994 10.6333 10.0333 10.9467 10.0333 11.3333C10.0333 11.7199 9.71994 12.0333 9.33334 12.0333H8.00001C7.61341 12.0333 7.30001 11.7199 7.30001 11.3333ZM7.30001 14.6667C7.30001 14.2801 7.61341 13.9667 8.00001 13.9667H9.33334C9.71994 13.9667 10.0333 14.2801 10.0333 14.6667C10.0333 15.0533 9.71994 15.3667 9.33334 15.3667H8.00001C7.61341 15.3667 7.30001 15.0533 7.30001 14.6667ZM11.3 14.6667C11.3 14.2801 11.6134 13.9667 12 13.9667H13.3333C13.7199 13.9667 14.0333 14.2801 14.0333 14.6667C14.0333 15.0533 13.7199 15.3667 13.3333 15.3667H12C11.6134 15.3667 11.3 15.0533 11.3 14.6667Z", + fill: "currentColor", + }), + }), + ai = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM8.00001 3.96666C8.38661 3.96666 8.70001 4.28006 8.70001 4.66666V6.97672L9.50503 6.17169C9.7784 5.89832 10.2216 5.89832 10.495 6.17169C10.7683 6.44506 10.7683 6.88827 10.495 7.16164L8.49498 9.16164C8.22162 9.43501 7.7784 9.43501 7.50503 9.16164L5.50503 7.16164C5.23167 6.88827 5.23167 6.44506 5.50503 6.17169C5.7784 5.89832 6.22162 5.89832 6.49498 6.17169L7.30001 6.97672V4.66666C7.30001 4.28006 7.61341 3.96666 8.00001 3.96666Z", + fill: "currentColor", + }), + }), + Ci = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H12.6332V2.03333H4.33322ZM14.0332 1.33333C14.0332 0.946732 13.7198 0.633331 13.3332 0.633331H4.33322C3.70554 0.633331 3.10357 0.882676 2.65973 1.32651C2.2159 1.77035 1.96655 2.37232 1.96655 3V13C1.96655 13.6277 2.2159 14.2296 2.65973 14.6735C3.10357 15.1173 3.70554 15.3667 4.33322 15.3667H13.3332C13.7198 15.3667 14.0332 15.0533 14.0332 14.6667V1.33333ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333ZM7.99989 4.7C7.47829 4.7 6.97806 4.9072 6.60924 5.27602C6.24819 5.63707 6.04202 6.12406 6.03349 6.63374C6.77276 6.65158 7.36655 7.25644 7.36655 8C7.36655 8.75479 6.75467 9.36666 5.99989 9.36666C5.2451 9.36666 4.63322 8.75479 4.63322 8V6.66666C4.63322 5.77377 4.98792 4.91744 5.61929 4.28607C6.25067 3.6547 7.10699 3.3 7.99989 3.3C8.89278 3.3 9.74911 3.6547 10.3805 4.28607C11.0119 4.91744 11.3666 5.77377 11.3666 6.66666V8C11.3666 8.75479 10.7547 9.36666 9.99989 9.36666C9.2451 9.36666 8.63322 8.75479 8.63322 8C8.63322 7.25644 9.22702 6.65158 9.96628 6.63374C9.95775 6.12406 9.75158 5.63707 9.39053 5.27602C9.02171 4.9072 8.52148 4.7 7.99989 4.7ZM9.96655 8C9.96655 8.01841 9.98148 8.03333 9.99989 8.03333C10.0183 8.03333 10.0332 8.01841 10.0332 8H9.96655ZM5.96655 8C5.96655 8.01841 5.98148 8.03333 5.99989 8.03333C6.0183 8.03333 6.03322 8.01841 6.03322 8H5.96655Z", + fill: "currentColor", + }), + }), + si = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H12.6332V2.03333H4.33322ZM14.0332 1.33333C14.0332 0.946732 13.7198 0.633331 13.3332 0.633331H4.33322C3.70554 0.633331 3.10357 0.882676 2.65973 1.32651C2.2159 1.77035 1.96655 2.37232 1.96655 3V13C1.96655 13.6277 2.2159 14.2296 2.65973 14.6735C3.10357 15.1173 3.70554 15.3667 4.33322 15.3667H13.3332C13.7198 15.3667 14.0332 15.0533 14.0332 14.6667V1.33333ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333ZM4.63322 5.46666C4.63322 4.28006 5.61329 3.3 6.79989 3.3C7.2469 3.3 7.65552 3.40777 7.99989 3.63051C8.34425 3.40777 8.75288 3.3 9.19989 3.3C10.3865 3.3 11.3666 4.28006 11.3666 5.46666C11.3666 6.13622 11.0801 6.70974 10.6949 7.09497C10.6883 7.10157 10.6815 7.10803 10.6747 7.11436C10.2443 7.51166 9.69656 8.02617 9.25524 8.44251C9.03484 8.65043 8.84145 8.83342 8.70318 8.96441L8.48206 9.17411L7.99989 8.66666L7.51774 9.17414L7.45819 9.11748L7.29459 8.96147C7.15555 8.8287 6.96114 8.64265 6.73952 8.4294C6.29714 8.00371 5.74318 7.46657 5.30491 7.02831C4.93219 6.65559 4.63322 6.08518 4.63322 5.46666ZM7.99989 8.66666L7.51774 9.17414C7.78791 9.43081 8.21189 9.43078 8.48206 9.17411L7.99989 8.66666ZM8.00183 7.7006C8.09134 7.61597 8.1899 7.52286 8.29453 7.42416C8.73255 7.01093 9.27885 6.49771 9.71322 6.09659C9.85724 5.94839 9.96655 5.72549 9.96655 5.46666C9.96655 5.05326 9.61329 4.7 9.19989 4.7C8.87047 4.7 8.70329 4.80683 8.58232 4.98829C8.4525 5.18303 8.23393 5.3 7.99989 5.3C7.76584 5.3 7.54728 5.18303 7.41745 4.98829C7.29648 4.80683 7.1293 4.7 6.79989 4.7C6.38649 4.7 6.03322 5.05326 6.03322 5.46666C6.03322 5.64815 6.13425 5.87774 6.29486 6.03836C6.72326 6.46675 7.2693 6.99629 7.71025 7.4206C7.81449 7.5209 7.91268 7.61516 8.00183 7.7006Z", + fill: "currentColor", + }), + }), + ci = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333Z", + fill: "currentColor", + }), + }), + di = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H6.1766L9.57158 7.23836C10.3783 6.43166 11.6215 6.43166 12.4282 7.23836L12.6332 7.44338V2.03333H4.33322ZM14.0332 9.13254V1.33333C14.0332 0.946732 13.7198 0.633331 13.3332 0.633331H4.33322C3.70554 0.633331 3.10357 0.882676 2.65973 1.32651C2.2159 1.77035 1.96655 2.37232 1.96655 3V13C1.96655 13.6277 2.2159 14.2296 2.65973 14.6735C3.10357 15.1173 3.70554 15.3667 4.33322 15.3667H13.3332C13.7198 15.3667 14.0332 15.0533 14.0332 14.6667V9.13412C14.0332 9.13359 14.0332 9.13307 14.0332 9.13254ZM12.6332 9.42328L11.4382 8.22831C11.1783 7.96834 10.8215 7.96834 10.5615 8.22831L8.1565 10.6333H12.6332V9.42328ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333ZM6.66655 4.7C6.31677 4.7 6.03322 4.98355 6.03322 5.33333C6.03322 5.68311 6.31677 5.96666 6.66655 5.96666C7.01633 5.96666 7.29989 5.68311 7.29989 5.33333C7.29989 4.98355 7.01633 4.7 6.66655 4.7ZM4.63322 5.33333C4.63322 4.21035 5.54357 3.3 6.66655 3.3C7.78953 3.3 8.69989 4.21035 8.69989 5.33333C8.69989 6.45631 7.78953 7.36666 6.66655 7.36666C5.54357 7.36666 4.63322 6.45631 4.63322 5.33333Z", + fill: "currentColor", + }), + }), + ui = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H12.6332V5.33333C12.6332 4.94673 12.9466 4.63333 13.3332 4.63333C13.7198 4.63333 14.0332 4.94673 14.0332 5.33333V14.6667C14.0332 15.0533 13.7198 15.3667 13.3332 15.3667H4.33322C3.70554 15.3667 3.10357 15.1173 2.65973 14.6735C2.2159 14.2296 1.96655 13.6277 1.96655 13V3C1.96655 2.37232 2.2159 1.77035 2.65973 1.32651C3.10357 0.882676 3.70554 0.633331 4.33322 0.633331H9.33322C9.71982 0.633331 10.0332 0.946732 10.0332 1.33333C10.0332 1.71993 9.71982 2.03333 9.33322 2.03333H4.33322ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333ZM12.8382 0.838357C13.1116 0.56499 13.5548 0.56499 13.8282 0.838357C14.1016 1.11172 14.1016 1.55494 13.8282 1.82831L13.6565 2L13.8282 2.17169C14.1016 2.44506 14.1016 2.88827 13.8282 3.16164C13.5548 3.43501 13.1116 3.43501 12.8382 3.16164L12.6666 2.98995L11.1785 4.47804C11.2992 4.73803 11.3666 5.02781 11.3666 5.33333C11.3666 6.45631 10.4562 7.36666 9.33322 7.36666C8.21024 7.36666 7.29989 6.45631 7.29989 5.33333C7.29989 4.21035 8.21024 3.3 9.33322 3.3C9.63874 3.3 9.92852 3.36738 10.1885 3.48809L12.8382 0.838357ZM9.33322 4.7C8.98344 4.7 8.69989 4.98355 8.69989 5.33333C8.69989 5.68311 8.98344 5.96666 9.33322 5.96666C9.683 5.96666 9.96655 5.68311 9.96655 5.33333C9.96655 4.98355 9.683 4.7 9.33322 4.7Z", + fill: "currentColor", + }), + }), + pi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H12.6332V10C12.6332 9.6134 12.9466 9.3 13.3332 9.3C13.7198 9.3 14.0332 9.6134 14.0332 10V14.6667C14.0332 15.0533 13.7198 15.3667 13.3332 15.3667H4.33322C3.70554 15.3667 3.10357 15.1173 2.65973 14.6735C2.2159 14.2296 1.96655 13.6277 1.96655 13V3C1.96655 2.37232 2.2159 1.77035 2.65973 1.32651C3.10357 0.882676 3.70554 0.633331 4.33322 0.633331H6.66655C7.05315 0.633331 7.36655 0.946732 7.36655 1.33333C7.36655 1.71993 7.05315 2.03333 6.66655 2.03333H4.33322ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333ZM9.22877 1.22888C9.61009 0.847557 10.1273 0.633331 10.6666 0.633331C11.2058 0.633331 11.723 0.847557 12.1043 1.22888C12.4857 1.6102 12.6999 2.12739 12.6999 2.66666V3.3004C13.4393 3.31809 14.0332 3.92302 14.0332 4.66666V6.66666C14.0332 7.42145 13.4213 8.03333 12.6666 8.03333H8.66655C7.91176 8.03333 7.29989 7.42145 7.29989 6.66666V4.66666C7.29989 3.92302 7.89383 3.31809 8.63322 3.3004V2.66666C8.63322 2.12739 8.84745 1.6102 9.22877 1.22888ZM8.69989 4.7V6.63333H12.6332V4.7H8.69989ZM11.2999 3.3H10.0332V2.66666C10.0332 2.49869 10.0999 2.3376 10.2187 2.21883C10.3375 2.10006 10.4986 2.03333 10.6666 2.03333C10.8345 2.03333 10.9956 2.10006 11.1144 2.21883C11.2332 2.3376 11.2999 2.49869 11.2999 2.66666V3.3Z", + fill: "currentColor", + }), + }), + mi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.6667 2.7C4.49872 2.7 4.33763 2.76673 4.21886 2.8855C4.10009 3.00427 4.03336 3.16537 4.03336 3.33334V12.7938L7.65273 10.7256C7.86793 10.6026 8.13212 10.6026 8.34733 10.7256L11.9667 12.7938V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5013 2.7 11.3334 2.7H4.6667ZM3.22891 1.89555C3.61024 1.51423 4.12742 1.3 4.6667 1.3H11.3334C11.8726 1.3 12.3898 1.51423 12.7711 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V14C13.3667 14.2495 13.2339 14.4802 13.018 14.6054C12.8022 14.7307 12.536 14.7316 12.3194 14.6078L8.00003 12.1396L3.68066 14.6078C3.46401 14.7316 3.19783 14.7307 2.98201 14.6054C2.76619 14.4802 2.63336 14.2495 2.63336 14V3.33334C2.63336 2.79406 2.84759 2.27688 3.22891 1.89555ZM10.495 4.83836C10.7684 5.11173 10.7684 5.55494 10.495 5.82831L7.82834 8.49498C7.69706 8.62625 7.51901 8.7 7.33336 8.7C7.14771 8.7 6.96966 8.62625 6.83839 8.49498L5.50505 7.16164C5.23169 6.88828 5.23169 6.44506 5.50505 6.17169C5.77842 5.89833 6.22164 5.89833 6.495 6.17169L7.33336 7.01005L9.50505 4.83836C9.77842 4.56499 10.2216 4.56499 10.495 4.83836Z", + fill: "currentColor", + }), + }), + hi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H12.6332V2.03333H11.3666V6.66666C11.3666 6.94979 11.196 7.20503 10.9344 7.31338C10.6729 7.42173 10.3718 7.36184 10.1716 7.16164L8.66655 5.65661L7.16153 7.16164C6.96133 7.36184 6.66025 7.42173 6.39867 7.31338C6.1371 7.20503 5.96655 6.94979 5.96655 6.66666V2.03333H4.33322ZM4.33322 0.633331C3.70554 0.633331 3.10357 0.882676 2.65973 1.32651C2.2159 1.77035 1.96655 2.37232 1.96655 3V13C1.96655 13.6277 2.2159 14.2296 2.65973 14.6735C3.10357 15.1173 3.70554 15.3667 4.33322 15.3667H13.3332C13.7198 15.3667 14.0332 15.0533 14.0332 14.6667V1.33333C14.0332 0.946732 13.7198 0.633331 13.3332 0.633331H4.33322ZM7.36655 2.03333V4.97671L8.17158 4.17169C8.44494 3.89832 8.88816 3.89832 9.16153 4.17169L9.96655 4.97671V2.03333H7.36655ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333Z", + fill: "currentColor", + }), + }), + fi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.6667 2.7C4.49872 2.7 4.33763 2.76673 4.21886 2.8855C4.10009 3.00427 4.03336 3.16537 4.03336 3.33334V12.7938L7.65273 10.7256C7.86793 10.6026 8.13212 10.6026 8.34733 10.7256L11.9667 12.7938V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5013 2.7 11.3334 2.7H4.6667ZM3.22891 1.89555C3.61024 1.51423 4.12742 1.3 4.6667 1.3H11.3334C11.8726 1.3 12.3898 1.51423 12.7711 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V14C13.3667 14.2495 13.2339 14.4802 13.018 14.6054C12.8022 14.7307 12.536 14.7316 12.3194 14.6078L8.00003 12.1396L3.68066 14.6078C3.46401 14.7316 3.19783 14.7307 2.98201 14.6054C2.76619 14.4802 2.63336 14.2495 2.63336 14V3.33334C2.63336 2.79406 2.84759 2.27688 3.22891 1.89555Z", + fill: "currentColor", + }), + }), + gi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.6667 2.7C4.49872 2.7 4.33763 2.76673 4.21886 2.8855C4.10009 3.00427 4.03336 3.16537 4.03336 3.33334V12.7938L7.65273 10.7256C7.86793 10.6026 8.13212 10.6026 8.34733 10.7256L11.9667 12.7938V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5013 2.7 11.3334 2.7H4.6667ZM3.22891 1.89555C3.61024 1.51423 4.12742 1.3 4.6667 1.3H11.3334C11.8726 1.3 12.3898 1.51423 12.7711 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V14C13.3667 14.2495 13.2339 14.4802 13.018 14.6054C12.8022 14.7307 12.536 14.7316 12.3194 14.6078L8.00003 12.1396L3.68066 14.6078C3.46401 14.7316 3.19783 14.7307 2.98201 14.6054C2.76619 14.4802 2.63336 14.2495 2.63336 14V3.33334C2.63336 2.79406 2.84759 2.27688 3.22891 1.89555ZM5.30003 6.66667C5.30003 6.28007 5.61343 5.96667 6.00003 5.96667H10C10.3866 5.96667 10.7 6.28007 10.7 6.66667C10.7 7.05327 10.3866 7.36667 10 7.36667H6.00003C5.61343 7.36667 5.30003 7.05327 5.30003 6.66667Z", + fill: "currentColor", + }), + }), + vi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.6667 2.7C4.49872 2.7 4.33763 2.76673 4.21886 2.8855C4.10009 3.00427 4.03336 3.16537 4.03336 3.33334V12.7938L7.65273 10.7256C7.86793 10.6026 8.13212 10.6026 8.34733 10.7256L11.9667 12.7938V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5013 2.7 11.3334 2.7H4.6667ZM3.22891 1.89555C3.61024 1.51423 4.12742 1.3 4.6667 1.3H11.3334C11.8726 1.3 12.3898 1.51423 12.7711 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V14C13.3667 14.2495 13.2339 14.4802 13.018 14.6054C12.8022 14.7307 12.536 14.7316 12.3194 14.6078L8.00003 12.1396L3.68066 14.6078C3.46401 14.7316 3.19783 14.7307 2.98201 14.6054C2.76619 14.4802 2.63336 14.2495 2.63336 14V3.33334C2.63336 2.79406 2.84759 2.27688 3.22891 1.89555ZM8.00003 3.96667C8.38663 3.96667 8.70003 4.28007 8.70003 4.66667V5.96667H10C10.3866 5.96667 10.7 6.28007 10.7 6.66667C10.7 7.05327 10.3866 7.36667 10 7.36667H8.70003V8.66667C8.70003 9.05327 8.38663 9.36667 8.00003 9.36667C7.61343 9.36667 7.30003 9.05327 7.30003 8.66667V7.36667H6.00003C5.61343 7.36667 5.30003 7.05327 5.30003 6.66667C5.30003 6.28007 5.61343 5.96667 6.00003 5.96667H7.30003V4.66667C7.30003 4.28007 7.61343 3.96667 8.00003 3.96667Z", + fill: "currentColor", + }), + }), + wi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.6667 2.7C4.49872 2.7 4.33763 2.76673 4.21886 2.8855C4.10009 3.00427 4.03336 3.16537 4.03336 3.33334V12.7938L7.65273 10.7256C7.86793 10.6026 8.13212 10.6026 8.34733 10.7256L11.9667 12.7938V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5013 2.7 11.3334 2.7H4.6667ZM3.22891 1.89555C3.61024 1.51423 4.12742 1.3 4.6667 1.3H11.3334C11.8726 1.3 12.3898 1.51423 12.7711 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V14C13.3667 14.2495 13.2339 14.4802 13.018 14.6054C12.8022 14.7307 12.536 14.7316 12.3194 14.6078L8.00003 12.1396L3.68066 14.6078C3.46401 14.7316 3.19783 14.7307 2.98201 14.6054C2.76619 14.4802 2.63336 14.2495 2.63336 14V3.33334C2.63336 2.79406 2.84759 2.27688 3.22891 1.89555ZM5.83839 4.50503C6.11175 4.23166 6.55497 4.23166 6.82834 4.50503L8.00003 5.67672L9.17172 4.50503C9.44509 4.23166 9.8883 4.23166 10.1617 4.50503C10.435 4.7784 10.435 5.22161 10.1617 5.49498L8.98998 6.66667L10.1617 7.83836C10.435 8.11173 10.435 8.55494 10.1617 8.82831C9.8883 9.10168 9.44509 9.10168 9.17172 8.82831L8.00003 7.65662L6.82834 8.82831C6.55497 9.10168 6.11175 9.10168 5.83839 8.82831C5.56502 8.55494 5.56502 8.11173 5.83839 7.83836L7.01008 6.66667L5.83839 5.49498C5.56502 5.22161 5.56502 4.7784 5.83839 4.50503Z", + fill: "currentColor", + }), + }), + Li = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33333 2.03333C4.07696 2.03333 3.83108 2.13518 3.6498 2.31646C3.46851 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66791 10.705 3.99693 10.6333 4.33333 10.6333H12.6333V2.03333H4.33333ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33333C3.70565 0.633331 3.10368 0.882676 2.65985 1.32651C2.21601 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21601 14.2296 2.65985 14.6735C3.10368 15.1173 3.70565 15.3667 4.33333 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33333C4.07696 12.0333 3.83108 12.1352 3.6498 12.3165C3.46851 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46851 13.5022 3.6498 13.6835C3.83108 13.8648 4.07696 13.9667 4.33333 13.9667H12.6333V12.0333ZM5.3 6.66666C5.3 6.28006 5.6134 5.96666 6 5.96666H10C10.3866 5.96666 10.7 6.28006 10.7 6.66666C10.7 7.05326 10.3866 7.36666 10 7.36666H6C5.6134 7.36666 5.3 7.05326 5.3 6.66666Z", + fill: "currentColor", + }), + }), + bi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.633333 2C0.633333 1.6134 0.946734 1.3 1.33333 1.3H5.33333C6.41636 1.3 7.38332 1.81684 8 2.61631C8.61669 1.81684 9.58364 1.3 10.6667 1.3H14.6667C15.0533 1.3 15.3667 1.6134 15.3667 2V4C15.3667 4.3866 15.0533 4.7 14.6667 4.7C14.2801 4.7 13.9667 4.3866 13.9667 4V2.7H10.6667C9.5866 2.7 8.7 3.5866 8.7 4.66667V11.6202C9.08302 11.4153 9.52491 11.3 10 11.3H13.9667V10.4667C13.9667 10.0801 14.2801 9.76667 14.6667 9.76667C15.0533 9.76667 15.3667 10.0801 15.3667 10.4667V12C15.3667 12.3866 15.0533 12.7 14.6667 12.7H10C9.25327 12.7 8.7 13.2533 8.7 14C8.7 14.3866 8.3866 14.7 8 14.7C7.6134 14.7 7.3 14.3866 7.3 14C7.3 13.2533 6.74673 12.7 6 12.7H1.33333C0.946734 12.7 0.633333 12.3866 0.633333 12V2ZM7.3 11.6202C6.91698 11.4153 6.47509 11.3 6 11.3H2.03333V2.7H5.33333C6.4134 2.7 7.3 3.5866 7.3 4.66667V11.6202ZM15.1616 6.17169C15.435 6.44506 15.435 6.88828 15.1616 7.16164L12.495 9.82831C12.3637 9.95959 12.1857 10.0333 12 10.0333C11.8143 10.0333 11.6363 9.95959 11.505 9.82831L10.1717 8.49498C9.89832 8.22161 9.89832 7.7784 10.1717 7.50503C10.4451 7.23166 10.8883 7.23166 11.1616 7.50503L12 8.34339L14.1717 6.17169C14.4451 5.89833 14.8883 5.89833 15.1616 6.17169Z", + fill: "currentColor", + }), + }), + Mi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.633331 2C0.633331 1.6134 0.946732 1.3 1.33333 1.3H5.33333C6.22623 1.3 7.08255 1.6547 7.71392 2.28608C7.81673 2.38888 7.9122 2.49765 8 2.61157C8.08779 2.49765 8.18327 2.38888 8.28607 2.28608C8.91744 1.6547 9.77377 1.3 10.6667 1.3H14.6667C15.0533 1.3 15.3667 1.6134 15.3667 2V12C15.3667 12.3866 15.0533 12.7 14.6667 12.7H10C9.65522 12.7 9.32456 12.837 9.08076 13.0808C8.83696 13.3246 8.7 13.6552 8.7 14C8.7 14.3866 8.3866 14.7 8 14.7C7.6134 14.7 7.3 14.3866 7.3 14C7.3 13.6552 7.16303 13.3246 6.91924 13.0808C6.67544 12.837 6.34478 12.7 6 12.7H1.33333C0.946732 12.7 0.633331 12.3866 0.633331 12V2ZM7.3 11.6336C6.90515 11.4167 6.45859 11.3 6 11.3H2.03333V2.7H5.33333C5.85492 2.7 6.35515 2.9072 6.72397 3.27603C7.0928 3.64485 7.3 4.14508 7.3 4.66667V11.6336ZM8.7 11.6336C9.09485 11.4167 9.54141 11.3 10 11.3H13.9667V2.7H10.6667C10.1451 2.7 9.64484 2.9072 9.27602 3.27603C8.9072 3.64485 8.7 4.14508 8.7 4.66667V11.6336Z", + fill: "currentColor", + }), + }), + Hi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.633331 2C0.633331 1.6134 0.946732 1.3 1.33333 1.3H5.33333C6.22623 1.3 7.08255 1.6547 7.71392 2.28608C7.81673 2.38888 7.9122 2.49765 8 2.61157C8.08779 2.49765 8.18327 2.38888 8.28607 2.28608C8.91744 1.6547 9.77377 1.3 10.6667 1.3H14.6667C15.0533 1.3 15.3667 1.6134 15.3667 2V12C15.3667 12.3866 15.0533 12.7 14.6667 12.7H10C9.65522 12.7 9.32456 12.837 9.08076 13.0808C8.83696 13.3246 8.7 13.6552 8.7 14C8.7 14.3866 8.3866 14.7 8 14.7C7.6134 14.7 7.3 14.3866 7.3 14C7.3 13.6552 7.16303 13.3246 6.91924 13.0808C6.67544 12.837 6.34478 12.7 6 12.7H1.33333C0.946732 12.7 0.633331 12.3866 0.633331 12V2ZM7.3 11.6336C6.90515 11.4167 6.45859 11.3 6 11.3H2.03333V2.7H5.33333C5.85492 2.7 6.35515 2.9072 6.72397 3.27603C7.0928 3.64485 7.3 4.14508 7.3 4.66667V11.6336ZM8.7 11.6336C9.09485 11.4167 9.54141 11.3 10 11.3H13.9667V2.7H10.6667C10.1451 2.7 9.64484 2.9072 9.27602 3.27603C8.9072 3.64485 8.7 4.14508 8.7 4.66667V11.6336ZM3.3 5.33334C3.3 4.94674 3.6134 4.63334 4 4.63334H5.33333C5.71993 4.63334 6.03333 4.94674 6.03333 5.33334C6.03333 5.71994 5.71993 6.03334 5.33333 6.03334H4C3.6134 6.03334 3.3 5.71994 3.3 5.33334ZM9.96666 5.33334C9.96666 4.94674 10.2801 4.63334 10.6667 4.63334H12C12.3866 4.63334 12.7 4.94674 12.7 5.33334C12.7 5.71994 12.3866 6.03334 12 6.03334H10.6667C10.2801 6.03334 9.96666 5.71994 9.96666 5.33334ZM3.3 8C3.3 7.6134 3.6134 7.3 4 7.3H5.33333C5.71993 7.3 6.03333 7.6134 6.03333 8C6.03333 8.3866 5.71993 8.7 5.33333 8.7H4C3.6134 8.7 3.3 8.3866 3.3 8ZM9.96666 8C9.96666 7.6134 10.2801 7.3 10.6667 7.3H12C12.3866 7.3 12.7 7.6134 12.7 8C12.7 8.3866 12.3866 8.7 12 8.7H10.6667C10.2801 8.7 9.96666 8.3866 9.96666 8Z", + fill: "currentColor", + }), + }), + Ei = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33333 2.03333C4.07695 2.03333 3.83107 2.13518 3.64979 2.31646C3.4685 2.49775 3.36666 2.74362 3.36666 3V10.8398C3.66791 10.705 3.99692 10.6333 4.33333 10.6333H12.6333V2.03333H4.33333ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33333C3.70565 0.633331 3.10368 0.882676 2.65984 1.32651C2.216 1.77035 1.96666 2.37232 1.96666 3V13C1.96666 13.6277 2.216 14.2296 2.65984 14.6735C3.10368 15.1173 3.70565 15.3667 4.33333 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33333C4.07695 12.0333 3.83107 12.1352 3.64979 12.3165C3.4685 12.4977 3.36666 12.7436 3.36666 13C3.36666 13.2564 3.4685 13.5022 3.64979 13.6835C3.83107 13.8648 4.07695 13.9667 4.33333 13.9667H12.6333V12.0333ZM7.99999 3.96666C8.38659 3.96666 8.69999 4.28006 8.69999 4.66666V5.96666H9.99999C10.3866 5.96666 10.7 6.28006 10.7 6.66666C10.7 7.05326 10.3866 7.36666 9.99999 7.36666H8.69999V8.66666C8.69999 9.05326 8.38659 9.36666 7.99999 9.36666C7.61339 9.36666 7.29999 9.05326 7.29999 8.66666V7.36666H5.99999C5.61339 7.36666 5.29999 7.05326 5.29999 6.66666C5.29999 6.28006 5.61339 5.96666 5.99999 5.96666H7.29999V4.66666C7.29999 4.28006 7.61339 3.96666 7.99999 3.96666Z", + fill: "currentColor", + }), + }), + Ri = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM4.63334 4.66666C4.63334 4.28006 4.94674 3.96666 5.33334 3.96666H9.33334C9.71994 3.96666 10.0333 4.28006 10.0333 4.66666C10.0333 5.05326 9.71994 5.36666 9.33334 5.36666H5.33334C4.94674 5.36666 4.63334 5.05326 4.63334 4.66666ZM4.63334 7.33333C4.63334 6.94673 4.94674 6.63333 5.33334 6.63333H10.6667C11.0533 6.63333 11.3667 6.94673 11.3667 7.33333C11.3667 7.71993 11.0533 8.03333 10.6667 8.03333H5.33334C4.94674 8.03333 4.63334 7.71993 4.63334 7.33333Z", + fill: "currentColor", + }), + }), + yi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM4.63334 4C4.63334 3.6134 4.94674 3.3 5.33334 3.3H10.6667C11.0533 3.3 11.3667 3.6134 11.3667 4V5.33333C11.3667 5.71993 11.0533 6.03333 10.6667 6.03333C10.2801 6.03333 9.96667 5.71993 9.96667 5.33333V4.7H8.70001V7.96666H9.33334C9.71994 7.96666 10.0333 8.28006 10.0333 8.66666C10.0333 9.05326 9.71994 9.36666 9.33334 9.36666H6.66667C6.28008 9.36666 5.96667 9.05326 5.96667 8.66666C5.96667 8.28006 6.28008 7.96666 6.66667 7.96666H7.30001V4.7H6.03334V5.33333C6.03334 5.71993 5.71994 6.03333 5.33334 6.03333C4.94674 6.03333 4.63334 5.71993 4.63334 5.33333V4Z", + fill: "currentColor", + }), + }), + Ti = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H12C11.6134 2.03333 11.3 1.71993 11.3 1.33333C11.3 0.946732 11.6134 0.633331 12 0.633331H13.3333C13.7199 0.633331 14.0333 0.946732 14.0333 1.33333V14.6667C14.0333 15.0533 13.7199 15.3667 13.3333 15.3667H4.33334C3.70566 15.3667 3.10369 15.1173 2.65986 14.6735C2.21602 14.2296 1.96667 13.6277 1.96667 13V3C1.96667 2.37232 2.21602 1.77035 2.65986 1.32651C3.10369 0.882676 3.70566 0.633331 4.33334 0.633331C4.71994 0.633331 5.03334 0.946732 5.03334 1.33333C5.03334 1.71993 4.71994 2.03333 4.33334 2.03333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM7.50503 0.838357C7.7784 0.56499 8.22162 0.56499 8.49498 0.838357L10.495 2.83836C10.7683 3.11172 10.7683 3.55494 10.495 3.82831C10.2216 4.10167 9.7784 4.10167 9.50503 3.82831L8.00001 2.32328L6.49498 3.82831C6.22162 4.10167 5.7784 4.10167 5.50503 3.82831C5.23167 3.55494 5.23167 3.11172 5.50503 2.83836L7.50503 0.838357ZM7.30001 6.35661L6.49498 7.16164C6.22162 7.43501 5.7784 7.43501 5.50503 7.16164C5.23167 6.88827 5.23167 6.44506 5.50503 6.17169L7.50503 4.17169C7.7784 3.89832 8.22162 3.89832 8.49498 4.17169L10.495 6.17169C10.7683 6.44506 10.7683 6.88827 10.495 7.16164C10.2216 7.43501 9.7784 7.43501 9.50503 7.16164L8.70001 6.35661V8.66666C8.70001 9.05326 8.38661 9.36666 8.00001 9.36666C7.61341 9.36666 7.30001 9.05326 7.30001 8.66666V6.35661Z", + fill: "currentColor", + }), + }), + Ni = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM7.50503 4.17169C7.7784 3.89832 8.22162 3.89832 8.49498 4.17169L10.495 6.17169C10.7683 6.44506 10.7683 6.88827 10.495 7.16164C10.2216 7.43501 9.7784 7.43501 9.50503 7.16164L8.70001 6.35661V8.66666C8.70001 9.05326 8.38661 9.36666 8.00001 9.36666C7.61341 9.36666 7.30001 9.05326 7.30001 8.66666V6.35661L6.49498 7.16164C6.22162 7.43501 5.7784 7.43501 5.50503 7.16164C5.23167 6.88827 5.23167 6.44506 5.50503 6.17169L7.50503 4.17169Z", + fill: "currentColor", + }), + }), + Vi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM8.00001 4.7C7.65023 4.7 7.36667 4.98355 7.36667 5.33333C7.36667 5.68311 7.65023 5.96666 8.00001 5.96666C8.34979 5.96666 8.63334 5.68311 8.63334 5.33333C8.63334 4.98355 8.34979 4.7 8.00001 4.7ZM9.64646 6.52674C9.88982 6.19158 10.0333 5.77921 10.0333 5.33333C10.0333 4.21035 9.12299 3.3 8.00001 3.3C6.87703 3.3 5.96667 4.21035 5.96667 5.33333C5.96667 5.77921 6.11019 6.19158 6.35356 6.52674C6.26158 6.59752 6.17378 6.67452 6.09082 6.75748C5.58447 7.26382 5.30001 7.95058 5.30001 8.66666C5.30001 9.05326 5.61341 9.36666 6.00001 9.36666C6.38661 9.36666 6.70001 9.05326 6.70001 8.66666C6.70001 8.32188 6.83697 7.99122 7.08077 7.74743C7.32457 7.50363 7.65523 7.36666 8.00001 7.36666C8.34479 7.36666 8.67545 7.50363 8.91925 7.74743C9.16304 7.99122 9.30001 8.32188 9.30001 8.66666C9.30001 9.05326 9.61341 9.36666 10 9.36666C10.3866 9.36666 10.7 9.05326 10.7 8.66666C10.7 7.95058 10.4155 7.26382 9.9092 6.75748C9.82624 6.67452 9.73844 6.59752 9.64646 6.52674Z", + fill: "currentColor", + }), + }), + Si = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM5.83837 4.17169C6.11173 3.89832 6.55495 3.89832 6.82832 4.17169L8.00001 5.34338L9.1717 4.17169C9.44507 3.89832 9.88828 3.89832 10.1616 4.17169C10.435 4.44506 10.435 4.88827 10.1616 5.16164L8.98996 6.33333L10.1616 7.50502C10.435 7.77839 10.435 8.22161 10.1616 8.49497C9.88828 8.76834 9.44507 8.76834 9.1717 8.49497L8.00001 7.32328L6.82832 8.49497C6.55495 8.76834 6.11173 8.76834 5.83837 8.49497C5.565 8.22161 5.565 7.77839 5.83837 7.50502L7.01006 6.33333L5.83837 5.16164C5.565 4.88827 5.565 4.44506 5.83837 4.17169Z", + fill: "currentColor", + }), + }), + xi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.99997 2.7C3.832 2.7 3.67091 2.76673 3.55213 2.8855C3.43336 3.00427 3.36663 3.16537 3.36663 3.33334V5.3H4.63408C4.65148 4.92888 4.95788 4.63334 5.3333 4.63334C5.70873 4.63334 6.01512 4.92888 6.03252 5.3H7.30075C7.31814 4.92888 7.62454 4.63334 7.99997 4.63334C8.37539 4.63334 8.68179 4.92888 8.69919 5.3H9.96741C9.98481 4.92888 10.2912 4.63334 10.6666 4.63334C11.0421 4.63334 11.3485 4.92888 11.3659 5.3H12.6333V3.33334C12.6333 3.16537 12.5666 3.00428 12.4478 2.8855C12.329 2.76673 12.1679 2.7 12 2.7H3.99997ZM14.0333 5.4237V3.33334C14.0333 2.79406 13.8191 2.27688 13.4377 1.89555C13.0564 1.51423 12.5392 1.3 12 1.3H3.99997C3.46069 1.3 2.94351 1.51423 2.56218 1.89555C2.18086 2.27688 1.96663 2.79406 1.96663 3.33334V5.4237C1.18852 5.70902 0.633301 6.45634 0.633301 7.33334V12.6667C0.633301 13.7896 1.54366 14.7 2.66663 14.7H13.3333C14.4563 14.7 15.3666 13.7896 15.3666 12.6667V7.33334C15.3666 6.45634 14.8114 5.70902 14.0333 5.4237ZM2.66663 6.7C2.31685 6.7 2.0333 6.98356 2.0333 7.33334V12.6667C2.0333 13.0164 2.31685 13.3 2.66663 13.3H13.3333C13.6831 13.3 13.9666 13.0165 13.9666 12.6667V7.33334C13.9666 6.98356 13.6831 6.7 13.3333 6.7H2.66663ZM5.3333 9.36667C4.98352 9.36667 4.69997 9.65022 4.69997 10C4.69997 10.3498 4.98352 10.6333 5.3333 10.6333C5.68308 10.6333 5.96663 10.3498 5.96663 10C5.96663 9.65022 5.68308 9.36667 5.3333 9.36667ZM3.29997 10C3.29997 8.87702 4.21032 7.96667 5.3333 7.96667C6.45628 7.96667 7.36663 8.87702 7.36663 10C7.36663 11.123 6.45628 12.0333 5.3333 12.0333C4.21032 12.0333 3.29997 11.123 3.29997 10ZM10.6666 9.36667C10.3169 9.36667 10.0333 9.65022 10.0333 10C10.0333 10.3498 10.3169 10.6333 10.6666 10.6333C11.0164 10.6333 11.3 10.3498 11.3 10C11.3 9.65022 11.0164 9.36667 10.6666 9.36667ZM8.6333 10C8.6333 8.87702 9.54365 7.96667 10.6666 7.96667C11.7896 7.96667 12.7 8.87702 12.7 10C12.7 11.123 11.7896 12.0333 10.6666 12.0333C9.54365 12.0333 8.6333 11.123 8.6333 10Z", + fill: "currentColor", + }), + }), + _i = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.6333 2.66667C4.6333 2.28007 4.9467 1.96667 5.3333 1.96667H7.99997C8.38657 1.96667 8.69997 2.28007 8.69997 2.66667V4.63333H12C13.1229 4.63333 14.0333 5.54369 14.0333 6.66667V8.63333H14.6666C15.0532 8.63333 15.3666 8.94673 15.3666 9.33333C15.3666 9.71993 15.0532 10.0333 14.6666 10.0333H14.0333V12C14.0333 13.123 13.1229 14.0333 12 14.0333H3.99997C2.87699 14.0333 1.96663 13.123 1.96663 12V10.0333H1.3333C0.946701 10.0333 0.633301 9.71993 0.633301 9.33333C0.633301 8.94673 0.946701 8.63333 1.3333 8.63333H1.96663V6.66667C1.96663 5.54369 2.87699 4.63333 3.99997 4.63333H7.29997V3.36667H5.3333C4.9467 3.36667 4.6333 3.05327 4.6333 2.66667ZM3.99997 6.03333C3.65019 6.03333 3.36663 6.31689 3.36663 6.66667V12C3.36663 12.3498 3.65019 12.6333 3.99997 12.6333H12C12.3497 12.6333 12.6333 12.3498 12.6333 12V6.66667C12.6333 6.31689 12.3497 6.03333 12 6.03333H3.99997ZM5.99997 7.96667C6.38657 7.96667 6.69997 8.28007 6.69997 8.66667V10C6.69997 10.3866 6.38657 10.7 5.99997 10.7C5.61337 10.7 5.29997 10.3866 5.29997 10V8.66667C5.29997 8.28007 5.61337 7.96667 5.99997 7.96667ZM9.99997 7.96667C10.3866 7.96667 10.7 8.28007 10.7 8.66667V10C10.7 10.3866 10.3866 10.7 9.99997 10.7C9.61337 10.7 9.29997 10.3866 9.29997 10V8.66667C9.29997 8.28007 9.61337 7.96667 9.99997 7.96667Z", + fill: "currentColor", + }), + }), + Ai = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.6333 1.33333C4.6333 0.946732 4.9467 0.633331 5.3333 0.633331H7.99997C8.38657 0.633331 8.69997 0.946732 8.69997 1.33333V3.3H12C12.5392 3.3 13.0564 3.51422 13.4377 3.89555C13.8191 4.27687 14.0333 4.79406 14.0333 5.33333V7.3H14.6666C15.0532 7.3 15.3666 7.6134 15.3666 8C15.3666 8.3866 15.0532 8.7 14.6666 8.7H14.0333V10.6667C14.0333 11.2059 13.8191 11.7231 13.4377 12.1044C13.0564 12.4858 12.5392 12.7 12 12.7H5.62325L3.16161 15.1616C2.96141 15.3618 2.66033 15.4217 2.39876 15.3134C2.13718 15.205 1.96663 14.9498 1.96663 14.6667V8.7H1.3333C0.946701 8.7 0.633301 8.3866 0.633301 8C0.633301 7.6134 0.946701 7.3 1.3333 7.3H1.96663V5.33333C1.96663 4.79406 2.18086 4.27687 2.56218 3.89555C2.94351 3.51422 3.46069 3.3 3.99997 3.3H7.29997V2.03333H5.3333C4.9467 2.03333 4.6333 1.71993 4.6333 1.33333ZM3.99997 4.7C3.832 4.7 3.67091 4.76672 3.55213 4.8855C3.43336 5.00427 3.36663 5.16536 3.36663 5.33333V12.9767L4.83833 11.505C4.9696 11.3737 5.14765 11.3 5.3333 11.3H12C12.1679 11.3 12.329 11.2333 12.4478 11.1145C12.5666 10.9957 12.6333 10.8346 12.6333 10.6667V5.33333C12.6333 5.16536 12.5666 5.00427 12.4478 4.8855C12.329 4.76672 12.1679 4.7 12 4.7H3.99997ZM5.99997 6.63333C6.38657 6.63333 6.69997 6.94673 6.69997 7.33333V8.66666C6.69997 9.05326 6.38657 9.36666 5.99997 9.36666C5.61337 9.36666 5.29997 9.05326 5.29997 8.66666V7.33333C5.29997 6.94673 5.61337 6.63333 5.99997 6.63333ZM9.99997 6.63333C10.3866 6.63333 10.7 6.94673 10.7 7.33333V8.66666C10.7 9.05326 10.3866 9.36666 9.99997 9.36666C9.61337 9.36666 9.29997 9.05326 9.29997 8.66666V7.33333C9.29997 6.94673 9.61337 6.63333 9.99997 6.63333Z", + fill: "currentColor", + }), + }), + Zi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.9528 1.14663C7.26905 0.956633 7.63103 0.856255 7.99997 0.856255C8.3689 0.856255 8.73089 0.956633 9.04713 1.14663L11.0468 2.34642C11.3469 2.52676 11.5958 2.78177 11.7686 3.08635C11.9413 3.39093 12.0325 3.73496 12.0333 4.08513L12.0333 4.08667L12.0333 6.60384L14.3803 8.01322C14.6805 8.19356 14.9291 8.44843 15.1019 8.75301C15.2747 9.05759 15.3659 9.40163 15.3666 9.7518L15.3666 9.75333L15.3666 11.9133L15.3666 11.9149C15.3659 12.265 15.2747 12.6091 15.1019 12.9137C14.9291 13.2182 14.6806 13.473 14.3805 13.6534L12.3805 14.8534C12.087 15.0297 11.7542 15.1288 11.4129 15.1422C11.3868 15.1451 11.3602 15.1467 11.3333 15.1467C11.3064 15.1467 11.2798 15.1451 11.2537 15.1422C10.9126 15.1288 10.58 15.0298 10.2867 14.8537L7.99997 13.4828L5.7138 14.8534C5.42049 15.0295 5.08729 15.1288 4.74628 15.1422C4.72014 15.1451 4.69356 15.1467 4.66663 15.1467C4.6397 15.1467 4.61313 15.1451 4.58699 15.1422C4.24576 15.1288 3.91292 15.0297 3.61947 14.8534L1.61982 13.6536C1.31966 13.4732 1.0708 13.2182 0.89803 12.9137C0.725257 12.6091 0.63407 12.265 0.633302 11.9149L0.633301 11.9133V9.75333L0.633302 9.7518C0.63407 9.40163 0.725257 9.05759 0.89803 8.75301C1.0708 8.44843 1.31931 8.19364 1.61947 8.0133L3.96663 6.60384V4.08667L3.96664 4.08513C3.9674 3.73496 4.05859 3.39093 4.23136 3.08635C4.40414 2.78177 4.65264 2.52697 4.9528 2.34663L6.9528 1.14663ZM4.66678 7.81642L2.69728 8.9991L4.66701 10.1834L6.63941 9L4.66678 7.81642ZM7.29997 10.2363L5.36663 11.3963V13.4292L7.29997 12.2702V10.2363ZM8.69997 12.2702L10.6333 13.4292V11.3963L8.69997 10.2363V12.2702ZM9.36052 9L11.3329 10.1834L13.3027 8.9991L11.3332 7.81642L9.36052 9ZM10.6333 6.60367V4.56679L8.69997 5.72924V7.76367L10.6333 6.60367ZM7.29997 7.76367V5.72924L5.36663 4.56679V6.60367L7.29997 7.76367ZM6.03076 3.33253L7.67345 2.34691C7.77195 2.28773 7.88505 2.25625 7.99997 2.25625C8.11488 2.25625 8.22763 2.28752 8.32613 2.3467L9.96918 3.33253L7.99997 4.51655L6.03076 3.33253ZM13.9666 10.2335V11.9125C13.9663 12.0213 13.9379 12.1282 13.8842 12.2229C13.8304 12.3177 13.7531 12.397 13.6597 12.4532C13.6596 12.4532 13.6597 12.4531 13.6597 12.4532L12.0333 13.429V11.3959L13.9666 10.2335ZM3.96663 13.429V11.3959L2.0333 10.2335V11.9124C2.03365 12.0213 2.06204 12.1282 2.11576 12.2229C2.16957 12.3178 2.24697 12.3971 2.34047 12.4533L3.96663 13.429Z", + fill: "currentColor", + }), + }), + Ii = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.98487 0.906251C7.29362 0.728347 7.6437 0.634697 8.00005 0.634697C8.3564 0.634697 8.70648 0.728347 9.01522 0.906251C9.01572 0.906538 9.01622 0.906825 9.01672 0.907112L13.6834 3.57377C13.9922 3.75206 14.2487 4.00842 14.4271 4.31713C14.6056 4.62584 14.6997 4.97604 14.7 5.33261L14.7 10.6667C14.6997 11.0232 14.6056 11.3742 14.4271 11.6829C14.2487 11.9916 13.9922 12.2479 13.6834 12.4262L13.6807 12.4278L9.01672 15.0929C9.01621 15.0932 9.0157 15.0935 9.01518 15.0938C8.72225 15.2625 8.39211 15.3555 8.0547 15.3646C8.03667 15.366 8.01844 15.3667 8.00005 15.3667C7.98166 15.3667 7.96343 15.366 7.9454 15.3646C7.60799 15.3555 7.27784 15.2625 6.98491 15.0938C6.9844 15.0935 6.98389 15.0932 6.98338 15.0929L2.31942 12.4278L2.31672 12.4262C2.00792 12.2479 1.75143 11.9916 1.57299 11.6829C1.39454 11.3742 1.30041 11.024 1.30005 10.6674L1.30005 5.33333C1.30041 4.97676 1.39454 4.62584 1.57299 4.31713C1.75143 4.00842 2.00792 3.75206 2.31672 3.57378L2.31941 3.57222L6.98338 0.907112C6.98388 0.906825 6.98438 0.906538 6.98487 0.906251ZM8.70005 13.6614V8.40507L13.3 5.76139L13.3 10.6659C13.3 10.6657 13.3 10.6662 13.3 10.6659C13.2998 10.7768 13.2705 10.8863 13.215 10.9822C13.1597 11.078 13.0802 11.1576 12.9845 11.2131C12.9841 11.2133 12.9838 11.2136 12.9834 11.2138L8.70005 13.6614ZM12.5841 4.55809L8.31671 2.11955C8.22043 2.06397 8.11122 2.0347 8.00005 2.0347C7.88888 2.0347 7.77966 2.06396 7.68338 2.11955L7.68068 2.12111L3.41595 4.55809L8.00005 7.19263L12.5841 4.55809ZM7.30005 8.40507V13.6614L3.01672 11.2138C3.01633 11.2136 3.01595 11.2133 3.01557 11.2131C2.9199 11.1576 2.84042 11.078 2.78506 10.9822C2.72953 10.8862 2.70021 10.7772 2.70005 10.6662V5.76139L7.30005 8.40507Z", + fill: "currentColor", + }), + }), + ki = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.72469 0.66135C7.90634 0.623992 8.09369 0.623992 8.27533 0.66135C8.48558 0.704591 8.67327 0.809781 8.81809 0.890942C8.83177 0.898613 8.84508 0.906068 8.85798 0.913237L9.83996 1.45878C10.1779 1.64653 10.2997 2.07269 10.1119 2.41064C9.92417 2.74859 9.49801 2.87035 9.16006 2.6826L8.17808 2.13706C8.08656 2.08621 8.03642 2.05861 8.00001 2.04045C7.9636 2.05861 7.91346 2.08621 7.82194 2.13706L6.83996 2.6826C6.50201 2.87035 6.07585 2.74859 5.8881 2.41064C5.70035 2.07269 5.82211 1.64653 6.16006 1.45878L7.14204 0.913237C7.15495 0.906069 7.16825 0.898613 7.18194 0.890943C7.32675 0.809781 7.51445 0.704591 7.72469 0.66135ZM11.8881 3.39741C12.0759 3.05946 12.502 2.9377 12.84 3.12545L13.7913 3.65398C13.805 3.66156 13.8191 3.66934 13.8336 3.67734C13.9381 3.73486 14.0637 3.80397 14.1814 3.89459C14.3581 3.94201 14.5161 4.0582 14.6119 4.23074C14.7017 4.39239 14.7207 4.57423 14.6791 4.7405C14.7012 4.8874 14.7006 5.0307 14.7001 5.14998C14.7001 5.16658 14.7 5.18271 14.7 5.19832V6.23736C14.7 6.62396 14.3866 6.93736 14 6.93736C13.6134 6.93736 13.3 6.62396 13.3 6.23736V5.76035L12.84 6.01594C12.502 6.20368 12.0758 6.08192 11.8881 5.74398C11.7004 5.40603 11.8221 4.97986 12.1601 4.79212L12.5586 4.57069L12.1601 4.34927C11.8221 4.16152 11.7004 3.73536 11.8881 3.39741ZM3.16006 3.12545C3.49801 2.9377 3.92417 3.05946 4.11192 3.39741C4.29967 3.73536 4.17791 4.16152 3.83996 4.34927L3.4414 4.57069L3.83996 4.79212C4.17791 4.97986 4.29967 5.40603 4.11192 5.74398C3.92417 6.08192 3.49801 6.20368 3.16006 6.01594L2.70001 5.76035V6.23736C2.70001 6.62396 2.38661 6.93736 2.00001 6.93736C1.61341 6.93736 1.30001 6.62396 1.30001 6.23736V5.19832C1.30001 5.18271 1.29995 5.16658 1.29988 5.14998C1.29942 5.0307 1.29886 4.8874 1.32092 4.7405C1.2793 4.57423 1.29829 4.39239 1.3881 4.23074C1.48396 4.0582 1.64197 3.94201 1.81865 3.89459C1.93635 3.80397 2.06189 3.73486 2.16638 3.67735C2.18092 3.66934 2.19506 3.66156 2.20871 3.65398L3.16006 3.12545ZM5.8881 6.73074C6.07585 6.39279 6.50201 6.27103 6.83996 6.45878L8.00001 7.10325L9.16006 6.45878C9.49801 6.27103 9.92417 6.39279 10.1119 6.73074C10.2997 7.06869 10.1779 7.49485 9.83996 7.6826L8.70001 8.31591V9.57069C8.70001 9.95729 8.38661 10.2707 8.00001 10.2707C7.61341 10.2707 7.30001 9.95729 7.30001 9.57069V8.31591L6.16006 7.6826C5.82211 7.49485 5.70035 7.06869 5.8881 6.73074ZM2.00001 8.87069C2.38661 8.87069 2.70001 9.18409 2.70001 9.57069V10.6097C2.70001 10.7203 2.70025 10.781 2.70225 10.8242C2.73897 10.8469 2.79191 10.8765 2.88861 10.9303L3.83996 11.4588C4.17791 11.6465 4.29967 12.0727 4.11192 12.4106C3.92417 12.7486 3.49801 12.8704 3.16006 12.6826L2.20871 12.1541C2.19506 12.1465 2.18093 12.1387 2.16639 12.1307C2.01305 12.0463 1.81438 11.9369 1.66168 11.7712C1.52983 11.6282 1.43005 11.4586 1.36901 11.2738C1.29831 11.0599 1.2992 10.8331 1.29988 10.6581C1.29995 10.6415 1.30001 10.6253 1.30001 10.6097V9.57069C1.30001 9.18409 1.61341 8.87069 2.00001 8.87069ZM14 8.87069C14.3866 8.87069 14.7 9.18409 14.7 9.57069V10.6097C14.7 10.6253 14.7001 10.6415 14.7001 10.6581C14.7008 10.8331 14.7017 11.0599 14.631 11.2738C14.57 11.4586 14.4702 11.6282 14.3383 11.7712C14.1856 11.9369 13.987 12.0463 13.8336 12.1307C13.8191 12.1387 13.805 12.1465 13.7913 12.1541L12.84 12.6826C12.502 12.8704 12.0759 12.7486 11.8881 12.4106C11.7004 12.0727 11.8221 11.6465 12.1601 11.4588L13.1114 10.9303C13.2081 10.8765 13.261 10.8469 13.2978 10.8242C13.2998 10.781 13.3 10.7203 13.3 10.6097V9.57069C13.3 9.18409 13.6134 8.87069 14 8.87069ZM7.30001 12.904C7.30001 12.5174 7.61341 12.204 8.00001 12.204C8.38661 12.204 8.70001 12.5174 8.70001 12.904V13.381L9.16006 13.1254C9.49801 12.9377 9.92417 13.0595 10.1119 13.3974C10.2997 13.7354 10.1779 14.1615 9.83996 14.3493L8.85798 14.8948C8.84508 14.902 8.83177 14.9094 8.81809 14.9171C8.72002 14.9721 8.6023 15.038 8.47123 15.0883C8.34685 15.2016 8.1815 15.2707 8.00001 15.2707C7.81852 15.2707 7.65317 15.2016 7.52879 15.0883C7.39772 15.038 7.28 14.9721 7.18194 14.9171C7.16825 14.9094 7.15495 14.902 7.14204 14.8948L6.16006 14.3493C5.82211 14.1615 5.70035 13.7354 5.8881 13.3974C6.07585 13.0595 6.50201 12.9377 6.83996 13.1254L7.30001 13.381V12.904Z", + fill: "currentColor", + }), + }), + Oi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.8956 1.89555C2.27692 1.51423 2.79411 1.3 3.33338 1.3C3.71998 1.3 4.03338 1.6134 4.03338 2C4.03338 2.3866 3.71998 2.7 3.33338 2.7C3.16541 2.7 3.00432 2.76673 2.88555 2.8855C2.76677 3.00428 2.70005 3.16537 2.70005 3.33334C2.70005 3.71994 2.38665 4.03334 2.00005 4.03334C1.61345 4.03334 1.30005 3.71994 1.30005 3.33334C1.30005 2.79406 1.51427 2.27688 1.8956 1.89555ZM5.30005 2C5.30005 1.6134 5.61345 1.3 6.00005 1.3H6.66672C7.05331 1.3 7.36672 1.6134 7.36672 2C7.36672 2.3866 7.05331 2.7 6.66672 2.7H6.00005C5.61345 2.7 5.30005 2.3866 5.30005 2ZM8.63338 2C8.63338 1.6134 8.94678 1.3 9.33338 1.3H10C10.3866 1.3 10.7 1.6134 10.7 2C10.7 2.3866 10.3866 2.7 10 2.7H9.33338C8.94678 2.7 8.63338 2.3866 8.63338 2ZM11.9667 2C11.9667 1.6134 12.2801 1.3 12.6667 1.3C13.206 1.3 13.7232 1.51423 14.1045 1.89555C14.4858 2.27688 14.7 2.79406 14.7 3.33334C14.7 3.71994 14.3866 4.03334 14 4.03334C13.6135 4.03334 13.3 3.71994 13.3 3.33334C13.3 3.16537 13.2333 3.00428 13.1145 2.8855C12.9958 2.76673 12.8347 2.7 12.6667 2.7C12.2801 2.7 11.9667 2.3866 11.9667 2ZM2.00005 5.3C2.38665 5.3 2.70005 5.6134 2.70005 6V6.66667C2.70005 7.05327 2.38665 7.36667 2.00005 7.36667C1.61345 7.36667 1.30005 7.05327 1.30005 6.66667V6C1.30005 5.6134 1.61345 5.3 2.00005 5.3ZM14 5.3C14.3866 5.3 14.7 5.6134 14.7 6V6.66667C14.7 7.05327 14.3866 7.36667 14 7.36667C13.6135 7.36667 13.3 7.05327 13.3 6.66667V6C13.3 5.6134 13.6135 5.3 14 5.3ZM2.00005 8.63334C2.38665 8.63334 2.70005 8.94674 2.70005 9.33334V10C2.70005 10.3866 2.38665 10.7 2.00005 10.7C1.61345 10.7 1.30005 10.3866 1.30005 10V9.33334C1.30005 8.94674 1.61345 8.63334 2.00005 8.63334ZM14 8.63334C14.3866 8.63334 14.7 8.94674 14.7 9.33334V10C14.7 10.3866 14.3866 10.7 14 10.7C13.6135 10.7 13.3 10.3866 13.3 10V9.33334C13.3 8.94674 13.6135 8.63334 14 8.63334ZM2.00005 11.9667C2.38665 11.9667 2.70005 12.2801 2.70005 12.6667C2.70005 12.8346 2.76677 12.9957 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3C3.71998 13.3 4.03338 13.6134 4.03338 14C4.03338 14.3866 3.71998 14.7 3.33338 14.7C2.79411 14.7 2.27692 14.4858 1.8956 14.1045C1.51427 13.7231 1.30005 13.2059 1.30005 12.6667C1.30005 12.2801 1.61345 11.9667 2.00005 11.9667ZM14 11.9667C14.3866 11.9667 14.7 12.2801 14.7 12.6667C14.7 13.2059 14.4858 13.7231 14.1045 14.1045C13.7232 14.4858 13.206 14.7 12.6667 14.7C12.2801 14.7 11.9667 14.3866 11.9667 14C11.9667 13.6134 12.2801 13.3 12.6667 13.3C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667C13.3 12.2801 13.6135 11.9667 14 11.9667ZM5.30005 14C5.30005 13.6134 5.61345 13.3 6.00005 13.3H6.66672C7.05331 13.3 7.36672 13.6134 7.36672 14C7.36672 14.3866 7.05331 14.7 6.66672 14.7H6.00005C5.61345 14.7 5.30005 14.3866 5.30005 14ZM8.63338 14C8.63338 13.6134 8.94678 13.3 9.33338 13.3H10C10.3866 13.3 10.7 13.6134 10.7 14C10.7 14.3866 10.3866 14.7 10 14.7H9.33338C8.94678 14.7 8.63338 14.3866 8.63338 14Z", + fill: "currentColor", + }), + }), + Bi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.22893 1.89555C3.61026 1.51423 4.12744 1.3 4.66672 1.3H5.33338C5.71998 1.3 6.03338 1.6134 6.03338 2C6.03338 2.3866 5.71998 2.7 5.33338 2.7H4.66672C4.49874 2.7 4.33765 2.76673 4.21888 2.8855C4.10011 3.00428 4.03338 3.16537 4.03338 3.33334V6.66667C4.03338 7.15818 3.85543 7.63133 3.5352 8C3.85543 8.36868 4.03338 8.84183 4.03338 9.33334V12.6667C4.03338 13.0134 4.31998 13.3 4.66672 13.3H5.33338C5.71998 13.3 6.03338 13.6134 6.03338 14C6.03338 14.3866 5.71998 14.7 5.33338 14.7H4.66672C3.54678 14.7 2.63338 13.7866 2.63338 12.6667V9.33334C2.63338 9.16537 2.56666 9.00428 2.44788 8.8855C2.32911 8.76673 2.16802 8.7 2.00005 8.7C1.61345 8.7 1.30005 8.3866 1.30005 8C1.30005 7.6134 1.61345 7.3 2.00005 7.3C2.16802 7.3 2.32911 7.23328 2.44788 7.1145C2.56666 6.99573 2.63338 6.83464 2.63338 6.66667V3.33334C2.63338 2.79406 2.84761 2.27688 3.22893 1.89555ZM9.96672 2C9.96672 1.6134 10.2801 1.3 10.6667 1.3H11.3334C11.8727 1.3 12.3898 1.51423 12.7712 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V6.66667C13.3667 6.83464 13.4334 6.99573 13.5522 7.1145C13.671 7.23328 13.8321 7.3 14 7.3C14.3866 7.3 14.7 7.6134 14.7 8C14.7 8.3866 14.3866 8.7 14 8.7C13.6533 8.7 13.3667 8.9866 13.3667 9.33334V12.6667C13.3667 13.2059 13.1525 13.7231 12.7712 14.1045C12.3898 14.4858 11.8727 14.7 11.3334 14.7H10.6667C10.2801 14.7 9.96672 14.3866 9.96672 14C9.96672 13.6134 10.2801 13.3 10.6667 13.3H11.3334C11.5014 13.3 11.6624 13.2333 11.7812 13.1145C11.9 12.9957 11.9667 12.8346 11.9667 12.6667V9.33334C11.9667 8.82458 12.1552 8.35844 12.4659 8.00119C12.1451 7.63235 11.9667 7.15871 11.9667 6.66667V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5014 2.7 11.3334 2.7H10.6667C10.2801 2.7 9.96672 2.3866 9.96672 2Z", + fill: "currentColor", + }), + }), + Di = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.6333 2C2.6333 1.6134 2.9467 1.3 3.3333 1.3H5.3333C5.7199 1.3 6.0333 1.6134 6.0333 2C6.0333 2.3866 5.7199 2.7 5.3333 2.7H4.0333V13.3H5.3333C5.7199 13.3 6.0333 13.6134 6.0333 14C6.0333 14.3866 5.7199 14.7 5.3333 14.7H3.3333C2.9467 14.7 2.6333 14.3866 2.6333 14V2ZM9.96663 2C9.96663 1.6134 10.28 1.3 10.6666 1.3H12.6666C13.0532 1.3 13.3666 1.6134 13.3666 2V14C13.3666 14.3866 13.0532 14.7 12.6666 14.7H10.6666C10.28 14.7 9.96663 14.3866 9.96663 14C9.96663 13.6134 10.28 13.3 10.6666 13.3H11.9666V2.7H10.6666C10.28 2.7 9.96663 2.3866 9.96663 2Z", + fill: "currentColor", + }), + }), + Pi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.94376 0.628028C6.30366 0.620526 6.66142 0.685067 6.99601 0.817855C7.33059 0.950642 7.63525 1.149 7.89206 1.40125C8.14886 1.6535 8.35264 1.95456 8.49139 2.28672C8.63001 2.61855 8.70094 2.97474 8.70002 3.33436C8.70002 3.3347 8.70002 3.33505 8.70001 3.3354L8.00002 3.33333H8.70002V3.33436V4.63333H8.00002C7.61342 4.63333 7.30002 4.94673 7.30002 5.33333V3.33333L7.30002 3.33127C7.30053 3.15795 7.26638 2.98628 7.19957 2.82635C7.13276 2.66642 7.03465 2.52147 6.911 2.40001C6.78736 2.27856 6.64067 2.18306 6.47957 2.11912C6.31847 2.05519 6.14622 2.02411 5.97293 2.02772C5.79965 2.03134 5.62884 2.06956 5.47055 2.14015C5.31225 2.21075 5.16967 2.31228 5.05119 2.43878C4.93271 2.56528 4.84073 2.7142 4.78064 2.87677C4.72056 3.03934 4.69359 3.21229 4.70132 3.38544L4.70144 3.38808C4.71 3.59769 4.76918 3.80212 4.8739 3.98391C5.06688 4.3189 4.95176 4.7469 4.61678 4.93988C4.28179 5.13287 3.85378 5.01775 3.6608 4.68276C3.60823 4.5915 3.56118 4.49749 3.51981 4.40125C3.71739 4.25953 3.93994 4.1554 4.17633 4.09462L3.8277 2.73872C3.65811 2.78233 3.49268 2.83896 3.33282 2.90791C3.36046 2.73216 3.40548 2.55914 3.46746 2.39143C3.59225 2.05378 3.7833 1.7445 4.02938 1.48176C4.27545 1.21903 4.57157 1.00815 4.90034 0.861536C5.2291 0.714922 5.58386 0.635529 5.94376 0.628028ZM1.48318 7.0964C1.37676 6.78767 1.31552 6.46417 1.30219 6.13595C1.28146 5.62555 1.37714 5.11712 1.582 4.64918C1.78686 4.18123 2.09552 3.76604 2.48459 3.43504C2.7403 3.21751 3.02633 3.04009 3.33282 2.90791M1.48318 7.0964C1.24154 7.36826 1.04473 7.67839 0.901427 8.0153C0.686728 8.52005 0.598611 9.06962 0.644739 9.61619C0.690868 10.1628 0.869846 10.6898 1.1661 11.1514C1.38064 11.4857 1.65198 11.7784 1.96674 12.0168C1.96854 12.3244 2.01247 12.6309 2.09789 12.9279C2.2251 13.3701 2.44163 13.7816 2.7341 14.1369C3.02657 14.4921 3.38877 14.7837 3.79833 14.9935C4.2079 15.2033 4.65613 15.327 5.11534 15.3568C5.57455 15.3866 6.035 15.3219 6.46824 15.1668C6.90149 15.0116 7.29833 14.7694 7.63426 14.4548C7.9702 14.1403 8.23809 13.7603 8.42139 13.3382C8.51083 13.1323 8.57921 12.9184 8.62584 12.7H12C12.168 12.7 12.3291 12.7667 12.4479 12.8855C12.5457 12.9834 12.6083 13.11 12.6272 13.2456C12.4259 13.4341 12.3 13.7024 12.3 14C12.3 14.5707 12.7627 15.0333 13.3333 15.0333C13.904 15.0333 14.3667 14.5707 14.3667 14C14.3667 13.6983 14.2374 13.4267 14.0311 13.2378C14.0074 12.7333 13.7965 12.2543 13.4378 11.8956C13.0565 11.5142 12.5393 11.3 12 11.3H8.70002V9.36667H9.90656C10.0954 9.57161 10.366 9.7 10.6667 9.7C11.2374 9.7 11.7 9.23736 11.7 8.66667C11.7 8.09597 11.2374 7.63333 10.6667 7.63333C10.366 7.63333 10.0954 7.76173 9.90656 7.96667H8.70002V6.03333H12.5732C12.7621 6.23828 13.0327 6.36667 13.3333 6.36667C13.904 6.36667 14.3667 5.90403 14.3667 5.33333C14.3667 4.76264 13.904 4.3 13.3333 4.3C13.0327 4.3 12.7621 4.42839 12.5732 4.63333H11.3667V3.33333C11.3667 3.17971 11.4225 3.03184 11.5229 2.91683C11.6656 2.99126 11.8279 3.03333 12 3.03333C12.5707 3.03333 13.0333 2.5707 13.0333 2C13.0333 1.42931 12.5707 0.966668 12 0.966668C11.6039 0.966668 11.2598 1.18959 11.0864 1.51683C10.8943 1.61341 10.7171 1.7407 10.5622 1.89555C10.1809 2.27687 9.96668 2.79406 9.96668 3.33333V4.63333H8.70002V5.99424C8.70004 5.99767 8.70004 6.0011 8.70002 6.00454M8.70002 6.03333C8.69994 6.03493 8.69907 6.03652 8.69898 6.03811C8.66116 6.73172 8.42891 7.3999 8.02988 7.96667M7.30002 8.66667V5.97966C7.30039 5.97374 7.30073 5.96782 7.30105 5.96189C7.30689 5.85495 7.33643 5.75492 7.38431 5.66664C7.33055 5.56754 7.30002 5.454 7.30002 5.33333V5.97966C7.27212 6.42748 7.11383 6.85751 6.84447 7.21667C6.57154 7.58058 6.19683 7.85538 5.76772 8.00634C5.40303 8.13463 5.21139 8.53427 5.33968 8.89896C5.46798 9.26365 5.86762 9.45529 6.23231 9.327C6.62038 9.19048 6.9808 8.991 7.30002 8.73847L7.30002 11.9993C7.29967 12.2679 7.24428 12.5341 7.13726 12.7805C7.03018 13.0271 6.87369 13.2491 6.67745 13.4328C6.48121 13.6166 6.24939 13.7581 5.99631 13.8487C5.74322 13.9393 5.47425 13.9771 5.206 13.9597C4.93774 13.9423 4.67591 13.8701 4.43666 13.7475C4.19741 13.6249 3.98583 13.4546 3.81498 13.2471C3.67068 13.0718 3.55803 12.8731 3.48173 12.6599C3.65266 12.6866 3.82603 12.7001 4.00034 12.7C4.38694 12.6998 4.7002 12.3863 4.70002 11.9997C4.69984 11.6131 4.38629 11.2998 3.99969 11.3C3.6616 11.3002 3.32845 11.2125 3.03277 11.0457M2.68868 11.6553L3.38291 11.7451C3.34845 12.0117 3.36901 12.2825 3.44333 12.5408C3.45488 12.581 3.46769 12.6207 3.48173 12.6599C3.39163 12.6459 3.30221 12.6282 3.21369 12.6069C2.91065 12.534 2.6181 12.4192 2.34479 12.265L2.68868 11.6553ZM3.03277 11.0457C2.75381 10.8882 2.51736 10.6649 2.34434 10.3953C2.17128 10.1256 2.06673 9.81774 2.03978 9.49846C2.01283 9.17917 2.06431 8.85814 2.18973 8.56328C2.31514 8.26843 2.51071 8.00868 2.7594 7.80664C2.84808 7.73441 2.94481 7.66916 3.04769 7.61206C3.38573 7.42447 3.50768 6.99836 3.32008 6.66033C3.19482 6.43463 2.96324 6.30526 2.72254 6.30004C2.71124 6.22704 2.70405 6.1533 2.70103 6.07914C2.68892 5.78098 2.74482 5.48398 2.86449 5.21062C2.98416 4.93727 3.16446 4.69473 3.39175 4.50138C3.43312 4.46618 3.47585 4.43279 3.51981 4.40125C3.3902 4.09973 3.31629 3.77625 3.30266 3.44658M2.68868 11.6553L3.03277 11.0457L2.68868 11.6553ZM7.30002 8.66667V8.73847V8.66667ZM7.30002 8.73847C7.30114 8.73758 7.30226 8.73669 7.30339 8.7358L7.30002 8.73847ZM2.68868 11.6553L3.03277 11.0457L2.68868 11.6553Z", + fill: "currentColor", + }), + }), + Fi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.93611 0.639497C6.29534 0.630991 6.65266 0.694277 6.98712 0.825646C7.32158 0.957015 7.62645 1.15382 7.88387 1.40454C7.92387 1.4435 7.9626 1.48364 8.00002 1.5249C8.03743 1.48364 8.07616 1.4435 8.11617 1.40454C8.37358 1.15382 8.67846 0.957015 9.01291 0.825646C9.34737 0.694277 9.70469 0.630991 10.0639 0.639497C10.4232 0.648003 10.7771 0.728131 11.1049 0.875182C11.4328 1.02223 11.728 1.23325 11.9733 1.49587C12.2185 1.75849 12.4089 2.06742 12.5332 2.40456C12.5949 2.57171 12.6397 2.74412 12.6672 2.91925C12.9737 3.05143 13.2597 3.22884 13.5154 3.44637C13.9045 3.77737 14.2132 4.19256 14.418 4.6605C14.6229 5.12845 14.7186 5.63688 14.6978 6.14728C14.6845 6.4755 14.6233 6.799 14.5169 7.10773C14.7585 7.37959 14.9553 7.68972 15.0986 8.02663C15.3133 8.53138 15.4014 9.08095 15.3553 9.62752C15.3092 10.1741 15.1302 10.7011 14.8339 11.1628C14.6194 11.497 14.3481 11.7897 14.0333 12.0281C14.0295 12.6812 13.8357 13.3227 13.4706 13.872C13.0216 14.5476 12.3438 15.0383 11.5618 15.254C10.7798 15.4697 9.94625 15.3957 9.21442 15.0458C8.73474 14.8165 8.31991 14.4787 8.00002 14.0636C7.68012 14.4787 7.26529 14.8165 6.78561 15.0458C6.05379 15.3957 5.22023 15.4697 4.43825 15.254C3.65626 15.0383 2.97844 14.5476 2.52945 13.872C2.16437 13.3227 1.97054 12.6812 1.96673 12.0281C1.65197 11.7897 1.38064 11.497 1.1661 11.1628C0.869846 10.7011 0.690868 10.1741 0.644739 9.62752C0.598611 9.08095 0.686728 8.53138 0.901427 8.02663C1.04473 7.68972 1.24154 7.37959 1.48318 7.10773C1.37676 6.799 1.31552 6.4755 1.30219 6.14728C1.28146 5.63688 1.37714 5.12845 1.582 4.6605C1.78686 4.19256 2.09552 3.77737 2.48459 3.44637C2.7403 3.22884 3.02633 3.05142 3.33281 2.91924C3.36035 2.74412 3.40515 2.57171 3.46679 2.40456C3.59111 2.06742 3.78149 1.75849 4.02675 1.49587C4.27201 1.23325 4.56722 1.02223 4.89509 0.875182C5.22296 0.72813 5.57688 0.648003 5.93611 0.639497ZM3.52355 4.40991C3.47827 4.44223 3.43429 4.47652 3.39175 4.51271C3.16446 4.70606 2.98416 4.9486 2.86449 5.22195C2.74482 5.49531 2.68892 5.79231 2.70103 6.09047C2.70389 6.16078 2.71051 6.23072 2.72081 6.3C2.96213 6.30464 3.19452 6.43408 3.32008 6.66032C3.50768 6.99835 3.38573 7.42446 3.04769 7.61206C2.97178 7.65419 2.89877 7.70128 2.82914 7.75302C2.80764 7.77596 2.78438 7.79768 2.7594 7.81797C2.51071 8.02001 2.31514 8.27976 2.18973 8.57461C2.06431 8.86947 2.01283 9.1905 2.03978 9.50979C2.06673 9.82907 2.17128 10.1369 2.34434 10.4066C2.49899 10.6476 2.70418 10.8515 2.94521 11.0046C2.97485 11.0163 3.00404 11.0302 3.03258 11.0463C3.32771 11.2128 3.66085 11.3002 3.99969 11.3C4.38629 11.2998 4.69984 11.6131 4.70002 11.9997C4.7002 12.3863 4.38694 12.6998 4.00034 12.7C3.82466 12.7001 3.64987 12.6864 3.47752 12.6594C3.53128 12.8127 3.6042 12.9598 3.69543 13.0971C3.95771 13.4917 4.35367 13.7784 4.81047 13.9044C5.26727 14.0304 5.7542 13.9872 6.1817 13.7828C6.60612 13.5799 6.94362 13.2316 7.13316 12.8013C7.16313 12.7249 7.1865 12.6462 7.203 12.5658L7.20435 12.5593L7.20438 12.5593C7.26399 12.2825 7.45222 12.1188 7.59919 12.0403C7.74112 11.9646 7.88494 11.9417 8.0001 11.9417C8.11537 11.9417 8.25869 11.9646 8.40008 12.0398C8.54615 12.1174 8.7339 12.2794 8.79522 12.5543L8.79805 12.5669L8.79793 12.5669C8.81425 12.6471 8.8374 12.7257 8.86712 12.8018C9.05671 13.2319 9.3941 13.5799 9.81833 13.7828C10.2458 13.9872 10.7328 14.0304 11.1896 13.9044C11.6464 13.7784 12.0423 13.4917 12.3046 13.0971C12.3958 12.9598 12.4688 12.8127 12.5225 12.6594C12.3502 12.6864 12.1754 12.7001 11.9997 12.7C11.6131 12.6998 11.2998 12.3863 11.3 11.9997C11.3002 11.6131 11.6137 11.2998 12.0003 11.3C12.3392 11.3002 12.6723 11.2128 12.9675 11.0463C12.996 11.0302 13.0252 11.0163 13.0548 11.0046C13.2959 10.8515 13.501 10.6476 13.6557 10.4066C13.8288 10.1369 13.9333 9.82907 13.9603 9.50979C13.9872 9.1905 13.9357 8.86947 13.8103 8.57461C13.6849 8.27976 13.4893 8.02001 13.2406 7.81797C13.2157 7.79768 13.1924 7.77596 13.1709 7.75302C13.1013 7.70128 13.0283 7.65419 12.9523 7.61206C12.6143 7.42446 12.4924 6.99835 12.68 6.66032C12.8055 6.43408 13.0379 6.30464 13.2792 6.3C13.2895 6.23072 13.2961 6.16078 13.299 6.09047C13.3111 5.79231 13.2552 5.49531 13.1355 5.22195C13.0159 4.9486 12.8356 4.70606 12.6083 4.51271C12.5658 4.47655 12.5219 4.44229 12.4766 4.41C12.436 4.50335 12.3901 4.59457 12.339 4.68319C12.1458 5.01804 11.7177 5.13285 11.3828 4.93963C11.048 4.74641 10.9332 4.31832 11.1264 3.98347C11.228 3.80739 11.2868 3.61002 11.2983 3.40723C11.2984 3.40374 11.2986 3.40025 11.2987 3.39676C11.3064 3.22392 11.2796 3.05127 11.2197 2.88895C11.1599 2.72662 11.0682 2.57788 10.9501 2.45143C10.832 2.32499 10.6899 2.22339 10.532 2.15258C10.3742 2.08178 10.2037 2.0432 10.0308 2.0391C9.85782 2.03501 9.68578 2.06548 9.52474 2.12873C9.36371 2.19198 9.21692 2.28674 9.09297 2.40746C8.96903 2.52817 8.87043 2.67241 8.80296 2.83172C8.73548 2.99103 8.70048 3.16221 8.70001 3.33522C8.69897 3.72108 8.38588 4.03333 8.00002 4.03333C7.61416 4.03333 7.30106 3.72108 7.30002 3.33522C7.29955 3.16221 7.26455 2.99103 7.19708 2.83172C7.1296 2.67241 7.031 2.52817 6.90706 2.40746C6.78312 2.28674 6.63633 2.19198 6.47529 2.12873C6.31426 2.06548 6.14221 2.03501 5.96925 2.0391C5.79629 2.0432 5.62588 2.08178 5.46802 2.15258C5.31016 2.22339 5.16802 2.32499 5.04993 2.45143C4.93184 2.57788 4.84018 2.72662 4.78032 2.88895C4.72371 3.04244 4.69662 3.20515 4.70037 3.36853C4.70081 3.37502 4.70117 3.38153 4.70143 3.38807C4.71 3.59769 4.76918 3.80212 4.8739 3.98391C5.06688 4.31889 4.95176 4.7469 4.61678 4.93988C4.28179 5.13286 3.85378 5.01774 3.6608 4.68276C3.60981 4.59424 3.56401 4.50313 3.52355 4.40991ZM6.64905 4.89366C7.00233 4.73665 7.416 4.89575 7.57302 5.24903L7.60821 5.32822C7.73613 5.30962 7.86695 5.3 8.00002 5.3C8.11134 5.3 8.22109 5.30674 8.32889 5.31982L8.36035 5.24903C8.51736 4.89575 8.93103 4.73665 9.28431 4.89366C9.63759 5.05068 9.7967 5.46435 9.63968 5.81763L9.62737 5.84534C9.80979 5.98334 9.97415 6.14397 10.1163 6.32306L10.1824 6.29366C10.5357 6.13665 10.9493 6.29575 11.1064 6.64903C11.2634 7.00231 11.1043 7.41599 10.751 7.573L10.6718 7.60819C10.6904 7.73611 10.7 7.86693 10.7 8C10.7 8.11132 10.6933 8.22107 10.6802 8.32887L10.751 8.36033C11.1043 8.51734 11.2634 8.93102 11.1064 9.28429C10.9493 9.63757 10.5357 9.79668 10.1824 9.63967L10.1547 9.62735C10.0167 9.80977 9.85604 9.97413 9.67696 10.1162L9.70635 10.1824C9.86336 10.5356 9.70426 10.9493 9.35098 11.1063C8.9977 11.2633 8.58403 11.1042 8.42702 10.751L8.39182 10.6718C8.26391 10.6904 8.13309 10.7 8.00002 10.7C7.88869 10.7 7.77894 10.6933 7.67115 10.6802L7.63969 10.751C7.48267 11.1042 7.069 11.2633 6.71572 11.1063C6.36244 10.9493 6.20334 10.5356 6.36035 10.1824L6.37267 10.1547C6.19024 10.0167 6.02589 9.85603 5.88378 9.67694L5.81765 9.70633C5.46437 9.86335 5.0507 9.70424 4.89368 9.35096C4.73667 8.99768 4.89577 8.58401 5.24905 8.427L5.32824 8.3918C5.30964 8.26389 5.30002 8.13307 5.30002 8C5.30002 7.88867 5.30675 7.77892 5.31984 7.67113L5.24905 7.63967C4.89577 7.48265 4.73667 7.06898 4.89368 6.7157C5.0507 6.36242 5.46437 6.20332 5.81765 6.36033L5.84536 6.37265C5.98336 6.19022 6.14399 6.02587 6.32308 5.88376L6.29368 5.81763C6.13667 5.46435 6.29577 5.05068 6.64905 4.89366ZM8.00002 6.7C7.28205 6.7 6.70002 7.28203 6.70002 8C6.70002 8.71797 7.28205 9.3 8.00002 9.3C8.71799 9.3 9.30002 8.71797 9.30002 8C9.30002 7.28203 8.71799 6.7 8.00002 6.7Z", + fill: "currentColor", + }), + }), + Ui = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.94376 0.628028C6.30366 0.620526 6.66142 0.685067 6.99601 0.817855C7.33059 0.950642 7.63525 1.149 7.89206 1.40125C7.92916 1.4377 7.96516 1.47516 8.00002 1.5136C8.03487 1.47516 8.07087 1.4377 8.10798 1.40125C8.36478 1.149 8.66944 0.950642 9.00403 0.817855C9.33862 0.685067 9.69638 0.620526 10.0563 0.628028C10.4162 0.635529 10.7709 0.714922 11.0997 0.861536C11.4285 1.00815 11.7246 1.21903 11.9707 1.48176C12.2167 1.74449 12.4078 2.05378 12.5326 2.39143C12.5946 2.55914 12.6396 2.73216 12.6672 2.90791C12.9737 3.04009 13.2597 3.21751 13.5154 3.43504C13.9045 3.76604 14.2132 4.18123 14.418 4.64918C14.6229 5.11712 14.7186 5.62555 14.6978 6.13595C14.6845 6.46417 14.6233 6.78767 14.5169 7.0964C14.7585 7.36826 14.9553 7.67839 15.0986 8.0153C15.3133 8.52005 15.4014 9.06962 15.3553 9.61619C15.3092 10.1628 15.1302 10.6898 14.8339 11.1514C14.6194 11.4857 14.3481 11.7784 14.0333 12.0168C14.0315 12.3244 13.9876 12.6309 13.9021 12.9279C13.7749 13.3701 13.5584 13.7816 13.2659 14.1369C12.9735 14.4921 12.6113 14.7837 12.2017 14.9935C11.7921 15.2033 11.3439 15.327 10.8847 15.3568C10.4255 15.3866 9.96504 15.3219 9.53179 15.1668C9.09855 15.0116 8.7017 14.7694 8.36577 14.4548C8.23286 14.3304 8.1106 14.1957 8.00002 14.0522C7.88944 14.1957 7.76718 14.3304 7.63426 14.4548C7.29833 14.7694 6.90149 15.0116 6.46824 15.1668C6.035 15.3219 5.57455 15.3866 5.11534 15.3568C4.65613 15.327 4.2079 15.2033 3.79833 14.9935C3.38877 14.7837 3.02657 14.4921 2.7341 14.1369C2.44163 13.7816 2.2251 13.3701 2.09789 12.9279C2.01247 12.6309 1.96854 12.3244 1.96674 12.0168C1.65198 11.7784 1.38064 11.4857 1.1661 11.1514C0.869846 10.6898 0.690868 10.1628 0.644739 9.61619C0.598611 9.06962 0.686728 8.52005 0.901427 8.0153C1.04473 7.67839 1.24154 7.36826 1.48318 7.0964C1.37676 6.78767 1.31552 6.46417 1.30219 6.13595C1.28146 5.62555 1.37714 5.11712 1.582 4.64918C1.78686 4.18123 2.09552 3.76604 2.48459 3.43504C2.7403 3.21751 3.02633 3.04009 3.33282 2.90791C3.36046 2.73216 3.40548 2.55914 3.46746 2.39143C3.59225 2.05378 3.7833 1.7445 4.02938 1.48176C4.27545 1.21903 4.57157 1.00815 4.90034 0.861536C5.2291 0.714922 5.58386 0.635529 5.94376 0.628028ZM3.51981 4.40125C3.47585 4.43279 3.43312 4.46618 3.39175 4.50138C3.16446 4.69473 2.98416 4.93727 2.86449 5.21062C2.74482 5.48398 2.68892 5.78098 2.70103 6.07914C2.70405 6.1533 2.71124 6.22704 2.72254 6.30004C2.96324 6.30526 3.19482 6.43463 3.32008 6.66033C3.50768 6.99836 3.38573 7.42447 3.04769 7.61206C2.94481 7.66916 2.84875 7.73387 2.76007 7.8061L2.7594 7.80664C2.51071 8.00868 2.31514 8.26843 2.18973 8.56328C2.06431 8.85814 2.01283 9.17917 2.03978 9.49846C2.06673 9.81774 2.17128 10.1256 2.34434 10.3953C2.51736 10.6649 2.75362 10.8881 3.03258 11.0456M3.51981 4.40125C3.56118 4.49749 3.60823 4.5915 3.6608 4.68276C3.85378 5.01775 4.28179 5.13287 4.61678 4.93988C4.95176 4.7469 5.06688 4.3189 4.8739 3.98391C4.76918 3.80212 4.71 3.59769 4.70144 3.38808L4.70132 3.38544C4.69359 3.21229 4.72056 3.03934 4.78064 2.87677C4.84073 2.7142 4.93271 2.56528 5.05119 2.43878C5.16967 2.31228 5.31225 2.21075 5.47055 2.14015C5.62884 2.06956 5.79965 2.03134 5.97293 2.02772C6.14622 2.02411 6.31847 2.05519 6.47957 2.11912C6.64067 2.18306 6.78736 2.27856 6.911 2.40001C7.03465 2.52147 7.13276 2.66642 7.19957 2.82635C7.26518 2.9834 7.29929 3.15178 7.30001 3.32192C7.3 3.32607 7.30001 3.33021 7.30002 3.33436V5.97966C7.27212 6.42748 7.11383 6.85751 6.84447 7.21667C6.57154 7.58058 6.19683 7.85538 5.76772 8.00634C5.40303 8.13463 5.21139 8.53427 5.33968 8.89896C5.46798 9.26365 5.86762 9.45529 6.23231 9.327C6.62038 9.19048 6.9808 8.991 7.30002 8.73847L7.30002 11.9993C7.30002 11.9994 7.30002 11.9995 7.30002 11.9997C7.29967 12.2683 7.24428 12.5341 7.13726 12.7805C7.03018 13.0271 6.87369 13.2491 6.67745 13.4328C6.48121 13.6166 6.24939 13.7581 5.99631 13.8487C5.74322 13.9393 5.47425 13.9771 5.206 13.9597C4.93774 13.9423 4.67591 13.8701 4.43666 13.7475C4.19741 13.6249 3.98583 13.4546 3.81498 13.2471C3.67068 13.0718 3.55803 12.8731 3.48173 12.6599C3.65266 12.6866 3.82603 12.7001 4.00034 12.7C4.38694 12.6998 4.7002 12.3863 4.70002 11.9997C4.69984 11.6131 4.38629 11.2998 3.99969 11.3C3.6616 11.3002 3.32845 11.2125 3.03277 11.0457M8.70002 11.9997C8.70036 12.2683 8.75575 12.5341 8.86278 12.7805C8.96985 13.0271 9.12635 13.2491 9.32258 13.4328C9.51882 13.6166 9.75064 13.7581 10.0037 13.8487C10.2568 13.9393 10.5258 13.9771 10.794 13.9597C11.0623 13.9423 11.3241 13.8701 11.5634 13.7475C11.8026 13.6249 12.0142 13.4546 12.1851 13.2471C12.3294 13.0718 12.442 12.8731 12.5183 12.6599C12.3474 12.6866 12.174 12.7001 11.9997 12.7C11.6131 12.6998 11.2998 12.3863 11.3 11.9997C11.3002 11.6131 11.6137 11.2998 12.0003 11.3C12.3385 11.3002 12.6717 11.2124 12.9675 11.0456C13.2464 10.8881 13.4827 10.6649 13.6557 10.3953C13.8288 10.1256 13.9333 9.81774 13.9603 9.49846C13.9872 9.17917 13.9357 8.85814 13.8103 8.56328C13.6849 8.26843 13.4893 8.00868 13.2406 7.80664L13.24 7.8061C13.1513 7.73387 13.0552 7.66916 12.9523 7.61206C12.6143 7.42447 12.4924 6.99836 12.68 6.66033C12.8052 6.43463 13.0368 6.30526 13.2775 6.30004C13.2888 6.22704 13.296 6.1533 13.299 6.07914C13.3111 5.78098 13.2552 5.48398 13.1355 5.21062C13.0159 4.93727 12.8356 4.69473 12.6083 4.50138C12.5669 4.4662 12.5242 4.43282 12.4803 4.4013C12.4389 4.49763 12.3917 4.59177 12.339 4.6832C12.1458 5.01804 11.7177 5.13285 11.3828 4.93963C11.048 4.74641 10.9332 4.31832 11.1264 3.98347C11.2308 3.80256 11.2899 3.59826 11.2986 3.38764L11.2987 3.38544C11.3064 3.21229 11.2795 3.03934 11.2194 2.87677C11.1593 2.7142 11.0673 2.56528 10.9488 2.43878C10.8304 2.31228 10.6878 2.21075 10.5295 2.14015C10.3712 2.06956 10.2004 2.03134 10.0271 2.02772C9.85382 2.02411 9.68156 2.05519 9.52046 2.11912C9.35936 2.18306 9.21268 2.27856 9.08903 2.40001C8.96538 2.52147 8.86727 2.66642 8.80046 2.82635C8.73486 2.9834 8.70074 3.15178 8.70002 3.32192C8.70003 3.32607 8.70003 3.33021 8.70002 3.33436V5.97966C8.72791 6.42748 8.8862 6.85751 9.15557 7.21667C9.4285 7.58058 9.80321 7.85538 10.2323 8.00634C10.597 8.13463 10.7886 8.53427 10.6603 8.89896C10.5321 9.26365 10.1324 9.45529 9.76772 9.327C9.37965 9.19048 9.01923 8.991 8.70002 8.73847L8.70002 11.9993C8.70002 11.9994 8.70002 11.9995 8.70002 11.9997Z", + fill: "currentColor", + }), + }), + Gi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.33338 2.7C2.9836 2.7 2.70005 2.98356 2.70005 3.33334V5.3H4.63338V2.7H3.33338ZM3.33338 1.3C2.2104 1.3 1.30005 2.21036 1.30005 3.33334V12.6667C1.30005 13.7896 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7896 14.7 12.6667V3.33334C14.7 2.21036 13.7897 1.3 12.6667 1.3H3.33338ZM6.03338 2.7V5.3H9.96672V2.7H6.03338ZM11.3667 2.7V5.3H13.3V3.33334C13.3 2.98356 13.0165 2.7 12.6667 2.7H11.3667ZM13.3 6.7H8.70005V9.3H13.3V6.7ZM13.3 10.7H11.3667V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V10.7ZM9.96672 13.3V10.7H6.03338V13.3H9.96672ZM4.63338 13.3V10.7H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H4.63338ZM2.70005 9.3H7.30005V6.7H2.70005V9.3Z", + fill: "currentColor", + }), + }), + zi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.22893 1.22888C5.61025 0.847557 6.12744 0.633331 6.66671 0.633331H9.33338C9.87265 0.633331 10.3898 0.847557 10.7712 1.22888C11.1525 1.6102 11.3667 2.12739 11.3667 2.66666V3.3H13.3334C14.4564 3.3 15.3667 4.21035 15.3667 5.33333V8.65562C15.3668 8.66256 15.3668 8.66949 15.3667 8.67641V12C15.3667 13.123 14.4564 14.0333 13.3334 14.0333H2.66671C1.54373 14.0333 0.633378 13.123 0.633378 12V8.67643C0.633275 8.66949 0.633275 8.66255 0.633378 8.65561V5.33333C0.633378 4.21035 1.54373 3.3 2.66671 3.3H4.63338V2.66666C4.63338 2.12739 4.8476 1.6102 5.22893 1.22888ZM2.66671 4.7C2.31693 4.7 2.03338 4.98355 2.03338 5.33333V8.28272C3.82618 9.38396 5.89119 9.96887 8.00004 9.96887C10.1089 9.96887 12.1739 9.38396 13.9667 8.28272V5.33333C13.9667 4.98355 13.6832 4.7 13.3334 4.7H2.66671ZM9.96671 3.3H6.03338V2.66666C6.03338 2.49869 6.1001 2.3376 6.21888 2.21883C6.33765 2.10006 6.49874 2.03333 6.66671 2.03333H9.33338C9.50135 2.03333 9.66244 2.10006 9.78121 2.21883C9.89998 2.3376 9.96671 2.49869 9.96671 2.66666V3.3ZM13.9667 9.89314C12.1328 10.8594 10.0855 11.3689 8.00004 11.3689C5.91457 11.3689 3.86729 10.8594 2.03338 9.89314V12C2.03338 12.3498 2.31693 12.6333 2.66671 12.6333H13.3334C13.6832 12.6333 13.9667 12.3498 13.9667 12V9.89314ZM7.30004 8C7.30004 7.6134 7.61345 7.3 8.00004 7.3H8.00671C8.39331 7.3 8.70671 7.6134 8.70671 8C8.70671 8.3866 8.39331 8.7 8.00671 8.7H8.00004C7.61345 8.7 7.30004 8.3866 7.30004 8Z", + fill: "currentColor", + }), + }), + $i = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.22885 1.22888C5.61017 0.847557 6.12736 0.633331 6.66663 0.633331H9.3333C9.87257 0.633331 10.3898 0.847557 10.7711 1.22888C11.1524 1.6102 11.3666 2.12739 11.3666 2.66666V3.3H13.3333C14.4563 3.3 15.3666 4.21035 15.3666 5.33333V12C15.3666 13.123 14.4563 14.0333 13.3333 14.0333H2.66663C1.54366 14.0333 0.633301 13.123 0.633301 12V5.33333C0.633301 4.21035 1.54366 3.3 2.66663 3.3H4.6333V2.66666C4.6333 2.12739 4.84753 1.6102 5.22885 1.22888ZM4.6333 4.7H2.66663C2.31685 4.7 2.0333 4.98355 2.0333 5.33333V12C2.0333 12.3498 2.31685 12.6333 2.66663 12.6333H4.6333V4.7ZM6.0333 12.6333V4.7H9.96663V12.6333H6.0333ZM11.3666 12.6333H13.3333C13.6831 12.6333 13.9666 12.3498 13.9666 12V5.33333C13.9666 4.98355 13.6831 4.7 13.3333 4.7H11.3666V12.6333ZM9.96663 3.3H6.0333V2.66666C6.0333 2.49869 6.10003 2.3376 6.2188 2.21883C6.33757 2.10006 6.49866 2.03333 6.66663 2.03333H9.3333C9.50127 2.03333 9.66236 2.10006 9.78113 2.21883C9.89991 2.3376 9.96663 2.49869 9.96663 2.66666V3.3Z", + fill: "currentColor", + }), + }), + Wi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.22885 1.22888C5.61017 0.847557 6.12736 0.633331 6.66663 0.633331H9.3333C9.87257 0.633331 10.3898 0.847557 10.7711 1.22888C11.1524 1.6102 11.3666 2.12739 11.3666 2.66666V3.3H13.3333C14.4563 3.3 15.3666 4.21035 15.3666 5.33333V12C15.3666 13.123 14.4563 14.0333 13.3333 14.0333H2.66663C1.54366 14.0333 0.633301 13.123 0.633301 12V5.33333C0.633301 4.21035 1.54366 3.3 2.66663 3.3H4.6333V2.66666C4.6333 2.12739 4.84753 1.6102 5.22885 1.22888ZM4.69997 4.7H11.3V12.6333H4.69997V4.7ZM3.29997 4.7H2.66663C2.31685 4.7 2.0333 4.98355 2.0333 5.33333V12C2.0333 12.3498 2.31685 12.6333 2.66663 12.6333H3.29997V4.7ZM12.7 12.6333H13.3333C13.6831 12.6333 13.9666 12.3498 13.9666 12V5.33333C13.9666 4.98355 13.6831 4.7 13.3333 4.7H12.7V12.6333ZM9.96663 3.3H6.0333V2.66666C6.0333 2.49869 6.10003 2.3376 6.2188 2.21883C6.33757 2.10006 6.49866 2.03333 6.66663 2.03333H9.3333C9.50127 2.03333 9.66236 2.10006 9.78113 2.21883C9.89991 2.3376 9.96663 2.49869 9.96663 2.66666V3.3ZM7.99997 6.63333C8.38657 6.63333 8.69997 6.94673 8.69997 7.33333V7.96666H9.3333C9.7199 7.96666 10.0333 8.28007 10.0333 8.66667C10.0333 9.05326 9.7199 9.36666 9.3333 9.36666H8.69997V10C8.69997 10.3866 8.38657 10.7 7.99997 10.7C7.61337 10.7 7.29997 10.3866 7.29997 10V9.36666H6.66663C6.28003 9.36666 5.96663 9.05326 5.96663 8.66667C5.96663 8.28007 6.28003 7.96666 6.66663 7.96666H7.29997V7.33333C7.29997 6.94673 7.61337 6.63333 7.99997 6.63333Z", + fill: "currentColor", + }), + }), + ji = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66663 2.03333C2.49866 2.03333 2.33757 2.10006 2.2188 2.21883C2.10003 2.3376 2.0333 2.49869 2.0333 2.66666V5.33333C2.0333 5.5013 2.10003 5.66239 2.2188 5.78116C2.33757 5.89994 2.49866 5.96666 2.66663 5.96666C3.05323 5.96666 3.36663 6.28006 3.36663 6.66666C3.36663 7.05326 3.05323 7.36666 2.66663 7.36666C2.12736 7.36666 1.61017 7.15244 1.22885 6.77111C0.847526 6.38979 0.633301 5.8726 0.633301 5.33333V2.66666C0.633301 2.12739 0.847526 1.6102 1.22885 1.22888C1.61017 0.847557 2.12736 0.633331 2.66663 0.633331H5.3333C5.87257 0.633331 6.38976 0.847557 6.77108 1.22888C7.15241 1.6102 7.36663 2.12739 7.36663 2.66666C7.36663 3.05326 7.05323 3.36666 6.66663 3.36666C6.28003 3.36666 5.96663 3.05326 5.96663 2.66666C5.96663 2.49869 5.89991 2.3376 5.78113 2.21883C5.66236 2.10006 5.50127 2.03333 5.3333 2.03333H2.66663ZM6.66663 6.03333C6.31685 6.03333 6.0333 6.31688 6.0333 6.66666V9.33333C6.0333 9.68311 6.31685 9.96666 6.66663 9.96666H9.3333C9.68308 9.96666 9.96663 9.68311 9.96663 9.33333V6.66666C9.96663 6.31688 9.68308 6.03333 9.3333 6.03333H6.66663ZM4.6333 6.66666C4.6333 5.54368 5.54365 4.63333 6.66663 4.63333H9.3333C10.4563 4.63333 11.3666 5.54368 11.3666 6.66666V9.33333C11.3666 10.4563 10.4563 11.3667 9.3333 11.3667H6.66663C5.54365 11.3667 4.6333 10.4563 4.6333 9.33333V6.66666ZM12.6333 9.33333C12.6333 8.94673 12.9467 8.63333 13.3333 8.63333C13.8726 8.63333 14.3898 8.84756 14.7711 9.22888C15.1524 9.6102 15.3666 10.1274 15.3666 10.6667V13.3333C15.3666 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3667 13.3333 15.3667H10.6666C10.1274 15.3667 9.61017 15.1524 9.22885 14.7711C8.84753 14.3898 8.6333 13.8726 8.6333 13.3333C8.6333 12.9467 8.9467 12.6333 9.3333 12.6333C9.7199 12.6333 10.0333 12.9467 10.0333 13.3333C10.0333 13.5013 10.1 13.6624 10.2188 13.7812C10.3376 13.8999 10.4987 13.9667 10.6666 13.9667H13.3333C13.5013 13.9667 13.6624 13.8999 13.7811 13.7812C13.8999 13.6624 13.9666 13.5013 13.9666 13.3333V10.6667C13.9666 10.4987 13.8999 10.3376 13.7811 10.2188C13.6624 10.1001 13.5013 10.0333 13.3333 10.0333C12.9467 10.0333 12.6333 9.71993 12.6333 9.33333Z", + fill: "currentColor", + }), + }), + qi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M13.2396 2.77152C13.0922 2.71118 12.9344 2.68076 12.7752 2.68203C12.616 2.68329 12.4587 2.71622 12.3123 2.77889C12.166 2.84155 12.0336 2.93271 11.9228 3.04705L11.9148 3.05535L6.53474 8.42862C6.2612 8.70181 5.81799 8.70154 5.54479 8.428C5.27159 8.15447 5.27187 7.71125 5.5454 7.43805L10.9216 2.06849C11.1607 1.82284 11.4461 1.62689 11.7612 1.49193C12.0783 1.35615 12.4192 1.28481 12.7641 1.28207C13.109 1.27933 13.451 1.34524 13.7702 1.47597C14.0894 1.6067 14.3793 1.79962 14.6232 2.04351C14.8671 2.2874 15.06 2.57738 15.1908 2.89656C15.3215 3.21574 15.3874 3.55774 15.3847 3.90264C15.3819 4.24755 15.3106 4.58846 15.1748 4.90552C15.0399 5.22061 14.844 5.50589 14.5984 5.74496L9.22899 11.1277C8.95596 11.4014 8.51275 11.4019 8.23904 11.1289C7.96534 10.8559 7.96479 10.4127 8.23782 10.139L13.6196 4.74382C13.734 4.63306 13.8252 4.50072 13.8879 4.35439C13.9505 4.20805 13.9834 4.05071 13.9847 3.89152C13.986 3.73234 13.9556 3.57449 13.8952 3.42718C13.8349 3.27986 13.7458 3.14603 13.6333 3.03346C13.5207 2.9209 13.3869 2.83185 13.2396 2.77152ZM2.01342 11.963C2.01895 10.4723 3.21905 9.26 4.7134 9.26H4.71572C5.07117 9.26118 5.4229 9.33236 5.75084 9.46947C6.07878 9.60659 6.3765 9.80695 6.627 10.0591C6.8775 10.3113 7.07588 10.6103 7.21081 10.9392C7.34559 11.2677 7.41443 11.6194 7.4134 11.9745C7.41278 13.8494 5.90415 15.3667 4.04674 15.3667C2.76367 15.3667 1.65402 14.5977 0.882133 13.812C0.810041 13.7393 0.721572 13.6266 0.67221 13.4692C0.617867 13.296 0.626773 13.1183 0.684845 12.9607C0.781552 12.6983 0.990225 12.5572 1.06064 12.5104C1.15872 12.4453 1.26838 12.3908 1.35116 12.3508C1.39917 12.3276 1.43654 12.3101 1.47205 12.2934C1.5163 12.2726 1.55767 12.2531 1.61316 12.2259C1.79089 12.1386 1.90866 12.0667 1.97913 12.0005C1.99817 11.9827 2.00841 11.97 2.01342 11.963ZM7.4134 11.9745C7.4134 11.9749 7.4134 11.9753 7.4134 11.9757L6.7134 11.9733H7.4134C7.4134 11.9737 7.4134 11.9741 7.4134 11.9745ZM4.71223 10.66C3.99724 10.6606 3.4134 11.2424 3.4134 11.9733C3.4134 12.4443 3.18253 12.7911 2.93726 13.0213C2.79112 13.1585 2.6265 13.2676 2.47535 13.3538C2.98528 13.7342 3.52627 13.9667 4.04674 13.9667C5.12228 13.9667 6.0134 13.0846 6.0134 11.9733L6.01341 11.971C6.01398 11.7994 5.98074 11.6294 5.91561 11.4706C5.85047 11.3119 5.7547 11.1675 5.63376 11.0458C5.51283 10.924 5.36911 10.8273 5.21079 10.7611C5.05283 10.6951 4.88344 10.6607 4.71223 10.66ZM1.83491 13.6768C1.83635 13.6759 1.83813 13.6748 1.84033 13.6734C1.8271 13.6838 1.82311 13.6847 1.83491 13.6768Z", + fill: "currentColor", + }), + }), + Yi = (e) => + yt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + Rt("path", { + d: "M1.33333 0.633301C0.946732 0.633301 0.633331 0.946701 0.633331 1.3333V3.66663C0.633331 4.05323 0.946732 4.36663 1.33333 4.36663H1.48458L2.19317 10.7439C2.23256 11.0984 2.53221 11.3666 2.88889 11.3666H3.66666C4.05326 11.3666 4.36666 11.0532 4.36666 10.6666C4.36666 10.28 4.05326 9.96661 3.66666 9.96661H3.51542L2.80683 3.58931C2.76495 3.21236 2.43106 2.93874 2.05562 2.96881C2.04822 2.96823 2.04079 2.96776 2.03333 2.96741V2.0333H9.96666V2.66663C9.96666 3.05323 10.2801 3.36663 10.6667 3.36663C11.0533 3.36663 11.3667 3.05323 11.3667 2.66663V1.3333C11.3667 0.946701 11.0533 0.633301 10.6667 0.633301H1.33333Z", + fill: "currentColor", }), - 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", + Rt("path", { + d: "M7.74444 10C7.74444 9.61345 8.05784 9.30005 8.44444 9.30005H11.5555C11.9421 9.30005 12.2555 9.61345 12.2555 10C12.2555 10.3866 11.9421 10.7 11.5555 10.7H8.44444C8.05784 10.7 7.74444 10.3866 7.74444 10Z", + fill: "currentColor", }), - t.createElement("rect", { - x: "22.2", - y: "0.2", - className: "minioSection", - width: "3.8", - height: "11.3", + Rt("path", { + d: "M9.22223 11.6333C8.83563 11.6333 8.52223 11.9467 8.52223 12.3333C8.52223 12.7199 8.83563 13.0333 9.22223 13.0333H10.7778C11.1644 13.0333 11.4778 12.7199 11.4778 12.3333C11.4778 11.9467 11.1644 11.6333 10.7778 11.6333H9.22223Z", + fill: "currentColor", }), - 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", + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33333 4.6333C4.94673 4.6333 4.63333 4.9467 4.63333 5.3333V7.66663C4.63333 8.05323 4.94673 8.36663 5.33333 8.36663H5.48459L6.19317 14.7439C6.23256 15.0984 6.53221 15.3666 6.88889 15.3666H13.1111C13.4678 15.3666 13.7674 15.0984 13.8068 14.7439L14.5154 8.36663H14.6667C15.0533 8.36663 15.3667 8.05323 15.3667 7.66663V5.3333C15.3667 4.9467 15.0533 4.6333 14.6667 4.6333H5.33333ZM13.8889 6.96655L13.8996 6.96663H13.9667V6.0333H6.03333V6.96663H6.10045L6.11111 6.96655H13.8889ZM7.51542 13.9666L6.89321 8.36663H13.1068L12.4846 13.9666H7.51542Z", + fill: "currentColor", }), - 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", + ], + }), + Ki = (e) => + yt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + Rt("path", { + d: "M5.3 7.99999C5.3 7.61339 5.6134 7.29999 6 7.29999H10C10.3866 7.29999 10.7 7.61339 10.7 7.99999C10.7 8.38659 10.3866 8.69999 10 8.69999H6C5.6134 8.69999 5.3 8.38659 5.3 7.99999Z", + fill: "currentColor", }), - t.createElement("path", { - className: "minioSection", - d: "M48.4,11.5V0.2h1.8v11.3L48.4,11.5L48.4,11.5z", + Rt("path", { + d: "M7 10.3C6.6134 10.3 6.3 10.6134 6.3 11C6.3 11.3866 6.6134 11.7 7 11.7H9C9.3866 11.7 9.7 11.3866 9.7 11C9.7 10.6134 9.3866 10.3 9 10.3H7Z", + fill: "currentColor", }), - 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", + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2 1.29999C1.6134 1.29999 1.3 1.61339 1.3 1.99999V4.99999C1.3 5.38659 1.6134 5.69999 2 5.69999H2.37347L3.30428 14.0773C3.34367 14.4318 3.64332 14.7 4 14.7H12C12.3567 14.7 12.6563 14.4318 12.6957 14.0773L13.6265 5.69999H14C14.3866 5.69999 14.7 5.38659 14.7 4.99999V1.99999C14.7 1.61339 14.3866 1.29999 14 1.29999H2ZM12.2179 5.69999H3.78209L4.62653 13.3H11.3735L12.2179 5.69999ZM13.3 4.29999V2.69999H2.7V4.29999H13.3Z", + fill: "currentColor", }), - ), - ), - 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", + ], + }), + Xi = (e) => + yt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.99999 0.633301C1.61339 0.633301 1.29999 0.946701 1.29999 1.3333V4.3333C1.29999 4.7199 1.61339 5.0333 1.99999 5.0333H2.37346L2.55427 6.6606C2.59696 7.04484 2.94306 7.32171 3.32729 7.27902C3.71153 7.23633 3.9884 6.89023 3.94571 6.506L3.78207 5.0333H12.2179L11.3735 12.6333H11.3333C10.9467 12.6333 10.6333 12.9467 10.6333 13.3333C10.6333 13.7199 10.9467 14.0333 11.3333 14.0333H12C12.3567 14.0333 12.6563 13.7651 12.6957 13.4106L13.6265 5.0333H14C14.3866 5.0333 14.7 4.7199 14.7 4.3333V1.3333C14.7 0.946701 14.3866 0.633301 14 0.633301H1.99999ZM13.3 3.6333V2.0333H2.69999V3.6333H13.3Z", + fill: "currentColor", }), - 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", + Rt("path", { + d: "M4.31103 8.37552C4.56763 8.66468 4.54124 9.10711 4.25208 9.36372C3.98364 9.60193 3.76674 9.89249 3.61468 10.2176C3.46262 10.5426 3.37863 10.8954 3.36784 11.2541C3.35706 11.6128 3.41972 11.9699 3.55198 12.3036C3.68424 12.6372 3.8833 12.9402 4.13694 13.1941C4.39059 13.4481 4.69346 13.6474 5.02696 13.78C5.36046 13.9126 5.71755 13.9757 6.07631 13.9653C6.43506 13.9549 6.78789 13.8713 7.11315 13.7196C7.43841 13.5679 7.72922 13.3513 7.96773 13.0831C8.22465 12.7942 8.66711 12.7683 8.95599 13.0252C9.24486 13.2822 9.27077 13.7246 9.01385 14.0135C8.64853 14.4242 8.20311 14.756 7.70494 14.9883C7.20676 15.2207 6.66635 15.3488 6.11688 15.3647C5.5674 15.3806 5.02048 15.2841 4.50968 15.081C3.99887 14.8779 3.53498 14.5725 3.14649 14.1836C2.75799 13.7947 2.45309 13.3305 2.25052 12.8195C2.04794 12.3085 1.95196 11.7615 1.96848 11.212C1.98499 10.6626 2.11365 10.1223 2.34655 9.6244C2.57945 9.12648 2.91168 8.68143 3.32283 8.31657C3.61199 8.05997 4.05442 8.08636 4.31103 8.37552Z", + fill: "currentColor", }), - 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", + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.99999 7.30005C5.61339 7.30005 5.29999 7.61345 5.29999 8.00005V11.3332C5.29999 11.7198 5.61339 12.0332 5.99999 12.0332H9.33332C9.51897 12.0332 9.69702 11.9595 9.8283 11.8282C9.95957 11.6969 10.0333 11.5189 10.0333 11.3332C10.0333 10.2636 9.60837 9.2377 8.85197 8.48134C8.09558 7.72497 7.06968 7.30005 5.99999 7.30005ZM6.69999 10.6332V8.79478C7.13557 8.9149 7.53694 9.14621 7.86205 9.4713C8.18714 9.79639 8.41845 10.1977 8.53858 10.6332H6.69999Z", + fill: "currentColor", }), - 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", + ], + }), + Qi = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.83833 0.838357C5.11169 0.56499 5.55491 0.56499 5.82828 0.838357L6.64779 1.65788C6.74137 1.60379 6.83831 1.55525 6.93812 1.51259C7.27376 1.36915 7.63497 1.2952 7.99997 1.2952C8.36496 1.2952 8.72618 1.36915 9.06181 1.51259C9.16162 1.55525 9.25856 1.60379 9.35214 1.65788L10.1717 0.838357C10.445 0.56499 10.8882 0.56499 11.1616 0.838357C11.435 1.11172 11.435 1.55494 11.1616 1.82831L10.3413 2.64858C10.4147 2.77587 10.4777 2.90924 10.5295 3.04745C10.6559 3.38391 10.7138 3.74213 10.7 4.10115V4.25654C11.0743 4.4228 11.4187 4.65752 11.7139 4.95274C11.7989 5.03771 11.8788 5.12676 11.9536 5.21943C12.6923 4.96685 13.28 4.22948 13.28 3.33333C13.28 2.94673 13.5934 2.63333 13.98 2.63333C14.3666 2.63333 14.68 2.94673 14.68 3.33333C14.68 4.762 13.7958 5.98033 12.589 6.47594C12.6621 6.75344 12.7 7.04143 12.7 7.33333V7.96666H14.6666C15.0532 7.96666 15.3666 8.28007 15.3666 8.66667C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666H12.6998C12.6963 9.87559 12.6109 10.3659 12.4563 10.8249C13.761 11.2953 14.7 12.5622 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7C13.6134 14.7 13.3 14.3866 13.3 14C13.3 13.0974 12.6521 12.3031 11.8032 12.0878C10.9472 13.265 9.55961 14.0333 7.99997 14.0333C6.44032 14.0333 5.05272 13.265 4.19674 12.0878C3.34779 12.3031 2.69997 13.0974 2.69997 14C2.69997 14.3866 2.38657 14.7 1.99997 14.7C1.61337 14.7 1.29997 14.3866 1.29997 14C1.29997 12.5622 2.23895 11.2953 3.54366 10.8249C3.38903 10.3659 3.30366 9.87559 3.30008 9.36666H1.3333C0.946701 9.36666 0.633301 9.05326 0.633301 8.66667C0.633301 8.28007 0.946701 7.96666 1.3333 7.96666H3.29997V7.33333C3.29997 7.04259 3.33757 6.75573 3.4101 6.47925C2.18948 5.98622 1.29997 4.76706 1.29997 3.33333C1.29997 2.94673 1.61337 2.63333 1.99997 2.63333C2.38657 2.63333 2.69997 2.94673 2.69997 3.33333C2.69997 4.22982 3.28913 4.97034 4.04473 5.22142C4.11996 5.12804 4.20046 5.03832 4.28604 4.95274C4.58125 4.65752 4.92565 4.4228 5.29997 4.25654V4.10114C5.28615 3.74213 5.34406 3.38391 5.47039 3.04745C5.52228 2.90924 5.58527 2.77587 5.6586 2.64858L4.83833 1.82831C4.56496 1.55494 4.56496 1.11172 4.83833 0.838357ZM7.0308 3.12776C6.92275 3.24821 6.83801 3.38784 6.78105 3.53955C6.72964 3.67647 6.70175 3.82087 6.69833 3.96666H9.30161C9.29819 3.82087 9.27029 3.67647 9.21888 3.53955C9.16192 3.38784 9.07718 3.24821 8.96913 3.12776C8.95164 3.11337 8.93468 3.09799 8.91833 3.08164C8.90164 3.06495 8.88597 3.04763 8.87132 3.02975C8.76504 2.93404 8.64355 2.85633 8.51163 2.79995C8.3499 2.73083 8.17585 2.6952 7.99997 2.6952C7.82409 2.6952 7.65003 2.73083 7.4883 2.79995C7.35638 2.85633 7.23489 2.93404 7.12862 3.02975C7.11397 3.04763 7.0983 3.06495 7.08161 3.08164C7.06526 3.09799 7.0483 3.11337 7.0308 3.12776ZM9.77987 5.41803C9.63462 5.38416 9.48486 5.36666 9.3333 5.36666H6.66663C6.51507 5.36666 6.36531 5.38416 6.22006 5.41803C6.19089 5.42768 6.16087 5.43547 6.13014 5.44125C5.81013 5.532 5.51538 5.7033 5.27599 5.94269C4.90717 6.31151 4.69997 6.81174 4.69997 7.33333V9.33333C4.69997 10.9068 5.81918 12.2342 7.29997 12.5579V7.33333C7.29997 6.94673 7.61337 6.63333 7.99997 6.63333C8.38657 6.63333 8.69997 6.94673 8.69997 7.33333V12.5579C10.1808 12.2342 11.3 10.9068 11.3 9.33333V7.33333C11.3 6.81174 11.0928 6.31151 10.7239 5.94269C10.4846 5.7033 10.1898 5.532 9.86979 5.44125C9.83906 5.43547 9.80904 5.42768 9.77987 5.41803Z", + fill: "currentColor", + }), + }), + Ji = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.84362 0.833119C5.11988 0.562676 5.56307 0.567391 5.83351 0.84365L6.64105 1.66855C6.8924 1.52215 7.16713 1.41653 7.45512 1.35719C7.97995 1.24906 8.52509 1.29954 9.02114 1.50221C9.13396 1.5483 9.24307 1.60179 9.34786 1.66216L10.1717 0.838357C10.445 0.56499 10.8882 0.56499 11.1616 0.838357C11.435 1.11172 11.435 1.55494 11.1616 1.82831L10.3382 2.65167C10.5743 3.06052 10.6996 3.52517 10.7 3.99942L10.7 4L10.7 4.25654C11.0743 4.4228 11.4187 4.65752 11.7139 4.95274C11.7989 5.03771 11.8788 5.12676 11.9536 5.21943C12.6923 4.96685 13.28 4.22948 13.28 3.33333C13.28 2.94673 13.5934 2.63333 13.98 2.63333C14.3666 2.63333 14.68 2.94673 14.68 3.33333C14.68 4.762 13.7958 5.98033 12.589 6.47594C12.6621 6.75344 12.7 7.04143 12.7 7.33333V7.96666H14.6666C15.0532 7.96666 15.3666 8.28006 15.3666 8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666H12C11.6134 9.36666 11.3 9.05326 11.3 8.66666V7.33333C11.3 6.81174 11.0928 6.31151 10.7239 5.94269C10.4846 5.7033 10.1898 5.532 9.86979 5.44125C9.83906 5.43547 9.80905 5.42768 9.77988 5.41803C9.63462 5.38416 9.48486 5.36666 9.3333 5.36666H8.46663C8.08003 5.36666 7.76663 5.05326 7.76663 4.66666C7.76663 4.28007 8.08003 3.96666 8.46663 3.96666H9.2995C9.29287 3.72053 9.21646 3.48108 9.07883 3.27635C9.03325 3.20854 8.9816 3.14552 8.92471 3.08795C8.92257 3.08586 8.92044 3.08376 8.91833 3.08164C8.9164 3.07972 8.91449 3.07779 8.9126 3.07585C8.79234 2.9573 8.64951 2.86271 8.49164 2.79821C8.2528 2.70063 7.99033 2.67633 7.73764 2.72839C7.48494 2.78045 7.25345 2.90653 7.07263 3.09058C6.94087 3.22469 6.76069 3.30017 6.57267 3.3C6.38466 3.29983 6.20461 3.22403 6.07309 3.08968L4.83309 1.82301C4.56264 1.54675 4.56736 1.10356 4.84362 0.833119ZM0.838326 0.838357C1.11169 0.56499 1.55491 0.56499 1.82828 0.838357L5.61871 4.62879C5.62479 4.63465 5.63078 4.64064 5.63667 4.64676L8.49464 7.50472C8.49484 7.50492 8.49504 7.50512 8.49524 7.50532L11.9047 10.9148C11.912 10.9217 11.9191 10.9288 11.926 10.9361L15.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.4964 12.4864C11.0119 13.0257 10.4063 13.4487 9.72453 13.7177C8.76902 14.0946 7.71636 14.1481 6.72756 13.87C5.73877 13.5919 4.86829 12.9976 4.24928 12.1779C4.22752 12.1491 4.2061 12.12 4.18504 12.0908C3.34185 12.3104 2.69997 13.1015 2.69997 14C2.69997 14.3866 2.38657 14.7 1.99997 14.7C1.61337 14.7 1.29997 14.3866 1.29997 14C1.29997 12.5638 2.23689 11.2981 3.53937 10.8265C3.38399 10.3585 3.30224 9.866 3.3 9.36666H1.3333C0.946701 9.36666 0.633301 9.05326 0.633301 8.66666C0.633301 8.28006 0.946701 7.96666 1.3333 7.96666H3.29997V7.33558C3.29666 6.79232 3.42488 6.25631 3.67369 5.77333C3.79656 5.53482 3.94704 5.31274 4.12139 5.11137L0.838326 1.82831C0.564959 1.55494 0.564959 1.11172 0.838326 0.838357ZM5.11573 6.10571C5.04069 6.20193 4.97452 6.30525 4.91825 6.41447C4.77269 6.69704 4.69778 7.01069 4.69995 7.32855L4.69998 7.33333H4.69997V8.66608C4.69997 8.66628 4.69997 8.66647 4.69997 8.66666C4.69997 8.66686 4.69997 8.66705 4.69997 8.66725V9.33333L4.69996 9.33546C4.69826 9.89452 4.83856 10.4421 5.10418 10.9281C5.13035 10.9649 5.15307 11.0044 5.17185 11.0461C5.23141 11.1451 5.29634 11.2413 5.3665 11.3342C5.80112 11.9097 6.41231 12.327 7.10657 12.5223C7.17068 12.5403 7.23518 12.5564 7.29997 12.5704V8.28995L5.11573 6.10571ZM8.69997 9.68995V12.5704C8.87331 12.5328 9.04417 12.4811 9.21082 12.4153C9.71306 12.2172 10.1564 11.9 10.5044 11.4944L8.69997 9.68995Z", + fill: "currentColor", + }), + }), + el = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.83833 0.838357C5.11169 0.56499 5.55491 0.56499 5.82828 0.838357L6.64779 1.65788C6.74137 1.60379 6.83831 1.55525 6.93812 1.51259C7.27376 1.36915 7.63497 1.2952 7.99997 1.2952C8.36496 1.2952 8.72618 1.36915 9.06181 1.51259C9.16163 1.55525 9.25856 1.60379 9.35214 1.65788L10.1717 0.838357C10.445 0.56499 10.8882 0.56499 11.1616 0.838357C11.435 1.11172 11.435 1.55494 11.1616 1.82831L10.3413 2.64858C10.4147 2.77587 10.4777 2.90924 10.5295 3.04745C10.6559 3.38391 10.7138 3.74213 10.7 4.10115V4.25654C11.0743 4.4228 11.4187 4.65752 11.7139 4.95274C11.7989 5.03771 11.8788 5.12676 11.9536 5.21943C12.6923 4.96685 13.28 4.22948 13.28 3.33333C13.28 2.94673 13.5934 2.63333 13.98 2.63333C14.3666 2.63333 14.68 2.94673 14.68 3.33333C14.68 4.762 13.7958 5.98033 12.589 6.47594C12.6621 6.75344 12.7 7.04143 12.7 7.33333C12.7 7.71993 12.3866 8.03333 12 8.03333C11.6134 8.03333 11.3 7.71993 11.3 7.33333C11.3 6.81174 11.0928 6.31151 10.7239 5.94269C10.4846 5.7033 10.1898 5.532 9.86979 5.44125C9.83906 5.43547 9.80905 5.42768 9.77988 5.41803C9.63462 5.38416 9.48486 5.36666 9.3333 5.36666H6.66663C6.51507 5.36666 6.36531 5.38416 6.22006 5.41803C6.19089 5.42768 6.16087 5.43547 6.13014 5.44125C5.81013 5.532 5.51538 5.7033 5.27599 5.94269C4.90717 6.31151 4.69997 6.81174 4.69997 7.33333V9.33234C4.70137 9.79998 4.80019 10.2622 4.99012 10.6896C5.03035 10.7801 5.07449 10.8686 5.12236 10.9549C5.136 10.9761 5.14853 10.9981 5.15988 11.0208C5.33247 11.3162 5.54944 11.5841 5.80379 11.815C6.09004 12.0749 6.11145 12.5176 5.85161 12.8038C5.59176 13.0901 5.14906 13.1115 4.86281 12.8516C4.61005 12.6222 4.38336 12.3669 4.18617 12.0905C3.34243 12.3097 2.69997 13.1011 2.69997 14C2.69997 14.3866 2.38657 14.7 1.99997 14.7C1.61337 14.7 1.29997 14.3866 1.29997 14C1.29997 12.5625 2.23867 11.2957 3.54308 10.8251C3.38702 10.3554 3.30479 9.86337 3.30016 9.36666H1.3333C0.946701 9.36666 0.633301 9.05326 0.633301 8.66667C0.633301 8.28007 0.946701 7.96666 1.3333 7.96666H3.29997V7.33333C3.29997 7.04259 3.33757 6.75573 3.4101 6.47925C2.18948 5.98622 1.29997 4.76706 1.29997 3.33333C1.29997 2.94673 1.61337 2.63333 1.99997 2.63333C2.38657 2.63333 2.69997 2.94673 2.69997 3.33333C2.69997 4.22982 3.28913 4.97034 4.04473 5.22142C4.11996 5.12804 4.20046 5.03832 4.28604 4.95274C4.58126 4.65752 4.92565 4.4228 5.29997 4.25654V4.10114C5.28615 3.74213 5.34406 3.3839 5.47039 3.04745C5.52228 2.90924 5.58527 2.77587 5.6586 2.64858L4.83833 1.82831C4.56496 1.55494 4.56496 1.11172 4.83833 0.838357ZM7.0308 3.12776C6.92275 3.24821 6.83801 3.38784 6.78105 3.53955C6.72964 3.67647 6.70175 3.82087 6.69833 3.96666H9.30161C9.29819 3.82087 9.27029 3.67647 9.21888 3.53955C9.16192 3.38784 9.07719 3.24821 8.96913 3.12776C8.95164 3.11337 8.93468 3.09799 8.91833 3.08164C8.90164 3.06495 8.88597 3.04763 8.87132 3.02975C8.76504 2.93404 8.64355 2.85633 8.51163 2.79995C8.3499 2.73083 8.17585 2.6952 7.99997 2.6952C7.82409 2.6952 7.65003 2.73083 7.4883 2.79995C7.35638 2.85633 7.23489 2.93404 7.12862 3.02975C7.11397 3.04763 7.0983 3.06495 7.08161 3.08164C7.06526 3.09799 7.0483 3.11337 7.0308 3.12776ZM8.69997 9.26291V13.4038L12.0124 11.3333L8.69997 9.26291ZM7.83237 7.69753C7.9937 7.60812 8.17603 7.56351 8.36042 7.56835C8.54481 7.57319 8.72455 7.6273 8.88097 7.72507L12.7996 10.1744C12.7996 10.1744 12.7996 10.1744 12.7996 10.1744C12.9962 10.2972 13.1583 10.4681 13.2706 10.6708C13.383 10.8735 13.442 11.1015 13.442 11.3333C13.442 11.5651 13.383 11.7931 13.2706 11.9959C13.1583 12.1986 12.9962 12.3694 12.7997 12.4923C12.7996 12.4923 12.7997 12.4922 12.7997 12.4923L8.88099 14.9416C8.72457 15.0393 8.54482 15.0935 8.36042 15.0983C8.17603 15.1032 7.9937 15.0585 7.83237 14.9691C7.67104 14.8797 7.53658 14.7487 7.44296 14.5898C7.34934 14.4309 7.29997 14.2498 7.29997 14.0653V8.60133C7.29997 8.41688 7.34934 8.23579 7.44296 8.07685C7.53658 7.91793 7.67104 7.78695 7.83237 7.69753Z", + fill: "currentColor", + }), + }), + tl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.3333 2.03333C5.16533 2.03333 5.00424 2.10006 4.88547 2.21883C4.76669 2.3376 4.69997 2.49869 4.69997 2.66666V13.9667H11.3V2.66666C11.3 2.49869 11.2332 2.3376 11.1145 2.21883C10.9957 2.10006 10.8346 2.03333 10.6666 2.03333H5.3333ZM12.7 5.3V2.66666C12.7 2.12739 12.4857 1.6102 12.1044 1.22888C11.7231 0.847557 11.2059 0.633331 10.6666 0.633331H5.3333C4.79403 0.633331 4.27684 0.847557 3.89552 1.22888C3.51419 1.6102 3.29997 2.12739 3.29997 2.66666V7.3H2.66663C2.12736 7.3 1.61017 7.51422 1.22885 7.89555C0.847526 8.27687 0.633301 8.79406 0.633301 9.33333V13.3333C0.633301 13.8726 0.847526 14.3898 1.22885 14.7711C1.61017 15.1524 2.12736 15.3667 2.66663 15.3667H13.3333C13.8726 15.3667 14.3898 15.1524 14.7711 14.7711C15.1524 14.3898 15.3666 13.8726 15.3666 13.3333V7.33333C15.3666 6.79406 15.1524 6.27687 14.7711 5.89555C14.3898 5.51422 13.8726 5.3 13.3333 5.3H12.7ZM12.7 6.7V13.9667H13.3333C13.5013 13.9667 13.6624 13.8999 13.7811 13.7812C13.8999 13.6624 13.9666 13.5013 13.9666 13.3333V7.33333C13.9666 7.16536 13.8999 7.00427 13.7811 6.8855C13.6624 6.76672 13.5013 6.7 13.3333 6.7H12.7ZM3.29997 8.7H2.66663C2.49866 8.7 2.33757 8.76672 2.2188 8.8855C2.10003 9.00427 2.0333 9.16536 2.0333 9.33333V13.3333C2.0333 13.5013 2.10003 13.6624 2.2188 13.7812C2.33757 13.8999 2.49866 13.9667 2.66663 13.9667H3.29997V8.7ZM5.96663 4C5.96663 3.6134 6.28003 3.3 6.66663 3.3H9.3333C9.7199 3.3 10.0333 3.6134 10.0333 4C10.0333 4.3866 9.7199 4.7 9.3333 4.7H6.66663C6.28003 4.7 5.96663 4.3866 5.96663 4ZM5.96663 6.66666C5.96663 6.28006 6.28003 5.96666 6.66663 5.96666H9.3333C9.7199 5.96666 10.0333 6.28006 10.0333 6.66666C10.0333 7.05326 9.7199 7.36666 9.3333 7.36666H6.66663C6.28003 7.36666 5.96663 7.05326 5.96663 6.66666ZM5.96663 9.33333C5.96663 8.94673 6.28003 8.63333 6.66663 8.63333H9.3333C9.7199 8.63333 10.0333 8.94673 10.0333 9.33333C10.0333 9.71993 9.7199 10.0333 9.3333 10.0333H6.66663C6.28003 10.0333 5.96663 9.71993 5.96663 9.33333ZM5.96663 12C5.96663 11.6134 6.28003 11.3 6.66663 11.3H9.3333C9.7199 11.3 10.0333 11.6134 10.0333 12C10.0333 12.3866 9.7199 12.7 9.3333 12.7H6.66663C6.28003 12.7 5.96663 12.3866 5.96663 12Z", + fill: "currentColor", + }), + }), + nl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.99989 2.03333C3.65011 2.03333 3.36655 2.31688 3.36655 2.66666V13.3333C3.36655 13.6831 3.65011 13.9667 3.99989 13.9667H5.29989V12C5.29989 11.6134 5.61329 11.3 5.99989 11.3H9.99989C10.3865 11.3 10.6999 11.6134 10.6999 12V13.9667H11.9999C12.3497 13.9667 12.6332 13.6831 12.6332 13.3333V2.66666C12.6332 2.31688 12.3497 2.03333 11.9999 2.03333H3.99989ZM11.9999 15.3667C13.1229 15.3667 14.0332 14.4563 14.0332 13.3333V2.66666C14.0332 1.54369 13.1229 0.633331 11.9999 0.633331H3.99989C2.87691 0.633331 1.96655 1.54369 1.96655 2.66666V13.3333C1.96655 14.4563 2.87691 15.3667 3.99989 15.3667H11.9999ZM9.29989 13.9667V12.7H6.69989V13.9667H9.29989ZM4.63322 4C4.63322 3.6134 4.94662 3.3 5.33322 3.3H5.33989C5.72649 3.3 6.03989 3.6134 6.03989 4C6.03989 4.3866 5.72649 4.7 5.33989 4.7H5.33322C4.94662 4.7 4.63322 4.3866 4.63322 4ZM7.29989 4C7.29989 3.6134 7.61329 3.3 7.99989 3.3H8.00655C8.39315 3.3 8.70655 3.6134 8.70655 4C8.70655 4.3866 8.39315 4.7 8.00655 4.7H7.99989C7.61329 4.7 7.29989 4.3866 7.29989 4ZM9.96655 4C9.96655 3.6134 10.28 3.3 10.6666 3.3H10.6732C11.0598 3.3 11.3732 3.6134 11.3732 4C11.3732 4.3866 11.0598 4.7 10.6732 4.7H10.6666C10.28 4.7 9.96655 4.3866 9.96655 4ZM4.63322 6.66666C4.63322 6.28006 4.94662 5.96666 5.33322 5.96666H5.33989C5.72649 5.96666 6.03989 6.28006 6.03989 6.66666C6.03989 7.05326 5.72649 7.36666 5.33989 7.36666H5.33322C4.94662 7.36666 4.63322 7.05326 4.63322 6.66666ZM7.29989 6.66666C7.29989 6.28006 7.61329 5.96666 7.99989 5.96666H8.00655C8.39315 5.96666 8.70655 6.28006 8.70655 6.66666C8.70655 7.05326 8.39315 7.36666 8.00655 7.36666H7.99989C7.61329 7.36666 7.29989 7.05326 7.29989 6.66666ZM9.96655 6.66666C9.96655 6.28006 10.28 5.96666 10.6666 5.96666H10.6732C11.0598 5.96666 11.3732 6.28006 11.3732 6.66666C11.3732 7.05326 11.0598 7.36666 10.6732 7.36666H10.6666C10.28 7.36666 9.96655 7.05326 9.96655 6.66666ZM4.63322 9.33333C4.63322 8.94673 4.94662 8.63333 5.33322 8.63333H5.33989C5.72649 8.63333 6.03989 8.94673 6.03989 9.33333C6.03989 9.71993 5.72649 10.0333 5.33989 10.0333H5.33322C4.94662 10.0333 4.63322 9.71993 4.63322 9.33333ZM7.29989 9.33333C7.29989 8.94673 7.61329 8.63333 7.99989 8.63333H8.00655C8.39315 8.63333 8.70655 8.94673 8.70655 9.33333C8.70655 9.71993 8.39315 10.0333 8.00655 10.0333H7.99989C7.61329 10.0333 7.29989 9.71993 7.29989 9.33333ZM9.96655 9.33333C9.96655 8.94673 10.28 8.63333 10.6666 8.63333H10.6732C11.0598 8.63333 11.3732 8.94673 11.3732 9.33333C11.3732 9.71993 11.0598 10.0333 10.6732 10.0333H10.6666C10.28 10.0333 9.96655 9.71993 9.96655 9.33333Z", + fill: "currentColor", + }), + }), + rl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4 2.7C3.65022 2.7 3.36667 2.98355 3.36667 3.33333V3.98484C3.36687 3.9946 3.36687 4.00435 3.36667 4.01408V6.63333H12.6333V4.01408C12.6331 4.00435 12.6331 3.9946 12.6333 3.98484V3.33333C12.6333 2.98355 12.3498 2.7 12 2.7H4ZM14.0333 3.56738V3.33333C14.0333 2.21035 13.123 1.3 12 1.3H4C2.87702 1.3 1.96667 2.21035 1.96667 3.33333V3.56738L1.02028 4.04057C0.674498 4.21346 0.534341 4.63393 0.707233 4.97972C0.880125 5.3255 1.3006 5.46566 1.64638 5.29277L1.96667 5.13262V11.3333C1.96667 12.2103 2.52189 12.9577 3.3 13.243V14C3.3 14.3866 3.6134 14.7 4 14.7C4.3866 14.7 4.7 14.3866 4.7 14V13.3667H11.3V14C11.3 14.3866 11.6134 14.7 12 14.7C12.3866 14.7 12.7 14.3866 12.7 14V13.243C13.4781 12.9577 14.0333 12.2103 14.0333 11.3333V5.13262L14.3536 5.29277C14.6994 5.46566 15.1199 5.3255 15.2928 4.97972C15.4657 4.63393 15.3255 4.21346 14.9797 4.04057L14.0333 3.56738ZM12.6333 8.03333H3.36667V11.3333C3.36667 11.6831 3.65022 11.9667 4 11.9667H12C12.3498 11.9667 12.6333 11.6831 12.6333 11.3333V8.03333ZM5.96667 4C5.96667 3.6134 6.28007 3.3 6.66667 3.3H9.33333C9.71993 3.3 10.0333 3.6134 10.0333 4C10.0333 4.3866 9.71993 4.7 9.33333 4.7H6.66667C6.28007 4.7 5.96667 4.3866 5.96667 4ZM4.63333 10C4.63333 9.6134 4.94673 9.3 5.33333 9.3H5.34C5.7266 9.3 6.04 9.6134 6.04 10C6.04 10.3866 5.7266 10.7 5.34 10.7H5.33333C4.94673 10.7 4.63333 10.3866 4.63333 10ZM9.96667 10C9.96667 9.6134 10.2801 9.3 10.6667 9.3H10.6733C11.0599 9.3 11.3733 9.6134 11.3733 10C11.3733 10.3866 11.0599 10.7 10.6733 10.7H10.6667C10.2801 10.7 9.96667 10.3866 9.96667 10Z", + fill: "currentColor", + }), + }), + ol = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.22888 3.89555C1.61021 3.51422 2.12739 3.3 2.66667 3.3H12C13.0577 3.3 13.9861 4.05091 14.2705 4.99886L14.2742 5.01123L15.0197 7.67411C15.0645 7.75927 15.0924 7.8548 15.0986 7.95617L15.2074 8.34459L15.2124 8.36356C15.2148 8.37288 15.2171 8.38235 15.2195 8.39196C15.2817 8.64004 15.3667 8.97916 15.3667 9.33333C15.3667 9.68751 15.2817 10.0266 15.2195 10.2747C15.2171 10.2843 15.2148 10.2938 15.2124 10.3031L15.2087 10.3175C15.1072 10.6895 14.9727 11.1603 14.8642 11.5359C14.8098 11.7242 14.7617 11.8895 14.7271 12.0077L14.6718 12.1966C14.5842 12.4945 14.3105 12.7 14 12.7H12.5763C12.291 13.4781 11.5437 14.0333 10.6667 14.0333C9.78967 14.0333 9.04235 13.4781 8.75703 12.7H6.5763C6.29099 13.4781 5.54367 14.0333 4.66667 14.0333C3.78967 14.0333 3.04235 13.4781 2.75703 12.7H1.33333C0.946734 12.7 0.633333 12.3866 0.633333 12V5.33333C0.633333 4.79406 0.847559 4.27687 1.22888 3.89555ZM2.03333 8.7V11.3H2.75703C3.04235 10.5219 3.78967 9.96667 4.66667 9.96667C5.54367 9.96667 6.29099 10.5219 6.5763 11.3H8.75703C9.04235 10.5219 9.78967 9.96667 10.6667 9.96667C11.5437 9.96667 12.291 10.5219 12.5763 11.3H13.475C13.4891 11.2513 13.5039 11.2003 13.5192 11.1474C13.6266 10.7755 13.7577 10.3166 13.856 9.95634C13.9257 9.67737 13.9667 9.49737 13.9667 9.33333C13.9667 9.16974 13.9259 8.99026 13.8566 8.71258L13.8531 8.7H2.03333ZM4.63333 7.3H2.03333V5.33333C2.03333 5.16536 2.10006 5.00427 2.21883 4.8855C2.3376 4.76673 2.4987 4.7 2.66667 4.7H4.63333V7.3ZM6.03333 7.3H9.3V4.7H6.03333V7.3ZM10.7 4.7V7.3H13.4611L12.9279 5.39592C12.8102 5.0129 12.4072 4.7 12 4.7H10.7ZM4.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.3667ZM10.6667 11.3667C10.3169 11.3667 10.0333 11.6502 10.0333 12C10.0333 12.3498 10.3169 12.6333 10.6667 12.6333C11.0164 12.6333 11.3 12.3498 11.3 12C11.3 11.6502 11.0164 11.3667 10.6667 11.3667Z", + fill: "currentColor", + }), + }), + il = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.63334 1.33333C8.63334 0.946734 8.94674 0.633333 9.33334 0.633333H9.34C9.7266 0.633333 10.04 0.946734 10.04 1.33333C10.04 1.71993 9.7266 2.03333 9.34 2.03333H9.33334C8.94674 2.03333 8.63334 1.71993 8.63334 1.33333ZM5.96667 2C5.96667 1.6134 6.28007 1.3 6.66667 1.3H6.67334C7.05994 1.3 7.37334 1.6134 7.37334 2C7.37334 2.3866 7.05994 2.7 6.67334 2.7H6.66667C6.28007 2.7 5.96667 2.3866 5.96667 2ZM15.3458 2.49689C15.4395 2.87195 15.2115 3.252 14.8364 3.34577L8.7 4.87988V7.3H11.3333C12.8245 7.3 14.0333 8.50883 14.0333 10V12.6667C14.0333 14.1578 12.8245 15.3667 11.3333 15.3667H4.66667C3.1755 15.3667 1.96667 14.1578 1.96667 12.6667V10C1.96667 8.50883 3.1755 7.3 4.66667 7.3H7.3V5.22988L1.50311 6.6791C1.12806 6.77286 0.748001 6.54483 0.654237 6.16977C0.560473 5.79472 0.788505 5.41466 1.16356 5.3209L7.81499 3.65804C7.82472 3.65538 7.83454 3.65293 7.84444 3.65068L14.4969 1.98757C14.872 1.8938 15.252 2.12183 15.3458 2.49689ZM6.7 8.7V10.6333H9.3V8.7H6.7ZM10.7 8.7V10.6333H12.6333V10C12.6333 9.28203 12.0513 8.7 11.3333 8.7H10.7ZM12.6333 12.0333H3.36667V12.6667C3.36667 13.3846 3.9487 13.9667 4.66667 13.9667H11.3333C12.0513 13.9667 12.6333 13.3846 12.6333 12.6667V12.0333ZM3.36667 10.6333H5.3V8.7H4.66667C3.9487 8.7 3.36667 9.28203 3.36667 10V10.6333Z", + fill: "currentColor", + }), + }), + ll = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2 1.3C2.3866 1.3 2.7 1.6134 2.7 2V2.63333H3.96666V2C3.96666 1.6134 4.28006 1.3 4.66666 1.3C5.05326 1.3 5.36666 1.6134 5.36666 2V2.63411C5.73779 2.65151 6.03333 2.95791 6.03333 3.33333V4.66667C6.03333 5.20594 5.81911 5.72313 5.43778 6.10445C5.06432 6.47791 4.56054 6.69109 4.03333 6.69973V11.6667C4.03333 12.0999 4.20541 12.5153 4.51172 12.8216C4.81803 13.1279 5.23348 13.3 5.66666 13.3C6.09985 13.3 6.5153 13.1279 6.82161 12.8216C7.12791 12.5153 7.3 12.0999 7.3 11.6667V4.33333C7.3 3.52884 7.61958 2.7573 8.18844 2.18844C8.7573 1.61958 9.52884 1.3 10.3333 1.3C11.1378 1.3 11.9094 1.61958 12.4782 2.18844C13.0471 2.7573 13.3667 3.52884 13.3667 4.33333V9.30027C13.8939 9.30891 14.3977 9.52209 14.7711 9.89555C15.1524 10.2769 15.3667 10.7941 15.3667 11.3333V12.6667C15.3667 13.0421 15.0711 13.3485 14.7 13.3659V14C14.7 14.3866 14.3866 14.7 14 14.7C13.6134 14.7 13.3 14.3866 13.3 14V13.3667H12.0333V14C12.0333 14.3866 11.7199 14.7 11.3333 14.7C10.9467 14.7 10.6333 14.3866 10.6333 14V13.3659C10.2622 13.3485 9.96666 13.0421 9.96666 12.6667V11.3333C9.96666 10.7941 10.1809 10.2769 10.5622 9.89555C10.9357 9.52209 11.4394 9.30891 11.9667 9.30027V4.33333C11.9667 3.90015 11.7946 3.4847 11.4883 3.17839C11.182 2.87208 10.7665 2.7 10.3333 2.7C9.90014 2.7 9.4847 2.87208 9.17839 3.17839C8.87208 3.4847 8.7 3.90015 8.7 4.33333V11.6667C8.7 12.4712 8.38041 13.2427 7.81155 13.8116C7.24269 14.3804 6.47115 14.7 5.66666 14.7C4.86217 14.7 4.09063 14.3804 3.52177 13.8116C2.95291 13.2427 2.63333 12.4712 2.63333 11.6667V6.69973C2.10612 6.69109 1.60234 6.47791 1.22888 6.10445C0.847557 5.72313 0.633331 5.20594 0.633331 4.66667V3.33333C0.633331 2.95791 0.928877 2.65151 1.3 2.63411V2C1.3 1.6134 1.6134 1.3 2 1.3ZM2.03333 4.03333V4.66667C2.03333 4.83464 2.10006 4.99573 2.21883 5.1145C2.3376 5.23327 2.49869 5.3 2.66666 5.3H4C4.16797 5.3 4.32906 5.23327 4.44783 5.1145C4.56661 4.99573 4.63333 4.83464 4.63333 4.66667V4.03333H2.03333ZM12 10.7C11.832 10.7 11.6709 10.7667 11.5522 10.8855C11.4334 11.0043 11.3667 11.1654 11.3667 11.3333V11.9667H13.9667V11.3333C13.9667 11.1654 13.8999 11.0043 13.7812 10.8855C13.6624 10.7667 13.5013 10.7 13.3333 10.7H12Z", + fill: "currentColor", + }), + }), + al = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.96666 2.66667C3.96666 2.28007 4.28006 1.96667 4.66666 1.96667H4.67333C5.05993 1.96667 5.37333 2.28007 5.37333 2.66667C5.37333 3.05327 5.05993 3.36667 4.67333 3.36667H4.66666C4.28006 3.36667 3.96666 3.05327 3.96666 2.66667ZM7.3 2.66667C7.3 2.28007 7.6134 1.96667 8 1.96667H8.00666C8.39326 1.96667 8.70666 2.28007 8.70666 2.66667C8.70666 3.05327 8.39326 3.36667 8.00666 3.36667H8C7.6134 3.36667 7.3 3.05327 7.3 2.66667ZM10.6333 2.66667C10.6333 2.28007 10.9467 1.96667 11.3333 1.96667H11.34C11.7266 1.96667 12.04 2.28007 12.04 2.66667C12.04 3.05327 11.7266 3.36667 11.34 3.36667H11.3333C10.9467 3.36667 10.6333 3.05327 10.6333 2.66667ZM4.66666 4.63333C5.05326 4.63333 5.36666 4.94673 5.36666 5.33333V6.63333H7.3V5.33333C7.3 4.94673 7.6134 4.63333 8 4.63333C8.3866 4.63333 8.7 4.94673 8.7 5.33333V6.63333H10.6333V5.33333C10.6333 4.94673 10.9467 4.63333 11.3333 4.63333C11.7199 4.63333 12.0333 4.94673 12.0333 5.33333V6.63361C12.5605 6.64224 13.0643 6.85542 13.4378 7.22888C13.8191 7.61021 14.0333 8.12739 14.0333 8.66667V10.6526C14.0335 10.6623 14.0335 10.6721 14.0333 10.6819V13.3H14.6667C15.0533 13.3 15.3667 13.6134 15.3667 14C15.3667 14.3866 15.0533 14.7 14.6667 14.7H1.33333C0.946732 14.7 0.633331 14.3866 0.633331 14C0.633331 13.6134 0.946732 13.3 1.33333 13.3H1.96666V10.6807C1.96646 10.671 1.96646 10.6613 1.96666 10.6515V8.66667C1.96666 8.12739 2.18089 7.61021 2.56221 7.22888C2.93567 6.85542 3.43945 6.64224 3.96666 6.63361V5.33333C3.96666 4.94673 4.28006 4.63333 4.66666 4.63333ZM4 8.03333C3.83203 8.03333 3.67094 8.10006 3.55216 8.21883C3.43339 8.33761 3.36666 8.4987 3.36666 8.66667V9.37449C3.55606 9.3276 3.76685 9.3 4 9.3C4.75163 9.3 5.34368 9.77652 5.71387 10.0745C5.7334 10.0902 5.75232 10.1054 5.77062 10.1201C6.23906 10.4948 6.45796 10.6333 6.66666 10.6333C6.87537 10.6333 7.09426 10.4948 7.56271 10.1201C7.581 10.1054 7.59992 10.0902 7.61946 10.0745C7.98965 9.77652 8.5817 9.3 9.33333 9.3C10.085 9.3 10.677 9.77652 11.0472 10.0745C11.0667 10.0902 11.0857 10.1054 11.104 10.1201C11.5724 10.4948 11.7913 10.6333 12 10.6333C12.33 10.6333 12.5112 10.5279 12.6044 10.4534C12.6148 10.4451 12.6244 10.4368 12.6333 10.4288V8.66667C12.6333 8.4987 12.5666 8.33761 12.4478 8.21883C12.3291 8.10006 12.168 8.03333 12 8.03333H4ZM12.6333 11.9588C12.4439 12.0057 12.2331 12.0333 12 12.0333C11.2484 12.0333 10.6563 11.5568 10.2861 11.2589C10.2666 11.2431 10.2477 11.2279 10.2294 11.2133C9.76093 10.8385 9.54203 10.7 9.33333 10.7C9.12463 10.7 8.90573 10.8385 8.43728 11.2133C8.41899 11.2279 8.40007 11.2431 8.38053 11.2589C8.01035 11.5568 7.41829 12.0333 6.66666 12.0333C5.91504 12.0333 5.32298 11.5568 4.9528 11.2589C4.93326 11.2431 4.91434 11.2279 4.89604 11.2133C4.4276 10.8385 4.2087 10.7 4 10.7C3.67004 10.7 3.48878 10.8054 3.39562 10.8799C3.38522 10.8883 3.37558 10.8965 3.36666 10.9045V13.3H12.6333V11.9588Z", + fill: "currentColor", + }), + }), + Cl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.92349 1.43252C9.13476 1.27994 9.4133 1.25736 9.64639 1.3739C11.0775 2.08947 12.318 3.15484 13.2044 4.21854C13.6485 4.75149 14.0141 5.29633 14.2719 5.81195C14.5234 6.31492 14.7 6.84481 14.7 7.33333V13.3333C14.7 13.6924 14.5773 14.046 14.3116 14.3116C14.046 14.5773 13.6924 14.7 13.3333 14.7H2.66667C2.3076 14.7 1.95397 14.5773 1.68836 14.3116C1.42275 14.046 1.3 13.6924 1.3 13.3333V7.33333C1.3 7.11112 1.40552 6.9021 1.58431 6.77013L3.99264 4.99255C3.97555 4.88644 3.96667 4.77759 3.96667 4.66667C3.96667 3.54369 4.87702 2.63333 6 2.63333C6.33973 2.63333 6.66 2.71665 6.9415 2.86397L8.92349 1.43252ZM6.37618 4.1571C6.41543 4.20877 6.46056 4.25349 6.50995 4.29101C6.5875 4.39611 6.63334 4.52603 6.63334 4.66667C6.63334 5.01645 6.34978 5.3 6 5.3C5.65022 5.3 5.36667 5.01645 5.36667 4.66667C5.36667 4.31689 5.65022 4.03333 6 4.03333C6.14087 4.03333 6.27099 4.07932 6.37618 4.1571ZM7.88708 3.90799L9.38997 2.82257C10.4733 3.4326 11.4274 4.27303 12.1289 5.1148C12.5181 5.58185 12.8192 6.037 13.0197 6.43805C13.2266 6.85175 13.3 7.15519 13.3 7.33333V13.3H2.7V12.0333H10.6667C11.0533 12.0333 11.3667 11.7199 11.3667 11.3333C11.3667 10.9467 11.0533 10.6333 10.6667 10.6333H2.7V9.36667H10.6667C11.0533 9.36667 11.3667 9.05327 11.3667 8.66667C11.3667 8.28007 11.0533 7.96667 10.6667 7.96667H2.7V7.68669L4.68751 6.21972C5.04169 6.51935 5.49975 6.7 6 6.7C7.12298 6.7 8.03334 5.78965 8.03334 4.66667C8.03334 4.39848 7.98142 4.14242 7.88708 3.90799Z", + fill: "currentColor", + }), + }), + sl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.00001 2.03333C3.65023 2.03333 3.36667 2.31689 3.36667 2.66667V13.3333C3.36667 13.6831 3.65023 13.9667 4.00001 13.9667H12C12.3498 13.9667 12.6333 13.6831 12.6333 13.3333V2.66667C12.6333 2.31689 12.3498 2.03333 12 2.03333H4.00001ZM1.96667 2.66667C1.96667 1.54369 2.87703 0.633333 4.00001 0.633333H12C13.123 0.633333 14.0333 1.54369 14.0333 2.66667V13.3333C14.0333 14.4563 13.123 15.3667 12 15.3667H4.00001C2.87703 15.3667 1.96667 14.4563 1.96667 13.3333V2.66667ZM4.63334 4C4.63334 3.6134 4.94674 3.3 5.33334 3.3H10.6667C11.0533 3.3 11.3667 3.6134 11.3667 4C11.3667 4.3866 11.0533 4.7 10.6667 4.7H5.33334C4.94674 4.7 4.63334 4.3866 4.63334 4ZM4.63334 6.66667C4.63334 6.28007 4.94674 5.96667 5.33334 5.96667H5.34001C5.72661 5.96667 6.04001 6.28007 6.04001 6.66667C6.04001 7.05327 5.72661 7.36667 5.34001 7.36667H5.33334C4.94674 7.36667 4.63334 7.05327 4.63334 6.66667ZM7.30001 6.66667C7.30001 6.28007 7.61341 5.96667 8.00001 5.96667H8.00667C8.39327 5.96667 8.70668 6.28007 8.70668 6.66667C8.70668 7.05327 8.39327 7.36667 8.00667 7.36667H8.00001C7.61341 7.36667 7.30001 7.05327 7.30001 6.66667ZM9.96667 6.66667C9.96667 6.28007 10.2801 5.96667 10.6667 5.96667H10.6733C11.0599 5.96667 11.3733 6.28007 11.3733 6.66667C11.3733 7.05327 11.0599 7.36667 10.6733 7.36667H10.6667C10.2801 7.36667 9.96667 7.05327 9.96667 6.66667ZM4.63334 9.33333C4.63334 8.94673 4.94674 8.63333 5.33334 8.63333H5.34001C5.72661 8.63333 6.04001 8.94673 6.04001 9.33333C6.04001 9.71993 5.72661 10.0333 5.34001 10.0333H5.33334C4.94674 10.0333 4.63334 9.71993 4.63334 9.33333ZM7.30001 9.33333C7.30001 8.94673 7.61341 8.63333 8.00001 8.63333H8.00667C8.39327 8.63333 8.70668 8.94673 8.70668 9.33333C8.70668 9.71993 8.39327 10.0333 8.00667 10.0333H8.00001C7.61341 10.0333 7.30001 9.71993 7.30001 9.33333ZM10.6667 8.63333C11.0533 8.63333 11.3667 8.94673 11.3667 9.33333V12C11.3667 12.3866 11.0533 12.7 10.6667 12.7C10.2801 12.7 9.96667 12.3866 9.96667 12V9.33333C9.96667 8.94673 10.2801 8.63333 10.6667 8.63333ZM4.63334 12C4.63334 11.6134 4.94674 11.3 5.33334 11.3H5.34001C5.72661 11.3 6.04001 11.6134 6.04001 12C6.04001 12.3866 5.72661 12.7 5.34001 12.7H5.33334C4.94674 12.7 4.63334 12.3866 4.63334 12ZM7.30001 12C7.30001 11.6134 7.61341 11.3 8.00001 11.3H8.00667C8.39327 11.3 8.70668 11.6134 8.70668 12C8.70668 12.3866 8.39327 12.7 8.00667 12.7H8.00001C7.61341 12.7 7.30001 12.3866 7.30001 12Z", + fill: "currentColor", + }), + }), + cl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.2059 1.96667 13.7231 2.18089 14.1044 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V9.33333C14.7 9.71993 14.3866 10.0333 14 10.0333C13.6134 10.0333 13.3 9.71993 13.3 9.33333V7.36667H2.69999V13.3333C2.69999 13.5013 2.76671 13.6624 2.88549 13.7812C3.00426 13.8999 3.16535 13.9667 3.33332 13.9667H8.66665C9.05325 13.9667 9.36665 14.2801 9.36665 14.6667C9.36665 15.0533 9.05325 15.3667 8.66665 15.3667H3.33332C2.79405 15.3667 2.27686 15.1524 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3333V4C1.29999 3.46073 1.51421 2.94354 1.89554 2.56222C2.27686 2.18089 2.79405 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C3.16535 3.36667 3.00426 3.43339 2.88549 3.55217C2.76671 3.67094 2.69999 3.83203 2.69999 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9957 3.43339 12.8346 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM15.1616 11.505C15.435 11.7784 15.435 12.2216 15.1616 12.495L12.495 15.1616C12.2216 15.435 11.7784 15.435 11.505 15.1616L10.1717 13.8283C9.89831 13.5549 9.89831 13.1117 10.1717 12.8384C10.445 12.565 10.8883 12.565 11.1616 12.8384L12 13.6767L14.1717 11.505C14.445 11.2317 14.8883 11.2317 15.1616 11.505Z", + fill: "currentColor", + }), + }), + dl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7896 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7896 15.3667 12.6667 15.3667H3.33332C2.21034 15.3667 1.29999 14.4563 1.29999 13.3333V4C1.29999 2.87702 2.21034 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C2.98354 3.36667 2.69999 3.65022 2.69999 4V5.96667H13.3V4C13.3 3.65022 13.0164 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM13.3 7.36667H2.69999V13.3333C2.69999 13.6831 2.98354 13.9667 3.33332 13.9667H12.6667C13.0164 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM10.495 8.83836C10.7683 9.11172 10.7683 9.55494 10.495 9.82831L7.8283 12.495C7.55493 12.7683 7.11171 12.7683 6.83835 12.495L5.50501 11.1616C5.23165 10.8883 5.23165 10.4451 5.50501 10.1717C5.77838 9.89832 6.2216 9.89832 6.49496 10.1717L7.33332 11.01L9.50501 8.83836C9.77838 8.56499 10.2216 8.56499 10.495 8.83836Z", + fill: "currentColor", + }), + }), + ul = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.2059 1.96667 13.7231 2.18089 14.1044 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V5C14.7 5.3866 14.3866 5.7 14 5.7C13.6134 5.7 13.3 5.3866 13.3 5V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9957 3.43339 12.8346 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667H3.33332C3.16535 3.36667 3.00426 3.43339 2.88549 3.55217C2.76671 3.67094 2.69999 3.83203 2.69999 4V5.96667H5.33332C5.71992 5.96667 6.03332 6.28007 6.03332 6.66667C6.03332 7.05327 5.71992 7.36667 5.33332 7.36667H2.69999V13.3333C2.69999 13.5013 2.76671 13.6624 2.88549 13.7812C3.00426 13.8999 3.16535 13.9667 3.33332 13.9667H5.66665C6.05325 13.9667 6.36665 14.2801 6.36665 14.6667C6.36665 15.0533 6.05325 15.3667 5.66665 15.3667H3.33332C2.79405 15.3667 2.27686 15.1524 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3333V4C1.29999 3.46073 1.51421 2.94354 1.89554 2.56222C2.27686 2.18089 2.79405 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM10.6667 7.36667C8.84411 7.36667 7.36665 8.84413 7.36665 10.6667C7.36665 12.4892 8.84411 13.9667 10.6667 13.9667C12.4892 13.9667 13.9667 12.4892 13.9667 10.6667C13.9667 8.84413 12.4892 7.36667 10.6667 7.36667ZM5.96665 10.6667C5.96665 8.07093 8.07092 5.96667 10.6667 5.96667C13.2624 5.96667 15.3667 8.07093 15.3667 10.6667C15.3667 13.2624 13.2624 15.3667 10.6667 15.3667C8.07092 15.3667 5.96665 13.2624 5.96665 10.6667ZM10.6667 8.63333C11.0533 8.63333 11.3667 8.94673 11.3667 9.33333V10.5302L12.1039 11.1201C12.4058 11.3616 12.4548 11.8021 12.2133 12.104C11.9718 12.4058 11.5313 12.4548 11.2294 12.2133L10.2294 11.4133C10.0633 11.2804 9.96665 11.0793 9.96665 10.8667V9.33333C9.96665 8.94673 10.2801 8.63333 10.6667 8.63333Z", + fill: "currentColor", + }), + }), + pl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7896 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7896 15.3667 12.6667 15.3667H3.33332C2.21034 15.3667 1.29999 14.4563 1.29999 13.3333V4C1.29999 2.87702 2.21034 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C2.98354 3.36667 2.69999 3.65022 2.69999 4V5.96667H13.3V4C13.3 3.65022 13.0164 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM13.3 7.36667H2.69999V13.3333C2.69999 13.6831 2.98354 13.9667 3.33332 13.9667H12.6667C13.0164 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM4.63332 9.33333C4.63332 8.94673 4.94672 8.63333 5.33332 8.63333H5.33999C5.72659 8.63333 6.03999 8.94673 6.03999 9.33333C6.03999 9.71993 5.72659 10.0333 5.33999 10.0333H5.33332C4.94672 10.0333 4.63332 9.71993 4.63332 9.33333ZM7.29999 9.33333C7.29999 8.94673 7.61339 8.63333 7.99999 8.63333H8.00665C8.39325 8.63333 8.70665 8.94673 8.70665 9.33333C8.70665 9.71993 8.39325 10.0333 8.00665 10.0333H7.99999C7.61339 10.0333 7.29999 9.71993 7.29999 9.33333ZM9.96665 9.33333C9.96665 8.94673 10.2801 8.63333 10.6667 8.63333H10.6733C11.0599 8.63333 11.3733 8.94673 11.3733 9.33333C11.3733 9.71993 11.0599 10.0333 10.6733 10.0333H10.6667C10.2801 10.0333 9.96665 9.71993 9.96665 9.33333ZM4.63332 12C4.63332 11.6134 4.94672 11.3 5.33332 11.3H5.33999C5.72659 11.3 6.03999 11.6134 6.03999 12C6.03999 12.3866 5.72659 12.7 5.33999 12.7H5.33332C4.94672 12.7 4.63332 12.3866 4.63332 12ZM7.29999 12C7.29999 11.6134 7.61339 11.3 7.99999 11.3H8.00665C8.39325 11.3 8.70665 11.6134 8.70665 12C8.70665 12.3866 8.39325 12.7 8.00665 12.7H7.99999C7.61339 12.7 7.29999 12.3866 7.29999 12ZM9.96665 12C9.96665 11.6134 10.2801 11.3 10.6667 11.3H10.6733C11.0599 11.3 11.3733 11.6134 11.3733 12C11.3733 12.3866 11.0599 12.7 10.6733 12.7H10.6667C10.2801 12.7 9.96665 12.3866 9.96665 12Z", + fill: "currentColor", + }), + }), + ml = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.2059 1.96667 13.7231 2.18089 14.1044 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V11.3333C14.7 11.519 14.6262 11.697 14.495 11.8283L11.1616 15.1616C11.0304 15.2929 10.8523 15.3667 10.6667 15.3667H3.33332C2.79405 15.3667 2.27686 15.1524 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3333V4C1.29999 3.46073 1.51421 2.94354 1.89554 2.56222C2.27686 2.18089 2.79405 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C3.16535 3.36667 3.00426 3.43339 2.88549 3.55217C2.76671 3.67094 2.69999 3.83203 2.69999 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9957 3.43339 12.8346 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM13.3 7.36667H2.69999V13.3333C2.69999 13.5013 2.76671 13.6624 2.88549 13.7812C3.00426 13.8999 3.16535 13.9667 3.33332 13.9667H9.29999V12C9.29999 11.4607 9.51421 10.9435 9.89554 10.5622C10.2769 10.1809 10.794 9.96667 11.3333 9.96667H13.3V7.36667ZM12.9767 11.3667H11.3333C11.1654 11.3667 11.0043 11.4334 10.8855 11.5522C10.7667 11.6709 10.7 11.832 10.7 12V13.6434L12.9767 11.3667Z", + fill: "currentColor", + }), + }), + hl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.2059 1.96667 13.7231 2.18089 14.1044 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V6.66667C14.7 7.05327 14.3866 7.36667 14 7.36667H2.69999V13.3333C2.69999 13.5013 2.76671 13.6624 2.88549 13.7812C3.00426 13.8999 3.16535 13.9667 3.33332 13.9667H7.99999C8.38659 13.9667 8.69999 14.2801 8.69999 14.6667C8.69999 15.0533 8.38659 15.3667 7.99999 15.3667H3.33332C2.79405 15.3667 2.27686 15.1524 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3333V4C1.29999 3.46073 1.51421 2.94354 1.89554 2.56222C2.27686 2.18089 2.79405 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C3.16535 3.36667 3.00426 3.43339 2.88549 3.55217C2.76671 3.67094 2.69999 3.83203 2.69999 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9957 3.43339 12.8346 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM12.1618 8.80534C12.5841 8.63021 13.0487 8.58372 13.4974 8.67175C13.9477 8.76013 14.3617 8.98008 14.6871 9.3038C14.7092 9.3258 14.7297 9.34911 14.7484 9.37356C15.6199 10.3032 15.5847 11.7633 14.5637 12.7929L14.5582 12.7985L12.1582 15.1651C11.8853 15.4341 11.4469 15.4338 11.1745 15.1644L8.77627 12.7929C7.73536 11.7434 7.70897 10.2393 8.64632 9.31039C8.85745 9.09956 9.10712 8.92388 9.40283 8.80494C9.82626 8.63064 10.2918 8.58553 10.7409 8.67535C11.0761 8.74238 11.3908 8.88231 11.6635 9.08356C11.8162 8.97104 11.9831 8.87731 12.1618 8.80534ZM13.2278 10.0456C13.0492 10.0105 12.8642 10.0292 12.6963 10.0993L12.6867 10.1033C12.5772 10.1471 12.4766 10.2134 12.3883 10.3016L12.1616 10.5283C11.8911 10.7989 11.4534 10.802 11.1789 10.5354L10.9375 10.3009C10.8089 10.1719 10.645 10.0839 10.4664 10.0482C10.2877 10.0124 10.1026 10.0305 9.93424 10.1002L9.92665 10.1033C9.82465 10.1441 9.72931 10.2073 9.63496 10.3016L9.63234 10.3043C9.30481 10.6283 9.21199 11.2422 9.76812 11.8048L11.6673 13.6829L13.5722 11.8045C14.1244 11.2456 14.0318 10.6316 13.701 10.3043C13.6854 10.2889 13.6707 10.2728 13.6568 10.2562C13.5351 10.1497 13.3872 10.0768 13.2278 10.0456Z", + fill: "currentColor", + }), + }), + fl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7897 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7897 15.3667 12.6667 15.3667H3.33338C2.2104 15.3667 1.30005 14.4563 1.30005 13.3333V4C1.30005 2.87702 2.2104 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C2.9836 3.36667 2.70005 3.65022 2.70005 4V5.96667H13.3V4C13.3 3.65022 13.0165 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM13.3 7.36667H2.70005V13.3333C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3333V7.36667Z", + fill: "currentColor", + }), + }), + gl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7896 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7896 15.3667 12.6667 15.3667H3.33332C2.21034 15.3667 1.29999 14.4563 1.29999 13.3333V4C1.29999 2.87702 2.21034 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C2.98354 3.36667 2.69999 3.65022 2.69999 4V5.96667H13.3V4C13.3 3.65022 13.0164 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM13.3 7.36667H2.69999V13.3333C2.69999 13.6831 2.98354 13.9667 3.33332 13.9667H12.6667C13.0164 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM5.96665 10.6667C5.96665 10.2801 6.28006 9.96667 6.66665 9.96667H9.33332C9.71992 9.96667 10.0333 10.2801 10.0333 10.6667C10.0333 11.0533 9.71992 11.3667 9.33332 11.3667H6.66665C6.28006 11.3667 5.96665 11.0533 5.96665 10.6667Z", + fill: "currentColor", + }), + }), + vl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.2059 1.96667 13.7231 2.18089 14.1044 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V8.66667C14.7 9.05326 14.3866 9.36667 14 9.36667C13.6134 9.36667 13.3 9.05326 13.3 8.66667V7.36667H2.69999V13.3333C2.69999 13.5013 2.76671 13.6624 2.88549 13.7812C3.00426 13.8999 3.16535 13.9667 3.33332 13.9667H8.66665C9.05325 13.9667 9.36665 14.2801 9.36665 14.6667C9.36665 15.0533 9.05325 15.3667 8.66665 15.3667H3.33332C2.79405 15.3667 2.27686 15.1524 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3333V4C1.29999 3.46073 1.51421 2.94354 1.89554 2.56222C2.27686 2.18089 2.79405 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C3.16535 3.36667 3.00426 3.43339 2.88549 3.55217C2.76671 3.67094 2.69999 3.83203 2.69999 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9957 3.43339 12.8346 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM9.96665 12.6667C9.96665 12.2801 10.2801 11.9667 10.6667 11.9667H14.6667C15.0533 11.9667 15.3667 12.2801 15.3667 12.6667C15.3667 13.0533 15.0533 13.3667 14.6667 13.3667H10.6667C10.2801 13.3667 9.96665 13.0533 9.96665 12.6667Z", + fill: "currentColor", + }), + }), + wl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.838387 0.838358C1.11175 0.564991 1.55497 0.564991 1.82834 0.838358L3.28372 2.29374C3.29149 2.30116 3.2991 2.30877 3.30655 2.31657L7.16145 6.17147C7.16131 6.17133 7.1616 6.17162 7.16145 6.17147L14.3634 13.3735C14.3713 13.3809 14.3789 13.3886 14.3864 13.3964L15.1617 14.1717C15.435 14.4451 15.435 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L13.9325 14.9224C13.8805 14.9639 13.8263 15.003 13.7701 15.0395C13.4419 15.2522 13.0593 15.3658 12.6682 15.3667L12.6667 15.3667H3.33336C2.79409 15.3667 2.2769 15.1524 1.89558 14.7711C1.51425 14.3898 1.30003 13.8726 1.30003 13.3333V3.9884C1.30649 3.59849 1.42503 3.21867 1.64134 2.89421C1.67623 2.84187 1.71344 2.79133 1.75279 2.74271L0.838387 1.82831C0.56502 1.55494 0.56502 1.11173 0.838387 0.838358ZM2.76089 3.75081C2.72303 3.83067 2.70217 3.91788 2.70003 4.00687V5.96667H4.97675L2.76089 3.75081ZM6.37675 7.36667H2.70003V13.3333C2.70003 13.5013 2.76675 13.6624 2.88553 13.7812C3.0043 13.8999 3.16539 13.9667 3.33336 13.9667H12.666C12.7545 13.9664 12.8416 13.9475 12.9218 13.9118L6.37675 7.36667ZM9.96669 1.96667V1.33333C9.96669 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.206 1.96667 13.7232 2.18089 14.1045 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V10.3333C14.7 10.7199 14.3866 11.0333 14 11.0333C13.6134 11.0333 13.3 10.7199 13.3 10.3333V7.36667H10.3334C9.94676 7.36667 9.63336 7.05327 9.63336 6.66667C9.63336 6.28007 9.94676 5.96667 10.3334 5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9958 3.43339 12.8347 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96669 4.3866 9.96669 4V3.36667H6.33336C5.94676 3.36667 5.63336 3.05327 5.63336 2.66667C5.63336 2.28007 5.94676 1.96667 6.33336 1.96667H9.96669Z", + fill: "currentColor", + }), + }), + Ll = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7896 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7896 15.3667 12.6667 15.3667H3.33332C2.21034 15.3667 1.29999 14.4563 1.29999 13.3333V4C1.29999 2.87702 2.21034 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C2.98354 3.36667 2.69999 3.65022 2.69999 4V5.96667H13.3V4C13.3 3.65022 13.0164 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM13.3 7.36667H2.69999V13.3333C2.69999 13.6831 2.98354 13.9667 3.33332 13.9667H12.6667C13.0164 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM7.99999 8.63333C8.38659 8.63333 8.69999 8.94673 8.69999 9.33333V9.96667H9.33332C9.71992 9.96667 10.0333 10.2801 10.0333 10.6667C10.0333 11.0533 9.71992 11.3667 9.33332 11.3667H8.69999V12C8.69999 12.3866 8.38659 12.7 7.99999 12.7C7.61339 12.7 7.29999 12.3866 7.29999 12V11.3667H6.66665C6.28006 11.3667 5.96665 11.0533 5.96665 10.6667C5.96665 10.2801 6.28006 9.96667 6.66665 9.96667H7.29999V9.33333C7.29999 8.94673 7.61339 8.63333 7.99999 8.63333Z", + fill: "currentColor", + }), + }), + bl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.206 1.96667 13.7232 2.18089 14.1045 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V8.66667C14.7 9.05326 14.3866 9.36667 14 9.36667C13.6135 9.36667 13.3 9.05326 13.3 8.66667V7.36667H2.70005V13.3333C2.70005 13.5013 2.76677 13.6624 2.88555 13.7812C3.00432 13.8999 3.16541 13.9667 3.33338 13.9667H8.66672C9.05331 13.9667 9.36672 14.2801 9.36672 14.6667C9.36672 15.0533 9.05331 15.3667 8.66672 15.3667H3.33338C2.79411 15.3667 2.27692 15.1524 1.8956 14.7711C1.51427 14.3898 1.30005 13.8726 1.30005 13.3333V4C1.30005 3.46073 1.51427 2.94354 1.8956 2.56222C2.27692 2.18089 2.79411 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C3.16541 3.36667 3.00432 3.43339 2.88555 3.55217C2.76677 3.67094 2.70005 3.83203 2.70005 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9958 3.43339 12.8347 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM12.6667 9.96667C13.0533 9.96667 13.3667 10.2801 13.3667 10.6667V11.9667H14.6667C15.0533 11.9667 15.3667 12.2801 15.3667 12.6667C15.3667 13.0533 15.0533 13.3667 14.6667 13.3667H13.3667V14.6667C13.3667 15.0533 13.0533 15.3667 12.6667 15.3667C12.2801 15.3667 11.9667 15.0533 11.9667 14.6667V13.3667H10.6667C10.2801 13.3667 9.96672 13.0533 9.96672 12.6667C9.96672 12.2801 10.2801 11.9667 10.6667 11.9667H11.9667V10.6667C11.9667 10.2801 12.2801 9.96667 12.6667 9.96667Z", + fill: "currentColor", + }), + }), + Ml = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7897 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7897 15.3667 12.6667 15.3667H3.33338C2.2104 15.3667 1.30005 14.4563 1.30005 13.3333V4C1.30005 2.87702 2.2104 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C2.9836 3.36667 2.70005 3.65022 2.70005 4V5.96667H13.3V4C13.3 3.65022 13.0165 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM13.3 7.36667H2.70005V13.3333C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM3.96672 9.33333C3.96672 8.94673 4.28012 8.63333 4.66672 8.63333H4.67338C5.05998 8.63333 5.37338 8.94673 5.37338 9.33333C5.37338 9.71993 5.05998 10.0333 4.67338 10.0333H4.66672C4.28012 10.0333 3.96672 9.71993 3.96672 9.33333ZM6.63338 9.33333C6.63338 8.94673 6.94678 8.63333 7.33338 8.63333H11.3334C11.72 8.63333 12.0334 8.94673 12.0334 9.33333C12.0334 9.71993 11.72 10.0333 11.3334 10.0333H7.33338C6.94678 10.0333 6.63338 9.71993 6.63338 9.33333ZM3.96672 12C3.96672 11.6134 4.28012 11.3 4.66672 11.3H8.66672C9.05331 11.3 9.36672 11.6134 9.36672 12C9.36672 12.3866 9.05331 12.7 8.66672 12.7H4.66672C4.28012 12.7 3.96672 12.3866 3.96672 12ZM10.6334 12C10.6334 11.6134 10.9468 11.3 11.3334 11.3H11.34C11.7266 11.3 12.04 11.6134 12.04 12C12.04 12.3866 11.7266 12.7 11.34 12.7H11.3334C10.9468 12.7 10.6334 12.3866 10.6334 12Z", + fill: "currentColor", + }), + }), + Hl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.206 1.96667 13.7232 2.18089 14.1045 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V8C14.7 8.3866 14.3866 8.7 14 8.7C13.6135 8.7 13.3 8.3866 13.3 8V7.36667H2.70005V13.3333C2.70005 13.5013 2.76677 13.6624 2.88555 13.7812C3.00432 13.8999 3.16541 13.9667 3.33338 13.9667H8.33338C8.71998 13.9667 9.03338 14.2801 9.03338 14.6667C9.03338 15.0533 8.71998 15.3667 8.33338 15.3667H3.33338C2.79411 15.3667 2.27692 15.1524 1.8956 14.7711C1.51427 14.3898 1.30005 13.8726 1.30005 13.3333V4C1.30005 3.46073 1.51427 2.94354 1.8956 2.56222C2.27692 2.18089 2.79411 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C3.16541 3.36667 3.00432 3.43339 2.88555 3.55217C2.76677 3.67094 2.70005 3.83203 2.70005 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9958 3.43339 12.8347 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM12 10.7C11.2821 10.7 10.7 11.282 10.7 12C10.7 12.718 11.2821 13.3 12 13.3C12.718 13.3 13.3 12.718 13.3 12C13.3 11.282 12.718 10.7 12 10.7ZM9.30005 12C9.30005 10.5088 10.5089 9.3 12 9.3C13.4912 9.3 14.7 10.5088 14.7 12C14.7 12.4915 14.5687 12.9523 14.3393 13.3493L15.1617 14.1717C15.4351 14.4451 15.4351 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L13.3493 14.3392C12.9523 14.5687 12.4915 14.7 12 14.7C10.5089 14.7 9.30005 13.4912 9.30005 12Z", + fill: "currentColor", + }), + }), + El = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.206 1.96667 13.7232 2.18089 14.1045 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V8.66667C14.7 9.05326 14.3866 9.36667 14 9.36667C13.6135 9.36667 13.3 9.05326 13.3 8.66667V7.36667H2.70005V13.3333C2.70005 13.5013 2.76677 13.6624 2.88555 13.7812C3.00432 13.8999 3.16541 13.9667 3.33338 13.9667H8.66672C9.05331 13.9667 9.36672 14.2801 9.36672 14.6667C9.36672 15.0533 9.05331 15.3667 8.66672 15.3667H3.33338C2.79411 15.3667 2.27692 15.1524 1.8956 14.7711C1.51427 14.3898 1.30005 13.8726 1.30005 13.3333V4C1.30005 3.46073 1.51427 2.94354 1.8956 2.56222C2.27692 2.18089 2.79411 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C3.16541 3.36667 3.00432 3.43339 2.88555 3.55217C2.76677 3.67094 2.70005 3.83203 2.70005 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9958 3.43339 12.8347 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM10.8384 10.8384C11.1118 10.565 11.555 10.565 11.8284 10.8384L13 12.01L14.1717 10.8384C14.4451 10.565 14.8883 10.565 15.1617 10.8384C15.4351 11.1117 15.4351 11.5549 15.1617 11.8283L13.99 13L15.1617 14.1717C15.4351 14.4451 15.4351 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L13 13.9899L11.8284 15.1616C11.555 15.435 11.1118 15.435 10.8384 15.1616C10.565 14.8883 10.565 14.4451 10.8384 14.1717L12.0101 13L10.8384 11.8283C10.565 11.5549 10.565 11.1117 10.8384 10.8384Z", + fill: "currentColor", + }), + }), + Rl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7897 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7897 15.3667 12.6667 15.3667H3.33338C2.2104 15.3667 1.30005 14.4563 1.30005 13.3333V4C1.30005 2.87702 2.2104 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C2.9836 3.36667 2.70005 3.65022 2.70005 4V5.96667H13.3V4C13.3 3.65022 13.0165 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM13.3 7.36667H2.70005V13.3333C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM6.17174 8.83836C6.44511 8.56499 6.88832 8.56499 7.16169 8.83836L8.00005 9.67672L8.83841 8.83836C9.11177 8.56499 9.55499 8.56499 9.82836 8.83836C10.1017 9.11172 10.1017 9.55494 9.82836 9.82831L8.99 10.6667L9.82836 11.505C10.1017 11.7784 10.1017 12.2216 9.82836 12.495C9.55499 12.7683 9.11177 12.7683 8.83841 12.495L8.00005 11.6566L7.16169 12.495C6.88832 12.7683 6.44511 12.7683 6.17174 12.495C5.89837 12.2216 5.89837 11.7784 6.17174 11.505L7.0101 10.6667L6.17174 9.82831C5.89837 9.55494 5.89837 9.11172 6.17174 8.83836Z", + fill: "currentColor", + }), + }), + yl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.79555 2.21854C5.92854 2.05894 6.12555 1.96667 6.3333 1.96667H9.66663C9.87438 1.96667 10.0714 2.05894 10.2044 2.21854L11.6612 3.96667H13.3333C13.8726 3.96667 14.3898 4.18089 14.7711 4.56222C15.1524 4.94354 15.3666 5.46073 15.3666 6V12C15.3666 12.5393 15.1524 13.0565 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0565 0.633301 12.5393 0.633301 12V6C0.633301 5.46073 0.847526 4.94354 1.22885 4.56222C1.61017 4.18089 2.12736 3.96667 2.66663 3.96667H4.33877L5.79555 2.21854ZM6.66116 3.36667L5.20439 5.1148C5.07139 5.27439 4.87438 5.36667 4.66663 5.36667H2.66663C2.49866 5.36667 2.33757 5.43339 2.2188 5.55217C2.10003 5.67094 2.0333 5.83203 2.0333 6V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.3291 13.9666 12.168 13.9666 12V6C13.9666 5.83203 13.8999 5.67094 13.7811 5.55217C13.6624 5.43339 13.5013 5.36667 13.3333 5.36667H11.3333C11.1256 5.36667 10.9285 5.27439 10.7955 5.1148L9.33877 3.36667H6.66116ZM7.99997 7.36667C7.282 7.36667 6.69997 7.9487 6.69997 8.66667C6.69997 9.38464 7.282 9.96667 7.99997 9.96667C8.71794 9.96667 9.29997 9.38464 9.29997 8.66667C9.29997 7.9487 8.71794 7.36667 7.99997 7.36667ZM5.29997 8.66667C5.29997 7.1755 6.5088 5.96667 7.99997 5.96667C9.49114 5.96667 10.7 7.1755 10.7 8.66667C10.7 10.1578 9.49114 11.3667 7.99997 11.3667C6.5088 11.3667 5.29997 10.1578 5.29997 8.66667Z", + fill: "currentColor", + }), + }), + Tl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.838326 0.838358C1.11169 0.564991 1.55491 0.564991 1.82828 0.838358L5.16128 4.17137C5.1615 4.17158 5.16172 4.1718 5.16193 4.17202L13.8279 12.838C13.8282 12.8382 13.8284 12.8385 13.8286 12.8387L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L13.0434 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0565 0.633301 12.5393 0.633301 12V6C0.633301 5.46073 0.847526 4.94354 1.22885 4.56222C1.61017 4.18089 2.12736 3.96667 2.66663 3.96667H2.97668L0.838326 1.82831C0.564959 1.55494 0.564959 1.11173 0.838326 0.838358ZM4.37668 5.36667H2.66663C2.49866 5.36667 2.33757 5.43339 2.2188 5.55217C2.10003 5.67094 2.0333 5.83203 2.0333 6V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H11.6434L9.74393 10.7339C9.5359 10.9168 9.30058 11.067 9.04602 11.1787C8.71556 11.3237 8.35937 11.401 7.99852 11.4061C7.63766 11.4111 7.27947 11.3437 6.9451 11.2079C6.61073 11.0721 6.30697 10.8707 6.05179 10.6155C5.7966 10.3603 5.59516 10.0566 5.45938 9.7222C5.32359 9.38783 5.25622 9.02963 5.26124 8.66878C5.26625 8.30793 5.34356 7.95174 5.48859 7.62128C5.60031 7.36672 5.75047 7.1314 5.93339 6.92337L4.37668 5.36667ZM6.92759 7.91758C6.865 7.99959 6.81223 8.08896 6.77057 8.1839C6.70074 8.34301 6.66352 8.5145 6.6611 8.68825C6.65868 8.86199 6.69112 9.03446 6.7565 9.19545C6.82188 9.35645 6.91887 9.5027 7.04174 9.62556C7.1646 9.74843 7.31086 9.84542 7.47185 9.9108C7.63284 9.97618 7.80531 10.0086 7.97905 10.0062C8.15279 10.0038 8.32429 9.96656 8.4834 9.89673C8.57834 9.85507 8.66771 9.8023 8.74972 9.73971L6.92759 7.91758ZM5.6333 2.66667C5.6333 2.28007 5.9467 1.96667 6.3333 1.96667H9.66663C9.87438 1.96667 10.0714 2.05894 10.2044 2.21854L11.6612 3.96667H13.3333C13.8726 3.96667 14.3898 4.18089 14.7711 4.56222C15.1524 4.94354 15.3666 5.46073 15.3666 6V11C15.3666 11.3866 15.0532 11.7 14.6666 11.7C14.28 11.7 13.9666 11.3866 13.9666 11V6C13.9666 5.83203 13.8999 5.67094 13.7811 5.55217C13.6624 5.43339 13.5013 5.36667 13.3333 5.36667H11.3333C11.1256 5.36667 10.9285 5.27439 10.7955 5.1148L9.33877 3.36667H6.3333C5.9467 3.36667 5.6333 3.05327 5.6333 2.66667Z", + fill: "currentColor", + }), + }), + Nl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.00005 1.3C2.38665 1.3 2.70005 1.6134 2.70005 2V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V2C1.30005 1.6134 1.61345 1.3 2.00005 1.3ZM11.3334 1.3C11.72 1.3 12.0334 1.6134 12.0334 2V2.63373C12.7728 2.65143 13.3667 3.25635 13.3667 4V8C13.3667 8.74365 12.7728 9.34857 12.0334 9.36627V10.6667C12.0334 11.0533 11.72 11.3667 11.3334 11.3667C10.9468 11.3667 10.6334 11.0533 10.6334 10.6667V9.36627C9.89399 9.34857 9.30005 8.74365 9.30005 8V4C9.30005 3.25635 9.89399 2.65143 10.6334 2.63373V2C10.6334 1.6134 10.9468 1.3 11.3334 1.3ZM10.7 4.03333V7.96667H11.9667V4.03333H10.7ZM6.00005 2.63333C6.38665 2.63333 6.70005 2.94673 6.70005 3.33333V5.3004C7.43944 5.3181 8.03338 5.92302 8.03338 6.66667V9.33333C8.03338 10.077 7.43944 10.6819 6.70005 10.6996V11.3333C6.70005 11.7199 6.38665 12.0333 6.00005 12.0333C5.61345 12.0333 5.30005 11.7199 5.30005 11.3333V10.6996C4.56066 10.6819 3.96672 10.077 3.96672 9.33333V6.66667C3.96672 5.92302 4.56066 5.3181 5.30005 5.3004V3.33333C5.30005 2.94673 5.61345 2.63333 6.00005 2.63333ZM5.36672 6.7V9.3H6.63338V6.7H5.36672Z", + fill: "currentColor", + }), + }), + Vl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M11.1794 2.07116L12.4437 4.32407C12.4481 4.33186 12.4523 4.3397 12.4564 4.34758C12.5356 4.49203 12.5972 4.64592 12.6395 4.80595C12.7081 5.0652 12.7247 5.33544 12.6883 5.60113C12.652 5.86681 12.5635 6.12269 12.4279 6.35402C12.3856 6.42608 12.358 6.50577 12.3467 6.58853C12.3354 6.67128 12.3406 6.75546 12.3619 6.83621C12.3833 6.91695 12.4204 6.99268 12.4711 7.05903C12.5219 7.12538 12.5852 7.18104 12.6575 7.2228C12.7299 7.26457 12.8098 7.29161 12.8926 7.30238C12.9754 7.31314 13.0596 7.30742 13.1402 7.28553C13.2208 7.26365 13.2963 7.22604 13.3623 7.17486C13.4283 7.12369 13.4835 7.05996 13.5248 6.98735L13.527 6.98353C13.9646 6.22492 14.083 5.32352 13.8561 4.47763C13.6291 3.63174 13.0754 2.91066 12.3168 2.473C11.9621 2.26836 11.5762 2.13353 11.1794 2.07116ZM10.2808 3.33067L9.6428 2.19384C9.02744 2.39449 8.48679 2.77091 8.08586 3.27317L8.74271 4.58688L8.91236 4.3098C9.0442 4.08121 9.21931 3.88042 9.42793 3.71868C9.63986 3.55439 9.8822 3.43363 10.141 3.36337C10.1873 3.35081 10.2339 3.33991 10.2808 3.33067ZM7.88108 5.99411L7.21067 4.65329L6.06158 6.5239L6.69861 7.92535L7.88108 5.99411ZM5.816 9.36686L5.17774 7.96271L4.0492 9.79987L4.72424 11.1499L5.816 9.36686ZM5.20078 13.0527C5.24731 12.9978 5.28471 12.9363 5.31214 12.8708L10.1116 5.03219C10.1156 5.02574 10.1194 5.01922 10.1232 5.01265C10.1645 4.94004 10.2197 4.87631 10.2857 4.82514C10.3517 4.77396 10.4272 4.73635 10.5078 4.71447C10.5884 4.69258 10.6725 4.68686 10.7554 4.69762C10.8382 4.70839 10.9181 4.73543 10.9904 4.77719C11.0627 4.81896 11.1261 4.87462 11.1768 4.94096C11.2276 5.00731 11.2647 5.08304 11.286 5.16379C11.3074 5.24454 11.3125 5.32872 11.3012 5.41147C11.2899 5.49422 11.2623 5.57392 11.2201 5.64598C11.0845 5.87731 10.996 6.13319 10.9596 6.39887C10.9233 6.66455 10.9399 6.9348 11.0084 7.19405C11.077 7.4533 11.1961 7.69643 11.359 7.90944C11.5219 8.12246 11.7253 8.30115 11.9575 8.43523C12.1898 8.56931 12.4462 8.65613 12.7121 8.6907C12.9781 8.72526 13.2482 8.70688 13.507 8.63663C13.7658 8.56637 14.0081 8.44561 14.22 8.28131C14.4313 8.11751 14.6082 7.91365 14.7406 7.68141C15.363 6.60154 15.5312 5.31872 15.2083 4.11485C14.8851 2.91034 14.0967 1.88354 13.0165 1.26034C11.9362 0.637129 10.6527 0.468565 9.44817 0.791726C8.34477 1.08776 7.3905 1.77421 6.759 2.71776C6.69432 2.78585 6.64476 2.86568 6.61213 2.95179C6.60762 2.95945 6.60314 2.96714 6.59868 2.97484L4.72979 6.01721C4.68596 6.06964 4.6503 6.12797 4.62361 6.19006L0.870194 12.3003C0.866321 12.3066 0.862548 12.3129 0.858877 12.3194C0.589957 12.79 0.519001 13.3481 0.661617 13.8711C0.804233 14.394 1.14874 14.8388 1.61935 15.1078C2.08996 15.3767 2.64812 15.4476 3.17105 15.305C3.42998 15.2344 3.67246 15.1135 3.88465 14.9492C4.09376 14.7872 4.26942 14.5863 4.40191 14.3574L5.20078 13.0527ZM3.86261 12.5572L3.18631 11.2046L2.06997 13.0219C1.98894 13.1684 1.96816 13.3409 2.01229 13.5027C2.05721 13.6674 2.16572 13.8075 2.31394 13.8922C2.46217 13.9769 2.63798 13.9993 2.80269 13.9544C2.88424 13.9321 2.96062 13.894 3.02745 13.8423C3.09428 13.7905 3.15027 13.7261 3.19221 13.6527C3.19571 13.6466 3.19931 13.6405 3.203 13.6345L3.86261 12.5572Z", + fill: "currentColor", + }), + }), + Sl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M11.0248 0.704963C11.2204 0.608981 11.4494 0.609484 11.6445 0.706321L12.5612 1.16134C12.7395 1.25104 12.9361 1.29849 13.1357 1.3H14C14.3866 1.3 14.7 1.6134 14.7 2V2.86667C14.7 3.07349 14.745 3.26376 14.8301 3.42236C14.8336 3.42889 14.837 3.43548 14.8403 3.44212L15.2936 4.35545C15.3905 4.55055 15.391 4.77961 15.295 4.97513C15.199 5.17065 15.0175 5.31036 14.8039 5.35307L12.4074 5.83238C12.5967 6.3087 12.6927 6.81711 12.6902 7.32996C12.6875 7.85865 12.58 8.38155 12.374 8.86845C12.1685 9.35423 11.8689 9.79455 11.4925 10.1641L10.164 11.4925C9.79452 11.8689 9.3542 12.1685 8.86842 12.3741C8.38152 12.5801 7.85861 12.6875 7.32993 12.6902C6.81708 12.6928 6.30867 12.5967 5.83235 12.4074L5.35304 14.8039C5.31032 15.0175 5.17062 15.1991 4.9751 15.295C4.77958 15.391 4.55052 15.3905 4.35542 15.2937L3.44208 14.8403L3.4387 14.8387C3.26041 14.749 3.06387 14.7015 2.86431 14.7H1.99997C1.61337 14.7 1.29997 14.3866 1.29997 14V13.1357C1.29846 12.9361 1.25102 12.7396 1.16131 12.5613L1.15961 12.5579L0.706289 11.6445C0.609451 11.4494 0.608949 11.2204 0.70493 11.0249C0.800912 10.8293 0.982438 10.6896 1.19602 10.6469L3.59256 10.1676C3.40325 9.6913 3.30719 9.18289 3.30978 8.67003C3.31245 8.14135 3.4199 7.61845 3.62591 7.13155C3.83145 6.6458 4.13101 6.2055 4.50736 5.83599L5.83596 4.50739C6.20547 4.13104 6.64576 3.83148 7.13152 3.62595C7.61841 3.41993 8.14132 3.31248 8.67 3.30981C9.18285 3.30722 9.69127 3.40328 10.1676 3.59259L10.6469 1.19605C10.6896 0.982471 10.8293 0.800944 11.0248 0.704963ZM11.6008 4.56597C11.5738 4.53738 11.5465 4.50916 11.5186 4.48134C11.4908 4.45351 11.4626 4.42612 11.434 4.39916L11.8405 2.36657L11.932 2.41199C11.9326 2.41229 11.9333 2.4126 11.9339 2.41291C12.3049 2.59921 12.7139 2.69745 13.129 2.69999L13.3 2.7V2.86667C13.3 3.26946 13.3867 3.68852 13.5908 4.07367L13.6334 4.15945L11.6008 4.56597ZM8.6333 4.71039C8.30459 4.71758 7.9801 4.78706 7.67706 4.91528C7.56997 4.96059 7.46628 5.01293 7.36663 5.07187V11.2896C7.69534 11.2824 8.01984 11.2129 8.32288 11.0847C8.42996 11.0394 8.53365 10.9871 8.6333 10.9281V4.71039ZM10.0333 9.64338V5.08353C10.2131 5.19201 10.3795 5.32211 10.5287 5.47128C10.7717 5.71428 10.9641 6.00304 11.0948 6.32086C11.2255 6.63867 11.2919 6.97925 11.2902 7.32289C11.2884 7.66654 11.2186 8.00643 11.0847 8.32291C10.9508 8.63939 10.7555 8.92619 10.51 9.16672L10.0333 9.64338ZM5.96663 10.9165V6.35662L5.48994 6.83331C5.2445 7.07384 5.04916 7.36061 4.91525 7.67709C4.78134 7.99357 4.7115 8.33346 4.70976 8.6771C4.70803 9.02075 4.77443 9.36132 4.90514 9.67914C5.03584 9.99696 5.22826 10.2857 5.47125 10.5287C5.62042 10.6779 5.78684 10.808 5.96663 10.9165ZM4.39913 11.434L2.36654 11.8405L2.41195 11.9321C2.41226 11.9327 2.41257 11.9333 2.41288 11.9339C2.59918 12.3049 2.69742 12.7139 2.69995 13.1291L2.69998 13.1333L2.69997 13.3H2.8709C3.2861 13.3025 3.69512 13.4008 4.06615 13.5871C4.06673 13.5874 4.06732 13.5877 4.0679 13.588L4.15942 13.6334L4.56594 11.6008C4.53734 11.5739 4.50913 11.5465 4.4813 11.5187C4.45348 11.4908 4.42608 11.4626 4.39913 11.434Z", + fill: "currentColor", + }), + }), + xl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.838326 0.838358C1.11169 0.564991 1.55491 0.564991 1.82828 0.838358L7.16139 6.17147C7.16125 6.17133 7.16154 6.17162 7.16139 6.17147L9.82796 8.83805C9.82775 8.83784 9.82817 8.83825 9.82796 8.83805L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L10.3333 11.3233L10.1566 11.5C9.40392 12.2376 8.39052 12.6484 7.33667 12.643C6.81995 12.6404 6.31397 12.5379 5.84459 12.3462L5.35304 14.8039C5.31026 15.0178 5.17021 15.1996 4.97427 15.2954C4.77833 15.3913 4.5489 15.3904 4.35377 15.2929L3.44243 14.8375C3.2621 14.7473 3.06294 14.7001 2.8613 14.7C2.86121 14.7 2.86139 14.7 2.8613 14.7H1.99997C1.61337 14.7 1.29997 14.3866 1.29997 14L1.29997 13.1389C1.29997 13.1389 1.29997 13.139 1.29997 13.1389C1.29984 12.9373 1.25282 12.7382 1.1626 12.5578L0.70711 11.6462C0.609615 11.4511 0.608659 11.2216 0.704525 11.0257C0.800392 10.8298 0.982121 10.6897 1.19602 10.6469L3.65376 10.1554C3.46207 9.68599 3.35953 9.18002 3.35692 8.6633C3.3516 7.60945 3.76239 6.59607 4.50002 5.84338L4.50497 5.83833L4.67668 5.66667L0.838326 1.82831C0.564959 1.55494 0.564959 1.11173 0.838326 0.838358ZM5.66663 6.65662L5.49757 6.82568C5.01958 7.31468 4.75345 7.97234 4.7569 8.65623C4.76036 9.34123 5.03401 9.9972 5.51839 10.4816C5.65519 10.6184 5.80568 10.7384 5.96663 10.8402V6.95662L5.66663 6.65662ZM7.36663 8.35662V11.2431C7.81412 11.2414 8.24968 11.1244 8.6333 10.9082V9.62328L7.36663 8.35662ZM4.47646 11.4186L2.36899 11.8401L2.41467 11.9315C2.41462 11.9314 2.41472 11.9316 2.41467 11.9315C2.60202 12.3061 2.6998 12.7195 2.69997 13.1384V13.3H2.8613C3.28017 13.3002 3.69354 13.3978 4.06817 13.5851L4.15991 13.631L4.5814 11.5235C4.56361 11.5064 4.54595 11.489 4.52844 11.4715C4.51094 11.454 4.49361 11.4364 4.47646 11.4186ZM11.0257 0.704558C11.2216 0.608691 11.451 0.609647 11.6462 0.707143L12.5575 1.16248C12.7378 1.25269 12.937 1.29988 13.1386 1.3C13.1386 1.3 13.1387 1.3 13.1386 1.3H14C14.3866 1.3 14.7 1.6134 14.7 2V2.86105C14.7 2.86096 14.7 2.86115 14.7 2.86105C14.7001 3.06269 14.7471 3.26182 14.8373 3.44215L15.2928 4.3538C15.3903 4.54893 15.3913 4.77836 15.2954 4.9743C15.1995 5.17024 15.0178 5.31029 14.8039 5.35307L12.377 5.83845C12.4308 5.972 12.4776 6.10872 12.5168 6.24806C12.7026 6.90707 12.7161 7.60276 12.5559 8.26846C12.4654 8.64433 12.0874 8.87569 11.7115 8.78523C11.3356 8.69477 11.1043 8.31674 11.1947 7.94087C11.2988 7.50829 11.2901 7.05621 11.1694 6.62797C11.0486 6.19972 10.8199 5.80966 10.5052 5.49517C10.3624 5.3523 10.2037 5.22676 10.0333 5.1214V5.562C10.0333 5.9486 9.7199 6.262 9.3333 6.262C8.9467 6.262 8.6333 5.9486 8.6333 5.562V4.73333C8.44059 4.73583 8.24798 4.75977 8.05909 4.80523C7.68323 4.89569 7.30519 4.66433 7.21473 4.28846C7.12427 3.91259 7.35564 3.53456 7.73151 3.4441C8.3972 3.28388 9.09289 3.29732 9.75191 3.48313C9.89125 3.52241 10.028 3.56913 10.1615 3.62295L10.6469 1.19605C10.6897 0.982153 10.8297 0.800424 11.0257 0.704558ZM11.5621 4.57372L13.6309 4.15994L13.5853 4.06851C13.5852 4.06841 13.5853 4.06862 13.5853 4.06851C13.3979 3.69388 13.3001 3.28048 13.3 2.86161V2.7H13.1386C12.7198 2.69983 12.3064 2.60221 11.9318 2.41486L11.84 2.36902L11.4262 4.43792C11.4495 4.46006 11.4724 4.48249 11.4951 4.50522C11.5177 4.5278 11.54 4.55064 11.5621 4.57372Z", + fill: "currentColor", + }), + }), + _l = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.55998 0.913333C8.42778 0.737069 8.22031 0.633333 7.99998 0.633333C7.77965 0.633333 7.57218 0.737069 7.43998 0.913333C6.60798 2.02267 6.20084 3.31651 6.04515 4.62242C5.6801 4.38767 5.28248 4.17201 4.87057 3.98665C3.97841 3.58518 2.96187 3.3 1.99998 3.3C1.61338 3.3 1.29998 3.6134 1.29998 4C1.29998 4.90105 1.83431 5.88926 2.39084 6.65984C2.63953 7.00419 2.91627 7.33717 3.19801 7.63596C2.92511 7.74508 2.65626 7.87458 2.4068 8.0149C2.03709 8.22286 1.67581 8.47331 1.37539 8.75495C1.08254 9.0295 0.804041 9.37423 0.669238 9.77864C0.554111 10.124 0.722947 10.5 1.05757 10.6434C2.19099 11.1292 3.18554 11.3244 3.94251 11.3907C3.47109 12.2849 3.29998 13.2337 3.29998 14C3.29998 14.3866 3.61338 14.7 3.99998 14.7C5.30137 14.7 6.40361 14.1812 7.30005 13.5295V14.6667C7.30005 15.0533 7.61345 15.3667 8.00005 15.3667C8.38665 15.3667 8.70005 15.0533 8.70005 14.6667V13.5296C9.59647 14.1813 10.6987 14.7 12 14.7C12.3866 14.7 12.7 14.3866 12.7 14C12.7 13.2337 12.5289 12.2849 12.0575 11.3907C12.8144 11.3244 13.809 11.1292 14.9424 10.6434C15.277 10.5 15.4459 10.124 15.3307 9.77864C15.1959 9.37423 14.9174 9.0295 14.6246 8.75495C14.3242 8.47331 13.9629 8.22286 13.5932 8.0149C13.3437 7.87458 13.0749 7.74508 12.802 7.63596C13.0837 7.33717 13.3604 7.00419 13.6091 6.65984C14.1657 5.88926 14.7 4.90105 14.7 4C14.7 3.6134 14.3866 3.3 14 3.3C13.0381 3.3 12.0216 3.58518 11.1294 3.98665C10.7175 4.17201 10.3199 4.38767 9.95481 4.62242C9.79912 3.31651 9.39199 2.02267 8.55998 0.913333ZM8.50058 11.5106C9.27857 12.2876 10.1824 12.9745 11.2239 13.2118C11.0907 12.5137 10.7706 11.7606 10.1717 11.1616C9.95356 10.9435 9.90392 10.6083 10.0495 10.3364C10.1505 10.1477 10.3289 10.0203 10.5297 9.98015C10.6171 9.9627 10.7086 9.96176 10.7999 9.97946L10.8046 9.98029C10.811 9.98139 10.8235 9.98345 10.8418 9.98607C10.8785 9.99131 10.9386 9.99881 11.0201 10.0054C11.1832 10.0186 11.4317 10.0283 11.7505 10.0095C12.2145 9.98225 12.8283 9.89477 13.5465 9.66972C13.366 9.51879 13.1473 9.37038 12.9068 9.2351C12.2878 8.88693 11.6612 8.7 11.3333 8.7C11.0248 8.7 10.7527 8.49808 10.6634 8.20285C10.574 7.90762 10.6884 7.58867 10.945 7.41756C11.3555 7.14394 11.9651 6.54508 12.4742 5.84016C12.7392 5.47316 12.9466 5.11907 13.0873 4.80274C12.6325 4.89862 12.1609 5.05771 11.7039 5.26334C10.9301 5.61154 10.2559 6.06736 9.82829 6.49497C9.62809 6.69517 9.32701 6.75506 9.06544 6.64672C8.80387 6.53837 8.63332 6.28312 8.63332 6C8.63332 4.81538 8.45531 3.68054 7.99998 2.69579C7.54466 3.68054 7.36665 4.81538 7.36665 6C7.36665 6.28312 7.1961 6.53837 6.93453 6.64672C6.67296 6.75506 6.37187 6.69517 6.17167 6.49497C5.74406 6.06736 5.06983 5.61154 4.29606 5.26334C3.8391 5.05771 3.36742 4.89862 2.9127 4.80274C3.05335 5.11907 3.26074 5.47316 3.52579 5.84016C4.03491 6.54508 4.6445 7.14394 5.05494 7.41756C5.3116 7.58867 5.426 7.90762 5.33661 8.20285C5.24722 8.49808 4.97512 8.7 4.66665 8.7C4.33873 8.7 3.71215 8.88693 3.09317 9.2351C2.85267 9.37038 2.63397 9.51879 2.45349 9.66972C3.17162 9.89477 3.78544 9.98225 4.24942 10.0095C4.56829 10.0283 4.81679 10.0186 4.97987 10.0054C5.06138 9.99881 5.12144 9.99131 5.15815 9.98607C5.1765 9.98345 5.18899 9.98139 5.19539 9.98029L5.20008 9.97946C5.29135 9.96176 5.38292 9.9627 5.47025 9.98015C5.67107 10.0203 5.8495 10.1477 5.95049 10.3364C6.09604 10.6083 6.04641 10.9435 5.82829 11.1616C5.22936 11.7606 4.90927 12.5137 4.77605 13.2118C5.82003 12.974 6.72575 12.2843 7.50501 11.505C7.52877 11.4813 7.55406 11.4594 7.58065 11.4395C7.69754 11.3519 7.84273 11.3 8.00005 11.3C8.19619 11.3 8.37349 11.3807 8.50058 11.5106Z", + fill: "currentColor", + }), + }), + Al = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.33338 4.03333C2.9836 4.03333 2.70005 4.31689 2.70005 4.66667V11.3333C2.70005 11.6831 2.9836 11.9667 3.33338 11.9667H12.6667C13.0165 11.9667 13.3 11.6831 13.3 11.3333V4.66667C13.3 4.31689 13.0165 4.03333 12.6667 4.03333H3.33338ZM1.30005 4.66667C1.30005 3.54369 2.2104 2.63333 3.33338 2.63333H12.6667C13.7897 2.63333 14.7 3.54369 14.7 4.66667V11.3333C14.7 12.4563 13.7897 13.3667 12.6667 13.3667H3.33338C2.2104 13.3667 1.30005 12.4563 1.30005 11.3333V4.66667ZM3.96672 7.33333C3.96672 6.94673 4.28012 6.63333 4.66672 6.63333H6.00005C6.38665 6.63333 6.70005 6.94673 6.70005 7.33333C6.70005 7.71993 6.38665 8.03333 6.00005 8.03333H4.66672C4.28012 8.03333 3.96672 7.71993 3.96672 7.33333ZM7.96672 7.33333C7.96672 6.94673 8.28012 6.63333 8.66672 6.63333H11.3334C11.72 6.63333 12.0334 6.94673 12.0334 7.33333C12.0334 7.71993 11.72 8.03333 11.3334 8.03333H8.66672C8.28012 8.03333 7.96672 7.71993 7.96672 7.33333ZM3.96672 10C3.96672 9.6134 4.28012 9.3 4.66672 9.3H7.33338C7.71998 9.3 8.03338 9.6134 8.03338 10C8.03338 10.3866 7.71998 10.7 7.33338 10.7H4.66672C4.28012 10.7 3.96672 10.3866 3.96672 10ZM9.30005 10C9.30005 9.6134 9.61345 9.3 10 9.3H11.3334C11.72 9.3 12.0334 9.6134 12.0334 10C12.0334 10.3866 11.72 10.7 11.3334 10.7H10C9.61345 10.7 9.30005 10.3866 9.30005 10Z", + fill: "currentColor", + }), + }), + Zl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M0.838326 0.838358C1.11169 0.564991 1.55491 0.564991 1.82828 0.838358L3.82809 2.83817C3.82821 2.8383 3.82834 2.83842 3.82846 2.83854L7.82799 6.83807C7.82818 6.83826 7.82837 6.83845 7.82857 6.83865L13.1612 12.1713C13.1615 12.1716 13.1617 12.1718 13.162 12.1721L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L12.3767 13.3667H3.3333C2.79403 13.3667 2.27684 13.1524 1.89552 12.7711C1.51419 12.3898 1.29997 11.8726 1.29997 11.3333V4.66667C1.29997 4.12739 1.51419 3.61021 1.89552 3.22888C1.9532 3.1712 2.01399 3.11734 2.07749 3.06747L0.838326 1.82831C0.564959 1.55494 0.564959 1.11173 0.838326 0.838358ZM3.09138 4.08136C3.01509 4.11289 2.94497 4.15933 2.88547 4.21883C2.76669 4.3376 2.69997 4.4987 2.69997 4.66667V11.3333C2.69997 11.5013 2.76669 11.6624 2.88547 11.7812C3.00424 11.8999 3.16533 11.9667 3.3333 11.9667H10.9767L7.04335 8.03333H4.66663C4.28003 8.03333 3.96663 7.71993 3.96663 7.33333C3.96663 6.94673 4.28003 6.63333 4.66663 6.63333H5.64335L3.09138 4.08136ZM6.29997 3.33333C6.29997 2.94673 6.61337 2.63333 6.99997 2.63333H12.6666C13.2059 2.63333 13.7231 2.84756 14.1044 3.22888C14.4857 3.61021 14.7 4.12739 14.7 4.66667V10.3333C14.7 10.7199 14.3866 11.0333 14 11.0333C13.6134 11.0333 13.3 10.7199 13.3 10.3333V4.66667C13.3 4.4987 13.2332 4.33761 13.1145 4.21883C12.9957 4.10006 12.8346 4.03333 12.6666 4.03333H6.99997C6.61337 4.03333 6.29997 3.71993 6.29997 3.33333ZM10.3 7.33333C10.3 6.94673 10.6134 6.63333 11 6.63333H11.3333C11.7199 6.63333 12.0333 6.94673 12.0333 7.33333C12.0333 7.71993 11.7199 8.03333 11.3333 8.03333H11C10.6134 8.03333 10.3 7.71993 10.3 7.33333ZM3.96663 10C3.96663 9.6134 4.28003 9.3 4.66663 9.3H6.3333C6.7199 9.3 7.0333 9.6134 7.0333 10C7.0333 10.3866 6.7199 10.7 6.3333 10.7H4.66663C4.28003 10.7 3.96663 10.3866 3.96663 10Z", + fill: "currentColor", + }), + }), + Il = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.61937 3.61941C2.25075 2.98803 3.10707 2.63333 3.99997 2.63333H9.3333C10.2262 2.63333 11.0825 2.98803 11.7139 3.61941C12.3453 4.25078 12.7 5.1071 12.7 6V11.9667H13.9666V11.3333C13.9666 10.9467 14.28 10.6333 14.6666 10.6333C15.0532 10.6333 15.3666 10.9467 15.3666 11.3333V12.6667C15.3666 13.0533 15.0532 13.3667 14.6666 13.3667H7.24293C6.95762 14.1448 6.2103 14.7 5.3333 14.7C4.4563 14.7 3.70898 14.1448 3.42367 13.3667H2.66663C2.12736 13.3667 1.61017 13.1524 1.22885 12.7711C0.847526 12.3898 0.633301 11.8726 0.633301 11.3333V6C0.633301 5.1071 0.988002 4.25078 1.61937 3.61941ZM2.0333 9.36667V11.3333C2.0333 11.5013 2.10003 11.6624 2.2188 11.7812C2.33757 11.8999 2.49866 11.9667 2.66663 11.9667H3.42367C3.70898 11.1886 4.4563 10.6333 5.3333 10.6333C5.55443 10.6333 5.76732 10.6686 5.96663 10.7339V6C5.96663 5.6134 6.28003 5.3 6.66663 5.3H9.3333C9.7199 5.3 10.0333 5.6134 10.0333 6V11.9667H11.3V6C11.3 5.47841 11.0928 4.97818 10.7239 4.60936C10.3551 4.24053 9.85489 4.03333 9.3333 4.03333H3.99997C3.47837 4.03333 2.97815 4.24054 2.60932 4.60936C2.41131 4.80737 2.25988 5.04326 2.16209 5.3H3.99997C4.38657 5.3 4.69997 5.6134 4.69997 6V8.66667C4.69997 9.05327 4.38657 9.36667 3.99997 9.36667H2.0333ZM8.6333 11.9667V6.7H7.36663V11.9667H8.6333ZM5.96663 12.6667C5.96663 12.3169 5.68308 12.0333 5.3333 12.0333C4.98352 12.0333 4.69997 12.3169 4.69997 12.6667C4.69997 13.0164 4.98352 13.3 5.3333 13.3C5.68308 13.3 5.96663 13.0164 5.96663 12.6667ZM3.29997 6.7H2.0333V7.96667H3.29997V6.7Z", + fill: "currentColor", + }), + }), + kl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { d: "M13 6L8 11L3 6H13Z", fill: "currentColor" }), + }), + Ol = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.35328 5.73211C2.46162 5.47054 2.71687 5.29999 2.99999 5.29999H13C13.2831 5.29999 13.5384 5.47054 13.6467 5.73211C13.7551 5.99368 13.6952 6.29476 13.495 6.49496L8.49497 11.495C8.2216 11.7683 7.77839 11.7683 7.50502 11.495L2.50502 6.49496C2.30482 6.29476 2.24493 5.99368 2.35328 5.73211ZM4.68994 6.69999L7.99999 10.01L11.31 6.69999H4.68994Z", + fill: "currentColor", + }), + }), + Bl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.60724 2.63333H10.4376C10.8485 2.63735 11.2486 2.76582 11.5851 3.00176C11.9186 3.23565 12.1742 3.56428 12.3187 3.945L12.9186 5.42483L13.5051 4.83836C13.7784 4.56499 14.2217 4.56499 14.495 4.83836C14.7684 5.11173 14.7684 5.55494 14.495 5.82831L13.9226 6.40075C14.396 6.77304 14.7 7.35101 14.7 8V10.6667C14.7 11.5437 14.1448 12.291 13.3667 12.5763V13.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.5763C1.85527 12.291 1.30005 11.5437 1.30005 10.6667V8C1.30005 7.35101 1.6041 6.77304 2.07752 6.40075L1.50507 5.82831C1.23171 5.55494 1.23171 5.11173 1.50507 4.83836C1.77844 4.56499 2.22166 4.56499 2.49502 4.83836L3.07767 5.42101L3.68141 3.91147C3.6814 3.91149 3.68142 3.91144 3.68141 3.91147C3.83525 3.52672 4.103 3.19808 4.44875 2.96969C4.79206 2.74293 5.19601 2.62569 5.60724 2.63333ZM4.36725 5.96667L4.98133 4.43128C5.02925 4.31143 5.11267 4.209 5.22037 4.13786C5.32807 4.06672 5.45494 4.03019 5.58398 4.03315L5.60005 4.03333H10.4267C10.5537 4.03513 10.6773 4.07509 10.7813 4.14805C10.8861 4.22154 10.9662 4.32506 11.011 4.44497L11.018 4.46299L11.6276 5.96667H4.36725ZM3.33338 7.36667C2.9836 7.36667 2.70005 7.65022 2.70005 8V10.6667C2.70005 11.0164 2.9836 11.3 3.33338 11.3H12.6667C13.0165 11.3 13.3 11.0164 13.3 10.6667V8C13.3 7.65022 13.0165 7.36667 12.6667 7.36667H3.33338ZM3.96672 9.33333C3.96672 8.94673 4.28012 8.63333 4.66672 8.63333H4.67338C5.05998 8.63333 5.37338 8.94673 5.37338 9.33333C5.37338 9.71993 5.05998 10.0333 4.67338 10.0333H4.66672C4.28012 10.0333 3.96672 9.71993 3.96672 9.33333ZM10.6334 9.33333C10.6334 8.94673 10.9468 8.63333 11.3334 8.63333H11.34C11.7266 8.63333 12.04 8.94673 12.04 9.33333C12.04 9.71993 11.7266 10.0333 11.34 10.0333H11.3334C10.9468 10.0333 10.6334 9.71993 10.6334 9.33333Z", + fill: "currentColor", + }), + }), + Dl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.79972 4.90652C2.07595 4.44614 2.60332 3.96667 3.3333 3.96667H7.99997C8.6777 3.96667 9.22775 4.25913 9.63725 4.58673C9.65742 4.60286 9.67668 4.6201 9.69494 4.63836C10.0021 4.94549 10.3742 5.33458 10.6668 5.64396C10.8127 5.79817 10.9399 5.93373 11.0311 6.03118C11.0591 6.03752 11.0895 6.04442 11.1221 6.05186C11.311 6.09488 11.5753 6.15572 11.8775 6.22707C12.477 6.36863 13.234 6.55353 13.8463 6.72339C14.6628 6.93245 15.3666 7.72494 15.3666 8.66667V10.6667C15.3666 11.0257 15.2439 11.3794 14.9783 11.645C14.7127 11.9106 14.359 12.0333 14 12.0333H13.2429C12.9576 12.8114 12.2103 13.3667 11.3333 13.3667C10.4563 13.3667 9.70898 12.8114 9.42367 12.0333H6.57627C6.29095 12.8114 5.54363 13.3667 4.66663 13.3667C3.78963 13.3667 3.04231 12.8114 2.757 12.0333H1.99997C1.64089 12.0333 1.28727 11.9106 1.02166 11.645C0.756047 11.3794 0.633301 11.0257 0.633301 10.6667V8C0.633301 7.65056 0.69114 7.30353 0.804472 6.97297C0.813515 6.9466 0.824126 6.92079 0.836248 6.89568L1.76958 4.96234C1.77878 4.94329 1.78884 4.92466 1.79972 4.90652ZM2.757 10.6333C3.04231 9.85522 3.78963 9.3 4.66663 9.3C5.54363 9.3 6.29095 9.85522 6.57627 10.6333H9.42367C9.70898 9.85522 10.4563 9.3 11.3333 9.3C12.2103 9.3 12.9576 9.85522 13.2429 10.6333H13.9666V8.66667C13.9666 8.41218 13.7428 8.14058 13.4969 8.0791L13.4793 8.07446C12.8929 7.91158 12.1537 7.73078 11.5558 7.5896C11.2579 7.51928 10.9973 7.45929 10.8112 7.41689C10.7181 7.3957 10.6438 7.37892 10.5928 7.36747L10.5148 7.35001C10.3762 7.31921 10.2503 7.24701 10.1537 7.14298L10.1161 7.10257L10.0107 6.98967C9.9207 6.89352 9.79453 6.75907 9.64977 6.60604C9.36864 6.30884 9.02151 5.9459 8.73406 5.65743C8.48694 5.46637 8.24608 5.36667 7.99997 5.36667H3.3333C3.26598 5.36667 3.13464 5.41645 3.01461 5.6036L2.11674 7.46348C2.06147 7.63688 2.0333 7.81785 2.0333 8V10.6333H2.757ZM4.66663 10.7C4.31685 10.7 4.0333 10.9836 4.0333 11.3333C4.0333 11.6831 4.31685 11.9667 4.66663 11.9667C5.01641 11.9667 5.29997 11.6831 5.29997 11.3333C5.29997 10.9836 5.01641 10.7 4.66663 10.7ZM11.3333 10.7C10.9835 10.7 10.7 10.9836 10.7 11.3333C10.7 11.6831 10.9835 11.9667 11.3333 11.9667C11.6831 11.9667 11.9666 11.6831 11.9666 11.3333C11.9666 10.9836 11.6831 10.7 11.3333 10.7Z", + fill: "currentColor", + }), + }), + Pl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.96672 1.33333C5.96672 0.946734 6.28012 0.633333 6.66672 0.633333H9.33338C9.71998 0.633333 10.0334 0.946734 10.0334 1.33333C10.0334 1.71993 9.71998 2.03333 9.33338 2.03333H6.66672C6.28012 2.03333 5.96672 1.71993 5.96672 1.33333ZM5.60724 2.63333H10.4376C10.8485 2.63735 11.2486 2.76582 11.5851 3.00176C11.9186 3.23565 12.1742 3.56428 12.3187 3.945L12.9186 5.42483L13.5051 4.83836C13.7784 4.56499 14.2217 4.56499 14.495 4.83836C14.7684 5.11173 14.7684 5.55494 14.495 5.82831L13.9226 6.40075C14.396 6.77304 14.7 7.35101 14.7 8V10.6667C14.7 11.5437 14.1448 12.291 13.3667 12.5763V13.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.5763C1.85527 12.291 1.30005 11.5437 1.30005 10.6667V8C1.30005 7.35101 1.6041 6.77304 2.07752 6.40075L1.50507 5.82831C1.23171 5.55494 1.23171 5.11173 1.50507 4.83836C1.77844 4.56499 2.22166 4.56499 2.49502 4.83836L3.07767 5.42101L3.68141 3.91147C3.6814 3.91149 3.68142 3.91144 3.68141 3.91147C3.83525 3.52672 4.103 3.19808 4.44875 2.96969C4.79206 2.74293 5.19601 2.62569 5.60724 2.63333ZM4.36725 5.96667L4.98133 4.43128C5.02925 4.31143 5.11267 4.209 5.22037 4.13786C5.32807 4.06672 5.45494 4.03019 5.58398 4.03315L5.60005 4.03333H10.4267C10.5537 4.03513 10.6773 4.07509 10.7813 4.14805C10.8861 4.22154 10.9662 4.32506 11.011 4.44497L11.018 4.46299L11.6276 5.96667H4.36725ZM3.33338 7.36667C2.9836 7.36667 2.70005 7.65022 2.70005 8V10.6667C2.70005 11.0164 2.9836 11.3 3.33338 11.3H12.6667C13.0165 11.3 13.3 11.0164 13.3 10.6667V8C13.3 7.65022 13.0165 7.36667 12.6667 7.36667H3.33338ZM3.96672 9.33333C3.96672 8.94673 4.28012 8.63333 4.66672 8.63333H4.67338C5.05998 8.63333 5.37338 8.94673 5.37338 9.33333C5.37338 9.71993 5.05998 10.0333 4.67338 10.0333H4.66672C4.28012 10.0333 3.96672 9.71993 3.96672 9.33333ZM10.6334 9.33333C10.6334 8.94673 10.9468 8.63333 11.3334 8.63333H11.34C11.7266 8.63333 12.04 8.94673 12.04 9.33333C12.04 9.71993 11.7266 10.0333 11.34 10.0333H11.3334C10.9468 10.0333 10.6334 9.71993 10.6334 9.33333Z", + fill: "currentColor", + }), + }), + Fl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M9.33322 3.96667C9.71982 3.96667 10.0332 4.28007 10.0332 4.66667V5.633C10.4189 5.42075 10.8619 5.3 11.3332 5.3C12.8244 5.3 14.0332 6.50883 14.0332 8C14.0332 9.49117 12.8244 10.7 11.3332 10.7C10.8297 10.7 10.3583 10.5622 9.95485 10.3221C9.83827 10.5466 9.60366 10.7 9.33322 10.7C8.94662 10.7 8.63322 10.3866 8.63322 10V4.66667C8.63322 4.28007 8.94662 3.96667 9.33322 3.96667ZM10.0332 8C10.0332 8.71797 10.6152 9.3 11.3332 9.3C12.0512 9.3 12.6332 8.71797 12.6332 8C12.6332 7.28203 12.0512 6.7 11.3332 6.7C10.6152 6.7 10.0332 7.28203 10.0332 8ZM4.66655 6.7C3.94858 6.7 3.36655 7.28203 3.36655 8C3.36655 8.71797 3.94858 9.3 4.66655 9.3C5.38452 9.3 5.96655 8.71797 5.96655 8C5.96655 7.28203 5.38452 6.7 4.66655 6.7ZM6.04492 5.67786C5.64145 5.43784 5.1701 5.3 4.66655 5.3C3.17538 5.3 1.96655 6.50883 1.96655 8C1.96655 9.49117 3.17538 10.7 4.66655 10.7C5.1701 10.7 5.64144 10.5622 6.04492 10.3221C6.1615 10.5466 6.39612 10.7 6.66655 10.7C7.05315 10.7 7.36655 10.3866 7.36655 10V6C7.36655 5.6134 7.05315 5.3 6.66655 5.3C6.39612 5.3 6.1615 5.45336 6.04492 5.67786Z", + fill: "currentColor", + }), + }), + Ul = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66662 3.96667C4.93177 3.96667 5.17415 4.11647 5.29272 4.35362L7.28643 8.34102C7.29096 8.34964 7.29532 8.35836 7.29951 8.36718L7.95939 9.68695C8.13228 10.0327 7.99213 10.4532 7.64634 10.6261C7.30056 10.799 6.88008 10.6588 6.70719 10.313L6.234 9.36667H3.09925L2.62606 10.313C2.45316 10.6588 2.03269 10.799 1.68691 10.6261C1.34112 10.4532 1.20097 10.0327 1.37386 9.68695L2.03374 8.36718C2.03793 8.35836 2.04229 8.34964 2.04682 8.34102L4.04053 4.35362C4.1591 4.11647 4.40148 3.96667 4.66662 3.96667ZM3.79925 7.96667H5.534L4.66662 6.23191L3.79925 7.96667ZM12 6.7C11.282 6.7 10.7 7.28203 10.7 8C10.7 8.71797 11.282 9.3 12 9.3C12.7179 9.3 13.3 8.71797 13.3 8C13.3 7.28203 12.7179 6.7 12 6.7ZM13.3783 5.67786C12.9749 5.43784 12.5035 5.3 12 5.3C10.5088 5.3 9.29996 6.50883 9.29996 8C9.29996 9.49117 10.5088 10.7 12 10.7C12.5035 10.7 12.9749 10.5622 13.3783 10.3221C13.4949 10.5466 13.7295 10.7 14 10.7C14.3866 10.7 14.7 10.3866 14.7 10V6C14.7 5.6134 14.3866 5.3 14 5.3C13.7295 5.3 13.4949 5.45336 13.3783 5.67786Z", + fill: "currentColor", + }), + }), + Gl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.66667 3.96667C4.93181 3.96667 5.17419 4.11647 5.29277 4.35362L7.28647 8.34102C7.291 8.34964 7.29536 8.35836 7.29955 8.36718L7.95943 9.68695C8.13232 10.0327 7.99217 10.4532 7.64638 10.6261C7.3006 10.799 6.88013 10.6588 6.70723 10.313L6.23404 9.36667H3.09929L2.6261 10.313C2.45321 10.6588 2.03274 10.799 1.68695 10.6261C1.34117 10.4532 1.20101 10.0327 1.3739 9.68695L2.03378 8.36718C2.03797 8.35836 2.04233 8.34964 2.04687 8.34102L4.04057 4.35362C4.15914 4.11647 4.40153 3.96667 4.66667 3.96667ZM3.79929 7.96667H5.53404L4.66667 6.23191L3.79929 7.96667ZM9.3 4.66667C9.3 4.28007 9.6134 3.96667 10 3.96667H12.6667C13.2059 3.96667 13.7231 4.18089 14.1044 4.56222C14.4858 4.94354 14.7 5.46073 14.7 6C14.7 6.41096 14.5756 6.8091 14.3476 7.14405C14.3784 7.17133 14.4085 7.19961 14.4378 7.22888C14.8191 7.61021 15.0333 8.12739 15.0333 8.66667C15.0333 9.20594 14.8191 9.72313 14.4378 10.1045C14.0565 10.4858 13.5393 10.7 13 10.7H10C9.6134 10.7 9.3 10.3866 9.3 10V4.66667ZM10.7 8.03333V9.3H13C13.168 9.3 13.3291 9.23327 13.4478 9.1145C13.5666 8.99573 13.6333 8.83464 13.6333 8.66667C13.6333 8.4987 13.5666 8.33761 13.4478 8.21883C13.3291 8.10006 13.168 8.03333 13 8.03333H10.7ZM12.6667 6.63333H10.7V5.36667H12.6667C12.8346 5.36667 12.9957 5.43339 13.1145 5.55217C13.2333 5.67094 13.3 5.83203 13.3 6C13.3 6.16797 13.2333 6.32906 13.1145 6.44783C12.9957 6.56661 12.8346 6.63333 12.6667 6.63333Z", + fill: "currentColor", + }), + }), + zl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66667 3.36667C2.31689 3.36667 2.03333 3.65022 2.03333 4V12C2.03333 12.3498 2.31689 12.6333 2.66667 12.6333H3.44886L3.78471 11.2419C3.86707 10.8751 4.0735 10.5478 4.36927 10.3154C4.66482 10.0832 5.03136 9.96008 5.40699 9.96667H10.5875C10.9451 9.95546 11.2967 10.062 11.588 10.2701C11.8839 10.4814 12.1008 10.7854 12.2043 11.1339C12.2083 11.1473 12.2119 11.1607 12.215 11.1743L12.5555 12.6333H13.3333C13.6831 12.6333 13.9667 12.3498 13.9667 12V4C13.9667 3.65022 13.6831 3.36667 13.3333 3.36667H2.66667ZM12.0142 14.0333H13.3333C14.4563 14.0333 15.3667 13.123 15.3667 12V4C15.3667 2.87702 14.4563 1.96667 13.3333 1.96667H2.66667C1.54369 1.96667 0.633333 2.87702 0.633333 4V12C0.633333 13.123 1.54369 14.0333 2.66667 14.0333H3.9856C3.99561 14.0335 4.00559 14.0335 4.01553 14.0333H11.9846C11.9944 14.0335 12.0043 14.0335 12.0142 14.0333ZM11.1179 12.6333L10.858 11.5195C10.8419 11.4753 10.8128 11.4368 10.7743 11.4093C10.732 11.3791 10.6809 11.3639 10.629 11.3661C10.6193 11.3665 10.6097 11.3667 10.6 11.3667H5.4L5.38378 11.3665C5.32966 11.3652 5.27678 11.3828 5.23422 11.4163C5.19165 11.4497 5.16203 11.4969 5.15045 11.5498L5.14712 11.5642L4.88907 12.6333H11.1179ZM5.33333 6.03333C4.98355 6.03333 4.7 6.31689 4.7 6.66667C4.7 7.01645 4.98355 7.3 5.33333 7.3C5.68311 7.3 5.96667 7.01645 5.96667 6.66667C5.96667 6.31689 5.68311 6.03333 5.33333 6.03333ZM7.26609 7.3C7.33137 7.10069 7.36667 6.8878 7.36667 6.66667C7.36667 5.54369 6.45631 4.63333 5.33333 4.63333C4.21035 4.63333 3.3 5.54369 3.3 6.66667C3.3 7.78965 4.21035 8.7 5.33333 8.7H10.6667C11.7896 8.7 12.7 7.78965 12.7 6.66667C12.7 5.54369 11.7896 4.63333 10.6667 4.63333C9.54369 4.63333 8.63333 5.54369 8.63333 6.66667C8.63333 6.8878 8.66863 7.10069 8.7339 7.3H7.26609ZM10.6667 7.3C11.0164 7.3 11.3 7.01645 11.3 6.66667C11.3 6.31689 11.0164 6.03333 10.6667 6.03333C10.3169 6.03333 10.0333 6.31689 10.0333 6.66667C10.0333 7.01645 10.3169 7.3 10.6667 7.3Z", + fill: "currentColor", + }), + }), + $l = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.66667 3.36667C2.4987 3.36667 2.33761 3.43339 2.21883 3.55217C2.10006 3.67094 2.03333 3.83203 2.03333 4V5.33333C2.03333 5.71993 1.71993 6.03333 1.33333 6.03333C0.946735 6.03333 0.633334 5.71993 0.633334 5.33333V4C0.633334 3.46073 0.847559 2.94354 1.22888 2.56222C1.61021 2.18089 2.12739 1.96667 2.66667 1.96667H13.3333C13.8726 1.96667 14.3898 2.18089 14.7711 2.56222C15.1524 2.94354 15.3667 3.46073 15.3667 4V12C15.3667 12.5393 15.1524 13.0565 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H9.33333C8.94673 14.0333 8.63333 13.7199 8.63333 13.3333C8.63333 12.9467 8.94673 12.6333 9.33333 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7812 12.4478C13.8999 12.3291 13.9667 12.168 13.9667 12V4C13.9667 3.83203 13.8999 3.67094 13.7812 3.55217C13.6624 3.43339 13.5013 3.36667 13.3333 3.36667H2.66667ZM0.637243 7.92613C0.678039 7.54169 1.02276 7.26311 1.4072 7.30391C2.93136 7.46565 4.35399 8.14509 5.43778 9.22888C6.52158 10.3127 7.20101 11.7353 7.36276 13.2595C7.40356 13.6439 7.12498 13.9886 6.74054 14.0294C6.3561 14.0702 6.01137 13.7916 5.97058 13.4072C5.84263 12.2015 5.30517 11.0762 4.44783 10.2188C3.5905 9.3615 2.46514 8.82404 1.25946 8.69609C0.875024 8.65529 0.596446 8.31057 0.637243 7.92613ZM0.645167 10.5385C0.715952 10.1584 1.08144 9.90772 1.4615 9.9785C2.26224 10.1276 2.99907 10.5157 3.57501 11.0917C4.15096 11.6676 4.53903 12.4044 4.68817 13.2052C4.75895 13.5852 4.50823 13.9507 4.12817 14.0215C3.7481 14.0923 3.38262 13.8416 3.31183 13.4615C3.21447 12.9387 2.9611 12.4576 2.58506 12.0816C2.20903 11.7056 1.72797 11.4522 1.20517 11.3548C0.825103 11.284 0.574383 10.9186 0.645167 10.5385ZM0.633334 13.3333C0.633334 12.9467 0.946735 12.6333 1.33333 12.6333H1.34C1.7266 12.6333 2.04 12.9467 2.04 13.3333C2.04 13.7199 1.7266 14.0333 1.34 14.0333H1.33333C0.946735 14.0333 0.633334 13.7199 0.633334 13.3333Z", + fill: "currentColor", + }), + }), + Wl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4 0.633335C4.3866 0.633335 4.7 0.946736 4.7 1.33334V1.96667H5.96666V1.33334C5.96666 0.946736 6.28006 0.633335 6.66666 0.633335C7.05326 0.633335 7.36666 0.946736 7.36666 1.33334V1.96667H8.63333V1.33334C8.63333 0.946736 8.94673 0.633335 9.33333 0.633335C9.71993 0.633335 10.0333 0.946736 10.0333 1.33334V1.96667H11.3V1.33334C11.3 0.946736 11.6134 0.633335 12 0.633335C12.3866 0.633335 12.7 0.946736 12.7 1.33334V6.63333H13.9667V6C13.9667 5.6134 14.2801 5.3 14.6667 5.3C15.0533 5.3 15.3667 5.6134 15.3667 6V13.3333C15.3667 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3667 13.3333 15.3667H2.66666C2.12739 15.3667 1.6102 15.1524 1.22888 14.7711C0.847557 14.3898 0.633331 13.8726 0.633331 13.3333V6C0.633331 5.6134 0.946732 5.3 1.33333 5.3C1.71993 5.3 2.03333 5.6134 2.03333 6V6.63333H3.3V1.33334C3.3 0.946736 3.6134 0.633335 4 0.633335ZM2.03333 8.03333V13.3333C2.03333 13.5013 2.10006 13.6624 2.21883 13.7812C2.3376 13.8999 2.49869 13.9667 2.66666 13.9667H5.3V12C5.3 11.2839 5.58446 10.5972 6.09081 10.0908C6.59716 9.58446 7.28391 9.3 8 9.3C8.71608 9.3 9.40284 9.58446 9.90919 10.0908C10.4155 10.5972 10.7 11.2839 10.7 12V13.9667H13.3333C13.5013 13.9667 13.6624 13.8999 13.7812 13.7812C13.8999 13.6624 13.9667 13.5013 13.9667 13.3333V8.03333H2.03333ZM11.3 6.63333H4.7V3.36667H11.3V6.63333ZM9.3 13.9667V12C9.3 11.6552 9.16303 11.3246 8.91924 11.0808C8.67544 10.837 8.34478 10.7 8 10.7C7.65522 10.7 7.32456 10.837 7.08076 11.0808C6.83696 11.3246 6.7 11.6552 6.7 12V13.9667H9.3Z", + fill: "currentColor", + }), + }), + jl = (e) => + yt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: [ + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33334 8.63333C5.71994 8.63333 6.03334 8.94673 6.03334 9.33333V9.66667C6.03334 10.0533 5.71994 10.3667 5.33334 10.3667C4.94674 10.3667 4.63334 10.0533 4.63334 9.66667V9.33333C4.63334 8.94673 4.94674 8.63333 5.33334 8.63333Z", + fill: "currentColor", }), - 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", + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M10.6667 8.63333C11.0533 8.63333 11.3667 8.94673 11.3667 9.33333V9.66667C11.3667 10.0533 11.0533 10.3667 10.6667 10.3667C10.2801 10.3667 9.96667 10.0533 9.96667 9.66667V9.33333C9.96667 8.94673 10.2801 8.63333 10.6667 8.63333Z", + fill: "currentColor", }), - 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", + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.85329 10.5655C6.96163 10.3039 7.21688 10.1333 7.5 10.1333H8.5C8.78313 10.1333 9.03837 10.3039 9.14672 10.5655C9.25507 10.827 9.19518 11.1281 8.99498 11.3283L8.49498 11.8283C8.22161 12.1017 7.7784 12.1017 7.50503 11.8283L7.00503 11.3283C6.80483 11.1281 6.74494 10.827 6.85329 10.5655Z", + fill: "currentColor", }), - 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", + Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M6.92187 2.73305C6.34458 2.18431 5.58801 1.75455 4.82658 1.48904C3.93862 1.17942 2.91815 1.05031 2.07425 1.33726C1.72033 1.45761 1.5538 1.74981 1.47953 1.93313C1.40051 2.1282 1.36501 2.34418 1.34778 2.53984C1.31273 2.93796 1.33997 3.4273 1.39679 3.92012C1.49717 4.79084 1.70397 5.78725 1.9277 6.54767C1.58999 7.1784 1.29312 8.03783 1.29312 9.13163C1.29312 11.6744 3.61616 14.713 7.99654 14.719C7.99895 14.719 8.00135 14.719 8.00375 14.719C8.00569 14.719 8.00763 14.719 8.00957 14.719C12.3899 14.713 14.713 11.6744 14.713 9.13163C14.713 8.03783 14.4161 7.1784 14.0784 6.54768C14.3021 5.78725 14.5089 4.79084 14.6093 3.92012C14.6661 3.4273 14.6934 2.93796 14.6583 2.53984C14.6411 2.34418 14.6056 2.1282 14.5266 1.93313C14.4523 1.74981 14.2858 1.45761 13.9319 1.33727C13.088 1.05031 12.0675 1.17942 11.1795 1.48905C10.4181 1.75455 9.66153 2.18431 9.08424 2.73305C9.07242 2.73095 9.0604 2.72886 9.04818 2.72677C8.78288 2.68143 8.41411 2.63652 8.00312 2.64087C7.59207 2.63651 7.22326 2.68142 6.95793 2.72677C6.94571 2.72886 6.93369 2.73095 6.92187 2.73305ZM8.00306 3.81645L7.99998 4.04093C7.69109 4.0367 7.40474 4.07071 7.19378 4.10676C7.0893 4.12462 7.00585 4.14253 6.95043 4.15546C6.92278 4.16191 6.90228 4.16707 6.88984 4.1703L6.87737 4.1736C6.87693 4.17372 6.87659 4.17382 6.87635 4.17388C6.8761 4.17395 6.87639 4.17387 6.87635 4.17388L6.44689 4.29557L6.15545 3.95555C5.75384 3.48701 5.09063 3.06378 4.36564 2.81098C3.74579 2.59485 3.17117 2.53391 2.74811 2.60699C2.74606 2.62419 2.74414 2.64272 2.74239 2.66262C2.71953 2.92222 2.73493 3.30309 2.78758 3.75979C2.89214 4.66685 3.1259 5.72796 3.35152 6.41233L3.45351 6.7217L3.28251 6.99896C2.99085 7.47183 2.69312 8.17349 2.69312 9.13163C2.69312 10.8437 4.33167 13.3163 8.00365 13.319C11.6748 13.3158 13.313 10.8435 13.313 9.13163C13.313 8.17349 13.0153 7.47183 12.7236 6.99896L12.5526 6.7217L12.6546 6.41233C12.8802 5.72796 13.114 4.66685 13.2185 3.75979C13.2712 3.3031 13.2866 2.92222 13.2637 2.66262C13.262 2.64272 13.26 2.62419 13.258 2.60699C12.8349 2.53391 12.2603 2.59485 11.6405 2.81099C10.9155 3.06378 10.2523 3.48702 9.85066 3.95555L9.55922 4.29557L9.1302 4.174C9.12996 4.17394 9.12917 4.17372 9.12874 4.1736L9.11627 4.17031C9.10383 4.16707 9.08333 4.16191 9.05568 4.15546C9.00026 4.14254 8.91681 4.12462 8.81233 4.10676C8.60137 4.07071 8.31502 4.0367 8.00613 4.04093L8.00306 3.81645Z", + fill: "currentColor", }), - ), - ), - 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 - ); + ], + }), + ql = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.29025 3.363C4.12694 3.35114 3.96289 3.37156 3.80748 3.4231C3.65207 3.47464 3.50833 3.55629 3.38448 3.66339C3.26107 3.77009 3.15982 3.89998 3.08644 4.04568L2.16654 5.90549C2.01952 6.20059 1.99537 6.5419 2.09939 6.85475C2.20333 7.16739 2.4268 7.42615 2.72094 7.57452L9.0204 10.7273L9.64125 9.48558C9.64524 9.47718 9.6494 9.46884 9.65374 9.46059L10.5338 7.7005C10.538 7.69169 10.5423 7.68297 10.5469 7.67437L11.061 6.64614L4.76004 3.49265C4.6137 3.41918 4.45355 3.37487 4.29025 3.363ZM9.95942 11.9797L10.3799 11.1388L11.764 13.0739C11.9068 13.2735 12.1436 13.3838 12.3883 13.3645C12.633 13.3452 12.8497 13.1992 12.9594 12.9797L15.2928 8.31305C15.4013 8.09606 15.3897 7.83836 15.2621 7.63199C15.1346 7.42562 14.9093 7.3 14.6667 7.3H12.2993L12.6261 6.64638C12.7989 6.30069 12.6589 5.88033 12.3133 5.70736L5.38696 2.24086C5.07642 2.08503 4.73824 1.99186 4.3917 1.96668C4.045 1.94149 3.69674 1.98484 3.3668 2.09426C3.03686 2.20368 2.7317 2.37703 2.46876 2.60439C2.20582 2.83176 1.99023 3.1087 1.83433 3.41939L0.913448 5.28118L0.912971 5.28213C0.601268 5.9084 0.550175 6.63261 0.770891 7.29645C0.991719 7.96064 1.46665 8.5103 2.09176 8.82517L2.09337 8.82598L5.05661 10.309L4.64623 11.1937C4.44171 11.6346 4.00835 11.9245 3.5228 11.9454L2.03333 12.0095V11.3333C2.03333 10.9467 1.71993 10.6333 1.33333 10.6333C0.946732 10.6333 0.633331 10.9467 0.633331 11.3333V14C0.633331 14.3866 0.946732 14.7 1.33333 14.7C1.71993 14.7 2.03333 14.3866 2.03333 14V13.4108L3.58296 13.3441C4.59142 13.3007 5.49147 12.6985 5.91623 11.7828L6.30911 10.9359L9.02003 12.2926C9.1861 12.3758 9.37838 12.3895 9.55456 12.3308C9.73074 12.2721 9.87638 12.1458 9.95942 11.9797ZM12.2268 11.3145L11.088 9.72247L11.5993 8.7H13.534L12.2268 11.3145ZM4.66667 5.3C4.28008 5.3 3.96667 5.6134 3.96667 6C3.96667 6.3866 4.28008 6.7 4.66667 6.7H4.67334C5.05994 6.7 5.37334 6.3866 5.37334 6C5.37334 5.6134 5.05994 5.3 4.67334 5.3H4.66667Z", + 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); - } + }), + Yl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M12.495 3.50502C12.7683 3.77839 12.7683 4.22161 12.495 4.49497L5.16164 11.8283C4.88827 12.1017 4.44506 12.1017 4.17169 11.8283L0.838357 8.49497C0.56499 8.22161 0.56499 7.77839 0.838357 7.50502C1.11172 7.23166 1.55494 7.23166 1.82831 7.50502L4.66666 10.3434L11.505 3.50502C11.7784 3.23166 12.2216 3.23166 12.495 3.50502ZM15.1616 6.17169C15.435 6.44506 15.435 6.88827 15.1616 7.16164L10.1616 12.1616C9.88827 12.435 9.44506 12.435 9.17169 12.1616L8.17169 11.1616C7.89832 10.8883 7.89832 10.4451 8.17169 10.1717C8.44506 9.89832 8.88827 9.89832 9.16164 10.1717L9.66666 10.6767L14.1717 6.17169C14.4451 5.89832 14.8883 5.89832 15.1616 6.17169Z", + 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); - }); + }), + Kl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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", + 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", { + }), + Xl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M5.78203 1.9619C6.44051 1.52835 7.21162 1.29729 8.00001 1.29729C8.78841 1.29729 9.55952 1.52835 10.218 1.9619C10.7405 2.30594 11.174 2.76551 11.4863 3.3025C12.1062 3.33011 12.71 3.52877 13.2285 3.88109C13.8849 4.32705 14.3627 4.99055 14.5775 5.75448C14.7923 6.51842 14.7304 7.33367 14.4026 8.05638C14.0748 8.77909 13.5023 9.36279 12.7861 9.70446L12.4847 9.07272L12.7872 9.7039C12.7452 9.72405 12.7178 9.74989 12.7049 9.76754C12.7026 9.77069 12.701 9.77312 12.7 9.77486V13.3333C12.7 13.6958 12.556 14.0434 12.2997 14.2997C12.0434 14.556 11.6958 14.7 11.3333 14.7H4.66668C4.30422 14.7 3.9566 14.556 3.7003 14.2997C3.444 14.0434 3.30001 13.6958 3.30001 13.3333V9.77468C3.29899 9.77293 3.29744 9.7705 3.29515 9.76737C3.28216 9.74958 3.25463 9.72359 3.21251 9.7031C2.49735 9.36101 1.92584 8.77751 1.59867 8.05538C1.27135 7.33292 1.20961 6.51809 1.42434 5.75456C1.63908 4.99102 2.11648 4.32782 2.7724 3.88188C3.29061 3.52956 3.89395 3.33072 4.51353 3.30276C4.82593 2.76566 5.25941 2.306 5.78203 1.9619ZM4.70001 12.0333V13.3H11.3V12.0333H4.70001ZM11.3 10.6333H4.70001V9.766C4.70001 9.12044 4.26214 8.65478 3.81916 8.44136L3.8172 8.44043C3.39917 8.24063 3.0651 7.89966 2.8739 7.47762C2.68269 7.05559 2.64662 6.5796 2.77206 6.13358C2.8975 5.68756 3.17638 5.30014 3.55954 5.03964C3.9427 4.77914 4.40552 4.66228 4.86642 4.70966C5.17074 4.74095 5.46013 4.57099 5.58103 4.28996C5.78445 3.81713 6.12199 3.41427 6.55191 3.13121C6.98182 2.84815 7.48528 2.69729 8.00001 2.69729C8.51475 2.69729 9.0182 2.84815 9.44812 3.13121C9.87804 3.41427 10.2156 3.81713 10.419 4.28996C10.54 4.57115 10.8296 4.74112 11.1341 4.70961C11.5952 4.66189 12.0583 4.77859 12.4417 5.0391C12.8252 5.29962 13.1043 5.6872 13.2298 6.13346C13.3552 6.57972 13.3191 7.05596 13.1276 7.47813C12.9361 7.90031 12.6017 8.24128 12.1833 8.44087L12.1821 8.44143C11.7375 8.65456 11.3 9.12085 11.3 9.76667V10.6333Z", 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", { + }), + Ql = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M7.31616 1.18394C7.38638 0.862487 7.671 0.633335 8.00003 0.633335C10.0954 0.633335 11.9139 1.4887 13.2036 2.54199C13.8495 3.06944 14.3776 3.65818 14.7494 4.23736C15.111 4.80067 15.3667 5.42083 15.3667 6C15.3667 6.3866 15.0533 6.7 14.6667 6.7C13.31 6.7 12.1298 6.3784 11.0638 5.73266C11.2743 6.2497 11.4642 6.76365 11.6186 7.2514C11.7251 7.58753 11.8179 7.92098 11.8886 8.24116C12.0981 8.17443 12.3105 8.13563 12.5238 8.12539C13.0843 8.09848 13.5995 8.2716 14.0259 8.56951C14.8644 9.15528 15.3667 10.2183 15.3667 11.3333C15.3667 12.403 14.9418 13.4289 14.1854 14.1853C13.429 14.9417 12.4031 15.3667 11.3334 15.3667C10.2637 15.3667 9.23776 14.9417 8.48136 14.1853C8.30183 14.0058 8.14097 13.8111 8.00003 13.6042C7.85909 13.8111 7.69823 14.0058 7.51869 14.1853C6.7623 14.9417 5.7364 15.3667 4.66669 15.3667C3.59699 15.3667 2.57109 14.9417 1.8147 14.1853C1.0583 13.4289 0.633362 12.403 0.633362 11.3333C0.633362 10.2183 1.13571 9.15528 1.97412 8.56951C2.40053 8.2716 2.91578 8.09848 3.4763 8.12539C3.84765 8.14321 4.2163 8.24764 4.57195 8.43538C5.3193 7.59574 5.87357 6.44077 6.29817 5.19286C6.72322 3.94361 6.9957 2.67423 7.21779 1.63962C7.25163 1.48198 7.2843 1.32978 7.31616 1.18394ZM6.48206 8.17901C6.8013 8.25033 7.09708 8.38633 7.35927 8.56951C7.60249 8.73944 7.81743 8.94954 8.00003 9.18942C8.18262 8.94954 8.39756 8.73944 8.64079 8.56951C9.06719 8.2716 9.58244 8.09848 10.143 8.12539C10.2375 8.12993 10.3318 8.14008 10.4258 8.15578C10.3845 8.00287 10.3371 7.84204 10.2839 7.67402C10.0661 6.98623 9.76503 6.22274 9.42708 5.46276C9.06824 4.6558 8.67504 3.86869 8.30738 3.1959C8.12817 3.96362 7.90788 4.80816 7.62355 5.64381C7.33185 6.50114 6.96315 7.38009 6.48206 8.17901ZM9.40863 2.19208C10.5396 2.44809 11.5371 2.98851 12.3181 3.62634C12.8631 4.0714 13.2879 4.55224 13.5713 4.99368C13.6242 5.07619 13.671 5.15524 13.712 5.23058C12.8439 5.09828 12.0886 4.77703 11.3871 4.26773C10.7051 3.77254 10.0582 3.08801 9.40863 2.19208ZM8.70003 11.3333C8.70003 12.0317 8.97747 12.7015 9.47131 13.1954C9.96516 13.6892 10.635 13.9667 11.3334 13.9667C12.0318 13.9667 12.7016 13.6892 13.1954 13.1954C13.6893 12.7015 13.9667 12.0317 13.9667 11.3333C13.9667 10.6083 13.6357 10.0047 13.2241 9.71716C13.0255 9.57841 12.8116 9.51318 12.5909 9.52378C12.3702 9.53437 12.0912 9.6235 11.7706 9.87994C11.515 10.0845 11.1517 10.0845 10.8961 9.87994C10.5755 9.6235 10.2966 9.53437 10.0758 9.52378C9.85511 9.51318 9.6412 9.57841 9.4426 9.71716C9.03102 10.0047 8.70003 10.6083 8.70003 11.3333ZM7.30003 11.3333C7.30003 10.6083 6.96904 10.0047 6.55745 9.71716C6.35886 9.57841 6.14494 9.51318 5.92421 9.52378C5.70349 9.53437 5.42454 9.6235 5.10398 9.87994C4.84833 10.0845 4.48506 10.0845 4.22941 9.87994C3.90885 9.6235 3.6299 9.53437 3.40918 9.52378C3.18845 9.51318 2.97453 9.57841 2.77594 9.71716C2.36435 10.0047 2.03336 10.6083 2.03336 11.3333C2.03336 12.0317 2.3108 12.7015 2.80465 13.1954C3.29849 13.6892 3.96829 13.9667 4.66669 13.9667C5.3651 13.9667 6.0349 13.6892 6.52874 13.1954C7.02259 12.7015 7.30003 12.0317 7.30003 11.3333Z", 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", { + }), + Jl = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "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", }), - ), - 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", { + }), + ea = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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.66667 3.3C5.05327 3.3 5.36667 3.6134 5.36667 4V12C5.36667 12.3866 5.05327 12.7 4.66667 12.7C4.28008 12.7 3.96667 12.3866 3.96667 12V4C3.96667 3.6134 4.28008 3.3 4.66667 3.3ZM10.8384 3.50502C11.1117 3.23166 11.5549 3.23166 11.8283 3.50502C12.1017 3.77839 12.1017 4.22161 11.8283 4.49497L8.32329 8L11.8283 11.505C12.1017 11.7784 12.1017 12.2216 11.8283 12.495C11.5549 12.7683 11.1117 12.7683 10.8384 12.495L6.83837 8.49497C6.565 8.22161 6.565 7.77839 6.83837 7.50502L10.8384 3.50502Z", 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", { + }), + ta = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M4.1717 3.50502C4.44507 3.23166 4.88828 3.23166 5.16165 3.50502L9.16165 7.50502C9.43502 7.77839 9.43502 8.22161 9.16165 8.49497L5.16165 12.495C4.88828 12.7683 4.44507 12.7683 4.1717 12.495C3.89833 12.2216 3.89833 11.7784 4.1717 11.505L7.67673 8L4.1717 4.49497C3.89833 4.22161 3.89833 3.77839 4.1717 3.50502ZM11.3333 3.3C11.7199 3.3 12.0333 3.6134 12.0333 4V12C12.0333 12.3866 11.7199 12.7 11.3333 12.7C10.9467 12.7 10.6333 12.3866 10.6333 12V4C10.6333 3.6134 10.9467 3.3 11.3333 3.3Z", 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", { + }), + na = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "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", fill: "currentColor", }), - e.createElement("path", { + }), + ra = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M5.50501 3.50502C5.77838 3.23166 6.2216 3.23166 6.49496 3.50502L10.495 7.50502C10.7683 7.77839 10.7683 8.22161 10.495 8.49497L6.49496 12.495C6.2216 12.7683 5.77838 12.7683 5.50501 12.495C5.23165 12.2216 5.23165 11.7784 5.50501 11.505L9.01004 8L5.50501 4.49497C5.23165 4.22161 5.23165 3.77839 5.50501 3.50502Z", fill: "currentColor", }), - e.createElement("path", { + }), + oa = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M4.1717 3.50502C4.44507 3.23166 4.88828 3.23166 5.16165 3.50502L8.00001 6.34338L10.8384 3.50502C11.1117 3.23166 11.5549 3.23166 11.8283 3.50502C12.1017 3.77839 12.1017 4.22161 11.8283 4.49497L8.49498 7.82831C8.36371 7.95958 8.18566 8.03333 8.00001 8.03333C7.81436 8.03333 7.63631 7.95958 7.50503 7.82831L4.1717 4.49497C3.89833 4.22161 3.89833 3.77839 4.1717 3.50502ZM4.1717 8.17169C4.44507 7.89832 4.88828 7.89832 5.16165 8.17169L8.00001 11.01L10.8384 8.17169C11.1117 7.89832 11.5549 7.89832 11.8283 8.17169C12.1017 8.44506 12.1017 8.88827 11.8283 9.16164L8.49498 12.495C8.36371 12.6262 8.18566 12.7 8.00001 12.7C7.81436 12.7 7.63631 12.6262 7.50503 12.495L4.1717 9.16164C3.89833 8.88827 3.89833 8.44506 4.1717 8.17169Z", 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, + }), + ia = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.1717 2.17169C4.44507 1.89833 4.88828 1.89833 5.16165 2.17169L8.00001 5.01005L10.8384 2.17169C11.1117 1.89833 11.5549 1.89833 11.8283 2.17169C12.1017 2.44506 12.1017 2.88827 11.8283 3.16164L8.49498 6.49498C8.36371 6.62625 8.18566 6.7 8.00001 6.7C7.81436 6.7 7.63631 6.62625 7.50503 6.49498L4.1717 3.16164C3.89833 2.88827 3.89833 2.44506 4.1717 2.17169ZM8.00001 9.3C8.18566 9.3 8.36371 9.37375 8.49498 9.50503L11.8283 12.8384C12.1017 13.1117 12.1017 13.5549 11.8283 13.8283C11.5549 14.1017 11.1117 14.1017 10.8384 13.8283L8.00001 10.99L5.16165 13.8283C4.88828 14.1017 4.44507 14.1017 4.1717 13.8283C3.89833 13.5549 3.89833 13.1117 4.1717 12.8384L7.50503 9.50503C7.63631 9.37375 7.81436 9.3 8.00001 9.3Z", + 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", { + }), + la = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M7.82836 4.17169C8.10172 4.44506 8.10172 4.88827 7.82836 5.16164L4.99 8L7.82836 10.8384C8.10172 11.1117 8.10172 11.5549 7.82836 11.8283C7.55499 12.1017 7.11177 12.1017 6.83841 11.8283L3.50507 8.49498C3.3738 8.3637 3.30005 8.18565 3.30005 8C3.30005 7.81435 3.3738 7.6363 3.50507 7.50503L6.83841 4.17169C7.11177 3.89833 7.55499 3.89833 7.82836 4.17169ZM12.495 4.17169C12.7684 4.44506 12.7684 4.88827 12.495 5.16164L9.65666 8L12.495 10.8384C12.7684 11.1117 12.7684 11.5549 12.495 11.8283C12.2217 12.1017 11.7784 12.1017 11.5051 11.8283L8.17174 8.49498C8.04047 8.3637 7.96672 8.18565 7.96672 8C7.96672 7.81435 8.04047 7.6363 8.17174 7.50503L11.5051 4.17169C11.7784 3.89833 12.2217 3.89833 12.495 4.17169Z", 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", { + }), + aa = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M6.49498 4.17169C6.76835 4.44506 6.76835 4.88827 6.49498 5.16164L3.65662 8L6.49498 10.8384C6.76835 11.1117 6.76835 11.5549 6.49498 11.8283C6.22162 12.1017 5.7784 12.1017 5.50503 11.8283L2.1717 8.49498C2.04042 8.3637 1.96667 8.18565 1.96667 8C1.96667 7.81435 2.04042 7.6363 2.1717 7.50503L5.50503 4.17169C5.7784 3.89833 6.22162 3.89833 6.49498 4.17169ZM9.50503 4.17169C9.7784 3.89833 10.2216 3.89833 10.495 4.17169L13.8283 7.50503C13.9596 7.6363 14.0333 7.81435 14.0333 8C14.0333 8.18565 13.9596 8.3637 13.8283 8.49498L10.495 11.8283C10.2216 12.1017 9.7784 12.1017 9.50503 11.8283C9.23167 11.5549 9.23167 11.1117 9.50503 10.8384L12.3434 8L9.50503 5.16164C9.23167 4.88827 9.23167 4.44506 9.50503 4.17169Z", 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", { + }), + Ca = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M3.50507 4.17169C3.77844 3.89833 4.22166 3.89833 4.49502 4.17169L7.82836 7.50503C7.95963 7.6363 8.03338 7.81435 8.03338 8C8.03338 8.18565 7.95963 8.3637 7.82836 8.49498L4.49502 11.8283C4.22166 12.1017 3.77844 12.1017 3.50507 11.8283C3.23171 11.5549 3.23171 11.1117 3.50507 10.8384L6.34343 8L3.50507 5.16164C3.23171 4.88827 3.23171 4.44506 3.50507 4.17169ZM8.17174 4.17169C8.44511 3.89833 8.88832 3.89833 9.16169 4.17169L12.495 7.50503C12.6263 7.6363 12.7 7.81435 12.7 8C12.7 8.18565 12.6263 8.3637 12.495 8.49498L9.16169 11.8283C8.88832 12.1017 8.44511 12.1017 8.17174 11.8283C7.89837 11.5549 7.89837 11.1117 8.17174 10.8384L11.0101 8L8.17174 5.16164C7.89837 4.88827 7.89837 4.44506 8.17174 4.17169Z", 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", { + }), + sa = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M2.1717 4.17169C2.44507 3.89833 2.88828 3.89833 3.16165 4.17169L6.49498 7.50503C6.62626 7.6363 6.70001 7.81435 6.70001 8C6.70001 8.18565 6.62626 8.3637 6.49498 8.49498L3.16165 11.8283C2.88828 12.1017 2.44507 12.1017 2.1717 11.8283C1.89833 11.5549 1.89833 11.1117 2.1717 10.8384L5.01006 8L2.1717 5.16164C1.89833 4.88827 1.89833 4.44506 2.1717 4.17169ZM13.8283 4.17169C14.1017 4.44506 14.1017 4.88827 13.8283 5.16164L10.99 8L13.8283 10.8384C14.1017 11.1117 14.1017 11.5549 13.8283 11.8283C13.5549 12.1017 13.1117 12.1017 12.8384 11.8283L9.50503 8.49498C9.37376 8.3637 9.30001 8.18565 9.30001 8C9.30001 7.81435 9.37376 7.6363 9.50503 7.50503L12.8384 4.17169C13.1117 3.89833 13.5549 3.89833 13.8283 4.17169Z", 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); - }); + }), + ca = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.00001 1.96667C8.18566 1.96667 8.36371 2.04042 8.49498 2.17169L11.8283 5.50503C12.1017 5.77839 12.1017 6.22161 11.8283 6.49498C11.5549 6.76834 11.1117 6.76834 10.8384 6.49498L8.00001 3.65662L5.16165 6.49498C4.88828 6.76834 4.44507 6.76834 4.1717 6.49498C3.89833 6.22161 3.89833 5.77839 4.1717 5.50503L7.50503 2.17169C7.63631 2.04042 7.81436 1.96667 8.00001 1.96667ZM4.1717 9.50503C4.44507 9.23166 4.88828 9.23166 5.16165 9.50503L8.00001 12.3434L10.8384 9.50503C11.1117 9.23166 11.5549 9.23166 11.8283 9.50503C12.1017 9.77839 12.1017 10.2216 11.8283 10.495L8.49498 13.8283C8.36371 13.9596 8.18566 14.0333 8.00001 14.0333C7.81436 14.0333 7.63631 13.9596 7.50503 13.8283L4.1717 10.495C3.89833 10.2216 3.89833 9.77839 4.1717 9.50503Z", + 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", { + }), + da = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M8.00001 3.3C8.18566 3.3 8.36371 3.37375 8.49498 3.50502L11.8283 6.83836C12.1017 7.11173 12.1017 7.55494 11.8283 7.82831C11.5549 8.10167 11.1117 8.10167 10.8384 7.82831L8.00001 4.98995L5.16165 7.82831C4.88828 8.10167 4.44507 8.10167 4.1717 7.82831C3.89833 7.55494 3.89833 7.11173 4.1717 6.83836L7.50503 3.50502C7.63631 3.37375 7.81436 3.3 8.00001 3.3ZM8.00001 7.96667C8.18566 7.96667 8.36371 8.04042 8.49498 8.17169L11.8283 11.505C12.1017 11.7784 12.1017 12.2216 11.8283 12.495C11.5549 12.7683 11.1117 12.7683 10.8384 12.495L8.00001 9.65662L5.16165 12.495C4.88828 12.7683 4.44507 12.7683 4.1717 12.495C3.89833 12.2216 3.89833 11.7784 4.1717 11.505L7.50503 8.17169C7.63631 8.04042 7.81436 7.96667 8.00001 7.96667Z", 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", { + }), + ua = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "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", }), - ), - 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", { + }), + pa = (e) => + Rt("svg", { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...e, + children: Rt("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: "M2.62027 5.41613C2.24408 6.19793 2.0333 7.07435 2.0333 8C2.0333 10.9145 4.12298 13.341 6.8858 13.8628L8.33515 11.3502C8.2249 11.3611 8.11308 11.3667 7.99997 11.3667C6.70341 11.3667 5.57804 10.6337 5.01556 9.55961L2.62027 5.41613ZM2.03543 3.67567C1.15345 4.89008 0.633301 6.3843 0.633301 8C0.633301 11.7737 3.47085 14.8847 7.12873 15.3157C7.15991 15.3213 7.19126 15.3248 7.22258 15.3261C7.47804 15.3529 7.7374 15.3667 7.99997 15.3667C12.0685 15.3667 15.3666 12.0685 15.3666 8C15.3666 6.96821 15.1545 5.98597 14.7715 5.0945C14.7614 5.06659 14.7495 5.0395 14.7361 5.01337C13.5903 2.43297 11.0053 0.633335 7.99997 0.633335C5.59224 0.633335 3.45431 1.78843 2.11008 3.5747C2.082 3.60627 2.05707 3.6401 2.03543 3.67567ZM3.4796 4.10531L4.93045 6.61505C5.45852 5.44649 6.63428 4.63333 7.99997 4.63333H12.9268C11.8519 3.06342 10.0462 2.03334 7.99997 2.03334C6.19308 2.03334 4.57378 2.83651 3.4796 4.10531ZM13.6349 6.03333H10.7328C11.1317 6.5866 11.3666 7.26586 11.3666 8C11.3666 8.66199 11.1756 9.27934 10.8456 9.79994L8.45183 13.9498C11.536 13.7189 13.9666 11.1433 13.9666 8C13.9666 7.31092 13.8498 6.64913 13.6349 6.03333ZM9.72912 8.9377C9.88059 8.65897 9.96663 8.33954 9.96663 8C9.96663 6.91384 9.08613 6.03333 7.99997 6.03333C6.91381 6.03333 6.0333 6.91384 6.0333 8C6.0333 8.32131 6.11035 8.62463 6.24699 8.89247L6.29932 8.983C6.30818 8.99831 6.31638 9.01382 6.32395 9.02949C6.67008 9.59178 7.29124 9.96667 7.99997 9.96667C8.69193 9.96667 9.30042 9.60931 9.65096 9.06908L9.70028 8.98357C9.70938 8.96779 9.71901 8.9525 9.72912 8.9377Z", 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 `